
@font-face {
  font-family: 'MarkProBold';
  src: url('../img/font/FontFont_FF.Mark.Pro.Bold-edit.eot'); /* IE9 Compat Modes */
  src: url('../img/font/FontFont_FF.Mark.Pro.Bold-edit.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../img/font/FontFont_FF.Mark.Pro.Bold-edit.woff2') format('woff2'), /* Super Modern Browsers */
       url('../img/font/FontFont_FF.Mark.Pro.Bold-edit.woff') format('woff'), /* Pretty Modern Browsers */
       url('../img/font/FontFont_FF.Mark.Pro.Bold-edit.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../img/font/FontFont_FF.Mark.Pro.Bold-edit.svg') format('svg'); /* Legacy iOS */
}

/*common*/

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  width: 100%;
}

body {
  will-change: opacity;
  transition: opacity 0.2s linear;
}

body.in {
  opacity: 1;
}

.bold,
b {
  font-weight: 700;
}

i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: black;
}

/*
.miniimagenormal { display: block;}
.miniimagehover { display: none;}
.owl-item.active.center .miniimagenormal { display: none; }
.owl-item.active.center .miniimagehover { display: block; }
*/

img,
svg {
  width: 100%;
  display: block;
}

section,
div {
  position: relative;
}

section {
  display: block;
  overflow: hidden;
  padding: 50px 0;
}

h3.title {
  font-size: 32px;
  font-weight: bold;
  color: #3D441D;
  margin-bottom: 25px;
  text-align: center;
}

.desc {
  font-size: 18px;
  color: #3D441D;
  max-width: 730px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}

.desc p a {
  color: #80BC00;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-display: swap;
  width: 100vw;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: calc(1160px + 10%);
  padding: 0 5%;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mobile,
.mobile-flx {
  display: none !important;
}

.desktop {
  display: block;
}

.gray {
  background-color: #F8F8F8;
}

.orderbutton .btnorder {
  /* border-radius: 6px !important;*/
  width: 150px !important;
  border: none;
  float: right;
}

.orderbutton .btnorder img {
  width: 50px;
}

.orderbutton {
  width: 100%;
  height: 100px;
}

.btn {
  width: 200px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #80BC00;
  font-size: 20px;
  margin: 0 auto;
}

.btn.border-btn {
  background: transparent;
  color: #80BC00;
  border: 2px solid #80BC00;
}

.btn.white-btn {
  color: #3D441D;
  background: #fff;
  font-weight: 600;
  width: 180px;
}

/*common*/

/* form */
.form-checkbox label {
  border: 1px solid #707070;
  border-radius: 7px;
  background: #fff;
  width: 36px;
  height: 36px;
  display: block;
  margin-right: 16px;
  cursor: pointer;
}
input:checked+label:after {
  display: block;
  opacity: 1;
}
.form-checkbox.row {
  width: 65%;
}
.form-checkbox label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 12px;
  width: 8px;
  height: 18px;
  border: 4px solid #000;
  border-top: none;
  border-left: none;
  transform: rotate(
45deg
);
  opacity: 0;
}
.form-select {
  /* border: 1px solid #3D441D;
  border-radius: 60px; */
  /* height: 60px;
  width: 200px;
  margin: 0px 20px; */
}
.form-select select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #3D441D;
  padding: 12px 20px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.form-select:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #80bc00 transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 20px;
  /* z-index: -1; */
}

/*header*/

.mobile-blog{
  font-size: 20px;
  font-weight: 700;
  color: #3e4420;
  will-change: transform;
  transition: transform 0.4s ease;
  transform: translate3d(0, 0,0);
  margin-top: 30px;
}

.mobile-envanter{
  font-size: 20px;
    font-weight: 700;
    color: #3e4420;
    will-change: transform;
    transition: transform 0.4s ease;
    transform: translate3d(0, 0,0);
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

header {
  width: 100%;
  height: 80px;
  background: #80BC00;
  display: block;
}

header img {
  display: block;
}

header .container.row {
  width: 100%;
  max-width: initial;
  padding: 0 0 0 60px;
  justify-content: space-between;
  height: 80px;
  z-index: 6;
  background: #80BC00;
}

header .sub-holder {
  position: absolute;
  z-index: 5;
  width: 100%;
  max-width: initial;
  padding: 0;
  height: 55px;
}

header .warning {
  font-size: 16px;
  height: 38px;
  background: #BA0020;
  color: #fff;
  will-change: transform;
  transition: transform 0.2s ease;
  transform: translate3d(0, 0, 0);
  padding: 7px 5%;
  text-align: center;
}

header .warning a {
  font-weight: 700;
}

header .warning.out,
header .submenu .sub.out {
  transform: translate3d(0, -120%, 0);
}

header .warning a {
  color: #fff;
}

header .warning.closed {
  transform: translate3d(0, -120%, 0) !important;
}

header .warning a.close-btn {
  width: 15px;
  display: block;
  position: absolute;
  right: 20px;
  top: 12px;
}

header .submenu .sub {
  will-change: transform;
  transition: transform 0.2s ease;
  transform: translate3d(0, 0, 0);
  background: rgba(61, 68, 29, 0.9);
  height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

header .submenu .sub a {
  color: #fff;
}

header .submenu .sub a:not(:last-child) {
  margin-right: 40px;
}

header .left {}

header .left .logo {
  width: 55px;
}

header .left .logo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  background: #80BC00;
  height: 100%;
  z-index: 0;
}

header .left .logo img {
  position: relative;
  z-index: 1;
}

header .left .seperator {
  width: 1px;
  height: 70px;
  background-color: #fff;
  margin: 0 15px;
}

header .left .logo,
header .left .seperator {
  z-index: 2;
}

.logo-parkbahce {
  padding-top: 6px;
}

header .left .anim-logo {
  z-index: 1;
}

header .left .anim-logo .logo-park {
  width: 107px;
}

header .left .anim-logo .logo-yesil {
  position: absolute;
  left: 0;
  width: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}

header .center {}

header .center nav {}

header .center nav a {
  display: block;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

header .center nav a:not(:last-child) {
  margin-right: 1.2vw;
}

header .center .seperator {
  width: 1px;
  height: 54px;
  background-color: #fff;
  margin: 0 1.45vw;
}

header .social a {}

header .social a:first-child {
  width: 28px;
}

header .social a:not(:first-child) {
  height: 28px;
}

header .social a:not(:first-child) img {
  width: auto;
  height: 28px;
}

header .social a:not(:last-child) {
  margin-right: 1.45vw;
}

header .logo-16milyon {
  height: 80px;
  padding-top: 5px;
  transform: translateY(1px);
}

header .logo-16milyon img {
  width: auto;
  height: 100%;
}

header .submenu,
header .submenu .sub {
  position: absolute;
  top: 0;
  left: 0;
}

header .submenu .sub {
  width: 100vw;
  display: flex;
  flex-direction: row;
}

/*header*/

/*hero overlay*/

.hero-overlay{
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0;
  bottom: 80px;
  padding-left: 10rem;
  padding-right: 10rem;
  /* -ms-transform: translateY(-50%);
  transform: translateY(-50%); */

}
.hero-overlay .title{
  font-family: 'MarkProBold', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin: 20px;
}

.hero-overlay .description{ 
  font-family: 'MarkProBold', sans-serif;
  color: #fff;
  margin: 20px;
  font-size: 1.5rem;
}
/*hero*/

.hero {
  width: 100vw;
  height: 750px;
  /* height: calc(100vh - 80px); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  padding: 0 40px;
  width: 100%;
  justify-content: space-between;
}

.hero-slide {
  width: 100vw;
  height: 750px;
  /* height: calc(100vh - 80px); */
  background-color: #FFF;
}

.hero-slide img,
.hero-slide picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero-slide .owl-carousel .owl-stage-outer {
  width: 100%;
}

.next-btn img {
  transform: scaleX(-1);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: transparent;
  text-decoration: none;
}

/*hero*/

/*news*/

.news .desc {
  margin-bottom: 40px;
}

.news-holder {
  /* padding:0 30px; */
}

.news-slider.owl-carousel.owl-theme {
  display: flex;
  flex-direction: column-reverse;
}

.news-slider .owl-stage {
  left: 30px;
  padding-bottom: 30px;
}

.news-slider .owl-nav {
  margin-top: 0;
  margin-bottom: 36px;
}

.news-slider .owl-nav button {
  margin: 0;
}

.news-slider .owl-nav button.owl-prev {
  margin-right: 78px;
}

.news-item {
  display: block;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .29);
  border-radius: 10px;
  will-change: transform;
  transition: transform 0.3s ease;
  overflow: hidden;
  transform: scale(0.95);
  text-align: left;
}

.news-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  will-change: opacity;
  transition: opacity 0.3s linear;
  opacity: 0.5;
  pointer-events: none;
}

