@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*, *::after, *::before {margin:0;padding: 0;-webkit-box-sizing: inherit;box-sizing: inherit;}
html{
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em){/*1281px*/
  html{font-size: 62.5%;}
}
body{
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #222222;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size:1.35rem;  
}
.center-content {
text-align: center;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],template{display:none;}
a,a:active,a:hover,a:focus{outline:none;}
abbr[title]{border-bottom:1px dotted;}
dfn{font-style:italic;}
small{font-size:80%;}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sup{top:-0.5em; } sub{bottom:-0.25em; }
img{border:0; max-width:100%;display: block; }
svg:not(:root){overflow:hidden; }
hr{-webkit-box-sizing:content-box; box-sizing:content-box; height:0; margin-top:30px; margin-bottom:35px; border-width:0; border-top:1px solid #E1E1E1; }
pre{overflow:auto; }
code,kbd,pre,samp{font-family:monospace,monospace; font-size:1em; }
button,input,optgroup,select,textarea{color:inherit; font:inherit; margin:0; }
button{overflow:visible; }
button,select{text-transform:none; }
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button; cursor:pointer; }
input:focus,select:focus,textarea:focus,button:focus{outline:none; }
button[disabled],html input[disabled]{cursor:default; }
button::-moz-focus-inner,input::-moz-focus-inner{border:0; padding:0; }
input{line-height:normal; }
input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box; padding:0; }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto; }
input[type="search"]{-webkit-appearance:textfield; -webkit-box-sizing:content-box; box-sizing:content-box; }
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none; }
legend{border:0; padding:0; } textarea{overflow:auto; }
optgroup{font-weight:bold; }
table{border-collapse:collapse; border-spacing:0; } td,th{padding:0; }
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
::-webkit-input-placeholder{color:inherit; opacity:1 !important; }
:-moz-placeholder{color:inherit; opacity:1; }
::-moz-placeholder{color:inherit; opacity:1; }
:-ms-input-placeholder{color:inherit; }

