h1 { font-size:56px;}
h2 {font-size:52px;}
h3 {font-size:44px;}
h4 {font-size:24px;}
h5 {font-size: 18px;
    font-weight: 900; font-family:'Roboto', sans-serif;}
.pati-green {color:#0B693E;}
.pati-blue{color:#442983;}
.pati-white{color:#fff;}
.pati-muted-blue{color:#aaaece;}
.pati-bg-blue {background-color:#442983;}
.pati-bg-green {background-color:#0F7747;}
.fw-thinnest {font-weight:200;}
.fw-thinner {font-weight:300;}
.fw-thin {font-weight:400;}
.fw-normal {font-weight:500;}
.fw-bold {font-weight:600;}
.fw-bolder {font-weight:700;}
.fw-boldest {font-weight:900;}
.btn-green span {display:inline-block;}
.abbr-container {
    padding: 30px 15px;
    background-color: #eff5f2;
    margin-bottom: 15px;
    border-radius: 5px;
}
.abbr-container abbr[title] {
    font-size: 20px;
    text-decoration: inherit;
    color: #0b693e;
    font-weight: 300;
    font-style: italic;
}
.row.food-donate-row {
    display: flex;
}
.food-donate-box {
    height: 100%;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position:relative;
    transition: background-color 0.5s ease;
    background-color:#fff;
}
.food-donate-box .logo-box {
    background-color:#fff;
    border-radius:4px;
    overflow:hidden;
    margin-bottom:10px;
}

.food-donate-box:hover {
    background-color:#f5f5f5;
}
#page-header .container {
    position:relative;    min-height: 150px;
}
#page-header .container ul.breadcrumb {
    position: absolute;
    bottom:10px;
}
#page-header .container ul.breadcrumb li a {
    color:#9689a9;
}
#page-header .container ul.breadcrumb li.active {
    color:#d4cce0;
}

#page-header .container ul.breadcrumb>li+li:before {
    color: #9689a9;
}
#page-header .container .content {
    position:absolute; bottom:10px; left:0; right:0; margin:auto; text-align:center;
}
#page-header .container .content h5 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}
.btn-form{ background-color: #0b693e;
    color: #fff;
    border: oldlace;
    box-shadow: 0;
    border-radius: 3px;
    padding: 7px 15px;
}.btn-form:hover {
    background-color:#1d794f
}
.arrow-2 {
	height: 10px; width: 10px;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    display: inline-block;    margin-bottom: 2px;margin-left: 10px;
}
.arrow-2:after {
	content: '';
	display: block;
	height: 10px; width: 10px;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	transform: translate(5px, -6px);
}
.counter-row {
    margin-top:50px;
}
.counter-container {
    text-align:center; background-color:#f6f7ff; min-height:380px; margin-bottom:30px; padding:15px; border-radius:5px;box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
}
.counter-container .counter-desc {
    font-size:14px;
    color:#ccc;
}
.counter-container .counter {
    margin:20px 0px;
}
.subpage {
    font-size:16px; color:#594c6b;
}
.subpage h3 {
    font-size:32px;
}
.subpage h2.pagetitle {
    margin-bottom: 5px;
    line-height: 1;
}
.subpage h4 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 35px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    letter-spacing: -0.5px;
}
.subpage h4.subtitle {
    font-weight: 300;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Roboto',sans-serif;
}
.subpage .page-content ul li {
    list-style-type: circle;
    list-style-position: inside;
}
.subpage .leftmenu ul {
    list-style: none;
    padding-top:10px;
    padding-right:70px;
}
.subpage .leftmenu ul li{
    text-align: left;
    margin-bottom: 5px;
    position: relative;
    background-color: #fafafa;
    padding: 5px 10px;
    border-radius: 3px;
}

.subpage .leftmenu ul li a .right {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-left: 0em;
    position: absolute;
    right: 10px;
    top:7px;
  }
  
  .subpage .leftmenu ul li a .right:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    top: 6px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 7px;
  } 
  
  section#feeding {
      padding:50px 0px;
  }
section#feeding ul.supporters {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
}
section#feeding ul.supporters li {
    padding: 10px;
}
section#members {
    padding:70px 0px;
}
section#members h3.member-name {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 34px;
    margin-top: 12px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    letter-spacing: -1px;
}
section#members h5.subtitle {
    font-weight: 300;
    letter-spacing: 2px;
}
section#members .member-row {
    margin-bottom:25px; padding-bottom:25px;padding-top:50px;display:flex; flex-direction:row; justify-content: space-between; flex-wrap:wrap;
}
section#members .member-row .member {
    text-align:center; width:19%; margin-bottom:25px;
}
section#members .member-row img.member-image {
    border-radius: 0px;
    box-shadow: 0px 64px 0px 15px #f2eef7;
    border: 1px solid #eee;
}
section#members .member-row img.linkedin {
    width:60px; opacity:0.8;
}
section#members .member-row:last-child {
    border-bottom:0px;
}
section#members .linkedin-link {
    margin-top:25px;
}
section#members .linkedin-link .fa{
    font-size: 35px;
    color: #ccc;
}

.about-us-image-container ul, .full-page-image-container ul, .visits-image-container ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    justify-content: space-around;
    margin-top: 50px;
  }
  .visits-image-container ul {
      justify-content: space-between;
  }
  .full-page-image-container ul li {
    width: 19%;
    margin-right: 0px;padding: 10px;
  }
 
  .press-image-container ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .press-image-container ul li {
      width:30%;     padding: 20px;
  }
  .visits-image-container ul li {
      width:23%;
  }
  .visits-image-container ul li div {
    height: 250px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 6px rgba(0, 0, 0, 0.4), 0px 16px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us-image-container ul li {
    width: 30%;
}
.press-image-container ul li div {
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 6px rgba(0, 0, 0, 0.4);
    margin-bottom:40px;height: 500px;
}
.full-page-image-container ul li div {
    height: 200px;
    margin-bottom: 20px;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.home-page-image-container ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    justify-content: space-around;
    margin-top: 80px;
}
.home-page-image-container ul li {
    width:14%;
}
.home-page-image-container ul li div {
    height: 200px;
    margin-bottom: 5px;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-page-image-container ul li div .image-hover {
    position:absolute; top:0px; left:0px; width:100%; bottom:0px; height:100%; background-color:#46217861;transition: background-color 1s ease;
}
.home-page-image-container ul li div:hover .image-hover{
    background-color:#46217800;
}
.about-us-image-container ul li div {
    height: 350px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 6px rgba(0, 0, 0, 0.4), 0px 16px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

  section#contact-us {
      padding:50px 0px 70px;
  } 
  section#contact-us .contact-heading-row {
      margin-bottom:50px;
  }
  section#contact-us div#map {
    width:100%;
    height:400px; margin-top:70px; border-radius:5px;
  }
  section#contact-us .contact-form-column {
      padding-left: 45px;
  }
  section#contact-us div.contact-form .form-group{
      margin-bottom:25px;
  }
  section#contact-us div.contact-information {
    padding:25px;
    border-radius: 5px;;
  }
  section#contact-us div.contact-information p {
      color:#d5cfe4; font-weight:300;
  }
  section#contact-us div.contact-information div.social-links ul li {
      display:inline-block; margin-right:5px;
  }
  section#contact-us div.contact-information div.social-links ul li a {
      font-size:36px; color:#d5cfe4;
  }
  section#contact-us div.contact-information div.social-links ul li a:hover  {
    font-size:36px; color:#fafafa;
}
section#page-header {
    min-height:160px;
    margin-top:100px;    background-color: #462178;
}
section#aboutus {
    padding:50px 0px;
}
/** HOMEPAGE*/
.pati-slider-title {
    z-index: 15; font-weight:900; padding:0px 3px; font-family:'Saira Semi Condensed', sans-serif; white-space: nowrap; font-size: 60px; line-height: 60px;color:#fff;text-shadow: 2px 2px 8px #999;
}
.pati-slider-subtitle {
    z-index: 6; font-family:'Saira Semi Condensed',sans-serif; font-weight:200; padding:0px 3px;  white-space: nowrap; line-height: 36px; color:#fff;text-shadow: 0px 0px 4px #999;
}
.pati-slider-content {
    z-index: 13; min-width: 640px; font-family:'Roboto',sans-serif;  font-weight:200;max-width: 440px; white-space: normal; padding-left:10px; border-left: 2px solid #0B693E; font-size: 16px; line-height: 30px; font-weight: 300; color: fff; letter-spacing: 0px; display: inline-block;
}
.pati-slider-button {
    z-index: 12; background-color:#0B693E; font-size:22px; border-radius:4px; padding: 15px 30px; white-space: nowrap;letter-spacing:1px;
}
.pati-slider-button a {
    color:#fff; font-family:'Saira Semi Condensed',sans-serif;font-size:16px; 
}
.pati-slider-button i {
    color: #0B693E;position: absolute;right: -12px;top: -10px;font-size: 36px;transform: rotate(15deg);text-shadow: 1px 1px 1px #789487;
}
.revslider-wrap {
    margin-top:100px;
}
section#feeding-points {
    padding: 180px 0px 140px;
    color: #432a65;
    position: relative;
    font-size:16px;
    text-align: left;    font-weight: 300;
}
section#feeding-points h2 {
    font-size:44px;
}
section#feeding-points p {
    padding:0px;
}
section#feeding-points img {
    border: 10px solid #e6e0f5;
    border-radius: 5px;
}
section#home-donate {
    padding: 140px 0px 140px;
    color: #1B4532;
    position: relative;
    text-align: center;
    background-color: #fff;margin-bottom: -10px;
}
section#home-donate .content {
    background-color: #f0f1ff;
    padding: 50px 20px 30px;
    border-radius: 4px;
    position: relative;
    
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
}
section#home-donate .donate-icon {
    width: 140px;
    height: 70px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    border-top: 1px solid #dacfe8;
    border: 0px;
    background-color: #f0f1ff;
    border-bottom: 0;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section#home-donate img {
   height:100px;
   position:absolute; top:-50px; right:0; left:0; margin:auto;
}
section#home-donate h4.donate-heading{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 900;
    color: #0f7747;
    margin-top: 25px;
}

section#home-donate a{
   padding:10px 20px;
   color:#fff;
   border-radius:3px;
}

