/*cmdlmn*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700&subset=latin-ext");
#firstSlide {
    background-image: url(../img/citliyoHerkes.jpeg)
}

@media only screen and (max-width: 767px) {
    #firstSlide {
        background-image: url(../img/citliyoHerkes-mobile.jpeg) !important;
    }
    #tempImg {
        margin-top: 25px !important;
    }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

body {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif; }

.slick-slider *:focus {
  outline: 0; }

.container {
  width: 80%; }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%; } }

.loading {
  position: fixed;
  z-index: 11;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  transition-duration: 1s; }
  .loading.active {
    top: -130%;
    transform: rotate(15deg); }

header {
  line-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: .4s; }
  header .logo {
    height: 50px;
    display: inline-block;
    transition: height .4s; }
    header .logo img {
      height: 100%; }
@media only screen and (max-width: 374px) {
    header .logo {
        height: 30px !important;
    }
}
    @media only screen and (max-width: 767px) {
      header .logo {
        height: 40px; } }
  header div.lang {
    display: inline-block;
    margin-left: 0px;
    font-size:15px;
    font-weight:bold;
    color: #fff;
    opacity: 1; }

        header.active .changeLang {
            color: #000;
        } 
  header .right {
    float: right;
    text-align: right; }
    header .right .search {
      display: inline-block; }
      header .right .search form {
        display: inline-block; }
      header .right .search input {
        background: none;
        border: 0;
        border-bottom: 1px solid #fff;
        color: #fff;
        width: 65px;
        height: 35px; }
        header .right .search input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #fff; }
        header .right .search input::-moz-placeholder {
          /* Firefox 19+ */
          color: #fff; }
        header .right .search input:-ms-input-placeholder {
          /* IE 10+ */
          color: #fff; }
        header .right .search input:-moz-placeholder {
          /* Firefox 18- */
          color: #fff; }
      header .right .search button {
        border: 0;
        background: none; }
    header .right .menu {
      display: inline-block;
      background: none;
      border: 0;
      padding: 0;
      margin-left: 30px;
      transition: opacity .4s; }
      header .right .menu:hover {
        opacity: .6; }
      @media only screen and (max-width: 767px) {
        header .right .menu {
          margin-left: 0; } }
  header .bl {
    display: none; }
  header.active {
    background: #fff;
    line-height: 75px; }
    header.active .logo {
      height: 45px; }
      @media only screen and (max-width: 767px) {
        header.active .logo {
          height: 40px; } }
    header.active .right .search input {
      color: #000;
      border-color: #000; }
      header.active .right .search input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000; }
      header.active .right .search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #000; }
      header.active .right .search input:-ms-input-placeholder {
        /* IE 10+ */
        color: #000; }
      header.active .right .search input:-moz-placeholder {
        /* Firefox 18- */
        color: #000; }
    header.active .right .search button img {
      display: none; }
      header.active .right .search button img.bl {
        display: inline-block; }
    header.active .lang {
      color: #000; }
      header.active .lang img {
        display: none; }
        header.active .lang img.bl {
          display: inline-block; }
    header.active .menu img {
      display: none; }
      header.active .menu img.bl {
        display: inline-block; }

footer {
  background-color: #000;
  color: #fff;
  padding: 90px 0;
  background-position: center;
  background-size: cover; }
  footer a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
    transition: .4s; }
    footer a:hover {
      color: #fff;
      opacity: .6; }
  footer .logo {
    display: inline-block; }
  footer .lang {
    display: inline-block;
    margin-left: 20px; }
    footer .lang img {
      margin-left: 5px; }
  footer .txt {
    margin: 20px 0 40px 0; }
  footer .left a img {
    margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    footer .socialLinks {
      margin-top: 30px; }
      footer .socialLinks i {
        font-size: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer {
      font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 60px 0 30px 0; }
      footer .col-sm-2 {
        margin-top: 30px; } }

.main-menu {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../img/menu/bg.jpg);
  background-position: center;
  background-size: cover;
  background-color: #fff;
  font-size: 24px;
  padding-top: 20px;
  font-family: 'Raleway', sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: .7s; }
  .main-menu .top {
    margin-bottom: 90px; }
  .main-menu .title {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .main-menu .logo img {
      height: 40px; } }
  .main-menu .item {
    text-align: center;
    opacity: 0;
    position: relative;
    top: -30px;
    transition: .7s; }
    .main-menu .item a {
      display: block;
      margin-bottom: 20px;
      color: #000;
      transition: color .4s; }
      .main-menu .item a:hover {
        color: #8DC63F; }
    .main-menu .item img {
      width: 100%;
      margin-bottom: 30px; }
  .main-menu .cls {
    float: right;
    width: 60px;
    position: relative;
    top: -2px;
    left: -6px;
    transition: .4s; }
    .main-menu .cls img {
      width: 100%; }
    .main-menu .cls:hover {
      opacity: .6; }
    @media only screen and (max-width: 767px) {
      .main-menu .cls {
        width: 50px; } }
  @media (max-width: 1500px) {
    .main-menu {
      font-size: 16px; }
      .main-menu .top {
        margin-bottom: 60px; }
      .main-menu .title {
        font-size: 20px;
        margin-bottom: 20px; } }
  .main-menu.active {
    opacity: 1;
    visibility: visible; }
    .main-menu.active .item {
      opacity: 1;
      top: 0; }
      .main-menu.active .item:nth-of-type(1) {
        transition-delay: .2s; }
      .main-menu.active .item:nth-of-type(2) {
        transition-delay: .3s; }
      .main-menu.active .item:nth-of-type(3) {
        transition-delay: .4s; }
      .main-menu.active .item:nth-of-type(4) {
        transition-delay: .5s; }
  @media only screen and (max-width: 767px) {
    .main-menu {
      overflow: auto;
      padding-bottom: 30px; } }

.button {
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 60px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: inline-block;
  color: #000;
  border: 0;
  font-weight: 400;
  transition: .4s; }
  .button.mini {
    padding: 0 30px;
    height: 36px;
    line-height: 36px; }
  .button.yellow {
    background: #F9C623; }
  .button.green {
    background: #8DC63F; }
  .button:hover {
    background: #000;
    color: #fff; }

main.home .main-slider {
  height: 100vh;
  overflow: hidden;
  position: relative; }
  main.home .main-slider .banner {
    background-size: cover;
    background-position: center;
    height: 72%;
    padding-top: 90px;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .7s; }
    main.home .main-slider .banner .container {
      position: relative;
      height: 100%;
      display: flex;
      align-items: center; }
      main.home .main-slider .banner .container .row {
        width: 100%; }
    main.home .main-slider .banner h1 {
      color: #fff;
      font-size: 35px;
      margin: 0 0 20px 0;
      line-height: 35px;
      font-weight: bold;
      font-family: 'Raleway', sans-serif;
      white-space: pre-line;
      opacity: 0;
      position: relative;
      top: -30px;
      transition: .7s; }
      @media (max-width: 1400px) {
        main.home .main-slider .banner h1 {
          font-size: 30px;} }
      @media (min-width: 768px) and (max-width: 991px) {
        main.home .main-slider .banner h1 {
          font-size: 40px; } }
      @media only screen and (max-width: 767px) {
        main.home .main-slider .banner h1 {
          font-size: 22px; } }
    main.home .main-slider .banner .button-wrap {
      position: relative;
      top: -30px;
      opacity: 0;
      transition: .7s; }
    main.home .main-slider .banner .product {
      width: 45%;
      height: 100%;
      right: -30px;
      top: 0;
      position: absolute;
      opacity: 0;
      transform: scale(0.8) rotate(15deg);
      transition: .7s; }
      main.home .main-slider .banner .product img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        main.home .main-slider .banner .product img.main {
          max-width: 100%; }
        main.home .main-slider .banner .product img.first {
          z-index: 1; }
        main.home .main-slider .banner .product img.second {
          z-index: 2; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.home .main-slider .banner .product {
          right: 0px; } }
      @media only screen and (max-width: 767px) {
        main.home .main-slider .banner .product {
          right: 0px; } }
    main.home .main-slider .banner.active {
      opacity: 1;
      visibility: visible; }
      main.home .main-slider .banner.active h1, main.home .main-slider .banner.active .button-wrap {
        opacity: 1;
        top: 0; }
      main.home .main-slider .banner.active .button-wrap {
        transition-delay: .3s; }
      main.home .main-slider .banner.active .product {
        transform: scale(1) rotate(0deg);
        transition-delay: .5s;
        opacity: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.home .main-slider .banner {
        height: 84%; } }
    @media only screen and (max-width: 767px) {
      main.home .main-slider .banner {
        height: calc(100% - 260px); } }
  main.home .main-slider .selection {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 28%; }
    main.home .main-slider .selection .item {
      cursor: pointer;
      width: 25%;
      float: left;
      position: relative;
      height: 110%;
      top: 0;
      text-align: center;
      background-color: #FFF9E4;
      background-position: center;
      background-size: cover;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      color: #000;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      transition: .7s; }
      main.home .main-slider .selection .item .desc {
        margin: 5px 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          main.home .main-slider .selection .item .desc {
            font-size: 12px; } }
      main.home .main-slider .selection .item .logo {
        width: 30%;
        transition: .7s; }
        main.home .main-slider .selection .item .logo img {
          width: 100%; }
        main.home .main-slider .selection .item .logo .alt {
          display: none; }
      main.home .main-slider .selection .item .product {
        width: 35%;
        transition: .7s; }
        main.home .main-slider .selection .item .product img {
          width: 100%; }
        main.home .main-slider .selection .item .product .alt {
          display: none; }
      main.home .main-slider .selection .item:hover {
        z-index: 1;
        top: -5%;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
      main.home .main-slider .selection .item.active {
        top: -10%; }
        main.home .main-slider .selection .item.active .desc {
          color: #fff; }
        main.home .main-slider .selection .item.active .logo {
          width: 50%; }
          main.home .main-slider .selection .item.active .logo img {
            display: none; }
            @media only screen and (max-width: 767px) {
              main.home .main-slider .selection .item.active .logo img {
                display: block; } }
          main.home .main-slider .selection .item.active .logo .alt {
            display: block; }
            @media only screen and (max-width: 767px) {
              main.home .main-slider .selection .item.active .logo .alt {
                display: none; } }
          @media only screen and (max-width: 767px) {
            main.home .main-slider .selection .item.active .logo {
              width: 30%; } }
        main.home .main-slider .selection .item.active .product {
          width: 65%; }
          main.home .main-slider .selection .item.active .product img {
            display: none; }
            @media only screen and (max-width: 767px) {
              main.home .main-slider .selection .item.active .product img {
                display: block; } }
          main.home .main-slider .selection .item.active .product .alt {
            display: block; }
            @media only screen and (max-width: 767px) {
              main.home .main-slider .selection .item.active .product .alt {
                display: none; } }
          @media only screen and (max-width: 767px) {
            main.home .main-slider .selection .item.active .product {
              width: 35%; } }
        main.home .main-slider .selection .item.active:nth-of-type(1) {
           background-image: url(../img/home/bg4.jpg); }
        main.home .main-slider .selection .item.active:nth-of-type(2) {
          background-image: url(../img/home/prod-bg2.jpg); }
        main.home .main-slider .selection .item.active:nth-of-type(3) {
          background-image: url(../img/home/prod-bg3.jpg); }
main.home .main-slider .selection .item.active:nth-of-type(4) {
    background-image: url(../img/home/bg1.jpg);
}
        @media only screen and (max-width: 767px) {
          main.home .main-slider .selection .item.active {
            top: 0; } }
      @media only screen and (max-width: 767px) {
        main.home .main-slider .selection .item {
          width: 50%;
          height: 130px;
          overflow: hidden; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.home .main-slider .selection {
        height: 16%; } }
    @media only screen and (max-width: 767px) {
      main.home .main-slider .selection {
        height: auto; } }
main.home .slick-dots {
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center; }
    main.home .slick-dots li {
        display: inline-block;
        padding: 0;
        background: #fff;
        border-radius: 50px;
        margin: 0 5px;
    }
    main.home .slick-dots li button {
      font-size: 0;
      background: transparent;
      width: 30px;
      height: 30px;
      border: 0;
      padding: 0;
      border-radius: 50%; }
      main.home .slick-dots li button:after {
        content: '';
        width: 8px;
        height: 8px;
        background: rgba(0, 70, 28, 0.2);
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%; }
    main.home .slick-dots li.slick-active button {
      background: rgba(0, 70, 28, 0.2); }
      main.home .slick-dots li.slick-active button:after {
        background: #00461C; }
main.home .new-slider {
  text-align: center;
  margin-top: 80px; }
  main.home .new-slider .bg {
    background-position: center;
    background-size: contain;
    position: relative;
    background-repeat:no-repeat;
    padding-top: 120px;
    padding-bottom: 120px; }
    @media only screen and (max-width: 767px) {
        main.home .new-slider .bg {
            padding-top: 60px;
            background-size: contain  !important;
        }
        main.home .new-slider .mobileItem {
            padding-top: 60px;
            background-size: cover !important;
        } 

    }
  main.home .new-slider .slider .item {
    padding-top: 150px; }
    @media only screen and (max-width: 767px) {
      main.home .new-slider .slider .item {
        padding-top: 90px; } }
  main.home .new-slider .slider .sub {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif; }
  main.home .new-slider .slider .logo {
    margin: 5px 0;
    height: 50px;
    display: inline-block; }
  main.home .new-slider .slider h2 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 15px 0; }
  main.home .new-slider .slider .button {
    margin-top: 30px; }
  main.home .new-slider .slider .prod {
    position: absolute;
    z-index: 1; }
    main.home .new-slider .slider .prod.left {
      left: 0;
      top: -150px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.home .new-slider .slider .prod.left {
          top: -20%;
          width: 40%; } }
      @media only screen and (max-width: 767px) {
        main.home .new-slider .slider .prod.left {
          top: -20%;
          width: 40%; } }
    main.home .new-slider .slider .prod.right {
      right: 0;
      top: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.home .new-slider .slider .prod.right {
          top: -5%;
          width: 30%; } }
      @media only screen and (max-width: 767px) {
        main.home .new-slider .slider .prod.right {
          top: -5%;
          width: 30%; } }
main.home .specs {
  text-align: center;
  margin-bottom: 30px; }
  main.home .specs .col-sm-2 {
    width: 20%; }
    @media only screen and (max-width: 767px) {
      main.home .specs .col-sm-2 {
        width: 100%; } }
  main.home .specs .spec-title {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #392753;
    position: relative; }
    main.home .specs .spec-title img {
      display: block;
      margin-top: 30px; }
    main.home .specs .spec-title:after {
      content: '4';
      color: #FFE48F;
      position: absolute;
      font-size: 240px;
      line-height: 160px;
      z-index: -1;
      font-weight: 400;
      top: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.home .specs .spec-title:after {
          font-size: 180px; } }
      @media only screen and (max-width: 767px) {
        main.home .specs .spec-title:after {
          font-size: 180px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.home .specs .spec-title {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      main.home .specs .spec-title {
        margin-bottom: 30px; } }
  main.home .specs .item {
    font-size: 12px;
    color: #8D92AF; }
    main.home .specs .item .title {
      margin: 20px 0 15px 0;
      font-size: 15px;
      color: #392753;
      white-space: pre-line;
      font-weight: 400; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.home .specs .item .title {
          font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      main.home .specs .item {
        width: 50%;
        float: left;
        margin-bottom: 30px; } }

.bcrumb {
  color: #fff; }
  .bcrumb a {
    color: #fff; }
  .bcrumb img {
    margin: 0 10px; }

.ing-slider {
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .ing-slider .text-right {
      text-align: center; } }
  .ing-slider .item {
    padding: 45px 75px;
    padding-bottom: 0;
    color: #fff;
    border-radius: 15px;
    background-position: center;
    background-size: cover; }
    .ing-slider .item .sub {
      font-weight: bold;
      font-family: 'Raleway', sans-serif;
      margin-top: 5%; }
    .ing-slider .item .title {
      font-size: 24px;
      margin: 5px 0;
      font-family: 'Raleway', sans-serif;
      font-weight: bold; }
    .ing-slider .item .gram {
      margin-bottom: 30px; }
    .ing-slider .item .txt {
      line-height: 1.8; }
    .ing-slider .item .tag {
      font-size: 14px;
      margin-top: 30px; }
    .ing-slider .item .share {
      line-height: 60px;
      font-size: 18px;
      margin-top: 45px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      padding: 0 30px; }
      .ing-slider .item .share .right {
        text-align: right;
        font-size: 14px; }
        .ing-slider .item .share .right img {
          margin-left: 5px;
          display: inline-block; }
        @media only screen and (max-width: 767px) {
          .ing-slider .item .share .right {
            text-align: center; } }
      @media (max-width: 1500px) {
        .ing-slider .item .share {
          font-size: 14px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .ing-slider .item .share {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .ing-slider .item .share {
          line-height: 40px;
          text-align: center; } }
    .ing-slider .item .img {
      width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ing-slider .item {
        padding: 30px;
        padding-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .ing-slider .item {
        padding: 30px;
        padding-bottom: 0; } }
  .ing-slider .slick-arrow {
    width: 50px;
    height: 57px;
    border: 0;
    font-size: 0;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 1; }
    .ing-slider .slick-arrow.slick-prev {
      background-image: url(../img/slider-prev.svg);
background-repeat: repeat-x !important;
      left: -90px; }
      @media only screen and (max-width: 767px) {
        .ing-slider .slick-arrow.slick-prev {
          left: 20px; } }
    .ing-slider .slick-arrow.slick-next {
      background-image: url(../img/slider-next.svg);
background-repeat: repeat-x !important;
      right: -90px; }
      @media only screen and (max-width: 767px) {
        .ing-slider .slick-arrow.slick-next {
          right: 20px; } }
    @media only screen and (max-width: 767px) {
      .ing-slider .slick-arrow {
        top: 120px;
        width: 40px;
        height: 40px; } }
  .ing-slider .slick-dots {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    .ing-slider .slick-dots li {
      display: inline-block;
      padding: 0;
      margin: 0 5px; }
      .ing-slider .slick-dots li button {
        font-size: 0;
        background: transparent;
        width: 30px;
        height: 30px;
        border: 0;
        padding: 0;
        border-radius: 50%; }
        .ing-slider .slick-dots li button:after {
          content: '';
          width: 8px;
          height: 8px;
          background: rgba(0, 70, 28, 0.2);
          display: inline-block;
          vertical-align: middle;
          border-radius: 50%; }
      .ing-slider .slick-dots li.slick-active button {
        background: rgba(0, 70, 28, 0.2); }
        .ing-slider .slick-dots li.slick-active button:after {
          background: #00461C; }
  @media (min-width: 768px) and (max-width: 991px) {
    .ing-slider .slick-track .col-sm-3 {
      min-height: 100px; } }
  @media only screen and (max-width: 767px) {
    .ing-slider .slick-track .col-sm-3 {
      width: 70%;
      margin: 0 auto;
      min-height: 190px; } }
  .ing-slider.pull-up {
    position: relative;
    top: -130px;
    margin-bottom: -130px; }
  .ing-slider.margin {
    margin-top: 90px; }
    @media only screen and (max-width: 767px) {
      .ing-slider.margin {
        margin-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .ing-slider {
      width: 90%; } }

.ing-items .line {
  width: 100%;
  position: relative; }
.ing-items .title {
  font-size: 28px;
  margin-bottom: 60px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif; }
  @media only screen and (max-width: 767px) {
    .ing-items .title {
      font-size: 22px; } }
.ing-items .container {
  position: static; }
.ing-items .slider {
  margin-bottom: 60px;
  background-image: url(../img/bahceden/line.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 180px; }
  .ing-items .slider .item {
    text-align: center;
    transition: padding .4s; }
    .ing-items .slider .item .img {
      position: relative;
      margin-bottom: 30px;
      display: inline-block; }
      .ing-items .slider .item .img img {
        position: relative;
        z-index: 1; }
      .ing-items .slider .item .img .ing-bg {
        position: absolute;
        top: 5px;
        left: -10px;
        z-index: 0;
        transition: .4s; }
      .ing-items .slider .item .img:after {
        content: '';
        width: 61px;
        height: 61px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        left: -10px;
        z-index: 0;
        opacity: 0;
        transition: .4s; }
    .ing-items .slider .item span {
      color: #fff;
      display: block;
      opacity: .5; }
    .ing-items .slider .item.pad {
      padding-top: 45px; }
      @media only screen and (max-width: 767px) {
        .ing-items .slider .item.pad {
          padding-top: 0; } }
    .ing-items .slider .item.slick-current .img .ing-bg {
      opacity: 0; }
    .ing-items .slider .item.slick-current .img:after {
      opacity: 1; }
  @media only screen and (max-width: 767px) {
    .ing-items .slider {
      background: none !important;
      margin-bottom: 0; } }

section.boxes {
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden; }
  section.boxes .top {
    margin-bottom: 30px; }
    section.boxes .top .right {
      text-align: right; }
      section.boxes .top .right a {
        color: #fff;
        text-decoration: underline; }
        section.boxes .top .right a img {
          margin-left: 10px; }
  section.boxes .box {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: #969696;
    display: block;
    transition: .4s; }
    section.boxes .box .img {
      width: 70%;
      margin: 0 auto;
      position: relative;
      margin-bottom: 30px; }
      section.boxes .box .img img {
        width: 100%; }
      section.boxes .box .img .bg {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 10px;
        left: -20px;
        transition: .4s; }
      section.boxes .box .img img:not(.bg) {
        position: relative;
        z-index: 1; }
    section.boxes .box:hover {
      color: #fff; }
      section.boxes .box:hover .img .bg {
        opacity: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.boxes .box {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      section.boxes .box {
        font-size: 16px; } }
  section.boxes.bl-txt {
    color: #1A211C; }
    section.boxes.bl-txt .right a {
      color: #1A211C; }
    section.boxes.bl-txt .box .more {
      font-size: 13px;
      opacity: 0;
      transition: .4s;
      margin-top: 15px; }
      section.boxes.bl-txt .box .more .button {
        margin-top: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.boxes.bl-txt .box .more {
          opacity: 1; } }
      @media only screen and (max-width: 767px) {
        section.boxes.bl-txt .box .more {
          opacity: 1;
          margin-bottom: 30px; } }
    section.boxes.bl-txt .box:hover {
      color: #1A211C; }
      section.boxes.bl-txt .box:hover .more {
        opacity: 1; }

main.product {
  color: #000; }
  main.product .banner {
    background-size: cover;
    background-position: center;
    padding-top: 110px;
    position: relative;
    overflow: hidden; }
    main.product .banner h1 {
      color: #fff;
      font-size: 32px;
      margin: 0;
      line-height: normal;
      font-weight: bold;
      font-family: 'Raleway', sans-serif; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.product .banner h1 {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        main.product .banner h1 {
          font-size: 24px; } }
    main.product .banner .col-sm-6 {
      position: relative;
      z-index: 1; }
    main.product .banner .container {
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: 150px; }
      @media only screen and (max-width: 767px) {
        main.product .banner .container {
          position: static;
          margin-bottom: 60px; } }
    main.product .banner .logo {
      margin: 45px 0; max-width:300px}
      @media (min-width: 768px) and (max-width: 991px) {
        main.product .banner .logo {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        main.product .banner .logo {
          width: 60%; } }
    main.product .banner .product {
      width: 45%;
      position: relative;
      right: -30px;
      float: right; }
      main.product .banner .product img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        main.product .banner .product img.main {
          max-width: 100%; }
        main.product .banner .product img.first {
          z-index: 1; }
        main.product .banner .product img.second {
          z-index: 2; }
        @media only screen and (max-width: 767px) {
          main.product .banner .product img {
            width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.product .banner .product {
          right: 0px; } }
      @media only screen and (max-width: 767px) {
        main.product .banner .product {
          width: 60%;
          margin: 30px auto;
          right: 0;
          float: none; } }
    main.product .banner .bg {
      width: 100%;
      display: block; }
    main.product .banner .wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    main.product .banner.p-bottom {
      padding-bottom: 120px; }
    main.product .banner.dorleo {
      background-position: center bottom; }
  main.product .popcorn .container-fluid {
    background-color: #4DCDFF; }
  main.product .popcorn .bg {
    display: block;
    width: 100%; }
  main.product .popcorn .img {
    position: relative;
    top: -120px;
    width: 100%;
    margin-bottom: -120px; }
  main.product .popcorn h2 {
    color: #fff;
    font-size: 30px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: normal;
    margin: 60px 0;
    font-weight: bold;
    white-space: pre-line; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.product .popcorn h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      main.product .popcorn h2 {
        font-size: 24px;
        margin: 30px 0; } }
  main.product .popcorn ul li {
    list-style-type: none;
    margin-bottom: 15px; }
  main.product .popcorn .button {
    margin-top: 45px; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.product .popcorn .button {
        margin: 30px 0; } }
    @media only screen and (max-width: 767px) {
      main.product .popcorn .button {
        margin: 30px 0; } }
  main.product .popcorn .check-box {
    font-size: 18px; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.product .popcorn .check-box {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      main.product .popcorn .check-box {
        font-size: 16px; } }
  main.product h3 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 30px 0;
    white-space: pre-line;
    line-height: normal; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.product h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      main.product h3 {
        font-size: 22px; } }
  main.product .desc-box {
    padding: 90px 0; }
    main.product .desc-box .img {
      width: 45%;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        main.product .desc-box .img {
          width: 70%; } }
    main.product .desc-box .txt {
      display: inline-block;
      vertical-align: middle;
      width: 400px;
      margin-left: 90px; }
      main.product .desc-box .txt .sub {
        color: #F9C623;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: bold;
        font-family: 'Raleway', sans-serif; }
      main.product .desc-box .txt .tag {
        margin-top: 45px;
        margin-bottom: -25px; }
      main.product .desc-box .txt .button {
        margin-top: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.product .desc-box .txt {
          width: 340px;
          margin-left: 60px; } }
      @media only screen and (max-width: 767px) {
        main.product .desc-box .txt {
          width: 100%;
          margin-left: 0;
          padding: 0 15px;
          margin-top: 30px; }
          main.product .desc-box .txt ul {
            padding-left: 20px; } }
    main.product .desc-box.red {
      padding: 0; }
      main.product .desc-box.red .decor {
        display: block;
        width: 100%; }
      main.product .desc-box.red .bg {
        padding: 30px 0;
        background: #E50924;
        color: #fff; }
      main.product .desc-box.red .txt {
        width: 35%; }
        @media only screen and (max-width: 767px) {
          main.product .desc-box.red .txt {
            width: 100%; } }
      @media only screen and (max-width: 767px) {
        main.product .desc-box.red .img {
          width: 100%; } }
      main.product .desc-box.red .right {
        width: 100%;
        position: relative;
        top: -200px;
        margin-bottom: -200px; }
        @media (max-width: 1600px) {
          main.product .desc-box.red .right {
            top: -120px;
            margin-bottom: -120px; } }
        @media only screen and (max-width: 767px) {
          main.product .desc-box.red .right {
            display: none; } }
    @media only screen and (max-width: 767px) {
      main.product .desc-box.ing-box .img {
        width: 50% !important;
        margin: 0 auto;
        display: block; }
      main.product .desc-box.ing-box .txt {
        width: 100% !important; } }
    main.product .desc-box.reverse {
      padding-left: 10%; }
      main.product .desc-box.reverse .txt {
        margin-left: 0;
        margin-top: 8%;
        padding-left: 15px;
        width: 450px; }
        @media (min-width: 768px) and (max-width: 991px) {
          main.product .desc-box.reverse .txt {
            width: 350px; } }
        @media only screen and (max-width: 767px) {
          main.product .desc-box.reverse .txt {
            width: 100%;
            margin-bottom: 30px; } }
      main.product .desc-box.reverse .img {
        float: right; }
      @media only screen and (max-width: 767px) {
        main.product .desc-box.reverse {
          padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      main.product .desc-box {
        padding: 30px 0; } }
  main.product .others {
    padding: 60px 0; }
    main.product .others .box {
      display: block;
      text-align: center; }
      main.product .others .box .img {
        max-width: 100%;
        width: 200px;
        margin: 0 auto;
        position: relative;
        margin-top: 10px; }
        main.product .others .box .img img {
          width: 100%; }
        main.product .others .box .img .bg {
          position: absolute;
          width: 120%;
          top: 5%;
          left: -10%; }
        main.product .others .box .img img:not(.bg) {
          position: relative;
          z-index: 1; }
        @media (min-width: 768px) and (max-width: 991px) {
          main.product .others .box .img {
            width: 80%; } }
        @media only screen and (max-width: 767px) {
          main.product .others .box .img {
            width: 55%; } }
      @media only screen and (max-width: 767px) {
        main.product .others .box {
          margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      main.product .others {
        padding: 30px 0 0 0; } }
  main.product .citliyo-decor {
    background: #EDECD9;
    height: 80px; }
    main.product .citliyo-decor img {
      width: 100%;
      position: relative;
      top: -25px; }
      @media (max-width: 1500px) {
        main.product .citliyo-decor img {
          top: -20px; } }
  main.product section.citliyo {
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 10%; }
    main.product section.citliyo .left img {
      width: 100%;
      position: relative;
      top: -150px; }
    @media only screen and (max-width: 767px) {
      main.product section.citliyo .left {
        display: none; } }
    main.product section.citliyo .right {
      text-align: center; }
      main.product section.citliyo .right img {
        width: 100%; }
      main.product section.citliyo .right h2 {
        white-space: pre-line;
        font-weight: bold;
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
        margin: 0 0 30px 0; }
      main.product section.citliyo .right .button {
        margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      main.product section.citliyo {
        background-size: 200%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    main.product.detail .ing-slider {
      width: 100%; } }
  main.product.detail .banner {
    padding-top: 150px;
    padding-bottom: 50px; }
    main.product.detail .banner .product {
      width: 100%;
      position: relative; }
      @media only screen and (max-width: 767px) {
        main.product.detail .banner .product {
          display: block;
          width: 80%;
          margin-bottom: 0; } }
    main.product.detail .banner h1 {
      font-size: 56px;
      margin: 60px 0 0 0;
      white-space: pre-line; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.product.detail .banner h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        main.product.detail .banner h1 {
          font-size: 30px;
          margin-bottom: 60px; } }
    main.product.detail .banner .container {
      position: static; }
  main.product.detail .values {
    margin: 90px 0 30px 0; }
    main.product.detail .values h2 {
      font-size: 34px;
      color: #fff;
      font-weight: bold;
      font-family: 'Raleway', sans-serif;
      margin: 0 0 60px 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.product.detail .values h2 {
          font-size: 25px; } }
      @media only screen and (max-width: 767px) {
        main.product.detail .values h2 {
          font-size: 25px; } }
    main.product.detail .values .col-sm-4 {
      padding: 0 30px; }
    main.product.detail .values .row {
      margin-right: -30px;
      margin-left: -30px; }
    main.product.detail .values .item {
      color: #9B9B9B;
      font-size: 18px;
      margin-bottom: 60px;
      font-weight: bold;
      font-family: 'Raleway', sans-serif; }
      main.product.detail .values .item .bar {
        margin: 10px 0 15px 0;
        border-radius: 3px;
        overflow: hidden;
        height: 6px;
        background: #fff;
        position: relative; }
        main.product.detail .values .item .bar span {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          background: #9B9B9B; }
      main.product.detail .values .item .cal {
        font-size: 24px; }
        @media (min-width: 768px) and (max-width: 991px) {
          main.product.detail .values .item .cal {
            font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        main.product.detail .values .item {
          margin-bottom: 30px; } }
    main.product.detail .values.reverse .item {
      color: #3C2D03; }
      main.product.detail .values.reverse .item .bar span {
        background: #3C2D03; }
  main.product.detail .desc-box {
    position: relative; }
    main.product.detail .desc-box .popcorns {
      position: absolute;
      top: 5%;
      left: 0;
      width: 30%;
      z-index: -1; }

section.video {
  padding: 0 45px 30px 45px; }
  section.video .bg {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    padding: 8% 0; }
  section.video .title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      section.video .title {
        font-size: 20px; } }
  section.video.dorleo-video {
    padding: 90px 0 120px 0;
    background-image: url(../img/dorleo/video-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 63%; }
    section.video.dorleo-video h2 {
      font-size: 28px;
      font-weight: bold;
      font-family: 'Raleway', sans-serif;
      margin: 0 0 30px 0;
      white-space: pre-line;
      line-height: normal; }
    section.video.dorleo-video .button {
      margin-top: 45px; }
    section.video.dorleo-video .left {
      padding-top: 30px; }
    section.video.dorleo-video .bg {
      padding: 14% 0; }
  @media only screen and (max-width: 767px) {
    section.video {
      padding: 0 15px; } }

section.social {
  background-image: url(../img/menu/bg.jpg);
  background-position: center top;
  background-size: cover;
  padding: 90px 0; }
  section.social img {
    width: 100%;
    display: block; }
    @media only screen and (max-width: 767px) {
      section.social img.top {
        width: 200%;
        display: block;
        margin-left: -50%; } }
  section.social .txt {
    text-align: center;
    position: relative;
    top: -120px;
    margin-bottom: -90px; }
    @media (max-width: 1500px) {
      section.social .txt {
        top: -90px;
        margin-bottom: -60px; } }
  section.social .sub {
    color: #F9C623;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif; }
  section.social .title {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 30px 0;
    white-space: pre-line;
    line-height: normal; }
  @media only screen and (max-width: 767px) {
    section.social {
      padding: 30px 0;
      overflow: hidden; }
      section.social .col-sm-3 {
        width: 50%;
        float: left;
        margin-bottom: 30px; } }

.product-slider {
  margin-top: 60px;
  margin-bottom: 60px; }
  .product-slider .slider {
    padding-left: 10%; }
  .product-slider .item {
    text-align: center; }
    .product-slider .item img {
      width: 70%;
      display: inline-block;
      margin-bottom: 20px;
      max-width: 250px; }
    .product-slider .item a {
      color: #000; }
  .product-slider .desc {
    margin-bottom: 40px; }
  .product-slider .arrows {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .product-slider .arrows {
        margin-bottom: 30px;
        margin-top: -30px; } }
  .product-slider .slick-arrow {
    width: 30px;
    height: 30px;
    border: 0;
    font-size: 0;
    background-color: transparent;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle; }
    .product-slider .slick-arrow.slick-prev {
      background-image: url(../img/slider-prev.svg);
      margin-right: 5px; }
    .product-slider .slick-arrow.slick-next {
      background-image: url(../img/slider-next.svg);
      margin-left: 5px; }
  .product-slider .slick-dots {
    vertical-align: middle;
    display: inline-block; }
    .product-slider .slick-dots li {
      display: inline-block;
      padding: 0;
      margin: 0; }
      .product-slider .slick-dots li button {
        font-size: 0;
        background: #fff;
        width: 30px;
        height: 30px;
        border: 0;
        padding: 0;
        border-radius: 50%; }
        .product-slider .slick-dots li button:after {
          content: '';
          width: 8px;
          height: 8px;
          background: #B6B9D1;
          display: inline-block;
          vertical-align: middle;
          border-radius: 50%; }
      .product-slider .slick-dots li.slick-active button {
        background: rgba(182, 185, 209, 0.2); }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-slider .slick-dots {
        display: none !important; } }
    @media only screen and (max-width: 767px) {
      .product-slider .slick-dots {
        display: none !important; } }
  .product-slider.bars {
    margin-top: 0; }
    .product-slider.bars .img {
      position: relative; }
      .product-slider.bars .img .button {
        position: absolute;
        top: 0;
        right: 20%; }
    .product-slider.bars img {
      width: 45%;
      margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    .product-slider {
      margin-top: 30px;
      margin-bottom: 30px; } }

.check-box {
  cursor: pointer;
  line-height: 26px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-weight: 400; }
  .check-box div {
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: relative;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
    .check-box div:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #fff;
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      position: relative;
      top: -2px;
      opacity: 0; }
  .check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .check-box input:checked ~ div:after {
      opacity: 1; }

main.page .banner {
  padding-bottom: 20%;
  background-position: center;
  background-size: cover; }
  main.page .banner .bcrumb {
    margin-top: 150px; }
main.page h1 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  margin: 0; }
main.page .content {
  white-space: pre-line; }
main.page .contact {
  padding: 90px 0; }
  main.page .contact .row {
    margin-bottom: 50px; }
  main.page .contact .map {
    width: 100%;
    height: 250px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px; }
  main.page .contact h1 {
    margin: 0 0 45px 0; }
  main.page .contact h2 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 45px 0; }
  main.page .contact .info .item {
    margin-bottom: 20px; }
    main.page .contact .info .item .img {
      width: 30px;
      display: inline-block;
      text-align: center;
      margin-right: 5px; }
  main.page .contact .form input, main.page .contact .form textarea {
    background: #F9F8F5;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 15px; }
  main.page .contact .form textarea {
    height: 150px;
    min-height: 150px;
    resize: vertical;
    padding-top: 15px;
    margin-top: 10px; }
  main.page .contact .form .title {
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold; }
  main.page .contact .form .row {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    main.page .contact .fix {
      width: 100% !important;
      margin-left: 0 !important; } }
  @media only screen and (max-width: 767px) {
    main.page .contact {
      padding: 60px 0 30px 0; } }
main.page .press {
  padding: 90px 0; }
  main.page .press .sort {
    font-weight: bold;
    text-align: right;
    color: #F88479;
    text-decoration: underline;
    font-size: 15px;
    display: block;
    margin-bottom: 25px; }
  main.page .press .item {
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #D8D8D8; }
    main.page .press .item .cat {
      font-size: 12px;
      color: #00461C; }
    main.page .press .item h2 {
      font-size: 24px;
      font-weight: 400;
      margin: 12px 0 6px 0; }
    main.page .press .item .tag {
      color: #478661;
      font-size: 15px; }
    main.page .press .item .button {
      float: right;
      margin-top: 20px; }
  main.page .press .pagi {
    margin-top: 40px;
    text-align: center; }
    main.page .press .pagi li {
      display: inline-block;
      margin: 0 5px;
      list-style-type: none; }
      main.page .press .pagi li a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: block; }
        main.page .press .pagi li a:after {
          content: '';
          width: 8px;
          height: 8px;
          background: rgba(0, 70, 28, 0.2);
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: 2px;
          border-radius: 50%; }
      main.page .press .pagi li.active a {
        background: rgba(0, 70, 28, 0.2); }
        main.page .press .pagi li.active a:after {
          background: #00461C; }
@media only screen and (max-width: 767px) {
  main.page {
    margin-bottom: 30px; } }

main.home section.video {
  margin: 90px 0; }
main.home section.boxes h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 60px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    main.home section.boxes h3 {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    main.home section.boxes h3 {
      font-size: 20px; } }
main.home .home-ing {
  padding: 90px 0; }
  main.home .home-ing .ing-items .slider {
    background-image: url(../img/home/ing-line.png); }
    main.home .home-ing .ing-items .slider .item span {
      color: #00461C; }
    main.home .home-ing .ing-items .slider .item .img:after {
      border: 2px solid #00461C; }
    main.home .home-ing .ing-items .slider .item.slick-current span {
      font-weight: bold;
      opacity: 1; }
    @media only screen and (max-width: 767px) {
      main.home .home-ing .ing-items .slider .item {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    main.home .home-ing {
      padding: 60px 0 30px 0; } }

.anim {
  position: relative;
  opacity: 0;
  top: -50px;
  transition: 1s; }
  .anim.del-1 {
    transition-delay: .15s; }
  .anim.del-2 {
    transition-delay: .3s; }
  .anim.del-3 {
    transition-delay: .45s; }
  .anim.play {
    opacity: 1;
    top: 0; }

.p-t-10 {
  padding-top: 10px; }

@media only screen and (max-width: 767px) {
  .copied {
    bottom: -40px;
    right: 0px;
    left: 0; } }

@media only screen and (max-width: 767px) {
  .masonry__item {
    width: 100%; } }

main.blog .banner h1 {
  margin-top: 30px; }
@media only screen and (max-width: 767px) {
  main.blog img {
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */

.changeLang {
    color: #fff;
}





/*New Product Update*/
.darkText span, .darkText p {
    color: #000 !important;
}
.others .logo {
    max-height: 40px;
}

.darkText .img:after {
    border: 1px solid #6a901d !important;
}

.ing-items .darkLine {
    background-image: url(../img/line-dark.png) !important;
}

/*New Product Update End*/



.img-fullw{width:100%;}
.slick-track {
    max-height: 500px !important;
}

.slick-list {
    max-height: 500px !important;
}

.new-slider-res {
    margin-top: 150px
}