@charset "UTF-8";
body {
  margin: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.hidden {
  overflow: hidden;
  visibility: visible;
  height: 100%; }

.hidden_s {
  overflow: hidden; }

.error_pure {
  border-color: red !important; }
  .error_pure .recaptcha-checkbox-border {
    border-color: red !important; }

/*Lightbox Start*/
.home-lightbox2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }
  .home-lightbox2 .lightbox-shadow {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .80;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 2; }
  .home-lightbox2 .table_lightbox {
    width: 100%;
    height: 100%;
    display: table; }
    .home-lightbox2 .table_lightbox .tableCell_lightbox {
      display: table-cell;
      vertical-align: middle; }
      .home-lightbox2 .table_lightbox .tableCell_lightbox .lightbox-content {
        width: 640px;
        position: relative;
        left: 0;
        right: 0;
        z-index: 10;
        text-align: center;
        margin: auto; }
        .home-lightbox2 .table_lightbox .tableCell_lightbox .lightbox-content a.close-btn-homepage {
          width: 30px;
          height: 30px;
          background: #fff;
          position: absolute;
          top: -12px;
          border-radius: 34px;
          color: #000;
          line-height: 31px;
          text-decoration: none;
          right: 0;
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 16px; }

/*Lightbox End*/
/*Search*/
.search-wrapper {
  position: absolute;
  left: 0px;
  top: 108px;
  z-index: 999;
  display: none;
  width: 100%; }
  .search-wrapper .search-shadow {
    background-color: #e58a03;
    opacity: .95;
    filter: alpha(opacity=95);
    position: absolute;
    width: 100%;
    height: 100%; }
  .search-wrapper .global-container {
    position: relative;
    z-index: 99;
    padding: 40px 0px;
    max-width: 1170px;
    min-width: 260px;
    margin: auto; }
  .search-wrapper .search-input-wrap {
    border-bottom: 1px solid #fff; }
  .search-wrapper input {
    width: 94%;
    background-color: transparent;
    border: 0;
    color: #fff;
    font: 44px 'hb',arial;
    outline: none; }
  .search-wrapper .s-close-btn {
    width: 21px;
    height: 21px;
    background: url("../images/search-close.png") no-repeat;
    position: absolute;
    right: 30px;
    top: 53px;
    cursor: pointer; }
  .search-wrapper ul.diff_search {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .search-wrapper ul.diff_search li {
      border-bottom: 1px solid #fff;
      padding-bottom: 25px;
      margin-top: 25px; }
      .search-wrapper ul.diff_search li a {
        text-decoration: none;
        outline: none; }
        .search-wrapper ul.diff_search li a p {
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 20px;
          color: #fff; }

/*Search End*/
.header {
  background: #f6f6f6;
  width: 1500px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9; }
  .header .table_ {
    display: table;
    height: 90px;
    width: 100%; }
    .header .table_ .table_cell {
      display: table-cell;
      vertical-align: middle; }
      .header .table_ .table_cell .des {
        width: 1250px;
        margin: 0 auto;
        display: block;
        text-align: center;
        position: relative;
        top: -36px; }
        .header .table_ .table_cell .des a {
          color: #373737;
          font-size: 14px;
          text-decoration: none;
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal; }
          .header .table_ .table_cell .des a.webs {
            position: relative;
            padding-bottom: 37px; }
          .header .table_ .table_cell .des a.right {
            margin-right: 40px; }
          .header .table_ .table_cell .des a.lists {
            cursor: pointer; }
          .header .table_ .table_cell .des a.active:before {
            content: '';
            position: absolute;
            border-bottom: 5px solid #e48a03;
            bottom: 0;
            width: 100%; }
        .header .table_ .table_cell .des .search {
          position: relative;
          display: inline-block;
          top: 60px;
          right: 0 !important;
          width: 84px;
          height: 69px;
          background: #e48a03;
          color: #fff;
          padding-top: 15px; }
          .header .table_ .table_cell .des .search a {
            color: #fff;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            padding-top: 15px; }
            .header .table_ .table_cell .des .search a img {
              margin-top: 8px; }
        .header .table_ .table_cell .des .section_list {
          display: inline-block;
          position: relative; }
          .header .table_ .table_cell .des .section_list ul {
            position: absolute;
            margin: 10px 0 0 0;
            padding: 0 10px;
            list-style-type: none;
            display: none;
            width: 180px;
            background: white;
            text-align: center;
            left: -35px;
            border-top: 2px solid #e58a03;
            top: 44px;
            opacity: .9; }
            .header .table_ .table_cell .des .section_list ul:before {
              content: '';
              position: absolute; }
            .header .table_ .table_cell .des .section_list ul.hovers {
              display: block; }
            .header .table_ .table_cell .des .section_list ul li {
              margin-bottom: 8px;
              text-align: center;
              padding: 3px 0; }
              .header .table_ .table_cell .des .section_list ul li:first-child {
                margin-top: 8px; }
              .header .table_ .table_cell .des .section_list ul li:hover {
                background: #ffb23c; }
                .header .table_ .table_cell .des .section_list ul li:hover a {
                  color: #fff; }
              .header .table_ .table_cell .des .section_list ul li a {
                font-size: 12px;
                color: #000; }
        .header .table_ .table_cell .des .logo {
          width: 280px;
          display: inline-block;
          position: relative; }
          .header .table_ .table_cell .des .logo img {
            position: absolute;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            top: -24px; }

.mobile.slider_area .desc img {
  margin: 0 auto; }
.mobile.slider_area .owl-nav {
  display: none !important; }

.browser {
  display: none !important; }

.section_1 {
  position: relative; }
  .section_1 img {
    width: 100%; }
  .section_1 .description_top_1 {
    position: absolute;
    top: 33%;
    width: 440px;
    left: 11%;
    bottom: 350px;
    margin: auto;
    /* display: inline-table; */ }
    .section_1 .description_top_1 h2 {
      color: #000000;
      font-size: 28px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      font-style: normal;
      text-align: right;
      width: 273px;
      margin-bottom: 20px;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }
    .section_1 .description_top_1 p {
      font-size: 15px;
      color: #111111;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-style: normal;
      text-align: left;
      width: 285px;
      float: right;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }
  .section_1 .description_bottom {
    width: 338px;
    position: absolute;
    left: -285px;
    right: 0;
    margin: 0 auto;
    bottom: 120px; }
    .section_1 .description_bottom p {
      font-size: 15px;
      color: #111111;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-style: normal;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }

.section_3 {
  position: relative;
  /*height: 1995px;*/ }
  .section_3 img {
    width: 100%; }
    .section_3 img.position {
      position: absolute;
      right: 0;
      bottom: 0; }
  .section_3 .description_top {
    width: 552px;
    position: absolute;
    right: 0;
    top: 200px;
    left: 230px;
    margin: 0 auto; }
    .section_3 .description_top h2 {
      color: #000000;
      font-size: 60px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      font-style: normal;
      text-align: right;
      width: 380px;
      margin-bottom: 20px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }
    .section_3 .description_top p {
      font-size: 15px;
      color: #111111;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-style: normal;
      text-align: left;
      width: 340px;
      float: right;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }
  .section_3 .description_end {
    position: absolute;
    left: 11%;
    padding-top: 80px;
    bottom: 31%; }
    .section_3 .description_end p {
      font-size: 15px;
      color: #111111;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-style: normal;
      text-align: left;
      width: 340px;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }

.section_slide {
  background: url("../images/section_slide_bg.png");
  height: 661px;
  position: relative;
  display: none; }
  .section_slide .mobile.slider_area {
    display: none; }

.bg_s {
  background: url("../images/section_slide_bg.png");
  position: absolute; }

.section_end {
  position: relative;
  margin-top: 50px; }
  .section_end .description {
    position: absolute;
    width: 407px;
    left: 70px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 5px; }
    .section_end .description h2 {
      color: #000000;
      font-size: 28px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      font-style: normal;
      margin-bottom: 20px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }
    .section_end .description p {
      font-size: 15px;
      color: #111111;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-style: normal;
      /*-webkit-line-clamp: 6;*/
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }
  .section_end img {
    width: 93%; }
  .section_end .text {
    width: 490px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 130px; }
    .section_end .text h2 {
      color: #000000;
      font-size: 60px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      font-style: normal;
      margin-bottom: 38px; }
    .section_end .text h4 {
      font-size: 15px;
      color: #111111;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 25px; }
    .section_end .text h3 {
      font-size: 18px;
      color: #111111;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-style: normal; }
      .section_end .text h3 b {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal; }

/*PRODUCT PAGE*/
.product_page_area .section_1 {
  width: 1500px;
  margin: 0 auto;
  background: url("../images/product_page/header_bg.jpg");
  height: 447px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .product_page_area .section_1 .header_genels {
    position: absolute;
    top: 70px;
    left: 124px; }
    .product_page_area .section_1 .header_genels .thumb a {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #fff;
      border-bottom: 1px solid #919391;
      text-decoration: none; }
    .product_page_area .section_1 .header_genels .thumb span {
      margin: 0 25px;
      color: #fff; }
    .product_page_area .section_1 .header_genels .text {
      margin-top: 20px; }
      .product_page_area .section_1 .header_genels .text h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px; }
      .product_page_area .section_1 .header_genels .text p {
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff; }
.product_page_area .section_2 {
  position: relative;
  top: -50px;
  padding-bottom: 50px; }
  .product_page_area .section_2 .caps {
    width: 1250px;
    margin: 0 auto;
    display: block; }
    .product_page_area .section_2 .caps .item_s .mobile {
      display: none; }
    .product_page_area .section_2 .caps .item_s .pt_50 {
      width: 625px;
      height: 625px;
      float: left; }
      .product_page_area .section_2 .caps .item_s .pt_50 .bg {
        height: 100%;
        position: relative; }
        .product_page_area .section_2 .caps .item_s .pt_50 .bg.one {
          background: url("../images/product_page/coarse_bulgur_bg.jpg");
          background-size: cover;
          background-position: center; }
        .product_page_area .section_2 .caps .item_s .pt_50 .bg.two {
          background: url("../images/product_page/fine_bulgur_bg.jpg");
          background-size: cover;
          background-position: center; }
        .product_page_area .section_2 .caps .item_s .pt_50 .bg.three {
          background: url("../images/product_page/who_bulgur_bg.jpg");
          background-size: cover;
          background-position: center; }
        .product_page_area .section_2 .caps .item_s .pt_50 .bg img {
          position: absolute;
          right: 88px;
          bottom: -60px; }
      .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
        display: table;
        height: 625px;
        text-align: center;
        width: 100%; }
        .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell {
          display: table-cell;
          vertical-align: middle; }
          .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts {
            width: 440px;
            margin: 0 auto;
            display: block; }
            .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts h3 {
              font-family: 'Poppins', sans-serif;
              font-weight: bold;
              font-style: normal;
              font-size: 40px;
              margin-bottom: 20px; }
            .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts p {
              font-size: 15px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              line-height: 25px;
              margin-bottom: 40px; }
            .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts a {
              text-decoration: none;
              width: 154px;
              border: 3px solid #e38902;
              border-radius: 50px;
              display: block;
              text-align: center;
              font-size: 14px;
              color: #e38902;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              padding: 14px 0;
              margin: 0 auto;
              -webkit-box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 30px 0px #ededed;
              box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 40px 0px #ededed; }
.product_page_area .are_you {
  padding-top: 120px;
  background: transparent; }

/*PRODUCT PAGE*/
/*PRODUCT DETA─░L PAGE*/
.product_detail_page_area .section_1 {
  width: 1500px;
  margin: 0 auto;
  background: url("../images/product_detail_page/section_1_bg.jpg");
  height: 706px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .product_detail_page_area .section_1 .img {
    position: absolute;
    right: 140px;
    bottom: -125px; }
  .product_detail_page_area .section_1 .header_genels {
    position: absolute;
    top: 70px;
    left: 124px; }
    .product_detail_page_area .section_1 .header_genels .thumb a {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #fff;
      border-bottom: 1px solid #919391;
      text-decoration: none; }
    .product_detail_page_area .section_1 .header_genels .thumb span {
      margin: 0 25px;
      color: #fff; }
    .product_detail_page_area .section_1 .header_genels .text {
      margin-top: 20px;
      width: 650px; }
      .product_detail_page_area .section_1 .header_genels .text h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 75px; }
      .product_detail_page_area .section_1 .header_genels .text p {
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff; }
.product_detail_page_area .section_2 .caps {
  width: 1250px;
  margin: 0 auto;
  display: block; }
  .product_detail_page_area .section_2 .caps h3 {
    margin-top: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 60px; }
  .product_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 625px;
    /* height: 625px; */
    float: left; }
    .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
      width: 525px; }
      .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee p {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 15px;
        margin-bottom: 28px; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee p span {
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 15px; }
      .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 20px;
        margin-bottom: 30px; }
      .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee ul li {
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 15px;
          margin-bottom: 10px; }
      .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee .bottom_text {
        margin-top: 65px; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee .bottom_text h5 {
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 20px;
          margin-bottom: 5px; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee .bottom_text p {
          line-height: 20px; }
    .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right p {
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 15px;
      width: 370px;
      margin: 0 auto 25px auto; }
      .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right p span {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 15px; }
    .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title {
      width: 370px;
      margin: 0 auto 0 auto; }
      .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .left {
        float: left;
        width: 270px; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .left h5 {
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 15px; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .left p {
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 15px;
          width: auto; }
      .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .right {
        width: 100px;
        float: left; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .right h5 {
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 15px; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .right p {
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 15px;
          margin: 0;
          width: auto; }
    .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea {
      background: #f9f9f9;
      border-top: 5px solid #e3e3e3;
      padding-top: 20px;
      padding-bottom: 100px; }
      .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table {
        width: 370px;
        margin: 0 auto; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .left {
          float: left;
          width: 270px; }
          .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .left ul {
            margin: 0;
            padding: 0;
            list-style-type: none; }
            .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .left ul li {
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              font-size: 15px;
              margin-bottom: 5px; }
        .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .right {
          float: left; }
          .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .right ul {
            margin: 0;
            padding: 0;
            list-style-type: none; }
            .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .right ul li {
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              font-size: 15px;
              margin-bottom: 5px; }
    .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .btm_txt {
      margin-top: 20px; }
      .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .btm_txt p {
        width: 100%;
        text-align: right;
        color: #b3b3b3;
        font-size: 13px; }
.product_detail_page_area .section_2_product .product_ .pt_33 {
  display: table; }
  .product_detail_page_area .section_2_product .product_ .pt_33.one {
    background: url("../images/product_detail_page/section2_detail_bg.jpg"); }
    .product_detail_page_area .section_2_product .product_ .pt_33.one:hover .glow {
      background: #000;
      opacity: .6; }
    .product_detail_page_area .section_2_product .product_ .pt_33.one:hover .texts a {
      display: block; }
  .product_detail_page_area .section_2_product .product_ .pt_33.four {
    background: url("../images/product_detail_page/section2_detail_bg2.jpg"); }
    .product_detail_page_area .section_2_product .product_ .pt_33.four:hover .glow {
      background: #000;
      opacity: .6; }
    .product_detail_page_area .section_2_product .product_ .pt_33.four:hover .texts a {
      display: block; }
  .product_detail_page_area .section_2_product .product_ .pt_33.three {
    background: url("../images/product_detail_page/section2_detail_bg3.jpg"); }
    .product_detail_page_area .section_2_product .product_ .pt_33.three:hover .glow {
      background: #000;
      opacity: .6; }
    .product_detail_page_area .section_2_product .product_ .pt_33.three:hover .texts a {
      display: block; }
  .product_detail_page_area .section_2_product .product_ .pt_33.two h3 {
    width: 275px;
    margin: 0 auto 20px auto; }
  .product_detail_page_area .section_2_product .product_ .pt_33.two p {
    width: 275px;
    margin: 0 auto 0 auto; }
  .product_detail_page_area .section_2_product .product_ .pt_33 .glow {
    opacity: .3; }
  .product_detail_page_area .section_2_product .product_ .pt_33 .pddtop {
    display: table-cell;
    vertical-align: middle;
    padding: 0; }
    .product_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts {
      float: none;
      width: 195px;
      margin: 0 auto;
      text-align: center; }
      .product_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts a {
        padding: 0;
        left: 0;
        right: 0;
        bottom: 18px;
        font-size: 18px; }
      .product_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts h3 {
        padding: 0;
        font-size: 22px; }
      .product_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts ._tps {
        position: absolute;
        z-index: 2;
        bottom: 45px;
        left: 0;
        right: 0;
        margin: 0 auto; }
        .product_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts ._tps span {
          font-size: 16px;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #fff; }

/*PRODUCT DETA─░L PAGE*/
/*REC─░PES DETA─░L PAGE*/
.recipes_detail_page_area .section_1 {
  width: 1500px;
  margin: 0 auto;
  background: url("../images/recipes/detail/header_bg.jpg");
  height: 706px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .recipes_detail_page_area .section_1 .img {
    position: absolute;
    right: 140px;
    bottom: -125px; }
    .recipes_detail_page_area .section_1 .img span {
      position: absolute;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 15px;
      bottom: 75px;
      left: -175px;
      color: #848484; }
  .recipes_detail_page_area .section_1 .header_genels {
    position: absolute;
    top: 70px;
    left: 124px; }
    .recipes_detail_page_area .section_1 .header_genels .thumb a {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #fff;
      border-bottom: 1px solid #919391;
      text-decoration: none; }
    .recipes_detail_page_area .section_1 .header_genels .thumb span {
      margin: 0 25px;
      color: #fff; }
    .recipes_detail_page_area .section_1 .header_genels .text {
      margin-top: 20px;
      width: 650px; }
      .recipes_detail_page_area .section_1 .header_genels .text h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 75px; }
      .recipes_detail_page_area .section_1 .header_genels .text p {
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff; }
.recipes_detail_page_area .section_2 .caps {
  width: 1250px;
  margin: 0 auto;
  display: block; }
  .recipes_detail_page_area .section_2 .caps h3 {
    margin-top: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 60px; }
  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 1090px; }
    .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
      width: 240px;
      float: left;
      margin-right: 100px; }
      .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee p {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 15px;
        margin-bottom: 28px; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee p span {
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 15px; }
      .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 20px;
        margin-bottom: 30px; }
      .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee ul li {
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 15px;
          margin-bottom: 10px; }
      .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee .bottom_text {
        margin-top: 65px; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee .bottom_text h5 {
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 20px;
          margin-bottom: 5px; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee .bottom_text p {
          line-height: 20px; }
    .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right {
      display: inline-block;
      width: 750px; }
      .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul {
        list-style-type: none;
        margin: 0;
        padding-left: 0; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul li {
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 15px;
          margin-bottom: 20px;
          padding-left: 60px;
          margin-bottom: 24px;
          position: relative;
          height: 46px; }
          .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul li span {
            width: 42px;
            border: 4px solid #e48a03;
            border-radius: 50%;
            padding: 5px 0;
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            font-style: normal;
            font-size: 22px;
            display: inline-block;
            text-align: center;
            color: #e48a03;
            left: 0;
            top: -9px;
            position: absolute;
            margin-right: 10px; }
            .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul li span:before {
              content: '';
              position: absolute;
              bottom: -24px;
              width: 4px;
              height: 20px;
              background: #e48a03;
              left: 0;
              right: 0;
              margin: 0 auto; }
          .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul li:last-child span:before {
            display: none; }
      .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right p {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 15px;
        width: 370px;
        margin: 0 auto 25px auto; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right p span {
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 15px; }
      .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title {
        width: 370px;
        margin: 0 auto 0 auto; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .left {
          float: left;
          width: 270px; }
          .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .left h5 {
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            font-style: normal;
            font-size: 15px; }
          .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .left p {
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-style: normal;
            font-size: 15px;
            width: auto; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .right h5 {
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 15px; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .right p {
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 15px;
          margin: 0; }
      .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea {
        background: #f9f9f9;
        border-top: 5px solid #e3e3e3;
        padding-top: 20px;
        padding-bottom: 100px; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table {
          width: 370px;
          margin: 0 auto; }
          .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .left {
            float: left;
            width: 270px; }
            .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .left ul {
              margin: 0;
              padding: 0;
              list-style-type: none; }
              .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .left ul li {
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-style: normal;
                font-size: 15px;
                margin-bottom: 5px; }
          .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .right {
            float: left; }
            .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .right ul {
              margin: 0;
              padding: 0;
              list-style-type: none; }
              .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .right ul li {
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-style: normal;
                font-size: 15px;
                margin-bottom: 5px; }
      .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .btm_txt {
        margin-top: 20px; }
        .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .btm_txt p {
          width: 100%;
          text-align: right;
          color: #b3b3b3;
          font-size: 13px; }
.recipes_detail_page_area .section_2_product .product_ .pt_33 {
  display: table; }
  .recipes_detail_page_area .section_2_product .product_ .pt_33.one {
    background: url("../images/product_detail_page/section2_detail_bg.jpg"); }
    .recipes_detail_page_area .section_2_product .product_ .pt_33.one:hover .glow {
      background: #000;
      opacity: .6; }
    .recipes_detail_page_area .section_2_product .product_ .pt_33.one:hover .texts a {
      display: block; }
  .recipes_detail_page_area .section_2_product .product_ .pt_33.four {
    background: url("../images/product_detail_page/section2_detail_bg2.jpg"); }
    .recipes_detail_page_area .section_2_product .product_ .pt_33.four:hover .glow {
      background: #000;
      opacity: .6; }
    .recipes_detail_page_area .section_2_product .product_ .pt_33.four:hover .texts a {
      display: block; }
  .recipes_detail_page_area .section_2_product .product_ .pt_33.three {
    background: url("../images/product_detail_page/section2_detail_bg3.jpg"); }
    .recipes_detail_page_area .section_2_product .product_ .pt_33.three:hover .glow {
      background: #000;
      opacity: .6; }
    .recipes_detail_page_area .section_2_product .product_ .pt_33.three:hover .texts a {
      display: block; }
  .recipes_detail_page_area .section_2_product .product_ .pt_33.two h3 {
    width: 275px;
    margin: 0 auto 20px auto; }
  .recipes_detail_page_area .section_2_product .product_ .pt_33.two p {
    width: 275px;
    margin: 0 auto 0 auto; }
  .recipes_detail_page_area .section_2_product .product_ .pt_33 .glow {
    opacity: .3; }
  .recipes_detail_page_area .section_2_product .product_ .pt_33 .pddtop {
    display: table-cell;
    vertical-align: middle;
    padding: 0; }
    .recipes_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts {
      float: none;
      width: 195px;
      margin: 0 auto;
      text-align: center; }
      .recipes_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts a {
        padding: 0;
        left: 0;
        right: 0;
        bottom: 18px;
        font-size: 18px; }
      .recipes_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts h3 {
        padding: 0;
        font-size: 22px; }
      .recipes_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts ._tps {
        position: absolute;
        z-index: 2;
        bottom: 45px;
        left: 0;
        right: 0;
        margin: 0 auto; }
        .recipes_detail_page_area .section_2_product .product_ .pt_33 .pddtop .texts ._tps span {
          font-size: 16px;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #fff; }

/*REC─░PES DETA─░L PAGE END*/
/*REC─░PES PAGE*/
.recipes_area_page .section_1 {
  width: 1500px;
  margin: 0 auto;
  background: url("../images/recipes/header_bg.jpg");
  height: 840px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .recipes_area_page .section_1 .img {
    position: absolute;
    right: 140px;
    bottom: -125px; }
  .recipes_area_page .section_1 .header_genels {
    position: absolute;
    top: 70px;
    left: 124px; }
    .recipes_area_page .section_1 .header_genels .thumb a {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #fff;
      border-bottom: 1px solid #919391;
      text-decoration: none; }
    .recipes_area_page .section_1 .header_genels .thumb span {
      margin: 0 25px;
      color: #fff; }
    .recipes_area_page .section_1 .header_genels .text {
      margin-top: 20px;
      width: 475px; }
      .recipes_area_page .section_1 .header_genels .text h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 75px; }
      .recipes_area_page .section_1 .header_genels .text p {
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff; }
.recipes_area_page .are_you {
  padding-bottom: 0;
  background: transparent; }
  .recipes_area_page .are_you .are_you_cntiner .web_switch_area {
    position: relative;
    top: -240px; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area #container {
      margin-bottom: 190px; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area #form-ui {
      text-align: center;
      margin-bottom: 60px; }
      .recipes_area_page .are_you .are_you_cntiner .web_switch_area #form-ui select {
        border: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        border-bottom: 1px solid #fff;
        font-size: 18px;
        padding-bottom: 3px;
        width: 250px;
        text-align: center;
        background: transparent;
        color: #fff;
        margin-right: 60px; }
        .recipes_area_page .are_you .are_you_cntiner .web_switch_area #form-ui select:focus {
          outline: none; }
        .recipes_area_page .are_you .are_you_cntiner .web_switch_area #form-ui select:last-child {
          margin-right: 0; }
        .recipes_area_page .are_you .are_you_cntiner .web_switch_area #form-ui select option {
          background: #000; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area .item:hover .glow {
      display: block;
      background: #e5a13f;
      opacity: .7; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area .item:hover a {
      display: block; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area .item:hover .btm_title {
      display: none; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area .item .glow {
      display: block;
      background: #000;
      opacity: .2; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area .item .btm_title {
      position: absolute;
      bottom: 36px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      color: #fff; }
      .recipes_area_page .are_you .are_you_cntiner .web_switch_area .item .btm_title span {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff;
        font-size: 15px; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v1 {
      height: 676px;
      width: 403px;
      float: left;
      border-radius: 5px;
      padding: 0;
      display: table; }
      .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v1 .table_cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff; }
        .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v1 .table_cell .title_ {
          position: relative; }
          .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v1 .table_cell .title_ h4 {
            font-size: 22px;
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            font-style: normal; }
      .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v1 a {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        text-decoration: none;
        width: 154px;
        border: 3px solid #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 14px 0;
        margin: 0 auto;
        display: none; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v2 {
      width: 403px;
      height: 333px;
      float: left;
      border-radius: 5px;
      padding: 0;
      display: table; }
      .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v2 .table_cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff; }
        .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v2 .table_cell .title_ {
          position: relative; }
          .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v2 .table_cell .title_ h4 {
            font-size: 22px;
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            font-style: normal; }
      .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v2 a {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        text-decoration: none;
        width: 154px;
        border: 3px solid #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 14px 0;
        margin: 0 auto;
        display: none; }

/*REC─░PES PAGE*/
/*D─░FFERENCE PAGE*/
.sobHow_page_area .section_1 {
  width: 1500px;
  margin: 0 auto;
  background: url("../images/sob/section_1_bg.jpg");
  height: 706px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .sobHow_page_area .section_1 .header_genels {
    position: absolute;
    top: 70px;
    left: 124px; }
    .sobHow_page_area .section_1 .header_genels .thumb a {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #fff;
      border-bottom: 1px solid #919391;
      text-decoration: none; }
    .sobHow_page_area .section_1 .header_genels .thumb span {
      margin: 0 25px;
      color: #fff; }
    .sobHow_page_area .section_1 .header_genels .text {
      margin-top: 20px;
      width: 720px; }
      .sobHow_page_area .section_1 .header_genels .text h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px; }
      .sobHow_page_area .section_1 .header_genels .text p {
        font-size: 28px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff; }
.sobHow_page_area .section_2 {
  position: relative;
  top: -50px; }
  .sobHow_page_area .section_2 .caps {
    width: 1250px;
    margin: 0 auto;
    display: block; }
    .sobHow_page_area .section_2 .caps .item_s .mobile {
      display: none; }
    .sobHow_page_area .section_2 .caps .item_s .pt_50 {
      width: 50%;
      float: left; }
      .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
        display: table;
        width: 100%;
        height: 625px; }
        .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area.sob_1 {
          background: url("../images/sob/sob_1_bg.png");
          background-position: center;
          background-repeat: no-repeat; }
        .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area.sob_2 {
          background: url("../images/sob/sob_2_bg.png");
          background-position: center;
          background-repeat: no-repeat; }
        .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area.sob_3 {
          background: url("../images/sob/sob_3_bg.png");
          background-position: center;
          background-repeat: no-repeat; }
        .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area.sob_4 {
          background: url("../images/sob/sob_4_bg.png");
          background-position: center;
          background-repeat: no-repeat; }
        .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area.sob_5 {
          background: url("../images/sob/sob_5_bg.png");
          background-position: center;
          background-repeat: no-repeat; }
        .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area.sob_6 {
          background: url("../images/sob/sob_6_bg.png");
          background-position: center;
          background-repeat: no-repeat; }
        .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell {
          display: table-cell;
          vertical-align: middle; }
          .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
            width: 475px;
            margin: 0 auto;
            display: block;
            text-align: center; }
            .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
              font-family: 'Poppins', sans-serif;
              font-weight: bold;
              font-style: normal;
              font-size: 40px;
              padding-top: 25px;
              padding-bottom: 25px; }
            .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
              font-size: 14px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              line-height: 22px; }
      .sobHow_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
        display: table;
        height: 625px;
        text-align: center;
        width: 100%; }
        .sobHow_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell {
          display: table-cell;
          vertical-align: middle; }
          .sobHow_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts {
            width: 440px;
            margin: 0 auto;
            display: block; }
            .sobHow_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts h3 {
              font-family: 'Poppins', sans-serif;
              font-weight: bold;
              font-style: normal;
              font-size: 40px;
              margin-bottom: 20px; }
            .sobHow_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts p {
              font-size: 15px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              line-height: 25px;
              margin-bottom: 40px; }
            .sobHow_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts a {
              text-decoration: none;
              width: 154px;
              border: 3px solid #e38902;
              border-radius: 50px;
              display: block;
              text-align: center;
              font-size: 14px;
              color: #e38902;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              padding: 14px 0;
              margin: 0 auto;
              -webkit-box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 30px 0px #ededed;
              box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 40px 0px #ededed; }
.sobHow_page_area .are_you {
  padding-top: 120px;
  background: transparent; }

/*D─░FFERENCE PAGE END*/
/*SOB HOWTO PAGE*/
.difference_page_area .section_1 {
  width: 1500px;
  margin: 0 auto;
  background: url("../images/difference/section_1_bg.jpg");
  height: 706px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .difference_page_area .section_1 .header_genels {
    position: absolute;
    top: 70px;
    left: 124px; }
    .difference_page_area .section_1 .header_genels .thumb a {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #fff;
      border-bottom: 1px solid #919391;
      text-decoration: none; }
    .difference_page_area .section_1 .header_genels .thumb span {
      margin: 0 25px;
      color: #fff; }
    .difference_page_area .section_1 .header_genels .text {
      margin-top: 20px;
      width: 490px; }
      .difference_page_area .section_1 .header_genels .text h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px; }
      .difference_page_area .section_1 .header_genels .text p {
        font-size: 27px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff; }
.difference_page_area .section_2 {
  position: relative;
  top: -50px; }
  .difference_page_area .section_2 .caps {
    width: 1250px;
    margin: 0 auto;
    display: block; }
    .difference_page_area .section_2 .caps .item_s .mobile {
      display: none; }
    .difference_page_area .section_2 .caps .item_s .pt_50 {
      width: 563px;
      margin-right: 62px;
      float: left; }
      .difference_page_area .section_2 .caps .item_s .pt_50 .area_S {
        margin-bottom: 60px; }
      .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
        padding-top: 140px;
        margin-bottom: 60px; }
      .difference_page_area .section_2 .caps .item_s .pt_50 .text_dif h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 40px;
        padding-top: 25px;
        padding-bottom: 25px; }
      .difference_page_area .section_2 .caps .item_s .pt_50 .text_dif p {
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 22px; }
      .difference_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
        display: table;
        height: 625px;
        text-align: center;
        width: 100%; }
        .difference_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell {
          display: table-cell;
          vertical-align: middle; }
          .difference_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts {
            width: 440px;
            margin: 0 auto;
            display: block; }
            .difference_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts h3 {
              font-family: 'Poppins', sans-serif;
              font-weight: bold;
              font-style: normal;
              font-size: 40px;
              margin-bottom: 20px; }
            .difference_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts p {
              font-size: 15px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              line-height: 25px;
              margin-bottom: 40px; }
            .difference_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts a {
              text-decoration: none;
              width: 154px;
              border: 3px solid #e38902;
              border-radius: 50px;
              display: block;
              text-align: center;
              font-size: 14px;
              color: #e38902;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              padding: 14px 0;
              margin: 0 auto;
              -webkit-box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 30px 0px #ededed;
              box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 40px 0px #ededed; }
.difference_page_area .are_you {
  padding-top: 120px;
  background: transparent; }

/*SOB HOWTO END*/
/*VAR─░ETES PAGE */
.varietes_page_area .section_1 {
  width: 1500px;
  margin: 0 auto;
  background: url("../images/varietes/section_1_bg.jpg");
  height: 447px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .varietes_page_area .section_1 .header_genels {
    position: absolute;
    top: 70px;
    left: 124px; }
    .varietes_page_area .section_1 .header_genels .thumb a {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #fff;
      border-bottom: 1px solid #919391;
      text-decoration: none; }
    .varietes_page_area .section_1 .header_genels .thumb span {
      margin: 0 25px;
      color: #fff; }
    .varietes_page_area .section_1 .header_genels .text {
      margin-top: 20px;
      width: 720px; }
      .varietes_page_area .section_1 .header_genels .text h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px; }
      .varietes_page_area .section_1 .header_genels .text p {
        font-size: 28px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff; }
.varietes_page_area .section_2 {
  position: relative;
  top: -50px; }
  .varietes_page_area .section_2 .caps {
    width: 1250px;
    margin: 0 auto;
    display: block; }
    .varietes_page_area .section_2 .caps .item_s .mobile {
      display: none; }
    .varietes_page_area .section_2 .caps .item_s .pt_50 {
      width: 50%;
      float: left; }
      .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
        display: table;
        width: 100%;
        height: 625px; }
        .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell {
          display: table-cell;
          vertical-align: middle; }
          .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
            width: 475px;
            margin: 0 auto;
            display: block;
            text-align: center; }
            .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
              font-family: 'Poppins', sans-serif;
              font-weight: bold;
              font-style: normal;
              font-size: 40px;
              padding-top: 25px;
              padding-bottom: 25px; }
            .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
              font-size: 14px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              line-height: 22px;
              margin-bottom: 50px; }
            .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif a {
              text-decoration: none;
              width: 154px;
              border: 3px solid #e38902;
              border-radius: 50px;
              display: block;
              text-align: center;
              font-size: 14px;
              color: #e38902;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              padding: 14px 0;
              margin: 0 auto;
              -webkit-box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 30px 0px #ededed;
              box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 40px 0px #ededed; }
      .varietes_page_area .section_2 .caps .item_s .pt_50 .bg img {
        width: 100% !important;
        height: auto !important; }
      .varietes_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
        display: table;
        height: 625px;
        text-align: center;
        width: 100%; }
        .varietes_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell {
          display: table-cell;
          vertical-align: middle; }
          .varietes_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts {
            width: 440px;
            margin: 0 auto;
            display: block; }
            .varietes_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts h3 {
              font-family: 'Poppins', sans-serif;
              font-weight: bold;
              font-style: normal;
              font-size: 40px;
              margin-bottom: 20px; }
            .varietes_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts p {
              font-size: 15px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              line-height: 25px;
              margin-bottom: 40px; }
            .varietes_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts a {
              text-decoration: none;
              width: 154px;
              border: 3px solid #e38902;
              border-radius: 50px;
              display: block;
              text-align: center;
              font-size: 14px;
              color: #e38902;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              padding: 14px 0;
              margin: 0 auto;
              -webkit-box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 30px 0px #ededed;
              box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 40px 0px #ededed; }
.varietes_page_area .are_you {
  padding-top: 120px;
  background: transparent; }

/*VAR─░ETES PAGE END */
/*CONTACT PAGE*/
.contact_page_area .section_1 {
  width: 1500px;
  margin: 0 auto;
  background: url("../images/contact/section_1_bg.jpg");
  height: 706px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .contact_page_area .section_1 .header_genels {
    position: absolute;
    top: 70px;
    left: 124px; }
    .contact_page_area .section_1 .header_genels .thumb a {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #fff;
      border-bottom: 1px solid #919391;
      text-decoration: none; }
    .contact_page_area .section_1 .header_genels .thumb span {
      margin: 0 25px;
      color: #fff; }
    .contact_page_area .section_1 .header_genels .text {
      margin-top: 20px;
      width: 482px; }
      .contact_page_area .section_1 .header_genels .text h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px; }
      .contact_page_area .section_1 .header_genels .text p {
        font-size: 28px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff; }
.contact_page_area .section_2 {
  position: relative;
  top: -130px; }
  .contact_page_area .section_2 .caps {
    width: 1250px;
    margin: 0 auto;
    display: block;
    position: relative; }
    .contact_page_area .section_2 .caps .maps2 {
      position: absolute;
      right: 0;
      top: -25px;
      display: none; }
      .contact_page_area .section_2 .caps .maps2 a {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #ffffff; }
    .contact_page_area .section_2 .caps .item_s .mobile {
      display: none; }
    .contact_page_area .section_2 .caps .item_s .pt_50 {
      width: 50%;
      float: left; }
      .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
        display: table;
        width: 100%;
        height: 550px;
        position: relative; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .maps {
          position: absolute;
          right: 155px;
          top: 90px; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .maps a {
            font-size: 15px;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-style: normal;
            color: #ffffff; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell {
          display: table-cell;
          vertical-align: bottom; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
            width: 475px;
            margin: 0 auto;
            display: block;
            text-align: left; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left {
              width: 185px;
              float: left;
              margin-right: 75px; }
              .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left.v2 {
                margin-right: 0; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .adress_mail {
              margin-bottom: 16px; }
              .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .adress_mail h2 {
                font-family: 'Poppins', sans-serif;
                font-weight: bold;
                font-style: normal;
                font-size: 30px;
                margin-bottom: 30px; }
              .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .adress_mail p {
                font-size: 15px;
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-style: normal;
                line-height: 22px;
                margin-bottom: 30px; }
              .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .adress_mail a {
                font-size: 15px;
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-style: normal;
                color: #000; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .phones {
              margin-bottom: 20px; }
              .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .phones h4 {
                font-family: 'Poppins', sans-serif;
                font-weight: bold;
                font-style: normal;
                font-size: 20px;
                margin-bottom: 15px; }
              .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .phones a {
                font-size: 15px;
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-style: normal;
                color: #000;
                text-decoration: none; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .fax h4 {
              font-family: 'Poppins', sans-serif;
              font-weight: bold;
              font-style: normal;
              font-size: 20px;
              margin-bottom: 15px; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .fax a {
              font-size: 15px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              color: #000;
              text-decoration: none; }
      .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form {
        background: #fff;
        padding: 60px;
        -webkit-box-shadow: 0px 5px 15px 0px #eeeeee;
        -moz-box-shadow: 0px 5px 15px 0px #eeeeee;
        box-shadow: 0px 5px 15px 0px #eeeeee; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname {
          margin-bottom: 50px; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name {
            float: left;
            margin-right: 25px; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name input {
              background: none;
              border: none;
              color: #000;
              border-bottom: 2px solid #000;
              width: 240px;
              padding-bottom: 10px;
              font-size: 16px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal; }
              .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name input:focus {
                outline: none; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .surname input {
            background: none;
            border: none;
            color: #000;
            border-bottom: 2px solid #000;
            width: 240px;
            padding-bottom: 10px;
            font-size: 16px;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-style: normal; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .surname input:focus {
              outline: none; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email {
          margin-bottom: 50px; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel {
            float: left;
            margin-right: 25px; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel input {
              background: none;
              border: none;
              color: #000;
              border-bottom: 2px solid #000;
              width: 240px;
              padding-bottom: 10px;
              font-size: 16px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal; }
              .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel input:focus {
                outline: none; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .email input {
            background: none;
            border: none;
            color: #000;
            border-bottom: 2px solid #000;
            width: 240px;
            padding-bottom: 10px;
            font-size: 16px;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-style: normal; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .email input:focus {
              outline: none; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .descKs {
          margin-bottom: 50px; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .descKs input {
            background: none;
            border: none;
            color: #000;
            border-bottom: 2px solid #000;
            width: 100%;
            padding-bottom: 10px;
            font-size: 16px;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-style: normal; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .descKs input:focus {
              outline: none; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .checkbox_area .terms_of_use input {
          display: none; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .checkbox_area .terms_of_use input[type="checkbox"]:checked + label span:before {
          width: 5px;
          background: #e38902;
          transition: width 150ms ease 100ms; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .checkbox_area .terms_of_use input[type="checkbox"]:checked + label span:after {
          width: 10px;
          background: #e38902;
          transition: width 150ms ease 100ms; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .checkbox_area .terms_of_use label {
          display: inline-block;
          color: #000;
          cursor: pointer;
          position: relative;
          font-size: 13px;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          line-height: 22px;
          padding-left: 35px; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .checkbox_area .terms_of_use label span {
            display: inline-block;
            background-color: transparent;
            width: 20px;
            height: 20px;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            border: 2px solid #e7e4e1;
            vertical-align: -6px;
            margin-right: 10px;
            transition: background-color 150ms 200ms, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
            transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
            transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89), -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
            position: absolute;
            left: 0; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .checkbox_area .terms_of_use label span:before {
              content: "";
              width: 0px;
              height: 2px;
              border-radius: 2px;
              position: absolute;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              top: 10px;
              left: 6px;
              transition: width 50ms ease 50ms;
              -webkit-transform-origin: 0% 0%;
              -ms-transform-origin: 0% 0%;
              transform-origin: 0% 0%; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .checkbox_area .terms_of_use label span:after {
              content: "";
              width: 0;
              height: 2px;
              border-radius: 2px;
              position: absolute;
              -webkit-transform: rotate(305deg);
              -ms-transform: rotate(305deg);
              transform: rotate(305deg);
              top: 12px;
              left: 8px;
              transition: width 50ms ease;
              -webkit-transform-origin: 0% 0%;
              -ms-transform-origin: 0% 0%;
              transform-origin: 0% 0%; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area {
          margin-bottom: 50px; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .security-wrap {
            margin-top: 0;
            float: left; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .refress {
            float: left;
            margin: 0 20px;
            padding-top: 9px; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .captcha_code_area {
            float: left; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .captcha_code_area input {
              text-transform: uppercase;
              background: none;
              border: none;
              color: #000;
              border-bottom: 2px solid #000;
              width: 353px;
              padding-bottom: 10px;
              font-size: 16px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal; }
              .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .captcha_code_area input:focus {
                outline: none; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .btn_area a {
          text-decoration: none;
          width: 154px;
          border: 3px solid #e38902;
          border-radius: 50px;
          text-align: center;
          font-size: 14px;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          padding: 14px 0;
          margin: 0 auto;
          -webkit-box-shadow: 0px 0px 30px 0px #ededed;
          -moz-box-shadow: 0px 0px 30px 0px #ededed;
          box-shadow: 0px 0px 30px 0px #ededed;
          -moz-box-shadow: 0px 0px 40px 0px #ededed;
          display: block;
          background: #e38902;
          color: #ffffff; }
      .contact_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
        display: table;
        height: 625px;
        text-align: center;
        width: 100%; }
        .contact_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell {
          display: table-cell;
          vertical-align: middle; }
          .contact_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts {
            width: 440px;
            margin: 0 auto;
            display: block; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts h3 {
              font-family: 'Poppins', sans-serif;
              font-weight: bold;
              font-style: normal;
              font-size: 40px;
              margin-bottom: 20px; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts p {
              font-size: 15px;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              line-height: 25px;
              margin-bottom: 40px; }
            .contact_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts a {
              text-decoration: none;
              width: 154px;
              border: 3px solid #e38902;
              border-radius: 50px;
              display: block;
              text-align: center;
              font-size: 14px;
              color: #e38902;
              font-family: 'Poppins', sans-serif;
              font-weight: 300;
              font-style: normal;
              padding: 14px 0;
              margin: 0 auto;
              -webkit-box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 30px 0px #ededed;
              box-shadow: 0px 0px 30px 0px #ededed;
              -moz-box-shadow: 0px 0px 40px 0px #ededed; }
.contact_page_area .are_you {
  padding-top: 120px;
  background: transparent; }

/*CONTACT PAGE END*/
.footer_top {
  background: #373737; }
  .footer_top .global_container {
    width: 1250px;
    margin: 0 auto;
    display: block; }
    .footer_top .global_container .table .table_cell {
      height: 72px;
      display: table;
      width: 100%; }
      .footer_top .global_container .table .table_cell .left {
        width: 50%;
        display: table-cell;
        vertical-align: middle; }
        .footer_top .global_container .table .table_cell .left h5 {
          font-size: 16px;
          color: #fff;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal; }
      .footer_top .global_container .table .table_cell .right {
        width: 50%;
        display: table-cell;
        vertical-align: middle; }
        .footer_top .global_container .table .table_cell .right ul {
          margin: 0;
          padding: 0;
          text-align: right; }
          .footer_top .global_container .table .table_cell .right ul li {
            list-style-type: none;
            display: inline-block;
            margin-right: 40px; }
            .footer_top .global_container .table .table_cell .right ul li:last-child {
              margin-right: 0; }
            .footer_top .global_container .table .table_cell .right ul li a {
              text-decoration: none; }
              .footer_top .global_container .table .table_cell .right ul li a img {
                margin-right: 10px; }
              .footer_top .global_container .table .table_cell .right ul li a span {
                color: #fff;
                font-size: 11px;
                font-family: 'Poppins', sans-serif;
                font-weight: bold;
                font-style: normal;
                position: relative;
                top: -7px; }

.footer_center {
  background: url("../images/footer_center_bg.png"); }
  .footer_center .global_container {
    width: 1250px;
    margin: 0 auto;
    display: block; }
    .footer_center .global_container .table {
      height: 130px;
      display: table;
      width: 100%; }
      .footer_center .global_container .table .left {
        width: 65%;
        display: table-cell;
        vertical-align: middle; }
        .footer_center .global_container .table .left ul {
          margin: 0;
          padding: 0; }
          .footer_center .global_container .table .left ul li {
            list-style-type: none;
            display: inline-block;
            margin-right: 40px; }
            .footer_center .global_container .table .left ul li:last-child {
              margin-right: 0; }
            .footer_center .global_container .table .left ul li a {
              font-size: 14px;
              color: #373737;
              text-decoration: none;
              font-family: 'Poppins', sans-serif;
              font-weight: bold;
              font-style: normal; }
      .footer_center .global_container .table .right {
        width: 35%;
        display: table-cell;
        vertical-align: middle; }
        .footer_center .global_container .table .right .genels {
          text-align: right;
          position: relative; }
          .footer_center .global_container .table .right .genels span {
            position: absolute;
            font-size: 14px;
            color: #9c9c9c;
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            font-style: normal;
            top: -15px;
            right: 0; }
          .footer_center .global_container .table .right .genels a {
            color: #373737;
            font-size: 34px;
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            font-style: normal;
            text-decoration: none; }

.footer_bottom .global_container {
  width: 1250px;
  margin: 0 auto;
  display: block; }
  .footer_bottom .global_container .table {
    height: 102px;
    display: table;
    width: 100%; }
    .footer_bottom .global_container .table .left {
      width: 60%;
      display: table-cell;
      vertical-align: middle; }
      .footer_bottom .global_container .table .left .images {
        display: inline-block;
        float: left; }
        .footer_bottom .global_container .table .left .images img {
          display: inline-block; }
      .footer_bottom .global_container .table .left .txt {
        display: inline-block;
        margin-left: 27px;
        height: 49px;
        display: table;
        float: left; }
        .footer_bottom .global_container .table .left .txt span {
          display: table-cell;
          vertical-align: middle;
          font-size: 12px;
          color: #131313;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          margin-bottom: 7px; }
        .footer_bottom .global_container .table .left .txt a {
          font-size: 12px;
          color: #131313;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          text-decoration: none;
          margin-right: 15px; }
          .footer_bottom .global_container .table .left .txt a:last-child {
            margin-right: 0; }
          .footer_bottom .global_container .table .left .txt a.line {
            position: relative; }
            .footer_bottom .global_container .table .left .txt a.line:after {
              content: '';
              position: absolute;
              width: 2px;
              background: #919191;
              height: 100%;
              right: -7px;
              top: 0; }
    .footer_bottom .global_container .table .right {
      width: 40%;
      display: table-cell;
      vertical-align: middle; }
      .footer_bottom .global_container .table .right ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: right; }
        .footer_bottom .global_container .table .right ul li {
          display: inline-block; }
          .footer_bottom .global_container .table .right ul li a {
            font-size: 12px;
            color: #131313;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-style: normal;
            text-decoration: none;
            margin-right: 15px; }
            .footer_bottom .global_container .table .right ul li a.line {
              position: relative; }
              .footer_bottom .global_container .table .right ul li a.line:after {
                /*content: '';
                position: absolute;
                width: 2px;
                background: #919191;
                height: 100%;
                right: -11px;
                top: 0;*/ }
          .footer_bottom .global_container .table .right ul li:last-child a {
            margin-right: 0; }

.mobile_header_ {
  position: fixed;
  z-index: 9999999;
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  visibility: visible; }
  .mobile_header_ .table {
    display: table;
    height: 100vh;
    width: 100%; }
    .mobile_header_ .table .table_cell {
      display: table-cell;
      vertical-align: middle; }
      .mobile_header_ .table .table_cell .close img {
        width: 32px;
        position: absolute;
        right: 30px;
        margin-top: -30px; }

.mobile_header_ .list_1 ul li {
  display: block;
  margin: 15px 0;
  padding-left: 0;
  padding-right: 0; }
  .mobile_header_ .list_1 ul li a {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none; }
    .mobile_header_ .list_1 ul li a.mobile_toggle {
      cursor: pointer; }
  .mobile_header_ .list_1 ul li .mobile-sfs {
    padding-left: 15px;
    display: none; }
    .mobile_header_ .list_1 ul li .mobile-sfs li {
      margin: 5px 0; }
      .mobile_header_ .list_1 ul li .mobile-sfs li a {
        font-size: 14px; }

/*PAGE 2 START*/
.header.header2 {
  background: #fff;
  position: relative; }
  .header.header2 .table_ .table_cell .des .logo img {
    top: -24px; }

.header.header3 {
  background: #f6f6f6;
  position: relative; }

.section_1_1 {
  position: relative; }
  .section_1_1 .top {
    position: relative;
    z-index: 2;
    width: 1500px;
    margin: 0 auto; }
    .section_1_1 .top img {
      margin: 0 auto;
      display: block;
      width: 100%; }
    .section_1_1 .top .text {
      position: absolute;
      top: 100px;
      right: 100px; }
      .section_1_1 .top .text a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        background: #e6951c;
        border-radius: 25px;
        padding: 17px 0px;
        text-align: center;
        width: 160px;
        display: inline-block;
        margin-top: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal; }
      .section_1_1 .top .text h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        line-height: 58px; }
      .section_1_1 .top .text h4 {
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 5px; }
  .section_1_1 .center2 {
    position: relative; }
    .section_1_1 .center2 img {
      width: 100%;
      position: relative;
      top: -45px; }
    .section_1_1 .center2 .description_area2 {
      width: 1255px;
      margin: 0 auto;
      left: 0;
      right: 0;
      position: absolute;
      top: 0; }
      .section_1_1 .center2 .description_area2 .right2 {
        width: 225px;
        text-align: right;
        position: absolute;
        right: 0;
        top: 70px; }
        .section_1_1 .center2 .description_area2 .right2 h4 {
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 22px;
          margin-bottom: 10px; }
        .section_1_1 .center2 .description_area2 .right2 p {
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 14px;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          display: -webkit-box; }
      .section_1_1 .center2 .description_area2 .left2 {
        width: 625px;
        position: relative;
        height: 400px;
        top: -70px;
        z-index: 2;
        background: #eb6511;
        /* Old browsers */
        background: -moz-linear-gradient(left, #eb6511 1%, #e87f0a 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #eb6511 1%, #e87f0a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #eb6511 1%, #e87f0a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6511', endColorstr='#e87f0a',GradientType=1 );
        /* IE6-9 */ }
        .section_1_1 .center2 .description_area2 .left2 .desc_1 {
          width: 270px;
          padding-left: 60px;
          padding-top: 40px; }
          .section_1_1 .center2 .description_area2 .left2 .desc_1 h2 {
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            font-style: normal;
            font-size: 33px;
            color: #fff;
            margin-bottom: 40px; }
          .section_1_1 .center2 .description_area2 .left2 .desc_1 p {
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-style: normal;
            font-size: 14px;
            color: #fff;
            margin-bottom: 50px;
            line-height: 25px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box; }
          .section_1_1 .center2 .description_area2 .left2 .desc_1 a {
            font-size: 13px;
            color: #fff;
            text-decoration: none;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec7b29+1,e98224+100 */
            background: #ec7b29;
            /* Old browsers */
            background: -moz-linear-gradient(left, #ec7b29 1%, #e98224 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #ec7b29 1%, #e98224 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #ec7b29 1%, #e98224 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7b29', endColorstr='#e98224',GradientType=1 );
            /* IE6-9 */
            border-radius: 25px;
            padding: 17px 0px;
            text-align: center;
            width: 160px;
            display: inline-block;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-style: normal; }
        .section_1_1 .center2 .description_area2 .left2 .images {
          position: absolute;
          right: 0;
          top: 0; }
          .section_1_1 .center2 .description_area2 .left2 .images img {
            width: auto;
            top: 30px;
            position: absolute;
            right: -65px; }

.section_2_product {
  margin-bottom: 120px;
  margin-top: 150px; }
  .section_2_product .mobile {
    display: none; }
  .section_2_product .product_ {
    width: 1250px;
    margin: 0 auto;
    display: block; }
    .section_2_product .product_.v2 .pt_33.three {
      background: url("../images/main/packet_2_bg.png");
      background-repeat: no-repeat;
      background-position: center; }
    .section_2_product .product_.v2 .pt_33.two {
      display: table; }
      .section_2_product .product_.v2 .pt_33.two .pddtop {
        display: table-cell;
        vertical-align: middle; }
        .section_2_product .product_.v2 .pt_33.two .pddtop p {
          width: 245px;
          margin: 0 auto;
          margin-bottom: 30px;
          font-size: 14px; }
        .section_2_product .product_.v2 .pt_33.two .pddtop a {
          text-decoration: none;
          width: 154px;
          border: 3px solid #e38902;
          border-radius: 50px;
          display: block;
          text-align: center;
          font-size: 14px;
          color: #e38902;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          padding: 14px 0;
          margin: 0 auto;
          -webkit-box-shadow: 0px 0px 30px 0px #ededed;
          -moz-box-shadow: 0px 0px 30px 0px #ededed;
          box-shadow: 0px 0px 30px 0px #ededed;
          -moz-box-shadow: 0px 0px 40px 0px #ededed; }
    .section_2_product .product_ .pt_33 {
      width: 416px;
      float: left;
      height: 333px;
      position: relative; }
      .section_2_product .product_ .pt_33 .texts {
        width: 168px;
        float: left; }
        .section_2_product .product_ .pt_33 .texts a {
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 14px;
          color: #fff;
          position: absolute;
          z-index: 2;
          padding-left: 30px;
          bottom: 35px;
          display: none; }
      .section_2_product .product_ .pt_33.one {
        background: url("../images/main/packet_1_bg.png");
        background-repeat: no-repeat;
        background-position: center; }
        .section_2_product .product_ .pt_33.one:hover .glow {
          background: #b72b00; }
        .section_2_product .product_ .pt_33.one:hover .texts a {
          display: block; }
      .section_2_product .product_ .pt_33.three {
        background: url("../images/main/packet_3_bg.png");
        background-repeat: no-repeat;
        background-position: center; }
        .section_2_product .product_ .pt_33.three:hover .glow {
          background: #b72b00; }
        .section_2_product .product_ .pt_33.three:hover .texts a {
          display: block; }
      .section_2_product .product_ .pt_33 h3 {
        font-size: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        padding-left: 30px;
        z-index: 2;
        position: relative;
        color: #ffffff; }
      .section_2_product .product_ .pt_33 img {
        position: absolute;
        z-index: 2; }
      .section_2_product .product_ .pt_33.two h3 {
        font-size: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        text-align: center;
        margin-bottom: 20px;
        padding-left: 0;
        width: auto;
        float: none;
        color: #000; }
      .section_2_product .product_ .pt_33.two p {
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center; }
      .section_2_product .product_ .pt_33 .pddtop {
        padding-top: 44px; }
        .section_2_product .product_ .pt_33 .pddtop.siZe h3 {
          font-size: 22px; }
        .section_2_product .product_ .pt_33 .pddtop.siZe img {
          right: 0; }
      .section_2_product .product_ .pt_33 .glow {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .7;
        z-index: 1;
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear; }

.are_you {
  background: url("../images/main/we_are_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 125px; }
  .are_you .are_you_cntiner {
    width: 1250px;
    margin: 0 auto; }
    .are_you .are_you_cntiner .mobile_switch_area {
      display: none; }
    .are_you .are_you_cntiner .email_container {
      background: #eb6511;
      background: -moz-linear-gradient(left, #eb6511 1%, #e87f0a 100%);
      background: -webkit-linear-gradient(left, #eb6511 1%, #e87f0a 100%);
      background: linear-gradient(to right, #eb6511 1%, #e87f0a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6511', endColorstr='#e87f0a',GradientType=1 );
      width: 1000px;
      margin: 0 auto 0 auto;
      padding: 90px 0;
      text-align: center; }
      .are_you .are_you_cntiner .email_container .frm h3 {
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 22px;
        color: #fff;
        margin-bottom: 12px; }
      .are_you .are_you_cntiner .email_container .frm p {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff;
        font-size: 16px;
        margin-bottom: 25px; }
      .are_you .are_you_cntiner .email_container .frm .e_mail_area input {
        width: 625px;
        background-color: transparent;
        border: 0;
        color: #fff;
        font: 44px 'hb',arial;
        outline: none;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        padding-left: 10px;
        padding-bottom: 10px; }
        .are_you .are_you_cntiner .email_container .frm .e_mail_area input.error {
          border-bottom: 1px solid yellow;
          color: yellow; }
      .are_you .are_you_cntiner .email_container .frm .e_mail_area a {
        text-decoration: none;
        width: 154px;
        border: 3px solid #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 14px 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        top: -5px;
        left: 10px; }
    .are_you .are_you_cntiner .btn_ {
      text-align: center;
      /*margin-top: 120px;
padding-bottom: 105px;*/
      margin-top: 0;
      padding-bottom: 50px; }
      .are_you .are_you_cntiner .btn_ button {
        text-decoration: none;
        width: 154px;
        border: 3px solid #e38902;
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        color: #e38902;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 14px 0;
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 30px 0px #ededed;
        -moz-box-shadow: 0px 0px 30px 0px #ededed;
        box-shadow: 0px 0px 30px 0px #ededed;
        -moz-box-shadow: 0px 0px 40px 0px #ededed;
        background: transparent;
        display: inline-block;
        margin-right: 20px; }
        .are_you .are_you_cntiner .btn_ button.active_s {
          background: #e38902;
          color: #ffffff; }
        .are_you .are_you_cntiner .btn_ button:last-child {
          margin-right: 0; }
        .are_you .are_you_cntiner .btn_ button:focus {
          outline: none; }
    .are_you .are_you_cntiner .text h3 {
      font-size: 30px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      font-style: normal;
      text-align: center;
      margin-bottom: 15px; }
    .are_you .are_you_cntiner .text p {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-style: normal;
      text-align: center;
      /*margin-bottom: 65px;*/
      margin-bottom: 40px; }
    .are_you .are_you_cntiner .glow {
      background: #fff;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: .7;
      display: none;
      -webkit-transition: background-color 500ms linear;
      -moz-transition: background-color 500ms linear;
      -o-transition: background-color 500ms linear;
      -ms-transition: background-color 500ms linear;
      transition: background-color 500ms linear; }
    .are_you .are_you_cntiner .grid-item {
      display: table; }
      .are_you .are_you_cntiner .grid-item a {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        text-decoration: none;
        width: 154px;
        border: 3px solid #fff;
        border-radius: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 14px 0;
        margin: 0 auto;
        display: none; }
      .are_you .are_you_cntiner .grid-item img.bg_areas_ {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 5px; }
      .are_you .are_you_cntiner .grid-item .table_cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff; }
        .are_you .are_you_cntiner .grid-item .table_cell h4 {
          font-size: 22px;
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal; }
        .are_you .are_you_cntiner .grid-item .table_cell .title_ {
          position: relative; }
      .are_you .are_you_cntiner .grid-item:hover .glow {
        display: block;
        background: #000000; }
      .are_you .are_you_cntiner .grid-item:hover a {
        display: block; }
    .are_you .are_you_cntiner .v1 {
      background-repeat: no-repeat;
      background-position: center;
      display: table; }
    .are_you .are_you_cntiner .v2 {
      background-repeat: no-repeat;
      background-position: center;
      display: table; }
    .are_you .are_you_cntiner .v3 {
      background: url("../images/main/hungry_3_bg.jpg");
      background-repeat: no-repeat;
      background-position: center;
      display: table; }
    .are_you .are_you_cntiner .v4 {
      background: url("../images/main/hungry_4_bg.jpg");
      background-repeat: no-repeat;
      background-position: center;
      display: table; }
    .are_you .are_you_cntiner .v5 {
      background: url("../images/main/hungry_1_bg.jpg");
      background-repeat: no-repeat;
      background-position: center;
      display: table; }
    .are_you .are_you_cntiner .v6 {
      background: url("../images/main/hungry_6_bg.jpg");
      background-repeat: no-repeat;
      background-position: center;
      display: table; }
    .are_you .are_you_cntiner .v7 {
      background: url("../images/main/hungry_7_bg.jpg");
      background-repeat: no-repeat;
      background-position: center;
      display: table; }
  .are_you .new_area {
    margin-bottom: 100px; }
    .are_you .new_area .grid {
      background: transparent;
      border: none;
      width: 1250px;
      max-width: 1250px; }
      .are_you .new_area .grid .v1 {
        height: 676px;
        width: 403px;
        border: none;
        margin: 5px;
        border-radius: 5px; }
      .are_you .new_area .grid .v2 {
        width: 403px;
        height: 333px;
        border: none;
        margin: 5px;
        border-radius: 5px; }

/*PAGE 2 END*/
/*STORY OF BULGUR*/
.story_of_bulgur_area {
  padding-top: 80px; }
  .story_of_bulgur_area iframe {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px; }
  .story_of_bulgur_area .genelse {
    width: 1000px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 210px; }
    .story_of_bulgur_area .genelse.mobile {
      display: none; }
    .story_of_bulgur_area .genelse .line {
      width: 3px;
      background: #8e7100;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .story_of_bulgur_area .genelse .section-1 {
      height: 670px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-1 h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 400px;
        margin: 0 auto;
        top: -10px;
        line-height: 65px;
        z-index: 2; }
      .story_of_bulgur_area .genelse .section-1 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 260px;
        z-index: 2; }
      .story_of_bulgur_area .genelse .section-1 img.s_1 {
        position: absolute;
        right: 70px; }
      .story_of_bulgur_area .genelse .section-1 img.s_2 {
        position: absolute;
        bottom: 0;
        left: 145px; }
      .story_of_bulgur_area .genelse .section-1 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 415px;
        text-align: right;
        position: absolute;
        left: 45px;
        top: 350px; }
      .story_of_bulgur_area .genelse .section-1 h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 24px;
        text-align: left;
        position: absolute;
        right: 114px;
        margin: 0 auto;
        bottom: 120px;
        z-index: 2;
        width: 275px; }
    .story_of_bulgur_area .genelse .section-2 {
      height: 255px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-2 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 75px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-2 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 415px;
        text-align: right;
        position: absolute;
        left: 45px;
        top: 155px; }
      .story_of_bulgur_area .genelse .section-2 img {
        position: absolute;
        right: 240px;
        bottom: 100px; }
    .story_of_bulgur_area .genelse .section-3 {
      height: 280px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-3 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 160px;
        text-align: right;
        position: absolute;
        left: 0;
        right: -100px;
        margin: 0 auto;
        top: 20px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-3 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 265px;
        text-align: left;
        position: absolute;
        right: 185px;
        top: 115px; }
      .story_of_bulgur_area .genelse .section-3 img {
        position: absolute;
        top: 0;
        left: 289px; }
    .story_of_bulgur_area .genelse .section-4 {
      height: 190px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-4 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 0;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-4 h4 {
        font-size: 30px;
        width: 245px;
        text-align: right;
        position: absolute;
        left: 215px;
        top: 85px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal; }
      .story_of_bulgur_area .genelse .section-4 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 265px;
        text-align: left;
        position: absolute;
        left: 185px;
        top: 80px; }
    .story_of_bulgur_area .genelse .section-5 {
      height: 280px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-5 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 160px;
        text-align: right;
        position: absolute;
        left: 0;
        right: -100px;
        margin: 0 auto;
        top: 0;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-5 img {
        position: absolute;
        top: 0;
        left: 288px; }
      .story_of_bulgur_area .genelse .section-5 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 265px;
        text-align: left;
        position: absolute;
        right: 185px;
        top: 90px; }
    .story_of_bulgur_area .genelse .section-6 {
      height: 400px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-6 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 169px;
        text-align: right;
        position: absolute;
        left: 96px;
        right: 0;
        margin: 0 auto;
        top: 80px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-6 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 285px;
        text-align: left;
        position: absolute;
        right: 175px;
        top: 185px; }
      .story_of_bulgur_area .genelse .section-6 img {
        position: absolute;
        left: 120px;
        top: 40px; }
    .story_of_bulgur_area .genelse .section-7 {
      height: 340px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-7 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 155px;
        text-align: right;
        position: absolute;
        left: 105px;
        right: 0;
        margin: 0 auto;
        top: 30px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-7 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 390px;
        text-align: left;
        position: absolute;
        right: 60px;
        top: 120px; }
      .story_of_bulgur_area .genelse .section-7 img {
        position: absolute;
        left: 100px; }
    .story_of_bulgur_area .genelse .section-8 {
      height: 400px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-8 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 80px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-8 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 350px;
        text-align: right;
        position: absolute;
        left: 110px;
        top: 185px; }
      .story_of_bulgur_area .genelse .section-8 img {
        position: absolute;
        right: 258px; }
    .story_of_bulgur_area .genelse .section-9 {
      height: 285px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-9 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 109px;
        margin: 0 auto;
        top: 0;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-9 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 265px;
        text-align: left;
        position: absolute;
        right: 185px;
        top: 90px; }
      .story_of_bulgur_area .genelse .section-9 img {
        position: absolute;
        left: 260px;
        z-index: 2;
        top: -30px; }
    .story_of_bulgur_area .genelse .section-10 {
      height: 430px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-10 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 80px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-10 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 350px;
        text-align: right;
        position: absolute;
        left: 110px;
        top: 185px; }
      .story_of_bulgur_area .genelse .section-10 img {
        position: absolute;
        right: 0;
        top: 20px;
        left: 305px;
        margin: 0 auto; }
    .story_of_bulgur_area .genelse .section-11 {
      height: 310px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-11 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 109px;
        margin: 0 auto;
        top: 0;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-11 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 360px;
        text-align: left;
        position: absolute;
        right: 90px;
        top: 90px; }
      .story_of_bulgur_area .genelse .section-11 img {
        position: absolute;
        left: 0px;
        z-index: 2;
        top: -30px; }
    .story_of_bulgur_area .genelse .section-12 {
      height: 430px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-12 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 80px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-12 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 410px;
        text-align: right;
        position: absolute;
        left: 50px;
        top: 185px; }
      .story_of_bulgur_area .genelse .section-12 img {
        position: absolute;
        right: 0;
        top: 20px; }
    .story_of_bulgur_area .genelse .section-13 {
      height: 280px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-13 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 180px;
        text-align: right;
        position: absolute;
        left: 90px;
        right: 0;
        margin: 0 auto;
        top: 0;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-13 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 360px;
        text-align: left;
        position: absolute;
        right: 90px;
        top: 90px; }
      .story_of_bulgur_area .genelse .section-13 img {
        position: absolute;
        left: 55px;
        z-index: 2;
        top: 0; }
    .story_of_bulgur_area .genelse .section-14 {
      height: 310px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-14 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 109px;
        margin: 0 auto;
        top: 0;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-14 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 360px;
        text-align: left;
        position: absolute;
        right: 90px;
        top: 90px; }
      .story_of_bulgur_area .genelse .section-14 img {
        position: absolute;
        left: 0px;
        z-index: 2;
        top: -30px; }
    .story_of_bulgur_area .genelse .section-15 {
      height: 430px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-15 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 80px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-15 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 350px;
        text-align: right;
        position: absolute;
        left: 110px;
        top: 185px; }
      .story_of_bulgur_area .genelse .section-15 img {
        position: absolute;
        right: 0;
        top: 20px; }
    .story_of_bulgur_area .genelse .section-16 {
      height: 430px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-16 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 80px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-16 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 350px;
        text-align: right;
        position: absolute;
        left: 110px;
        top: 185px; }
      .story_of_bulgur_area .genelse .section-16 img {
        position: absolute;
        right: 120px;
        top: 20px; }
    .story_of_bulgur_area .genelse .section-17 {
      height: 430px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-17 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 80px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-17 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 350px;
        text-align: right;
        position: absolute;
        left: 110px;
        top: 185px; }
      .story_of_bulgur_area .genelse .section-17 img {
        position: absolute;
        right: 120px;
        top: 20px; }
    .story_of_bulgur_area .genelse .section-18 {
      height: 430px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-18 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 370px;
        text-align: right;
        position: absolute;
        left: 0;
        right: 330px;
        margin: 0 auto;
        top: 80px;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-18 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 410px;
        text-align: right;
        position: absolute;
        left: 50px;
        top: 185px; }
      .story_of_bulgur_area .genelse .section-18 img {
        position: absolute;
        right: 0;
        top: 20px;
        left: 400px;
        margin: auto; }
    .story_of_bulgur_area .genelse .section-19 {
      height: 280px;
      position: relative; }
      .story_of_bulgur_area .genelse .section-19 h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 60px;
        width: 180px;
        text-align: right;
        position: absolute;
        left: 90px;
        right: 0;
        margin: 0 auto;
        top: 0;
        z-index: 2;
        background: #fff; }
      .story_of_bulgur_area .genelse .section-19 p {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 360px;
        text-align: left;
        position: absolute;
        right: 90px;
        top: 90px; }
      .story_of_bulgur_area .genelse .section-19 img {
        position: absolute;
        left: 0;
        z-index: 2;
        top: 0;
        width: 445px; }

/*STORY OF BULGUR END*/
/*MED─░A START*/
@media only screen and (max-width: 1680px) and (min-width: 1663px) {
  .section_3 {
    /*height: 1765px;*/ }
    .section_3 img {
      /*width: 75%;*/ }
      .section_3 img.position {
        width: 85%; } }
@media only screen and (max-width: 1600px) and (min-width: 1580px) {
  .section_3 {
    /*height: 1685px;*/ }
    .section_3 img {
      /*width: 75%;*/ }
      .section_3 img.position {
        width: 85%; } }
@media only screen and (max-width: 1579px) and (min-width: 1520px) {
  .section_3 {
    /*height: 1640px;*/ }
    .section_3 img {
      /*width: 75%;*/ }
      .section_3 img.position {
        width: 90%; }
    .section_3 .description_top {
      top: 145px; } }
@media only screen and (max-width: 1519px) and (min-width: 1350px) {
  .section_3 {
    /*height: 1455px;*/ }
    .section_3 img {
      /*width: 75%;*/ }
      .section_3 img.position {
        width: 90%; }
    .section_3 .description_top {
      top: 145px; }

  .section_end .description {
    position: absolute;
    width: 360px;
    left: 25px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0; }
    .section_end .description h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .section_end .description p {
      font-size: 13px; }

  .section_1 .description_top_1 {
    left: 5%; }

  .section_1_1 .top {
    width: 1220px; }
    .section_1_1 .top .text {
      right: 45px;
      top: 35px; }

  .section_1_1 .center2 .description_area2 {
    width: 1120px; }

  .product_page_area .section_1 {
    width: 1250px; }

  .product_page_area .section_2 .caps {
    width: 1000px; }

  .product_page_area .section_2 .caps .item_s .pt_50 {
    width: 500px;
    height: 500px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .bg img {
    width: 250px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
    height: 500px; }

  .product_detail_page_area .section_1 {
    width: 1300px; }

  .recipes_area_page .section_1 {
    width: 1300px; }

  .recipes_detail_page_area .section_1 {
    width: 1300px; }

  .difference_page_area .section_1 {
    width: 1250px; }

  .difference_page_area .section_2 .caps {
    width: 1000px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 {
    width: 438px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S_btm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area_bttm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .text_dif h2 {
    font-size: 34px; }

  .sobHow_page_area .section_1 {
    width: 1250px; }

  .sobHow_page_area .section_2 .caps {
    width: 1000px; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 500px;
    background-size: 260px !important; }

  .varietes_page_area .section_1 {
    width: 1250px; }

  .varietes_page_area .section_2 .caps {
    width: 1000px; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 500px;
    background-size: 260px !important; }

  .contact_page_area .section_1 {
    width: 1250px; }

  .contact_page_area .section_2 .caps {
    width: 1000px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name input {
    width: 176px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .surname input {
    width: 176px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel input {
    width: 176px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .email input {
    width: 176px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .captcha_code_area input {
    width: 228px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left {
    margin-left: 40px;
    margin-right: 35px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left.v2 {
    margin: 0; } }
@media only screen and (max-width: 1520px) and (min-width: 1350px) {
  .header {
    width: 1270px; }

  .header .table_ .table_cell .des {
    width: 1250px; }

  .header .table_ .table_cell .des a.right {
    margin-right: 25px; }

  .header .table_ .table_cell .des .search {
    right: 40px; } }
@media only screen and (max-width: 1349px) and (min-width: 1280px) {
  .header {
    width: 1170px; }

  .header .table_ .table_cell .des {
    width: 1120px; }

  .header .table_ .table_cell .des a.right {
    margin-right: 25px; }

  .header .table_ .table_cell .des a.webs {
    padding-bottom: 38px; }

  .header .table_ .table_cell .des .section_list ul {
    width: 170px; }

  .header .table_ .table_cell .des .search {
    right: 10px; }

  .header .table_ .table_cell .des a {
    font-size: 12px; }

  .header .table_ .table_cell .des .search a img {
    display: block;
    margin: 10px auto 0 auto; }

  .section_3 {
    /*height: 1340px;*/ }
    .section_3 img {
      /* width: 75%;*/ }
      .section_3 img.position {
        width: 85%; }

  .section_end .description {
    position: absolute;
    width: 340px;
    left: 25px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0; }
    .section_end .description h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .section_end .description p {
      font-size: 13px; }

  .section_1 .description_bottom {
    bottom: 85px; }
    .section_1 .description_bottom p {
      font-size: 13px; }

  .section_1 .description_top_1 {
    left: 5%; }

  .section_3 .description_top {
    top: 80px; }
  .section_3 .description_end {
    left: 3%; }

  .section_1_1 .top {
    width: 1220px; }
    .section_1_1 .top .text {
      right: 45px;
      top: 35px; }

  .section_1_1 .center2 .description_area2 {
    width: 1120px; }

  .product_page_area .section_1 {
    width: 1250px; }

  .product_page_area .section_2 .caps {
    width: 1000px; }

  .product_page_area .section_2 .caps .item_s .pt_50 {
    width: 500px;
    height: 500px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .bg img {
    width: 250px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
    height: 500px; }

  .product_detail_page_area .section_1 {
    width: 1260px; }

  .product_detail_page_area .section_1 .img {
    right: 65px; }

  .recipes_area_page .section_1 {
    width: 1250px; }

  .recipes_detail_page_area .section_1 {
    width: 1260px; }

  .difference_page_area .section_1 {
    width: 1250px; }

  .difference_page_area .section_2 .caps {
    width: 1000px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 {
    width: 438px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S_btm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area_bttm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .text_dif h2 {
    font-size: 34px; }

  .sobHow_page_area .section_1 {
    width: 1250px; }

  .sobHow_page_area .section_2 .caps {
    width: 1000px; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 500px;
    background-size: 260px !important; }

  .varietes_page_area .section_1 {
    width: 1250px; }

  .varietes_page_area .section_2 .caps {
    width: 1000px; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 500px;
    background-size: 260px !important; }

  .contact_page_area .section_1 {
    width: 1250px; }

  .contact_page_area .section_2 .caps {
    width: 1000px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name input {
    width: 176px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .surname input {
    width: 176px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel input {
    width: 176px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .email input {
    width: 176px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .captcha_code_area input {
    width: 228px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left {
    margin-left: 40px;
    margin-right: 35px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left.v2 {
    margin: 0; } }
@media only screen and (max-width: 1152px) and (min-width: 1130px) {
  .section_3 {
    /*height: 1215px !important;*/ }
    .section_3 img {
      /*width: 75% !important;*/ }
      .section_3 img.position {
        width: 85% !important; } }
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .header {
    width: 900px; }

  .header .table_ .table_cell .des {
    width: 830px;
    top: -22px; }

  .header .table_ .table_cell .des a.right {
    margin-right: 10px; }

  .header .table_ .table_cell .des a.webs {
    padding-bottom: 41px; }

  .header .table_ .table_cell .des .search {
    right: -20px;
    width: 78px;
    height: 63px; }
    .header .table_ .table_cell .des .search a {
      padding-top: 13px; }

  .header .table_ .table_cell .des a {
    font-size: 12px; }

  .header .table_ .table_cell .des .search a img {
    display: block;
    margin: 10px auto 0 auto; }

  .header .table_ .table_cell .des .logo {
    width: 190px; }
    .header .table_ .table_cell .des .logo img {
      width: 150px; }

  .footer_top .global_container {
    width: 880px; }

  .footer_top .global_container .table .table_cell .left {
    width: 20%; }

  .footer_top .global_container .table .table_cell .right {
    width: 80%; }

  .footer_center .global_container {
    width: 880px; }

  .footer_center .global_container .table .left {
    width: 70%; }

  .footer_center .global_container .table .left ul li {
    margin-right: 20px; }
    .footer_center .global_container .table .left ul li a {
      font-size: 12px; }

  .footer_center .global_container .table .right {
    width: 30%; }

  .footer_center .global_container .table .right .genels a {
    font-size: 32px; }

  .footer_bottom .global_container {
    width: 880px; }

  .section_3 {
    /*height: 1070px;*/ }
    .section_3 img {
      width: 100%; }
      .section_3 img.position {
        width: 85%; }
    .section_3 .description_top {
      top: 25px; }
    .section_3 .description_end {
      left: 3%; }

  .section_end .description {
    position: absolute;
    width: 260px;
    left: 15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0; }
    .section_end .description h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    .section_end .description p {
      font-size: 11px; }

  .section_1 .description_bottom {
    bottom: 30px;
    width: 240px;
    left: -210px; }
    .section_1 .description_bottom p {
      font-size: 12px; }

  .section_1 .description_top_1 {
    left: 0;
    bottom: 265px; }
    .section_1 .description_top_1 h2 {
      font-size: 24px; }
    .section_1 .description_top_1 p {
      font-size: 12px; }

  .section_1_1 .top {
    width: 970px; }
    .section_1_1 .top .text {
      right: 25px;
      top: 30px; }
      .section_1_1 .top .text h4 {
        font-size: 20px; }
      .section_1_1 .top .text h2 {
        font-size: 44px;
        line-height: 44px; }

  .section_1_1 .center2 .description_area2 {
    width: 920px; }

  .section_1_1 .center2 .description_area2 .left2 {
    top: -47px;
    width: 480px;
    height: 320px; }
    .section_1_1 .center2 .description_area2 .left2 .desc_1 {
      width: 240px;
      padding-left: 20px;
      padding-top: 40px; }
      .section_1_1 .center2 .description_area2 .left2 .desc_1 h2 {
        font-size: 26px;
        margin-bottom: 20px; }
      .section_1_1 .center2 .description_area2 .left2 .desc_1 p {
        font-size: 12px;
        margin-bottom: 25px; }

  .section_1_1 .center2 .description_area2 .left2 .images img {
    width: 230px;
    top: 30px;
    position: absolute;
    right: -65px; }

  .section_2_product .product_ {
    width: 975px; }
    .section_2_product .product_ .pt_33 {
      width: 320px; }
      .section_2_product .product_ .pt_33 .texts {
        width: 100px; }
        .section_2_product .product_ .pt_33 .texts h3 {
          font-size: 22px;
          padding-left: 15px; }
      .section_2_product .product_ .pt_33 img {
        width: 155px !important;
        right: 5px !important;
        bottom: -40px !important; }

  .section_2_product .product_ {
    width: 975px; }

  .are_you .are_you_cntiner {
    width: 100%; }

  .product_page_area .section_1 {
    width: 990px; }

  .product_page_area .section_2 .caps {
    width: 900px; }

  .product_page_area .section_2 .caps .item_s .pt_50 {
    width: 450px;
    height: 450px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .bg img {
    width: 220px;
    bottom: -30px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
    height: 450px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts {
    width: 350px; }

  .product_detail_page_area .section_1 {
    width: 1000px; }

  .product_detail_page_area .section_1 .header_genels {
    left: 20px; }

  .product_detail_page_area .section_1 .img {
    right: 0; }

  .product_detail_page_area .section_2 .caps {
    width: 965px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 480px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
    width: 480px; }

  .recipes_area_page .section_1 {
    width: 1000px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 826px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .email_container {
    width: 100%; }

  .are_you .are_you_cntiner .web_switch_area {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 826px; }

  .are_you .are_you_cntiner .email_container {
    width: 100%; }

  .recipes_detail_page_area .section_1 {
    width: 1000px; }

  .recipes_detail_page_area .section_1 .header_genels {
    left: 20px; }

  .recipes_detail_page_area .section_2 .caps {
    width: 1000px; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 1000px; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
    margin-right: 20px; }

  .difference_page_area .section_1 {
    width: 990px; }

  .difference_page_area .section_2 .caps {
    width: 740px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 {
    width: 350px;
    margin-right: 20px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S_btm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area_bttm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .text_dif h2 {
    font-size: 26px; }

  .sobHow_page_area .section_1 {
    width: 990px; }

  .sobHow_page_area .section_2 .caps {
    width: 740px; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 370px;
    background-size: 200px !important; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
    width: 95%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 0; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
    font-size: 12px; }

  .varietes_page_area .section_1 {
    width: 990px; }

  .varietes_page_area .section_2 .caps {
    width: 740px; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100% !important;
    height: auto !important; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 370px;
    background-size: 200px !important; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
    width: 95%; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 0; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
    font-size: 12px; }

  .contact_page_area .section_1 {
    width: 990px; }

  .contact_page_area .section_2 .caps {
    width: 970px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form {
    padding-left: 30px;
    padding-right: 30px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name input {
    width: 200px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .surname input {
    width: 200px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel input {
    width: 200px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .email input {
    width: 200px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .captcha_code_area input {
    width: 272px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left {
    margin-left: 40px;
    margin-right: 35px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left.v2 {
    margin: 0; }

  .header .table_ .table_cell .des .section_list ul {
    width: 115px;
    left: -13px;
    top: 33px; } }
@media only screen and (max-width: 1023px) and (min-width: 991px) {
  .header .table_ .table_cell .des .section_list ul {
    width: 115px;
    left: -13px;
    top: 47px; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right {
    width: 700px; }

  .header .table_ .table_cell .des .section_list ul li a {
    font-size: 11px; }

  .header {
    width: 890px; }

  .header .table_ .table_cell .des {
    width: 850px; }

  .header .table_ .table_cell .des a.right {
    margin-right: 10px; }

  .header .table_ .table_cell .des a.webs {
    padding-bottom: 41px; }

  .header .table_ .table_cell .des .search {
    right: 5px;
    width: 78px;
    height: 63px; }
    .header .table_ .table_cell .des .search a {
      padding-top: 13px; }

  .header .table_ .table_cell .des a {
    font-size: 11px; }

  .header .table_ .table_cell .des .search a img {
    display: block;
    margin: 10px auto 0 auto; }

  .header .table_ .table_cell .des .logo {
    width: 185px; }
    .header .table_ .table_cell .des .logo img {
      width: 140px; }

  .footer_top .global_container {
    width: 880px; }

  .footer_top .global_container .table .table_cell .left {
    width: 20%; }

  .footer_top .global_container .table .table_cell .right {
    width: 80%; }

  .footer_center .global_container {
    width: 880px; }

  .footer_center .global_container .table .left {
    width: 65%; }

  .footer_center .global_container .table .left ul li {
    margin-right: 20px; }
    .footer_center .global_container .table .left ul li a {
      font-size: 12px; }

  .footer_center .global_container .table .right {
    width: 35%; }

  .footer_center .global_container .table .right .genels a {
    font-size: 32px; }

  .footer_bottom .global_container {
    width: 880px; }

  .section_3 {
    /*height: 1030px;*/ }
    .section_3 img {
      /*width: 75%;*/ }
      .section_3 img.position {
        width: 85%; }
    .section_3 .description_top {
      top: 35px; }
      .section_3 .description_top h2 {
        font-size: 45px; }
      .section_3 .description_top p {
        font-size: 12px; }
    .section_3 .description_end {
      left: 3%; }
      .section_3 .description_end p {
        font-size: 12px;
        width: 280px; }

  .section_end .description {
    position: absolute;
    width: 260px;
    left: 15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0; }
    .section_end .description h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    .section_end .description p {
      font-size: 11px; }

  .section_1 .description_bottom {
    bottom: 30px;
    width: 240px;
    left: -210px; }
    .section_1 .description_bottom p {
      font-size: 12px; }

  .section_slide {
    height: auto;
    background-size: cover; }

  .section_slide .mobile.slider_area {
    display: block; }
    .section_slide .mobile.slider_area .desc img {
      width: 330px;
      text-align: center;
      margin: 0 auto;
      display: block; }
    .section_slide .mobile.slider_area .owl-nav {
      display: none; }

  .section_slide iframe {
    display: none; }

  .section_1 .description_top_1 {
    left: 0;
    bottom: 265px; }
    .section_1 .description_top_1 h2 {
      font-size: 24px; }
    .section_1 .description_top_1 p {
      font-size: 12px; }

  .are_you .are_you_cntiner {
    width: 100%; }

  .section_1_1 .center2 .description_area2 {
    width: 950px; }
    .section_1_1 .center2 .description_area2 .left2 {
      width: 400px;
      height: 350px;
      top: -35px;
      left: 45px; }
      .section_1_1 .center2 .description_area2 .left2 .desc_1 {
        width: 220px;
        padding-left: 25px;
        padding-top: 25px; }
        .section_1_1 .center2 .description_area2 .left2 .desc_1 h2 {
          font-size: 28px;
          margin-bottom: 20px; }
      .section_1_1 .center2 .description_area2 .left2 .images img {
        width: 200px;
        top: 75px;
        right: -65px; }

  .section_1_1 .center2 .description_area2 .right2 {
    right: 30px;
    top: 30px; }

  .section_1_1 .top {
    width: 950px; }

  .section_1_1 .top .text {
    top: 25px;
    right: 25px; }
    .section_1_1 .top .text h4 {
      font-size: 18px; }
    .section_1_1 .top .text h2 {
      font-size: 40px;
      line-height: 42px; }

  .section_2_product .product_ {
    width: 930px; }
    .section_2_product .product_ .pt_33 {
      width: 310px; }
      .section_2_product .product_ .pt_33 .texts {
        width: 120px; }
        .section_2_product .product_ .pt_33 .texts h3 {
          padding-left: 10px;
          font-size: 22px; }
      .section_2_product .product_ .pt_33 img {
        width: 148px !important;
        bottom: -35px !important;
        right: 10px !important; }

  .are_you .are_you_cntiner .email_container {
    width: 800px; }

  .are_you .are_you_cntiner .email_container .frm .e_mail_area input {
    width: 400px; }

  .product_page_area .section_1 {
    width: 965px; }

  .product_page_area .section_2 .caps {
    width: 900px; }

  .product_page_area .section_2 .caps .item_s .pt_50 {
    width: 450px;
    height: 450px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .bg img {
    width: 220px;
    bottom: -27px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
    height: 450px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts {
    width: 350px; }

  .product_page_area .section_1 .header_genels {
    left: 40px; }

  .product_detail_page_area .section_1 {
    width: 950px; }

  .product_detail_page_area .section_1 .header_genels {
    left: 20px; }

  .product_detail_page_area .section_1 .header_genels .text {
    width: 550px; }

  .product_detail_page_area .section_1 .img {
    right: 0; }
    .product_detail_page_area .section_1 .img img {
      width: 90%;
      margin: 0 auto;
      display: block; }

  .product_detail_page_area .section_2 .caps {
    width: 950px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 50%; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
    width: 100%; }

  .recipes_area_page .section_1 {
    width: 950px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 826px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .email_container {
    width: 100%; }

  .recipes_detail_page_area .section_1 {
    width: 950px; }

  .recipes_detail_page_area .section_1 .header_genels {
    left: 20px; }

  .recipes_detail_page_area .section_1 .img {
    right: 20px; }

  .recipes_detail_page_area .section_2 .caps {
    width: 950px; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 950px; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
    margin-right: 10px; }

  .difference_page_area .section_1 {
    width: 965px; }

  .difference_page_area .section_1 .header_genels {
    left: 40px; }

  .difference_page_area .section_2 .caps {
    width: 888px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 {
    width: 429px;
    margin-right: 15px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S_btm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area_bttm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .text_dif h2 {
    font-size: 26px; }

  .sobHow_page_area .section_1 {
    width: 965px; }

  .sobHow_page_area .section_1 .header_genels {
    left: 40px; }

  .sobHow_page_area .section_2 .caps {
    width: 888px; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 444px;
    background-size: 200px !important; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
    width: 95%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 0; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
    font-size: 12px; }

  .story_of_bulgur_area .genelse {
    width: 970px; }

  .story_of_bulgur_area .genelse .section-1 img.s_2 {
    left: 100px; }

  .varietes_page_area .section_1 {
    width: 965px; }

  .varietes_page_area .section_1 .header_genels {
    left: 40px; }

  .varietes_page_area .section_2 .caps {
    width: 888px; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100% !important;
    height: auto !important; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 444px;
    background-size: 200px !important; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
    width: 95%; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 0; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
    font-size: 12px; }

  .varietes_page_area .genelse {
    width: 970px; }

  .varietes_page_area .genelse .section-1 img.s_2 {
    left: 100px; }

  .contact_page_area .section_1 {
    width: 965px; }

  .contact_page_area .section_2 .caps {
    width: 931px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form {
    padding-left: 20px;
    padding-right: 20px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name input {
    width: 200px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .surname input {
    width: 200px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel input {
    width: 200px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .email input {
    width: 200px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .captcha_code_area input {
    width: 272px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left {
    margin-left: 40px;
    margin-right: 35px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left.v2 {
    margin: 0; }

  .contact_page_area .section_1 .header_genels {
    left: 40px; } }
@media only screen and (max-width: 990px) and (min-width: 768px) {
  .footer_top .global_container {
    width: 700px; }

  .footer_top .global_container .table .table_cell .left {
    width: 15%; }
    .footer_top .global_container .table .table_cell .left h5 {
      font-size: 14px; }

  .footer_top .global_container .table .table_cell .right ul li {
    margin-right: 20px; }

  .footer_top .global_container .table .table_cell .right ul li a span {
    font-size: 10px; }

  .footer_center .global_container {
    width: 700px; }

  .footer_center .global_container .table .left {
    width: 80%; }

  .footer_center .global_container .table .left ul li {
    margin-right: 10px; }
    .footer_center .global_container .table .left ul li a {
      font-size: 11px; }

  .footer_center .global_container .table .right {
    width: 20%; }

  .footer_center .global_container .table .right .genels span {
    font-size: 12px; }

  .footer_center .global_container .table .right .genels a {
    font-size: 17px; }

  .footer_bottom .global_container {
    width: 700px; }

  .footer_bottom .global_container .table .left {
    width: 75%; }

  .footer_bottom .global_container .table .right {
    text-align: center; }

  .footer_bottom .global_container .table .left .txt {
    margin-left: 8px; }

  .footer_bottom .global_container .table .right ul li {
    display: block; }

  .footer_bottom .global_container .table .right ul li a.line:after {
    width: 0; }

  .section_end .description {
    position: initial;
    width: 260px;
    left: 15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0; }
    .section_end .description h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    .section_end .description p {
      font-size: 11px; }

  .webs {
    display: none; }

  .header {
    width: 100%;
    position: relative; }

  .header .table_ .table_cell .des {
    width: 100%;
    position: initial; }

  .header .table_ .table_cell .des .search {
    position: absolute;
    right: 0;
    width: 84px;
    height: 69px;
    background: #e48a03;
    color: #fff;
    padding-top: 15px;
    top: 3px; }

  .mobile_menus {
    display: block !important;
    position: absolute;
    top: 20px;
    left: 10px; }

  .section_1 .description_bottom {
    bottom: -30px;
    width: 240px;
    left: -210px; }
    .section_1 .description_bottom p {
      font-size: 12px; }

  .section_slide {
    height: auto;
    background-size: cover; }

  .section_slide .mobile.slider_area {
    display: block; }
    .section_slide .mobile.slider_area .desc img {
      width: 330px;
      text-align: center;
      margin: 0 auto;
      display: block; }
    .section_slide .mobile.slider_area .owl-nav {
      display: none; }

  .section_slide iframe {
    display: none; }

  .section_3 {
    /*height: 780px;
    margin-top: 80px;*/
    margin-top: 80px; }
    .section_3 img {
      /*width: 75%;*/ }
      .section_3 img.position {
        width: 85%; }
    .section_3 .description_top {
      width: 450px;
      position: absolute;
      right: 0;
      top: 40px;
      left: 70px;
      margin: 0 auto; }
      .section_3 .description_top h2 {
        font-size: 26px;
        width: 280px;
        margin-bottom: 10px; }
      .section_3 .description_top p {
        font-size: 12px;
        width: 240px;
        float: right; }
    .section_3 .description_end {
      left: 3%;
      bottom: 29%; }
      .section_3 .description_end p {
        font-size: 12px;
        width: 230px; }

  .section_1 .description_top_1 {
    left: 0;
    bottom: 200px;
    width: 320px; }
    .section_1 .description_top_1 h2 {
      font-size: 24px;
      width: 240px;
      margin-bottom: 10px; }
    .section_1 .description_top_1 p {
      font-size: 12px; }

  .are_you .are_you_cntiner {
    width: 100%; }

  .section_1_1 .center2 .description_area2 {
    width: 740px; }
    .section_1_1 .center2 .description_area2 .left2 {
      width: 400px;
      height: 300px;
      top: -35px;
      left: 10px; }
      .section_1_1 .center2 .description_area2 .left2 .desc_1 {
        width: 220px;
        padding-left: 20px;
        padding-top: 20px; }
        .section_1_1 .center2 .description_area2 .left2 .desc_1 h2 {
          font-size: 22px;
          margin-bottom: 10px; }
        .section_1_1 .center2 .description_area2 .left2 .desc_1 p {
          margin-bottom: 25px;
          line-height: 25px; }
      .section_1_1 .center2 .description_area2 .left2 .images img {
        width: 170px;
        top: 65px;
        right: -33px; }

  .section_1_1 .center2 .description_area2 .right2 {
    right: 10px;
    top: 10px; }

  .section_1_1 .top {
    width: 740px; }

  .section_1_1 .top .text {
    top: 25px;
    right: 25px; }
    .section_1_1 .top .text h4 {
      font-size: 16px; }
    .section_1_1 .top .text h2 {
      font-size: 30px;
      line-height: 31px; }
    .section_1_1 .top .text a {
      width: 130px;
      padding: 12px 0px; }

  .section_2_product .product_ {
    width: 930px; }
    .section_2_product .product_ .pt_33 {
      width: 310px; }
      .section_2_product .product_ .pt_33 .texts {
        width: 120px; }
        .section_2_product .product_ .pt_33 .texts h3 {
          padding-left: 10px;
          font-size: 22px; }
      .section_2_product .product_ .pt_33 img {
        width: 170px;
        bottom: -35px;
        right: 10px; }

  .are_you .are_you_cntiner .email_container {
    width: 680px; }

  .are_you .are_you_cntiner .email_container .frm .e_mail_area input {
    width: 400px; }

  .section_2_product {
    margin-top: 20px;
    margin-bottom: 60px; }
    .section_2_product .web {
      display: none; }
    .section_2_product .mobile {
      display: block; }
      .section_2_product .mobile .title_slider {
        margin-bottom: 15px; }
        .section_2_product .mobile .title_slider h3 {
          font-size: 30px;
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          text-align: center;
          margin-bottom: 5px;
          padding-left: 0;
          width: auto;
          float: none;
          color: #000; }
        .section_2_product .mobile .title_slider p {
          font-size: 18px;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          text-align: center; }
      .section_2_product .mobile .show_all_of p {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        margin-top: 30px; }
      .section_2_product .mobile .show_all_of a {
        text-decoration: none;
        width: 154px;
        border: 3px solid #e38902;
        border-radius: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #e38902;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 14px 0;
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 30px 0px #ededed;
        -moz-box-shadow: 0px 0px 30px 0px #ededed;
        box-shadow: 0px 0px 30px 0px #ededed;
        -moz-box-shadow: 0px 0px 40px 0px #ededed; }
      .section_2_product .mobile .slider_product.product_ {
        width: 100%; }
      .section_2_product .mobile .desc.product_.v2 {
        width: 100%; }
      .section_2_product .mobile .pt_33 {
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none; }
        .section_2_product .mobile .pt_33 img {
          position: relative;
          right: -35px;
          bottom: -60px;
          width: 125px; }
      .section_2_product .mobile .owl-carousel .owl-dots.disabled, .section_2_product .mobile .owl-carousel .owl-nav.disabled {
        display: none; }

  .web_switch_area {
    display: none; }

  .mobile_switch_area {
    display: block; }
    .mobile_switch_area .owl-nav {
      display: none !important; }
    .mobile_switch_area .glow {
      background: #fff;
      position: absolute;
      width: 95% !important;
      height: 100%;
      opacity: .7;
      display: none;
      -webkit-transition: background-color 500ms linear;
      -moz-transition: background-color 500ms linear;
      -o-transition: background-color 500ms linear;
      -ms-transition: background-color 500ms linear;
      transition: background-color 500ms linear; }
    .mobile_switch_area .table_cell {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #fff; }
      .mobile_switch_area .table_cell .title_ {
        position: relative; }
        .mobile_switch_area .table_cell .title_ h4 {
          font-size: 22px;
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal; }
    .mobile_switch_area .item .slide_Ares {
      height: 333px;
      width: 95%;
      margin: 0 auto;
      background-size: cover !important;
      border-radius: 5px; }
      .mobile_switch_area .item .slide_Ares:hover .glow {
        display: block;
        background: #000000; }
      .mobile_switch_area .item .slide_Ares:hover a {
        display: block; }
      .mobile_switch_area .item .slide_Ares a {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        text-decoration: none;
        width: 154px;
        border: 3px solid #fff;
        border-radius: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 14px 0;
        margin: 0 auto;
        display: none; }
      .mobile_switch_area .item .slide_Ares.v1 {
        background: url("../images/main/hungry_1_bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        display: table; }

  .product_page_area .section_1 {
    width: 750px; }

  .product_page_area .section_2 .caps {
    width: 700px; }

  .product_page_area .section_2 .caps .item_s .pt_50 {
    width: 350px;
    height: 350px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .bg img {
    width: 150px;
    right: 50px;
    bottom: -25px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
    height: 350px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts {
    width: 300px; }

  .product_page_area .section_1 .header_genels {
    left: 40px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts h3 {
    font-size: 34px;
    margin-bottom: 15px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px; }

  .product_detail_page_area .section_1 {
    width: 750px; }

  .product_detail_page_area .section_1 .header_genels {
    left: 10px; }

  .product_detail_page_area .section_1 .header_genels .text {
    width: 530px; }

  .product_detail_page_area .section_1 .img {
    right: 0;
    bottom: -75px; }
    .product_detail_page_area .section_1 .img img {
      width: 70%;
      float: right;
      margin: 0 auto;
      display: block; }

  .product_detail_page_area .section_2 .caps {
    width: 725px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 50%; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
    width: 100%; }

  .product_detail_page_area .section_1 .header_genels .text h2 {
    font-size: 40px; }

  .product_detail_page_area .section_1 .header_genels .text p {
    font-size: 20px; }

  .recipes_area_page .section_1 {
    width: 750px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 700px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .email_container {
    width: 100%; }

  .recipes_area_page .section_1 .header_genels {
    left: 10px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v1 {
    height: 600px;
    width: 330px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v2 {
    height: 333px;
    width: 330px; }

  .are_you .are_you_cntiner .mobile_switch_area {
    display: block; }
    .are_you .are_you_cntiner .mobile_switch_area .btn_ {
      padding-bottom: 0;
      margin-top: 25px; }

  .recipes_detail_page_area .section_1 {
    width: 750px; }

  .recipes_detail_page_area .section_1 .header_genels {
    left: 10px; }

  .recipes_detail_page_area .section_1 .header_genels .text h2 {
    font-size: 48px; }

  .recipes_detail_page_area .section_1 .header_genels .text p {
    font-size: 24px; }

  .recipes_detail_page_area .section_1 .img {
    right: 0; }

  .recipes_detail_page_area .section_2 .caps {
    width: 710px; }

  .recipes_detail_page_area .section_2 .caps h3 {
    padding-left: 20px; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 710px; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
    float: none;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 25px; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right {
    float: none;
    width: auto; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul {
    padding-left: 20px; }

  .difference_page_area .section_1 {
    width: 750px; }

  .difference_page_area .section_1 .header_genels {
    left: 40px; }

  .difference_page_area .section_2 .caps {
    width: 700px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 {
    width: 340px;
    margin-right: 10px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S_btm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area_bttm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .text_dif h2 {
    font-size: 26px; }

  .difference_page_area .section_1 .header_genels .text h2 {
    font-size: 46px; }

  .difference_page_area .section_1 .header_genels .text p {
    font-size: 22px; }

  .sobHow_page_area .section_1 {
    width: 750px; }

  .sobHow_page_area .section_1 .header_genels {
    left: 40px; }

  .sobHow_page_area .section_2 .caps {
    width: 700px; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 350px;
    background-size: 200px !important; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
    width: 95%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 0; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
    font-size: 12px; }

  .sobHow_page_area .section_1 .header_genels .text {
    width: 700px; }

  .varietes_page_area .section_1 {
    width: 750px; }

  .varietes_page_area .section_1 .header_genels {
    left: 40px; }

  .varietes_page_area .section_2 .caps {
    width: 700px; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100% !important;
    height: auto !important; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: 350px;
    background-size: 200px !important; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
    width: 95%; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 0; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
    font-size: 12px;
    margin-bottom: 20px; }

  .varietes_page_area .section_1 .header_genels .text {
    width: 700px; }

  .story_of_bulgur_area .genelse.web {
    display: none; }

  .story_of_bulgur_area .genelse.mobile {
    display: block;
    width: 95%;
    margin-bottom: 50px; }
    .story_of_bulgur_area .genelse.mobile .line {
      display: none; }

  .story_of_bulgur_area .genelse .section-1 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-1 h2 {
      position: initial;
      width: 100%;
      text-align: center; }
    .story_of_bulgur_area .genelse .section-1 h3 {
      position: initial;
      text-align: center; }
    .story_of_bulgur_area .genelse .section-1 img.s_1 {
      position: initial;
      margin: 0 auto 20px auto;
      display: block;
      width: 350px; }
    .story_of_bulgur_area .genelse .section-1 img.s_2 {
      position: initial;
      margin: 0 auto;
      display: block; }
    .story_of_bulgur_area .genelse .section-1 p {
      position: initial;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-1 h4 {
      position: initial;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }

  .story_of_bulgur_area .genelse .section-2 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-2 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-2 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-2 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-14 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-14 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-14 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-14 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-15 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-15 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-15 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-15 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-16 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-16 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-16 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-16 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-17 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-17 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-17 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-17 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-18 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-18 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-18 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-18 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-3 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-3 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-3 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-3 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-4 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-4 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-4 h4 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-4 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-4 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-5 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-5 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-5 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-5 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-6 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-6 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-6 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-6 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-7 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-7 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-7 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-7 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-8 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-8 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-8 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-8 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-9 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-9 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-9 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-9 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-10 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-10 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-10 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-10 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-11 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-11 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-11 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-11 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-12 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-12 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-12 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-12 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-13 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-13 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-13 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-13 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-19 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-19 h3 {
      text-align: center;
      width: 100%;
      position: initial; }
    .story_of_bulgur_area .genelse .section-19 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px; }
    .story_of_bulgur_area .genelse .section-19 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .contact_page_area .section_1 {
    width: 750px; }

  .contact_page_area .section_2 .caps {
    width: 700px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 {
    width: 100%;
    float: none; }

  .contact_page_area .section_2 .caps .maps2 {
    display: block; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form {
    padding-left: 20px;
    padding-right: 20px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name input {
    width: 317px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .surname input {
    width: 317px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel input {
    width: 317px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .email input {
    width: 317px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: auto;
    margin-top: 50px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .maps {
    display: none; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .captcha_code_area input {
    width: 506px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left {
    margin-left: 40px;
    margin-right: 35px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left.v2 {
    margin: 0; }

  .contact_page_area .section_1 .header_genels {
    left: 40px; } }
@media screen and (max-width: 767px) {
  .home-lightbox2 .table_lightbox .tableCell_lightbox .lightbox-content {
    width: 95%; }
    .home-lightbox2 .table_lightbox .tableCell_lightbox .lightbox-content img {
      width: 100%; }

  .are_you .are_you_cntiner .mobile_switch_area {
    display: block; }

  .are_you .are_you_cntiner .mobile_switch_area .btn_ a {
    text-decoration: none;
    width: 154px;
    border: 3px solid #e38902;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #e38902;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 14px 0;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 30px 0px #ededed;
    -moz-box-shadow: 0px 0px 30px 0px #ededed;
    box-shadow: 0px 0px 30px 0px #ededed;
    -moz-box-shadow: 0px 0px 40px 0px #ededed; }

  .footer_top .global_container {
    width: 100%; }

  .footer_top .global_container .table .table_cell {
    height: auto;
    display: block; }

  .footer_top .global_container .table .table_cell .left {
    width: 200px;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto; }

  .footer_top .global_container .table .table_cell .right {
    width: 90px;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    margin: 0 auto; }

  .footer_top .global_container .table .table_cell .right ul {
    margin: 0;
    padding: 0;
    text-align: left; }

  .footer_top .global_container .table .table_cell .right ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px; }

  .footer_top .global_container .table .table_cell .right ul li a img {
    margin-right: 5px; }

  .footer_top .global_container .table .table_cell .right ul li a span {
    font-size: 9px; }

  .footer_center {
    padding: 25px 0 20px 0;
    background-size: cover;
    height: 240px; }

  .footer_center .global_container {
    width: 100%; }

  .footer_center .global_container .table {
    height: auto;
    display: block; }

  .footer_center .global_container .table .left {
    width: 100%;
    display: block; }

  .footer_center .global_container .table .left ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .footer_center .global_container .table .left ul li {
      display: block;
      margin-right: 0;
      margin-bottom: 10px; }

  .footer_center .global_container .table .right {
    width: 100%;
    display: block;
    margin-top: 15px; }

  .footer_center .global_container .table .right .genels {
    text-align: center; }

  .footer_center .global_container .table .right .genels span {
    position: initial;
    display: block; }

  .footer_center .global_container .table .right .genels a {
    font-size: 30px; }

  .footer_bottom .global_container {
    width: 100%; }

  .footer_bottom .global_container .table {
    height: auto;
    display: block; }

  .footer_bottom .global_container .table .left {
    width: 100%;
    display: block;
    text-align: center; }

  .footer_bottom .global_container .table .left .images {
    margin-bottom: 5px;
    float: none; }

  .footer_bottom .global_container .table .left .txt {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: auto; }

  .footer_bottom .global_container .table .left .txt a {
    display: block;
    margin: 0 0 5px 0; }

  .footer_bottom .global_container .table .left .txt a.line:after {
    width: 0px; }

  .footer_bottom .global_container .table .right {
    width: 100%;
    display: block;
    padding-bottom: 30px; }

  .footer_bottom .global_container .table .right ul li {
    display: block;
    margin-bottom: 5px; }
    .footer_bottom .global_container .table .right ul li a {
      margin-right: 0; }

  .footer_bottom .global_container .table .right ul li a.line:after {
    width: 0; }

  .footer_bottom .global_container .table .right ul {
    float: none;
    text-align: center; }

  .footer_bottom .global_container .table .left .txt span {
    text-align: center;
    margin: 0 auto;
    display: block; }

  .section_end .text {
    width: 95%;
    padding-bottom: 50px; }
    .section_end .text h2 {
      font-size: 34px;
      margin-bottom: 20px; }
    .section_end .text h4 {
      font-size: 12px; }
    .section_end .text h3 {
      font-size: 14px; }

  .section_end .description {
    position: initial;
    width: 90%;
    text-align: center;
    margin-bottom: 10px; }
    .section_end .description h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    .section_end .description p {
      font-size: 12px; }

  .webs {
    display: none; }

  .header {
    width: 100%;
    position: relative; }

  .header .table_ .table_cell .des {
    width: 100%;
    position: initial; }

  .header .table_ .table_cell .des .search {
    position: absolute;
    right: 0;
    width: 64px;
    height: 49px;
    background: #e48a03;
    color: #fff;
    padding-top: 15px;
    top: 0; }
    .header .table_ .table_cell .des .search a {
      color: #fff;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 10px;
      font-size: 10px; }
      .header .table_ .table_cell .des .search a img {
        width: 20px; }

  .mobile_menus {
    display: block !important;
    position: absolute;
    top: 10px;
    left: 0; }

  .header .table_ .table_cell .des .logo img {
    width: 135px;
    top: -25px; }

  .search-wrapper {
    top: 76px; }

  .header .table_ {
    height: 65px; }

  .section_slide {
    height: auto;
    background-size: cover; }

  .section_slide .mobile.slider_area {
    display: block; }
    .section_slide .mobile.slider_area .desc img {
      width: 60%;
      text-align: center;
      margin: 0 auto;
      display: block; }
    .section_slide .mobile.slider_area .owl-nav {
      display: none; }

  .section_slide iframe {
    display: none; }

  .section_3 .description_top {
    position: initial;
    width: 95%;
    text-align: center;
    left: 0;
    display: block; }
    .section_3 .description_top h2 {
      width: 100%;
      text-align: center;
      font-size: 34px; }
    .section_3 .description_top p {
      width: 100%;
      text-align: center;
      font-size: 12px;
      margin-bottom: 15px; }
  .section_3 .description_end {
    position: initial;
    padding: 0;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    display: block; }
    .section_3 .description_end p {
      width: 100%;
      text-align: center;
      font-size: 12px;
      margin-bottom: 20px; }

  .search-wrapper input {
    padding-left: 20px;
    width: 75%;
    font-size: 22px; }

  .section_1 .description_top_1 {
    display: none; }

  .section_1 .description_bottom {
    display: none; }

  .section_1 .mobile_title_desc {
    display: block !important;
    width: 95%;
    margin: 0 auto 20px auto; }
    .section_1 .mobile_title_desc h2 {
      color: #000000;
      font-size: 34px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      font-style: normal;
      text-align: center; }
    .section_1 .mobile_title_desc p {
      font-size: 12px;
      color: #111111;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-style: normal;
      text-align: center; }

  .search-wrapper .global-container {
    padding: 25px 0px; }

  .search-wrapper .s-close-btn {
    top: 28px; }

  .search-wrapper ul.diff_search li {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 20px; }
    .search-wrapper ul.diff_search li a p {
      font-size: 18px; }

  .section_2_product {
    margin-top: 30px;
    margin-bottom: 30px; }
    .section_2_product .web {
      display: none; }
    .section_2_product .mobile {
      display: block; }
      .section_2_product .mobile .title_slider {
        margin-bottom: 15px; }
        .section_2_product .mobile .title_slider h3 {
          font-size: 30px;
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal;
          text-align: center;
          margin-bottom: 5px;
          padding-left: 0;
          width: auto;
          float: none;
          color: #000; }
        .section_2_product .mobile .title_slider p {
          font-size: 18px;
          font-family: 'Poppins', sans-serif;
          font-weight: 300;
          font-style: normal;
          text-align: center; }
      .section_2_product .mobile .show_all_of p {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        margin-top: 30px; }
      .section_2_product .mobile .show_all_of a {
        text-decoration: none;
        width: 154px;
        border: 3px solid #e38902;
        border-radius: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #e38902;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 14px 0;
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 30px 0px #ededed;
        -moz-box-shadow: 0px 0px 30px 0px #ededed;
        box-shadow: 0px 0px 30px 0px #ededed;
        -moz-box-shadow: 0px 0px 40px 0px #ededed; }
      .section_2_product .mobile .slider_product.product_ {
        width: 100%; }
      .section_2_product .mobile .desc.product_.v2 {
        width: 100%; }
      .section_2_product .mobile .pt_33 {
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
        width: 310px; }
        .section_2_product .mobile .pt_33 .pddtop {
          padding-top: 20px; }
          .section_2_product .mobile .pt_33 .pddtop .texts {
            float: none;
            width: 95%;
            margin: 0 auto;
            text-align: center; }
            .section_2_product .mobile .pt_33 .pddtop .texts h3 {
              padding: 0;
              margin-bottom: 15px; }
            .section_2_product .mobile .pt_33 .pddtop .texts a {
              bottom: 15px;
              padding: 0;
              left: 0;
              right: 0; }
        .section_2_product .mobile .pt_33 img {
          position: relative;
          right: 0;
          bottom: 0;
          width: 90px;
          left: 0;
          margin: 0 auto; }
      .section_2_product .mobile .owl-carousel .owl-dots.disabled, .section_2_product .mobile .owl-carousel .owl-nav.disabled {
        display: none; }

  .are_you .are_you_cntiner {
    width: 100%; }
    .are_you .are_you_cntiner .text {
      width: 95%;
      margin: 0 auto; }
    .are_you .are_you_cntiner .grid-item {
      width: 90%;
      right: 0;
      left: 0;
      margin: 5px auto 5px auto; }

  .are_you .are_you_cntiner .btn_ {
    margin-top: 25px;
    padding-bottom: 25px; }
    .are_you .are_you_cntiner .btn_ button {
      margin: 0 auto 15px auto; }
      .are_you .are_you_cntiner .btn_ button:last-child {
        margin-bottom: 0; }

  .are_you .are_you_cntiner .email_container {
    width: 100%;
    padding: 45px 0; }

  .are_you .are_you_cntiner .email_container .frm .e_mail_area input {
    width: 90%;
    padding: 0;
    display: block;
    margin: 0 auto; }

  .are_you .are_you_cntiner .email_container .frm .e_mail_area a {
    display: block;
    position: inherit;
    margin-top: 25px; }

  .are_you {
    padding-bottom: 50px; }

  .section_1_1 .top {
    width: 100%; }
    .section_1_1 .top .text {
      position: initial;
      width: 95%;
      text-align: center;
      margin: 30px auto 0 auto; }
      .section_1_1 .top .text h4 {
        font-size: 14px; }
      .section_1_1 .top .text h2 {
        font-size: 26px;
        line-height: 28px; }

  .section_1_1 .center2 .description_area2 {
    width: 100%;
    position: initial; }

  .section_1_1 .center2 .description_area2 .left2 {
    width: 100%;
    position: initial;
    margin: 0 auto;
    height: auto; }

  .section_1_1 .center2 .description_area2 .left2 .desc_1 {
    width: 90%;
    padding: 25px 0 0 0;
    margin: 0 auto; }
    .section_1_1 .center2 .description_area2 .left2 .desc_1 h2 {
      font-size: 26px;
      margin-bottom: 10px; }
    .section_1_1 .center2 .description_area2 .left2 .desc_1 p {
      margin-bottom: 15px; }

  .section_1_1 .center2 .description_area2 .left2 .images {
    position: initial;
    margin-top: 25px; }
    .section_1_1 .center2 .description_area2 .left2 .images img {
      position: initial;
      width: 70%;
      margin: 0 auto;
      display: block; }

  .section_1_1 .center2 .description_area2 .right2 {
    display: none; }

  .section_1_1 .center2 img {
    position: initial;
    margin-top: 25px; }

  .content {
    display: none; }

  .section_slide {
    display: block; }

  .mobile.slider_area {
    display: block !important; }

  .web_switch_area {
    display: none; }

  .mobile_switch_area {
    display: block; }
    .mobile_switch_area .owl-nav {
      display: none !important; }
    .mobile_switch_area .glow {
      background: #fff;
      position: absolute;
      width: 95% !important;
      height: 100%;
      opacity: .7;
      display: none;
      -webkit-transition: background-color 500ms linear;
      -moz-transition: background-color 500ms linear;
      -o-transition: background-color 500ms linear;
      -ms-transition: background-color 500ms linear;
      transition: background-color 500ms linear; }
    .mobile_switch_area .table_cell {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #fff; }
      .mobile_switch_area .table_cell .title_ {
        position: relative; }
        .mobile_switch_area .table_cell .title_ h4 {
          font-size: 22px;
          font-family: 'Poppins', sans-serif;
          font-weight: bold;
          font-style: normal; }
    .mobile_switch_area .item .slide_Ares {
      height: 333px;
      width: 95%;
      margin: 0 auto;
      background-size: cover !important;
      border-radius: 5px; }
      .mobile_switch_area .item .slide_Ares:hover .glow {
        display: block;
        background: #000000; }
      .mobile_switch_area .item .slide_Ares:hover a {
        display: block; }
      .mobile_switch_area .item .slide_Ares a {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        text-decoration: none;
        width: 154px;
        border: 3px solid #fff;
        border-radius: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 14px 0;
        margin: 0 auto;
        display: none; }
      .mobile_switch_area .item .slide_Ares img.bg_areas_ {
        position: absolute;
        width: 95%;
        height: 100%;
        border-radius: 5px; }
      .mobile_switch_area .item .slide_Ares.v1 {
        background-repeat: no-repeat;
        background-position: center;
        display: table; }

  .product_page_area .section_1 {
    width: 100%;
    height: 350px; }

  .product_page_area .section_1 .header_genels {
    left: 15px;
    top: 35px;
    right: 15px; }

  .product_page_area .section_1 .header_genels .thumb a {
    font-size: 12px; }

  .product_page_area .section_1 .header_genels .thumb span {
    margin: 0 5px; }

  .product_page_area .section_1 .header_genels .text h2 {
    font-size: 40px;
    line-height: 50px; }

  .product_page_area .section_1 .header_genels .text p {
    font-size: 14px; }

  .product_page_area .section_2 {
    top: 0; }

  .product_page_area .section_2 .caps {
    width: 100%; }

  .product_page_area .section_2 .caps .item_s .pt_50 {
    width: 100%;
    float: none;
    height: 300px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .bg img {
    width: 130px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -25px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table {
    height: 300px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts {
    width: 95%; }

  .product_page_area .are_you {
    padding-top: 0; }

  .product_page_area .section_2 .caps .item_s .mobile {
    display: block; }

  .product_page_area .section_2 .caps .item_s .web {
    display: none; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts h3 {
    font-size: 28px; }

  .product_page_area .section_2 .caps .item_s .pt_50 .title_btn_table .table_cell .texts p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 20px; }

  .product_detail_page_area .section_1 {
    width: 100%;
    height: 500px; }

  .product_detail_page_area .section_1 .header_genels {
    left: 10px;
    right: 10px;
    top: 35px; }

  .product_detail_page_area .section_1 .header_genels .thumb a {
    font-size: 12px; }

  .product_detail_page_area .section_1 .header_genels .thumb span {
    margin: 0 5px; }

  .product_detail_page_area .section_1 .header_genels .text {
    width: 100%; }

  .product_detail_page_area .section_1 .header_genels .text h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 5px; }

  .product_detail_page_area .section_1 .header_genels .text p {
    font-size: 14px; }

  .product_detail_page_area .section_1 .img {
    left: 0;
    right: 0;
    bottom: -75px;
    margin: 0 auto;
    text-align: center; }
    .product_detail_page_area .section_1 .img img {
      width: 150px; }

  .product_detail_page_area .section_2 .caps {
    width: 95%; }

  .product_detail_page_area .section_2 .caps h3 {
    margin-bottom: 30px;
    font-size: 25px;
    margin-top: 80px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 100%;
    float: none; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
    width: 100%; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee h4 {
    font-size: 18px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee .bottom_text h5 {
    font-size: 18px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right p {
    width: 100%;
    font-size: 12px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .left {
    width: 70%; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .right {
    float: left;
    width: 30%; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .right p {
    width: 100%;
    font-size: 12px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table {
    width: 100%; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .left {
    width: 70%; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title {
    width: 100%; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .btm_txt p {
    text-align: center; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .left ul li {
    font-size: 12px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right p span {
    font-size: 12px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .left h5 {
    font-size: 12px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .right h5 {
    font-size: 12px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .right ul li {
    font-size: 12px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .text_title .left p {
    width: 100%;
    font-size: 12px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea .table .right {
    width: 30%; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee .bottom_text {
    margin-top: 30px; }

  .product_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .bg_rea {
    padding-bottom: 20px;
    padding-left: 5px; }

  .recipes_area_page .section_1 {
    width: 100%;
    height: 500px; }

  .recipes_area_page .section_1 .header_genels {
    left: 10px;
    right: 10px;
    top: 35px; }

  .recipes_area_page .section_1 .header_genels .thumb a {
    font-size: 12px; }

  .recipes_area_page .section_1 .header_genels .thumb span {
    margin: 0 5px; }

  .recipes_area_page .section_1 .header_genels .text {
    width: 100%; }

  .recipes_area_page .section_1 .header_genels .text h2 {
    font-size: 40px; }

  .recipes_area_page .section_1 .header_genels .text p {
    font-size: 14px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area {
    display: block;
    top: -90px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area #form-ui {
    width: 95%;
    margin: 0 auto 60px auto; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area #form-ui select {
    width: 48%;
    margin-right: 10px;
    float: left; }
    .recipes_area_page .are_you .are_you_cntiner .web_switch_area #form-ui select:last-child {
      margin-right: 0; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v1 {
    width: 97%;
    height: 350px;
    background-size: cover !important; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v2 {
    width: 97%;
    height: 350px;
    background-size: cover !important;
    z-index: 9999999999; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v1 a {
    bottom: 10px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .item:hover .glow {
    background: transparent; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .item .btm_title {
    bottom: 90px; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area .v2 a {
    bottom: 10px;
    display: block; }

  .recipes_area_page .are_you .are_you_cntiner .web_switch_area #container {
    margin-bottom: 80px; }

  .recipes_detail_page_area .section_1 {
    width: 100%;
    height: 500px; }

  .recipes_detail_page_area .section_1 .header_genels {
    left: 10px;
    right: 10px;
    top: 35px; }

  .recipes_detail_page_area .section_1 .header_genels .thumb a {
    font-size: 12px; }

  .recipes_detail_page_area .section_1 .header_genels .thumb span {
    margin: 0 5px; }

  .recipes_detail_page_area .section_1 .header_genels .text {
    width: 100%; }

  .recipes_detail_page_area .section_1 .header_genels .text h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 5px; }

  .recipes_detail_page_area .section_1 .header_genels .text p {
    font-size: 14px; }

  .recipes_detail_page_area .section_1 .img {
    left: 0;
    right: 0;
    bottom: -75px;
    margin: 0 auto;
    text-align: center; }
    .recipes_detail_page_area .section_1 .img img {
      width: 115px; }

  .recipes_detail_page_area .section_2 .caps {
    width: 95%; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 {
    width: 100%; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee {
    margin: 0;
    width: 100%; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul {
    padding: 0; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul li {
    font-size: 12px;
    padding-left: 48px;
    margin-bottom: 20px;
    position: relative;
    height: 60px; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul li span {
    padding: 0px 0;
    width: 32px;
    left: 0;
    top: -9px;
    position: absolute; }
    .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right .list_ul ul li span:before {
      content: '';
      position: absolute;
      bottom: -48px;
      width: 4px;
      height: 47px;
      background: #e48a03;
      left: 0;
      right: 0;
      margin: 0 auto; }

  .recipes_detail_page_area .section_2 .caps .item_s .pt_50 .titlee_right {
    margin-top: 20px;
    width: auto; }

  .recipes_detail_page_area .section_2 .caps h3 {
    margin-bottom: 30px;
    font-size: 28px;
    margin-top: 80px; }

  .recipes_detail_page_area .section_1 .img span {
    position: initial;
    left: 0;
    bottom: 0;
    display: block; }

  .difference_page_area .section_1 {
    width: 100%;
    height: 600px; }

  .difference_page_area .section_1 .header_genels {
    left: 15px;
    top: 35px;
    right: 15px; }

  .difference_page_area .section_1 .header_genels .thumb a {
    font-size: 12px; }

  .difference_page_area .section_1 .header_genels .thumb span {
    margin: 0 5px; }

  .difference_page_area .section_1 .header_genels .text {
    width: 100%; }

  .difference_page_area .section_1 .header_genels .text h2 {
    font-size: 40px; }

  .difference_page_area .section_1 .header_genels .text p {
    font-size: 18px; }

  .difference_page_area .section_2 .caps {
    width: 95%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 {
    width: 100%;
    float: none; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .area_S_btm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area_bttm .bg img {
    width: 100%; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .text_dif h2 {
    font-size: 26px; }

  .difference_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    padding-top: 60px; }

  .difference_page_area .are_you {
    padding-top: 30px; }

  .sobHow_page_area .section_1 {
    width: 100%;
    height: 600px; }

  .sobHow_page_area .section_1 .header_genels {
    left: 15px;
    top: 35px;
    right: 15px; }

  .sobHow_page_area .section_1 .header_genels .thumb a {
    font-size: 12px; }

  .sobHow_page_area .section_1 .header_genels .thumb span {
    margin: 0 5px; }

  .sobHow_page_area .section_1 .header_genels .text {
    width: 100%; }

  .sobHow_page_area .section_1 .header_genels .text h2 {
    font-size: 40px; }

  .sobHow_page_area .section_1 .header_genels .text p {
    font-size: 18px; }

  .sobHow_page_area .section_2 .caps {
    width: 95%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 {
    width: 100%;
    float: none; }
    .sobHow_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
      width: 100%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: auto;
    background-size: 200px !important;
    padding: 50px 0; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
    width: 100%; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
    font-size: 26px;
    padding: 0; }

  .sobHow_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
    font-size: 12px; }

  .sobHow_page_area .section_2 .caps .item_s .mobile {
    display: block; }

  .sobHow_page_area .section_2 .caps .item_s .web {
    display: none; }

  .sobHow_page_area .are_you {
    padding-top: 0; }

  .story_of_bulgur_area .genelse.web {
    display: none; }

  .story_of_bulgur_area .genelse.mobile {
    display: block;
    width: 95%;
    margin-bottom: 50px; }
    .story_of_bulgur_area .genelse.mobile .line {
      display: none; }

  .story_of_bulgur_area .genelse .section-1 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-1 h2 {
      position: initial;
      width: 100%;
      text-align: center;
      font-size: 40px;
      line-height: normal; }
    .story_of_bulgur_area .genelse .section-1 h3 {
      position: initial;
      text-align: center;
      width: 100%;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-1 img.s_1 {
      position: initial;
      margin: 0 auto 20px auto;
      display: block;
      width: 80%; }
    .story_of_bulgur_area .genelse .section-1 img.s_2 {
      position: initial;
      margin: 0 auto;
      display: block;
      width: 100%; }
    .story_of_bulgur_area .genelse .section-1 p {
      position: initial;
      text-align: center;
      width: 100%;
      margin-bottom: 20px;
      font-size: 14px; }
    .story_of_bulgur_area .genelse .section-1 h4 {
      position: initial;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }

  .story_of_bulgur_area .genelse .section-2 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-2 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-2 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-2 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-3 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-3 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-3 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-3 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-14 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-14 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-14 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-14 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block;
      width: 100%; }

  .story_of_bulgur_area .genelse .section-15 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-15 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-15 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-15 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block;
      width: 100%; }

  .story_of_bulgur_area .genelse .section-16 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-16 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-16 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-16 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block;
      width: 100%; }

  .story_of_bulgur_area .genelse .section-17 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-17 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-17 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-17 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block;
      width: 100%; }

  .story_of_bulgur_area .genelse .section-18 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-18 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-18 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-18 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-4 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-4 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-4 h4 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 20px; }
    .story_of_bulgur_area .genelse .section-4 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }

  .story_of_bulgur_area .genelse .section-5 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-5 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-5 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-5 img {
      position: initial;
      margin: 0 auto 20px auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-6 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-6 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-6 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-6 img {
      position: initial;
      margin: 0 auto;
      display: block;
      width: 80%; }

  .story_of_bulgur_area .genelse .section-7 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-7 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-7 p {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-7 img {
      position: initial;
      margin: 0 auto;
      display: block;
      width: 80%; }

  .story_of_bulgur_area .genelse .section-8 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-8 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-8 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-8 img {
      position: initial;
      margin: 0 auto;
      display: block;
      width: 60%; }

  .story_of_bulgur_area .genelse .section-9 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-9 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-9 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-9 img {
      position: initial;
      margin: 0 auto;
      display: block;
      width: 60%; }

  .story_of_bulgur_area .genelse .section-10 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-10 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-10 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-10 img {
      position: initial;
      margin: 0 auto;
      display: block; }

  .story_of_bulgur_area .genelse .section-11 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-11 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-11 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-11 img {
      position: initial;
      margin: 0 auto;
      display: block;
      width: 100%; }

  .story_of_bulgur_area .genelse .section-12 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-12 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-12 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-12 img {
      position: initial;
      margin: 0 auto;
      display: block;
      width: 100%; }

  .story_of_bulgur_area .genelse .section-13 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-13 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-13 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-13 img {
      position: initial;
      margin: 0 auto;
      display: block;
      width: 100%; }

  .story_of_bulgur_area .genelse .section-19 {
    height: auto;
    margin-bottom: 35px; }
    .story_of_bulgur_area .genelse .section-19 h3 {
      text-align: center;
      width: 100%;
      position: initial;
      font-size: 40px; }
    .story_of_bulgur_area .genelse .section-19 p {
      text-align: center;
      width: 100%;
      position: initial;
      margin-bottom: 20px;
      font-size: 14px;
      margin-bottom: 15px; }
    .story_of_bulgur_area .genelse .section-19 img {
      position: initial;
      margin: 0 auto;
      display: block;
      width: 100%; }

  .varietes_page_area .section_1 {
    width: 100%;
    height: 350px; }

  .varietes_page_area .section_1 .header_genels {
    left: 15px;
    top: 35px;
    right: 15px; }

  .varietes_page_area .section_1 .header_genels .thumb a {
    font-size: 12px; }

  .varietes_page_area .section_1 .header_genels .thumb span {
    margin: 0 5px; }

  .varietes_page_area .section_1 .header_genels .text {
    width: 100%; }

  .varietes_page_area .section_1 .header_genels .text h2 {
    font-size: 40px; }

  .varietes_page_area .section_1 .header_genels .text p {
    font-size: 18px; }

  .varietes_page_area .section_2 .caps {
    width: 95%; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 {
    width: 100%;
    float: none; }
    .varietes_page_area .section_2 .caps .item_s .pt_50 .area_S .bg img {
      width: 100% !important;
      height: auto !important; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: auto;
    background-size: 200px !important;
    padding: 50px 0; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
    width: 100%; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif h2 {
    font-size: 26px;
    padding: 0; }

  .varietes_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif p {
    font-size: 12px;
    margin-bottom: 20px; }

  .varietes_page_area .section_2 .caps .item_s .mobile {
    display: block; }

  .varietes_page_area .section_2 .caps .item_s .web {
    display: none; }

  .varietes_page_area .are_you {
    padding-top: 0; }

  .contact_page_area .section_1 {
    width: 100%;
    height: 510px; }

  .contact_page_area .section_2 .caps {
    width: 95%; }

  .contact_page_area .section_2 .caps .item_s .pt_50 {
    width: 100%;
    float: none; }

  .contact_page_area .section_2 .caps .maps2 {
    display: block; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form {
    padding-left: 20px;
    padding-right: 20px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name input {
    width: 100%; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .surname input {
    width: 100%; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel input {
    width: 100%; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .email input {
    width: 100%; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .name_surname .name {
    float: none;
    margin: 0 0 30px 0; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .tel_email .tel {
    float: none;
    margin: 0 0 30px 0; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif {
    width: 100%; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area {
    height: auto;
    margin-top: 50px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .maps {
    display: none; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .captcha_code_area input {
    width: 130px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .bg .form .chapca_area .refress {
    margin: 0 10px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 260px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .left.v2 {
    margin: 0 auto; }

  .contact_page_area .section_1 .header_genels {
    left: 15px;
    top: 35px;
    right: 15px; }

  .contact_page_area .are_you {
    padding-top: 0; }

  .contact_page_area .section_2 {
    top: -50px; }

  .contact_page_area .section_1 .header_genels .thumb a {
    font-size: 12px; }

  .contact_page_area .section_1 .header_genels .thumb span {
    margin: 0 5px; }

  .contact_page_area .section_1 .header_genels .text {
    width: 100%; }

  .contact_page_area .section_1 .header_genels .text h2 {
    font-size: 40px; }

  .contact_page_area .section_1 .header_genels .text p {
    font-size: 18px; } }
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .content {
    display: none; }

  .section_slide {
    display: block;
    height: auto;
    padding: 50px 0;
    background-position: center;
    background-size: cover; }

  .mobile.slider_area {
    display: block !important; }
    .mobile.slider_area .owl-nav {
      display: none !important; }
    .mobile.slider_area .desc img {
      margin: 0 auto;
      display: block;
      text-align: center;
      width: 400px; } }
@media only screen and (max-device-width: 1024px) and (min-device-width: 820px) and (orientation: landscape) {
  .search-wrapper {
    top: 102px; } }
@media only screen and (max-device-width: 800px) and (min-device-width: 550px) and (orientation: landscape) {
  .difference_page_area .section_1 {
    height: 420px; }

  .sobHow_page_area .section_1 {
    height: 420px; } }
@media only screen and (max-device-width: 820px) and (min-device-width: 801px) and (orientation: landscape) {
  .difference_page_area .section_1 {
    height: 570px; }

  .sobHow_page_area .section_1 {
    height: 490px; }

  .sobHow_page_area .section_1 .header_genels .text h2 {
    font-size: 46px; }

  .sobHow_page_area .section_1 .header_genels .text p {
    font-size: 22px; } }
@media only screen and (max-device-width: 820px) and (min-device-width: 560px) and (orientation: landscape) {
  .home-lightbox2 .table_lightbox .tableCell_lightbox .lightbox-content {
    height: 210px; }
    .home-lightbox2 .table_lightbox .tableCell_lightbox .lightbox-content img {
      width: 100%;
      height: 100%; } }
@media only screen and (max-width: 1519px) {
  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .adress_mail h2 {
    font-size: 22px; }

  .contact_page_area .section_2 .caps .item_s .pt_50 .pddng_area .table_cell .text_dif .adress_mail h2 {
    font-size: 22px; } }
/*MED─░A END*/

/*# sourceMappingURL=main.css.map */
