@charset "UTF-8";
@import url("../fonts/MyFontsWebfontsKit.css");
html {
  min-height: 100%;
}

body {
  font-family: "proxima-nova", monospace;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 100vh;
}

#frontpage-header + div,
.page-header-body + div,
nav.mobile.red-menu + div {
  flex: 1 0 auto;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
.container.title h1 {
  text-align: center;
  color: #d61e4a;
  margin-bottom: 30px;
  margin-top: 80px;
}

h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 80px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  font-family: "proxima-nova", sans-serif;
  padding: 0;
  margin: 0;
  color: #d61e4a;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  font-family: "proxima-nova", sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 900;
}

a,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

.border {
  position: fixed;
  z-index: 1000;
  background-color: #ffffff;
}
.border.top {
  width: 100vw;
  height: 25px;
  top: 0;
  left: 0;
}
.border.left {
  height: 100vh;
  width: 25px;
  top: 0;
  left: 0;
}
.border.right {
  height: 100vh;
  width: 25px;
  top: 0;
  right: 0;
}
.border.bottom {
  width: 100vw;
  height: 25px;
  bottom: 0;
  left: 0;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: pointer;
  border-left: 3px solid #d61e4a;
  border-right: 3px solid #d61e4a;
  border-top: 0;
  background-color: #d61e4a;
  color: #ffffff;
  box-shadow: none;
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 9999px;
  overflow: visible;
  overflow-y: visible;
  box-sizing: border-box;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom: 3px solid #d61e4a;
}
.autocomplete-suggestions .autocomplete-suggestion:focus, .autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #ffffff;
  color: #000000;
}

.white-text {
  color: #ffffff !important;
}

.black-text {
  color: #000000 !important;
}

.red-text {
  color: #d61e4a !important;
}

.grecaptcha-badge {
  display: none !important;
}

.row:before, .row:after {
  width: 0px;
  height: 0px;
}

@media screen and (max-width: 991px) {
  .border {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }

  body {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 450px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1350px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1580px) {
  .container {
    width: 1480px;
  }
}
nav {
  top: 25px;
  position: absolute;
  width: 100%;
  z-index: 100;
  color: #ffffff;
}
nav.red-menu {
  color: #d61e4a;
  border-top: 17px solid #d61e4a;
  top: 0px;
  position: absolute;
}
nav.red-menu .nav-logo img.white {
  display: none;
  width: 180px;
}
nav.red-menu .nav-logo img.red {
  display: inline-block;
  width: 180px;
}
nav .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
nav .left-nav,
nav .right-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
nav .left-nav ul,
nav .right-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .left-nav ul:before, nav .left-nav ul:after,
nav .right-nav ul:before,
nav .right-nav ul:after {
  display: none;
}
nav .left-nav {
  align-items: center;
  justify-content: flex-start;
}
nav .left-nav > div {
  margin-left: -25px;
}
nav .right-nav {
  align-items: center;
  justify-content: flex-end;
}
nav .right-nav > div {
  margin-right: -25px;
}
nav .nav-logo {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .nav-logo a {
  display: inline-block;
}
nav .nav-logo a img {
  width: 180px;
}
nav .nav-logo a img.red {
  display: none;
}
nav.nav-down {
  position: fixed;
  left: 0;
  top: -180px;
}
nav.nav-up {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ffffff;
  transition: top 0.2s ease-in-out;
  height: 85px;
  border-top: 9px solid #d61e4a;
  z-index: 10000;
}
nav.nav-up .row {
  margin-top: 15px;
}
nav.nav-up .row .left-nav,
nav.nav-up .row .right-nav {
  top: -20px;
}
nav.nav-up .navbar-nav > li > a {
  color: #d61e4a;
  line-height: 0;
  white-space: nowrap;
  border-bottom: 4px solid transparent;
}
nav.nav-up .nav > li > a:focus,
nav.nav-up .nav > li > a:hover {
  border-bottom: 4px solid #d61e4a;
}
nav.nav-up .nav-logo a img.white {
  display: none;
}
nav.nav-up .nav-logo a img.red {
  display: block;
}
nav.mobile.red-menu .mobile-nav {
  padding-top: 18px;
}
nav.mobile.red-menu .mobile-nav .logo img.white {
  display: none;
}
nav.mobile.red-menu .mobile-nav .logo img.red {
  display: inline-block;
}
nav.mobile.red-menu .mobile-nav #menu-button {
  margin-top: 38px;
}
nav.mobile.red-menu .mobile-nav #menu-button span {
  background-color: #d61e4a;
}
nav.mobile.red-menu .mobile-nav #menu .navbar-nav li > a {
  color: #ffffff;
}
nav.mobile.nav-up {
  border-top: 0px solid transparent;
  height: 81px;
}
nav.mobile.nav-up .mobile-nav {
  padding-top: 20px;
}
nav.mobile.nav-up .mobile-nav a.logo img.white {
  display: none;
}
nav.mobile.nav-up .mobile-nav a.logo img.red {
  display: inline-block;
}
nav.mobile.nav-up .mobile-nav #menu-button {
  margin-top: 18px;
  transition: none;
}
nav.mobile.nav-up .mobile-nav #menu-button-inner {
  margin-top: 42px;
  transition: none;
}
nav.mobile.nav-up .mobile-nav #menu-button span,
nav.mobile.nav-up .mobile-nav #menu-button.open span {
  background-color: #d61e4a;
}
nav.mobile.nav-up .mobile-nav #menu a.logo {
  margin-top: 20px;
}
nav.mobile.nav-up .mobile-nav #menu a.logo img.white {
  display: inline-block;
}
nav.mobile.nav-up .mobile-nav #menu a.logo img.red {
  display: none;
}
nav.mobile.nav-up .mobile-nav #menu .navbar-nav li > a {
  color: #ffffff;
}
nav .language-switcher {
  position: absolute;
  top: 50px;
  right: 45px;
}
nav .language-switcher button {
  background-color: #ffffff;
  color: #A3A3A3;
  border: 0;
  padding: 10px 7px;
  min-width: 1px;
  width: 52px;
}
nav .language-switcher button:hover, nav .language-switcher button:focus, nav .language-switcher button:active {
  min-width: 1px;
  background-color: #ffffff;
  border: 0;
  padding: 10px 7px;
  color: #d61e4a;
}
nav .language-switcher .dropdown-menu {
  min-width: 1px;
  width: 52px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
nav .language-switcher .dropdown-menu li a {
  color: #d61e4a;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  outline: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 7px;
}
nav .language-switcher .dropdown-menu li a:hover, nav .language-switcher .dropdown-menu li a:active, nav .language-switcher .dropdown-menu li a:focus {
  background-color: #ffffff;
}
nav.nav-up .language-switcher {
  top: 13px;
}
nav.nav-up .language-switcher button {
  background-color: #d61e4a;
  color: #ffffff;
}
nav.nav-up .language-switcher .dropdown-menu li {
  border: solid 3px #d61e4a;
}

nav.mobile.red-menu + div {
  margin-top: 162px;
}

.navbar {
  border-radius: 0;
}

.navbar-nav > li {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-nav > li > a {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  font-weight: 700;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-bottom: 4px solid #ffffff;
}

.navbar-nav > li.current-menu-item > a {
  border-bottom: 4px solid #ffffff;
}

nav.mobile {
  z-index: 10001;
}

.mobile-nav {
  text-align: center;
  padding-top: 35px;
}
.mobile-nav a.logo {
  display: inline-block;
}
.mobile-nav a.logo img {
  width: 180px;
}
.mobile-nav a.logo img.red {
  display: none;
}
.mobile-nav .navbar-toggle {
  margin-top: 55px;
  margin-right: 85px;
}
.mobile-nav #menu {
  display: none;
  box-shadow: none;
  border: 0px solid transparent;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  background-image: url(../img/mobilebackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mobile-nav #menu a.logo {
  margin-top: 35px;
}
.mobile-nav #menu a.logo.inner-logo {
  margin-top: 60px;
}
.mobile-nav #menu .navbar-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 190px;
  left: 0;
  right: 0;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-nav #menu .navbar-nav li {
  width: 100%;
}
.mobile-nav #menu .navbar-nav li > a {
  font-size: 30px;
  line-height: 1;
}
.mobile-nav #menu-button-inner.navbar-toggle {
  margin-top: 80px;
}
.mobile-nav #menu-button,
.mobile-nav #menu-button-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0px;
  width: 36px;
  height: 29px;
  padding: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-nav #menu-button.open,
.mobile-nav #menu-button-inner.open {
  background-color: transparent;
}
.mobile-nav #menu-button span,
.mobile-nav #menu-button-inner span {
  display: block;
  position: absolute;
  height: 4px;
  width: 36px;
  background: #ffffff;
  border-radius: 0px;
  opacity: 1;
  left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-nav #menu-button.open span,
.mobile-nav #menu-button-inner.open span {
  background-color: #ffffff;
}
.mobile-nav #menu-button span:nth-child(1),
.mobile-nav #menu-button-inner span:nth-child(1) {
  top: 0px;
}
.mobile-nav #menu-button span:nth-child(2),
.mobile-nav #menu-button span:nth-child(3),
.mobile-nav #menu-button-inner span:nth-child(2),
.mobile-nav #menu-button-inner span:nth-child(3) {
  top: 12px;
}
.mobile-nav #menu-button span:nth-child(4),
.mobile-nav #menu-button-inner span:nth-child(4) {
  top: 25px;
}
.mobile-nav #menu-button.open span:nth-child(1),
.mobile-nav #menu-button-inner.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.mobile-nav #menu-button.open span:nth-child(2),
.mobile-nav #menu-button-inner.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav #menu-button.open span:nth-child(3),
.mobile-nav #menu-button-inner.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav #menu-button.open span:nth-child(4),
.mobile-nav #menu-button-inner.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.mobile-nav .language-switcher-mobile {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #d61e4a;
  list-style-type: none;
  padding: 20px 15px 15px 15px;
  margin: 0;
}
.mobile-nav .language-switcher-mobile li {
  list-style-type: none;
  display: inline-block;
}
.mobile-nav .language-switcher-mobile li a {
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  outline: 0;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  padding: 8px 10px;
}

@media screen and (max-width: 1660px) {
  nav .right-nav {
    padding-right: 65px;
  }
}
@media screen and (max-width: 1579px) {
  nav .left-nav > div {
    margin-left: -15px;
  }

  nav .right-nav > div {
    margin-right: -15px;
  }

  .navbar-nav > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1460px) {
  .navbar-nav > li > a {
    font-size: 18px;
  }

  nav .left-nav {
    padding-right: 0;
  }
  nav .left-nav > div {
    margin-left: 0px;
  }

  nav .right-nav {
    padding-left: 0;
    padding-right: 65px;
  }
  nav .right-nav > div {
    margin-right: 0px;
    margin-left: -10px;
  }

  .navbar-nav > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  nav .left-nav ul,
nav .right-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav > li > a,
.nav > li > a {
    line-height: 0px;
    margin-bottom: 15px;
  }

  nav .nav-logo a {
    margin-bottom: 15px;
  }

  nav.nav-up {
    height: 115px;
  }

  nav.nav-up .row {
    margin-top: 45px;
  }

  nav.nav-up .navbar-nav > li > a {
    margin-bottom: 5px;
  }

  nav.nav-up .row .left-nav,
nav.nav-up .row .right-nav {
    top: -40px;
  }

  nav.mobile.red-menu + div {
    margin-top: 177px;
  }

  .navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-nav > li > a {
    font-size: 14px;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-nav > li.current-menu-item > a {
    border-bottom: 0;
  }

  .nav > li > a,
.nav > li > a:focus,
.nav > li > a:hover {
    line-height: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
  }

  nav.nav-up .navbar-nav > li > a,
nav.nav-up .navbar-nav > li > a:focus,
nav.nav-up .navbar-nav > li > a:hover {
    border-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  nav {
    top: 0px;
  }

  nav .row {
    margin-top: 25px;
  }

  nav .left-nav ul,
nav .right-nav ul {
    flex-direction: column;
  }

  nav.nav-up {
    height: 153px;
  }

  nav.nav-up .row {
    margin-top: 55px;
  }

  nav.nav-up .row .left-nav,
nav.nav-up .row .right-nav {
    top: -50px;
  }

  nav .nav-logo a {
    margin-bottom: 30px;
  }

  nav.mobile.red-menu + div {
    margin-top: 182px;
  }

  .mobile-nav #menu-button-inner.navbar-toggle {
    margin-top: 55px;
  }

  .mobile-nav #menu a.logo.inner-logo {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  nav.mobile.red-menu + div {
    margin-top: 145px;
  }

  .mobile-nav .navbar-toggle {
    margin-top: 58px;
    margin-right: 25px;
  }
}
@media screen and (max-height: 600px) {
  .mobile-nav #menu .navbar-nav {
    top: 135px;
  }
}
#frontpage-header {
  position: relative;
  width: 100%;
  min-height: 880px;
  height: 92vh;
  max-height: 1000px;
  color: #ffffff;
  border-bottom: 12.5px solid #ffffff;
  outline: 0;
  overflow: hidden;
}
#frontpage-header .header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding-top: 150px;
  outline: 0;
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}
#frontpage-header .header-content .bgimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#frontpage-header .header-content .bgimg.gradient:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), transparent 25%);
}
#frontpage-header .header-content h1 {
  padding-top: 170px;
  padding-bottom: 60px;
  font-size: 90px;
}
#frontpage-header .header-content img.title-image {
  margin-top: 100px;
  margin-bottom: 30px;
  max-width: 90%;
}
#frontpage-header .header-content p {
  padding-left: 5px;
  font-weight: 600;
}
#frontpage-header .header-content p:last-of-type {
  margin-bottom: 50px;
}
#frontpage-header .slick-list {
  height: 100%;
  outline: 0;
}
#frontpage-header .slick-list .slick-track {
  height: 100%;
  outline: 0;
}
#frontpage-header .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  list-style: none;
}
#frontpage-header .slick-dots li {
  display: block;
  margin: 0 4px;
}
#frontpage-header .slick-dots li button {
  font-size: 0px;
  color: transparent;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  display: block;
  padding: 0;
  min-width: unset;
  border-radius: 50%;
}
#frontpage-header .slick-dots li.slick-active button {
  background-color: #ffffff;
}
#frontpage-header .slick-dots li:only-child {
  display: none;
}