section#home-posts {
    padding:100px 10px;text-align:center;
}
section#home-aboutus {
    color:#fff;
    position: relative; 
    font-size: 16px;
    font-weight: 300;
}
section#home-aboutus .curved-upper {
    background-color: #fff;
    position: relative;
    z-index: 150;
}
section#home-aboutus .curved-upper svg {
    margin-bottom:-100px;
}
section#home-aboutus img.home-aboutus-img{
    position:absolute;
    right:1px; bottom:0px;
}
section#home-aboutus .content {
    background-color:#442983;
    padding-top:130px;background-size: cover;
}
section#home-aboutus h5.subtitle {
    color:#6dad8f;
    font-weight:300;
    position:relative;
    padding-left:20px;
}
section#home-aboutus h3 {
    margin-bottom:5px;
}
section#home-aboutus h5.subtitle:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 15px;
    content: "";
    background-color: #0B693E;
    z-index: 5;
}
section#home-aboutus a.btn-home-aboutus {
     background-color:#0B693E;padding:15px 30px; font-family:'Saira Sem Condensed',sans-serif; font-size:18px; letter-spacing:1px; color:#fff; border-radius:3px;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
}
section#home-aboutus a.btn-home-aboutus:hover {
    background-color: #0B693E;
}
section#home-aboutus .content .container {
    padding:5rem 0;
}
section#home-aboutus .content .container p{
    text-align:left;

}
section#home-posts h2 {
    margin-bottom:0px; line-height:48px;
}
section#home-posts .home-posts-container ul, section#aboutus .home-posts-container ul {
    list-style:none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: flex-start;
    justify-content: space-around;
    margin-top:50px;flex-wrap: wrap;
}
section#home-posts .home-posts-container ul li, section#aboutus .home-posts-container ul li {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
border-radius: 12px; padding:10px 10px 30px; width:30%;    background-color: #ffffffb0;
}
section#home-posts .home-posts-container ul div, section#aboutus .home-posts-container ul div {
    height:250px;    width:100%;
    margin-bottom: 30px;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}
section#home-posts .home-posts-container p {
    font-size:14px;
}
section#home-own {
    padding:140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.own-image-container a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.own-image-container a img.video-play-button {
    border:0;
    position:absolute;
}
.own-image-container a .circle {
    border-radius: 50%;
    background-color: #ccc;
    width: 150px;
    height: 150px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
  }
  @keyframes scaleIn {
    from {
      transform: scale(.5, .5);
      opacity: .2;
    }
    to {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  section#supporters {
      padding:50px 0px;
      
  }
  section#supporters h3 {
    font-size: 30px;
    line-height: 32px;
}
.supporters-title-row {
    margin-bottom:30px;
}
section#home-own p{
    color:#fff; font-weight:300; text-align:left; margin-bottom:30px; font-size:16px;
}
section#home-own img.video-image {
    border:1px solid #0F7747; border-radius:5px;
}
.btn-green-container{
    margin-top: 50px;
}
.btn-green {padding:15px 30px; background-color:#0F7747; color:#fff;font-size:18px; border-radius:4px;}
section#home-own .btn-green {
    margin-top:25px;
}
.btn-green:hover {background-color:rgb(32, 131, 85);color:#fff;}

section#home-owners {
    background-color:#fff;
    padding:120px 0px;
    text-align:center;
}
section#home-owners h2 {
    font-weight:900;
    margin-bottom:0px;
} 
.owner-container ul {
    list-style:none;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    align-content:flex-start;
    justify-content:space-around;
    margin-top:50px;
}
.owner-container ul li{
    width:22%;
    text-align:center;
    margin-bottom:50px;
}
.owner-container ul li div{
    height:350px; 
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 6px rgba(0, 0, 0, 0.4), 0px 16px 24px rgba(0, 0, 0, 0.25);
    margin-bottom:30px;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px; 
}

.owner-container ul li h4 {
    margin-bottom:0px;
    line-height:26px;
    font-size:20px; font-weight:900;
}
section#home-owners ul {
    list-style:none;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    align-content:flex-start;
    justify-content:space-around;
    margin-top:50px;
}
section#home-owners ul li{
    width:30%;margin-bottom: 50px;
}
section#home-owners ul li div{
    height:350px; 
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 6px rgba(0, 0, 0, 0.4), 0px 16px 24px rgba(0, 0, 0, 0.25);
    margin-bottom:30px;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px; 
}

section#home-owners ul li h4 {
    margin-bottom:0px;
    line-height:26px;
    font-size:24px; font-weight:900;
}
section#home-supporters {
    background-color:#F5F5F5;
    padding:80px 0px 0px;
}
section#home-supporters h3 {
    font-size: 28px;
    line-height: 32px;
}
ul.supporters {
    list-style:none;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    align-content:flex-start;
}
.subpage h4.subtitle {
    font-weight: 300;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Roboto',sans-serif;
}
ul.supporters li {
    padding:10px;
}
ul.supporters li img{
    height: 150px;
    filter: grayscale(70%);
    opacity: 0.9;
    transition: all 0.5s ease;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3px;
}
ul.supporters li img:hover {
    filter:grayscale(5%);
    opacity:1;
    border:1px solid #666;
}
section#home-supporters .green-left-border {
    padding: 0px 8px;
    border-left: 4px solid #0B693E;
    font-size: 14px;
    color: #36265B;
    font-weight: 300;
}
.lang-links li {
    font-size:14px; font-weight:200; 
}
.brand-row {
    display:flex; flex-wrap: wrap;
}

.member-board .member-item, .brand-board .brand-item{
    padding: 0 15px;
    text-align: center;
    margin-bottom:40px;
}
.member-board .member-item .inner .thumb,.brand-board .brand-item .inner .thumb{
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #f5f0e9;
    padding:5px;
}
.brand-board .brand-item .inner .thumb img {
    overflow: hidden;
    border-radius: 5px;
    width: 60%;
    height: auto;
    transition: transform ease 0.8s;
    transform: scale(1);
}
.member-board .member-item .inner .thumb img {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: auto;
    transition: transform ease 0.8s;
    transform: scale(1);
}
.member-board .member-item .inner .text-wrap, .brand-board .brand-item .inner .text-wrap {
    margin: -20px 10px 0;
    position: relative;
    background-color: #fff;
    padding: 10px 25px 15px;
    border-radius: 5px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.03);
    transition: all ease 0.3s;
}
.member-board .member-item .inner .text-wrap div.position, .brand-board .brand-item .inner .text-wrap div.position  {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c5328;
    margin: 22px 0 5px;
}
.brand-board .brand-item h4 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 20px;
    color: #544c40;
    letter-spacing: -1px;
    font-family: 'Saira Semi Condensed',sans-serif;
}
.member-board .member-item .inner .text-wrap h4.name {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 12px;    color: #544c40;
}
.member-board .member-item:hover .thumb img {
    transform: scale(1.05);
}

.paper-board .paper-item{
    padding: 0 15px;
    text-align: center;
    margin-top:30px;
}
.paper-board .paper-item .inner .thumb {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #f5f0e9;
}
.paper-board .paper-item .inner .thumb img {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: auto;
    transition: transform ease 0.8s;
    transform: scale(1);
}
.paper-board .paper-item .inner .text-wrap {
    margin: 5px 10px 0;
    position: relative;
    background-color: #fff;
    padding: 10px 25px 15px;
    border-radius: 5px;
    transition: all ease 0.3s;
}
.paper-board .paper-item .inner .text-wrap div.position {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c5328;
    margin: 22px 0 5px;
}
.paper-board .paper-item .inner .text-wrap h4.name {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 12px;    color: #544c40;
}
.paper-board .paper-item:hover .thumb img {
    transform: scale(1.05);
}

#description-section {
    background-color: #f5f0e9;
    position:relative;
    height:100%;
    padding: 100px 0;
}
#description-section h1 {
    font-family:'Saira Semi Condensed', sans-serif; font-size:34px; line-height:1.4em;
    color:#544c40;font-weight:900;
}
#description-section p {
    font-size:16px;
}
#description-section .image-row {
    display:flex;margin-top:50px;
}
#description-section .image-row img {
    border-radius:4px;
}
#description-section .image-row .icons-row {
    display:flex;height:100%;
}
#description-section .image-row .icons-row .icon-container {
    background-color:#404a3d; border-radius:4px; width:100%;height:100%;padding:35px;
}
#description-section .image-row .icons-row .icon-container .icon {
    font-size:62px;width:62px;height:62px;line-height:62px;
}
#description-section .image-row .icons-row .icon-container h3.heading {
    font-weight:600;color:#ffffff;font-size:20px;margin-top:14px;margin-bottom:14px;font-family:'Roboto';
}
#description-section .image-row .icons-row .icon-container .desc {
    color:#c5c9c4;font-size:16px;line-height:32px;
}
.home-products-description {
    margin-top:150px; padding-top:40px; border-top:1px solid #f5f0e9;
}
.home-products-description .agrikole-icon {
    position: absolute;left: 0;top: 0;
}
.home-products-description .agrikole-icon .icon {
    font-size:64px;width:64px;height:64px;line-height:64px;margin-top:12px;
}
.home-products-description h3.heading {
    color: #6f675b;padding-left:92px;font-size:28px;line-height:40px; font-family: 'Saira Semi Condensed', sans-serif;
}
.home-products-description .home-products-short-desc {
    font-size: 16px;
    line-height: 30px;
    color: #7d7569;
}
.home-products-description .button-wrap a {
    margin:10px 0 0 0;border-radius:5px;
}
.agrikole-icon-box .agrikole-icon {
    position: relative;
}

.agrikole-icon {
    display: inline-block;
}
.agrikole-icon.accent .icon {
    color: #e2c69e;
}
.agrikole-icon.green .icon {
    color: #88926b;
}
.turfan-button {
    color: #404a3d !important;
}

.turfan-button.accent {
    background-color: #eddd5e;
    color: #fff;
}

.turfan-button.medium {
    padding: 19px 50px;
    border-radius: 5px;
    border: 0px;
}

.turfan-button {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
    display: inline-block;
    transition: all ease 0.3s;
}
.turfan-button {
    transition: background 0.3s ease 0s, color 0.3s ease 0s !important;
}
.turfan-button:hover {
    background-color: #404a3d !important;
    color: #ffffff !important;
}