.owl-item .news-item {
  transform: scale(0.95);
}

.owl-item .news-item:after {
  opacity: 0.5;
}

.owl-item.active.center .news-item {
  transform: scale(1);
}

.owl-item.active.center .news-item:after {
  opacity: 0;
}

.news-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  padding-bottom: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .29);
}

.news-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-info {
  padding: 20px;
}

.news-title {
  font-size: 18px;
  font-weight: 700;
  color: #3D441D;
  min-height: 64px;
  margin-bottom: 16px;
  transition: color 0.3s linear;
}

.owl-item .news-title {
  color: #0054A6;
}

.owl-item.active.center .news-title {
  color: #3D441D;
}

.news-text {
  font-size: 15px;
  height: 178px;
  overflow: hidden;
  color: #000;
}

/*news*/

/*support*/

section.support {
  padding-bottom: 90px;
}

.support .desc {
  margin-bottom: 50px;
}

.support-holder.row {
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}

.support-item {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .29);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 0 !important;
  margin-bottom: 15px !important;
}

.support-item-img {
  box-shadow: 0px 5px 10px #00000029;
  height: 240px;
}

.support-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-item-info {
  padding: 20px 25px 40px;
}

.support-item-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
}

/*support*/

/*principles*/

.principles {
  display: none !important;
}

.principles .desc {
  margin-bottom: 50px;
}

.principles-slider .owl-stage {
  padding-bottom: 30px;
}

.principle-item {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .29);
  border-radius: 10px;
  overflow: hidden;
  background: #F8F8F8;
}

.principle-info {
  width: 69%;
  padding: 55px 77px;
  align-self: stretch;
}

.principle-img {
  width: 32%;
}

.principle-title {
  font-size: 36px;
  color: #3D441D;
  margin-bottom: 20px;
}

.principle-desc {
  font-size: 20px;
  color: #3D441D;
  line-height: 34px;
  line-height: 1.7;
}

.principles-slider .owl-dots {
  margin: 0;
  position: absolute;
  left: 92px;
  bottom: 100px;
}

.principles-slider .owl-dots .owl-dot span,
.covid-banner .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 20px;
  background: transparent;
  border: 1px solid #18BA9A;
}

.principles-slider.owl-theme .owl-dots .owl-dot.active span,
.principles-slider.owl-theme .owl-dots .owl-dot:hover span,
.covid-banner .owl-theme .owl-dots .owl-dot.active span,
.covid-banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #18BA9A;
}

.covid-banner .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

.social-media .desc{
  margin-bottom: 50px;
}
/*principles*/

/*events*/

.events .desc {
  margin-bottom: 30px;
}

.event-filter.row {
  justify-content: center;
  margin-bottom: 66px;
}

.event-filter-icon {
  width: 32px;
  margin-right: 8px;
}

.event-filter-item {
  /* margin-right: 30px; */
}

.event-filter-item span {
  font-size: 22px;
  font-weight: 600;
  color: #3D441D;
}

.event-filter-item span {
  display: block;
  margin-right: 14px;
}

.event-filter a {
  margin: 0;
}



.event-filter-select {
  border: 1px solid #3D441D;
  border-radius: 60px;
  height: 60px;
  width: 200px;
  margin: 0px 20px;
}

.event-filter-select:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #80bc00 transparent transparent transparent;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: -1;
}

.event-filter-select select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #3D441D;
  padding: 20px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.event-slider-holder {
  max-width: 1035px;
  margin: 0 auto;
}

.event-slider-title {
  padding-left: 20px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #80BC00;
}

.event-slider .owl-stage {
  padding-bottom: 30px;
}

.event-slider-item {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .29);
  border-radius: 10px;
  overflow: hidden;
  background: #80BC00;
  cursor: pointer;
}

.event-slider-item-img {
  width: 43%;
}

.event-slider-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 350px;
}

.event-slider-item-info {
  width: 57%;
  padding: 20px 40px 26px;
  color: #fff;
}

.event-name {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.event-time {
  margin-bottom: 30px;
}

.event-time-icon {
  width: 60px;
  margin-right: 24px;
}

.event-time-title {
  font-size: 32px;
  font-weight: 700;
}

.event-time-desc {
  font-size: 20px;
}

.event-slider-item-info a {
  margin: 0;
}

.events .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 120px);
  left: -60px;
  top: 50%;
  transform: translateY(-60%);
  margin: 0;
  z-index: -1;
}

/*events*/

/*tips*/

.tips .desc {
  margin-bottom: 40px;
}

.tips-slider-holder.row {
  max-width: 1068px;
  margin: 0 auto;
}

.tips-slider-container {
  width: 43.2%;
}

.tips-slider-img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .29);
  width: 63.5%;
  margin-left: -6.7%;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 35.62%;
}

.tips-slider-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tips-slider .owl-stage-outer {
  padding: 20px 0;
}

.tips-slider-item {
  padding: 20px 20px 30px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, .29);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.tips-icon {
  height: 52px;
  margin-bottom: 19px;
}

.owl-carousel .owl-item .tips-icon img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.owl-carousel .owl-item .mini-info-img img {
  filter: brightness(0) invert(1);
}

.tips-text {
  font-size: 18px;
  line-height: 31px;
  color: #787878;
  text-align: center;
}

.tips-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.tips-slider.owl-carousel .owl-nav button.owl-next,
.tips-slider.owl-carousel .owl-nav button.owl-prev {
  margin: 0;
}

.tips-slider.owl-carousel .owl-nav button.owl-prev {
  margin-right: 120px;
}

.tips-slider-counter {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  font-size: 22px;
  color: #3D441D;
}

/*tips*/

/*publications*/

.publications:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #F8F8F8;
  width: 100%;
  height: 70%;
}

.publications .title {
  margin-bottom: 50px;
}

.publications-holder.row {
  max-width: 1135px;
  margin: 0 auto;
  align-items: flex-start;
}

.publications-img {
  width: 51%;
  margin-right: 6%;
}

.publications-info {
  width: 42%;
  padding-top: 10px;
}

.publications-text {
  font-size: 20px;
  line-height: 42px;
  color: #3D441D;
  margin-bottom: 50px;
}

.publications-info a {
  margin: 0;
}

button.btnorder.btn.all-btn.sortlistitemtarih {
  margin-right: 10px;
}
/*publications*/

/*parks*/

.parks .desc {
  max-width: initial;
  margin-bottom: 50px;
}

.parks-filter.row {
  margin-bottom: 100px;
}

.parks-filter-item {
  cursor: pointer;
  width: calc((100% - 200px) / 5);
  margin: 0 auto;
}

.parks-filter-item:not(:last-child) {
  margin-right: 30px;
}

.parks-filter-icon {
  margin: 0 auto 50px;
  padding-top: 15px;
  min-height: 118px;
}

.parks-filter-item:nth-child(1) .parks-filter-icon {
  max-width: 91px;
}

.parks-filter-item:nth-child(2) .parks-filter-icon {
  max-width: 164px;
}

.parks-filter-item:nth-child(3) .parks-filter-icon {
  max-width: 97px;
  padding-top: 0;
}

.parks-filter-item:nth-child(4) .parks-filter-icon {
  max-width: 103px;
}

.parks-filter-item:nth-child(5) .parks-filter-icon {
  max-width: 92px;
}

.parks-filter-title {
  height: 59px;
  background: #F8F8F8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #3D441D;
}

/*parks*/