#page-header {
  position: relative;
  width: 100%;
  padding-top: 613px;
  color: #ffffff;
  border-bottom: 12.5px solid #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#page-header.child-page {
  padding-top: 510px;
}
#page-header.child-page .header-content {
  display: none;
}
#page-header .header-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), transparent 25%);
}
#page-header .header-content h1 {
  padding-top: 60px;
  padding-bottom: 0px;
  text-align: center;
}
#page-header .header-content p {
  padding-left: 5px;
}

.container.page-header-body {
  z-index: 10;
  margin-top: -120px;
  background-color: #ffffff;
  position: relative;
  padding: 20px;
}
.container.page-header-body .borders-mobile-wrapper {
  display: none;
  background-color: #ffffff;
  margin-top: -40px;
  padding: 20px;
}
.container.page-header-body .borders-mobile-wrapper .borders-mobile {
  border-top: 3px solid #d61e4a;
  position: relative;
}
.container.page-header-body .borders-mobile-wrapper .borders-mobile:before, .container.page-header-body .borders-mobile-wrapper .borders-mobile:after {
  content: "";
  width: 3px;
  height: 50px;
  display: block;
  background: linear-gradient(#d61e4a, transparent 80%);
  position: absolute;
}
.container.page-header-body .borders-mobile-wrapper .borders-mobile:before {
  left: 0px;
  top: 0px;
}
.container.page-header-body .borders-mobile-wrapper .borders-mobile:after {
  right: 0px;
  top: 0px;
}
.container.page-header-body .borders {
  border-top: 3px solid #d61e4a;
}
.container.page-header-body .borders:before, .container.page-header-body .borders:after {
  content: "";
  width: 3px;
  height: 100%;
  display: block;
  background: linear-gradient(#d61e4a, transparent 80%);
  position: absolute;
}
.container.page-header-body .borders:before {
  left: 20px;
  top: 20px;
}
.container.page-header-body .borders:after {
  right: 20px;
  top: 20px;
}
.container.page-header-body .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.container.page-header-body .row div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 270px;
}
.container.page-header-body .row div h2 {
  font-size: 63px;
  hyphens: auto;
}
.container.page-header-body .row .title {
  padding-left: 7%;
  padding-right: 8%;
}

@media screen and (max-width: 1579px) {
  .container.page-header-body .row .title {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1349px) {
  #frontpage-header {
    min-height: 750px;
  }

  #frontpage-header .header-content h1 {
    font-size: 80px;
    padding-bottom: 40px;
  }

  .container.page-header-body .row .title {
    padding-right: 3%;
  }
}
@media screen and (max-width: 1199px) {
  #frontpage-header {
    min-height: 660px;
  }

  #frontpage-header .header-content h1 {
    font-size: 72px;
  }

  #page-header.child-page {
    padding-top: 410px;
  }

  .container.page-header-body .row {
    flex-wrap: wrap;
  }

  .container.page-header-body .row div {
    justify-content: center;
    min-height: 170px;
  }

  .container.page-header-body .row div.body {
    height: auto;
    min-height: auto;
  }

  .container.page-header-body .row .title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.page-header-body .row div h2 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #frontpage-header {
    min-height: 640px;
  }

  #frontpage-header .header-content h1 {
    font-size: 59px;
    padding-top: 40px;
  }

  #page-header {
    padding-top: 500px;
  }

  #page-header .header-content h1 {
    font-size: 55px;
  }

  .container.page-header-body .row div {
    justify-content: center;
    min-height: 170px;
  }

  .container.page-header-body .row .title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #frontpage-header {
    height: 720px;
  }

  #frontpage-header .header-content {
    align-items: center;
    padding-top: 120px;
  }

  #frontpage-header .header-content h1 {
    font-size: 55px;
    padding-top: 0px;
  }

  #frontpage-header .header-content img.title-image {
    margin-top: 0px;
  }

  .container.page-header-body .row div h2 {
    font-size: 50px;
  }

  #page-header.child-page {
    padding-top: 330px;
  }
}
@media screen and (max-width: 639px) {
  .container.page-header-body .row div.body {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 500px) {
  #frontpage-header .header-content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 450px) {
  #frontpage-header .header-content h1 {
    font-size: 45px;
  }

  #page-header .header-content h1 {
    font-size: 45px;
    padding: 0;
  }

  .page-header-body {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.page-header-body .row div {
    min-height: auto;
  }

  .container.page-header-body .borders-mobile-wrapper {
    display: block;
  }

  .container.page-header-body .borders {
    border-top: 0px;
  }

  .container.page-header-body .borders:before,
.container.page-header-body .borders:after {
    display: none;
  }

  .container.page-header-body .row div h2 {
    font-size: 50px;
  }

  .container.page-header-body .row div.body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.page-header-body .row .title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#frontpage-content,
#page-content,
#products-content {
  max-width: 100%;
}
#frontpage-content .content-block,
#page-content .content-block,
#products-content .content-block {
  border-top: 12.5px solid #ffffff;
  border-bottom: 12.5px solid #ffffff;
}
#frontpage-content .ingress,
#page-content .ingress,
#products-content .ingress {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 120px;
}
#frontpage-content .ingress h2,
#page-content .ingress h2,
#products-content .ingress h2 {
  font-size: 56px;
  padding-bottom: 40px;
}
#frontpage-content .ingress a.button,
#page-content .ingress a.button,
#products-content .ingress a.button {
  margin-bottom: 14px;
  margin-top: 40px;
}
#frontpage-content .ingress .row,
#page-content .ingress .row,
#products-content .ingress .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#frontpage-content .wide-body,
#page-content .wide-body,
#products-content .wide-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
#frontpage-content .wide-body h2, #frontpage-content .wide-body h3,
#page-content .wide-body h2,
#page-content .wide-body h3,
#products-content .wide-body h2,
#products-content .wide-body h3 {
  padding-top: 30px;
  padding-bottom: 10px;
}
#frontpage-content .three-columns,
#page-content .three-columns,
#products-content .three-columns {
  padding-top: 40px;
  padding-bottom: 40px;
}
#frontpage-content .three-columns h2,
#page-content .three-columns h2,
#products-content .three-columns h2 {
  font-size: 38px;
  text-align: center;
  padding-bottom: 45px;
}
#frontpage-content .three-columns h2 span,
#page-content .three-columns h2 span,
#products-content .three-columns h2 span {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#frontpage-content .three-columns h2:after,
#page-content .three-columns h2:after,
#products-content .three-columns h2:after {
  content: "";
  height: 2px;
  background-color: #d61e4a;
  display: block;
  position: absolute;
  top: 17px;
  left: 20px;
  right: 20px;
  z-index: -1;
}
#frontpage-content .three-columns .columns,
#page-content .three-columns .columns,
#products-content .three-columns .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
#frontpage-content .three-columns .columns .column,
#page-content .three-columns .columns .column,
#products-content .three-columns .columns .column {
  padding-left: 20px;
  padding-right: 20px;
}
#frontpage-content .three-columns .columns .column:first-child,
#page-content .three-columns .columns .column:first-child,
#products-content .three-columns .columns .column:first-child {
  padding-left: 15px;
  padding-right: 25px;
}
#frontpage-content .three-columns .columns .column:nth-child(3),
#page-content .three-columns .columns .column:nth-child(3),
#products-content .three-columns .columns .column:nth-child(3) {
  padding-left: 25px;
  padding-right: 15px;
}
#frontpage-content .three-columns .columns .column .image,
#page-content .three-columns .columns .column .image,
#products-content .three-columns .columns .column .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
#frontpage-content .three-columns .columns a.button,
#page-content .three-columns .columns a.button,
#products-content .three-columns .columns a.button {
  margin-top: 30px;
}
#frontpage-content .recipes-tips-highlights,
#page-content .recipes-tips-highlights,
#products-content .recipes-tips-highlights {
  padding-top: 30px;
  padding-bottom: 30px;
}
#frontpage-content .recipes-tips-highlights h2,
#page-content .recipes-tips-highlights h2,
#products-content .recipes-tips-highlights h2 {
  font-size: 56px;
  padding-bottom: 40px;
}
#frontpage-content .recipes-tips-highlights .highlight-slider,
#page-content .recipes-tips-highlights .highlight-slider,
#products-content .recipes-tips-highlights .highlight-slider {
  overflow: hidden;
  outline: 0;
}
#frontpage-content .recipes-tips-highlights .highlight-slider .slick-slide,
#page-content .recipes-tips-highlights .highlight-slider .slick-slide,
#products-content .recipes-tips-highlights .highlight-slider .slick-slide {
  outline: 0;
}
#frontpage-content .recipes-tips-highlights .highlight-slider ul.slick-dots,
#page-content .recipes-tips-highlights .highlight-slider ul.slick-dots,
#products-content .recipes-tips-highlights .highlight-slider ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
#frontpage-content .recipes-tips-highlights .highlight-slider ul.slick-dots li,
#page-content .recipes-tips-highlights .highlight-slider ul.slick-dots li,
#products-content .recipes-tips-highlights .highlight-slider ul.slick-dots li {
  display: inline-block;
  font-size: 0px;
  color: transparent;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 3px solid #d61e4a;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  cursor: pointer;
}
#frontpage-content .recipes-tips-highlights .highlight-slider ul.slick-dots li button,
#page-content .recipes-tips-highlights .highlight-slider ul.slick-dots li button,
#products-content .recipes-tips-highlights .highlight-slider ul.slick-dots li button {
  display: none;
}
#frontpage-content .recipes-tips-highlights .highlight-slider ul.slick-dots li.slick-active,
#page-content .recipes-tips-highlights .highlight-slider ul.slick-dots li.slick-active,
#products-content .recipes-tips-highlights .highlight-slider ul.slick-dots li.slick-active {
  background-color: #d61e4a;
}
#frontpage-content .recipes-tips-highlights .highlight .background-image,
#page-content .recipes-tips-highlights .highlight .background-image,
#products-content .recipes-tips-highlights .highlight .background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 85%;
}
#frontpage-content .recipes-tips-highlights .highlight .background-image .content,
#page-content .recipes-tips-highlights .highlight .background-image .content,
#products-content .recipes-tips-highlights .highlight .background-image .content {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
#frontpage-content .recipes-tips-highlights .highlight .background-image .content .category,
#page-content .recipes-tips-highlights .highlight .background-image .content .category,
#products-content .recipes-tips-highlights .highlight .background-image .content .category {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 110px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #b81b41;
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
  background-color: #ffffff;
}
#frontpage-content .recipes-tips-highlights .highlight .background-image .content .title-desc,
#page-content .recipes-tips-highlights .highlight .background-image .content .title-desc,
#products-content .recipes-tips-highlights .highlight .background-image .content .title-desc {
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#frontpage-content .recipes-tips-highlights .highlight .background-image .content .title-desc h3,
#page-content .recipes-tips-highlights .highlight .background-image .content .title-desc h3,
#products-content .recipes-tips-highlights .highlight .background-image .content .title-desc h3 {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 16px;
  text-transform: uppercase;
}
#frontpage-content .recipes-tips-highlights .highlight .background-image .content .title-desc p,
#page-content .recipes-tips-highlights .highlight .background-image .content .title-desc p,
#products-content .recipes-tips-highlights .highlight .background-image .content .title-desc p {
  padding-right: 50px;
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
}
#frontpage-content .recipes-tips-highlights .highlight .background-image .content a.arrow-link,
#page-content .recipes-tips-highlights .highlight .background-image .content a.arrow-link,
#products-content .recipes-tips-highlights .highlight .background-image .content a.arrow-link {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 34px;
  height: 32px;
  background-color: #ffffff;
}
#frontpage-content .recipes-tips-highlights .highlight .background-image .content a.arrow-link:before,
#page-content .recipes-tips-highlights .highlight .background-image .content a.arrow-link:before,
#products-content .recipes-tips-highlights .highlight .background-image .content a.arrow-link:before {
  content: "";
  display: block;
  background-image: url(../img/highlight_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#frontpage-content .wide-highlight-image,
#page-content .wide-highlight-image,
#products-content .wide-highlight-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}
#frontpage-content .wide-highlight-image h2,
#page-content .wide-highlight-image h2,
#products-content .wide-highlight-image h2 {
  font-size: 56px;
  padding-bottom: 40px;
}
#frontpage-content .wide-highlight-image .button-wrapper a.button,
#page-content .wide-highlight-image .button-wrapper a.button,
#products-content .wide-highlight-image .button-wrapper a.button {
  margin-top: 30px;
}
#frontpage-content .wide-highlight-image .row,
#page-content .wide-highlight-image .row,
#products-content .wide-highlight-image .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#frontpage-content .wide-highlight-image .image,
#page-content .wide-highlight-image .image,
#products-content .wide-highlight-image .image {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 450px;
}
#frontpage-content .wide-highlight-image .content,
#page-content .wide-highlight-image .content,
#products-content .wide-highlight-image .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
#frontpage-content .wide-highlight-image .content a.button,
#page-content .wide-highlight-image .content a.button,
#products-content .wide-highlight-image .content a.button {
  margin-top: 40px;
}
#frontpage-content .wide-highlight-image img,
#page-content .wide-highlight-image img,
#products-content .wide-highlight-image img {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
}
#frontpage-content .wide-highlight-background,
#page-content .wide-highlight-background,
#products-content .wide-highlight-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #ffffff;
}
#frontpage-content .wide-highlight-background h2,
#page-content .wide-highlight-background h2,
#products-content .wide-highlight-background h2 {
  font-size: 56px;
  padding-bottom: 40px;
  color: #ffffff;
}
#frontpage-content .wide-highlight-background p,
#page-content .wide-highlight-background p,
#products-content .wide-highlight-background p {
  font-weight: 700;
}
#frontpage-content .wide-highlight-background a.button,
#page-content .wide-highlight-background a.button,
#products-content .wide-highlight-background a.button {
  margin-top: 30px;
}