.agrikole-icon .icon {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    transition: all ease 0.3s;
}
.desc-container {
    height: 100%;position: relative;overflow: hidden;    min-height: 700px;
}
#description-section .desc-container .left-content {
                width: 50%;
                height: 100%;
                padding-top: 100px;
                padding-bottom: 100px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-align: start;
                align-items: flex-start;
                position: absolute;
                top: 0;
                z-index: 1;
                left: 0;
                padding-right: 15%;
                padding-left: 12%;
                margin-left: auto;
}
#description-section .desc-container .right-content {
    width: 50%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    padding-right: 100px;
    padding-left: 100px;
    margin-left: auto;
}
#description-section .desc-container .left-content h2,#description-section .desc-container .right-content h2, .left-bg h2 {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 700;
    color: rgb(0, 93, 59);
    letter-spacing: 0px;
    font-size: 50px;
    line-height: 1.2;
    margin-top: 40px;
}
#description-section .desc-container .left-content img {
    position: absolute;
    bottom: 80px;
    right: 2px;
}
#description-section .desc-container .right-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0px;width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(0);
    transition: transform .7s;
    transition-delay: .3s;    transform-origin: left center;right: 0;
}
#description-section .desc-container .right-bg img {
    position:absolute; left:-200px;top:105px;z-index:100;
}
#description-section .desc-container .left-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0px;width: 50%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    transform: translateX(0);
    transition: transform .7s;
    transition-delay: .3s;    transform-origin: left center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left:100px; 
    padding-right:100px;
    text-align:right;
}
#description-section .desc-container .right-bg::after, #description-section .desc-container .left-bg::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: transparent url(line-texture-bg-overlay.png) 50%/5px auto repeat;
}

.highlight-text {
    background-image: linear-gradient(to bottom, transparent 70%, #ead42a 70%);
    color: #404b5f;
}
span.highlight-green {
    background-image: linear-gradient(to bottom, transparent 70%, #bdd80052 70%);
    color: #404b5f;
    font-weight: 600;
}
.h-button{
    background-color: #188a5c;
    color: #fff;
    padding-right: 10px;
    margin-top: 20px;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font: 600 normal 14px/1.4 Roboto,Helvetica,Arial,sans-serif;
    letter-spacing: .12em;
    border-radius: 10px 0 0 10px;
    position: relative;
    transition: background-position .2s linear,padding .2s linear,background-color .2s;

}
.h-button::after {
    content: "";
    position: absolute;
    left: 100%;
    height: 100%;
    width: 25px;
    top: 0;
    background-image: url('images/button-arrow-line.png'),url('images/button-arrow-end.png');
    background-position: 0,calc(100% - 10px) 50%;
    background-size: 7px 10px,13px 10px;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
    transition: width .2s,background-color .2s;
    background-color: #188a5c;
}
.h-button:hover {
    background-color: #188a5c;
    color:#fff;
}
.h-button:hover:after {
    width: 30px;
}
.hero-line-texture {
    height: 550px;
}
.hero-line-texture {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 75%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    opacity: 0.6;
}
.hero-line-texture.animate:after, .hero-line-texture.animate:before {
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: transform 1s cubic-bezier(.24,.72,.35,1.01);
    transition-delay: .75s;
}

.hero-line-texture:before {
    background-position: 0 0;
    transform: translate(calc(-50% + 600px),calc(-50% - 600px)) rotate(-45deg);
}
.hero-line-texture:after, .hero-line-texture:before {
    content: "";
    position: absolute;
    background-image: url(line-texture-horizontal.png);
    background-repeat: repeat;
    background-size: auto 10px;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 200%;
    transition-delay: 1s;
}
.hero-line-texture.animate:after, .hero-line-texture.animate:before {
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: transform 1s cubic-bezier(.24,.72,.35,1.01);
    transition-delay: .75s;
}

.hero-line-texture:after {
    background-position: 0 5px;
    transform: translate(calc(-50% - 600px),calc(-50% + 600px)) rotate(-45deg);
}
.hero-line-texture:after, .hero-line-texture:before {
    content: "";
    position: absolute;
    background-image: url(line-texture-horizontal.png);
    background-repeat: repeat;
    background-size: auto 10px;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 200%;
    transition-delay: 1s;
}
#home-products-section {
    padding:50px 0px 80px; 
}
#home-products-section .products-header h2, #specifications .products-header h2 {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0px;
    font-size: 56px;
    line-height: 64px;
}
#home-products-section .products-header h2 {
    color: #544c40;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0px;margin-bottom: 75px;
}
#home-products-section .products-header h5 {
    letter-spacing: 3px;
    font-size: 18px;
    color: #bddc04;
    font-weight: 300;
    margin-bottom: 10px;
}
#home-products-section .products-header p, #specifications .products-header p {
    padding: 10px 250px;
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
}
.home-products {
    margin-top:30px;
}
.home-products .item {
    text-align:center;
    border-right: 1px solid rgb(245, 240, 233);
}
.home-products .item .slick-image-container {
    position:relative;
}
.home-products .item .slick-image-container img {
    position:relative; z-index:300;
        padding: 20px;
}
.home-products .item h5 {
    margin-top: 15px;
    color: #2f2c28;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: 'Roboto', sans-serif;
}
.featured-block-two {
    position: relative;
    margin-bottom: 60px;
    background-color: #eeeeee8a;
    padding: 10px;
    border-radius: 4px;
}
.featured-block-two .inner-box {
    position: relative;
    padding-left: 100px;
}
.featured-block-two .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #0e6341;
    background-color: #462178;
    padding: 16px;
}
.featured-block-two .inner-box h3 {
    position: relative;
    line-height: 1.2em;
    margin-bottom: 6px;
    color: #462178;
    letter-spacing: -0.8px;
    font-size: 21px;
}
.featured-block-two .inner-box .text {
    position: relative;
    color: #577566;
    font-size: 14px;
    line-height: 1.6em;
}
.featured-block-three {
    position: relative;
    margin-bottom: 60px;
    background-color: #eeeeee8a;
    padding: 10px;
    border-radius: 4px;
}
.featured-block-three .inner-box {
    position: relative;
    padding-right: 100px;
    text-align: right;
}
.featured-block-three .inner-box .icon-box {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #0e6341;
    background-color: #462178;
    padding: 16px;
}
.featured-block-three .inner-box h3 {
    position: relative;
    line-height: 1.2em;
    margin-bottom: 6px;
    color: #462178;
    letter-spacing: -0.8px;
    font-size: 21px;

}
.featured-block-three .inner-box .text {
    position: relative;
    color: #577566;
    font-size: 14px;
    line-height: 1.6em;
}
#footer .container h4 {
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    margin-top: 15px;
}
#footer .container .footer-adres, #footer .container .footer-tel,#footer .container .footer-email {
    margin: 10px;
    font-size: 16px;
    color: #544c40;
}
#footer .container .footer-link {
    font-size: 18px;
    padding: 0 20px;
    color: #697f77;
    font-weight: 400;
    text-decoration: underline !important;
    text-underline-position: under;
    text-decoration-color: #bfd0bdad !important;
}
.right-content .featured-block {
    position: relative;
    margin-bottom: 14px;
    background-color: #eeeeee8a;
    padding: 10px;
    border-radius: 4px;
}
.right-content .featured-block .inner-box {
    position: relative;
    padding-left: 56px;
}
.right-content .featured-block .inner-box .icon-box {
    position: absolute;
    left: -50px;
    top: -3px;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #0e6341;
    background-color: #462178;
    padding: 16px;
}
.right-content .featured-block .inner-box h3 {
    position: relative;
    line-height: 1.2em;
    margin-bottom: 6px;
    color: #462178;
    letter-spacing: -0.8px;
    font-size: 21px;
}
.right-content .featured-block .inner-box .text {
    position: relative;
    color: #577566;
    font-size: 14px;
    line-height: 1.6em;
}
section#about-us {
    padding: 90px;
}
section#about-us h2 {
    font-size: 40px;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 5px;
    color: #544c40;
    line-height: 48px;
}
section#about-us h3 {
    font-size: 32px;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 20px;
    color: #544c40;
    line-height: 40px;
}
section#about-us h5 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    color: #bddc04;
    margin-bottom:5px;
} 
section#about-us p {
    font-size: 16px;
    color: #544c40;    line-height: 30px;
}
section#about-us .brands {
    text-align:center;
}
section#about-us .brands h3{
    color:#544c40;
    text-align:center;
    font-size: 36px;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 5px;
}
section#about-us .gf-logo-container {
    border-radius:4px;background-color:#f5f0e9; padding:15px; height:100%;
}
section#about-us .gf-logo-container p{
    font-size:16px;
}
section#product-list {
    padding:70px 0px;
}
section#product-list .single-product {
    font-size: 16px;
    margin-bottom:60px;
}
section#product-list .single-product h2 {
    text-align: left;
    font-size: 44px;
    margin-bottom: 5px;
    line-height: 52px;
}
section#product-list .single-product h5{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    color: #bddc04;
    margin-bottom: 5px;
}
section#product-list .single-product .single-product-description {
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 35px;
}
section#product-list .single-product h4 {
    font-size: 24px;
    color: #544c40;
    border-bottom: 1px solid #efe9e0;
}

