body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/App_Themes/Uckardesler/images/bg.png) left bottom no-repeat;
  font-family: "Roboto", Verdana, Geneva, Tahoma, sans-serif;
  background-color: #f3f4f4;
  font-weight: 400;
  color: #505050;
  font-size: 14px;
  padding-top: 66px; }
  body.not-found {
    background: #d5d6d7; }

header {
  transition: 0.2s ease;
  position: relative;
  z-index: 999;
  background-color: #fff;
  padding: 6px 0;
  border-bottom: 1px solid #e0e0e7; }
  header .navbar-brand {
    padding: 0; }
    header .navbar-brand img.only-logo {
      display: none; }
  header.hide-header {
    transform: translateY(-100%); }
  header.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0.75rem 0.75rem rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.97); }
  header .nav-custom ul li {
    margin: 0 15px; }
    header .nav-custom ul li a {
      font-weight: 700;
      font-size: 14px;
      color: #919192;
      position: relative; }
      header .nav-custom ul li a::before {
        content: "";
        position: absolute;
        height: 4px;
        width: 100%;
        top: -24px;
        background-color: #ffc100;
        transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%); }
      header .nav-custom ul li a.active, header .nav-custom ul li a:hover {
        color: #ffc100; }
        header .nav-custom ul li a.active::before, header .nav-custom ul li a:hover::before {
          transform: translateY(0%);
          opacity: 1;
          visibility: visible; }
        header .nav-custom ul li a.active span:after, header .nav-custom ul li a:hover span:after {
          border-color: #ffc100 !important; }
  header .langs a {
    color: #505050;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px; }
    header .langs a:hover {
      color: #ffc100; }
  header .search-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    vertical-align: top; }
    header .search-btn img {
      max-height: 30px;
      vertical-align: sub; }

section.contents {
  min-height: calc(100vh - 359px);
  /*########################### PAGES ###########################*/ }
  section.contents .quick-menu {
    width: 225px;
    height: 100vh;
    background: rgba(48, 213, 200, 0.8);
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1031;
    padding: 20px; }
    section.contents .quick-menu ul {
      height: 100%; }
      section.contents .quick-menu ul li {
        height: 100%;
        border-bottom: 1px solid #9eebe5; }
        section.contents .quick-menu ul li:last-child {
          border-bottom: none; }
        section.contents .quick-menu ul li a {
          color: #fff;
          font-weight: 500;
          font-size: 15px; }
          section.contents .quick-menu ul li a .icon {
            height: 82px; }
          section.contents .quick-menu ul li a:hover span.icon {
            transform: translateY(3px); }
          section.contents .quick-menu ul li a:hover span.title {
            transform: translateY(-3px); }
  section.contents .slide-wrapper {
    background: url(/App_Themes/Uckardesler/images/slide-bg.jpg) no-repeat;
    width: 100%;
    height: calc(100vh - 121px);
    position: relative; }
    section.contents .slide-wrapper::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: #fdfcfd;
      background: linear-gradient(180deg, #fdfcfd 0%, rgba(78, 103, 128, 0.6) 100%);
      pointer-events: none; }
    section.contents .slide-wrapper::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -6px;
      border-bottom: 13px solid #ffc100;
      width: 110px;
      margin-left: -55px;
      z-index: 1029; }
    section.contents .slide-wrapper .container {
      height: 100%; }
    section.contents .slide-wrapper .content {
      height: 100%;
      position: relative; }
      section.contents .slide-wrapper .content .slide-image {
        padding-right: 17%;
        padding-top: 28px; }
      section.contents .slide-wrapper .content .title {
        position: absolute;
        left: 0;
        top: 37%; }
        section.contents .slide-wrapper .content .title::before, section.contents .slide-wrapper .content .title::after {
          content: "";
          position: absolute;
          top: 50px;
          width: 100px;
          height: 5px;
          margin-top: -2.5px;
          background-color: #818181; }
        section.contents .slide-wrapper .content .title::before {
          left: 0; }
        section.contents .slide-wrapper .content .title::after {
          right: 0;
          background-color: #ffc100; }
        section.contents .slide-wrapper .content .title .big {
          position: relative;
          z-index: 1; }
          section.contents .slide-wrapper .content .title .big .con {
            transform: translateX(-15%);
            line-height: 25px; }
          section.contents .slide-wrapper .content .title .big .big-text {
            font-size: 110px;
            font-weight: 100;
            line-height: 82px; }
          section.contents .slide-wrapper .content .title .big span:first-child {
            position: relative; }
            section.contents .slide-wrapper .content .title .big span:first-child::after {
              content: "";
              position: absolute;
              right: -60px;
              bottom: 0;
              height: 100%;
              width: 85%;
              background-color: rgba(255, 193, 0, 0.7);
              z-index: -1; }
        section.contents .slide-wrapper .content .title .small {
          font-size: 25px;
          line-height: 100%; }
        section.contents .slide-wrapper .content .title .sub-title {
          padding-top: 5%;
          font-size: 40px;
          font-weight: 300;
          color: #fff; }
  section.contents .showcase {
    background-color: #b3bccc;
    position: relative; }
    section.contents .showcase::before {
      content: "";
      position: absolute;
      right: 59.4%;
      top: 0;
      height: 100%;
      width: 100%;
      background: url(/App_Themes/Uckardesler/images/showcase-bg.png) 100% top no-repeat;
      background-size: contain; }
    section.contents .showcase .s-links a {
      height: 100%;
      width: 100%;
      color: #fff;
      font-weight: 900;
      font-size: 30px;
      height: 210px;
      position: relative; }
      section.contents .showcase .s-links a::before {
        content: "";
        position: relative;
        width: 1px;
        height: 50px;
        background-color: #fff;
        left: 0;
        display: inline-block; }
      section.contents .showcase .s-links a.navy {
        background-color: rgba(1, 14, 41, 0.9); }
      section.contents .showcase .s-links a.gray {
        background-color: rgba(92, 91, 81, 0.9); }
      section.contents .showcase .s-links a.yellow {
        background-color: rgba(239, 193, 46, 0.77); }
      section.contents .showcase .s-links a:hover {
        background: rgba(48, 213, 200, 0.5); }
    section.contents .showcase .new-products {
      background-color: #b3bccc;
      min-height: 100%; }
      section.contents .showcase .new-products .np-carousel {
        height: 100%; }
        section.contents .showcase .new-products .np-carousel .owl-nav {
          position: absolute;
          left: 50%;
          bottom: -58px;
          margin-left: -45.7px; }
          section.contents .showcase .new-products .np-carousel .owl-nav .owl-prev {
            transform: rotate(180deg); }
        section.contents .showcase .new-products .np-carousel .carousels {
          border: 9px solid #1a263e;
          border-top-color: #fff;
          position: relative;
          min-height: 250px;
          width: 100%; }
          section.contents .showcase .new-products .np-carousel .carousels .title {
            color: #818181;
            font-size: 30px;
            font-weight: 500;
            position: relative;
            padding: 5%;
            padding-bottom: 10%; }
            section.contents .showcase .new-products .np-carousel .carousels .title::before, section.contents .showcase .new-products .np-carousel .carousels .title::after {
              content: "";
              position: absolute;
              top: -9px;
              width: 9px;
              height: 138%;
              background-color: #fff; }
            section.contents .showcase .new-products .np-carousel .carousels .title::before {
              left: -9px; }
            section.contents .showcase .new-products .np-carousel .carousels .title::after {
              right: -9px; }
          section.contents .showcase .new-products .np-carousel .carousels .items {
            padding: 25px;
            padding-top: 0; }
            section.contents .showcase .new-products .np-carousel .carousels .items a {
              color: #818181;
              font-weight: 500;
              font-size: 30px;
              font-style: italic; }
              section.contents .showcase .new-products .np-carousel .carousels .items a .photo {
                height: 300px;
                background: #fff;
                overflow: hidden;
                outline: solid 2px transparent;
                outline-offset: 0; }
                section.contents .showcase .new-products .np-carousel .carousels .items a .photo img {
                  width: auto; }
              section.contents .showcase .new-products .np-carousel .carousels .items a:hover .photo {
                outline-color: #30d5c8;
                outline-offset: -10px; }
  section.contents .history .owl-nav {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%; }
    section.contents .history .owl-nav .owl-prev,
    section.contents .history .owl-nav .owl-next {
      transition: 0.2s linear;
      outline: none; }
      section.contents .history .owl-nav .owl-prev:hover,
      section.contents .history .owl-nav .owl-next:hover {
        background-color: transparent;
        transform: scale(1.1); }
    section.contents .history .owl-nav .owl-prev {
      transform: rotate(180deg);
      float: left; }
      section.contents .history .owl-nav .owl-prev:hover {
        transform: rotate(180deg) scale(1.1) !important; }
    section.contents .history .owl-nav .owl-next {
      float: right; }
  section.contents .history .history-carousel {
    position: relative; }
    section.contents .history .history-carousel .owl-stage-outer {
      margin: 0 40px;
      z-index: 9;
      min-height: 290px; }
    section.contents .history .history-carousel::after {
      content: "";
      position: absolute;
      left: 27px;
      top: 105px;
      width: calc(100% - 53px);
      height: 3px;
      background-color: #ffc100; }
    section.contents .history .history-carousel .items .owl-item .anim {
      opacity: 0;
      visibility: hidden;
      transform: scale(0) rotate(180deg);
      transition: 0.3s ease-out; }
    section.contents .history .history-carousel .items .owl-item:not(.active-history) {
      position: relative;
      width: 110px !important;
      margin-right: 0 !important; }
      section.contents .history .history-carousel .items .owl-item:not(.active-history) .title {
        position: absolute;
        left: 0;
        margin-left: 16px;
        top: 71px; }
        section.contents .history .history-carousel .items .owl-item:not(.active-history) .title .dot {
          cursor: pointer;
          width: 22px;
          height: 22px;
          background-color: #ffc100;
          border-radius: 100%;
          margin-top: 3px !important; }
          section.contents .history .history-carousel .items .owl-item:not(.active-history) .title .dot:hover {
            transform: scale(1.1); }
    section.contents .history .history-carousel .items .owl-item.active-history {
      width: 200px !important;
      margin-right: 40px !important; }
      section.contents .history .history-carousel .items .owl-item.active-history .anim {
        opacity: 1;
        visibility: visible;
        transform: scale(1) rotate(0); }
      section.contents .history .history-carousel .items .owl-item.active-history .title {
        color: #505050;
        font-weight: 700;
        font-size: 25px; }
        section.contents .history .history-carousel .items .owl-item.active-history .title.active-hide {
          display: none; }
      section.contents .history .history-carousel .items .owl-item.active-history .photo {
        position: relative; }
        section.contents .history .history-carousel .items .owl-item.active-history .photo img {
          width: auto; }
      section.contents .history .history-carousel .items .owl-item.active-history .desc {
        font-size: 18px; }
      section.contents .history .history-carousel .items .owl-item.active-history.active-item {
        height: 260px; }
  section.contents .pages .pages-title {
    color: #818181;
    font-size: 35px;
    font-weight: 300;
    position: relative; }
    section.contents .pages .pages-title .title {
      position: relative;
      background-color: #f3f4f4;
      padding: 0 20px;
      z-index: 9; }
    section.contents .pages .pages-title::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 60%;
      height: 1px;
      background-color: #818181;
      margin: -0.5px 0 0 -30%;
      z-index: 0; }
  section.contents .pages .pages-menu .head-menu {
    background-color: #010e29;
    padding: 20px 0; }
    section.contents .pages .pages-menu .head-menu nav ul li {
      position: relative;
      padding: 0 4%; }
      section.contents .pages .pages-menu .head-menu nav ul li::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        border-right: 1px solid #9a9897; }
      section.contents .pages .pages-menu .head-menu nav ul li:last-child::before {
        display: none; }
      section.contents .pages .pages-menu .head-menu nav ul li.active a, section.contents .pages .pages-menu .head-menu nav ul li:hover a {
        color: #ffc100;
        font-weight: 500; }
      section.contents .pages .pages-menu .head-menu nav ul li.active::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -20px;
        width: 0px;
        height: 0px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        margin-left: -7px; }
      section.contents .pages .pages-menu .head-menu nav ul li a {
        color: #fff;
        font-weight: 500; }
        section.contents .pages .pages-menu .head-menu nav ul li a .icon {
          height: 48px; }
          section.contents .pages .pages-menu .head-menu nav ul li a .icon img {
            max-height: 48px; }
  section.contents .pages .pages-menu .sub-menu nav {
    background-color: #fff;
    padding: 20px; }
    section.contents .pages .pages-menu .sub-menu nav ul li {
      margin-right: 10px; }
      section.contents .pages .pages-menu .sub-menu nav ul li a {
        color: #919192;
        font-weight: 500;
        position: relative; }
        section.contents .pages .pages-menu .sub-menu nav ul li a::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -5px;
          min-width: 0%;
          height: 2px;
          background-color: #ffc100;
          opacity: 0;
          visibility: hidden;
          transition: min-width 0.2s linear; }
        section.contents .pages .pages-menu .sub-menu nav ul li a.active::before, section.contents .pages .pages-menu .sub-menu nav ul li a:hover::before {
          opacity: 1;
          visibility: visible;
          min-width: 50%; }
        section.contents .pages .pages-menu .sub-menu nav ul li a.no-link {
          pointer-events: none; }
  section.contents .pages .pages-multimedia .video {
    border: 1px solid #acacac;
    width: 100%;
    height: 100%;
    position: relative; }
    section.contents .pages .pages-multimedia .video::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 88px;
      height: 74px;
      transform: translate(-50%, -50%);
      background: url(/App_Themes/Uckardesler/images/icons/play.svg) no-repeat;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transition: 0.2s linear; }
    section.contents .pages .pages-multimedia .video:hover img {
      opacity: 0.2; }
    section.contents .pages .pages-multimedia .video:hover::after {
      opacity: 1;
      visibility: visible; }
  section.contents .pages .product-listing .item {
    padding: 10px;
    min-height: 220px; }
    section.contents .pages .product-listing .item .card-body {
      border: 1px solid #d5e3ff; }
      section.contents .pages .product-listing .item .card-body .card-photo,
      section.contents .pages .product-listing .item .card-body .title-arrow {
        width: 50%; }
      section.contents .pages .product-listing .item .card-body .card-photo {
        overflow: hidden;
        position: relative; }
        section.contents .pages .product-listing .item .card-body .card-photo::after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          border-right: 1px solid #ebebeb;
          height: 100%; }
      section.contents .pages .product-listing .item .card-body .card-title {
        color: #818181;
        font-weight: 500;
        font-size: 14px;
        padding-top: 10%; }
      section.contents .pages .product-listing .item .card-body .arrow {
        position: relative;
        padding-left: 20px; }
        section.contents .pages .product-listing .item .card-body .arrow::before {
          content: "incele";
          position: absolute;
          left: 0;
          top: 7px;
          color: #818181;
          font-size: 11px;
          font-weight: 300;
          transform: rotate(-90deg); }
    section.contents .pages .product-listing .item:hover {
      box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.07); }
      section.contents .pages .product-listing .item:hover .card-title {
        color: #ffc100; }
  section.contents .pages .product-detail .product-container {
    border: 1px solid rgba(179, 188, 204, 0.5);
    padding: 15px; }
    section.contents .pages .product-detail .product-container .product-photo {
      background-color: #fff;
      height: 640px;
      position: relative; }
    section.contents .pages .product-detail .product-container .product-infos {
      height: 100%; }
      section.contents .pages .product-detail .product-container .product-infos .product-title {
        font-size: 35px;
        font-weight: 300;
        padding-top: 10%; }
      section.contents .pages .product-detail .product-container .product-infos .sub-title {
        font-weight: 500;
        font-size: 24px; }
      section.contents .pages .product-detail .product-container .product-infos .types ul li {
        width: 130px;
        height: 60px;
        border: 1px solid #acacac;
        font-size: 20px;
        font-weight: 300;
        cursor: pointer; }
        section.contents .pages .product-detail .product-container .product-infos .types ul li:hover {
          background-color: #dddddd; }
        section.contents .pages .product-detail .product-container .product-infos .types ul li.active {
          background-color: #919192;
          color: #fff; }
      section.contents .pages .product-detail .product-container .product-infos .colors ul li {
        width: 100%;
        height: 13px;
        cursor: pointer;
        position: relative;
        z-index: 0;
        opacity: 0.5;
        border: 1px solid transparent; }
        section.contents .pages .product-detail .product-container .product-infos .colors ul li.red {
          background-color: #e33737; }
        section.contents .pages .product-detail .product-container .product-infos .colors ul li.orange {
          background-color: #f28c00; }
        section.contents .pages .product-detail .product-container .product-infos .colors ul li.turquase {
          background-color: #16b2bf; }
        section.contents .pages .product-detail .product-container .product-infos .colors ul li.green {
          background-color: #a9d337; }
        section.contents .pages .product-detail .product-container .product-infos .colors ul li.black {
          background-color: #3b3e33; }
        section.contents .pages .product-detail .product-container .product-infos .colors ul li.gray {
          background-color: #898987; }
        section.contents .pages .product-detail .product-container .product-infos .colors ul li.active, section.contents .pages .product-detail .product-container .product-infos .colors ul li:hover {
          opacity: 1; }
        section.contents .pages .product-detail .product-container .product-infos .colors ul li.active {
          border-color: black; }
      section.contents .pages .product-detail .product-container .product-infos .links ul li {
        width: 100%;
        margin-right: 10px; }
        section.contents .pages .product-detail .product-container .product-infos .links ul li:last-child {
          margin-right: 0; }
        section.contents .pages .product-detail .product-container .product-infos .links ul li a {
          display: block;
          color: #505050;
          border: 1px solid #acacac;
          width: 100%;
          margin-right: 10px;
          padding: 10px 0;
          font-size: 13px;
          font-weight: 500;
          cursor: pointer; }
          section.contents .pages .product-detail .product-container .product-infos .links ul li a:hover {
            background-color: #dddddd; }
          section.contents .pages .product-detail .product-container .product-infos .links ul li a.active {
            background-color: #919192;
            color: #fff; }
  section.contents .pages .news .news-listing .item:hover {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.08);
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  section.contents .pages .news .news-listing .item .card-title {
    font-weight: 500;
    font-size: 18px; }
  section.contents .pages .news .news-listing .item .date-link {
    font-size: 13px;
    font-weight: 500;
    color: #ffc100; }
  section.contents .pages .news .news-detail {
    padding: 20px;
    background: #fff; }
  section.contents .pages .news .other-news .items .item {
    background: #fff; }
    section.contents .pages .news .other-news .items .item .card-title {
      min-height: 185px;
      font-size: 20px;
      font-weight: 300;
      padding: 25px; }
    section.contents .pages .news .other-news .items .item img {
      width: auto; }
    section.contents .pages .news .other-news .items .item a.nd::after {
      top: 0 !important; }
  section.contents .pages .news a.nd {
    position: relative;
    color: #ffc100;
    position: relative;
    padding-right: 20px; }
    section.contents .pages .news a.nd:hover {
      color: #858585; }
    section.contents .pages .news a.nd::after {
      content: "";
      position: absolute;
      right: 0;
      top: 2px;
      width: 8px;
      height: 14px;
      background: url(/App_Themes/Uckardesler/images/icons/arrow-right.svg) no-repeat; }
  section.contents .pages .contact .map {
    position: relative;
    border-bottom: 1px solid #eee;
    background-color: #e5e3df;
    height: 320px;
    overflow: hidden; }
    section.contents .pages .contact .map iframe {
      height: 320px; }
  section.contents .pages .contact .contact-body .boxes .box {
    cursor: pointer;
    padding: 20px;
    background-color: #fff;
    height: 190px; }
    section.contents .pages .contact .contact-body .boxes .box a {
      color: #505050; }
      section.contents .pages .contact .contact-body .boxes .box a:hover {
        color: #30d5c8; }
    section.contents .pages .contact .contact-body .boxes .box.active {
      background-color: #e2e4eb; }
    section.contents .pages .contact .contact-body .boxes .box.active, section.contents .pages .contact .contact-body .boxes .box:hover {
      box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05); }
  section.contents.not-found-page {
    min-height: calc(100vh - 66px); }
    section.contents.not-found-page .not-found-body {
      border: 1px solid #fff;
      width: 600px;
      height: 600px;
      border-radius: 100%;
      position: relative;
      color: #979899;
      line-height: 100%;
      padding-top: 60px; }
      section.contents.not-found-page .not-found-body .small-title {
        display: block;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px; }
      section.contents.not-found-page .not-found-body .big-title {
        font-size: 200px;
        font-weight: 700;
        line-height: 100%; }
      section.contents.not-found-page .not-found-body .img {
        position: absolute;
        left: 50%;
        bottom: -30px;
        margin-left: -30%;
        z-index: 9;
        max-width: 370px; }

footer {
  border-top: 1px solid #a3a3a3;
  font-size: 13px;
  padding: 30px 0 4% 0; }

/* ################################################################ */
a,
.hvr-a,
button {
  outline: none;
  color: #c0ced6;
  transition: all 0.3s ease;
  text-decoration: none !important; }
  a:hover,
  .hvr-a:hover,
  button:hover {
    color: #006eab; }

.transition i,
.transition button,
.transition input,
.transition {
  transition: all 0.3s ease; }

.search-area {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1040;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: none;
  opacity: 0;
  visibility: hidden; }
  .search-area.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .search-area .search-close {
    position: fixed;
    font-size: 100px;
    right: 25px;
    top: 15px;
    color: #fff;
    line-height: 50%;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none; }
    .search-area .search-close:hover {
      color: #ffc100; }
  .search-area .search-popup {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); }
    .search-area .search-popup .search-input {
      width: 50%;
      margin: auto;
      padding: 10px;
      background-color: #fff;
      border-radius: 10px; }
      .search-area .search-popup .search-input .button {
        padding: 20px 30px;
        background-color: #ffc100;
        border-radius: 10px;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        outline: none; }
        .search-area .search-popup .search-input .button:hover {
          background-color: #ffc100; }
        .search-area .search-popup .search-input .button i {
          margin-right: 10px; }
      .search-area .search-popup .search-input .text {
        border: 0;
        color: #505050;
        font-size: 24px;
        font-weight: 400;
        margin: 10px;
        outline: none;
        box-shadow: none; }
        .search-area .search-popup .search-input .text:focus {
          outline: none; }
  .search-area.show .search-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%); }

.socials {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  display: inline-block;
  z-index: 100;
  text-align: center; }
  .socials img {
    max-width: 25px; }

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

input,
select,
textarea,
button {
  font-family: "Roboto", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px; }

.fancybox-container .fancybox-toolbar {
  background: #30d5c8; }

.fancybox-container .fancybox-arrow--left {
  left: 30px; }

.fancybox-container .fancybox-arrow--right {
  right: 40px; }

.navbar-toggler {
  outline: none;
  right: 0;
  top: 8px;
  position: absolute;
  z-index: 99;
  border: none;
  background: transparent;
  padding: 5px 10px;
  line-height: 100%;
  max-height: 38px; }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    width: 30px;
    transition: all 0.2s;
    height: 3px !important;
    margin: 5px 0; }
  .navbar-toggler .top-bar {
    transform: rotate(0); }
  .navbar-toggler .middle-bar {
    opacity: 1;
    transform: translateX(0%); }
  .navbar-toggler .bottom-bar {
    transform: rotate(0); }
  .navbar-toggler.open {
    padding-right: 1px; }
    .navbar-toggler.open .top-bar {
      transform: rotate(45deg);
      transform-origin: 10% 10%; }
    .navbar-toggler.open .middle-bar {
      opacity: 0;
      transform: translateX(0%); }
    .navbar-toggler.open .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }
  .navbar-toggler:hover {
    box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.05); }

.general-title {
  line-height: 100%; }
  .general-title h1 {
    color: #505050;
    font-size: 22px;
    font-weight: 700; }
  .general-title span {
    font-size: 22px;
    font-weight: 500; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* custom form */
.custom-form label {
  margin-bottom: 0; }

.custom-form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 13px;
  border-bottom: 1px solid #919191;
  padding: 2px 5px;
  position: relative;
  transition: 0.2s ease; }
  .custom-form .form-control:focus {
    box-shadow: none;
    border-color: #30d5c8;
    background-color: #effcfb; }

.custom-form textarea {
  resize: none; }

.custom-form .btn {
  border-color: #505050;
  background: transparent;
  color: #505050;
  padding: 5px 30px;
  border-radius: 0; }
  .custom-form .btn:hover {
    background-color: #effcfb;
    color: #30d5c8;
    border-color: #30d5c8; }

.pagination {
  border-radius: 0; }
  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    border-radius: 0; }
  .pagination .page-item.active a {
    border-color: #d5e3ff;
    color: #fff;
    background-color: #d5e3ff; }
  .pagination .page-link {
    color: #fff;
    border-color: #d5e3ff;
    color: #d5e3ff; }
    .pagination .page-link.active, .pagination .page-link:hover {
      border-color: #30d5c8;
      background-color: #30d5c8;
      color: #fff; }

.animated {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

.wow {
  visibility: hidden; }

.hvr-bottom-line {
  position: relative; }
  .hvr-bottom-line::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 2px;
    background-color: #505050;
    position: absolute;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.2s linear; }
  .hvr-bottom-line:hover::after {
    opacity: 1;
    transform: translateY(0%); }
  .hvr-bottom-line.px1::after {
    min-height: 1px; }

.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 1060;
  overflow: hidden; }
  .loading-wrapper.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-delay: 0.4s;
    transition: 0.2s ease-out; }
    .loading-wrapper.hide .loading-logo {
      opacity: 0;
      transform: translateY(-150%); }

.custom-owl-nav .owl-nav .owl-prev,
.custom-owl-nav .owl-nav .owl-next {
  position: absolute;
  right: 0%;
  top: 50%;
  outline: none;
  transform: translateY(-50%); }
  .custom-owl-nav .owl-nav .owl-prev img,
  .custom-owl-nav .owl-nav .owl-next img {
    max-width: 30px; }
  .custom-owl-nav .owl-nav .owl-prev:hover,
  .custom-owl-nav .owl-nav .owl-next:hover {
    background: #fff; }

.custom-owl-nav .owl-nav .owl-prev {
  left: -70px;
  transform: translateY(-50%) rotate(180deg); }

.custom-owl-nav .owl-nav .owl-next {
  right: -70px; }

.general-carousel .carousel {
  border: 1px solid #b3bccc;
  padding: 20px; }
  .general-carousel .carousel .items .item {
    background-color: #fff;
    border: 1px solid transparent; }
    .general-carousel .carousel .items .item .photo {
      height: 350px; }
      .general-carousel .carousel .items .item .photo img {
        width: auto; }
    .general-carousel .carousel .items .item .title {
      color: #fff;
      font-size: 18px;
      font-weight: 300;
      padding: 20px;
      background-color: #1a263e;
      position: relative; }
      .general-carousel .carousel .items .item .title .arrow {
        position: absolute;
        right: 20px;
        top: 14px; }
        .general-carousel .carousel .items .item .title .arrow::before {
          content: "incele";
          position: absolute;
          left: -26px;
          top: 9px;
          transform: rotate(-90deg);
          font-size: 14px; }
    .general-carousel .carousel .items .item:hover {
      border-color: #30d5c8; }
      .general-carousel .carousel .items .item:hover .title {
        background-color: #30d5c8; }

.general-title {
  font-size: 35px;
  font-weight: 300;
  color: #505050;
  position: relative; }
  .general-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 110px;
    height: 13px;
    background-color: #ffc100;
    margin-left: -55px; }

#overlay {
  border: 1px solid #eee;
  display: inline-block;
  background-image: url("/App_Themes/Uckardesler/images/temp/productphotobig.png");
  background-repeat: no-repeat;
  position: absolute;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 99; }

.pz-wrap {
  display: none;
  width: 100%;
  height: 100%; }
  .pz-wrap .pz-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .pz-wrap .pz-large a img {
      max-width: 100%;
      height: auto; }
    .pz-wrap .pz-large a {
      display: block; }
  .pz-wrap .pz-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
    background-color: #fff; }

.back-face {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }
  .back-face div,
  .back-face span,
  .back-face a,
  .back-face input,
  .back-face button,
  .back-face p {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden; }