@media screen and (max-width: 1349px) {
  #frontpage-content .recipes-tips-highlights,
#page-content .recipes-tips-highlights {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #frontpage-content .wide-highlight-image .container,
#page-content .wide-highlight-image .container {
    padding-left: 45px;
    padding-right: 45px;
  }

  #frontpage-content .wide-highlight-image .image,
#page-content .wide-highlight-image .image {
    min-height: 300px;
  }

  #frontpage-content .wide-highlight-image .content,
#page-content .wide-highlight-image .content {
    padding-left: 7%;
  }

  #frontpage-content .wide-highlight-image .button-wrapper,
#page-content .wide-highlight-image .button-wrapper {
    padding-left: 7%;
  }
}
@media screen and (max-width: 991px) {
  #frontpage-content h2,
#page-content h2 {
    font-size: 50px;
  }

  #frontpage-content .ingress a.button #page-content .ingress a.button {
    margin-top: 35px;
  }

  #frontpage-content .wide-highlight-image .image,
#page-content .wide-highlight-image .image {
    height: 250px;
    margin-bottom: 30px;
  }

  #frontpage-content .wide-highlight-image .content,
#page-content .wide-highlight-image .content {
    padding-left: 15px;
  }

  #frontpage-content .wide-highlight-image a.button,
#page-content .wide-highlight-image a.button {
    margin-top: 40px;
  }

  #frontpage-content .wide-highlight-image .button-wrapper,
#page-content .wide-highlight-image .button-wrapper {
    padding-left: 15px;
  }

  #frontpage-content .three-columns .columns,
#page-content .three-columns .columns {
    display: block;
  }

  #frontpage-content .three-columns .columns .column .image,
#page-content .three-columns .columns .column .image {
    padding-top: 60%;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  #frontpage-content .three-columns .columns .column:first-child,
#page-content .three-columns .columns .column:first-child,
#frontpage-content .three-columns .columns .column:nth-child(3),
#page-content .three-columns .columns .column:nth-child(3),
#frontpage-content .three-columns .columns .column,
#page-content .three-columns .columns .column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #frontpage-content .ingress,
#page-content .ingress {
    padding-top: 78px;
    padding-bottom: 70px;
  }

  #frontpage-content .wide-highlight-image .container,
#page-content .wide-highlight-image .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  #frontpage-content .wide-highlight-image .button-wrapper,
#page-content .wide-highlight-image .button-wrapper,
#products-content .wide-highlight-image .button-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .col-xs-10.col-xs-offset-1 {
    width: 100%;
    margin-left: 0;
  }

  #frontpage-content .wide-highlight-image .button-wrapper,
#page-content .wide-highlight-image .button-wrapper {
    margin-left: 0;
  }

  #frontpage-content .wide-highlight-image .image-wrapper,
#page-content .wide-highlight-image .image-wrapper {
    width: 66.66666667%;
  }
}
@media screen and (max-width: 500px) {
  #frontpage-content h2,
#page-content h2 {
    font-size: 40px;
  }

  #frontpage-content .wide-highlight-image .button-wrapper,
#page-content .wide-highlight-image .button-wrapper {
    width: 100%;
  }

  #frontpage-content .wide-highlight-image .image-wrapper,
#page-content .wide-highlight-image .image-wrapper {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  #frontpage-content .recipes-tips-highlights .highlight .background-image,
#page-content .recipes-tips-highlights .highlight .background-image {
    padding-top: 135%;
  }

  #frontpage-content .wide-highlight-image .container #page-content .wide-highlight-image .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#products-content .search,
#page-content .search {
  background-image: url("../img/diagonallines.jpg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  height: 53px;
  margin-bottom: 70px;
}
#products-content .search input[type=text],
#page-content .search input[type=text] {
  height: 53px;
  border: 3px solid #d61e4a;
  outline: 0;
  width: 100%;
  color: #d61e4a;
  float: left;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  width: 693px;
  margin: 0;
}
#products-content .search input[type=text]::placeholder,
#page-content .search input[type=text]::placeholder {
  color: #d61e4a;
}
#products-content .search button,
#page-content .search button {
  background-color: #d61e4a;
  border: 0px solid transparent;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  height: 53px;
  outline: 0;
  width: 100px;
  float: right;
  margin: 0px;
  font-size: 26px;
  width: 100px;
  min-width: auto;
  padding: 0;
}
#products-content .search label.hidden-label,
#page-content .search label.hidden-label {
  display: none;
}
#products-content .categories,
#page-content .categories {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#products-content .categories .row,
#page-content .categories .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#products-content .categories .category,
#page-content .categories .category {
  padding-bottom: 30px;
}
#products-content .categories .wrapper,
#page-content .categories .wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 81%;
  position: relative;
}
#products-content .categories .wrapper a,
#page-content .categories .wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-size: 38px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  hyphens: auto;
  background-color: rgba(0, 0, 0, 0.17);
}
#products-content .categories .wide-page-highlight,
#page-content .categories .wide-page-highlight {
  padding-top: 30px;
  padding-bottom: 85px;
}
#products-content .categories .wide-page-highlight hr,
#page-content .categories .wide-page-highlight hr {
  margin-bottom: 50px;
  margin-top: 0;
  height: 3px;
  background-color: #d61e4a;
  width: 100%;
  border: 0;
}
#products-content .categories .wide-page-highlight .wrapper,
#page-content .categories .wide-page-highlight .wrapper {
  padding-top: 295px;
}
#products-content .categories .wide-page-highlight .wrapper a,
#page-content .categories .wide-page-highlight .wrapper a {
  font-size: 48px;
}
#products-content .search-results h2,
#page-content .search-results h2 {
  padding-top: 30px;
  padding-bottom: 50px;
}
#products-content .search-results .products,
#page-content .search-results .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#products-content .search-results .products .product,
#page-content .search-results .products .product {
  padding-bottom: 35px;
  text-align: center;
}
#products-content .search-results .products .product .image,
#page-content .search-results .products .product .image {
  padding-top: 84%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #e4e4e4;
}
#products-content .search-results .products .product h4,
#page-content .search-results .products .product h4 {
  font-weight: 700;
  font-size: 16px;
  padding-top: 18px;
}
#products-content .search-results .products .no-search-results,
#page-content .search-results .products .no-search-results {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}

#page-content .categories {
  padding-top: 40px;
  padding-bottom: 10px;
}
#page-content .categories .wide-page-highlight {
  padding-top: 0px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1579px) {
  #products-content .search input[type=text] {
    width: 600px;
  }
}
@media screen and (max-width: 1349px) {
  #products-content .search input[type=text] {
    width: 518px;
  }
}
@media screen and (max-width: 1199px) {
  #products-content .search {
    background-image: none;
  }

  #products-content .search input[type=text] {
    width: 479px;
  }

  #products-content .search button {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #products-content .categories .row,
#page-content .categories .row {
    display: block;
  }

  #products-content .categories .wrapper,
#page-content .categories .wrapper {
    padding-top: 215px;
  }
}
@media screen and (max-width: 767px) {
  #products-content .search {
    background-image: none;
  }

  #products-content .search input[type=text] {
    width: 78%;
  }

  #products-content .search button {
    width: 20%;
  }

  #products-content .categories,
#page-content .categories {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 639px) {
  #products-content .search-results .products .product {
    width: 100%;
  }

  #products-content .categories .wrapper a,
#page-content .categories .wrapper a {
    font-size: 32px;
  }
}
@media screen and (max-width: 450px) {
  #products-content .search input[type=text] {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  #products-content .search button {
    width: 100px;
    margin: 0 auto;
    display: block;
    float: none;
  }

  #products-content .categories,
#page-content .categories {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
  }
}
#taxonomy-content,
#page-content {
  padding-bottom: 50px;
}
#taxonomy-content .search,
#page-content .search {
  height: 53px;
  margin-bottom: 50px;
}
#taxonomy-content .search input[type=text],
#page-content .search input[type=text] {
  height: 53px;
  border: 3px solid #d61e4a;
  outline: 0;
  width: 100%;
  color: #d61e4a;
  float: left;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  width: 455px;
  margin: 0;
}
#taxonomy-content .search input[type=text]::placeholder,
#page-content .search input[type=text]::placeholder {
  color: #d61e4a;
}
#taxonomy-content .search button,
#page-content .search button {
  background-color: #d61e4a;
  border: 0px solid transparent;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  height: 53px;
  outline: 0;
  width: 100px;
  float: right;
  margin: 0px;
  font-size: 26px;
  width: 100px;
  min-width: auto;
  padding: 0;
}
#taxonomy-content .search label.hidden-label,
#page-content .search label.hidden-label {
  display: none;
}
#taxonomy-content .search .breadcrumbs-wrapper,
#page-content .search .breadcrumbs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 53px;
  color: #d61e4a;
}
#taxonomy-content .search .breadcrumbs-wrapper p,
#page-content .search .breadcrumbs-wrapper p {
  margin: 0;
  padding: 0 0 0 5px;
  position: relative;
  width: 100%;
}
#taxonomy-content .search .breadcrumbs-wrapper p > span,
#page-content .search .breadcrumbs-wrapper p > span {
  background-color: #ffffff;
  padding-right: 45px;
}
#taxonomy-content .search .breadcrumbs-wrapper p:after,
#page-content .search .breadcrumbs-wrapper p:after {
  content: "";
  width: 96%;
  height: 2px;
  background-color: #e9e9e9;
  display: block;
  position: absolute;
  margin-top: -11px;
  z-index: -1;
}
#taxonomy-content .anchors,
#page-content .anchors {
  padding-bottom: 33px;
}
#taxonomy-content .anchors a,
#page-content .anchors a {
  display: block;
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
  background-color: #d61e4a;
  min-width: 195px;
  text-align: center;
  color: #ffffff;
  text-transform: lowercase;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
}
#taxonomy-content .taxonomy-title h3,
#page-content .taxonomy-title h3 {
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  color: #d61e4a;
  padding-top: 50px;
  padding-bottom: 50px;
  outline: 0;
}
#taxonomy-content .taxonomy-title h3 span,
#page-content .taxonomy-title h3 span {
  padding-left: 38px;
  padding-right: 38px;
  background-color: #ffffff;
}
#taxonomy-content .taxonomy-title h3:after,
#page-content .taxonomy-title h3:after {
  content: "";
  height: 2px;
  left: 15px;
  right: 15px;
  position: absolute;
  display: block;
  background-color: #d61e4a;
  margin-top: -22px;
  z-index: -1;
}
#taxonomy-content .products.row,
#page-content .products.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#taxonomy-content .products.row .product,
#page-content .products.row .product {
  padding-bottom: 35px;
  text-align: center;
}
#taxonomy-content .products.row .product .new-product,
#page-content .products.row .product .new-product {
  width: 83px;
  height: 83px;
  background-image: url(../img/newproduct.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 15px;
  top: 15px;
}
#taxonomy-content .products.row .product .image-wrapper,
#page-content .products.row .product .image-wrapper {
  padding-top: 84%;
  position: relative;
  border: 2px solid #e9e9e9;
}
#taxonomy-content .products.row .product .image-wrapper .image,
#page-content .products.row .product .image-wrapper .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
}
#taxonomy-content .products.row .product h4,
#page-content .products.row .product h4 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 18px;
}
#taxonomy-content .search-results h2,
#page-content .search-results h2 {
  padding-top: 30px;
  padding-bottom: 50px;
}
#taxonomy-content .search-results .products,
#page-content .search-results .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#taxonomy-content .search-results .products .product,
#page-content .search-results .products .product {
  padding-bottom: 35px;
  text-align: center;
}
#taxonomy-content .search-results .products .product .image,
#page-content .search-results .products .product .image {
  padding-top: 84%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #e4e4e4;
}
#taxonomy-content .search-results .products .product h4,
#page-content .search-results .products .product h4 {
  font-weight: 700;
  font-size: 16px;
  padding-top: 18px;
}
#taxonomy-content .search-results .products .no-search-results,
#page-content .search-results .products .no-search-results {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 1579px) {
  #taxonomy-content .search input[type=text] {
    width: 388px;
  }
}
@media screen and (max-width: 1349px) {
  #taxonomy-content .search input[type=text] {
    width: 330px;
  }
}
@media screen and (max-width: 1199px) {
  #taxonomy-content {
    padding-top: 50px;
  }

  #taxonomy-content .search input[type=text] {
    width: 320px;
  }
}
@media screen and (max-width: 991px) {
  #taxonomy-content .search {
    height: auto;
  }

  #taxonomy-content .search input[type=text] {
    width: 479px;
  }

  #taxonomy-content .anchors a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #taxonomy-content .search input[type=text] {
    width: 78%;
  }

  #taxonomy-content .search button {
    width: 20%;
  }
}
@media screen and (max-width: 639px) {
  #taxonomy-content .products .product,
#page-content .products .product {
    width: 100%;
  }

  #taxonomy-content .taxonomy-title h3 span,