section#production-process ul{
    list-style: none;
}
section#production-process ul li{
    position:relative;
    margin-bottom:15px;
}
section#production-process ul li span.icon {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 26px;
    font-size: 20px;
    color: #f5efe3;
    background-color: #678a63;
    padding: 3px 8px;
    font-weight: 200;
}
section#production-process ul li p {
    margin-left: 60px;
    font-size: 16px;
    line-height: 24px;
}
section#product-list h2 {
    font-size: 60px;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 25px;
    color: #544c40;
    line-height: 60px;
    text-align:center;
}
section#product-list .productlist-description {
    text-align:center;
}
section#product-list .productlist-description p {
    font-size:16px;
}
section#product-list .products {
    margin-top:100px;
}
section#home-products-section h3 {
    font-weight: 900;
    font-size: 32px;
    font-family: 'Saira Semi Condensed', sans-serif;
    color: #544c40f5;
}
section#product-list .products h3 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    color: #462178;
    text-align: center;
    letter-spacing:3px;
    margin-bottom:25px;
    font-weight:300;
}
section#product-list .products .product {
    padding: 15px;
    margin-bottom: 90px;
}
section#product-list .left-product {
    text-align:center;
}
section#product-list .left-product .product-desc-container{
    width: 85%;
    margin-top:25px;
}
section#product-list .right-product .product-desc-container{
   width:85%;margin-top:25px;
}
section#product-list .left-product .product-desc-container h4, section#product-list .right-product .product-desc-container h4 {
    font-size: 22px;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 5px;
    color: #544c40;
}
section#product-list .right-product .product-desc-container p, section#product-list .left-product .product-desc-container p {
    font-size:16px;line-height:26px;padding: 10px;
    background-color: #d8d1b926;
}
section#product-list .right-product {
    text-align:center;
}
section#production-process h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    font-weight: 300;
    color: #5b7d4b;
    letter-spacing: 3px;
}
section#production-process h2 {
    font-size: 52px;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-top: 0px;
    color: #544c40;
    line-height: 60px;
}
.col-xs-12.gap {
    height:120px; width:100%;
}
section#product-list .products .product img {
}
section#product-list .products .product h4 {
    font-size: 32px;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 5px;
    color: #462178;
    border-bottom: 1px solid #bdd800;
}
section#product-list .products .product h5 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    color: #462178;
    font-weight:300;
    border-bottom: 1px solid #bdd80033;
}
#contact-container {
    font-size:16px;
}
#contact-container .container {
	padding: 40px 0;
}
#contact-container .container h4 {
    font-size: 34px;
    font-family: 'Saira Semi Condensed', sans-serif;
    color: #544c40;
    border-bottom: 1px solid #544c402e;
    margin-bottom: 20px;
}
#logo .logo-bottom-curve {
    max-width: 200px;
    width: 200px;
    height: auto;
    position: absolute;
    bottom: -29px;
}
.end-section-line {
    position: absolute;
    bottom: 0px;
    z-index: 100;
}
.end-section-line img.bottom-end {
    margin-top: 1px;
}
.top-section-line {
    position: absolute;
    top: 0px;
    z-index: 100;
}
.top-section-line img.top-end {
    margin-top: -8px;
}
#specifications {
    background-color: rgb(215, 228, 223);
    position: relative;
    padding: 180px 0px;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#specifications .products-header {
    margin-bottom:50px;
}
#home-products-section {
    padding: 100px 0px 80px;
    background-position-y:20px;
    background-size: contain;
    background-repeat:no-repeat;
}
#footer {
    height: auto;
    background-color:#442983;
    padding:60px 0px 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer .identity-row {
    text-align:center;
    padding: 10px 0px 20px;
}
#footer .address-row {
    padding:5px 0px;
    color:#9a89c3;
    text-align:center;
    font-weight:300;
}
#footer .footer-social-links, #footer .footer-kvkk-links {
    text-align:center;
}
#footer .footer-social-links ul, #footer .footer-kvkk-links ul {
    list-style:none;    margin-bottom: 10px;
}
#footer .footer-kvkk-links ul li {
    display:inline-block; padding:0px 20px;
}
#footer .footer-kvkk-links ul li a {
    font-size:13px;
}
#footer .footer-social-links ul li{
    display:inline-block;
    padding:10px;
}
#footer .footer-social-links ul li a  {
    color:#fff;
    font-size:36px;
    transition:color 300ms ease;
}
#footer .footer-social-links ul li a:hover {
    color:#ddcfff;
}

#footer .identity-row .corporate {
    position:relative;
}
#footer .identity-row .corporate span {
    color:#9a89c3;
    margin-top:-15px;
    padding:20px;
    background-color:#3f2e75; 
    text-align:center; z-index:10;position: relative;
}
#footer .identity-row .corporate:before{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    font-weight: 300;
    background-color: #8167a9;z-index:5;
}
#footer .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px 20px;
    grid-template-areas: ". . . . .";
    margin-top:40px;
    padding:0px 50px;
  }
  #footer .grid-container .footer-links-container h4 {
      font-size:16px; color:#f5f5f5; margin-bottom:10px;
  }
  #footer .grid-container .footer-links-container ul {
      list-style: none;
  }  
  #footer .grid-container .footer-links-container ul li {
    margin-bottom:5px;
  }
  #footer  a {
      font-weight:300;
      color:#ccc;
     
  }
  #footer a:hover {
      color:#fff;
  }
#footer #footer-logo {
    height:120px;
}
.footer-top-line {
    margin-top: -12px;
}
#footer .footer-short-desc {
    line-height:26px;
}
#production-process .row {
    display:flex; flex-wrap:wrap;
}
#production-process .process-desc {
    padding:50px 100px 50px 130px; background-color:rgb(247, 241, 227);
}
#production-process .process-image {
    background-size: cover;
    background-repeat: no-repeat;
}

/**** BEGIN:: HOME2 İÇİN DEĞİŞİKLİKLER ****/
section#ownership-form {
    padding:50px 0px;
    background-color:#fafafa;
}
section#ownership-form .form-row {
    background-color:#fff;
    margin-bottom:30px; border-radius:5px;
    padding:50px;
    box-shadow:0px 0px 15px 15px #f5f5f5;
}
section#ownership-form .form-row .form-group {
    margin-bottom:15px;
}
section#ownership-form .form-row label {
    letter-spacing:0px;
    font-size:14px;
    margin-bottom:2px;
    font-weight:400;
}

section#ownership-form .form-row .form-check-title-label {
    font-weight:600;
    margin-bottom:10px;
    font-size:16px;
}
section#ownership-form .form-row .form-group-radio {
    margin-bottom:35px;
}
section#ownership-form .form-row .form-checkbox input{
    vertical-align: middle; width:15px; height:15px; 
}
section#ownership-form .form-row .form-checkbox label {
    display: block;
    padding-right: 10px;
    padding-left: 38px;
    text-indent: -38px;
  }
section#ownership-form .form-row .form-checkbox label span {
    vertical-align: middle;
    padding-left: 20px;
    font-size:15px; font-weight:400
}
.counter-row {
    padding:30px;
}
#impact .counters-col {
    margin-top: -150px;
}

.impact-row {
    display:flex;
    flex-direction:column;
    align-items: stretch;
    justify-content:space-between;
    flex-flow: wrap;
    padding:20px 0px;
}
.impact-row>.counter-container {
    width:47%; margin-bottom:50px;color: #796890;padding: 30px;
}
.impact-row>.counter-container .counter {
    margin:20px 0 0;color: #462178;
}
.impact-row>.counter-container h3 {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #03693c;
    font-size: 26px;
}

section#impact-page {
    background-image: linear-gradient(to bottom, #462178, #433082, #3e2c78, #3a296f, #352666); color: #cdc9dc;
    padding: 100px 0px;
    font-weight: 300;
}
section#impact-page p {
    font-size: 14px;
    line-height: 20px;
}
section#impact-page h5 {
    color:#fff;
    font-weight:300;
    font-family:'Roboto',sans-serif;
    margin-bottom:5px;
}
section#impact-page h4.subtitle {
    color: #4baf83;
}
section#impact-page .counters-col {
    margin-top: 0px;
}
section#impact-page .counters-col .counter-container .counter {
    color:#48338b;    line-height: 56px;
    margin-bottom: 5px;
}
section#impact-page .counters-col .counter-container h3 {
    font-weight: 300;
    color: #84ab99;
    font-family: 'Roboto',sans-serif;
    letter-spacing: -0.5px;
    margin-top: 0px;
    font-size: 24px;
}
section#impact-page .counters-col .counter-container .counter-desc {
    font-size:14px;
    color:#412f7f;
}

/**** END:: HOME2 DEĞİŞİKLİK SONU ****/
section#home-owners {
    padding-bottom:100px;
}
section#impact {
    /* background-image: linear-gradient(to top, #224131 0%, #0b693e 100%); */
    /*background-image: linear-gradient(-180deg, #caccde 0%, #f1f1f1 51%, #ffffff 100%);*/
    padding:70px 0px 20px; color:#432a65; font-size:16px; font-weight:300;
}
section#impact .counters-col {
    margin-top:0px;
}
section#impact .counters-col .col-lg-6 {
    padding-left:15px !important;
    padding-right:15px !important;
    margin-bottom:30px;
}
section#impact .counter {
    font-size: 56px;
    font-weight: 900;
    color:#462178;
    line-height: 56px;margin-bottom: 5px;
}
section#impact .counter-container {
    margin-bottom:30px;height: 320px; min-height:320px;
}
section#impact .counters-col .counter-container .counter-desc {
    font-size: 14px;
    color: #412f7f;
    line-height: 1.4;
}

section#impact .counters-col .counter-container h3 {
    font-weight: 300;
    color: #84ab99;
    font-family: 'Roboto',sans-serif;
    letter-spacing: -0.5px;
    margin-top: 0px;margin-bottom: 20px;
    font-size: 24px;
}

section#home-supporters .green-left-border {
    padding: 0px 0px;
    border-left: 0px;
    font-size: 16px;
    color: #36265B;
    font-weight: 300;
}
section#home-aboutus .content {
    background-color: #3e2a77;
    padding-top: 130px;
    background-size: cover;
}
.feeding-modal .modal-content video {
    border:3px solid #111;border-radius:3px;margin:auto;width: 450px;
}
#owning-video-modal .modal-content video {
    width: 720px;
}
.impact-page-section {
    background-color:#fff; margin-top:115px; 
}

/* PAYMENT FORM STYLES*/
#payment-form .form-container {
    padding: 15px;
    background-color: #fafafa;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #ddd;
}
#payment-form .payment-button {
    text-align: right;
    font-size: 16px;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: 900;
    background-color: #0b693e; margin-top:20px;
}
#payment-form h4 {
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 25px;
    font-family: 'Saira Semi Condensed',sans-serif;
    font-weight: 900;
    font-size: 30px;
}
span.payment_radio {
    margin: 10px 0;
    display: inline-block;    width: 100%;
}

.payment_radio input[type="radio"]{
    opacity: 0;width: 0;
}

/* style your lables/button */
.payment_radio input[type="radio"] + label{
    cursor: pointer;
    padding: 13px 0px;
    font-size: 16px;
    background: #efefef;
    color: #555;
    font-weight: 300;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0);
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;width: 95%;text-align:center;margin-bottom: 0px;
}

.payment_radio  input[type="radio"]:checked + label{
    background: #462178;
    color: white;
}
.radio-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;    align-items: flex-end;
}
#payment-form .desc-text {
    font-size:14px; color:#888; padding:20px 5px;
}
.custom-payment {position:relative; padding-left: 4px;}
.custom-payment .tl-symbol {position:absolute; right:10px;top:15px;}
.custom-payment #total-custom {
    box-sizing: border-box;
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;width: 100%;
}