::-moz-selection { background: #2b642d;color:#ffffff; }
::selection { background: #2b642d;color:#ffffff; }
.container {
    position: relative;
    width: 100%;
    /* max-width: 168rem; */
    max-width: 91%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2rem;
}
.container::after {content: "";display: table;clear: both;}

a {color: inherit;text-decoration: none;-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
strong{font-weight: 700;}
h1, h2, h3, h4, h5, h6{ margin-bottom: 2rem;font-weight: 600;}
p{margin-bottom: 2rem;}
ul{padding-left: 4rem;}
.none{display: none;}
/*----------BREADCRUMBS---------*/
.bread-crumbs{
  background-color: #ed2340;
  color: #fff;
  padding: 1rem 0;
  margin-bottom: 1px;
}
.bread-crumbs ul{list-style:none;padding-left: 0;}
.bread-crumbs ul li{font-size: 1.4rem;display: inline-block;font-weight: 800;}
.bread-crumbs ul li a{color:#fff;display: inline-block;font-weight: 400;}
.bread-crumbs ul li a:hover{color:#f47321;}
.bread-crumbs ul li:after{content:"|";padding-left: 1rem;padding-right: 1rem;}
.bread-crumbs ul li:last-child:after{content:"";padding-left: 0;padding-right: 0;}
/*---------------END BREADCRUMBS----------*/
/*---------------END GALLERY----------*/
/*---------------CHECKBOX----------*/
label.check-wrapper {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-size: 1.4rem;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition:all .4s ease-in-out;
          -o-transition:all .4s ease-in-out;
          transition:all .4s ease-in-out;
}
.check-wrapper  strong{color:#ed2340;}
.check-wrapper:hover input ~ .checkmark {background-color: #ed2340; } 
.check-wrapper input:checked ~ .checkmark {background-color: #ed2340; }
.checkmark:after {content: ""; position: absolute; display: none; }
.check-wrapper input:checked ~ .checkmark:after {display: block; }
.check-wrapper .checkmark:after {
  left: .7rem;
  top: .5rem;
  width: .5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}
/*---------------END CHECKBOX----------*/
/*---------------COOKIES----------*/
.cc_container .cc_btn{
  background-color: #ed2340 !important;
  color: #fff !important;
  font-size: 1.6rem !important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
	background-color: #262938 !important;
	color: #fff !important;
}
.cc_container p > a{
  font-weight: 600;
  color: #ed2340;
}
.cc_container .cc_message {
	font-size: 1.6rem !important;
  line-height: 1.2!important;
  font-family: inherit!important;
  color: inherit!important;
}
/*---------------END COOKIES----------*/
/*---------------HEADER----------*/
header{
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  transition: .4s ease-in-out;
  border-bottom: 1px solid #ffffff;

}
header.change{
  border-bottom: 1px solid #e7e7e7;
}
header ul{
  list-style: none;
  padding-left: 0;

}
header .container{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
/*------------------------------------------*/
nav{
  margin: auto;
  display: flex;
}

nav li{
  display: inline-block;
}
nav li a{
  display: inline-block;
  padding: 2.5rem 4rem;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
}
/* nav li a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #2b642d;
  transition: all .4s ease-in-out;
} */
.logo{
  position: absolute;
  left: 2rem;
  top: 0;
}
.logo img {
  width: 8rem;
  transition: all .4s ease-in-out;
}
@media only screen and (min-width: 75em) /*1200px*/ { 
  .logo img {
    width: 18rem;
  }
}
.change .logo img{width: 8rem;}
nav li a:hover{
  color: #3ea642;
}
/* nav li a:hover::after{width: 100%;} */
nav svg{
  vertical-align: middle;
  transition: all .4s ease-in-out;
}
nav li a:hover svg{fill:#2b642d;}
/*------------------------------------------*/
.has-sub{
  position: relative;
}
.has-sub:hover .sub{
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 75em) /*1200px*/ { 
  ul.sub {
    position: absolute;
    left: 50%;
    top: 7.2rem;
    width: 22rem;
    background-color: #ffffff;
    padding: 1rem;
    transform: translateX(-50%);
    box-shadow: 0px 15px 16px 1px rgba(0,0,0,.2);
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}
ul.sub li{
  display: block;
}
ul.sub li a {
	display: block;
	padding: .5rem 1rem;
	text-transform: none;
}
ul.sub li a:hover{
  background-color: rgba(0, 0, 0, 0.03);
}
/*------------------------------------------*/
.lang{
  margin-left: auto;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.lang li{
  display: block;
} 
.lang li a{
  background-color: #222222;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1rem;
  display: inline-block;

}
.lang-sub{
  position: absolute;
  left: 0;
  top: 4.16rem;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  background-color: #222222;
  width: 100%;
}
.lang > li{
  position: relative;
}
.lang > li:hover .lang-sub{
  opacity: 1;
  visibility: visible;
}

/*---------------END HEADER----------*/
/*---------------MAIN----------*/
main{
  margin-top: 7.16rem;
}
/*------------------------------------------*/
.hero{
  height: calc( 83vh - 7.17rem);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.hero-title {
	position: absolute;
	bottom: -3.5rem;
	left: 0;
	width: 100%;
}
.hero-title h1{
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1.7rem;
}
@media only screen and (min-width: 32.8125em)/*525px*/{
  .hero-title h1 { 
    font-size: 5.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 50em)/*800px*/{
  .hero-title h1{
    font-size: 8rem;
    margin-bottom: 0;
  }
}

/*------------------------------------------*/
.hero-bottom{
  height: 17vh;
  background-color: #222222;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 50em)/*800px*/{ 
  .hero-bottom{ 
    padding-bottom: 0;
  }
}
.hero-bottom-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  flex-direction: column;
  text-align: center;
  padding: 0 2rem;
}
@media only screen and (min-width: 25em)/*400px*/{ 
  .hero-bottom-wrapper{
    text-align: left;
    padding: 0;
 }
}
@media only screen and (min-width: 50em)/*800px*/{ 
  .hero-bottom-wrapper{
  flex-direction: row;
  }
}
.hero-bottom-wrapper h2{
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  border-right: none;
  margin-right: 0;
  padding: 3rem 0 3rem 0;
}
@media only screen and (min-width: 50em)/*800px*/{ 
  .hero-bottom-wrapper h2{ 
    padding: 3rem 7rem 3rem 0;
    margin-right: 7rem;
    border-right: 1px solid rgba(255,255,255,.2);
  }
}
.hero-bottom-wrapper a{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1.35rem;
}
@media only screen and (min-width: 50em)/*800px*/{ 
  .hero-bottom-wrapper a{
    font-size: 2.7rem;
  }
}
.hero-bottom-wrapper a img{margin-right: 2rem;}
/*------------------------------------------*/
.news-slider{
  overflow-x: hidden;
  position: relative;
}
.news-slider .swiper-slide{overflow: hidden;}
.news-slide-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,34,.8);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 2rem;
  box-sizing: border-box;
  opacity: 0;
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transform: translate3d(-20%, 0, 0);
}
@media only screen and (min-width: 25em)/*400px*/{ 
  .news-slide-text { 
    padding: 0px 5rem;
  }
}
@media only screen and (min-width: 37.5em)/*600px*/{ 
  .news-slide-text { 
    padding: 0px 12rem;
  }
}
@media only screen and (min-width: 81.25em)/*1300px*/{ 
  .news-slide-text {
    width: 60%;
  }
}
@media only screen and (min-width: 103.125em)/*1650px*/{ 
  .news-slide-text {
    width: 40%;
  }
}
.swiper-slide.swiper-slide-active .news-slide-text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.news-slide-text h2{
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (min-width: 37.5em)/*600px*/{ 
  .news-slide-text h2{
    font-size: 2.7rem;
  }
}

@media only screen and (min-width: 81.25em)/*1300px*/{ 
  .news-slide-text h2{
    font-size: 4rem;
  }
}
.news-slide-date{
  background-color: #2b642d;
  padding: 1rem 2rem;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
@media only screen and (min-width: 37.5em)/*600px*/{ 
  .news-slide-date{ 
    font-size: 1.7rem;
  }
}
.news-slide-text p {
  display: none;
}
@media only screen and (min-width: 56.25em)/*900px*/{ 
  .news-slide-text p {
    display: block;
    font-size: 1.7rem;
  }
}
.news-slider img{
  width: 100%;
  height: auto;
}
.swiper-pagination, .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  position: absolute;
  left: 20rem;
  bottom: 1rem;
}
@media only screen and (min-width: 76.25em)/*1220px*/{ 
  .swiper-pagination, .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{ 
    bottom: 5rem;
  }
}
.swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
  background-color: #2b642d;
}

/*------------------------------------------*/
.title{
  text-align: center;
  padding: 5rem 0;
}
@media only screen and (min-width: 50em)/*800px*/{ 
  .title{
    text-align: center;
    padding: 10rem 0;
  }
}
.title h2{
  font-size: 4rem;
  letter-spacing: .5px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 39.375em)/*630px*/{
  .title h2{ 
    font-size: 6rem;
  }
}
.news-grid{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  
}
.news-grid-left{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 76.25em)/*1220px*/{
  .news-grid-left{
    width: 58%;
  }
}
.news-box{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 39.375em)/*630px*/{
  .news-box{
    width:  48%;
  }
  .news-grid-right a {
    height: auto;
   }
}
.news-grid-right a {
  height: 40rem;
 }
@media only screen and (min-width: 39.375em)/*630px*/{
  .news-grid-right a {
    height: auto;
   }
}
.news-gradient{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(3,3,3,.8) 100%, rgba(0,0,0,.4) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(3,3,3,.8) 100%,rgba(0,0,0,.4) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(3,3,3,.8) 100%,rgba(0,0,0,.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );

}
.news-box-text {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	color: #ffffff;
	width: 90%;
	transform: translateX(-50%);
}
.news-box-text  h3{
  font-size: 2rem;
  font-weight: 600;
}
.news-box-text p{
  font-size: 1.2rem;
}
.news-date{
  position: absolute;
  left: 0;
  top: 5rem;
  background-color: #2b642d;
  color: #fff;
  padding: 1rem 2rem;
}
.news-box img {
	object-fit: cover;
	transition: all .5s ease-in-out;
	height: 36rem;
	width: 100%;
}
.news-box:hover img{
  transform: scale(1.05);
}

.news-grid-right{
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 76.25em)/*1220px*/{
  .news-grid-right{
    width: 40%;
  }
}
.news-grid-right .news-box{width: 100%;}
.news-grid-right .news-box img {
	height: 74.9rem;
}


/*---------------END MAIN----------*/
/*---------------FOOTER----------*/
.social-network{
  padding: 5rem 0;
}
.social-container{
  max-width: 122rem;
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 68.75em)/*1100px*/{ 
  .social-container{
    flex-direction: row;
  }
}
.social-box {
	width: 300px;
	margin-right: 0;
	overflow: hidden;
}
@media only screen and (min-width: 68.75em)/*1100px*/{ 
  .social-box {
    width: 28.6%;
    margin-right: 7%;
  }
}
.social-box:nth-child(3n+3){margin-right: 0;}
/*------------------------------------------*/
.quote{
  background-color: #222222;
  background-image: url(../images/quote-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-box{
  text-align: center;
  color: #ffffff;
}
.quote-box h2{
  font-size: 1.8rem;
  font-weight: 400;
}
.quote-box p{
  margin-bottom: 0;
}
.quote-box img{display: inline-block;margin-bottom: 3rem;}
/*------------------------------------------*/
.footer-container {
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 108rem;
  width: 100%;
  padding: 0 5%;
}
@media only screen and (min-width: 67.5em) /*1080px*/ { 
  .footer-container{
    padding: 0;
  }
}
.footer-bottom{
  padding: 6rem 0;
}
.footer-bottom h2{
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 2.3rem;
  font-weight: 400;
  width: 100%;
}
.footer-bottom h2::after{
  content: '';
  position: absolute;
  left: 46%;
  bottom: 0;
  width: 3rem;
  height: 1px;
  background-color: #222222;
}
@media only screen and (min-width: 34.6875em) /*555px*/ { 
  .footer-bottom h2::after{
    left: 0;
    }
}
.footer-left{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 34.6875em) /*555px*/ { 
  .footer-left{
     flex-direction: row;
     text-align: left;
    }
}
@media only screen and (min-width: 67.5em) /*1080px*/ { 
.footer-left{
  width: 60%;
  }
}
.footer-left h3{
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-right{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  flex-direction: column;
}
@media only screen and (min-width: 34.6875em) /*555px*/ { 
  .footer-right{
    width: 60%;
     flex-direction: row;
    }
}
@media only screen and (min-width: 67.5em) /*1080px*/ { 
  .footer-right{
    width: 35%;
    }
  }
.footer-right a:last-of-type {
  margin-top: 3rem;
}
@media only screen and (min-width: 34.6875em) /*555px*/ { 
  .footer-right a:last-of-type {
    margin-top: 0;
  }
}
.footer-box{
  width: 100%;
}
@media only screen and (min-width: 34.6875em) /*555px*/ { 
  .footer-box{
    width: 45%;
  }
}
/*------------------------------------------*/
.copyright{
  padding: 2rem 0;
  border-top: 1px solid #e7e7e7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scroll-to-top{
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border:1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
/*------------------------------------------*/
.fixed-social{
  position: fixed;
  right: 0;
  bottom: 20rem;
  z-index: 5;
}
.fixed-social a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .7rem;
  padding: 1rem;
  background-color: #222222;
}
.fixed-social a:hover{
  background-color: #2b642d;
}
/*---------------END FOOTER----------*/
/*---------------ANIMATIONS----------*/
.hidden{opacity: 0;}
.visible{opacity: 1;}
/*---------------END ANIMATIONS----------*/
/*---------------PAGES----------*/
.title-primary {
	background-color: #222222;
	color: #ffffff;
	padding: 7rem 0;
	text-align: center;
}
.title-primary h1{
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 42.5em)/*680px*/{ 
  .title-primary h1 {
    font-size: 4.8rem;
  }
}
.container-sm{
  max-width: 102.4rem;
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
}
/*------------------------------------------*/
.content-space{
  padding: 10rem 0;
}
.contact-wrapper{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.contact-box{
  width: 100%;
}
@media only screen and (min-width: 42.5em)/*680px*/{ 
  .contact-box{
    width: 45%;
  }
}
/*------------------------------------------*/
.about-wrapper{
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
.about-text {
  background:rgba(255,255,255, 0.8);
	width: 100%;
  margin-left: 0;
  padding: 2.5rem;
}
@media only screen and (min-width: 42.5em)/*680px*/{ 
  .about-text {
    background:rgba(255,255,255, 0.8);
    padding: 6rem;
  }
}
@media only screen and (min-width: 68.75em)/*1100px*/{ 
  .about-text {
    width: 57%;
    margin-left: auto;
    background-color: #ffffff;
  }
}
.about-text h1 {
  font-size: 3.5rem; 
  font-weight: 300;
	padding-bottom: 2rem;
}
@media only screen and (min-width: 42.5em)/*680px*/{ 
  .about-text h1 {
    font-size: 4.8rem;
  }
}
 /*---------------TABS----------*/
 .tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 4rem;
}
.tabs a {
  padding: 2rem 4rem;
  display: inline-block;
  background: #fff;
  font-size: 1.6rem;
  margin-right: .5rem;
  position: relative;
  text-transform: uppercase;
}
.tabs a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #2b642d;
  transition: all .4s ease-in-out;
}
.tabs a:hover::after, .tabs a.active-tab::after {
  width: 100%;
}
.tabs-container {
  width: 100%;
  display: none;
  padding: 2rem;
  margin-top: 1rem;
  background-color: #fff;
}
.tabs-container.active-tab{
  display: block;
}
/*---------------END TABS----------*/
.news-page{
  display: flex;
  flex-flow: row wrap;
}
.news-page .news-box {
  width: 100%;
}
.news-page .news-box:nth-child(3n+3){
  margin-right: 0;
}
@media only screen and (min-width: 31.25em)/*500px*/ {
  .news-page .news-box {
    width: 49%;
    margin-right: 1%;
  }
  .news-page .news-box:nth-child(2n+2){
    margin-right: 0;
  }
  .news-page .news-box:nth-child(3n+3){
    margin-right: 1%;
  }
}
@media only screen and (min-width: 56.25em)/*900px*/ {
  .news-page .news-box {
    width: 32.33%;
    margin-right: 1%;
  }
  .news-page .news-box:nth-child(2n+2){
    margin-right: 1%;
  }
  .news-page .news-box:nth-child(3n+3){
    margin-right: 0;
  }
  .news-page .news-box:nth-child(4n+4){
    margin-right: 1%;
  }
}
@media only screen and (min-width: 75em) /*1200px*/ { 
  .news-page .news-box {
    width: 24.25%;
    margin-right: 1%;
  }
  .news-page .news-box:nth-child(2n+2){
    margin-right: 1%;
  }
  .news-page .news-box:nth-child(3n+3){
    margin-right: 1%;
  }
  .news-page .news-box:nth-child(4n+4){
    margin-right: 0;
  }
 }

/*------------------------------------------*/
.news-nav, .themes-nav{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
.news-nav a, .themes-nav a{
  display: inline-block;
  padding:1rem 3rem;
  text-transform: uppercase;
}
.themes-nav a {
	padding: .5rem 1rem;
}
.themes-nav a:not(:last-child) {
	border-right: 1px solid #e7e7e7;
}
.news-nav a:hover, .themes-nav a:hover{
  background-color: #2b642d;
  color: #ffffff;
}
.title-primary h2{
	font-weight: 300;
	font-size: 2rem;
}
/*------------------------------------------*/
.news-image {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 60rem;
  background-attachment: fixed;
  background-position: bottom;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news-image h1 {
	color: #fff;
	font-size: 2.8rem;
	z-index: 4;
	font-weight: 400;
	max-width: 90rem;
	text-align: center;
	width: 100%;
	margin-top: 14rem;
}
@media only screen and (min-width: 25em)/*400px*/ {
  .news-image h1 {
    font-size: 3.5rem; 
  }
}
@media only screen and (min-width: 56.25em)/*900px*/ {
  .news-image h1 {
    font-size: 4rem;
  }
 }
.news-details-date{
  background-color: #2b642d;
  padding: 1rem 2rem;
  display: block;
  font-size: 1.7rem;
  color: #fff;
  z-index: 4;
}
.share {
	background-color: #2b642d;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	max-width: 30rem;
	width: 100%;
	justify-content: center;
	padding: 2rem;
	margin: 0 auto;
	margin-top: -3.4rem;
	z-index: 10;
	position: relative;
}
.share a{
  display: inline-block;
}

.share a:not(:last-of-type){
  margin-right: 2rem;

}
.norm_row.sfsi_wDiv {
  width: 135px!important;
}
.share h3{
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  margin-right: 2rem;
}
/*---------------END PAGES----------*/
.pagination-container {
  display: flex;
  width: 100%;
  padding-bottom: 2rem;
}
/*--------------RESPONSIVE-------------*/
@media only screen and (min-width: 105em){/*1680px*/ } 
@media only screen and (min-width: 100em){/*1600px*/ }
@media only screen and (min-width: 90em) {/*1440px*/ }
@media only screen and (min-width: 85.375em){/*1366px*/}  
@media only screen and (min-width: 85em){/*1360px*/ }
@media only screen and (min-width: 80em){/*1280px*/ }
@media only screen and (min-width: 76.25em){/*1220px*/}
@media only screen and (min-width: 67.5em) { /*1080px*/}
@media only screen and (min-width: 64em) {/*1024px*/} 
@media only screen and (min-width: 61.25em){/*980px*/} 
@media only screen and (min-width: 56.25em) {/*900px*/ }
@media only screen and (min-width: 50em){/*800px*/ }
@media only screen and (min-width: 48em), only screen and (hover:none){} 
@media only screen and (min-width: 48em){ /*768px*/ }
@media only screen and (min-width: 42.5em){ /*680px*/ }
@media only screen and (min-width: 40em){/*640px*/ }
@media only screen and (min-width: 38.75em){/*620px*/ }
@media only screen and (min-width: 37.5em){/*600px*/ }
@media only screen and (min-width: 30em){ /*480px*/ }
@media only screen and (min-width: 22.5em){/*360px*/ }
/*--------------END RESPONSIVE-------------*/
@media only screen and (max-width: 75em) /*1200px*/ { 
#nav-icon {
  width: 60px;
  height: 45px;
  position: relative;
  z-index: 1001;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg) scale(0.4);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
  margin-left: auto;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #292929;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: white;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: white;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
  background: white;
}

.overlay {
  width: 100%;
  height: 100%;
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  display: flex;
  align-items: center;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

.overlay a {
  color: white;
  font-size: 27px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-left: 3rem;
  margin-bottom: 0; 
  opacity: 0;
  transition: transform 0.2s ease;
  overflow: hidden;
  overflow-y:auto;
}

.overlay p {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  bottom: 20px;
  margin-left: 135px;
  opacity: 0;
}

.overlay p.open {
  opacity: 1;
  animation: 1.70s fadeInCopyright ease;
}

@keyframes fadeInCopyright {
  0%{
    opacity: 0;
  }
  80%{
    opacity: 0;
    transform: translateY(-10px);
  }
  100%{
    opacity: 1;
  }
}

.overlay a:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: white;
  left: 0;
}

.overlay a:hover:after {
  width: 100%;
  left: 0;
}

.overlay a.open:hover {
  transform: translateY(2px);
}

.overlay a.open:nth-child(1) {
  opacity: 1;
  animation: 1s fadeInLinks1 ease;
}

@keyframes fadeInLinks1 {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0;
    transform: translateY(-10px);
  }
  100%{
    opacity: 1;
  }
}

.overlay a.open:nth-child(2) {
  opacity: 1;
  animation: 1.25s fadeInLinks2 ease;
}

@keyframes fadeInLinks2 {
  0%{
    opacity: 0;
  }
  60%{
    opacity: 0;
    transform: translateY(-10px);
  }
  100%{
    opacity: 1;
  }
}

.overlay a.open:nth-child(3) {
  opacity: 1;
  animation: 1.5s fadeInLinks3 ease;
} 
  
@keyframes fadeInLinks3 {
  0%{
    opacity: 0;
  }
  70%{
    opacity: 0;
    transform: translateY(-10px);
  }
  100%{
    opacity: 1;
  }
} 
.overlayContent {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow-y: auto;
	width: 100%;
}
	.overlayContent.home-icon {
		height: 90px;
		margin-top: 9rem;
	}
nav ul li:last-child {
  padding-left: 0;
}
ul.sub {
  display: none;
}
nav li a {
  padding: 1rem;
  margin-right: 4rem;
}
.sub li a {
  color:#3ea642;
  font-size: 2rem;
  padding-left: 3rem!important;
 }
 .home-link svg {
   fill: #3ea642;
 }
 nav{ 
   flex-direction: column;
 }
 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
   position: absolute;
   left: 3.3rem;
   top: 1rem;
   margin:0;
 }
 .wpml-ls-link.open {
   margin:0;
 }
 .home-link.open {
   border-top: 2px solid white;
 }
}
.sub li {
  position: relative;
}
.sub-child {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.23);
}
.has-sub li:hover .sub-child {
  display: block;
}
.news-nav li {
  list-style-type: none;
  position: relative;
}
.sub-child-news {
  display: none;
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.23);
  padding-left: 0;
}
.sub-child-news li {
  list-style-type: none;
}
.sub-child-news li a {
  font-size: 1.2rem!important;
}
.news-nav li:hover .sub-child-news {
  display: block;
}
.twitter-follow-button {
  background-color: #0095f6;
  color: #fff;
  display: inline-block;
  padding: 0.3rem;
  border-radius: 5px;
}