#page-content .taxonomy-title h3 span {
    padding: 0;
    background-color: transparent;
  }

  #taxonomy-content .taxonomy-title h3:after,
#page-content .taxonomy-title h3:after {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  #taxonomy-content .search input[type=text] {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  #taxonomy-content .search button {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
#single-product {
  padding-top: 45px;
}
#single-product .social-media {
  color: #bababa;
  font-size: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #e4e4e4;
  padding-top: 45px;
  margin-top: 45px;
}
#single-product .social-media span.share {
  padding-right: 20px;
}
#single-product .social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c2c2c2;
}
#single-product .social-media a img {
  width: 22px;
  height: auto;
}
#single-product .social-media a:focus, #single-product .social-media a:hover {
  background-color: #d61e4a;
}
#single-product .social-media.smaller {
  border-top: 0px;
  padding-top: 20px;
}
#single-product .social-media.smaller div {
  text-align: center;
}
#single-product .social-media.smaller div span {
  background-color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
}
#single-product .social-media.smaller div:before {
  content: "";
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  bottom: 19px;
  z-index: -1;
}
#single-product .info {
  padding-bottom: 70px;
}
#single-product .info p#breadcrumbs {
  border-top: 3px solid #e4e4e4;
  padding-top: 35px;
  padding-bottom: 65px;
  color: #bababa;
}
#single-product .info h1 {
  color: #d61e4a;
  font-size: 46px;
  padding-bottom: 45px;
  text-align: center;
}
#single-product .info h1:after {
  content: "";
  display: none;
  margin: 20px auto;
  width: 100px;
  height: 4px;
  background-color: #d61e4a;
}
#single-product .info .image-wrapper {
  padding-right: 5%;
}
#single-product .info .image-wrapper .image {
  min-height: 575px;
  border: 2px solid #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: relative;
}
#single-product .info .image-wrapper .image img {
  max-width: 100%;
  max-height: 100%;
}
#single-product .info .image-wrapper .image .new-product {
  width: 83px;
  height: 83px;
  background-image: url(../img/newproduct.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 20px;
  top: 20px;
}
#single-product .info .meta {
  padding-left: 5%;
}
#single-product .info .meta h1 {
  text-align: left;
}
#single-product .info .meta ul.diets {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
#single-product .info .meta ul.diets li {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 42px;
  background-color: #d61e4a;
}
#single-product .info .meta ul.diets.smaller {
  display: none;
}
#single-product .info .meta .seloste {
  margin-bottom: 30px;
}
#single-product .info .meta .nutrients-wrapper {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
#single-product .info .meta .nutrients-wrapper h2 {
  font-size: 32px;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  font-family: "proxima-nova", sans-serif;
}
#single-product .info .meta .nutrients-wrapper h2 span {
  background-color: #ffffff;
  padding-right: 25px;
}
#single-product .info .meta .nutrients-wrapper h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  top: 15px;
  z-index: -1;
}
#single-product .info .meta .nutrients-wrapper .nutrients {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#single-product .info .meta .nutrients-wrapper .nutrients > div {
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: left bottom 7px;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#single-product .info .meta .nutrients-wrapper .nutrients > div span:first-child {
  background-color: #ffffff;
  padding-right: 5px;
}
#single-product .info .meta .nutrients-wrapper .nutrients > div span:last-child {
  background-color: #ffffff;
  padding-left: 5px;
}
#single-product .info .meta .extra {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #d61e4a;
  text-transform: uppercase;
  padding-top: 60px;
}
#single-product .info .meta .extra span {
  padding-left: 20px;
  padding-right: 20px;
}
#single-product .info .product-contents {
  padding-top: 80px;
}
#single-product .info .product-contents h2 {
  font-size: 32px;
  margin-top: 60px;
  padding-bottom: 45px;
  position: relative;
  font-family: "proxima-nova", sans-serif;
}
#single-product .info .product-contents h2 span {
  background-color: #ffffff;
  padding-right: 25px;
}
#single-product .info .product-contents h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  top: 15px;
  z-index: -1;
}
#single-product .info .product-contents h2:first-of-type {
  margin-top: 0px;
}
#single-product .info .product-contents .ingredients-spices {
  padding-right: 5%;
}
#single-product .info .nutrients-ean {
  padding-left: 5%;
}
#single-product .info .nutrients-ean .nutrients {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}
#single-product .info .nutrients-ean .nutrients div {
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: left bottom 7px;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
#single-product .info .nutrients-ean .nutrients div span:first-child {
  float: none;
  background-color: #ffffff;
  padding-right: 5px;
}
#single-product .info .nutrients-ean .nutrients div span:last-child {
  float: right;
  background-color: #ffffff;
  padding-left: 5px;
}
#single-product .info .nutrients-ean .ean {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#single-product .info .nutrients-ean .ean span {
  font-size: 32px;
  color: #d61e4a;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  float: left;
  padding-right: 45px;
}
#single-product .recipes-tips-highlights {
  padding-top: 60px;
  padding-bottom: 80px;
}
#single-product .recipes-tips-highlights h2 {
  font-size: 38px;
  font-weight: 400;
  padding-bottom: 64px;
  text-align: center;
}
#single-product .recipes-tips-highlights h2 span {
  background-color: #ffffff;
  padding-left: 35px;
  padding-right: 35px;
}
#single-product .recipes-tips-highlights h2:before {
  content: "";
  height: 2px;
  background-color: #d61e4a;
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 17px;
  z-index: -1;
}
#single-product .recipes-tips-highlights .highlight-slider {
  overflow: hidden;
  outline: 0;
}
#single-product .recipes-tips-highlights .highlight-slider .slick-slide {
  outline: 0;
}
#single-product .recipes-tips-highlights .highlight-slider ul.slick-dots {
  margin: 0;
  padding: 0 0 50px 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
#single-product .recipes-tips-highlights .highlight-slider ul.slick-dots li {
  display: inline-block;
  font-size: 0px;
  color: transparent;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 3px solid #d61e4a;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  cursor: pointer;
}
#single-product .recipes-tips-highlights .highlight-slider ul.slick-dots li button {
  display: none;
}
#single-product .recipes-tips-highlights .highlight-slider ul.slick-dots li.slick-active {
  background-color: #d61e4a;
}
#single-product .recipes-tips-highlights .highlight .background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 85%;
}
#single-product .recipes-tips-highlights .highlight .background-image .content {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
#single-product .recipes-tips-highlights .highlight .background-image .content .category {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 110px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #b81b41;
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
  background-color: #ffffff;
}
#single-product .recipes-tips-highlights .highlight .background-image .content .title-desc {
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#single-product .recipes-tips-highlights .highlight .background-image .content .title-desc h3 {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 16px;
  text-transform: uppercase;
}
#single-product .recipes-tips-highlights .highlight .background-image .content .title-desc p {
  padding-right: 50px;
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
}
#single-product .recipes-tips-highlights .highlight .background-image .content a.arrow-link {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 34px;
  height: 32px;
  background-color: #ffffff;
}
#single-product .recipes-tips-highlights .highlight .background-image .content a.arrow-link:before {
  content: "";
  display: block;
  background-image: url(../img/highlight_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#single-product .wide-image {
  width: 100%;
  margin-top: 75px;
  border-bottom: 12.5px solid #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 705px;
}

@media screen and (max-width: 1349px) {
  #single-product .info .meta ul.diets {
    display: none;
  }

  #single-product .info .meta ul.diets.smaller {
    display: block;
    float: none;
    padding-top: 20px;
  }

  #single-product .info .meta .extra {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  #single-product .info .image-wrapper {
    padding-right: 15px;
  }

  #single-product .info .image-wrapper .image {
    min-height: 400px;
    padding: 35px;
  }

  #single-product .info .meta {
    padding-left: 15px;
  }

  #single-product .info .product-contents .ingredients-spices {
    padding-right: 15px;
  }

  #single-product .info .nutrients-ean {
    padding-left: 15px;
  }

  #single-product .wide-highlight-image .container {
    padding-left: 45px;
    padding-right: 45px;
  }

  #single-product .wide-highlight-image .content {
    padding-left: 7%;
  }

  #single-product .info h1:after {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #single-product .info .meta .extra {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  #single-product .info .meta ul.diets.smaller {
    float: right;
    padding-top: 25px;
  }

  #single-product .info .product-contents {
    padding-top: 50px;
  }

  #single-product .info .product-contents h2 {
    text-align: center;
  }

  #single-product .info .product-contents h2:before {
    background-color: #d61e4a;
    height: 3px;
    top: 14px;
  }

  #single-product .info .product-contents h2 span {
    padding-left: 25px;
  }

  #single-product .info .nutrients-ean {
    padding-top: 50px;
  }

  #single-product .info .nutrients-ean .ean {
    padding-top: 0px;
  }

  #single-content .wide-highlight-image .image {
    height: 250px;
    margin-bottom: 30px;
  }

  #single-content .wide-highlight-image .content {
    padding-left: 15px;
  }

  #single-content .wide-highlight-image a.button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #single-product .wide-image {
    height: 725px;
  }
}
@media screen and (max-width: 639px) {
  #single-product .recipes-tips-highlights h2 {
    font-size: 32px;
  }

  #single-product .info .product-contents h2 {
    font-size: 28px;
  }

  #single-product .recipes-tips-highlights h2:before,
#single-product .info .product-contents h2:before {
    display: none;
  }

  #single-product .recipes-tips-highlights h2 span,
#single-product .info .product-contents h2 span {
    padding: 0;
    background-color: transparent;
  }

  #single-product .info .meta ul.diets.smaller {
    display: block;
    float: none;
    text-align: center;
    padding-top: 45px;
  }

  #single-product .info .meta .extra {
    text-align: center;
    padding-top: 35px;
  }

  #single-content .wide-highlight-image .button-wrapper {
    margin-left: 0;
  }

  #single-content .wide-highlight-image .image-wrapper {
    width: 66.66666667%;
  }
}
@media screen and (max-width: 500px) {
  #single-content .wide-highlight-image .button-wrapper {
    width: 100%;
  }

  #single-content .wide-highlight-image .image-wrapper {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }

  #single-product .wide-image {
    height: 600px;
  }
}
@media screen and (max-width: 450px) {
  #single-product .recipes-tips-highlights .highlight .background-image {
    padding-top: 135%;
  }

  #single-product .info .nutrients-ean .nutrients div {
    background-image: none;
  }

  #single-product .info .nutrients-ean .nutrients div span:first-child {
    font-weight: 600;
  }

  #single-product .info .nutrients-ean .nutrients div span:last-child {
    float: none;
    font-weight: 700;
  }
}
#recipes-tips-content {
  padding-bottom: 50px;
}
#recipes-tips-content .categories {
  padding-bottom: 60px;
}
#recipes-tips-content .categories ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0;
  height: 60px;
  max-width: 570px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recipes-tips-content .categories ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  border-left: 1px solid #bebebe;
}
#recipes-tips-content .categories ul li a {
  color: #bebebe;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
#recipes-tips-content .categories ul li a.active {
  color: #d61e4a;
}
#recipes-tips-content .categories ul li:first-child {
  border-left: 0px solid transparent;
}
#recipes-tips-content .recipes-tips .recipes-tips-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#recipes-tips-content .recipes-tips .item {
  padding-bottom: 40px;
}
#recipes-tips-content .recipes-tips .item .wrapper {
  padding-top: 68%;
  position: relative;
  background-image: url(../img/tip_image.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#recipes-tips-content .recipes-tips .item .wrapper .category {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 110px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #d61e4a;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
  background-color: #ffffff;
}
#recipes-tips-content .recipes-tips .item h3 {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  padding-top: 20px;
}
#recipes-tips-content .load-more {
  text-align: center;
}

@media screen and (max-width: 720px) {
  #recipes-tips-content .categories ul {
    background-color: transparent;
    margin: -10px auto;
    flex-wrap: wrap;
    height: auto;
  }

  #recipes-tips-content .categories ul li {
    background-color: #f0f0f0;
    border: 0px;
    margin: 10px 5px 0px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 550px) {
  #recipes-tips-content .recipes-tips .item {
    width: 100%;
  }
}
/* 
@media screen and (max-width: 550px) {
	#recipes-tips-content .categories ul {
		width: 100%;
		height: 40px;
	}
	#recipes-tips-content .categories ul li {
		padding-left: 15px;
		padding-right: 15px;
	}
	#recipes-tips-content .recipes-tips .item {
		width: 100%;
	}
}





@media screen and (max-width: 470px) {
	#recipes-tips-content .categories ul li a {
		font-size: $font-size-l;
	}
}





@media screen and (max-width: 380px) {
	#recipes-tips-content .categories ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
	#recipes-tips-content .categories ul li a {
		font-size: $font-size-m;
	}
}


*/
#single-recipe {
  padding-bottom: 90px;
}
#single-recipe hr {
  width: 100%;
  height: 3px;
  background-color: #e4e4e4;
  border: 0px;
  margin-top: 40px;
  margin-bottom: 80px;
}
#single-recipe .title {
  padding-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
