/*
 * Sets and resets
 */

 
html,body {
  max-width: 100%;
  overflow-x:hidden; /* TEMPORARY */
 --color-primary: #00acec;

}

body {
  /*font-family: 'Titillium Web', sans-serif;*/
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff3e1;
}

textarea:focus, input:focus{
    outline: none;
}

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

.list_inside_text {
  list-style-type: square !important;
  margin:30;
  padding:30;
}

p {
  margin:0;
  font-family: 'Titillium Web', sans-serif;
}

input {
  font-family: 'Titillium Web', sans-serif;
}

img {
  float: left;
  margin-right: 15px;
  /* margin-bottom: 17px; */
}

.body-text {
  font-family: 'Oswald', sans-serif;
}

.no-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  margin:0;
}

button {
  font-family: 'Oswald', sans-serif;
}

/*a:hover {
  text-decoration: none;
}*/

a,
.btn {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
}

.text--normal {
  font-size: 16px;
}

.pos-r {
  position: relative;
}

.vertically-center {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.push-left-30 {
  padding-left: 30px;
}

.push-left-10 {
  padding-left: 10px;
}

.push-bottom-60 {
  padding-bottom:60px;
}

.push-bottom-30 {
  padding-bottom:30px;
}

.push-bottom-20 {
  padding-bottom:20px;
}

.push-bottom-10 {
  padding-bottom:10px;
}

.push-top-30 {
  padding-top:20px;
}

.push-top-20 {
  padding-top:20px;
}

.push-top-10 {
  padding-top: 10px;
}

.link-underline {
  text-decoration:underline;
}
.link-underline:hover {
  text-decoration: none;
}

.z-999 {
  z-index:999;
}

.z-10 {
  z-index:10;
}


/*
 * Basic colors
 */

/*00acec
  Light blue =  #00acec   -> PRIMARY
  Blue =        #284c96   -> SECONDARY
  Dark =        #3e3c39   -> DARK
  Light =       #eddec7   -> LIGHT
  UltraLight =  #fff3e1   -> ULTRA LIGHT
  MediumLight = #6d6f6c   -> MEDIUM LIGHT
*/

.bg-primary {
  background-color: #00acec !important;
  color: #fff3e1;
}

.bg-dark {
  background-color: #3e3c39;
}

.bg-secondary {
  background-color: #284c96;
}

.bg-light {
  background-color: #eddec7;
}

.bg-ultralight {
  background-color: #fff3e1;
}

.color-primary {
  color: #00acec;
}


/*
 * Buttons
 */
.btn-secondary,
.nav-language>li>.btn:hover,
.nav-language>li>.btn:active,
.nav-language .open>a,
.nav-language .open>a:hover,
.nav-language .open>a:focus {
  background-color: #284c96;
  color: #f9ebd6;
}

.btn-light {
  background-color: #eddec7;
  color: #3e3c39;
}

.btn-dark {
  background-color: #3e3c39;
  color: #eddec7;
}

.icon-search {
  transform: scaleX(-1);
}

.btn-square {
  padding: 22px 22px 22px 21px !important;
}

.btn-circle {
    border-radius: 100%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-medium {
  padding: 12px 26px;
}


/*
 * Heading styles
 */

h1 {
  font-size: 148px;
  line-height: 146px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 98px;
  line-height: 104px;
  font-weight: bold;
}

h3 {
  font-size: 60px;
  line-height: 62px;
  font-weight: bold;
}

h4 {
  font-size: 37px;
  line-height: 36px;
  font-weight: bold;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.text--small {
  font-size: 14px;
}
.text--regular {
  font-weight: 400;
}

.text-link {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;

}

/*
 * Text
 */

.text--primary {
  color: #00acec !important;
  text-transform: uppercase;
  font-weight: bold;
}

a.text--primary:hover {
  color: #3e3c39;
}

.text--light {
  color: #eddec7;
  text-transform: uppercase;
  font-weight: bold;
}

a.text--light:hover {
  color: #00acec;
}

.text--dark {
  color: #3e3c39;
  text-transform: uppercase;
  font-weight: bold;
}

a.text--dark:hover {
  color: #00acec;
}

.more--about {
  cursor: pointer;
}

.more--about:hover {
  color: #00acec !important;
  text-decoration: underline !important;
}

.carousel {
  outline: none !important;
}


/*
 * Input fields
 */

.input-ghost {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #eddec8;
  margin: 22px 0 22px 32px;
  font-family: 'Titillium Web', sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #eddec8;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #eddec8;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #eddec8;
}
:-moz-placeholder { /* Firefox 18- */
  color: #eddec8;
}

.newsletter-btn {
  font-family: 'Oswald', sans-serif;
  background:none;
  border:none;
  padding: 0;
}

.newsletter-btn:hover {
  text-decoration: underline;
}

/*
 * Top header
 */

.top-header {
  height: 64px;
}

.top-header-left {
  padding:11px 0 11px 12px;
}

.top-header-img {
  width:56px;
  height:42px;
  margin-right: 11px;
}

.top-header-text {
  font-size: 14px;
  line-height: 16px;
  color: #3e3c39;
  margin-top:4px;
}

.header-search {
  display:inline-block;
  margin-right: 17px;
  overflow-x:hidden;
  margin-top: 15px;
}

.header-search__form {
  display:inline-block;
}

.header-search__input {
  background: #284c96;
  border:none;
  border-top-left-radius:17px;
  border-bottom-left-radius:17px;
  padding-left:25px;
  height:34px;
  visibility:hidden;
  transition: visibility 100ms;
  visibility: hidden;
}

.header-search__circle {
  transition: all 300ms;
}

.search-expanded>.header-search__circle {
  background-color: #284c96;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-expanded>.header-search__circle i {
  color: #fff;
}
.search-expanded .header-search__input {
  visibility:visible;
}

/*
 * Navbar and logo
 */

.navbar {
  margin-bottom:0;
  background-image: url(../images/navigation-bg.png);
  background-size: contain;
  background-position:right top;
  background-repeat:no-repeat;
  border:none;
  padding: 0 !important;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left:0;
}

.navbar-brand {
  height: auto;
  padding:13px 0;
}

.navbar-brand-logo {
  width:221px;
  height:100px;
  margin-right: 0px;
}

.navbar-nav:not(.nav-language)>li {

}

.navbar-nav:not(.nav-language)>li>a {
  font-size: 16px;
  color: #3e3c39;
  line-height: 20px;
  letter-spacing: 0;
  padding: 30px 30px 30px 34px;
  height: 130px;
}

.navbar .nav>li {
  position:relative;
}

.navbar .nav>li.active:after,
.navbar .nav>li:hover:after {
  content: "";
    position: absolute;
    background-image: url(../images/nav-bottom-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;

    top:130px;
    left:0;
    width:100%;
    height:30px;

    /*top:130px; left: 0;
    background-color:inherit;
    padding-bottom:50%; width:57.7%;

    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;

    -webkit-transform: rotate(-30deg) skewX(30deg);;
    -ms-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);

    border-left: 2px solid #fff3e1;
    border-bottom: 2px solid #fff3e1;*/
}

.navbar .nav>li.active,
.navbar .nav>li:hover {
  background-color: #00acec;
}

.navbar .nav>li.active>a {
  color: #fff3e1;
}
.nav:not(.nav-language)>li>a:hover,
.nav:not(.nav-language) .open>a:hover {
  background:none;
  color: #fff3e1;
}
/*.nav:not(.nav-language)>li>a:focus,
.nav:not(.nav-language) .open>a,

.nav:not(.nav-language) .open>a:focus {

}*/

.navbar-nav>li>.dropdown-menu {
  border: none;
}

.navbar-collapse {
  float: right;
}

.dropdown-menu {
  padding: 0;
  box-shadow: none;
}

.dropdown-menu-language {
  min-width: initial;
  max-width: 57px;
}

.dropdown-menu>li>a {
  font-size: 16px;
  padding: 20px 29px;
  font-weight: bold;
}

.dropdown-menu>li {
  background-color: #eddec7;
  color: #3e3c39;
  border-bottom: 1px solid #fff3e1;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #00acec;
  color: #fff3e1;
}


/*
 * Intro header
 */
.intro-header {
  background-image: url(../images/home-header-2.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  height:768px;
}

.project-header {
  background-size:cover;
  background-repeat:no-repeat;
  height:364px;
}

.intro-header__share {
  margin-top: 183px;
  margin-bottom: 10px;
  display:inline-block;
}

.intro-header__share--subpages {
  margin-top: 83px;
}

.intro-header__share-arrow {
  padding: 5px 10px 5px 10px;
}

.intro-header__share-arrow:after {
  content:"";
  position: absolute;
  left: 100%;
  top:0px;
  width:0px;
  height:0px;
  border-top: 16px solid transparent;
  border-left: 10px solid #00acec;
  border-bottom: 16px solid transparent;
  z-index: 10;
}

.intro-header__share-arrow--light {
    background-color: rgba(237, 222, 199, 0.7);
    margin-left: 0px;
        padding: 3px 10px 4px;
}
.intro-header__share-arrow--light:after {
  content:"";
  position: absolute;
  left: 100%;
  top:0px;
  width:0px;
  height:0px;
  border-top: 16px solid transparent;
  border-left: 10px solid rgba(237, 222, 199, 0.7);
  border-bottom: 16px solid transparent;
}

.intro-header__icons>a {
  color: #3e3c39;
  font-size:16px;
  display:inline-block;
}

.intro-header__icons>a:last-of-type {
  margin-right:10px;
}

.intro-header__icons>a:hover  {
  color: #00acec;
}

.intro-header__title {
  margin-bottom: 28px;
}

.intro-header__subtitle {
  margin-bottom:35px;
  color: #eddec7;
  text-transform: uppercase;
  font-size: 40px;
    line-height: 50px;
}

.about-bg-img {
  background-image: url(../images/project/project-header-1.jpg);
}

.goals-bg-img {
  background-image: url(../images/project/project-header-2.jpg);
}

.sites-bg-img {
  background-image: url(../images/project/project-header-3.jpg);
}

.activities-bg-img {
  background-image: url(../images/project/project-header-4.jpg);
}

.innovation-bg-img {
  background-image: url(../images/project/project-header-5.jpg);
}

.partners-bg-img {
  background-image: url(../images/project/project-header-6.jpg);
}

.procurement-bg-img{
  background-image: url(../images/project/project-header-1.jpg);
}

.nav>li>a:focus {
  background-color: #00acec !important;
}

/*
 * Breadcrumbs
 */
.breadcrumb-container {
  margin:18px 0 28px;
}


/*
 * Main content
 */
.main-content {
  padding-bottom: 130px;
}
.main-content__title {
  margin-bottom: 55px;
}

.main-content__text {
  padding:0 30px 24px;
  white-space: pre-wrap;
}

.main-content__new-line-text {
  padding:0 30px 0;
}

.main-content__title-text {
  margin:56px 0 54px;
}

.next-article__link {
  display:block;
  margin-top: 103px;
}

.next-article__title {
  line-height: 24px;
}

.banner-link {
  display:block;
  margin-top:65px;
}


/*
 * Content list
 */
.content-list {

}

.content-list__title {

}

.content-list__subtext {
  margin: 13px 0 28px;
}

.content-list__text {

}

.content-list__item {
  margin-bottom: 52px;
}

.square-country {
  width:70px;
  height:70px;
  display:flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  margin-right: 30px;
}

.square-next {
  display:block;
  width:50px;
  height:50px;
  font-size:28px;
  line-height:0;
  text-align: center;
  padding-top:25px;
  color: #3e3c39;
  margin-right: 22px;
}

.square-next.bg-primary {
  color: #fff3e1;
}


/*
 * Aside navigation
 */
.navigation__item {
  background-color: #eddec7;
  border-bottom: 1px solid #fff3e1;
  color: #3e3c39;
  position: relative;
  width:240px;
  height:60px;
}

.navigation__item:hover,
.navigation__item.active {
  background-color: #00acec;
}

.navigation__item.active:after,
.navigation__item:hover:after {
  content: "";
  position:absolute;
  top:0;
  right:-10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #00acec;
}

.navigation__item.active>.navigation__item-link {
  color: #fff3e1;
}

.navigation__item-link {
  font-size: 16px;
  padding: 17px 25px;
  font-weight: bold;
  display:block;
  color: #3e3c39;
}


.navigation__item-link:hover {
  color: #fff3e1;
}

.navigation__item.selected {
  background-color: #00acec;
  color: #fff;
}

.navigation__item.selected:after {
  content: "";
  position:absolute;
  top:0;
  right:-10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #00acec;
}

.navigation__item-link.selected {
  color: #fff3e1 !important;
}
/*
 * News section
 */
.news-section {
  padding-top: 34px;
}

.news__heading {
  margin-bottom: 42px;
}

.news__link--push-top {
  margin-top:16px;
}

.news__partner {

}

.news__title {
  margin-bottom: 14px;
}

.section__text {
  margin-bottom: 17px;
}


/*
 * Goals section
 */
.goals-section {
  min-height:1000px;
  padding-top: 232px;
}

.goals-section--spacing-top{
  padding-top: 380px;
}

.word-break {
   word-spacing: 9999999px;
}

.section-bg-goals {
  background-image: url(../images/goals-section-background.png);
  background-size: 1553px 507px;
  background-repeat:no-repeat;
  background-position:top left;
  width: 1553px;
  height: 507px;
  top: -110px;
  left: -168px;
  position: absolute;
  z-index: -1;
}

.section-bg-pattern-1 {
  background-image: url(../images/goals-section-background-pattern.jpg);
  background-size: 1063px 1444px;
  background-repeat:no-repeat;
  background-position:top left;
}

.turtle-img {
  position:absolute;
  top: 59px;
  left: 136px;
  z-index: -1;
}


/*
 * Square date
 */

.square-date {
  display:inline-block;
  position: relative;
  padding: 7px 15px 6px 16px;
  margin-right: 20px;
  margin-bottom: 22px;
}

.square-date--year-push {
  margin-bottom: 45px;
}

.square-date--number-spacing {
  padding: 13px 10px 11px 11px;
}

.square-date__day {
  line-height:22px;
}

.square-date__month {
  display:inline-block;
}

.square-date__year {
  position: absolute;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width:100%;
  left:0;
  bottom: -40px;
  padding: 7px 0;
}


/*
 * Countries section
 */

.countries-section {
  padding-top: 20px;
  margin-top: 52px;
  min-height:900px;
}

.countries-content-left {
  padding-right: 110px;
  margin-top: 390px;
}

.countries-content-right {
  margin-top: 140px;
  padding-left: 30px;
}

.countries-content-right>h4 {
  padding-bottom:2px;
}
.countries-content-right>h5 {
  margin-bottom:34px;
}
.countries-content-right>p {
  margin-bottom: 2px;
}
.countries-content-right>h3 {
  margin-bottom:28px;
}

.section-bg-turtle {
  background-image: url(../images/turtle-bg.png);
  background-size: 662px 315px;
  background-repeat:no-repeat;
  background-position:top left;
  width: 662px;
  height: 315px;
  top: 0;
  right: -210px;
  position: absolute;
}

.section-bg-countries {
  background-image: url(../images/countries-background.png);
  background-size: 1540px 869px;
  background-repeat:no-repeat;
  background-position:top left;
  width: 1540px;
  height: 869px;
  top: -120px;
  left: -202px;
  position: absolute;
  z-index:-1;
}

.content-croatia,
.content-cyprus,
.content-greece,
.content-italy,
.content-malta,
.content-slovenia {
  display:none;
  opacity: 0;
  transition: all 300ms;
}

.countries-content-right.active {
  opacity: 1;
  display:block;
}

.country-croatia,
.country-cyprus,
.country-greece,
.country-italy,
.country-malta,
.country-slovenia {
  background-repeat:no-repeat;
  background-position:top left;
  position:absolute;
  cursor: pointer;
  opacity:0;
  transition: all 300ms;
  z-index:99;
}

.country-croatia {
  background-image: url(../images/country-croatia-active.png);
  background-size: 149px 136px;
  width: 149px;
  height: 136px;
  top: 361px;
  left: 443px;
  z-index:100;
}

.country-cyprus {
  background-image: url(../images/country-cyprus-active.png);
  background-size: 61px 54px;
  width: 65px;
  height: 54px;
  bottom: 35px;
  right: 90px;
}

.country-greece {
  background-image: url(../images/country-greece-active.png);
  background-size: 226px 247px;
  width: 226px;
  height: 247px;
  bottom: -10px;
  right: 305px;
}

.country-italy {
  background-image: url(../images/country-italy-active.png);
  background-size: 324px 370px;
  width: 324px;
  height: 370px;
  bottom: 13px;
  left: 267px;
}

.country-malta {
  background-image: url(../images/country-malta-active.png);
  background-size: 12px 10px;
  width: 12px;
  height: 10px;
  bottom: -19px;
  left: 477px;
}

.country-slovenia {
  background-image: url(../images/country-slovenia-active.png);
  background-size: 72px 50px;
  width: 72px;
  height: 50px;
  bottom: 332px;
  left: 443px;
  z-index: 101;
}

.country-croatia:hover,
.country-cyprus:hover,
.country-greece:hover,
.country-italy:hover,
.country-malta:hover,
.country-slovenia:hover {
  opacity: 1;
}

.js-country.active {
  opacity: 1;
}

.untouchable {
  pointer-events: none;
}


/*
 * Nav tabs
 */
.nav-tabs {
  border:none;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a {
  background:none;
  border:none;
  padding: 0;
}

.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:active,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:active,
.nav-tabs>li>a:focus {
  color: #3e3c39 !important;
}

.horizontal-divider {
  display: inline-block;
  line-height:14px;
  margin-left: 10px;
  margin-right: 10px;
}


/*
 * Events section
 */
.events-section {
  margin-top: 20px;
  margin-bottom: 50px;
}

.event-tabs__tab.active>a{
  color: #333 !important;
}

.event-tabs__tab>a{
  cursor: pointer;
}

.events-section-bg-turtle {
  background-image: url(../images/events-turtle-background.png);
  background-size: 525px 551px;
  background-repeat:no-repeat;
  background-position:top left;
  width: 525px;
  height: 551px;
  top: -60px;
  left: -198px;
  position: absolute;
}

.events-calendar__title {
  margin: 9px 0 31px 0;
}

.events-content {
  margin-top: 396px;
}

.events-content__wrapper {

}

.events-content__image {
  position: absolute;
  top: -38px;
  left: 164px;
  z-index: -1;
}

.events-content__play-video {
  display:inline-block;
  position: absolute;
  top: -70px;
  right: -22px;
}

.events-content__subtitle {
  margin-top: 102px;
  margin-bottom: 28px;
}

.event-tabs {
  margin-bottom: 20px;
}

.square-date--events-spacing {
  margin:0 32px 40px 9px;
}


/*
 * Actions section
 */
.actions-section {
  margin-top: 195px;
  margin-bottom: 155px;
}

.actions-bg-turtle {
  background-image: url(../images/actions-turtle-bg.png);
  background-size: 605px 335px;
  background-repeat:no-repeat;
  background-position:top left;
  width: 605px;
  height: 335px;
  top: -80px;
  right: -190px;
  position: absolute;
}

.actions__heading {
  margin-bottom: 84px;
}

.actions-list__item {
  margin-bottom: 50px;
}


/*
 * Species page
 */
.content-intro-row {
  margin-bottom: 44px;
}

.content-intro-row h3 {
  margin-top: 21px;
}

.species-map {
  margin: 42px 0 16px;
}


/*
 * Gallery
 */
.gallery-row {
  margin-top:40px;
}
.gallery-img {
  margin-bottom:30px;
}


/*
 * News
 */
.news-row {
  margin-bottom: 60px;
}

/*
 * Site footer
 */
.site-footer {
  background-image: url(../images/footer-background.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  padding-top:138px;
}

.nav-list {
  padding: 20px 0 0 38px;
}

.nav-list__item {
  margin-bottom: 2px;
}

.footer-icons {
  margin-top: 19px;
}

.footer__vertical-btn {
  position:fixed;
  bottom: 80px;
  right: 11px;
  transform: rotate(90deg);
}

.footer-icons>a {
  color: #284c96;
  font-size:25px;
  margin-right:12px;
}

.footer-icons>a:hover {
  color: #00acec;
  text-decoration:none;
}

.footer-icons>a>i:before {
  margin:0;
}

.footer-newsletter {
  margin-top: 170px;
}

.footer-disclaimer__img {
  margin-right: 20px;
  float:left;
}

.footer-disclaimer__text {
  font-size: 14px;
  color: #eddec8;
  line-height: 20px;
  width:80%;
  padding-top:8px;
}

.footer-logos {
  margin-top: 150px;
}

.footer-logo {
  padding:0 35px 20px 0;
}

.footer-logo__container {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-text {
  font-size: 14px;
  font-weight: 300;
  color: #eddec7;
  font-family: 'Oswald', sans-serif;
}

.footer-copyright {
  margin-top: 60px;
  margin-bottom: 120px;
}

.body-background-1 {
  background-image: url(../images/body-background-1.jpg);
  width: 1000px;
  height: 1444px;
  background-size: 1000px 1444px;
  background-repeat: no-repeat;
  position:absolute;
  z-index:-1;
}

.body-background-3 {
  background-image: url(../images/body-background-3.jpg);
  width: 1000px;
  height: 1444px;
  background-size: 1000px 1444px;
  background-repeat: no-repeat;
  position:absolute;
  top:300px;
  z-index:-1;
}

.body-background-4 {
  background-image: url(../images/section-right-bg.jpg);
  width: 1000px;
  height: 1444px;
  background-size: 1000px 1444px;
  background-repeat: no-repeat;
  position:absolute;
  top:0;
  right:0;
  z-index:-1;
}

.turtle-bg-2 {
  background-image: url(../images/turtle-bg-2.jpg);
  width: 551px;
  height: 548px;
  background-size: 551px 548px;
  background-repeat: no-repeat;
  position:absolute;
  top:700px;
  left:-320px;
  z-index:-1;
}


/*
 * Responsive for medium desktop
 */

 @media screen and (max-width: 1260px) {
  .top-header-text {
    font-size: 12px;
  }
 }

@media screen and (max-width: 1200px) {

  h1 {
    font-size: 140px;
  }

  .intro-header__subtitle {
    font-size: 36px;
  }

  .section-bg-goals {
    background-size: contain;
    width: 100%;
    height: 400px;
    left: 0;
  }

  .turtle-img {
    left:0 ;
  }

  .section-bg-countries {
    left: -270px;
  }

  .events-section-bg-turtle {
    top: -160px;
    left: 30%;
  }

  .events-content {
    margin-top: 180px;
  }

  .footer-site-logo {
    display: inline-block;
    margin-top: 60px;
  }

  .navbar-nav:not(.nav-language)>li>a {
    padding: 30px 18px 30px 18px;
  }

  .top-header-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) {
  .top-header-text {
    font-size: 12px;
  }

  .top-header {
    height: auto;
    clear: both;
  }

  .top-header-left,
  .top-header-img,
  .top-header-text {
    float:none !important;
  }
 }

/*
 * Responsive for tablet
 */
 @media screen and (max-width: 992px) {


  .navbar-brand-logo {
    width: 160px;
    height: 70px;
  }

  .navbar-nav:not(.nav-language)>li>a {
    font-size: 14px;
    height: 100px;
    padding: 20px 10px 20px 10px;
  }

  h1 {
    font-size: 110px;
    line-height: 116px;
  }

  h2 {
    font-size: 90px;
    line-height: 96px;
  }

  .intro-header__share {
    margin-top: 150px;
  }

  .intro-header__subtitle {
    font-size: 26px;
    line-height: 35px;
  }

  .turtle-img {
    top: 120px;
    width: 100%;
  }

  .navbar .nav>li.active:after, .navbar .nav>li:hover:after {
    top: 100px;
  }

  .top-header-text {
    font-size: 12px;
  }

}

 @media screen and (max-width: 768px) {

    h1 {
      font-size: 37px;
      line-height: 46px;
    }

    h2 {
      font-size: 37px;
      line-height: 46px;
    }

    h3 {
      font-size: 37px;
      line-height: 46px;
    }

    .intro-header__title {
      margin-top: 14px;
    }

    .intro-header__subtitle {
      font-size: 22px;
      color: #3e3c39;
      text-transform: none;
      line-height: 30px;
    }

    .top-header {
      height: auto;
      clear: both;
    }

    .navbar {
      background-image: none;
    }

    .navbar-toggle {
      margin-top: 16px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
      margin-top: 7px;
    }

    .navbar-toggle .icon-bar {
      display: block;
      height: 9px;
      border-radius: 1px;
      background-color: #00acec;
      width: 42px;
    }

    /*.navbar-collapse {
      position: fixed;
      top: 0;
      height: 100vh;
      background-color: #fff;
      width: 100%;
      z-index: 9999;
    }*/

    .top-header-left,
    .top-header-img,
    .top-header-text {
      float:none !important;
    }

    .top-header-text {
      font-size: 12px;
    }

    .intro-header {
      background-size: contain;
      background-position: top;
      height: auto;
    }

  .word-break {
    word-spacing: initial;
  }

  .push-left-30 {
    padding-left: 0;
  }

  .push-left-10 {
    padding-left: 0;
  }

  .push-bottom-60 {
    padding-bottom:0;
  }

  .push-bottom-30 {
    padding-bottom:0;
  }

  .push-bottom-20 {
    padding-bottom:0;
  }

  .push-bottom-10 {
    padding-bottom:0;
  }

  .push-top-20 {
    padding-top:0;
  }

  .news-section {
    padding-top: 56px;
  }

  .news-mobile-spacer {
    margin:50px 0;
  }

  .section-bg-goals {
    background-size: contain;
    width: auto;
    left: 15px;
    right: 15px;
  }

  .turtle-img {
    top: 30px;
  }

  .goals-section--spacing-top {
    padding-top: 330px;
  }

  .section-bg-turtle {
    top: -324px;
    right: -236px;
  }

  .countries-section {
    padding-top: 180px;
  }
  .countries-content-left {
    padding-right:0;
  }

  .events-section-bg-turtle {
    top: -55px;
    right: 28px;
    left: initial;
  }

  .events-content {
    margin-top: 510px;
  }

  .events-content__image {
    position: absolute;
    top: -45px;
    left: -43px;
  }

  .events-content__wrapper {
    padding-top: 348px;
    padding-bottom: 95px;
  }

  .events-content__subtitle {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .square-date--events-spacing {
    margin-left: 0;
    margin-right: 20px;
  }

  .actions-section {
    margin-top: 250px;
  }

  .actions-bg-turtle {
    top: -300px;
    right: initial;
    left: 33px;
  }

  .actions__heading {
    margin-bottom: 32px;
  }

  .site-footer {
    background-image: url(../images/footer-background-mobile.jpg);
    padding-top: 80px;
  }

  .footer-site-logo {
    display: block;
    text-align: center;
  }

  .footer-copyright,
  .footer-text {
    text-align: center;
  }

  .footer-copyright {
    margin-top: 20px;
  }

  .nav-list {
    margin-bottom: 50px;
  }

  .navigation__item {
    width:100%;
  }

  .aside-navigation li {
    width:100%;
  }

  .banner-link {
    display:none;
  }

  .banner-link img {
    width: 100%;
  }

  .aside-navigation {
    margin-bottom:30px;
  }

  .main-content__text {
    padding: 0 0 24px;
  }

  .navbar-collapse {
    float: none;
    margin-left: 0 !important;
  }

  .navbar .nav>li.active:after, .navbar .nav>li:hover:after {
    background: none;
  }

  .navbar-nav br {
    display:none;
  }

  .navbar-nav:not(.nav-language)>li>a {
    height: auto;
  }

  .project-header {
    background-size: contain;
    height: auto;
  }

  .project-header .intro-header__share {
    display:none;
  }

  .project-header .intro-header__title {
    margin-top: 80px;
  }
 }

 .back-to-top {
   cursor: pointer;
   text-decoration: none;
 }

 .carousel-control-next-icon {
   background-image: url('../images/chevron-right-solid.svg') !important;
   /* https://fontawesome.com/license */
 }

 .carousel-control-prev-icon {
   background-image: url('../images/chevron-left-solid.svg') !important;
    /* https://fontawesome.com/license */
 }

 .carousel-indicators {
   display: none !important;
 }

 .move-arrow{
  padding-top: 10%;
  display: flex;
 }

 .arrow-right {
  justify-content: flex-start;

 }
 .arrow-left {
  justify-content: flex-end;
 }

 .move-arrow>a>i{
  font-size: 32px;
  color: var(--color-primary);
 }
 .move-arrow>a:hover>i{
  font-size: 32px;
  color: darken(var(--color-primary));
 }


 .js-scroll-top.active{
   bottom:32px;
   pointer-events:auto;
   opacity:1;
 }

 .arrows {
   position: relative;
   /* padding-top: 50%; */
   
 }

 .image-scroll {
    display: flex;
 }

 @media (max-width: 768px) {
  .move-arrow{
    padding-top: 0;
    display: flex;
    z-index: 3;
    
  }
  
  .move-arrow>a {
    height: 50px;
    width: 50px;
    background:rgba(65, 62, 58, .45);
    border-radius: 100px;
  }
  .move-arrow>a>i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .move-arrow>a:hover>i {
    color: var(--color-primary);  
  }
   .arrow-right {
    justify-content: flex-end;
    transform: translateY(calc((var(--carousel-height) *-0.5) + 25px));
    max-width: 50vw;
    margin-left: 50vw;
   }
   .arrow-left {
    justify-content: flex-start;
    transform: translateY(calc((var(--carousel-height) *0.5) - 25px));
   }
 }