/* sıkça sorulan sorular */
.sss-content details{
  margin: 10px;
}
.sss-content details summary{
  background-color: #80bc00;
  color: #f8f8f8;
  padding: 10px;
  font-size: 1.3em;
}
.sss-content details p{
  background-color: #f8f8f8;
  color: #000;
  padding: 10px;
}
.sss-content details:first-of-type summary {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.sss-content details:last-of-type summary {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
/* sıkça sorulan sorular */

/*covid banner*/

section.covid-banner {
  padding-bottom: 70px;
}

/*covid banner*/

/*footer*/

footer .top {
  padding: 40px 0 40px;
  background: #80BC00;
}

footer nav.row {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

footer nav .sub {
  width: 13%;
  color: #fff;
}

footer nav .sub div {
  font-weight: 700;
  margin-bottom: 5px;
}

footer nav .sub a {
  color: #edf9eb;
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

a.menu-btn {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
}

footer .bottom {
  background: #3D441D;
  padding: 24px 0;
}

footer .bottom .container.row {
  justify-content: space-between;
}

footer .bottom .seperator {
  width: 1px;
  background: #fff;
  align-self: stretch;
  margin: 0 30px;
}

footer .bottom .desc {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

footer .bottom .logo-wup, .logo-nrpa {
  margin-right: 15px;
  border-right: 1px solid #707070;
  padding-right: 20px;
}

footer .bottom .copyR {
  padding: 30px 5% 0 5%;
  color: #fff;
  font-size: 13px;
  max-width: calc(1160px + 10%);
  margin: 0 auto;
  width: 100%;
}

/*footer*/

/*inner*/

.hero.inner,
.hero.inner .hero-slide {
  height: 480px;
}

.inner-content {
  padding-bottom: 200px;
}

.inner-content .desc {
  max-width: 998px;
}

.tab-btns-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}

.tab-btn {
  font-size: 26px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  background-color: #80BC00;
  padding: 10px 20px;
  display: block;
  opacity: 0.6;
  transition: all linear 0.1s;
}

.tab-btn.active {
  opacity: 1;
}

.tab-btn:not(:last-child) {
  margin-right: 7px;
}

.bg-box {
  background: #F8F8F8;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .29);
  border-radius: 10px;
  padding: 24px 24px;
}

.bg-box .text {
  font-size: 22px;
  color: #3D441D;
  line-height: 34px;
}

.hero.inner .container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.hero.inner .container.left {
  justify-content: flex-start;
}

.hero.inner {
  overflow: visible;
}

.hero.inner .text {
  width: 40%;
}

.hero.inner .inner-img {
  width: 29.8%;
  transform: translateY(20%);
}

.hero.inner h2 {
  font-size: 76px;
  font-weight: 700;
  color: #fff;
}

/*inner*/

/*support*/

.support-content .desc {
  margin-bottom: 60px;
}

/* .support-content .bg-box {
  min-height: 735px;
} */

/*support*/

/*volunteer*/

.volunteer-content .desc {
  margin-bottom: 60px;
}

/* .volunteer-content .bg-box{
  min-height:735px;
} */

/*volunteer*/

/* fancybox */

/* Start state */

/* Final state */

.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */

.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}

.fancybox-navigation {
  display: none;
}

/*ecosystem*/

.ecobox .btn {
  font-size: 18px;
}

.ecosystemfilter.owl-carousel.owl-theme {
  width: calc(100% - 140px);
  margin: 0 auto 60px;
}

.ecosystem-content #prevbutton {
  position: absolute;
  left: -70px;
  top: -80px;
}

.ecosystem-content .owl-nav {
  height: 0;
}

.ecosystem-content #nextbutton {
  transform: scaleX(-1);
  position: absolute;
  right: -70px;
  top: -80px;
}

button.btn.white-btn.detail-btn {
  margin-top: 20px;
}

.bg-box.eco-box.ecosystem-item {
  width: calc((100% - 120px) / 3);
  /* flex-basis: 29%; */
  margin: 20px;
  top: 0;
  /* background-color: #80BD01; */
  /* flex: 2; */
}

.ecosystem-item .btn.white-btn {
  width: 160px;
}

.bg-box {
  background: #f8f8f8;
  color: #3D441D;
}

.ecosystem-content h3 {
  margin-bottom: 50px;
}

.pin-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* margin-bottom: 60px; */
}

.pin-item:not(:last-child) {
  margin-right: 50px;
}

.pin {
  width: 60px;
  margin-right: 10px;
}

.pin-item span {
  font-size: 21px;
  font-weight: 600;
  color: #3D441D;
}

.ecosystem-content .tab {
  padding: 145px 0;
  display: flex;
  flex-wrap: wrap;
}

.ecosystem-content .eco-box {
  /* padding: 40px 30px 40px 60px; */
}

.ecosystem-content .eco-box:not(:last-child) {
  /* margin-bottom: 145px; */
}

.ecosystem-content .eco-box .text {
  width: 100%;
}

.ecosystem-content .eco-box .title {
  font-size: 28px;
  font-weight: 700;
  /* color: #fff; */
  margin-bottom: 25px;
}

.ecosystem-content .eco-box .content {
  font-size: 18px;
  /* line-height: 2; */
  /* border-right: 1px solid #80BC00;
  padding-right: 50px; */
  margin-bottom: 20px;
  /* color: #fff; */
}

.ecosystem-content .eco-box .eco-img {
  /* padding-left: 30px; */
  width: 100%;
  padding-bottom: 20px;
}

.ecosystem-content .eco-box .seperator {}

/*ecosystem*/

/*covid19*/

.covid-content .text {
  margin-bottom: 100px;
}

.covid-content .text p:not(:last-child) {
  margin-bottom: 40px;
}

.covid-icons-holder {
  justify-content: center;
}

.covid-icon {
  width: 107px;
  height: 107px;
  border-radius: 107px;
  background-color: #80BC00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.covid-icon:not(:last-child) {
  margin-right: 20px;
}

/*covid19*/

.hide{
  display: none;
}

/*events*/

.event-filter-icon span{
  display: inline-block;
}

.events-content h3 {
  margin-bottom: 70px;
}

.event-item.row {
  align-items: flex-start;
}

.event-item:not(:last-child) {
  margin-bottom: 100px;
}

.event-slider-item-date {
  width: 10.14%;
  padding-right: 10px;
}

.event-slider-item-date .month {
  text-align: center;
  padding: 5px 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  background-color: #80BC00;
  border-radius: 10px 10px 0px 0px;
  will-change: border-radius;
  transition: border-radius 0.3s linear;
}

.event-slider-item-date .date {
  text-align: center;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 900;
  color: #3D441D;
  border-radius: 0px 0px 10px 10px;
  background-color: #F8F8F8;
  will-change: border-radius;
  transition: border-radius 0.3s linear;
}

.event-item .event-slider-item {
  width: 89.86%;
  will-change: border-radius;
  transition: border-radius 0.3s linear;
}

.event-item .event-slider-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid transparent;
  will-change: border-color, background-color;
  transition: border-color 0.3s linear, background-color 0.3s linear;
}

.event-item .event-name,
.event-item .event-time-desc {
  margin-bottom: 0;
  will-change: color;
  transition: color 0.3s linear;
}

.event-item .btn.white-btn {
  will-change: color;
  transition: color 0.3s linear, background-color 0.3s linear;
}

/*events*/

/*event-detail*/

section.hero.inner.event-detail-hero .container {
  align-items: flex-end;
}

section.hero.inner.event-detail-hero .inner-img {
  width: 40%;
  transform: translateY(50%);
  border: 10px solid #fff;
}

section.event-detail-content.inner-content {}

section.event-detail-content.inner-content .event-item.row {
  width: 60%;
  pointer-events: none;
}

section.event-detail-content.inner-content .event-item .event-slider-item {
  background: transparent !important;
  box-shadow: none;
  width: calc(100% - 110px);
}

section.event-detail-content.inner-content .event-item .event-slider-item-date {
  width: 110px;
  padding-right: 10px;
}

section.event-detail-content.inner-content .event-item .event-slider-item-info {
  width: 100%;
  border: none !important;
  padding-top: 0;
}

section.event-detail-content.inner-content .event-item .event-name,
section.event-detail-content.inner-content .event-item .event-time-desc {
  color: #3D441D !important;
}

section.event-detail-content.inner-content .desc {
  text-align: left;
  max-width: initial;
}

/*event-detail*/

/*publications*/

.hero.inner.publications-hero .container {
  justify-content: space-between;
}

.hero.inner.publications-hero .container .text,
.hero.inner.publications-hero .container .text .title,
.hero.inner.publications-hero .container .text .desc {
  text-align: left;
}

.hero.inner.publications-hero .container .text .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #3D441D;
}

.hero.inner.publications-hero .container .text .desc {
  font-size: 28px;
  color: #3D441D;
}

.hero.inner.publications-hero .container .inner-img {
  width: 40%;
  height: 120%;
  transform: translateY(20%);
}

section.publications-content.inner-content {
  padding-top: 120px;
}

.publications-content .desc {
  margin-bottom: 90px;
}

.publications-item.bg-box.row {
  align-items: flex-start;
  padding: 0px 0px;
}

.publications-item.bg-box.row:not(:last-child) {
  margin-bottom: 30px;
}

a.download-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 50px;
  z-index: 1;
}

.download-file {
  width: 40px;
  height: 50px;
}

.publications-item.bg-box.row .desc {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #3D441D;
  padding-bottom: 20px;
}

.publications-item-img {
  width: 30%;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}

.publications-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 450px;
}

.fancybox-bg {
  background-color: #000 !important;
  opacity: 0.6 !important;
}

.btn.green-btn {
  color: #fff;
  background: #80BC00;
  font-weight: 600;
  transition: all 3ms;
  width: 180px;
}

.btn.green-btn:hover {
  color: #80BC00;
  background: #fff;
  font-weight: 600;
  transition: all 3ms;
  width: 180px;
  border: 1px solid #80BC00;
}

.publications-item-info {
  width: 70%;
  padding-left: 45px;
  color: #3D441D;
  padding: 20px 0px 20px 45px;
}

.publications-item-info .btn {
  margin: 10px;
}

.publications-item-info a {
  color: #3D441D;
}

.publications-item-info .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.publications-item-info .info {
  margin-bottom: 20px;
}