#single-recipe .title h1 {
  color: #d61e4a;
  font-size: 46px;
  text-align: center;
}
#single-recipe .title .portions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #d61e4a;
}
#single-recipe .title .portions .image {
  width: 53px;
  height: 53px;
  background-image: url(../img/portions.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 15px;
}
#single-recipe .title .duration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #d61e4a;
}
#single-recipe .title .duration .pie-wrapper {
  width: 53px;
  height: 53px;
  margin-left: 15px;
}
#single-recipe .title .duration .pie-wrapper .percentage {
  display: none;
}
#single-recipe .image-wrapper {
  padding-bottom: 63px;
}
#single-recipe .image-wrapper .image {
  width: 100%;
  padding-top: 32%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#single-recipe .info .ingredients {
  padding-right: 4%;
}
#single-recipe .info .ingredients h2 {
  font-size: 29px;
  margin-top: 60px;
  padding-bottom: 35px;
  position: relative;
  font-family: "proxima-nova", sans-serif;
}
#single-recipe .info .ingredients h2 span {
  background-color: #ffffff;
  padding-right: 25px;
}
#single-recipe .info .ingredients h2.notitle {
  padding: 0;
}
#single-recipe .info .ingredients h2.notitle:before {
  display: none;
}
#single-recipe .info .ingredients h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  top: 15px;
  z-index: -1;
}
#single-recipe .info .ingredients h2:first-of-type {
  margin-top: 0px;
}
#single-recipe .info .ingredients .content {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
#single-recipe .info .ingredients .content div {
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: left bottom 7px;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
#single-recipe .info .ingredients .content div span:first-child {
  float: none;
  background-color: #ffffff;
  padding-right: 5px;
}
#single-recipe .info .ingredients .content div span:last-child {
  float: right;
  background-color: #ffffff;
  padding-left: 5px;
}
#single-recipe .info .instructions {
  background-color: #f0f0f0;
  padding: 63px 60px 40px;
}
#single-recipe .info .instructions p {
  margin-bottom: 20px;
}
#single-recipe .info .social-media {
  color: #bababa;
  font-size: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 80px;
  text-align: right;
}
#single-recipe .info .social-media span.share {
  padding-right: 20px;
}
#single-recipe .info .social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c2c2c2;
}
#single-recipe .info .social-media a img {
  width: 22px;
  height: auto;
}
#single-recipe .info .social-media a:focus, #single-recipe .info .social-media a:hover {
  background-color: #d61e4a;
}
#single-recipe .used-products h2 {
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  color: #d61e4a;
  padding-top: 100px;
  padding-bottom: 60px;
}
#single-recipe .used-products h2 span {
  padding-left: 38px;
  padding-right: 38px;
  background-color: #ffffff;
}
#single-recipe .used-products h2:after {
  content: "";
  height: 2px;
  left: 15px;
  right: 15px;
  position: absolute;
  display: block;
  background-color: #d61e4a;
  margin-top: -22px;
  z-index: -1;
}
#single-recipe .used-products .products-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#single-recipe .used-products .products-row .product {
  padding-bottom: 35px;
  text-align: center;
}
#single-recipe .used-products .products-row .product .image {
  padding-top: 84%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #e4e4e4;
}
#single-recipe .used-products .products-row .product h4 {
  font-weight: 700;
  font-size: 16px;
  padding-top: 18px;
}

@media screen and (max-width: 1199px) {
  #single-recipe .info .instructions {
    padding: 30px 30px 15px;
  }
}
@media screen and (max-width: 991px) {
  #single-recipe .info .ingredients {
    padding-right: 15px;
  }

  #single-recipe .info .instructions {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  #single-recipe .image-wrapper .image {
    padding-top: 45%;
  }

  #single-recipe .used-products h2:after {
    display: none;
  }

  #single-recipe .used-products h2 span {
    padding: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 639px) {
  #single-recipe .used-products .products-row .product {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #single-recipe .info .ingredients .content div {
    background-image: none;
  }

  #single-recipe .info .ingredients .content div span:first-child {
    font-weight: 700;
  }

  #single-recipe .info .ingredients .content div span:last-child {
    float: none;
  }

  #single-recipe .info .social-media {
    text-align: center;
  }

  #single-recipe .info .social-media span.share {
    display: block;
    padding-right: 0;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
#single-tip {
  padding-bottom: 90px;
}
#single-tip hr {
  width: 100%;
  height: 3px;
  background-color: #e4e4e4;
  border: 0px;
  margin-top: 40px;
  margin-bottom: 80px;
}
#single-tip .title {
  padding-bottom: 80px;
}
#single-tip .title h1 {
  color: #d61e4a;
  font-size: 46px;
  text-align: center;
}
#single-tip .info .content-container {
  padding-right: 4%;
  padding-top: 15px;
}
#single-tip .info .content-container h2 {
  font-size: 29px;
  margin-top: 60px;
  padding-bottom: 35px;
  position: relative;
  font-family: "proxima-nova", sans-serif;
}
#single-tip .info .content-container h2 span {
  background-color: #ffffff;
  padding-right: 25px;
}
#single-tip .info .content-container h2.notitle {
  padding: 0;
}
#single-tip .info .content-container h2.notitle:before {
  display: none;
}
#single-tip .info .content-container h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  top: 15px;
  z-index: -1;
}
#single-tip .info .content-container p {
  margin-bottom: 20px;
}
#single-tip .info .content-container.no-image {
  padding-right: 15px;
}
#single-tip .info .content-container.no-image h2:first-of-type {
  margin-top: 0px;
}
#single-tip .info .content-container.no-image .body {
  padding-right: 4%;
}
#single-tip .info .content-container.no-image .ingredients-lists {
  padding-left: 4%;
}
#single-tip .info .content-container .content {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
#single-tip .info .content-container .content div {
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: left bottom 7px;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
#single-tip .info .content-container .content div span:first-child {
  float: none;
  background-color: #ffffff;
  padding-right: 5px;
}
#single-tip .info .content-container .content div span:last-child {
  float: right;
  background-color: #ffffff;
  padding-left: 5px;
}
#single-tip .image-share {
  padding-left: 4%;
}
#single-tip .image-share .image {
  width: 100%;
  padding-top: 96%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#single-tip .image-share .social-media {
  color: #bababa;
  font-size: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 50px;
  text-align: right;
}
#single-tip .image-share .social-media span.share {
  padding-right: 20px;
}
#single-tip .image-share .social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c2c2c2;
}
#single-tip .image-share .social-media a img {
  width: 22px;
  height: auto;
}
#single-tip .image-share .social-media a:focus, #single-tip .image-share .social-media a:hover {
  background-color: #d61e4a;
}
#single-tip .used-products .product {
  padding-bottom: 35px;
  text-align: center;
}
#single-tip .used-products .product .image {
  padding-top: 84%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #e4e4e4;
}
#single-tip .used-products .product h4 {
  font-weight: 700;
  font-size: 16px;
  padding-top: 18px;
}
#single-tip .used-products h2 {
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  color: #d61e4a;
  padding-top: 100px;
  padding-bottom: 60px;
}
#single-tip .used-products h2 span {
  padding-left: 38px;
  padding-right: 38px;
  background-color: #ffffff;
}
#single-tip .used-products h2:after {
  content: "";
  height: 2px;
  left: 15px;
  right: 15px;
  position: absolute;
  display: block;
  background-color: #d61e4a;
  margin-top: -22px;
  z-index: -1;
}
#single-tip .used-products .products-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#single-tip .used-products .products-row .product {
  padding-bottom: 35px;
  text-align: center;
}
#single-tip .used-products .products-row .product .image {
  padding-top: 84%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #e4e4e4;
}
#single-tip .used-products .products-row .product h4 {
  font-weight: 700;
  font-size: 16px;
  padding-top: 18px;
}

@media screen and (max-width: 1199px) {
  #single-tip .info .content-container {
    padding-right: 15px;
  }

  #single-tip .image-share {
    padding-top: 50px;
    padding-left: 15px;
  }

  #single-tip .image-share .image {
    padding-top: 60%;
  }
}
@media screen and (max-width: 767px) {
  #single-tip .used-products h2:after {
    display: none;
  }

  #single-tip .used-products h2 span {
    padding: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 639px) {
  #single-tip .used-products .products-row .product {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #single-tip .info .content-container .content div {
    background-image: none;
  }

  #single-tip .info .content-container .content div span:first-child {
    font-weight: 700;
    background-color: transparent;
  }

  #single-tip .info .content-container .content div span:last-child {
    float: none;
    background-color: transparent;
  }

  #single-tip .image-share .social-media {
    text-align: center;
  }

  #single-tip .image-share .social-media span.share {
    display: block;
    padding-right: 0;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
#company-content .body-image,
#page-content .body-image {
  padding-top: 40px;
  padding-bottom: 40px;
}
#company-content .body-image h2,
#page-content .body-image h2 {
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  color: #d61e4a;
  padding-bottom: 60px;
}
#company-content .body-image h2 span,
#page-content .body-image h2 span {
  padding-left: 38px;
  padding-right: 38px;
  background-color: #ffffff;
}
#company-content .body-image h2:after,
#page-content .body-image h2:after {
  content: "";
  height: 2px;
  left: 15px;
  right: 15px;
  position: absolute;
  display: block;
  background-color: #d61e4a;
  margin-top: -22px;
  z-index: -1;
}
#company-content .body-image .row,
#page-content .body-image .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
#company-content .body-image .body,
#page-content .body-image .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
#company-content .body-image .body p,
#page-content .body-image .body p {
  margin-bottom: 20px;
}
#company-content .body-image .image-wrapper,
#page-content .body-image .image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#company-content .body-image .image-wrapper img,
#page-content .body-image .image-wrapper img {
  max-width: 100%;
  height: auto;
}
#company-content .wide-highlight,
#page-content .wide-highlight {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e4e4e4;
  margin-top: 20px;
  margin-bottom: 12.5px;
}
#company-content .wide-highlight h2,
#page-content .wide-highlight h2 {
  color: #000000;
  font-size: 48px;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  #company-content .body-image .row,
#page-content .body-image .row {
    flex-wrap: wrap;
  }

  #company-content .body-image h2,
#page-content .body-image h2 {
    padding-bottom: 35px;
  }

  #company-content .body-image .image-wrapper,
#page-content .body-image .image-wrapper {
    padding-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  #company-content .body-image h2 span,
#page-content .body-image h2 span {
    padding: 0;
    background-color: transparent;
  }

  #company-content .body-image h2:after,
#page-content .body-image h2:after {
    display: none;
  }
}
#horeca-content,
#page-content {
  padding-bottom: 70px;
}
#horeca-content .lines-container,
#page-content .lines-container {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
#horeca-content .lines-container .lines,
#page-content .lines-container .lines {
  height: 9px;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}
#horeca-content .body-catalogue,
#page-content .body-catalogue {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
#horeca-content .body-catalogue .body,
#page-content .body-catalogue .body {
  padding-right: 4%;
}
#horeca-content .body-catalogue .body h3,
#page-content .body-catalogue .body h3 {
  font-family: "proxima-nova", sans-serif;
  color: #d61e4a;
  text-transform: uppercase;
  position: relative;
  font-size: 30px;
  margin-top: 70px;
  margin-bottom: 35px;
}
#horeca-content .body-catalogue .body h3 span,
#page-content .body-catalogue .body h3 span {
  background-color: #ffffff;
  padding-left: 0px;
  padding-right: 30px;
}
#horeca-content .body-catalogue .body h3:after,
#page-content .body-catalogue .body h3:after {
  content: "";
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 20px;
  z-index: -1;
}
#horeca-content .body-catalogue .body a.button,
#page-content .body-catalogue .body a.button {
  margin-top: 30px;
}
#horeca-content .body-catalogue .catalogue,
#page-content .body-catalogue .catalogue {
  padding-left: 4%;
}
#horeca-content .body-catalogue .catalogue h2,
#page-content .body-catalogue .catalogue h2 {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  position: relative;
  margin-bottom: 45px;
}
#horeca-content .body-catalogue .catalogue h2 span,
#page-content .body-catalogue .catalogue h2 span {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#horeca-content .body-catalogue .catalogue h2:after,
#page-content .body-catalogue .catalogue h2:after {
  content: "";
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
#horeca-content .body-catalogue .catalogue .image,
#page-content .body-catalogue .catalogue .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 60%;
  position: relative;
}
#horeca-content .body-catalogue .catalogue .image:before,
#page-content .body-catalogue .catalogue .image:before {
  content: "";
  width: 49px;
  height: 52px;
  background-image: url(../img/download.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
}
#horeca-content .new-products,
#page-content .new-products {
  padding-left: 20px;
  padding-right: 20px;
}
#horeca-content .new-products h2,
#page-content .new-products h2 {
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  color: #d61e4a;
  padding-top: 70px;
  padding-bottom: 60px;
}
#horeca-content .new-products h2 span,
#page-content .new-products h2 span {
  padding-left: 38px;
  padding-right: 38px;
  background-color: #ffffff;
}
#horeca-content .new-products h2:after,
#page-content .new-products h2:after {
  content: "";
  height: 2px;
  left: 15px;
  right: 15px;
  position: absolute;
  display: block;
  background-color: #d61e4a;
  margin-top: -22px;
  z-index: -1;
}
#horeca-content .new-products .product,
#page-content .new-products .product {
  background-color: #f4f4f4;
  margin-bottom: 28px;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-left: 15px;
  margin-right: 15px;
}
#horeca-content .new-products .product .row,
#page-content .new-products .product .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#horeca-content .new-products .product h3,
#page-content .new-products .product h3 {
  font-size: 30px;
  color: #d61e4a;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 30px;
}
#horeca-content .new-products .product h3 span,
#page-content .new-products .product h3 span {
  display: block;
}
#horeca-content .new-products .product .button-wrapper,
#page-content .new-products .product .button-wrapper {
  text-align: left;
  padding-left: 30px;
}

