/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: 000; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  line-height: 1;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* GLOBAL */
body {
  font-family: 'Poppins', sans-serif; }

input, textarea, button, select {
  outline: 0; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.page-head {
  background: url(../img/pagehead.jpeg);
  height: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-head h1 {
    font-size: 24px;
    font-weight: 600; }

.page-content {
  font-size: 16px;
  line-height: 22px;
  color: #212529;
  padding: 50px 0; }
  .page-content p {
    margin-bottom: 20px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-weight: 900;
    color: #EC0404;
    margin-bottom: 20px; }
  .page-content h1 {
    font-size: 36px; }
  .page-content h2 {
    font-size: 32px; }
  .page-content h3 {
    font-size: 28px; }
  .page-content h4 {
    font-size: 24px; }
  .page-content h5 {
    font-size: 20px; }
  .page-content h6 {
    font-size: 16px; }
  .page-content-image-full {
    position: relative;
    padding: 20px;
    margin-bottom: 20px; }
    .page-content-image-full:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #000;
      z-index: 1;
      top: 50%;
      right: 75%; }
    .page-content-image-full:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #EC0404;
      z-index: 2;
      bottom: 50%;
      left: 75%; }
    .page-content-image-full img {
      width: 100%;
      position: relative;
      z-index: 3; }

@media screen and (max-width: 1170px) {
  .page-head {
    height: 150px; }
    .page-head h1 {
      font-size: 30px; } }

/*==========================================
pealoader css
=========================================*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#preloader:before,
#preloader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #EC0404;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

#preloader:after {
  left: auto;
  right: 0; }

#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s; }

.loader_line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards; }

.loader_line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #EC0404;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms; }

@-webkit-keyframes lineheight {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@keyframes lineheight {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@-webkit-keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

/*hiding all*/
.preloaded .loader_line:after {
  opacity: 0; }

.preloaded .loader_line {
  opacity: 0;
  height: 100% !important; }

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards; }

@-webkit-keyframes preloadedzero {
  0% {
    width: 50%; }
  100% {
    width: 0%; } }

@keyframes preloadedzero {
  0% {
    width: 50%; }
  100% {
    width: 0%; } }