.publications-item .info-item {
  display: flex;
  flex-direction: row;
}

.publications-item .info-item-name {
  font-size: 18px;
  font-weight: 600;
  width: 152px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 13px;
}

.publications-item .info-item-text {
  font-size: 18px;
}

.contact-item-info {
  width: 70%;
  padding-left: 45px;
  color: #3D441D;
  padding: 20px 0px 20px 45px;
}

.contact-item-info .btn {
  margin: 10px;
}

.contact-item-info a {
  color: #3D441D;
}

.contact-item-info .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-item-info .info {
  margin-bottom: 20px;
}

.contact-item .info-item {
  display: flex;
  flex-direction: row;
}

.contact-item .info-item-name {
  font-size: 18px;
  font-weight: 600;
  min-width: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 13px;
}

.contact-item .info-item-text {
  font-size: 18px;
}

/*publications*/

/*counter-info*/

section.counter-info {
  margin-bottom: 40px;
}

.counter-info h3 {
  margin-bottom: 66px;
}

.counter-info-item {
  width: 356px;
  min-height: 200px;
  will-change: transform, background-color, opacity;
  transition: transform 0.3s ease, background-color 0.3s linear;
  transform: scale(0.9);
  background-color: #F8F8F8;
  padding: 36px 22px;
  border-radius: 10px;
  margin: 10px;
  text-align: center;
  opacity: 0.3;
}

.counter-info-img {
  height: 66px;
  margin-bottom: 28px;
  will-change: filter, opacity;
  transition: filter 0.3s linear, opacity 0.3s linear;
  opacity: 0.3;
}

.counter-info-img img,
.counter-info-img svg {
  width: auto !important;
  margin: 0 auto;
  height: 100%;
}

.counter-info-desc {
  font-size: 20px;
  line-height: 1.5;
  color: #e5e6e2;
  will-change: color;
  transition: color 0.3s linear;
  text-align: center
}

.center .counter-info-item {
  transform: scale(1);
  opacity: 1;
  background-color: #80BC00;
  color: #e5e6e2;
}

.out .counter-info-item {
  transform: scale(1);
  background-color: #80BC00;
  color: #e5e6e2;
  opacity: 1;
}

.center .counter-info-img {
  /* filter:brightness(100); */
  opacity: 1;
}

.center .counter-info-img {
  /* background-color: #FFF; */
  padding: 10px;
}

.center .counter-info-desc {
  color: #fff;
}

.counter-info .owl-theme .owl-nav,
.counter-info .owl-theme .owl-nav.disabled {
  margin-top: 30px;
  display: block;
}

.counter-info .owl-carousel .owl-nav button.owl-prev {
  margin-right: 70px;
}
.counter {
  /* background-color:#f5f5f5; */
  padding: 20px 0;
  /* border-radius: 5px; */
}
.counter .counter-img{
  width: 120px !important;
  margin: 0 auto;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.counter svg{
  width: 120px !important;
  margin: 0 auto;
  color: white;
}

/*counter-info*/

/*mini-info*/

section.mini-info {
  margin-bottom: 40px;
}

.mini-info h3 {
  margin-bottom: 66px;
}

.mini-info-item {
  width: 356px;
  min-height: 356px;
  will-change: transform, background-color;
  transition: transform 0.3s ease, background-color 0.3s linear;
  transform: scale(0.9);
  background-color: #F8F8F8;
  padding: 36px 22px;
  border-radius: 10px;
}

.mini-info-img {
  height: 66px;
  margin-bottom: 28px;
  will-change: filter, opacity;
  transition: filter 0.3s linear, opacity 0.3s linear;
  opacity: 0.3;
}

.mini-info-img img,
.mini-info-img svg {
  width: auto !important;
  margin: 0 auto;
  height: 100%;
}

.mini-info-desc {
  font-size: 20px;
  line-height: 1.5;
  color: #e5e6e2;
  will-change: color;
  transition: color 0.3s linear;
  text-align: center
}

.center .mini-info-item {
  transform: scale(1);
  background-color: #80BC00;
}

.center .mini-info-img {
  /* filter:brightness(100); */
  opacity: 1;
}

.center .mini-info-img {
  /* background-color: #FFF; */
  padding: 10px;
}

.center .mini-info-desc {
  color: #fff;
}

.mini-info .owl-theme .owl-nav,
.mini-info .owl-theme .owl-nav.disabled {
  margin-top: 30px;
  display: block;
}

.mini-info .owl-carousel .owl-nav button.owl-prev {
  margin-right: 70px;
}

/*mini-info*/

/*divisions*/

.divisions-content {
  padding-top: 150px;
  padding-bottom: 150px;
}

h4.title {
  font-size: 38px;
  margin-bottom: 30px;
  color: #3D441D;
}

.division-item:not(:last-child) {
  margin-bottom: 100px;
}

.division-item ul li {
  font-size: 22px;
  color: #3D441D;
  line-height: 1.9;
}

/*divisions*/

/*principles*/

section.principles-content.inner-content {
  padding: 106px 0 80px;
}

.principles-content .desc {
  max-width: 670px;
  margin-bottom: 52px;
}

.principles-item.bg-box {
  padding: 55px 80px;
}

.principles-item.bg-box:not(:last-child) {
  margin-bottom: 60px;
}

.principles-item.bg-box .principle-img {
  width: 32%;
  float: right;
  margin-right: -80px;
  margin-top: -60px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

/*principles*/

/*mission*/

section.mission-content.inner-content {
  padding: 170px 0 100px;
}

.mission-content h3.title {
  margin-bottom: 60px;
}

.mission-content .desc {
  text-align: left;
  line-height: 1.9;
  max-width: 1132px;
}

/*mission*/

/*contact*/

section.contact-content.inner-content {
  padding: 80px 0 135px;
}

section.contact-content.inner-content h3.title {
  margin-bottom: 30px;
}

.contact-item.bg-box {
  margin-bottom: 115px;
}

contact-item.bg-box .publications-item .info-item {
  line-height: 1.8;
}

.form-holder.bg-box {
  padding: 70px 100px 48px;
  max-width: 970px;
  margin: 0 auto 33px;
}

.form-item-holder.row {
  align-items: flex-start;
}

.form-item-holder.row:not(:last-child) {
  margin-bottom: 22px;
}

.form-item-title {
  width: 35%;
  font-size: 18px;
  font-weight: 600;
  color: #3D441D;
}

.form-item-title:hover a {
  font-weight: bolder;
  transition: all 3ms;
}

.form-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  width: 100%;
  min-height: 41px;
}

.form-item input {
  border: none;
  outline: transparent;
  background: transparent;
  width: 100%;
  height: 41px;
  line-height: 41px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.form-item textarea {
  width: 100%;
  border: none;
  background: transparent;
  resize: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding: 20px 30px;
}

#kvkkModal .main-title {
  text-align: center;
  padding: 10px;
  font-weight: 900;
}

#kvkkModal .sub-title {
  text-align: left;
  text-decoration: underline;
  padding: 10px;
}

#kvkkModal .bold-title {
  text-align: left;
  padding: 10px;
  font-weight: 900;
}

#kvkkModal p {
  margin-bottom: 10px;
  text-align: justify;
}

.kvkk-holder {
  max-width: 970px;
  margin: 0 auto;
}

.kvkk-holder .text {
  margin-bottom: 25px;
}

.kvkk-item.row {
  width: calc(100% - 202px);
}

.kvkk-check.row {
  width: 65%;
}

input[type=checkbox] {
  display: none;
}

input:checked+label:after {
  display: block;
  opacity: 1;
}

.kvkk-item label {
  border: 1px solid #707070;
  border-radius: 7px;
  background: #fff;
  width: 36px;
  height: 36px;
  display: block;
  margin-right: 16px;
  cursor: pointer;
}

.kvkk-item label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 12px;
  width: 8px;
  height: 18px;
  border: 4px solid #000;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  opacity: 0;
}

.kvkk-holder a.btn.send-form-btn {
  margin: 0;
}

/*contact*/

/*projects-list*/

section.projects-content.inner-content {
  padding: 56px 0 120px;
}

.projects-content .desc {
  margin-bottom: 80px;
}

.projects-holder,
.news-holder,
.search-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content:space-between; */
  justify-content: flex-start;
}

.project-item,
.news-content .news-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px rgb(0, 0, 0, .3);
  border-radius: 10px;
  width: calc((100% - 60px) / 3);
  overflow: hidden;
  margin-bottom: 30px;
}

.project-item:not(:nth-child(3n)),
.news-content .news-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.news-content .news-item {
  transform: scale(1) !important;
}

.news-content .news-item:after {
  opacity: 0 !important;
}

a.project-item {
  position: relative;
}

.project-item-img,
.news-content .news-item .news-img {
  padding-bottom: 100%;
}