@media screen and (max-width: 1349px) {
  #horeca-content .new-products .product h3,
#page-content .new-products .product h3 {
    padding-left: 30px;
  }

  #horeca-content .new-products .product .button-wrapper,
#page-content .new-products .product .button-wrapper {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #horeca-content .body-catalogue .body,
#page-content .body-catalogue .body {
    padding-right: 15px;
  }

  #horeca-content .body-catalogue .catalogue,
#page-content .body-catalogue .catalogue {
    padding-left: 15px;
  }

  #horeca-content .new-products .product .row,
#page-content .new-products .product .row {
    flex-wrap: wrap;
  }

  #horeca-content .new-products .product h3,
#page-content .new-products .product h3 {
    padding-bottom: 30px;
    text-align: center;
  }

  #horeca-content .new-products .product h3 span,
#page-content .new-products .product h3 span {
    display: inline;
  }

  #horeca-content .new-products .product .body,
#page-content .new-products .product .body {
    padding-left: 45px;
  }

  #horeca-content .new-products .product .button-wrapper,
#page-content .new-products .product .button-wrapper {
    text-align: center;
    padding-right: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  #horeca-content .body-catalogue .catalogue,
#page-content .body-catalogue .catalogue {
    padding-top: 60px;
  }

  #horeca-content .new-products .product .body,
#page-content .new-products .product .body {
    padding-left: 45px;
    padding-right: 45px;
  }

  #horeca-content .new-products .product .button-wrapper,
#page-content .new-products .product .button-wrapper {
    text-align: center;
    padding-right: 15px;
  }
}
@media screen and (max-width: 639px) {
  #horeca-content .body-catalogue .body h3,
#page-content .body-catalogue .body h3 {
    text-align: center;
  }

  #horeca-content .body-catalogue .body h3:after,
#horeca-content .body-catalogue .catalogue h2:after,
#page-content .body-catalogue .body h3:after,
#page-content .body-catalogue .catalogue h2:after {
    display: none;
  }

  #horeca-content .body-catalogue .body h3 span,
#horeca-content .body-catalogue .catalogue h2 span,
#page-content .body-catalogue .body h3 span,
#page-content .body-catalogue .catalogue h2 span {
    padding: 0;
    background-color: transparent;
  }

  #horeca-content .new-products h2:after,
#page-content .new-products h2:after {
    display: none;
  }

  #horeca-content .new-products .product .body,
#page-content .new-products .product .body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#rekry-content,
#page-content {
  padding-bottom: 70px;
}
#rekry-content .lines-container,
#page-content .lines-container {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
#rekry-content .lines-container .lines,
#page-content .lines-container .lines {
  height: 9px;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}
#rekry-content .body-image-link,
#page-content .body-image-link {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
#rekry-content .body-image-link .body,
#page-content .body-image-link .body {
  padding-right: 4%;
}
#rekry-content .body-image-link .body h3,
#page-content .body-image-link .body h3 {
  font-family: "proxima-nova", sans-serif;
  color: #d61e4a;
  text-transform: uppercase;
  position: relative;
  font-size: 30px;
  margin-top: 70px;
  margin-bottom: 35px;
}
#rekry-content .body-image-link .body h3 span,
#page-content .body-image-link .body h3 span {
  background-color: #ffffff;
  padding-left: 0px;
  padding-right: 30px;
}
#rekry-content .body-image-link .body h3:after,
#page-content .body-image-link .body h3:after {
  content: "";
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 20px;
  z-index: -1;
}
#rekry-content .body-image-link .body a.button,
#page-content .body-image-link .body a.button {
  margin-top: 30px;
}
#rekry-content .body-image-link .image-wrapper,
#page-content .body-image-link .image-wrapper {
  padding-left: 4%;
}
#rekry-content .body-image-link .image-wrapper .image,
#page-content .body-image-link .image-wrapper .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 75%;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #rekry-content .body-image-link .body,
#page-content .body-image-link .body {
    padding-right: 15px;
  }

  #rekry-content .body-image-link .image-wrapper,
#page-content .body-image-link .image-wrapper {
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  #rekry-content .body-image-link .image-wrapper,
#page-content .body-image-link .image-wrapper {
    padding-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  #rekry-content .body-image-link .body h3,
#page-content .body-image-link .body h3 {
    text-align: center;
  }

  #rekry-content .body-image-link .body h3:after,
#page-content .body-image-link .body h3:after {
    display: none;
  }

  #rekry-content .body-image-link .body h3 span,
#page-content .body-image-link .body h3 span {
    padding: 0;
    background-color: transparent;
  }
}
#rekry-form {
  padding-bottom: 90px;
  font-weight: 700;
}
#rekry-form hr {
  width: 100%;
  height: 3px;
  background-color: #e4e4e4;
  border: 0px;
  margin-top: 40px;
  margin-bottom: 80px;
}
#rekry-form .title {
  padding-bottom: 10px;
}
#rekry-form .title .title-content {
  padding-bottom: 25px;
  border-bottom: 2px solid #f3f3f3;
  text-align: center;
}
#rekry-form .title h1 {
  color: #d61e4a;
  font-size: 46px;
  text-align: center;
  padding-bottom: 50px;
}
#rekry-form .form h2 {
  padding-top: 50px;
  padding-bottom: 20px;
}
#rekry-form .form h3 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 26px;
}
#rekry-form .form h4 {
  float: left;
  padding-right: 30px;
  font-size: 22px;
}
#rekry-form .form h3, #rekry-form .form h4 {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
#rekry-form .form h2 span,
#rekry-form .form h4 span {
  color: #6a6a6a;
  font-family: "Overpass Mono", monospace;
  font-size: 13.5px;
  display: block;
  padding-top: 0px;
  text-transform: none;
  font-weight: 600;
  margin-top: 10px;
}
#rekry-form .form br {
  display: none;
}
#rekry-form .form .part-one {
  padding-right: 4%;
}
#rekry-form .form .part-two {
  padding-left: 4%;
}
#rekry-form .submit {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#rekry-form .submit .lines {
  height: 9px;
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}
#rekry-form .submit p {
  display: none;
}
#rekry-form .submit .ajax-loader {
  display: none;
}

@media screen and (max-width: 1199px) {
  #rekry-form .form .part-one {
    padding-right: 30px;
  }

  #rekry-form .form .part-two {
    padding-left: 30px;
  }

  #rekry-form .form .row > div:first-child {
    margin-top: 0px;
  }

  #rekry-form .form .row > div {
    margin-top: -12px;
  }
}
@media screen and (max-width: 991px) {
  #rekry-form .form .part-one {
    padding-right: 15px;
  }

  #rekry-form .form .part-two {
    padding-left: 15px;
  }

  #rekry-form .form .row > div:first-child {
    margin-top: 0px;
  }

  #rekry-form .form .row > div {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #rekry-form .form .row > div:first-child {
    margin-top: 0px;
  }

  #rekry-form .form .row > div {
    margin-top: -12px;
  }
}
#contact-content,
#page-content {
  padding-bottom: 45px;
}
#contact-content .feedback-form,
#page-content .feedback-form {
  padding-top: 40px;
  padding-bottom: 40px;
}
#contact-content .feedback-form h2,
#page-content .feedback-form h2 {
  font-size: 38px;
  text-align: center;
  padding-bottom: 45px;
}
#contact-content .feedback-form h2 span,
#page-content .feedback-form h2 span {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#contact-content .feedback-form h2:after,
#page-content .feedback-form h2:after {
  content: "";
  height: 2px;
  background-color: #d61e4a;
  display: block;
  position: absolute;
  top: 17px;
  left: 20px;
  right: 20px;
  z-index: -1;
}
#contact-content .feedback-form h3,
#page-content .feedback-form h3 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 20px;
}
#contact-content .feedback-form .contact-information,
#page-content .feedback-form .contact-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-right: 4%;
}
#contact-content .feedback-form .contact-information .info,
#page-content .feedback-form .contact-information .info {
  margin-bottom: 35px;
  width: 26%;
}
#contact-content .feedback-form .contact-information .info:nth-child(2),
#page-content .feedback-form .contact-information .info:nth-child(2) {
  width: 33%;
}
#contact-content .feedback-form .contact-information .info:nth-child(3),
#page-content .feedback-form .contact-information .info:nth-child(3) {
  width: 41%;
}
#contact-content .feedback-form .contact-information .link,
#page-content .feedback-form .contact-information .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#contact-content .feedback-form .form input,
#page-content .feedback-form .form input {
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #000000;
  margin-bottom: 20px;
  height: 40px;
}
#contact-content .feedback-form .form textarea,
#page-content .feedback-form .form textarea {
  width: 100%;
  height: 130px;
  outline: 0;
  resize: none;
  border: 2px solid #000000;
  margin-bottom: 20px;
  padding: 12px 15px;
}
#contact-content .feedback-form .form input[type=submit],
#page-content .feedback-form .form input[type=submit] {
  background-color: #000000;
  width: 95px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: right;
  color: #ffffff;
}
#contact-content .feedback-form .form input[type=submit]:focus, #contact-content .feedback-form .form input[type=submit]:hover,
#page-content .feedback-form .form input[type=submit]:focus,
#page-content .feedback-form .form input[type=submit]:hover {
  background-color: #d61e4a;
  border-color: #d61e4a;
}
#contact-content .feedback-form .form p,
#page-content .feedback-form .form p {
  display: none;
}
#contact-content .personnel-container,
#page-content .personnel-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
#contact-content .personnel-container h2,
#page-content .personnel-container h2 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 45px;
  color: #000000;
}
#contact-content .personnel-container h2 span,
#page-content .personnel-container h2 span {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#contact-content .personnel-container h2:after,
#page-content .personnel-container h2:after {
  content: "";
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  top: 17px;
  left: 20px;
  right: 20px;
  z-index: -1;
}
#contact-content .personnel-container .personnel,
#page-content .personnel-container .personnel {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #f4f4f4;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#contact-content .personnel-container .personnel .person,
#page-content .personnel-container .personnel .person {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 20%;
}
#contact-content .personnel-container .personnel .person h3,
#page-content .personnel-container .personnel .person h3 {
  font-family: "proxima-nova", monospace;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
}
#contact-content .sales-container,
#page-content .sales-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
#contact-content .sales-container h2,
#page-content .sales-container h2 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 40px;
  color: #000000;
}
#contact-content .sales-container h2 span,
#page-content .sales-container h2 span {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#contact-content .sales-container h2:after,
#page-content .sales-container h2:after {
  content: "";
  height: 2px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  top: 17px;
  left: 15px;
  right: 15px;
  z-index: -1;
}
#contact-content .sales-container .single-contact,
#page-content .sales-container .single-contact {
  padding-bottom: 20px;
  width: 33%;
}
#contact-content .sales-container .single-contact h3,
#page-content .sales-container .single-contact h3 {
  font-family: "proxima-nova", monospace;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
}
#contact-content .sales-container .chain-billing,
#page-content .sales-container .chain-billing {
  padding-right: 6%;
}
#contact-content .sales-container .chain,
#page-content .sales-container .chain {
  padding-bottom: 45px;
}
#contact-content .sales-container .billing .billing-content,
#page-content .sales-container .billing .billing-content {
  font-size: 15px;
}
#contact-content .sales-container .group,
#page-content .sales-container .group {
  padding-left: 6%;
}
#contact-content .sales-container .group ul,
#page-content .sales-container .group ul {
  margin: 0;
  padding: 0;
}
#contact-content .sales-container .group ul li,
#page-content .sales-container .group ul li {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#contact-content .sales-container .group ul li a,
#page-content .sales-container .group ul li a {
  display: block;
  border: 3px solid #000000;
  padding-left: 30px;
  padding-right: 30px;
  height: 43px;
  line-height: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
#contact-content .sales-container .group ul li a:focus, #contact-content .sales-container .group ul li a:hover,
#page-content .sales-container .group ul li a:focus,
#page-content .sales-container .group ul li a:hover {
  border: 3px solid #d61e4a;
  background-color: #d61e4a;
  color: #ffffff;
}
#contact-content .sales-container .group .tab-content,
#page-content .sales-container .group .tab-content {
  clear: both;
  padding-top: 50px;
}
#contact-content .sales-container .group .tab-content .tab-pane,
#page-content .sales-container .group .tab-content .tab-pane {
  outline: 0;
}

@media screen and (max-width: 1349px) {
  #contact-content .sales-container .single-contact,
#page-content .sales-container .single-contact {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  #contact-content .feedback-form .contact-information .info,
#contact-content .feedback-form .contact-information .info:nth-child(2),
#contact-content .feedback-form .contact-information .info:nth-child(3),
#page-content .feedback-form .contact-information .info,
#page-content .feedback-form .contact-information .info:nth-child(2),
#page-content .feedback-form .contact-information .info:nth-child(3) {
    width: 50%;
  }

  #contact-content .feedback-form .form span.your-name input,
#page-content .feedback-form .form span.your-name input {
    margin-bottom: 0px;
  }

  #contact-content .sales-container .chain-billing,
#page-content .sales-container .chain-billing {
    padding-right: 15px;
  }

  #contact-content .sales-container .group,
#page-content .sales-container .group {
    padding-left: 15px;
  }

  #contact-content .sales-container .group h2,
#page-content .sales-container .group h2 {
    margin-top: 50px;
  }

  #contact-content .sales-container .group h2:after,
#page-content .sales-container .group h2:after {
    top: 64px;
  }

  #contact-content .personnel-container .personnel .person,
#page-content .personnel-container .personnel .person {
    width: 25%;
  }

  #contact-content .sales-container .single-contact,