.header {
  background: #000;
  width: 100%; }
  .header.sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    -webkit-box-shadow: 0 0 20px 0 black;
    box-shadow: 0 0 20px 0 black; }
  .header-container {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-social a {
    font-size: 18px;
    color: #E2BB05;
    margin-right: 18px; }
  .header-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-menu-wrapper a {
      color: #FFF;
      font-size: 16px;
      font-weight: 500;
      padding: 10px 20px; }
      .header-menu-wrapper a:hover {
        color: #E3B708; }
    .header-menu-wrapper .main-menu-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-menu-wrapper li {
      position: relative; }
      .header-menu-wrapper li:hover ul {
        display: block; }
      .header-menu-wrapper li ul {
        background: #fff;
        z-index: 999;
        width: 200px;
        position: absolute;
        display: none; }
        .header-menu-wrapper li ul li a {
          font-size: 14px;
          padding: 12px 20px;
          display: block;
          border-bottom: 1px solid #f5f5f5; }
        .header-menu-wrapper li ul li a {
          font-weight: 600; }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-contact-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .header-contact-content strong a {
        color: #000; }
      .header-contact-content > a {
        color: #000;
        font-size: 12px; }
    .header-contact img {
      margin-left: 15px; }
  .header-mobile-button {
    display: none; }

@media screen and (max-width: 1365px) {
  .header-container {
    margin: 0 15px; } }

.mobile-menu {
  display: none; }

@media screen and (max-width: 1170px) {
  .mobile-menu {
    display: block;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    width: 250px;
    position: fixed;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: 300ms;
    transition: 300ms; }
    .mobile-menu.open {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .mobile-menu-logo {
      text-align: center;
      padding: 20px 0;
      border-bottom: 1px solid #f5f5f5; }
      .mobile-menu-logo img {
        width: 150px; }
    .mobile-menu-nav a {
      color: #040405;
      font-size: 14px;
      font-weight: 600;
      display: block;
      border-bottom: 1px solid #f5f5f5;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
	  
	  
	   .mobile-menu-nav a:hover {
        color: #E50B0B; }
	  
	  
    .mobile-menu-nav li a.has-sub i {
      margin-left: auto;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .mobile-menu-nav li a.has-sub.open i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .mobile-menu-nav li ul {
      display: none; }
      .mobile-menu-nav li ul a {
        font-weight: 500;
        padding-left: 25px;
        font-size: 15px; }
    .mobile-menu .header-contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px;
      margin-left: 22px; }
      .mobile-menu .header-contact img {
        margin-left: 10px; }
  .header {
    height: 80px; }
    .header-container {
      height: 80px; }
    .header-menu-wrapper {
      width: 100%; }
      .header-menu-wrapper .main-menu-left, .header-menu-wrapper .main-menu-right {
        display: none; }
    .header-social {
      display: none; }
    .header-contact {
      display: none; }
    .header-logo {
      width: 100%; }
      .header-logo a {
        padding: 0; }
      .header-logo img {
        max-width: 200px; }
    .header-mobile-button {
      display: block; }
      .header-mobile-button button {
        background: #000;
        width: 74px;
        height: 44px;
		 font-size: 34px;  /*Menü 3 Çizgi Büyüklük*/
        color: #F5C80F; } }

.main-slider {
  position: relative;
  overflow: hidden; }
  .main-slider .owl-carousel img {
    max-height: 780px;
	
   /* min-height: 550px;*/
    -o-object-fit: cover;
    object-fit: cover; }
  .main-slider .owl-carousel:before {
    content: "";
    
    background-size: auto 100%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999; }
  .main-slider .owl-nav {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
   border-width: 0 0px 120px 0px;
    border-color: none;
    z-index: 9999;
    padding-top: 100px;
    right: 48%; }
    .main-slider .owl-nav button {
      font-size: 55px !important;
      position: absolute;
      left: -35px;
      top: 160px;
      color: #F00808 !important;
      outline: 0; }
      .main-slider .owl-nav button.owl-next {
        margin-left: 48px; }
  .main-slider .quick-menu {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999; }
    .main-slider .quick-menu a {
      background: #fff;
      display: block;
      padding: 25px;
      font-size: 14px;
      font-weight: 600;
      color: #000;
      margin-bottom: 30px;
      margin-right: 30px;
      -webkit-transition: 300ms;
      transition: 300ms;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main-slider .quick-menu a img {
        margin-bottom: 15px;
        display: block; }
      .main-slider .quick-menu a:hover {
        background: #404040;
        color: #ffffff; }
        .main-slider .quick-menu a:hover img {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

.about-us {
  background-color: #f5f5f7;
  padding: 44px 0; }
  .about-us-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #EC0404; }
  .about-us-content h1 {
    font-size: 30px;
    font-weight: 300;
    color: #212529;
    margin-top: 20px; }
    .about-us-content h1 strong {
      font-weight: 700;
      display: block; }
  .about-us-content p {
    font-size: 18px;
    line-height: 34px;
    color: #212529;
    margin-top: 30px; }
  .about-us-content a.btn {
    margin-top: 25px;
    background-color: #EC0404;
    padding: 0 20px;
    height: 45px;
    border-radius: 0;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .about-us-image img {
    width: 100%; }

.media-box {
  margin-bottom: 30px;
  position: relative; }
  .media-box img {
    width: 100%;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover; }
  .media-box a:after {
    content: "+";
    display: block;
    color: #fff;
    background: #EC0404;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .media-box a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5; }

.products-list-homepage {
  background-color: #f5f5f7;
  padding: 44px 110px; }
  .products-list-homepage-content {
    margin-bottom: 50px; }
  .products-list-homepage h3 {
    font-size: 18px;
    font-weight: 600;
    color: #EC0404;
    margin-bottom: 20px; }
  .products-list-homepage p {
    font-size: 20px;
    line-height: 34px;
    color: #212529; }
  .products-list-homepage .owl-nav button {
    background: #EC0404 !important;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #fff !important; }
    .products-list-homepage .owl-nav button.owl-next {
      margin-left: 70px; }

@media screen and (max-width: 1365px) {
  .products-list-homepage {
    padding: 44px 15px; } }

@media screen and (max-width: 1170px) {
  .main-slider .owl-carousel img {
   /* max-height: 450px;
   /* min-height: 450px;*/
    -o-object-fit: cover;
    object-fit: cover; }
  .main-slider .owl-carousel:before {
    display: none; }
  .main-slider .quick-menu {
    display: none; } }

.products-wrapper {
  background: #F5F5F7; }
  .products-wrapper .container-products {
    margin: 0 110px; }

.product-block {
  border-left: 5px solid #EC0404;
  padding-left: 15px; }
  .product-block-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: -8px;
    left: -15px; }
    .product-block-title:before {
      content: '';
      display: block;
      width: 50%;
      height: 5px;
      background: #EC0404;
      position: absolute;
      margin-top: 8px; }
    .product-block-title span {
      background: #F5F5F7;
      position: relative;
      z-index: 2;
      padding: 0 50px 0 20px;
      margin-left: 50px; }
  .product-block-content {
    margin-top: 40px; }

.product-box {
  background: url(../img/product-watermark.png) no-repeat top right #fff;
  margin-bottom: 30px;
  position: relative; }
  .product-box:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5; }
  .product-box:before {
    content: '';
    width: 100%;
    height: 100%;
   
    -webkit-transition: 300ms;
    transition: 300ms;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  .product-box-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px;
    position: relative;
    z-index: 2; }
    .product-box-image img {
      width: 89%;
      height: auto;
      max-height: 260px;
      -o-object-fit: cover;
      object-fit: cover; }
  .product-box-title {
    font-size: 16px;
	
    font-weight: 500;
    padding: 15px;
    position: relative;
    z-index: 2; }
    .product-box-title a {
      color: #EC0404; }

.product-detail-media {
  margin-bottom: 50px; }

.product-media-box {
  border: 0px solid #e9ecef;
  margin-bottom: 30px; }
  .product-media-box a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px; }
  .product-media-box img {
    display: block;
    max-width: 95%;
    max-height: 300px; }

.table-wrapper {
  overflow-y: scroll; }

.technical-table-wrapper {
  background-color: #f5f5f7;
  padding: 50px 0; }
  .technical-table-wrapper table {
    max-width: 1000px; }
    .technical-table-wrapper table thead tr {
      background: #EC0404;
      color: #fff;
      height: 56px;
      font-size: 14px; }
      .technical-table-wrapper table thead tr th {
        padding: 0 20px; }
    .technical-table-wrapper table tbody tr {
      height: 56px;
      font-size: 14px; }
      .technical-table-wrapper table tbody tr:nth-child(odd) {
        background-color: #fff; }
      .technical-table-wrapper table tbody tr:nth-child(even) {
        background-color: #f5f5f7; }
      .technical-table-wrapper table tbody tr td {
        padding: 0 15px;
        text-align: center; }
        .technical-table-wrapper table tbody tr td:first-child {
          font-weight: 700;
          text-align: left; }

@media screen and (max-width: 1365px) {
  .products-wrapper .container-products {
    margin: 0 15px; } }

.contact-info {
  border: 1px solid #e9ecef;
  padding: 20px;
  margin-bottom: 30px; }
  .contact-info-title {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 900; }
    .contact-info-title span {
      font-size: 14px;
      font-weight: 300;
      color: #EC0404;
      display: block; }
  .contact-info ul li {
    margin-bottom: 30px; }
  .contact-info ul a {
    color: #000; }
    .contact-info ul a:hover {
      color: #EC0404; }
  .contact-info ul strong {
    font-weight: 900; }
  .contact-info-social {
    margin-top: 20px; }
    .contact-info-social a {
      font-size: 18px;
      color: #EC0404;
      margin-right: 10px; }

.contact-map iframe {
  width: 100%; }

.contact-form-wrapper {
  background-color: #f5f5f7;
  padding: 38px 0; }

.contact-form-title {
  font-size: 16px;
  font-weight: 800;
  color: #EC0404;
  margin-bottom: 20px; }

.contact-form input {
  background: #fff;
  border: none;
  width: 100%;
  height: 54px;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800; }
  .contact-form input::-webkit-input-placeholder {
    color: #ddd; }
  .contact-form input::-moz-placeholder {
    color: #ddd; }
  .contact-form input:-ms-input-placeholder {
    color: #ddd; }
  .contact-form input::-ms-input-placeholder {
    color: #ddd; }
  .contact-form input::placeholder {
    color: #ddd; }

.contact-form textarea {
  background: #fff;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  font-weight: 800;
  resize: none; }
  .contact-form textarea::-webkit-input-placeholder {
    color: #ddd; }
  .contact-form textarea::-moz-placeholder {
    color: #ddd; }
  .contact-form textarea:-ms-input-placeholder {
    color: #ddd; }
  .contact-form textarea::-ms-input-placeholder {
    color: #ddd; }
  .contact-form textarea::placeholder {
    color: #ddd; }

.contact-form button {
  width: 100%;
  height: 54px;
  background: #F5C80F;
  color: #fff;
  font-weight: 800;
  padding: 0;
  margin-top: 0; }
  .contact-form button i {
    margin-right: 5px; }

.footer {
background: #000;
  margin-top: 40px; }
   
  .footer-logo {
    text-align: center;
    margin-bottom: 10px; }
  .footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px; }
  .footer-content {
    color: #CDCDCD;
    font-size: 14px;
    line-height: 20px; }
  .footer-contact {
    color: #CDCDCD;
    font-size: 14px;
    margin-top: 20px; }
  .footer-menu a {
    display: block;
    color: #CDCDCD;
    font-size: 14px; }
  .footer-social a {
    color: #FFF;
    font-size: 18px;
    margin-left: 10px; }
  .footer-bottom {
    border-top: 5px solid #CC9C06;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 15px;
    color: #CCCCCC;
    text-align: center; }
	

	
	
	
	.header-language {
  margin-left: 10px; }
  .header-language img {
    width: 28px; }
  .header-language a {
    margin-left: 20px; }
	

	
	
	
	
	
.uygulama {
  margin-bottom: 30px; }
  .uygulama img {
    width: 90%; }
  .uygulama a {
    color: #959595; }
    .uygulama a:hover {
      color: #eb2b41; }
  .uygulama-name {
    height: 40px;
    margin-top: 10px;
    text-align: center;
    line-height: 20px; }	
	
	
	
	
	
.product-box {
  text-align: center;
  margin-bottom: 30px; }
  .product-box a {
    min-height: 100px;
    padding-top: 15px;
    display: block;
    color: #000000;
	 font-weight: bold;
    border-bottom: 2px solid #ddd; }
    .product-box a:hover {
      border-color: #ea1e38;
      color: #ea1e38; }
  .product-box img {
    max-width: 90%;
    margin-bottom: 15px; }

.product-name {
  font-size: 15px;
  line-height: 1.67;
  text-align: center;
  min-height: 40px; }

.product-images {
  margin-bottom: 50px;
  text-align: center; }
  .product-images img {
    max-width: 80%; }

.product-info {
  margin-top: 20px; }	
	
	

	
	
.products1 {
  margin-top: 30px;
  background: #404040;
  height: 230px; }
  .products-bar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.product-bar-box {
  width: 25%; }
  .product-bar-box:hover {
    background: #333333; }
  .product-bar-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    height: 230px;
    text-align: center; }
  .product-bar-box img {
    margin-bottom: 25px;
    width: 60%; }	
	
	
	
	
	
	
	
	
	
.w-100 {width: 100%!important; float: left !important;}
.sk-vitrin {}
.sk-vitrin ul {}
.sk-vitrin li {list-style: none;padding: 0px;}
.sk-vitrin li {width: 100%; float: left;}

.sk-vitrin li .sk-vitrin-spot {position: relative; margin: 0 0 0 0 border-radius: 0px;width: 100%; float: left; background: #fff;height: 300px; overflow: hidden;}
.sk-vitrin li .sk-vitrin-img {position: absolute; width: 100%; height: 100%; float: left; top: 0; left: 0; z-index: 12;}
.sk-vitrin li .sk-vitrin-img img {-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;position: absolute;width: 100%;min-height: 100%;}
.sk-vitrin li .sk-vitrin-spot:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.sk-vitrin li .sk-vitrin-bg {position: absolute; width: 100%; height: 100%; float: left; top: 0; left: 0; background: #0000009e; z-index: 123; text-align: center; color: #fff; display: table;}
.sk-vitrin li .sk-vitrin-bg span {display: table-cell; font-size: 28px; font-weight: 600; text-shadow: 0px 1px 1px #333;}

@media (min-width:160px){
.sk-vitrin li .sk-vitrin-spot {height: 25px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 40px;font-size: 20px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}


@media (min-width:224px){
.sk-vitrin li .sk-vitrin-spot {height: 35px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 40px;font-size: 20px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}

@media (min-width:208px){
.sk-vitrin li .sk-vitrin-spot {height: 33px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 40px;font-size: 20px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}

@media (min-width:360px){
.sk-vitrin li .sk-vitrin-spot {height: 57px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 40px;font-size: 20px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}

@media (min-width:384px){
.sk-vitrin li .sk-vitrin-spot {height: 60px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 40px;font-size: 20px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}

@media (min-width:576px){
.sk-vitrin li .sk-vitrin-spot {height: 91px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 40px;font-size: 20px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}
@media (min-width:768px){
.sk-vitrin li .sk-vitrin-spot {height: 121px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 80px;font-size: 24px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}
@media (min-width:992px){
.sk-vitrin li .sk-vitrin-spot {height: 156px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 100px;font-size: 26px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}
@media (min-width:1200px){
.sk-vitrin li .sk-vitrin-spot {height: 189px;}
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 140px;font-size: 28px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}
@media (min-width:1600px){
.sk-vitrin li .sk-vitrin-spot {height: 252px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 240px; font-size: 28px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}
@media (min-width:1900px){
.sk-vitrin li .sk-vitrin-spot {height: 300px;}	
.sk-vitrin li .sk-vitrin-bg span {display: table-cell;text-align: left; padding: 50px 0px 0px 400px; font-size: 28px; font-weight: 600; text-shadow: 0px 1px 1px #333;}
}	
	
	
	
	
	