.project-item-img img,
.news-content .news-item .news-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item-info {
  padding: 26px 18px 18px;
}

.project-item-info .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.projects-content .project-item-info .desc {
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
  color: #000;
  margin-bottom: 40px;
}

.item-detail-btn {
  font-size: 20px;
  color: #000;
  position: absolute;
  height: 30px;
  line-height: 30px;
  padding-right: 62px;
  display: inline-block;
  bottom: 14px;
  left: 18px;
}

.item-detail-btn:before,
.item-detail-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}

.item-detail-btn:before {
  width: 42px;
  height: 2px;
  top: 15px;
  background: #80BC00;
}

.item-detail-btn:after {
  width: 18px;
  height: 18px;
  border: 2px solid #80BC00;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  top: 6px;
  right: 2px;
}

/*projects-list*/

/*management*/

.chef {
  /* background-color: #f4f4f4; */
  padding: 10px;
  border-radius: 10px;
}

.chef>a:not(:last-child) .personel {
  margin-bottom: 10px;
}

.chef-column {
  background-color: #efefe6;
  border-radius: 21px;
}

.personel {
  position: relative;
  display: block;
  padding: 15px;
  box-shadow: 1px 0 5px rgb(0 0 0 / 20%);
  background: #80BC00;
  z-index: 100;
  color: #fff;
  border-radius: 15px;
  text-align: center;
}

.personel-title {
  font-size: 14px;
}

.personel-name {
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

section.hero.inner.management-hero .container {
  justify-content: space-between;
  color: #fff;
}

section.hero.inner.management-hero .text,
.management-overlay .text {
  width: 67.7%;
}

section.hero.inner.management-hero .inner-img,
.management-overlay .inner-img {
  /* width: 32.3%;
  transform: translateY(20%); */
  width: 25%;
  transform: translateY(25%);
  min-height: 335px;
  border: 8px solid #fff;
  background: #fff;
}

.management-hero .title,
.management-overlay .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.management-hero .desc,
.management-overlay .desc {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 32px;
  color: #fff;
  text-align: left;
}

.management-hero .info,
.management-overlay .info {
  font-size: 18px;
  margin-bottom: 32px;
}

.management-hero .btn {
  margin: 0;
  background: #fff;
  color: #3D441D;
  font-weight: 400;
}
section.container.management-bigimaage {
  padding: 0 !important;
}
section.management-content.inner-content {
  padding: 180px 0 10px;
}
.management-btn{
  cursor: pointer;
}
.management-btn.up #down{
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

.management-btn.down #up{
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
polygon#up{
  opacity: 0;
}
polygon#down{
  opacity: 0;
}
.management-schema {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  padding: 70px 30px 0;
}

.management-schema:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #707070;
  width: calc((227px * 3) + 90px);
}

.management-schema .column:not(:last-child) {
  margin-right: 30px;
}
.management-imgb {
  width: 100%;
  margin: 0 auto;
}
.management-imgb svg{
  /* width: 200px; */
}
.management-bigimaage{
  transition: all 3ms;

}
.management-bigimaage.hide-image{
  display: none;
  transition: all 3ms;
}
.management-bigimaage.show-image{
  display: block;
  transition: all 3ms;
}
.management-item {
  width: 100%;
  max-width: 238px;
  background: #80BC00;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
  border-radius: 18px;
  padding: 28px 20px;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.management-item:before {
  content: '';
  position: absolute;
  top: -70px;
  width: 3px;
  background: #707070;
  left: 50%;
  transform: translateX(-50%);
  height: 57px;
}

.management-item-sub {
  width: 100%;
  max-width: 218px;
  background: #F8F8F8;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
  border-radius: 18px;
  padding: 28px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #3D441D;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.management-content .desc {
  text-align: left;
}

/*management*/

/*news-detail*/

section.news-detail-content.inner-content .desc {
  text-align: left;
}

.gallery-holder {
  padding: 60px 0 120px;
}

.gallery-holder h3.title {
  margin-bottom: 60px;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery-item {
  width: calc((100% - 90px) / 4);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

.gallery-item:not(:nth-child(4n)) {
  margin-right: 30px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*news-detail*/

/*workshops*/

.workshop-content .desc {
  margin-bottom: 60px;
}

.workshops-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.workshop-item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  box-shadow: 0px 0px 16px rgb(0, 0, 0, .3);
  border-radius: 10px;
  overflow: hidden;
}

.calistay-hover {
  position: absolute;
  /* top: calc(100% - 135px); */
  bottom: 0;
  top: 0;
  color: #3D441D;
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.7);
  /* height: 40px; */
  /* width: 90%; */
  margin: 0 auto;
  /* left: 15px; */
  transition: all 5ms;
  text-align: center;
  align-content: center;
  opacity: 0;
}

a.workshop-item:hover .calistay-hover {
  opacity: 1;
  transition: all 5ms;
}

.calistay-hover .text {
  /* background-color: rgba(255, 255, 255, 1); */
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  top: calc(50% - 40px);
}

a.workshop-item {
  position: relative;
}

.workshop-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.program-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 130px;
}

.program-item {
  width: calc((100% - 90px) / 4);
  padding: 0 15px;
}

.program-item-img {
  height: 60px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 12px;
}

.program-item-img img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.program-item-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #80BC00;
  margin-bottom: 30px;
}

.program-item-desc,
.program-item-desc a {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.gallery-holder:not(:last-child) {
  margin-bottom: 48px;
}

/*workshops*/

/*parks*/

.parks-content .desc {
  max-width: initial;
  margin-bottom: 50px;
}

.inner-content .parks-filter.row {
  margin-bottom: 36px;
}

.inner-content .parks-filter-item {
  /* width: calc((100% - 180px) / 7); */
  width: 140px;
}

.inner-content .parks-filter-item:not(:last-child) {
  margin-right: 30px;
}

.inner-content .parks-filter-icon {
  margin: 0 auto;
  padding-top: 0;
  min-height: 94px;
  filter: grayscale(1);
}

.parks-filter-item.selected .parks-filter-icon {
  filter: none !important;
}

.parks-filter-item.selected .parks-filter-title {
  color: white !important;
  background: #80BD01 !important;
}

.inner-content .parks-filter-item .parks-filter-icon {
  max-width: initial !important;
}

/* .inner-content .parks-filter-item:nth-child(1) .parks-filter-icon {
  max-width: 57px;
}

.inner-content .parks-filter-item:nth-child(2) .parks-filter-icon {
  max-width: 108px;
}

.inner-content .parks-filter-item:nth-child(3) .parks-filter-icon {
  max-width: 63px;
  padding-top: 0;
}

.inner-content .parks-filter-item:nth-child(4) .parks-filter-icon {
  max-width: 67px;
}

.inner-content .parks-filter-item:nth-child(5) .parks-filter-icon {
  max-width: 63px;
}

.inner-content .parks-filter-item:nth-child(6) .parks-filter-icon {
  max-width: 72px;
}

.inner-content .parks-filter-item:nth-child(7) .parks-filter-icon {
  max-width: 66px;
} */

.parks-filter.owl-carousel.owl-theme {
  width: calc(100% - 140px);
  margin: 0 auto 60px;
}

.parks-filter .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#prevbutton {
  position: absolute;
  left: -70px;
  top: 0;
}

#nextbutton {
  transform: scaleX(-1);
  position: absolute;
  right: -70px;
  top: 0;
}

.parks-filter,
.parks-filter+a.btn.all-btn {
  margin-bottom: 60px;
}

.inner-content .parks-filter-title {
  height: 50px;
  background: #D4D4D4;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: #3D441D;
  text-align: center;
  letter-spacing: -0.5px;
  padding: 0 5px;
}

.filter-table-holder .title {
  color: #3D441D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.filter-table-item {
  display: flex;
  flex-direction: row;
  border: 1px solid #707070;
}

.filter-table-item:not(:last-child) {
  border-bottom: none;
}

.filter-table-item div {
  font-size: 16px;
  color: #3D441D;
  padding: 15px 10px;
}

.filter-table-item div:not(:last-child) {
  border-right: 1px solid #707070;
}

.filter-table-item .no {
  width: 60px;
  font-weight: 600;
  text-align: center;
}

.filter-table-item .name {
  width: 30%;
  position: relative;
  /* padding-bottom: 90px;*/
}

.filter-table-item .detailinfo {
  position: absolute;
  /* right: 10px;
   bottom: 10px;
   height: 45px;
   width: 165px;  */
  font-size: 15px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  will-change: opacity;
  transition: opacity 0.3s linear;
  opacity: 0;
}

.filter-table-item .yesilalanhover:hover {
  background-color: #82bb23;
}

.filter-table-item .yesilalanhover:hover a {
  color: #fff !important;
}

.filter-table-item .address {
  width: 40%;
  position: relative;
  /* padding-bottom: 90px; */
}