#page-content .sales-container .single-contact {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  #contact-content .personnel-container .personnel .person,
#page-content .personnel-container .personnel .person {
    width: 33%;
  }

  #contact-content .sales-container .single-contact,
#page-content .sales-container .single-contact {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  #contact-content .personnel-container .personnel .person,
#page-content .personnel-container .personnel .person {
    width: 50%;
  }

  #contact-content .sales-container .single-contact,
#page-content .sales-container .single-contact {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  #contact-content .feedback-form .contact-information .info,
#contact-content .feedback-form .contact-information .info:nth-child(2),
#contact-content .feedback-form .contact-information .info:nth-child(3),
#page-content .feedback-form .contact-information .info,
#page-content .feedback-form .contact-information .info:nth-child(2),
#page-content .feedback-form .contact-information .info:nth-child(3) {
    width: 100%;
  }

  #contact-content .personnel-container .personnel .person,
#page-content .personnel-container .personnel .person {
    width: 100%;
  }

  #contact-content .sales-container .single-contact,
#page-content .sales-container .single-contact {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  #contact-content .personnel-container .personnel,
#page-content .personnel-container .personnel {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#page-content .categories {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
#page-content .recipes-tips-highlights {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
#page-content .recipes-tips-highlights .highlight {
  margin-top: 30px;
}

@media screen and (max-width: 1349px) {
  #page-content .recipes-tips-highlights {
    width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  #page-content .recipes-tips-highlights {
    width: 930px;
  }
}
@media screen and (max-width: 991px) {
  #page-content .recipes-tips-highlights {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  #page-content .recipes-tips-highlights {
    width: 100%;
  }
}
#feedback-form {
  padding-bottom: 90px;
  font-weight: 700;
}
#feedback-form div.wpcf7 {
  position: relative;
}
#feedback-form hr {
  width: 100%;
  height: 3px;
  background-color: #e4e4e4;
  border: 0px;
  margin-top: 40px;
  margin-bottom: 80px;
}
#feedback-form .title {
  padding-bottom: 10px;
}
#feedback-form .title .title-content {
  padding-bottom: 25px;
  border-bottom: 2px solid #f3f3f3;
  text-align: center;
}
#feedback-form .title h1 {
  color: #d61e4a;
  font-size: 46px;
  text-align: center;
  padding-bottom: 50px;
}
#feedback-form .form h2 {
  padding-top: 50px;
  padding-bottom: 20px;
}
#feedback-form .form h3 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 22px;
}
#feedback-form .form .add-photo h3 {
  float: left;
  padding-right: 30px;
  font-size: 22px;
  line-height: 44px;
  padding-top: 10px;
  padding-bottom: 0px;
}
#feedback-form .form h3, #feedback-form .form h4 {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
#feedback-form .form h2 span,
#feedback-form .form h3 span,
#feedback-form .form h4 span {
  color: #6a6a6a;
  font-family: "Overpass Mono", monospace;
  font-size: 13.5px;
  display: block;
  padding-top: 0px;
  text-transform: none;
  font-weight: 600;
  margin-top: 10px;
  line-height: 16px;
}
#feedback-form .form br {
  display: none;
}
#feedback-form .form .part-one {
  padding-right: 4%;
}
#feedback-form .form .part-two {
  padding-left: 4%;
}
#feedback-form .submit {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#feedback-form .submit .col-xs-12 {
  position: static;
}
#feedback-form .submit .lines {
  height: 9px;
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}
#feedback-form .submit p {
  display: none;
}
#feedback-form .submit input.disabled {
  pointer-events: none;
}
#feedback-form .submit .ajax-loader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: -10px;
  margin: 0;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.85);
  width: auto;
  height: auto;
  padding-bottom: 210px;
}
#feedback-form .submit .ajax-loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
}
#feedback-form .submit .ajax-loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  margin: 0;
  border: 15px solid #d61e4a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #d61e4a transparent transparent transparent;
}
#feedback-form .submit .ajax-loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#feedback-form .submit .ajax-loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#feedback-form .submit .ajax-loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1199px) {
  #feedback-form .form .part-one {
    padding-right: 30px;
  }

  #feedback-form .form .part-two {
    padding-left: 30px;
  }

  #feedback-form .form .row > div:first-child {
    margin-top: 0px;
  }

  #feedback-form .form .row > div {
    margin-top: -12px;
  }
}
@media screen and (max-width: 991px) {
  #feedback-form .form .part-one {
    padding-right: 15px;
  }

  #feedback-form .form .part-two {
    padding-left: 15px;
  }

  #feedback-form .form .row > div:first-child {
    margin-top: 0px;
  }

  #feedback-form .form .row > div {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #feedback-form .form .row > div:first-child {
    margin-top: 0px;
  }

  #feedback-form .form .row > div {
    margin-top: -12px;
  }
}
#error-page {
  padding-bottom: 80px;
}
#error-page hr {
  width: 100%;
  height: 3px;
  background-color: #e4e4e4;
  border: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#error-page h1 {
  font-size: 56px;
  color: #d61e4a;
  padding-bottom: 25px;
}
#error-page h2 {
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 30px;
}
#error-page p {
  font-size: 16px;
  font-weight: 700;
}
#error-page .image {
  text-align: center;
  padding-right: 6%;
}
#error-page .image img {
  max-width: 100%;
  height: auto;
}
#error-page .content .links {
  text-align: center;
  width: 90%;
}
#error-page .content .links img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto 15px;
}
#error-page .content .links a {
  color: #d61e4a;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1579px) {
  #error-page .content .links {
    width: 100%;
  }
}
@media screen and (max-width: 1349px) {
  #error-page h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  #error-page .image {
    padding-right: 15px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #error-page h1 {
    font-size: 40px;
  }

  #error-page .content .links img {
    height: 65px;
  }

  #error-page .content .links a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #error-page h1 {
    font-size: 36px;
  }

  #error-page .image {
    margin-left: 20%;
    width: 60%;
  }

  #error-page .content .link-wrapper {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  #error-page h1 {
    font-size: 32px;
  }
}
footer {
  background-color: #000000;
  color: #ffffff;
  padding-top: 56px;
  padding-bottom: 68px;
  background-image: url(../img/footerbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 12.5px solid #ffffff;
  flex-shrink: 0;
  width: 100%;
}
footer h2 {
  font-size: 17px;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
footer .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
}
footer .logo {
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo img {
  max-width: 200px;
  max-height: 100%;
  margin-bottom: 50px;
}
footer .footer-navigation {
  width: 20%;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
footer .footer-navigation ul {
  padding: 20px 0 0 0;
  margin: 0;
  list-style-type: none;
  max-width: 200px;
}
footer .footer-navigation ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
footer .footer-navigation ul li a {
  padding-bottom: 4px;
  font-weight: 700;
}
footer .footer-navigation ul li a:focus,
footer .footer-navigation ul li a:hover {
  border-bottom: 2px solid white;
}
footer .footer-navigation ul:after {
  content: "";
  background-image: url(../img/footerbar.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 7px;
  height: 272px;
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
}
footer .contact {
  width: 20%;
}
footer .contact h2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
footer .contact p {
  margin-bottom: 25px;
}
footer .links {
  width: 20%;
}
footer .links ul {
  padding: 20px 0 0 0;
  margin: 0;
  list-style-type: none;
}
footer .links ul li {
  padding-bottom: 8px;
}
footer .links ul li a {
  padding-bottom: 3px;
}
footer .links ul li a:focus, footer .links ul li a:hover {
  border-bottom: 2px solid #ffffff;
}
footer .links .social-media {
  width: 100%;
  padding-top: 35px;
}
footer .social-media {
  width: 20%;
}
footer .social-media h2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
footer .social-media a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 15px;
}
footer .social-media a.facebook {
  background-image: url(../img/facebook_white.png);
}
footer .social-media a.instagram {
  background-image: url(../img/instagram_white.png);
}
footer .social-media a.youtube {
  background-image: url(../img/youtube_white.png);
}
footer .certificates {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0px;
}
footer .certificate {
  text-align: left;
  display: flex;
  margin: 10px;
}
footer .certificate img {
  display: block;
  height: auto;
  width: 170px;
}
footer .certificate.rinki {
  width: 90px;
  margin-left: 0;
  margin-right: 0;
}
footer .certificate.rinki img {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  footer .row {
    flex-wrap: wrap;
  }

  footer .logo {
    width: 100%;
    padding-bottom: 35px;
  }

  footer .logo img {
    margin-bottom: 20px;
  }

  footer .footer-navigation,
footer .contact,
footer .links,
footer .social-media {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  footer .logo {
    width: 100%;
    padding-bottom: 35px;
  }

  footer .contact,
footer .links {
    width: 40%;
    margin-left: 10%;
  }

  footer .certificates {
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  footer .contact,
footer .links {
    width: 90%;
    margin-left: 10%;
  }
}
a.button,
button {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  min-width: 135px;
  outline: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  padding: 13px 20px 10px;
}
a.button.red,
button.red {
  border: 3px solid #d61e4a;
  color: #d61e4a;
}
a.button.white,
button.white {
  border: 3px solid #ffffff;
  color: #ffffff;
}
a.button.black,
button.black {
  border: 3px solid #000000;
  color: #000000;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  min-width: 135px;
  outline: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  padding: 13px 20px 10px;
}
a.button:focus.red,
a.button:hover.red,
button:focus.red,
button:hover.red {
  border: 3px solid #d61e4a;
  color: #ffffff;
  background-color: #d61e4a;
}
a.button:focus.white,
a.button:hover.white,
button:focus.white,
button:hover.white {
  border: 3px solid #ffffff;
  color: #000000;
  background-color: #ffffff;
}
a.button:focus.black,
a.button:hover.black,
button:focus.black,
button:hover.black {
  border: 3px solid #000000;
  color: #ffffff;
  background-color: #000000;
}

input {
  outline: 0;
  border: 0;
  border-bottom: 2px solid #000000;
  width: 100%;
  height: 40px;
  margin-top: 23px;
  color: #000000;
  border-radius: 0;
}
input::placeholder {
  color: #000000;
}
input:placeholder-shown + label.hidden-label {
  opacity: 0;
  transform: translateY(100%);
}

input[type=radio],
input[type=checkbox] {
  width: auto;
  border: 0;
  height: auto;
}

input[type=file] {
  border: 0px;
  width: auto;
  height: auto;
  -webkit-appearance: none;
}

input[type=submit] {
  width: 146px;
  border: 0;
  height: 53px;
  line-height: 53px;
  background-color: #d61e4a;
  color: #ffffff;
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

textarea {
  resize: none;
  outline: 0;
  width: 100%;
  height: 175px;
  border: 2px solid #000000;
  padding: 10px 15px;
  margin-top: 19px;
  margin-bottom: 19px;
  border-radius: 0;
  line-height: 23px;
}
textarea::placeholder {
  color: #000000;
}
textarea:placeholder-shown + label.hidden-label {
  opacity: 0;
  transform: translateY(100%);
}

select {
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 0px;
  outline: 0;
  padding-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}

label.main {
  margin-top: 30px;
  padding-right: 30px;
}

label.hidden-label {
  opacity: 1;
  transition: all 0.1s;
  transform: translateY(calc(50% + 5px));
  position: absolute;
  top: -7px;
  left: 0;
  margin: 0;
  color: #d61e4a;
  font-size: 13.5px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.your-message .hidden-label {
  top: -23px;
}

.palaute .hidden-label {
  top: -4px;
}

.tyotoiveet .hidden-label,
.opinnot .hidden-label {
  top: -14px;
}

.aloitusaika .hidden-label,
.lopetusaika .hidden-label {
  top: -19px;
}

.tyokokemus-poutulla .hidden-label,
.tyokokemus-muualla .hidden-label,
.lisatietoja .hidden-label {
  top: -20px;
}

#rekry-form .form .info .labels,
#rekry-form .form .knowledge-skills .labels,
#rekry-form .form .the-job .labels,
#rekry-form .form .education .labels,
#rekry-form .form .contact .labels,
#feedback-form .form .info .labels,
#feedback-form .form .knowledge-skills .labels,
#feedback-form .form .the-job .labels,
#feedback-form .form .education .labels,
#feedback-form .form .contact .labels {
  line-height: 40px;
  padding-top: 15px;
}
#rekry-form .form .info .labels br,
#rekry-form .form .knowledge-skills .labels br,
#rekry-form .form .the-job .labels br,
#rekry-form .form .education .labels br,
#rekry-form .form .contact .labels br,
#feedback-form .form .info .labels br,
#feedback-form .form .knowledge-skills .labels br,
#feedback-form .form .the-job .labels br,
#feedback-form .form .education .labels br,
#feedback-form .form .contact .labels br {
  display: block;
}
#rekry-form .form .info .checkboxes,
#rekry-form .form .knowledge-skills .checkboxes,
#rekry-form .form .the-job .checkboxes,
#rekry-form .form .education .checkboxes,
#rekry-form .form .contact .checkboxes,
#feedback-form .form .info .checkboxes,
#feedback-form .form .knowledge-skills .checkboxes,
#feedback-form .form .the-job .checkboxes,
#feedback-form .form .education .checkboxes,
#feedback-form .form .contact .checkboxes {
  line-height: 35px;
  padding-top: 15px;
}
#rekry-form .form .info .checkboxes .wpcf7-form-control-wrap,
#rekry-form .form .knowledge-skills .checkboxes .wpcf7-form-control-wrap,
#rekry-form .form .the-job .checkboxes .wpcf7-form-control-wrap,
#rekry-form .form .education .checkboxes .wpcf7-form-control-wrap,
#rekry-form .form .contact .checkboxes .wpcf7-form-control-wrap,
#feedback-form .form .info .checkboxes .wpcf7-form-control-wrap,
#feedback-form .form .knowledge-skills .checkboxes .wpcf7-form-control-wrap,
#feedback-form .form .the-job .checkboxes .wpcf7-form-control-wrap,
#feedback-form .form .education .checkboxes .wpcf7-form-control-wrap,
#feedback-form .form .contact .checkboxes .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
#rekry-form .form .info .wpcf7-list-item,
#rekry-form .form .knowledge-skills .wpcf7-list-item,
#rekry-form .form .the-job .wpcf7-list-item,
#rekry-form .form .education .wpcf7-list-item,
#rekry-form .form .contact .wpcf7-list-item,
#feedback-form .form .info .wpcf7-list-item,
#feedback-form .form .knowledge-skills .wpcf7-list-item,
#feedback-form .form .the-job .wpcf7-list-item,
#feedback-form .form .education .wpcf7-list-item,
#feedback-form .form .contact .wpcf7-list-item {
  margin: 0;
}
#rekry-form .form .info .wpcf7-list-item input[type=radio]:checked,
#rekry-form .form .info .wpcf7-list-item input[type=radio]:not(:checked),
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:checked,
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked),
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked),
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked),
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:checked,
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked),
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked,
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked),
#rekry-form .form .education .wpcf7-list-item input[type=radio]:checked,
#rekry-form .form .education .wpcf7-list-item input[type=radio]:not(:checked),
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:checked,
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked),
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:checked,
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked),
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:checked,
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked),
#feedback-form .form .info .wpcf7-list-item input[type=radio]:checked,
#feedback-form .form .info .wpcf7-list-item input[type=radio]:not(:checked),
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:checked,
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked),
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked),
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked),
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:checked,
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked),
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked,
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked),
#feedback-form .form .education .wpcf7-list-item input[type=radio]:checked,
#feedback-form .form .education .wpcf7-list-item input[type=radio]:not(:checked),
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:checked,
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked),
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:checked,
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked),
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:checked,
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#rekry-form .form .info .wpcf7-list-item input[type=radio]:checked + span,
#rekry-form .form .info .wpcf7-list-item input[type=radio]:not(:checked) + span,
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:checked + span,
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked) + span,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked + span,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked) + span,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked + span,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked) + span,
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:checked + span,
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked) + span,
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked + span,
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked) + span,
#rekry-form .form .education .wpcf7-list-item input[type=radio]:checked + span,
#rekry-form .form .education .wpcf7-list-item input[type=radio]:not(:checked) + span,
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:checked + span,
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked) + span,
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:checked + span,
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked) + span,
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:checked + span,
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked) + span,
#feedback-form .form .info .wpcf7-list-item input[type=radio]:checked + span,
#feedback-form .form .info .wpcf7-list-item input[type=radio]:not(:checked) + span,
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:checked + span,
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked) + span,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked + span,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked) + span,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked + span,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked) + span,
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:checked + span,
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked) + span,
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked + span,
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked) + span,
#feedback-form .form .education .wpcf7-list-item input[type=radio]:checked + span,
#feedback-form .form .education .wpcf7-list-item input[type=radio]:not(:checked) + span,
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:checked + span,
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked) + span,
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:checked + span,
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked) + span,
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:checked + span,
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked) + span {
  position: relative;
  padding-left: 40px;
  padding-right: 35px;
  cursor: pointer;
  line-height: 25px;
  display: inline-block;
  max-width: 100%;
}
#rekry-form .form .info .wpcf7-list-item input[type=radio]:checked + span:before,
#rekry-form .form .info .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:checked + span:before,
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked + span:before,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked + span:before,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before,
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:checked + span:before,
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked + span:before,
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before,
#rekry-form .form .education .wpcf7-list-item input[type=radio]:checked + span:before,
#rekry-form .form .education .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:checked + span:before,
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before,
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:checked + span:before,
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:checked + span:before,
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before,
#feedback-form .form .info .wpcf7-list-item input[type=radio]:checked + span:before,
#feedback-form .form .info .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:checked + span:before,
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked + span:before,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked + span:before,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before,
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:checked + span:before,
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked + span:before,
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before,
#feedback-form .form .education .wpcf7-list-item input[type=radio]:checked + span:before,
#feedback-form .form .education .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:checked + span:before,
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before,
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:checked + span:before,
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked) + span:before,
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:checked + span:before,
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #000000;
  border-radius: 0;
  background: #fff;
  font-size: 18px;
}
#rekry-form .form .info .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .info .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:checked + span:after,
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked + span:after,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked + span:after,
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#rekry-form .form .education .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .education .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:checked + span:after,
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:checked + span:after,
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .info .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .info .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .education .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .education .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after {
  content: "✕";
  width: 21px;
  height: 21px;
  color: #000000;
  position: absolute;
  top: 1px;
  left: 5px;
  border-radius: 100%;
  font-size: 21px;
}
#rekry-form .form .info .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#rekry-form .form .education .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .info .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .education .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after,
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:not(:checked) + span:after,
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:not(:checked) + span:after {
  opacity: 0;
}
#rekry-form .form .info .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .info .wpcf7-list-item input[type=checkbox]:checked + span:after,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked + span:after,
#rekry-form .form .the-job .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked + span:after,
#rekry-form .form .education .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .education .wpcf7-list-item input[type=checkbox]:checked + span:after,
#rekry-form .form .contact .wpcf7-list-item input[type=radio]:checked + span:after,
#rekry-form .form .contact .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .info .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .info .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .knowledge-skills .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .the-job .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .the-job .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .education .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .education .wpcf7-list-item input[type=checkbox]:checked + span:after,
#feedback-form .form .contact .wpcf7-list-item input[type=radio]:checked + span:after,
#feedback-form .form .contact .wpcf7-list-item input[type=checkbox]:checked + span:after {
  opacity: 1;
}
#rekry-form .form .the-job,
#rekry-form .form .education,
#feedback-form .form .the-job,
#feedback-form .form .education {
  line-height: 34px;
}
#rekry-form .form .the-job .wpcf7-checkbox,
#rekry-form .form .education .wpcf7-checkbox,
#feedback-form .form .the-job .wpcf7-checkbox,
#feedback-form .form .education .wpcf7-checkbox {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
#rekry-form .form .the-job span.wpcf7-list-item,
#rekry-form .form .education span.wpcf7-list-item,
#feedback-form .form .the-job span.wpcf7-list-item,
#feedback-form .form .education span.wpcf7-list-item {
  width: 100%;
  display: block;
  float: left;
}
#rekry-form .form .the-job textarea,
#rekry-form .form .education textarea,
#feedback-form .form .the-job textarea,
#feedback-form .form .education textarea {
  margin-top: 36px;
  margin-bottom: 0px;
}
#rekry-form .form .the-job p,
#rekry-form .form .education p,
#feedback-form .form .the-job p,
#feedback-form .form .education p {
  margin: 0;
}
#rekry-form .form .education span.wpcf7-list-item,
#feedback-form .form .education span.wpcf7-list-item {
  width: 33.5%;
}
#rekry-form .form .language,
#feedback-form .form .language {
  width: 100%;
}
#rekry-form .form .language > p,
#feedback-form .form .language > p {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
#rekry-form .form .language > p:after,
#feedback-form .form .language > p:after {
  clear: both;
  display: table;
  content: "";
}
#rekry-form .form .language label,
#feedback-form .form .language label {
  width: 33.333333%;
  float: left;
  display: block;
  position: relative;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#rekry-form .form .language label.muu-kieli-label,