@media only screen and (min-width : 310px) and (max-width : 480px) {
    
    .visits-image-container ul {
        margin-top:20px;
    }
    .visits-image-container ul li {
        width: 48%;
    }
    .visits-image-container ul li div {
        height: 160px; margin-bottom:15px;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 6px rgba(0, 0, 0, 0.4);
    }
    section#members .member-row .member {
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
    }
    .press-image-container ul li {
        width: 100%;
    }
    .press-image-container ul {
        margin-top: 10px;
    }
    .counter-container {
        min-height: 280px;
    }
    #page-header .container {
        position: relative;
        min-height: 100px;
    }
    .press-image-container ul li div {
        height: 400px;
    }
    .subpage {
        font-size: 14px;
        color: #444;
    }
    .about-us-image-container ul li {
        width: 100%;
    }
    .subpage .leftmenu ul {
        padding-right: 0px;
    }
    .subpage h4.subtitle {
        font-size: 15px;
    }
    section#page-header {
        background-size: cover;
        background-repeat: none;
        min-height: 100px;
        margin-top: 0px;
    }
    section#members .member-row img {
        margin-bottom: 5px;
    }
    section#members h5.subtitle {
        font-weight: 300;
        letter-spacing: 0px;
    }
    section#ownership-form .form-row {
        background-color: #fff;
        margin-bottom: 10px;
        border-radius: 5px;
        padding: 40px 0px;
        box-shadow: 0px 0px 15px 15px #f5f5f5;
    }
    #ownership-form .col-lg-4 {
        margin-bottom:30px;
    }
    #page-header .container .content h5 {
        color: #fff;
        font-weight: 300;
        font-size: 16px;
    }
    .owner-container ul li div {
        height: 160px;    margin-bottom: 15px; border-radius:5px;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 6px rgba(0, 0, 0, 0.4);
    }
    .owner-container ul li h4 {
        margin-bottom: 0px;
        line-height: 18px;
        font-size: 16px;
        font-weight: 900;
        margin-top: 20px;
    }
    section#contact-us {
        padding: 50px 0px 0px;
    }
    section#contact-us .contact-form-column {
        padding-left: 15px;
    }
    .full-page-image-container ul li div {
        height: 135px;
        
    }
    section#feeding {
    padding: 40px 0px;
    }
    .full-page-image-container ul li {
        width: 48%; padding:10px; margin-right:0px;
    }
    .owner-container ul li {
        width: 46%;
        text-align: center;
        margin-bottom: 50px;
    }
    section#members h3.member-name {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 28px;
    }
    section#home-posts .home-posts-container ul li, section#aboutus .home-posts-container ul li {
        width: 100%; margin-bottom:25px;
    }
    section#home-posts .home-posts-container ul, section#aboutus .home-posts-container ul {
        margin-top: 25px;
    }
    h2 {font-size: 36px;}
    #content p {line-height: 1.6;}
    section#home-posts {
        padding: 60px 10px;
    }
    section#home-posts .home-posts-container ul li {
        width:100%;    margin-bottom: 25px;
    }
    section#home-owners {
        padding: 60px 0px 30px;
    }
    section#home-owners ul {
        padding: 0px 5px;
    }
    section#home-owners ul li{
        width:100%;margin-bottom: 25px;
    }
    section#home-own {
        text-align:center; padding:20px 0px;
    }
    section#home-own .col-lg-6 {
        margin-bottom:50px;
    }
    section#home-own p {
        text-align: center; font-size:14px;
    }
    section#home-owners h2 {
        font-size: 32px;
        line-height:44px;
        margin-bottom: 0px;
    }
    section#feeding-points {
        padding: 50px 0px 50px;
        background-size: cover;
        background-position: center right;
    }
    section#feeding-points h2 {
        font-size:30px;
    }
    section#feeding-points p {
        padding: 15px 0px;
        font-size: 14px;
        color: #412f7f;
    }
    section#feeding-points img {
        margin-top: 35px;
    }
    section#home-own img.video-image {
        margin-top: 50px;
    }
    section#feeding-points .btn-green {
        padding: 15px 14px;
        font-size: 16px;
    }
    .impact-page-section {
        background-color: #fff;
        margin-top: 0px;
    }
    .own-image-container {
        padding:15px;
    }
    section#impact-page {
        padding: 40px 0px;
    }
    section#home-supporters .green-left-border {
        font-size: 14px;
        color: #36265B;
        border-left:0;
        padding:0;
    }
    section#home-supporters {
        padding: 60px 0px 0px;
        text-align: center;
    }
    section#home-supporters ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: flex-start;
        justify-content: space-around; margin-top:30px;
    }
    section#home-supporters ul li {
        width:32%; padding:4px;
    }
    section#home-supporters ul li img {
        height:auto;
    }
    #footer #footer-logo {
        margin-bottom: 30px;
    }
    #footer .identity-row .corporate span {
        color: #dcd7e8;
        margin-top: 0px;
        background-color: #3f2e7500; 
    }
    #footer .identity-row .corporate:before {
        height: 0px;
    }
    ul.tab-nav:not(.tab-nav-lg) {
        margin: 0;
        border-bottom: 0px solid #ccc;
        list-style: none;
    }
    ul.tab-nav:not(.tab-nav-lg) li:first-child {
        margin-left: 5%;
        border-left: 0px solid #DDD;
    }
    ul.tab-nav:not(.tab-nav-lg) li {
        float: left;
        border: 0px solid #DDD;
        height: 65px;
        text-align: center;
        width: 30%;
    }
    .tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
        border: 1px solid #EBEDFF;
        border-bottom: 0;
    }
    ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
        position: relative;
        top: 1px;
        background-color: #EBEDFF;
    }
    ul.tab-nav:not(.tab-nav-lg) li a {
        display: block;
        padding: 0 10px;
        color: #666;
        height: 65px;
        line-height: 40px;
    }
    section#home-donate h4.donate-heading {
        margin-top: 0px;
    }
    section#home-donate ul.tab-nav img {
        height: 46px;
        position: static;
        top: 0px; 
        right: 0; 
        left: 0; 
        margin: auto;
        text-align: center;
    }
    .tab-container {
        position: relative;
        padding: 20px 0 20px;
        background-color: #EBEDFF;
        border-radius: 4px;
    }
    .tab-container .tab-content {
        display: block;
        padding: 15px;
    }
    section#home-donate {
        padding: 40px 0px 40px;
    }
    .revslider-wrap {
        margin-top:0px;
    }
    .pati-slider-content {
        padding-left:0px; border-left:0px;
    }
    .pati-slider-button {
        padding: 10px 20px; 
    }
    section#home-aboutus .content {
        padding-top: 100px;padding-bottom: 50px;
    }
    section#home-aboutus .content .container {
        padding: 0rem 15px;
    }
    section#home-aboutus .curved-upper svg {
        margin-bottom:-25px;
    }
    section#home-supporters .home-page-image-container ul li {
        width:25%;
        padding:2px;
    }
    .home-page-image-container ul li div {
        height: 100px;
        margin-bottom: 0px;
        background-position-y: center;
        background-size: cover;
        background-repeat: no-repeat;
    }



    section#about-us h2.bilgi-header {
        margin-bottom:30px;
        font-size:30px;
    }
    section#home-aboutus .content .container p {
        color: #d1cbe2;
    }

    #page-title .container .content {
        bottom: 0px;
        left: 0px;
        width:100%;
    }
    #page-title h1 {
        text-align: center;
        font-size: 20px;    font-weight: 300;
    }
    #contact-container .container h4 {
        font-size: 28px;
        border-bottom: 1px solid #544c4012;
    }
    .paper-board .paper-item .inner .text-wrap h4.name {
        font-size: 16px;
    }
    .paper-board .paper-item .inner .text-wrap {
        padding: 10px 5px;
    }
    section#product-list .single-product {
        text-align:center;
    }
    section#product-list .single-product h2 {
        text-align: center;
        font-size: 32px;
        margin: 20px 0px 5px;
        line-height: 40px;
    }
    section#product-list .single-product .single-product-description {
        font-size: 14px;
    }
    section#product-list .single-product h4 {
        font-size: 22px;
    }
    #home-products-section .products-header h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 30px;
        margin-top:0px;
    }
    .home-products .item .slick-image-container img {
        position: relative;
        z-index: 300;
        padding: 10px;
    }
    .home-products .item {
        border-right: 0px solid rgb(245, 240, 233);
    }
    section#production-process h4 {
        font-size: 14px;
        letter-spacing: 0px;
        text-align:center;
    }
    section#production-process h2 {
        font-size: 32px;
        line-height: 52px;text-align:center;
    }
    section#production-process ul li p {
        margin-left: 55px;
        font-size: 13px;
        line-height: 18px;
    }
    #production-process .row {
        display:flex; flex-wrap:wrap;
    }
    #production-process .process-desc {
        padding: 30px;
    }
    #production-process .process-image {
        height: 300px;
        width: 100%;
    }
    #description-section .image-row {
        display: block;
        
    }
    section#product-list h2 {
        font-size: 32px;
        line-height: 40px;
    }
    #description-section .image-row .icons-row {
        display: block; 
        height: 100%;
        margin-top:30px;
    }
    #description-section .image-row .icons-row .icon-container {
        padding: 20px;
        margin-bottom: 20px;
    }
    #home-products-section .products-header h5 {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top:30px;
    }
    #description-section .image-row .icons-row .icon-container p{
        
        font-size:14px; line-height:16px;
    }
    #description-section h1 {
        font-size: 22px;
        letter-spacing: -1px;
    }
    #description-section {
        padding: 60px 0;
    }
    #description-section p {
        font-size: 14px;
    }
    section#product-list .products .product h4 {
        margin-bottom: 12px;
        text-align: center;
        margin-top: 15px;
    }
    section#product-list .products .product p {
        text-align: justify;
    }
    .aboutus-ds#description-section .desc-container .left-bg {
        background-position: 100%;
        width: 100%;
        height: auto; 
        position: static; 
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
    .aboutus-ds#description-section .desc-container .right-content {
        width: 100%;
        height: auto;
        padding-top: 35px;
        padding-bottom: 35px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        position: static; 
        padding-right: 10px;
        padding-left: 50px;
    }
    .aboutus-ds #specifications .right-content .featured-block .inner-box .text {
        font-size: 13px;
    }
    .aboutus-ds .right-content .featured-block .inner-box .icon-box {
        top: -3px;
        width: 70px;
        height: 70px;
    }
    .aboutus-ds .right-content .featured-block .inner-box {
        padding-left: 30px;
    }
    section#about-us {
        padding: 50px 15px 20px;
        text-align: left;
    }
    section#product-list .productlist-description p {
        font-size: 14px;
    }
    section#product-list .left-product .product-desc-container {
        position: static; 
        width: 100%;
    }
    section#product-list .right-product .product-desc-container {
        position: static; 
        width: 100%;
    }
    #contact-container {
        font-size: 14px;
    }
    #contact-container .container {
        padding: 40px 20px;
    }
    .col-xs-12.gap {
        height: 30px;
        width: 100%;
    }
    section#product-list .right-product .product-desc-container p, section#product-list .left-product .product-desc-container p {
        font-size: 14px;
        line-height: 24px;
    }
    section#product-list .right-product {
        text-align: left;
        margin-top: 60px;
    }
    section#product-list .right-product .product-desc-container {
        position: static; 
        width: 100%;
    }
    .brands img {
        width:60%;
    }
    .footer-top-line {
        margin-top: -21px;
    }
    #logo img {
		margin-top: 0px;
        height: 90px;
    }
    #primary-menu-trigger {
        top: 4px;
        right: 15px;
        font-size: 28px;
        color: #462178;
    }
    #logo .logo-bottom-curve {
        bottom: -13px;
        left: -25px;
    }
    #description-section .desc-container {
        height: 100%;
        position: relative;
        overflow: hidden;
        min-height: 850px;
    }
    #description-section .desc-container .left-content {
        position: absolute;
        width: 100%;
        height: 450px;
        text-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 0;
        left: 0;
        top: auto;
        padding: 0;
        padding-left: 10%;
        padding-right: 10%;
    }
    #description-section .desc-container .right-bg {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateX(0);
        transition: transform .7s;
        transition-delay: .3s;
        top: 0;
        padding: 0px;
        width: 100%;
        height:400px;
        position: relative;
        transform-origin: left center;
        right: 0;
    }
    #description-section .desc-container .right-bg img {
        position: absolute;
        left: 0px;
        top: 100px;
        z-index: 100;
        right: 0px;
        text-align: center;
    }
    #description-section .desc-container .left-content h2, #description-section .desc-container .right-content h2, .left-bg h2 {
        font-family: 'Saira Semi Condensed', sans-serif;
        font-weight: 700;
        color: rgb(0, 93, 59);
        letter-spacing: 0px;
        font-size: 40px;
        line-height: 1.2;
        margin-top: 0px;
    }
    .end-section-line {
        position: absolute;
        bottom: 0px;
        z-index: 100;
    }
    .end-section-line img.bottom-end {
        margin-top: 13px;
    }
    #description-section .desc-container .left-content .h-button {
        padding-right: 10px;
        margin-top: -10px;
    }
    #home-products-section {
        padding: 20px 0px 80px;
    }
    #home-products-section .products-header h2, #specifications .products-header h2 {
        font-size: 34px;
        margin-top: 15px;
    }
    #home-products-section {
        padding: 20px 0px 80px;
        background-position-y:50px;
        background-size: contain;
        background-repeat:no-repeat;
    }
    #home-products-section .products-header p, #specifications .products-header p {
        padding: 3px 5px;
        font-size:14px;line-height: 20px;
    }
    .home-products {
        margin-top: 30px;
    }
    .home-products .item h5 {
        font-size: 14px;
        letter-spacing: 0px;
    }
    section#home-products-section h3 {
        font-size: 20px;
    }
    .turfan-button {
        font-size: 16px;
    }
    .slick-dots {
        bottom: -45px;
    }
    .home-products-description .agrikole-icon {
        left: 20px;
    }
    .home-products-description h3.heading {
        font-size: 18px;
        letter-spacing: -1px;
        line-height:34px;
    }
    .home-products-description .agrikole-icon .icon {
        margin-top: 5px;
    }
    .home-products-description .col-md-3 .text-right {
        text-align:center !important;
    }
    section.member-board h2 {
        font-size: 32px;
        line-height: 36px;
        text-align:center;
    }
    section#about-us h2 {
        font-size: 32px;
        line-height: 36px;
    }
    section#about-us h3 {
        font-size: 26px;
        line-height: 36px;
    }
    section#about-us p {
        font-size: 14px;
        color: #544c40;
        line-height: 26px;
    }
    #about-us .topmargin-lg {
        margin-top:10px !important;
    }
    #about-us .gf-logo-container {
        margin-bottom:25px;
    }
    #about-us .gf-logo-container img {
        width:65%;
    }
    #about-us .col-md-4 {
        margin-bottom:20px;
    }
    .bottommargin-lg {
        margin-bottom: 20px !important;
    }
    section#about-us .gf-logo-container p {
        font-size: 14px;
    }
    #footer {
        height: auto;
        text-align:center;
        padding: 60px 0px;
    }
    #footer .container .footer-link {
        font-size: 18px;
        padding: 0 10px;
        color: #697f77;
        font-weight: 400;
        text-decoration: underline !important;
    }
    #footer .text-left, #footer .text-right {
        text-align:center !important;
    }
    .home-products-description .button-wrap a {
        margin: 25px 0 0 0;
        border-radius: 5px;
    }
    .home-products-description .home-products-short-desc {
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }
    .top-section-line img.top-end {
        margin-top: -20px;
    }
    #specifications {
        padding: 40px 0px;
    }
    .featured-block-two {
        position: relative;
        margin-bottom: 30px;
        background-color: #eeeeee8a;
        padding: 10px;
        border-radius: 4px;
    }
    .featured-block-two .inner-box .text {
        font-size: 12px;
    }
    .featured-block-two .inner-box .icon-box {
        left: -20px;
        top: 10px;
        width: 65px;
        height: 65px;
    }
    .featured-block-three .inner-box .icon-box {
        right: -20px;
        top: 10px;
        width: 65px;
        height: 65px;
    }
    .featured-block-two .inner-box {
        padding-left: 55px;
    }
    .featured-block-three .inner-box {
        padding-right: 55px;
    }
    .featured-block-three {
        margin-bottom: 30px;
    }
    .featured-block-three .inner-box .text {
          font-size: 12px;
    }
    .featured-block-two .inner-box h3,.featured-block-three .inner-box h3 {
        font-size: 19px;
    }
    #footer .container h4 {
        font-size: 14px;
    }
    #footer .container .footer-adres, #footer .container .footer-tel, #footer .container .footer-email {
        margin: 2px;
        font-size: 14px;
    }
    .menu-lang-ul {
        float: right;
        margin-right: 20px;
    }
    /**HOME2 CSS */
    section#home-owners {
        padding-bottom: 30px;
    }
    
    .counter-container {
        min-height: 280px;
    }
    h3 {
        font-size: 40px;line-height: 44px;
    }
    section#impact .counters-col {
        margin-top: 60px;
    }
    section#impact {
        text-align: center;
    }
    section#impact .counters-col .col-lg-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 35px;
    }

}
@media only screen and (min-width : 480px) and (max-width : 595px) {/*--- Mobile landscape ---*/}
@media only screen and (min-width : 595px) and (max-width : 690px) {/*--- Small tablet portrait ---*/}
@media only screen and (min-width : 690px) and (max-width : 767px) {
    .revslider-wrap {
        margin-top: 0px;
    }
    .container, #header.full-header .container, .container-fullwidth {
        width: 98% !important;
    }
    #logo img {
        display: block;
        max-width: 100%;
        height: 100px;
        margin-top: 0px;
    }
    .pati-slider-content {
        display:none;
    }
    section#impact {
        padding: 20px 0px 20px;
    }
    section#impact .counters-col {
        margin-top: 40px;
    }
    section#home-aboutus .curved-upper svg {
        margin-bottom: -40px;
    }
    section#home-aboutus .content .container {
        padding: 20px 30px 50px;
        font-size:14px;
    }
    section#feeding-points {
        padding: 50px 0px 50px;
        font-size: 14px;
    }
    section#feeding-points img {
        margin-top:40px;
    }
    section#home-posts .home-posts-container ul li, section#aboutus .home-posts-container ul li {
        width: 47%;
        margin-bottom: 40px;
    }
    section#home-own {
        padding: 50px 0px;
    }
    section#home-own img.video-image {
        margin-top:40px;
    }
    section#home-owners ul li {
        width: 45%;
    }
    section#home-owners {
        padding-bottom: 0px;
    }
    ul.supporters li img {
        height: 115px;
    }
    .home-page-image-container ul li {
        width: 24%;
    }
    .home-page-image-container ul li div {
        height: 140px;
    }
    section#page-header {
        min-height: 120px;
        margin-top: 0px;
    }
    #page-header .container {
        min-height: 110px;
    }
    .impact-page-section {
        margin-top: 0px;
    }
    section#impact-page {
        padding: 50px 0px;
    }
    section#members .member-row .member {
        text-align: center;
        width: 26%;
        margin-bottom: 25px;margin-right:45px;
    }
    section#members .member-row {
        justify-content: flex-start;
    }
    section#members {
        padding: 70px 30px;
    }
    #feeding .col-sm-4 {
        width:30%; float:left;
        margin-bottom:30px;
    }
    .about-us-image-container ul li div {
        height: 250px;
    }
    .full-page-image-container ul li {
        width: 23%;
        margin-right: 5px;
    }
    .full-page-image-container ul li div {
        height: 150px;
        margin-bottom: 10px;
    }
    .owner-container ul li div {
        height: 250px;
    }
    .owner-container ul li {
        width: 30%;
    }
    .press-image-container ul li {
        width: 50%;
    }
    .press-image-container ul li div {
        height: 300px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
    #logo img {
        margin-top: 0px;
    }
    .revslider-wrap {
        margin-top: 0px;
    }
    section#impact {
        padding: 0px 0px 20px;
        font-size: 14px;
    }
    section#impact .counters-col {
        margin-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
    section#home-aboutus .curved-upper svg {
        margin-bottom: -45px;
    }
    section#home-aboutus .content .container {
        padding: 0px 30px 60px;
    }
    section#feeding-points {
        padding: 10px 0px 50px;
    }
    section#feeding-points img {
        border: 10px solid #e6e0f5;
        border-radius: 5px;
        margin-top: 40px;
    }
    section#home-posts .home-posts-container ul li, section#aboutus .home-posts-container ul li {
        width: 46%;
        margin-bottom: 50px;
    }
    section#home-own {
        padding: 60px 0px;
    }
    section#home-own img.video-image {
        margin-top: 50px;
    }
    section#home-owners {
        padding: 60px 0px 0px;
    }
    section#home-owners ul li {
        width: 46%;
    }
    section#home-supporters .green-left-border {
        margin-bottom: 30px;
    }
    ul.supporters li img {
        height: 120px;
    }
    .home-page-image-container ul li {
        width: 24%;
    }
    .home-page-image-container ul li div {
        height: 150px;
        margin-bottom: 7px;
    }
    section#page-header {
        margin-top: 0px;
    }
    .about-us-image-container ul li div {
        height: 225px;
    }
    .impact-page-section {
        margin-top:0px; 
    }
    section#impact-page {
        padding: 40px 0px;
    }
    section#members .member-row {
        justify-content: flex-start;
    }
    section#members .member-row .member {
        width: 33%;
        margin-bottom: 50px;
    }
    .full-page-image-container ul li div {
        height: 150px;
        margin-bottom: 8px;
    }
    .owner-container ul li {
        width: 30%;
    }
    .owner-container ul li div {
        height: 220px;
    }
    .press-image-container ul li {
        width: 48%;
    }
    .press-image-container ul li div {
        height: 400px;
    }
    #primary-menu>ul, #primary-menu>div>ul {
        padding-top: 75px;
    }
    
    /*--- Small tablet landscape ---*/
    #description-section .image-row {
        display: block;
    }
    #home-products-section {
        padding: 60px 0px 60px;
    }
    .home-products-description {
        padding: 40px;
    }
    #home-products-section .products-header h2 {
        font-size: 40px;
        line-height: 52px;
    }
    #home-products-section .products-header h5 {
        letter-spacing: 3px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .home-products-description div.text-right {
        text-align:left !important;
    }
    .container {
        padding: 30px 15px;
    }
    #header .container {
        padding: 0px 30px;
    }
    section#about-us {
        padding: 0px;
    }
    section#about-us p {
        font-size: 14px;
        color: #544c40;
        line-height: 24px;
    }
    .gf-logo-container img {
        width:45%;
    }
    section#about-us h2 {
        font-size: 32px;
    }
    section#about-us .gf-logo-container p {
        font-size: 13px;
    line-height: 19px;
    margin-top: 15px;
    }
    section#product-list {
        padding: 20px 0px;
    }
    section#product-list h2 {
        font-size: 40px;
    }
    section#product-list .productlist-description p {
        font-size: 14px;
    }
    section#product-list .left-product .product-desc-container h4, section#product-list .right-product .product-desc-container h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    section#product-list .right-product .product-desc-container p, section#product-list .left-product .product-desc-container p {
        font-size: 14px;
        line-height: 22px;
    }
    #production-process .row {
        display: block;
    }
    section#production-process h2 {
        font-size: 40px;
        text-align: center;
    }
    section#production-process h4 {
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    #production-process .process-desc {
        padding: 50px 60px 50px 60px;
    }
    #production-process .process-image {
        background-size: cover;
        background-repeat: no-repeat;
        height: 600px;
        width: 100%;
    }
    .col-xs-12.gap {
        height: 70px;
        width: 100%;
    }
    
    #footer {
        text-align:center;    padding: 40px 0px;
    }
    #footer .text-left, #footer .text-right {
        text-align: center !important;
    }
    #footer .container .footer-adres, #footer .container .footer-tel, #footer .container .footer-email {
        font-size: 14px;
    }
    #description-section .image-row img {
        border-radius: 4px;
        width: 100%;
        margin-bottom: 30px;
    }
    #description-section p {
        font-size: 14px;
    }
    #logo .logo-bottom-curve {
        bottom: -15px;
    }
    .menu-lang-ul {
        float: right;
        margin-right: 20px;
    }
    #description-section .desc-container .right-bg {
        width: 40%;
    }
    #description-section .desc-container .left-content {
        width: 60%;
        padding-top: 0px;
        padding-right: 8%;
        padding-left: 4%;
    }
    #description-section .desc-container .right-bg img {
        left: -60px;
        top: 105px;
    }
    #description-section .desc-container .left-content img {
        position: absolute;
        bottom: 130px;
        right: -210px;
    }
    .end-section-line img.bottom-end {
        margin-top: 10px;
    }
    #home-products-section .products-header p, #specifications .products-header p {
        padding: 10px 35px;
    }
    .featured-block-two .inner-box .icon-box {
        left: 0px;
        top: -12px;
        width: 100px;
        height: 100px;
    }
    .featured-block-three .inner-box .icon-box {
        right: 0px;
        top: -12px;
        width: 100px;
        height: 100px;
    }
    #specifications .col-md-4 {
        padding-left:50px;
        padding-right:50px;
    }
    #specifications .col-md-4:nth-child(2) {
        text-align:center;
    }
    #specifications .col-md-4:nth-child(2) img {
        width:400px;
    }
    #specifications .col-md-4 img {
        text-align:center;
    }
    .featured-block-two .inner-box   {
        position: relative;
        padding-left: 125px;
    }
    .featured-block-three .inner-box {
        padding-right: 125px;
    }
    .featured-block-three, .featured-block-two {
        margin-bottom: 35px;
    }
    .footer-top-line {
        margin-top: -17px;
    }
    .top-section-line img.top-end {
        margin-top: -17px;
    }

}
@media only screen and (min-width : 1024px) and (max-width : 1280px) {
    .pati-slider-content {
        padding-left:0px; border-left: 0px solid #0B693E; font-size: 16px; line-height: 30px; text-align:center;
    }
    .full-page-image-container ul li div {
        height: 120px;
    }
    .feeding-modal .modal-content video {
        width: 300px;
    }
    #primary-menu ul li>a {
        font-size: 12px;
    }
    #primary-menu ul ul li>a {
        font-size: 12px;
    }
    #top-bar #donate-link a {
        padding: 7px 17px;
        font-size: 14px;
    }
    #top-links li a.langurl {
        font-size: 12px;
    }
    #top-bar .social-links ul li a i {
        font-size: 24px;
    }
    #logo img {
        height: 100px;
    }
    #logo {
        padding: 5px 7px;
        margin-bottom: -38px;
        background-color: #fff;
        border-radius: 5px;
    }
    section#impact {
        font-size: 13px;
        line-height: 1.6;
    }
    section#impact .counter {
        font-size: 40px;
        line-height: 46px;
    }
    section#impact .counter-container {
        margin-bottom: 30px;
        height: 290px;
        min-height: 290px;
    }
    section#impact .counters-col .counter-container h3 {
        font-size: 16px;
    }
    section#impact .counters-col .counter-container .counter-desc {
        font-size: 12px;
        line-height: 1.6;
    }
    section#home-aboutus {
        font-size: 13px;
    }
    .btn-green {
        font-size: 16px;
    }
    section#feeding-points h2 {
        font-size: 32px;
    }
    section#feeding-points {
        font-size: 13px;
    }
    .home-posts-container h5 {
            font-size: 16px;
            font-weight: 600;
    }
    section#home-posts .home-posts-container p {
        font-size: 12px;
        font-weight: 400;
        color: #4f5d56;
    }
    section#home-own p {
        font-size: 14px;
    }
    section#home-supporters .green-left-border {
        font-size: 13px;
    }
    .subpage {
        font-size: 13px;
    }
    .counter {
        font-size: 44px;
        font-weight: 900;
    }
    section#impact-page .counters-col .counter-container h3 {
        font-size: 20px;margin-bottom: 10px;
    }
    section#impact-page .counters-col .counter-container .counter-desc {
        font-size: 12px;
        margin-bottom:5px;
    }
    .subpage h4.subtitle {
        font-size: 14px;
    }
    section#impact-page p {
        font-size: 13px;
    }
    .counter-container {
        min-height: 300px;
    }
    section#members .member-row .member {
        width: 14%;
    }
    section#members h3.member-name {
        font-size: 14px;
    }
    .about-us-image-container ul li div {
        height: 255px;
    }
    .abbr-container abbr[title] {
        font-size: 14px;
    }
    .owner-container ul li div {
        height: 225px;
    }
    .owner-container ul li h4 {
        font-size: 16px;
    }
    .press-image-container ul li div {
        height: 300px;
    }
    .counter-container img {
        height:48px;
    }
    #content p {
        line-height: 1.5;
    }
    section#home-owners ul li div {
        height: 250px;
        border-radius: 10px;
    }
    section#home-owners {
        padding-bottom: 20px;
    }
    .home-page-image-container ul li div {
        height: 130px;
    }
    #page-header .container {
        min-height: 100px;
    }
    section#page-header {
        min-height: 100px;
        margin-top: 100px;
    }
    .subpage .leftmenu ul {
        padding-right: 5px;
    }



    section#home-aboutus .curved-upper svg {
        margin-bottom: -55px;
    }
    section#home-aboutus img.home-aboutus-img {
        right: -280px;
    }
    section#home-owners ul li {
        width: 30%;
        margin-bottom: 60px;
    }

    h3 {
        font-size: 32px;
    }
    h2 {
        font-size: 36px;
    }
    section#impact .counters-col .col-lg-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px;
    }
    ul.supporters li {
        padding: 7px;
    }
    ul.supporters li img {
        height: 145px;
    }
    section#home-supporters h3 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
        letter-spacing: -1px;
    }
    section#home-owners ul li {
        width: 30%;
        margin-bottom: 60px;
    }
    section#supporters h3 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: -1px;
    }
    /*old css*/
    #page-title {
        min-height: 300px;
        margin-top: 100px;
        position: static;
    }
    #description-section h1 {
        font-size: 28px;
    }
    #description-section .image-row {
        margin-top: 50px;
    }
    section#home-products-section h3 {
        font-size: 24px;
    }
    .home-products-description .home-products-short-desc {
        font-size: 14px;
        line-height: 26px;
    }
    #home-products-section .products-header h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #home-products-section .products-header h2 {
        font-size: 44px;
    }
   #specifications .products-header h2 {
        font-weight: 900;
        font-size: 44px;
        line-height: 64px;
    }
    .turfan-button.medium {
        padding: 19px 44px;
    }
    #description-section p {
        font-size: 14px;
    }
    #footer .container .footer-adres, #footer .container .footer-tel, #footer .container .footer-email {
        font-size: 14px;
    }
    section#about-us {
        padding: 90px 0px;
    }
    section#about-us p {
        font-size: 14px;
        color: #544c40;
    }
    section#product-list h2 {
        font-size: 44px;
    }
    section#product-list .productlist-description p {
        font-size: 14px;
    }
    section#product-list .right-product .product-desc-container p, section#product-list .left-product .product-desc-container p {
        font-size: 14px;
    }
    section#product-list .left-product .product-desc-container h4, section#product-list .right-product .product-desc-container h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #production-process .process-desc {
        padding: 50px 40px 50px 40px;
        background-color: rgb(247, 241, 227);
    }
    section#production-process h4 {
        font-size: 16px;
        letter-spacing: 2px;
    }
    section#production-process h2 {
        font-size: 44px;
    }
    section#production-process ul li span.icon {
        border-radius: 32px;
        font-size: 18px;
        padding: 3px 6px;
    }
    section#production-process ul li p {
        margin-left: 50px;
        font-size: 14px;
        line-height: 20px;margin-bottom: 20px;
    }
    #production-process .process-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: top;
    }
    #contact-container {
        font-size: 14px;
    }
    #contact-container .container h4 {
        font-size: 30px;
    }
    section#about-us h2 {
        font-size: 34px;
    }
    section#about-us h3 {
        margin-bottom: 5px;
    }
    section#about-us .gf-logo-container h3 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .gf-logo-container img {
        width:60%;
    }
    section#about-us .gf-logo-container p {
        font-size: 14px;
        margin-top: -10px;
    }
    section#product-list .left-product .product-image-container{
        text-align: right !important;
    }
    section#product-list .right-product .product-image-container{
        text-align: left !important;
    }
    section#product-list .left-product .product-desc-container {
        position: static; 
        width: 100%;
    }
    section#product-list .right-product .product-desc-container {
        position: static; 
        width: 100%;
    }
    .col-xs-12.gap {
        height: 20px;
        width: 100%;
    }
    .footer-top-line {
        margin-top: -17px;
    }
    #description-section .desc-container .left-content {
        width: 60%;
        padding-top: 0px;
        padding-bottom: 100px;
        padding-right: 10%;
        padding-left: 8%;
    }
    #description-section .desc-container .left-content h2, #description-section .desc-container .right-content h2, .left-bg h2 {
        letter-spacing: 0px;
        font-size: 46px;
        line-height: 1.1;
        margin-top: 5px;
    }
    #home-products-section .products-header p, #specifications .products-header p {
        padding: 10px 60px;
        font-size: 16px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 15px;
    }
    .top-section-line {
        top: -4px;
    }
    #specifications {
        padding: 40px 0px;
    } 
    .featured-block-two .inner-box .icon-box {
        left: -25px;
        top: 2px;
        width: 70px;
        height: 70px;
    }
    .featured-block-three .inner-box .icon-box {
        right: -25px;
        top: 2px;
        width: 70px;
        height: 70px;
    }
    .featured-block-two .inner-box {
        padding-left: 55px;
    }
    .featured-block-three .inner-box {
        padding-right: 55px;
    }
    .featured-block-two, .featured-block-three {
        margin-bottom: 30px;
        padding: 10px 5px;
    }
    .featured-block-two .inner-box h3, .featured-block-three .inner-box h3 {
        font-size: 19px;
    }
    .featured-block-two .inner-box .text, .featured-block-three .inner-box .text {
        font-size: 12px;
        line-height: 1.4em;
    }
    #specifications .col-md-4 {
        padding-left:5px;
        padding-right:5px;
    }
    .end-section-line img.bottom-end {
        margin-top: 8px;
    }
    #description-section .desc-container .right-bg {
        width: 40%;
    }
    #description-section .desc-container .right-bg img {
        left: -100px;
        top: 125px;
        width: 370px;
    }
    #description-section .desc-container .left-content img {
        bottom: 80px;
        right: -140px;
    }

    /** HOME2 CSS */
    section#impact .counters-col .col-lg-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px;
    }
    ul.supporters li img {
        height: 115px;
    }

}
@media only screen and (min-width : 1281px) and (max-width : 1599px) {
    /*--- Tablet landsca----*/
    section#impact .counters-col .counter-container h3 {
        font-size: 22px;
    }
    section#impact {
        font-size: 14px;
    }
    #header-wrap {
        padding: 15px 0px 0px;
    }
    #logo {
        margin-bottom: -32px;
    }
    section#home-aboutus {
        font-size: 14px;
    }
    section#feeding-points h2 {
        font-size: 42px;
        letter-spacing: -1px;
    }
    section#feeding-points {
        font-size: 14px;
    }
    section#home-posts .home-posts-container p {
        font-size: 14px;
        line-height: 1.6;
    }
    section#home-own p {
        font-size: 14px;
    }
    section#home-supporters .green-left-border {
        font-size: 14px;
    }
    section#impact-page .counters-col .counter-container h3 {
        font-size: 24px;
    }
    section#members .member-row .member {
        width: 16%;
    }
    section#members h3.member-name {
        font-size: 16px;
    }
    .full-page-image-container ul li div {
        height: 160px;
        margin-bottom: 10px;
    }
    .owner-container ul li div {
        height: 300px;
    }
    .press-image-container ul li div {
        height: 400px;
    }
    .subpage {
        font-size:14px; 
    }
    .subpage h4.subtitle {
        font-weight: 300;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 30px;
        font-family: 'Roboto',sans-serif;
    }
    section#home-aboutus .curved-upper svg {
        margin-bottom:-75px;
    }
    section#home-aboutus img.home-aboutus-img {
        right: -170px;
    }
    h3 {
        font-size: 40px;
    }
    h2 {
        font-size: 46px;
    }
    section#impact .counters-col .col-lg-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px;
    }
    ul.supporters li img {
        height: 145px;
    }
    section#home-supporters h3 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: -1px;
    }
    section#home-owners ul li {
        width: 30%;
        margin-bottom: 60px;
    }
    section#supporters h3 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: -1px;
    }
    #top-bar #donate-link a {
        font-size:16px;
    }
    #top-links li a.langurl {
        font-size:13px;
    }
    #logo img {
        height:100px;
    }
    /*old css*/




    #description-section p {
        font-size: 14px;
    }
    .turfan-button.medium {
        padding: 20px 44px;
    }
    section#home-products-section h3 {
         font-size: 24px;
        line-height: 36px;
    }
    .home-products-description h3.heading {
        font-size: 24px;
        line-height: 36px;
    }
    #home-products-section .products-header h2, #specifications .products-header h2 {
        font-size: 48px;
        line-height: 54px;
    }
    .home-products-description .home-products-short-desc {
        font-size: 16px;
        line-height: 24px;
        color: #7d7569;
    }
    #description-section h1 {
        font-size: 28px;
    }
    section#product-list .left-product .product-image-container{
        text-align: right !important;
    }
    section#product-list .right-product .product-image-container{
        text-align: left !important;
    }
    section#product-list .left-product .product-desc-container {
        position: static; 
        width: 100%;
        padding-right:50px;
    }
    section#product-list .right-product .product-desc-container {
        position: static; 
        width: 100%;
        padding-left:50px;
    }
    .col-xs-12.gap {
        height: 20px;
        width: 100%;
    }
    section#about-us p {
        font-size: 16px;
        color: #544c40;
        line-height: 34px;
    }
    .gf-logo-container img {
        width:65%;
    }
    section#about-us h2 {
        font-size: 32px;
        line-height: 40px;
    }
    section#about-us h3 {
        font-size: 26px;
        line-height: 36px;
    }
    #footer .container .footer-adres, #footer .container .footer-tel, #footer .container .footer-email {
        font-size: 14px;
    }
    #home-products-section .products-header p, #specifications .products-header p {
        font-size: 18px;
        line-height: 32px;
    }
    section#about-us .gf-logo-container p {
        font-size: 14px;
        line-height:26px;
        margin-top: -20px;
    }
    .member-board .member-item .inner .text-wrap h4.name {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 12px;
    }
    section#product-list h2 {
		font-size: 52px;
		line-height: 60px;
    }
    section#product-list .products h3 {
        letter-spacing: 1px;
    }
	section#product-list .productlist-description p {
		font-size: 16px;
		margin-bottom: 15px;
    }
    section#product-list .right-product .product-desc-container p, section#product-list .left-product .product-desc-container p {
        font-size: 14px;
    }
    #contact-container .container h4 {
        font-size: 32px;
    }
    section#production-process ul li p {
        margin-left: 60px;
        font-size: 15px;
        line-height: 24px;margin-bottom: 15px;
    }
    #production-process .process-desc {
        padding: 50px 40px 50px 80px;
        background-color: rgb(247, 241, 227);
    }
    #primary-menu ul li>a {
        font-size: 13px;
    } 
    #description-section #specifications {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-right: 30px;
        padding-left: 60px;
    }
    #description-section .desc-container .right-bg img {
        left: -120px;
        top: 145px;
        width: 450px;
    }
    #description-section .desc-container .left-content img {
        right: -125px;
    }
    .left-content p {
        line-height: 1.6;
    }
    .end-section-line img.bottom-end {
        margin-top: 6px;
    }
    .featured-block-two, .featured-block-three {
        margin-bottom: 40px;
    }
    .featured-block-two .inner-box {
        position: relative;
        padding-left: 75px;
    }
    .featured-block-two .inner-box .icon-box {
        left: -5px;
        width: 70px;
        height: 70px;
    }
    .featured-block-two .inner-box h3, .featured-block-three .inner-box h3 {
        font-size: 20px;
    }
    .featured-block-two .inner-box .text, .featured-block-three .inner-box .text {
        font-size: 12px;
        line-height: 1.6em;
    }
    .featured-block-three .inner-box .icon-box {
        right: -5px;
        width: 70px;
        height: 70px;
    }
    .featured-block-three .inner-box {
        padding-right: 75px;
    }
    .top-section-line img.top-end {
        margin-top: -12px;
    }

    /** HOME2 CSS */ 
    section#impact .counters-col .col-lg-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px;
    }

}
@media only screen and (min-width : 1600px) and (max-width : 1700px) { 
    section#home-aboutus .curved-upper svg {
        margin-bottom: -85px;
    }
}
@media only screen and (min-width : 310px) and (max-width : 767px) { 
    ul.supporters li {
        padding: 10px;
        width: 50%;
    }
    ul.supporters li img {
        height: 145px;
        box-shadow: 0px 0px 0px 0px #fff; 
        border: 1px solid #ddd;
        padding: 3px;
        border-radius: 3px;
    }
    .mobile-donate {
        position: absolute;
        bottom: 25px;
        right: 15px;
    }
    .feeding-modal .modal-content video {
        width: 350px;
    }
    #owning-video-modal .modal-content video {
        width: 370px;
    }
    .mobile-links #donate-link a {
        background-color: #0B693E;
        padding: 10px 20px;
        border-radius: 4px;
        color: #fff;
        font-size: 18px;
    }
    .mobile-links li {
        display: inline-block;
    }
    .mobile-links li a.langurl {
        color: #462178;
        padding: 5px 0px;
        text-transform: uppercase;
        display:inline-block;
    }
}