.filter-table-header .address,
.filter-table-header .name {
  padding-bottom: 0;
}

.filter-table-item .features {
  width: 30%;
}

.filter-table-header {
  background: #3D441D;
  margin-bottom: 30px;
}

.filter-table-header .filter-table-item {
  border: none;
}

.filter-table-header .filter-table-item div {
  color: #fff;
}

.filter-table-header .filter-table-item div:not(:last-child) {
  border: none;
}
input#search-input {
  padding: 20px;
}

.parkactionbutton {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  align-items: center;
  /* width: 330px; */
  /* margin: auto; */
  margin-bottom: 60px;
  margin-left: 10px;
}

.parkactionbutton .alldisplaybutton {
  text-decoration: underline;
}

.park-detail-content .desc {
  text-align: left;
  margin-bottom: 60px;
}

.park-icons-holder.row {
  justify-content: center;
  margin-bottom: 80px;
  padding: 0 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.park-icon {
  width: 158px;
}

.park-icon:not(:last-child) {
  margin-right: 20px;
}

.park-icon-img {
  width: 100px;
  margin: 0 auto 25px;
}

.park-icon-desc {
  font-size: 25px;
  font-weight: 600;
  color: #3D441D;
  text-align: center;
}

/*parks*/

/*project-detail*/

.park-logo {
  max-width: 520px;
  padding: 0 30px;
  margin: 0 auto 100px;
}

.project-btns-holder.row {
  justify-content: space-around;
  margin-bottom: 50px;
}

a.project-info-btn {
  display: block;
  width: 40%;
}

.project-info-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
  min-height: 267px;
}

.project-info-img:nth-child(1) img {
  max-width: 158px;
}

.project-info-img:nth-child(2) img {
  max-width: 258px;
}

.project-info-desc {
  text-align: center;
  color: #3D441D;
  font-size: 30px;
  font-weight: 600;
}

.inner-content.padded {
  padding-top: 120px;
}

.park-detail-content.inner-content .img {
  padding-top: 80px;
}

/*project-detail*/

/*energy*/

.energy-icons-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 30px;
  margin-bottom: 90px;
}

.energy-icon-item {
  max-width: 372px;
  width: 25%;
}

.energy-icon-item:not(:last-child) {
  margin-right: 20px;
}

.energy-icon-item .title {
  padding-left: 108px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #80BC00;
  min-height: 58px;
}

.energy-icon-img {
  width: 92px;
  margin-right: 16px;
}

.energy-icon-desc {
  width: calc(100% - 108px);
  font-size: 16px;
  color: #3D441D;
}

.energy-icon-desc span {
  font-size: 35px;
  font-weight: 700;
}

.energy-content .h3.title {
  margin-bottom: 50px;
}

.energy-content .desc {
  text-align: left;
  max-width: initial;
  margin-bottom: 80px;
}

/*energy*/

.tab-btns-holder.owl-carousel.owl-theme {
  display: block !important;
  width: calc(100% + 40px);
  transform: translateX(-20px);
}

.tab-btns-holder.owl-carousel.owl-theme .owl-stage {
  left: 20px;
}

#fancybox-overlay,
.fancybox-bg {
  background-color: #fff;
  opacity: 0.9;
}

.fancybox-navigation {
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  z-index: 99995;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  position: absolute;
  /* top: 50%;
	transform:translateY(-50%); */
  height: 60px;
  width: 60px;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  /* background: transparent url('blank.gif'); */
  z-index: 1102;
  display: block;
  padding: 0;
  position: absolute;
  visibility: visible;
  opacity: 1;
}

.fancybox-navigation .fancybox-button div {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 40px;
  /* left: -80px; */
  background-image: url('../img/arrow-slider.svg');
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 40px;
  /* right: -100px; */
  background-image: url('../img/arrow-slider.svg');
  transform: scaleX(-1);
}

.fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

button.fancybox-button.fancybox-button--zoom,
button.fancybox-button.fancybox-button--play,
button.fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

button.fancybox-button.fancybox-button--close {
  /* position: absolute;
  top: -45px;
  right: -20px; */
  width: 36px;
  height: 36px;
  background: url(../img/close.svg);
  cursor: pointer;
  z-index: 1103;
  display: block;
}

button.fancybox-button.fancybox-button--close svg {
  display: none;
}

.fancybox-button:hover {
  color: transparent;
}

/*management-overlay*/

section.management-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  z-index: 20;
  padding-top: 0;
  will-change: transform, opacity;
  transform: translateY(120vh);
  opacity: 0;
  transition: opacity 0.1s linear, transform 0.5s ease;
  /* overflow-y: scroll; */
  height: 100%;
  background: rgba(0, 0, 0, .8);
}

.management-content-holder {
  width: 75%;
  height: 90%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 35px;
}

section.management-overlay.active {
  transform: translateY(0);
  opacity: 1;
}

.management-overlay .topbar {
  width: 100%;
  height: 76px;
  background: #80BC00;
  display: flex;
  flex-direction: row;
  padding: 0 30px;
  align-items: center;
  justify-content: flex-end;
}

.management-overlay .management-info {
  margin-bottom: 10px;
}

.management-overlay .management-info .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.management-overlay .management-info .container .text {
  padding-top: 38px;
}

.management-overlay .title,
.management-overlay .desc {
  color: #000;
}

.management-overlay .inner-img {
  transform: translateY(-20px);
}

.management-overlay .management-cv .desc {
  color: #3D441D;
  font-size: 20px;
  width: 100%;
  max-width: initial;
  overflow-y: auto;
}

/*management-overlay*/

section.park-detail-content.inner-content .tab {
  padding-top: 60px;
}

.to-top-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 48px;
  z-index: 5;
  transition: transform 0.3s ease, opacity 0.2s linear;
  will-change: transform, opacity;
  transform: translateY(200%);
  opacity: 0;
}

.to-top-btn.active {
  transform: translateY(0);
  opacity: 1;
}

.to-top-btn svg {
  width: 100%;
}

header a,
footer a,
.btn {
  transition: opacity 0.3s ease;
}

@media (hover:hover) {
  .filter-table-item .name:hover .detailinfo,
  .filter-table-item .address:hover .detailinfo {
    opacity: 1;
  }
  .to-top-btn:hover .a {
    fill: #80BC00;
  }
  .event-item:hover .event-slider-item-date .month,
  .event-item:hover .event-slider-item-date .date,
  .event-item:hover .event-slider-item {
    border-radius: 0;
  }
  .event-item:hover .event-slider-item-info {
    border-radius: 0;
    background-color: #fff;
    border-color: #80BC00;
  }
  .event-item:hover .event-name,
  .event-item:hover .event-time-desc {
    color: #3D441D;
  }
  .event-item:hover .btn.white-btn {
    background-color: #f8f8f8;
    color: #80BC00;
  }
  header a:hover,
  footer a:hover {
    opacity: 0.6;
  }
  .btn:hover {
    opacity: 0.8;
  }
}

@media (max-width:1450px) {
  header .warning {
    font-size: 15px;
  }
}

@media (max-width:1360px) {
  header .center nav a {
    font-size: 18px;
  }
  header .warning {
    font-size: 14px;
  }
}

@media (max-width:1600px) {
  .tab-btn {
    font-size: 22px;
    padding: 8px 16px;
  }
  .ecosystem-content .tab {
    padding: 100px 0;
  }
}

@media (max-width:1380px) {
  .tab-btn {
    font-size: 20px;
    padding: 8px 12px;
  }
  .tab-btn:not(:last-child) {
    margin-right: 5px;
  }
  .ecosystem-content .tab {
    padding: 60px 0;
  }
}

@media (max-width:1270px) {
  header .warning {
    font-size: 13px;
    height: auto;
  }
}

@media (max-width:1200px) {
  header .center nav a {
    font-size: 16px;
  }
  .tab-btn {
    font-size: 20px;
    padding: 7px 11px;
  }
  .ecosystem-content .tab {
    padding: 50px 0;
  }
}

@media (max-width:1180px) {
  header .warning {
    font-size: 12px;
  }
}

@media (max-width:1630px) {
  .news-title {
    font-size: 18px;
    min-height: 90px;
  }
}

@media (max-width:1250px) {
  .news-title {
    font-size: 18px;
    min-height: 84px;
  }
}

@media (max-width:1160px) {
  .news-title {
    font-size: 17px;
    min-height: 81px;
  }
}

.pagecontainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.pagecontainer .mainpage{
  width:calc(100% - 100px); 
  margin:auto;
}

.pageitem {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #F0F2F3;
  color: black;
  display: inline-block;
  text-align: center;
  justify-content: center;
  /* padding-top: 8px; */
  line-height: 40px;
}

.pageitem.selected {
  cursor: auto;
  background: #F8F8F8;
}

.prev-buttona,
.next-buttona {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
}

.prev-buttona img,
.next-buttona img {
  width: 100%;
}