#feedback-form .form .language label.muu-kieli-label {
  width: 66.666666%;
  padding-top: 23px;
}
#rekry-form .form .language label.muu-kieli-valitse-label,
#feedback-form .form .language label.muu-kieli-valitse-label {
  padding-top: 23px;
}
#rekry-form .form .language label.hidden-label,
#feedback-form .form .language label.hidden-label {
  width: 100%;
  position: absolute;
  top: -25px;
  left: 0;
  margin: 0;
  float: none;
  padding: 0;
}
#rekry-form .form .language span.suomi:after,
#rekry-form .form .language span.ruotsi:after,
#rekry-form .form .language span.englanti:after,
#rekry-form .form .language span.muu-kieli-valitse:after,
#feedback-form .form .language span.suomi:after,
#feedback-form .form .language span.ruotsi:after,
#feedback-form .form .language span.englanti:after,
#feedback-form .form .language span.muu-kieli-valitse:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 13px;
  height: 13px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
  z-index: -1;
}
#rekry-form .form .language .muu-kieli input,
#feedback-form .form .language .muu-kieli input {
  margin-top: 10px;
}
#rekry-form .form .add-photo,
#rekry-form .form .add-cv,
#feedback-form .form .add-photo,
#feedback-form .form .add-cv {
  padding-top: 10px;
}
#rekry-form .form .add-photo p,
#rekry-form .form .add-cv p,
#feedback-form .form .add-photo p,
#feedback-form .form .add-cv p {
  float: left;
}
#rekry-form .form .add-photo input,
#rekry-form .form .add-cv input,
#feedback-form .form .add-photo input,
#feedback-form .form .add-cv input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#rekry-form .form .add-photo input + label,
#rekry-form .form .add-cv input + label,
#feedback-form .form .add-photo input + label,
#feedback-form .form .add-cv input + label {
  height: 45px;
  background-color: #000000;
  color: #ffffff;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
#rekry-form .form .add-photo input + label:focus, #rekry-form .form .add-photo input + label:hover,
#rekry-form .form .add-cv input + label:focus,
#rekry-form .form .add-cv input + label:hover,
#feedback-form .form .add-photo input + label:focus,
#feedback-form .form .add-photo input + label:hover,
#feedback-form .form .add-cv input + label:focus,
#feedback-form .form .add-cv input + label:hover {
  background-color: #d61e4a;
}
#rekry-form .form .add-photo input:focus + label,
#rekry-form .form .add-cv input:focus + label,
#feedback-form .form .add-photo input:focus + label,
#feedback-form .form .add-cv input:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
#rekry-form .form .add-photo input + label *,
#rekry-form .form .add-cv input + label *,
#feedback-form .form .add-photo input + label *,
#feedback-form .form .add-cv input + label * {
  pointer-events: none;
}
#rekry-form .form .add-photo label,
#rekry-form .form .add-cv label,
#feedback-form .form .add-photo label,
#feedback-form .form .add-cv label {
  margin-top: 10px;
}
#rekry-form .form .add-photo label + span,
#rekry-form .form .add-cv label + span,
#feedback-form .form .add-photo label + span,
#feedback-form .form .add-cv label + span {
  padding-left: 30px;
  color: #6a6a6a;
}
#rekry-form .form .add-photo,
#feedback-form .form .add-photo {
  padding-top: 30px;
}

#feedback-form .form .add-photo {
  padding-top: 10px;
}
#feedback-form .form textarea {
  margin-top: 35px;
}

@media screen and (max-width: 1349px) {
  #rekry-form .form .language label,
#feedback-form .form .language label {
    width: 50%;
    padding-bottom: 20px;
  }

  #rekry-form .form .language label.muu-kieli-label {
    width: 50%;
    clear: left;
  }
}
@media screen and (max-width: 1199px) {
  #rekry-form .form .education span.wpcf7-list-item {
    width: 42%;
  }
}
@media screen and (max-width: 991px) {
  #rekry-form .form .education span.wpcf7-list-item {
    width: 33%;
  }

  #rekry-form .form .language label,
#feedback-form .form .language label {
    width: 33.33333%;
    padding-bottom: 0px;
  }

  #rekry-form .form .language label.muu-kieli-label {
    width: 66.666666%;
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  label.main {
    padding-bottom: 10px;
  }

  #rekry-form .form .info .wpcf7-list-item {
    width: 100%;
    margin-bottom: 7px;
  }

  #rekry-form .form .info .wpcf7-list-item:last-child {
    margin-bottom: 0px;
  }

  #rekry-form .form .knowledge-skills .labels {
    line-height: 23px;
    padding-top: 30px;
  }

  #rekry-form .form .knowledge-skills .labels .wpcf7-form-control-wrap {
    display: block;
    padding-top: 10px;
  }

  #rekry-form .form .education span.wpcf7-list-item {
    width: 100%;
  }

  #rekry-form .form .language label:last-of-type {
    padding-bottom: 0;
  }

  #rekry-form .form .language label {
    width: 100%;
    padding-bottom: 20px;
  }

  #rekry-form .form .language label.muu-kieli-label {
    clear: none;
    padding-top: 0;
    padding-bottom: 10px;
    width: 100%;
  }

  #rekry-form .form .language label.muu-kieli-valitse-label {
    padding-top: 0;
  }

  #rekry-form .form .add-photo label + span,
#rekry-form .form .add-cv label + span {
    display: block;
    padding-left: 0;
    padding-top: 15px;
  }

  input[type=submit] {
    float: none;
    position: relative;
    margin: 0 auto;
    display: block;
  }
}
#pie {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
#pie svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  overflow: visible;
}
#pie .percentage {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  font-family: Helvetica;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}
.rendered#pie {
  background: none;
}
.rendered#pie .percentage {
  opacity: 1;
}

#pie {
  box-shadow: none;
  background: #e4e4e4;
}
#pie circle:nth-child(1) {
  fill: #e4e4e4;
}
#pie circle:nth-child(2) {
  fill: #e4e4e4;
  stroke: #d61e4a;
}
#pie .percentage {
  color: white;
}

/*# sourceMappingURL=style.css.map */
