/*
font-family:'Futura W01 Light';
font-family:'FuturaW01-LightOblique';
font-family:'Futura W01 Book';
font-family:'Futura W01 Book Oblique';
font-family:'Futura W01 Medium';
font-family:'FuturaW01-MediumOblique';
font-family:'Futura W01 Bold';
font-family:'Futura W01 Bold Oblique';
font-family:'Futura W01 ExtraBold';
font-family:'FuturaW01-ExtraBoldObli';
font-family:'Futura W01 Heavy';
font-family:'FuturaW01-HeavyOblique';
font-family:'FuturaW01-LightCondense_774878';
font-family:'FuturaW01-LightCondense_774881';
font-family:'FuturaW01-MediumCondens';
font-family:'FuturaW01-MediumCondObl';
font-family:'FuturaW01-BoldCondensed_774890';
font-family:'FuturaW01-BoldCondensed_774893';
font-family:'FuturaW01-ExtraBoldCond_774896';
font-family:'FuturaW01-ExtraBoldCond_774899';
font-family:'FuturaW01-ShadowedExBol';
font-family:'Futura W01 Display';
font-family:'Futura W01 Black';

font-family:'Proxima Nova Soft W03 Reg';
font-family:'Proxima Nova Soft W03 Medium';
font-family:'Proxima Nova Soft W03 Bd';
font-family:'Proxima Nova Soft W03 Smbd';
*/
.sm-title, .md-title, .lg-title, .circleNav a {
  font-family: 'FuturaW01-ExtraBoldCond_774896'; }

body, .keyPage .playvideo {
  font-family: 'Proxima Nova Soft W03 Reg'; }

.circleNav a, .contact-form .input input, .contact-form .input textarea, .contact-form button, .button-more, .messageList li, .news-lure .content, .mainFoot .fromEuro p, .siteWrap .sideMenu a {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.individualDairy .meta:after, .newsArticle .meta:after, .circleNav:after, .sliderEl .controls:after, .pagination:after, .news-lure:after, .mainFoot .fromEuro:after {
  content: '';
  display: block;
  clear: both; }

.languageOverlay .close, .individualDairy .meta .social a, .newsArticle .meta .social a, .sliderEl .controls button, .button-more:before, .pagination a, .messageList li.current:before, .euro, .mainHead .languagetoggle i, .keyPage .playvideo:before, .mainFoot .company-info .logo-colour, .mainFoot .fromEuro i {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  background-repeat: no-repeat;
  font-size: 20px; }

.desktop {
  display: none; }

.sm-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #49a942;
  letter-spacing: -1px; }

.md-title {
  font-size: 1.5rem;
  color: #343434;
  text-transform: uppercase; }

.lg-title {
  font-size: 2rem;
  text-transform: uppercase;
  color: #49a942;
  letter-spacing: -1px; }
  .lg-title + .news-lure {
    margin-top: 60px; }

.bodyCopy, .keyPage {
  font-size: 1.1875rem;
  line-height: 1.26; }

.languageOverlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  top: 100%;
  z-index: 100000000;
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: all;
  -o-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: all;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 400ms;
  -ms-transition-property: all;
  transition-timing-function: ease;
  transition-duration: 400ms;
  transition-property: all; }
  .languageOverlay h4 {
    font-size: 1.5rem;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0; }
  .languageOverlay .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 33px;
    right: 20px;
    background-position: -12em -3em; }
  .languageOverlay .languageList {
    list-style: none; }
    .languageOverlay .languageList li {
      padding: 10px 20px;
      border-bottom: 1px solid #f0f0f0; }

.languageOpen .languageOverlay {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.content-part {
  padding: 0 20px; }
  .content-part.greenBg {
    background-color: #e2eae5; }
    .content-part.greenBg.grassBdr {
      background-image: url("../images/grassBdr.png");
      background-repeat: repeat-x;
      padding-bottom: 77px;
      background-position-y: bottom; }
  .content-part.intro {
    padding-bottom: 40px; }
    .content-part.intro .sm-title {
      width: 60%; }
  .content-part.newsList {
    padding-bottom: 80px; }
    .content-part.newsList:first-child {
      margin-top: -25px; }
  .content-part + .content-part h2 {
    margin-top: 0;
    padding-top: 42px; }

.individualDairy {
  padding: 0 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 80px;
  color: #343434; }
  .individualDairy .lg-title {
    border-bottom: 1px solid #49a942;
    padding-bottom: 5px; }
  .individualDairy h3 {
    font-size: 1.9375rem;
    line-height: 1.07;
    padding-top: 20px;
    padding-bottom: 10px; }
  .individualDairy .content-logo {
    float: right;
    margin-left: 20px; }
  .individualDairy figure:not(.content-logo) {
    border-top: 1px solid #49a942;
    margin-bottom: 15px; }
  .individualDairy .meta {
    border-top: 1px solid #49a942;
    padding-top: 15px;
    margin-top: 50px; }
    .individualDairy .meta .social {
      width: 82px;
      float: left; }
      .individualDairy .meta .social a {
        display: block;
        width: 32px;
        height: 32px;
        background-position: -1em -12em;
        margin-bottom: 10px; }
        .individualDairy .meta .social a.twitter {
          background-position: -3em -12em; }
    .individualDairy .meta .buttons {
      width: 180px;
      float: left; }
      .individualDairy .meta .buttons .button-more {
        margin-bottom: 10px;
        color: #49a942; }
        .individualDairy .meta .buttons .button-more:before {
          background-position: -5em -3em; }

.newsArticle {
  padding: 0 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 80px;
  color: #343434; }
  .newsArticle:first-child {
    margin-top: -30px; }
  .newsArticle .lg-title {
    padding-bottom: 25px; }
  .newsArticle .newsTitle {
    font-size: 1.375rem;
    font-weight: 700;
    width: 70%; }
  .newsArticle h5 {
    text-transform: uppercase; }
  .newsArticle h3 {
    font-size: 1.9375rem;
    line-height: 1.07;
    padding-top: 25px;
    padding-bottom: 15px; }
  .newsArticle .content-logo {
    float: right;
    margin-left: 20px; }
  .newsArticle figure:not(.content-logo) {
    border-top: 1px solid #49a942;
    margin-bottom: 15px; }
  .newsArticle .meta {
    border-top: 1px solid #49a942;
    padding-top: 15px; }
    .newsArticle .meta .social {
      width: 82px;
      float: left; }
      .newsArticle .meta .social a {
        display: block;
        width: 32px;
        height: 32px;
        background-position: -1em -12em;
        margin-bottom: 10px; }
        .newsArticle .meta .social a.twitter {
          background-position: -3em -12em; }
    .newsArticle .meta .buttons {
      width: 180px;
      float: left; }
      .newsArticle .meta .buttons .button-more {
        margin-bottom: 10px;
        color: #49a942; }
        .newsArticle .meta .buttons .button-more:before {
          background-position: -5em -3em; }

.newsTitle {
  font-size: 1.625rem;
  color: #49a942; }
  .newsTitle + h5 {
    border-top: 1px solid #49a942;
    font-size: 0.87rem;
    padding-top: 8px; }

.titleHead {
  font-size: 1.625rem;
  line-height: 1.07;
  padding: 0 20px;
  margin-bottom: 40px;
  color: #343434; }
  .titleHead .lg-title {
    width: 60%; }

.dairyList {
  padding: 0 20px; }
  .dairyList .dairy {
    width: 170px;
    border-top: 1px solid #49a942;
    font-size: 1.1875rem;
    line-height: 1.26;
    padding-top: 12px;
    margin-bottom: 60px; }
    .dairyList .dairy figure {
      margin-bottom: 20px; }
    .dairyList .dairy .button-more {
      margin-top: 20px; }

.circleNav {
  position: relative;
  z-index: 2; }
  .circleNav a {
    display: block;
    width: 29px;
    height: 29px;
    background-color: #49a942;
    float: left;
    border-radius: 50%;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.25rem;
    padding-top: 2px;
    opacity: 0.5; }
    .circleNav a.current {
      opacity: 1; }
    .circleNav a:hover {
      opacity: 0.8; }
    .circleNav a + a {
      margin-left: 5px; }

.contact-form .input {
  position: relative;
  padding: 0; }
  .contact-form .input input {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    background: white;
    border: 0;
    padding: 0 10px;
    font-size: 1rem; }
  .contact-form .input textarea {
    min-height: 100px;
    width: 100%;
    border-radius: 5px;
    background: white;
    border: 0;
    padding: 8px 10px;
    font-size: 1rem; }
    .contact-form .input textarea + label {
      top: 8px;
      margin-top: 0; }
  .contact-form .input label {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    pointer-events: none; }
    .contact-form .input label.hide {
      opacity: 0.3; }
.contact-form .message {
  display: none; }
.contact-form.success form {
  display: none; }
.contact-form.success .message {
  color: white;
  display: block;
  font-size: 2rem;
  line-height: 1.2; }
.contact-form button {
  height: 30px;
  background-color: #49a942;
  color: white;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 5px; }

.sliderEl {
  position: relative; }
  .sliderEl ul {
    list-style: none; }
    .sliderEl ul li .button-more {
      margin-top: 60px; }
  .sliderEl .dots {
    position: absolute;
    top: 80px;
    right: 0; }
    .sliderEl .dots li {
      width: 8px;
      height: 8px;
      background-color: #f2f2f2;
      border-radius: 50%;
      float: left;
      margin-left: 8px; }
      .sliderEl .dots li.swiper-active-switch {
        background-color: #c8c8c8; }
  .sliderEl .controls {
    width: 108px;
    position: absolute;
    bottom: 0px;
    right: 0; }
    .sliderEl .controls button {
      width: 46px;
      height: 34px;
      background-position: -8em -1em;
      float: left; }
      .sliderEl .controls button.next {
        background-position-y: -3em;
        float: right; }

.image-circle {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  overflow: hidden; }

.button-more {
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.875rem;
  text-transform: uppercase;
  height: 31px;
  padding-left: 40px;
  position: relative;
  color: #b3b3b3;
  padding-top: 7px; }
  .button-more:before {
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -5em -1em; }

.pagination {
  width: 108px; }
  .pagination a {
    display: block;
    width: 46px;
    height: 34px;
    background-position: -8em -1em;
    float: left; }
    .pagination a.next {
      background-position: -8em -3em;
      float: right; }

.messageList {
  list-style: none; }
  .messageList li {
    font-size: 0.875rem;
    height: 33px;
    padding: 8px 20px 0 20px;
    border-bottom: 1px solid #49a942;
    position: relative;
    color: #666666; }
    .messageList li.current:before {
      content: '';
      display: block;
      position: absolute;
      left: 5px;
      top: 50%;
      margin-top: -7px;
      width: 7px;
      height: 12px;
      background-position: -10em -10em; }

.content-logo {
  width: auto; }
  .content-logo img {
    /* height: 47px; */
    width: 170px; }
  .content-logo + .content-logo {
    margin-top: 42px; }

.euro {
  width: 64px;
  height: 103px;
  background-position: -16em -7em; }

body {
  font-size: 16px;
  color: #666666; }

.mainHead {
  height: 223px;
  background-image: url("../images/header.png");
  background-size: auto 223px;
  background-repeat: no-repeat;
  background-align: left;
  position: relative; }
  .mainHead:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    content: ' ';
    display: block;
    height: 72px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%; }
  .mainHead .logo {
    width: 63px;
    height: 41px;
    background-image: url("../images/site-logo.svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 85%;
    text-indent: -1000000px;
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0; }
    .mainHead .logo a {
      display: block;
      width: 63px;
      height: 41px; }
  .mainHead .euro {
    position: absolute;
    right: 20px;
    bottom: -85px; }
  .mainHead .languagetoggle {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 75px; }
    .mainHead .languagetoggle i {
      display: block;
      width: 20px;
      height: 15px;
      background-position: -12em -1em; }
  .mainHead .navtoggle {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 30px; }
    .mainHead .navtoggle span {
      display: block;
      width: 15px;
      height: 1px;
      background: white; }
      .mainHead .navtoggle span + span {
        margin-top: 4px; }

.news-lure .image-circle {
  float: left; }
.news-lure .content {
  margin-top: 30px;
  width: -webkit-calc(100% - 128px);
  width: calc(100% - 128px);
  float: right;
  padding-top: 0;
  margin-left: 15px;
  border-top: 1px solid #49a942; }
  .news-lure .content h4 {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 5px; }
  .news-lure .content .button-more {
    margin-top: 30px; }
.news-lure + .news-lure {
  margin-top: 60px; }

.keyPage {
  color: #343434;
  padding-bottom: 104px; }
  .keyPage .wrap {
    padding: 0 20px 50px 20px; }
  .keyPage .sm-title:first-child {
    width: 60%; }
  .keyPage h3 {
    font-size: 1.625rem;
    line-height: 1.07; }
  .keyPage .circleNav {
    margin-top: 50px;
    margin-bottom: 20px; }
  .keyPage .pagination {
    margin-left: -webkit-calc(100% - 108px);
    margin-left: calc(100% - 108px);
    z-index: 1; }
  .keyPage .playvideo {
    color: #49a942;
    font-size: 1.125rem;
    margin-top: 30px;
    padding-left: 40px;
    position: relative;
    text-transform: uppercase; }
    .keyPage .playvideo:before {
      background-position: -317px -455px;
      content: ' ';
      height: 29px;
      left: 0;
      position: absolute;
      top: -5px;
      width: 29px; }
  .keyPage .text {
    border-top: 1px solid #49a942;
    margin: 10px 0 50px 0; }
  .keyPage .video {
    margin-bottom: 50px; }
    .keyPage .video iframe {
      height: 158px;
      width: 280px; }

.content {
  padding-top: 18px; }

.mainFoot {
  background-color: #e6e6e6;
  padding-bottom: 60px;
  background-image: url("../images/footerImage.png");
  background-size: auto 187px;
  background-repeat: no-repeat;
  padding-top: 200px;
  position: relative; }
  .mainFoot .euro {
    position: absolute;
    top: 60px;
    left: 20px; }
  .mainFoot .md-title {
    line-height: 1;
    letter-spacing: -1px; }
    .mainFoot .md-title + p {
      color: #343434;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 50px; }
      .mainFoot .md-title + p span {
        font-size: 1.0625rem; }
  .mainFoot > figure {
    height: 187px;
    width: 100%;
    overflow: hidden; }
    .mainFoot > figure img {
      height: 187px;
      width: auto; }
  .mainFoot .bodyCopy, .mainFoot .keyPage, .mainFoot .wrap {
    padding: 0 20px; }
  .mainFoot .footer-submenu {
    font-size: 0.875rem;
    margin-top: 34px; }
    .mainFoot .footer-submenu a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      padding: 3px; }
  .mainFoot .company-info {
    font-size: 0.875rem;
    line-height: 1.43;
    text-transform: uppercase;
    margin-top: 115px; }
    .mainFoot .company-info .logo-colour {
      width: 135px;
      height: 88px;
      text-indent: -1000000px;
      background-position: -16em -1em;
      margin-bottom: 35px; }
  .mainFoot .fromEuro {
    font-size: 0.6875rem;
    text-transform: uppercase;
    line-height: 1.45;
    text-align: right;
    padding-top: 60px; }
    .mainFoot .fromEuro p {
      width: -webkit-calc(100% - 88px);
      width: calc(100% - 88px);
      float: left;
      padding-right: 15px;
      margin-top: -3px; }
    .mainFoot .fromEuro i {
      display: block;
      float: right;
      width: 88px;
      height: 59px;
      background-position: -1em -15em;
      float: right; }

.siteWrap {
  width: 100%;
  overflow: hidden; }
  .siteWrap .main {
    width: 100%;
    background: white;
    position: relative;
    z-index: 1000000;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: all;
    -o-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: all;
    -ms-transition-timing-function: ease;
    -ms-transition-duration: 400ms;
    -ms-transition-property: all;
    transition-timing-function: ease;
    transition-duration: 400ms;
    transition-property: all; }
  .siteWrap .sideMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
    background-color: #f2f2f2; }
    .siteWrap .sideMenu a {
      display: block;
      text-decoration: none;
      width: 220px;
      padding: 20px 10px;
      border-bottom: 1px solid gainsboro; }
  .siteWrap.open .main {
    -webkit-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px); }

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