.next-buttona {
  transform: scaleX(-1);
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

section.hero.inner.management-hero {
  z-index: 1;
}

a.management-back-btn {
  position: absolute;
  bottom: -60px;
  display: none;
  flex-direction: row;
}

a.management-back-btn.active {
  display: flex;
}

a.management-back-btn img {
  width: 20px;
  display: block;
  margin-right: 15px;
}

a.management-back-btn span {
  color: #3D441D;
  font-size: 20px;
  font-weight: 700;
}

.action-block {
  width: 40px;
  margin-right: 10px;
}

.search-icon {
  width: 28px;
  margin: 15px;
}

.searchcontainer {
  width: 0;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  background: white;
  position: absolute;
  right: 90px;
  top: 9px;
  align-items: center;
  padding: 10px;
  transition: all ease 0.2s;
  overflow: hidden;
  z-index: 1000;
}

#q {
  width: 100%;
  border: none;
  font-size: 19px;
}

#searchbutton3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0px;
}

.searchcontainer .search-icon {
  margin: 10px;
  cursor: pointer;
}

.search-icon {
  cursor: pointer;
}

/*
.owl-theme .owl-nav {
  pointer-events: none;
}
.owl-theme .owl-nav [class*=owl-] {
  pointer-events: all;
}
*/

.hide {
  display: none !important;
}

.alert {
  padding: 12px;
  font-size: 1em;
  background-color: #ff5722;
  color: white;
  width: 100%;
}

.alert-success {
  padding: 12px;
  font-size: 1em;
  background-color: #80BC00;
  color: white;
  width: 100%;
}

.closebtn {
  margin-left: 15px;
  color: white;
  float: right;
  font-size: 1.5em;
  line-height: 1em;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/* .video-area .video-container::before{
  position:absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  top: 25%;
  position: relative;  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5em 0 2.5em 5em;
  border-color: transparent transparent transparent #000;
  opacity: .75; 
} */

.video-area .desc{
  margin-bottom: 40px;
}

.video-area .video-container {
  width: 100%;
  max-height: 500px;
  cursor: pointer;
}

.video-area .video-container img {
  max-height: 500px;
  object-fit: cover;
}

.play-icon,
.play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-icon {
  width: 125px;
  height: 125px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, .2);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.video-container:hover .play-icon {
  border-color: #3b4419d7;
}

.video-container:hover .play-icon::before {
  border-color: transparent transparent transparent #3b4419d7;
}

.play-icon:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 25px 0 25px 38px;
  border-color: transparent transparent transparent #fff;
  cursor: pointer;
}

.video-modal .modal-body {
  padding: 0;
}

.video-modal .modal-body iframe {
  border: 0 none;
  margin: 0 0 -6px;
}

.video-modal .modal-content {
  border-radius: 0;
}

.video-modal .close {
  background-color: #000000 !important;
  border: 2px solid #ffffff !important;
  border-radius: 13px;
  color: white;
  font-size: 20px;
  height: 26px;
  opacity: 1;
  position: absolute;
  right: -13px;
  text-shadow: none;
  top: -13px;
  width: 26px;
}

.subscriber-form {
  background-color: #5fa600;
}

.subscriber-form .center {
  display: flex;
  width: 100%;
}

.form-newsletter {
  display: flex;
}

.subscriber-form .title {
  font-weight: bolder;
  color: #fff;
  font-size: 19px;
  padding: 10px;
  margin-right: 20px;
}

.subscriber-form .subscriber-col {
  display: flex;
  /* flex: 1;
  width: calc(100% - 50px); */
}

.form-newsletter #email {
  width: 300px;
}

.form-newsletter input {
  font-size: 14px;
  padding: 20px;
  border-radius: 25px 0 0 25px;
  height: 42px;
}

.form-newsletter button {
  width: 100px;
  height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #3b4419;
  border-color: #3b4419;
  border-radius: 0 25px 25px 0;
  border: unset;
}

@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}.bootstrap-wrapper .clearfix::after{display:block;clear:both;content:""}.bootstrap-wrapper .visible{visibility:visible !important}.bootstrap-wrapper .invisible{visibility:hidden !important}.bootstrap-wrapper .hidden-xs-up{display:none !important}@media(max-width:575.98px){.bootstrap-wrapper .hidden-xs-down{display:none !important}}@media(min-width:576px){.bootstrap-wrapper .hidden-sm-up{display:none !important}}@media(max-width:767.98px){.bootstrap-wrapper .hidden-sm-down{display:none !important}}@media(min-width:768px){.bootstrap-wrapper .hidden-md-up{display:none !important}}@media(max-width:991.98px){.bootstrap-wrapper .hidden-md-down{display:none !important}}@media(min-width:992px){.bootstrap-wrapper .hidden-lg-up{display:none !important}}@media(max-width:1199.98px){.bootstrap-wrapper .hidden-lg-down{display:none !important}}@media(min-width:1200px){.bootstrap-wrapper .hidden-xl-up{display:none !important}}.bootstrap-wrapper .hidden-xl-down{display:none !important}.bootstrap-wrapper .visible-print-block{display:none !important}@media print{.bootstrap-wrapper .visible-print-block{display:block !important}}.bootstrap-wrapper .visible-print-inline{display:none !important}@media print{.bootstrap-wrapper .visible-print-inline{display:inline !important}}.bootstrap-wrapper .visible-print-inline-block{display:none !important}@media print{.bootstrap-wrapper .visible-print-inline-block{display:inline-block !important}}@media print{.bootstrap-wrapper .hidden-print{display:none !important}}.bootstrap-wrapper .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.bootstrap-wrapper .container{max-width:540px}}@media(min-width:768px){.bootstrap-wrapper .container{max-width:720px}}@media(min-width:992px){.bootstrap-wrapper .container{max-width:960px}}@media(min-width:1200px){.bootstrap-wrapper .container{max-width:1140px}}.bootstrap-wrapper .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.bootstrap-wrapper .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.bootstrap-wrapper .no-gutters{margin-right:0;margin-left:0}.bootstrap-wrapper .no-gutters>.col,.bootstrap-wrapper .no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.bootstrap-wrapper .col-1,.bootstrap-wrapper .col-2,.bootstrap-wrapper .col-3,.bootstrap-wrapper .col-4,.bootstrap-wrapper .col-5,.bootstrap-wrapper .col-6,.bootstrap-wrapper .col-7,.bootstrap-wrapper .col-8,.bootstrap-wrapper .col-9,.bootstrap-wrapper .col-10,.bootstrap-wrapper .col-11,.bootstrap-wrapper .col-12,.bootstrap-wrapper .col,.bootstrap-wrapper .col-auto,.bootstrap-wrapper .col-sm-1,.bootstrap-wrapper .col-sm-2,.bootstrap-wrapper .col-sm-3,.bootstrap-wrapper .col-sm-4,.bootstrap-wrapper .col-sm-5,.bootstrap-wrapper .col-sm-6,.bootstrap-wrapper .col-sm-7,.bootstrap-wrapper .col-sm-8,.bootstrap-wrapper .col-sm-9,.bootstrap-wrapper .col-sm-10,.bootstrap-wrapper .col-sm-11,.bootstrap-wrapper .col-sm-12,.bootstrap-wrapper .col-sm,.bootstrap-wrapper .col-sm-auto,.bootstrap-wrapper .col-md-1,.bootstrap-wrapper .col-md-2,.bootstrap-wrapper .col-md-3,.bootstrap-wrapper .col-md-4,.bootstrap-wrapper .col-md-5,.bootstrap-wrapper .col-md-6,.bootstrap-wrapper .col-md-7,.bootstrap-wrapper .col-md-8,.bootstrap-wrapper .col-md-9,.bootstrap-wrapper .col-md-10,.bootstrap-wrapper .col-md-11,.bootstrap-wrapper .col-md-12,.bootstrap-wrapper .col-md,.bootstrap-wrapper .col-md-auto,.bootstrap-wrapper .col-lg-1,.bootstrap-wrapper .col-lg-2,.bootstrap-wrapper .col-lg-3,.bootstrap-wrapper .col-lg-4,.bootstrap-wrapper .col-lg-5,.bootstrap-wrapper .col-lg-6,.bootstrap-wrapper .col-lg-7,.bootstrap-wrapper .col-lg-8,.bootstrap-wrapper .col-lg-9,.bootstrap-wrapper .col-lg-10,.bootstrap-wrapper .col-lg-11,.bootstrap-wrapper .col-lg-12,.bootstrap-wrapper .col-lg,.bootstrap-wrapper .col-lg-auto,.bootstrap-wrapper .col-xl-1,.bootstrap-wrapper .col-xl-2,.bootstrap-wrapper .col-xl-3,.bootstrap-wrapper .col-xl-4,.bootstrap-wrapper .col-xl-5,.bootstrap-wrapper .col-xl-6,.bootstrap-wrapper .col-xl-7,.bootstrap-wrapper .col-xl-8,.bootstrap-wrapper .col-xl-9,.bootstrap-wrapper .col-xl-10,.bootstrap-wrapper .col-xl-11,.bootstrap-wrapper .col-xl-12,.bootstrap-wrapper .col-xl,.bootstrap-wrapper .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.bootstrap-wrapper .col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-wrapper .col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap-wrapper .col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-wrapper .col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-wrapper .col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap-wrapper .col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap-wrapper .col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap-wrapper .col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap-wrapper .col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap-wrapper .col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-wrapper .order-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap-wrapper .order-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.bootstrap-wrapper .order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap-wrapper .order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap-wrapper .order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.bootstrap-wrapper .order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.bootstrap-wrapper .order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.bootstrap-wrapper .order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.bootstrap-wrapper .order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.bootstrap-wrapper .order-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.bootstrap-wrapper .order-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.bootstrap-wrapper .order-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.bootstrap-wrapper .order-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.bootstrap-wrapper .order-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.bootstrap-wrapper .order-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.bootstrap-wrapper .offset-1{margin-left:8.3333333333%}.bootstrap-wrapper .offset-2{margin-left:16.6666666667%}.bootstrap-wrapper .offset-3{margin-left:25%}.bootstrap-wrapper .offset-4{margin-left:33.3333333333%}.bootstrap-wrapper .offset-5{margin-left:41.6666666667%}.bootstrap-wrapper .offset-6{margin-left:50%}.bootstrap-wrapper .offset-7{margin-left:58.3333333333%}.bootstrap-wrapper .offset-8{margin-left:66.6666666667%}.bootstrap-wrapper .offset-9{margin-left:75%}.bootstrap-wrapper .offset-10{margin-left:83.3333333333%}.bootstrap-wrapper .offset-11{margin-left:91.6666666667%}@media(min-width:576px){.bootstrap-wrapper .col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-wrapper .col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap-wrapper .col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-wrapper .col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-wrapper .col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap-wrapper .col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap-wrapper .col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap-wrapper .col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap-wrapper .col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap-wrapper .col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-wrapper .order-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap-wrapper .order-sm-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.bootstrap-wrapper .order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap-wrapper .order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap-wrapper .order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.bootstrap-wrapper .order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.bootstrap-wrapper .order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.bootstrap-wrapper .order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.bootstrap-wrapper .order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.bootstrap-wrapper .order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.bootstrap-wrapper .order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.bootstrap-wrapper .order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.bootstrap-wrapper .order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.bootstrap-wrapper .order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.bootstrap-wrapper .order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.bootstrap-wrapper .offset-sm-0{margin-left:0}.bootstrap-wrapper .offset-sm-1{margin-left:8.3333333333%}.bootstrap-wrapper .offset-sm-2{margin-left:16.6666666667%}.bootstrap-wrapper .offset-sm-3{margin-left:25%}.bootstrap-wrapper .offset-sm-4{margin-left:33.3333333333%}.bootstrap-wrapper .offset-sm-5{margin-left:41.6666666667%}.bootstrap-wrapper .offset-sm-6{margin-left:50%}.bootstrap-wrapper .offset-sm-7{margin-left:58.3333333333%}.bootstrap-wrapper .offset-sm-8{margin-left:66.6666666667%}.bootstrap-wrapper .offset-sm-9{margin-left:75%}.bootstrap-wrapper .offset-sm-10{margin-left:83.3333333333%}.bootstrap-wrapper .offset-sm-11{margin-left:91.6666666667%}}@media(min-width:768px){.bootstrap-wrapper .col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-wrapper .col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap-wrapper .col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-wrapper .col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-wrapper .col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap-wrapper .col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap-wrapper .col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap-wrapper .col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap-wrapper .col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap-wrapper .col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-wrapper .order-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap-wrapper .order-md-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.bootstrap-wrapper .order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap-wrapper .order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap-wrapper .order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.bootstrap-wrapper .order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.bootstrap-wrapper .order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.bootstrap-wrapper .order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.bootstrap-wrapper .order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.bootstrap-wrapper .order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.bootstrap-wrapper .order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.bootstrap-wrapper .order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.bootstrap-wrapper .order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.bootstrap-wrapper .order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.bootstrap-wrapper .order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.bootstrap-wrapper .offset-md-0{margin-left:0}.bootstrap-wrapper .offset-md-1{margin-left:8.3333333333%}.bootstrap-wrapper .offset-md-2{margin-left:16.6666666667%}.bootstrap-wrapper .offset-md-3{margin-left:25%}.bootstrap-wrapper .offset-md-4{margin-left:33.3333333333%}.bootstrap-wrapper .offset-md-5{margin-left:41.6666666667%}.bootstrap-wrapper .offset-md-6{margin-left:50%}.bootstrap-wrapper .offset-md-7{margin-left:58.3333333333%}.bootstrap-wrapper .offset-md-8{margin-left:66.6666666667%}.bootstrap-wrapper .offset-md-9{margin-left:75%}.bootstrap-wrapper .offset-md-10{margin-left:83.3333333333%}.bootstrap-wrapper .offset-md-11{margin-left:91.6666666667%}}@media(min-width:992px){.bootstrap-wrapper .col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-wrapper .col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap-wrapper .col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-wrapper .col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-wrapper .col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap-wrapper .col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap-wrapper .col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap-wrapper .col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap-wrapper .col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap-wrapper .col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-wrapper .order-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap-wrapper .order-lg-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.bootstrap-wrapper .order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap-wrapper .order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap-wrapper .order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.bootstrap-wrapper .order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.bootstrap-wrapper .order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.bootstrap-wrapper .order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.bootstrap-wrapper .order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.bootstrap-wrapper .order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.bootstrap-wrapper .order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.bootstrap-wrapper .order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.bootstrap-wrapper .order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.bootstrap-wrapper .order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.bootstrap-wrapper .order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.bootstrap-wrapper .offset-lg-0{margin-left:0}.bootstrap-wrapper .offset-lg-1{margin-left:8.3333333333%}.bootstrap-wrapper .offset-lg-2{margin-left:16.6666666667%}.bootstrap-wrapper .offset-lg-3{margin-left:25%}.bootstrap-wrapper .offset-lg-4{margin-left:33.3333333333%}.bootstrap-wrapper .offset-lg-5{margin-left:41.6666666667%}.bootstrap-wrapper .offset-lg-6{margin-left:50%}.bootstrap-wrapper .offset-lg-7{margin-left:58.3333333333%}.bootstrap-wrapper .offset-lg-8{margin-left:66.6666666667%}.bootstrap-wrapper .offset-lg-9{margin-left:75%}.bootstrap-wrapper .offset-lg-10{margin-left:83.3333333333%}.bootstrap-wrapper .offset-lg-11{margin-left:91.6666666667%}}@media(min-width:1200px){.bootstrap-wrapper .col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-wrapper .col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap-wrapper .col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-wrapper .col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-wrapper .col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap-wrapper .col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap-wrapper .col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap-wrapper .col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap-wrapper .col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap-wrapper .col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-wrapper .order-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap-wrapper .order-xl-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.bootstrap-wrapper .order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap-wrapper .order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap-wrapper .order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.bootstrap-wrapper .order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.bootstrap-wrapper .order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.bootstrap-wrapper .order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.bootstrap-wrapper .order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.bootstrap-wrapper .order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.bootstrap-wrapper .order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.bootstrap-wrapper .order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.bootstrap-wrapper .order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.bootstrap-wrapper .order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.bootstrap-wrapper .order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.bootstrap-wrapper .offset-xl-0{margin-left:0}.bootstrap-wrapper .offset-xl-1{margin-left:8.3333333333%}.bootstrap-wrapper .offset-xl-2{margin-left:16.6666666667%}.bootstrap-wrapper .offset-xl-3{margin-left:25%}.bootstrap-wrapper .offset-xl-4{margin-left:33.3333333333%}.bootstrap-wrapper .offset-xl-5{margin-left:41.6666666667%}.bootstrap-wrapper .offset-xl-6{margin-left:50%}.bootstrap-wrapper .offset-xl-7{margin-left:58.3333333333%}.bootstrap-wrapper .offset-xl-8{margin-left:66.6666666667%}.bootstrap-wrapper .offset-xl-9{margin-left:75%}.bootstrap-wrapper .offset-xl-10{margin-left:83.3333333333%}.bootstrap-wrapper .offset-xl-11{margin-left:91.6666666667%}}.bootstrap-wrapper .img-fluid{max-width:100%;height:auto}

picture>img.lazy {
  width: auto;
  margin: 0 auto;
}
picture>img.lazy.loaded {
  width: 100%;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  margin: 0;
}