@charset "UTF-8";
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -44px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #73828e;
  opacity: 0.8; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 1px solid #ddd;
  padding: 4px 10px 4px 10px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  outline: 0; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a, a:visited {
  outline: 0; }

p a, p a:visited {
  line-height: inherit; }

input:focus, input:active {
  outline-style: none !important;
  outline: thin transparent !important; }

*:focus {
  outline: 0 !important; }

@-moz-document url-prefix() {
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ""; } }
input, select {
  -webkit-appearance: none; }

.input-para input.form-control {
  -moz-appearance: textfield; }

select::-ms-expand {
  display: none; }

html {
  box-sizing: border-box;
  background-color: renk_body;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility; }

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 21px;
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400; }

::selection {
  color: #fff;
  background-color: #193B61; }

::-moz-selection {
  color: #fff;
  background-color: #193B61; }

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  a:hover {
    color: #193B61; }

.form-control, .select-para {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

.boxReset, #imgHeader, #siteUst, a.btn-ani, .info-resim, #preload, #footerBar, ul.footer-menu li a, .anaKutu, #anaEkran, a.fabrika-img, a.fabrika-img .zoom-efekt {
  width: 100%;
  float: left;
  display: block;
  position: relative; }

.ulReset, #sidebar ul, ul.footer-menu, ul.footer-sag-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/*FADE EFFECT ======================================*/
.fadeE {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }

/*TIPOGRAFI ===========================================*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px; }

a, a:focus {
  color: #333; }

a:hover {
  color: #0C6CAA;
  text-decoration: underline; }

#site {
  overflow: hidden; }

/*BTN ===========================================*/
.btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 0;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }

.btn-info {
  background: #8ba1a3; }

.btn-info:hover {
  background: #D54E21; }

.form-control {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }

.site-sosyal {
  float: left;
  display: block;
  margin-top: 2px;
  margin-right: 50px; }

.site-sosyal a {
  margin-left: 1px; }

.footerSosyal {
  margin-top: 10px; }

.site-sosyal .fa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.site-sosyal .fa:hover {
  opacity: 0.5; }

#anaHeader {
  float: left;
  padding: 0;
  width: 100%;
  z-index: 500;
  float: left;
  display: block; }

#logo {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
  z-index: 5000; }

/*ANAMENU ========================================*/
.animeForm {
  position: absolute;
  top: -6px;
  width: 100%;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: visibility .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: visibility .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  padding: 0; }

.showmainForm {
  transform: translate(0, 89px);
  opacity: 1;
  visibility: visible; }

.animeForm #search_input {
  height: 60px;
  width: 100%;
  border: 0;
  background: #f3f3f3;
  font-family: inherit;
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  text-align: center;
  outline: none;
  border-bottom: 2px solid #019E5B; }

.animeForm #search_input:focus {
  border-bottom: 2px solid #24292c; }

.animeForm #search_reset {
  width: 3rem;
  height: 3rem;
  top: 1rem;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-family: inherit;
  font-size: 14px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0;
  outline: none;
  color: #aaa; }

.animeForm #search_submit {
  position: absolute;
  right: 2rem;
  top: 18px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 4rem;
  text-align: center;
  padding: 0;
  background-color: transparent;
  font-size: 18px;
  border: 0;
  outline: none; }

/*ANAMENU-SAÄž=======================================*/
.sagMenu {
  float: left;
  display: block;
  position: relative;
  width: 100%; }

.sagMenu {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }

.sagMenu li {
  float: left;
  margin: 0;
  padding: 0; }

.sagMenu li a {
  padding: 0px;
  display: block;
  font-size: 13px;
  color: #fff;
  text-decoration: none; }

.langBar a {
  background: #ed1c24;
  padding: 0 6px;
  margin-top: 5px;
  border-radius: 99px 99px 99px 99px;
  -moz-border-radius: 99px 99px 99px 99px;
  -webkit-border-radius: 99px 99px 99px 99px;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center; }

.langBar.lang_en a {
  background: #0c6caa; }

.langBar a:hover {
  background: #fff;
  color: #333; }

.sagMenu .telBar a {
  font-size: 16px;
  padding: 12px 24px 12px 0;
  color: #eee; }

.sagMenu .telBar a i {
  margin-right: 5px; }

.sagMenu .telBar a:hover {
  color: #fff; }

.nonFixedHeader {
  animation: slide-down2 1s;
  z-index: 10000;
  position: relative; }

.fixedHeader {
  position: fixed;
  z-index: 10000;
  top: 0px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  animation: slide-down 1s; }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes slide-down2 {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*SLIDER=======================================*/
#anaSlider {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.swiper-container {
  width: 100%;
  height: 100%; }

#anaSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
  margin: 0 auto; }

#anaSlider .swiper-slide img {
  width: 100%; }

/*HABER-KAMPANYA=============================*/
#anaHKbar {
  display: block;
  position: relative;
  width: 100%;
  background: #e5e5e6;
  background-size: 100% 100%;
  padding: 15px 0;
  margin-bottom: 0px; }

#anaHKbar:before {
  content: "";
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  z-index: 0; }

#anaHKbar .kampEkran h4 {
  z-index: 2;
  position: relative; }

.kampKutu {
  margin-bottom: 20px;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #d3d3d3; }

.kampKutu .kampTarih {
  font-size: 11px;
  z-index: 5;
  color: #333;
  font-family: arial,sans-serif;
  bottom: 15px;
  padding: 0px 10px;
  line-height: 14px;
  position: absolute;
  left: 0;
  right: 0; }

.kampKutu img {
  width: 100%; }

.kampKutu a {
  text-decoration: none;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  padding: 4px;
  display: block; }

.kampKutu .kampKutuInfo {
  padding: 15px;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  webkit-backface-visibility: hidden;
  box-sizing: border-box;
  min-height: 100px; }

.kampKutu .kampKutuInfo h5 {
  margin: 0;
  padding: 0; }

.haberKutu {
  background: #fff;
  padding: 15px 15px 15px 15px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04); }

.haberKutu .btn {
  margin-bottom: 5px; }

#anaHKbar h4 a {
  color: #474d54;
  text-decoration: none; }

#anaHKbar h4 a:hover {
  color: #ed1c24;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }

#anaHKbar .kampEkran h4 a {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.57); }

#anaHKbar .kampEkran h4 a:hover {
  color: #ed1c24; }

#anaHKbar .kampEkran h4 {
  margin-bottom: 20px; }

#anaHKbar .kampEkran {
  padding-top: 15px; }

.mainHaber {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  float: left; }

.mainHaber li {
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

.mainHaber li a {
  position: relative;
  display: block;
  padding: 7px 5px 7px 10px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }

.mainHaber li:before {
  text-decoration: none;
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #6f6f6f;
  font-size: 14px;
  position: absolute;
  top: 7px;
  left: 0; }

.mainHaber li:last-child a {
  border-bottom: 0; }

.mainHaber li a:hover {
  color: #000; }

.menuKampanya {
  float: left;
  position: relative;
  width: 50%;
  background: #f2b830; }

.menuKampanya {
  padding-left: 10px;
  box-sizing: border-box; }

#anaKampanya {
  position: relative;
  display: block;
  width: 100%;
  background: #f2b830;
  padding: 15px; }

#anaKampanya .swiper-pagination {
  width: auto;
  right: 0;
  left: auto; }

#anaKampanya .anaKampanya-title {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAJAQMAAAB6wPy9AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAJ9OZeFMAAAAYSURBVHheYxAEAQYlEGBwAQGGDhDALw4A/jcKTGZ69KwAAAAASUVORK5CYII=") left bottom repeat-x; }

#anaKampanya h2 {
  margin: 0;
  padding: 0; }

#anaKampanya .swiper-slide p {
  font-size: 13px;
  color: #fff; }

#anaKampanya .swiper-slide .btn {
  font-size: 13px;
  color: #fff;
  background: #aaa;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

#anaKampanya .swiper-slide .btn:hover {
  background: #B12127; }

#anaUrunler {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }

#anaUrunler h1 {
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0; }

#anaUrunler h1 a {
  text-decoration: none;
  color: #474d54; }

#anaUrunler h1 a:hover {
  color: #ed1c24; }

#anaUrunler .urunKutu a {
  display: block;
  position: relative;
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  text-decoration: none;
  color: #474d54;
  font-family: "Open Sans",sans-serif; }

#anaUrunler .urunKutu a .imgKutu {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  overflow: hidden; }

#anaUrunler .urunKutu a img {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  width: 100%; }

#anaUrunler .urunKutu p {
  margin: 10px 0 0 0;
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  text-decoration: none; }

#anaUrunler .urunKutu a:hover {
  color: #e74c3c; }
  #anaUrunler .urunKutu a:hover img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  #anaUrunler .urunKutu a:hover .imgKutu {
    border-color: #e74c3c; }

/*E-BULTEN ==================================*/
#eBulten {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  background: #193B61;
  padding: 25px 0;
  border-bottom: 5px solid #d5d5de; }

#eBulten h4 {
  float: left;
  display: block;
  font-weigth: 800;
  text-align: right;
  width: 100%;
  line-height: 14px;
  margin: 5px 0 0 0px;
  padding: 0;
  color: #fff; }

#eBulten h4 strong {
  font-size: 24px;
  display: block; }

#eBulten h4 span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  display: block;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
  text-shadow: none;
  color: #ccc; }

#eBultenForm {
  position: relative; }

.eBultenInput {
  position: relative;
  margin-top: 0px;
  float: left;
  width: 100%;
  display: block; }

.eBultenInput .form-control {
  border: 1px solid #2f3a44;
  background: #fafafa; }

.eBultenInput .form-control:focus {
  border: 2px solid #C65C5C;
  background: #fff;
  box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.15); }

#eBultenFormIcerik .bultenAd {
  width: 40%;
  float: left; }

#eBultenFormIcerik .bultenMail {
  width: 60%;
  float: left;
  padding-right: 123px; }

#eBultenBtn, #eBultenBtn:focus {
  border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  -webkit-border-radius: 0px 0 0 0px;
  padding: 0 26px;
  position: absolute;
  right: 1px;
  border: 0;
  top: 1px;
  height: 43px;
  background: #C65C5C;
  color: #fff;
  font-weigth: 700; }

#eBultenBtn:hover {
  background: #FFC423; }

/*FOOTER====================================*/
#siteFooter {
  background: rgba(239, 239, 242, 0.74);
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #eaeaea; }

#siteFooter h4 {
  text-align: left;
  margin: 0 0 15px 0;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
  display: block;
  float: left;
  width: 100%; }

#siteFooter h4 a {
  text-decoration: none;
  color: #474d54;
  font-size: 20px; }

#siteFooter h4 a:hover {
  color: #ed1c24; }

#footerAnket {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

#footerAnket label {
  font-weight: normal;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
  float: left;
  width: 100%; }

.anketLink {
  cursor: default;
  color: #474d54; }

#siteFooter h4 a.anketLink:hover {
  color: #474d54; }

#footerAnket .btn {
  margin-top: 15px; }

#footerAnket p {
  float: left;
  display: block;
  font-size: 14px;
  color: #353d41; }

.footerListe {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  float: left; }

.footerListe li {
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }

.footerListe li a {
  display: block;
  padding: 2px 5px 2px 0px;
  font-size: 15px;
  color: #353d41;
  font-size: 13px;
  border-bottom: 1px solid #dbe0e6; }

.footerListe li:last-child a {
  border-bottom: 0; }

.footerListe li a:hover {
  color: #2d547e; }

.footeriletisim {
  position: relative;
  display: block;
  width: 100%;
  float: left; }

.footeriletisim p {
  float: left;
  display: block;
  font-size: 14px;
  margin-bottom: 5px; }

.footeriletisim ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  display: block; }

.footeriletisim ul li strong {
  display: block; }

.footeriletisim ul li a, .footeriletisim ul li a:hover {
  color: #333;
  text-decoration: none;
  cursor: default; }

.footerBulten h4 a {
  text-decoration: none;
  color: #f1b830; }

.footerBulten p {
  display: block;
  padding: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.58); }

.footerBulten a {
  position: relative;
  float: right;
  margin-top: 45px; }

/*SITECOPY====================================*/
#siteCopy {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  color: #888; }

.copyText {
  font-size: 11px;
  margin-bottom: 0px; }

.footerSozlesme {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left; }

.footerSozlesme li {
  float: left; }

.footerSozlesme li a {
  display: block;
  padding: 0 10px;
  font-size: 11px;
  color: #888; }

.footerSozlesme li:first-child a {
  padding-left: 0; }

/*FOOTER SOSYAL ====================================*/
.sosyalListe .icons {
  float: right; }
.sosyalListe a {
  border: 1px solid #eee;
  border-radius: 50%;
  color: #999;
  width: 36px;
  height: 36px;
  line-height: 4px;
  text-align: center;
  padding-top: 15px;
  margin: 2px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-decoration: none;
  font-size: 13px; }
.sosyalListe a:hover {
  background: #1B1D1B;
  border-color: #1B1D1B;
  color: #fff; }

/*URUNLER Ä°LK SAYFA==========================*/
#Urunler {
  display: block; }

.well {
  margin-top: 20px;
  padding: 23px 23px 10px 23px; }

.mainUrun {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0; }

.mainUrun li {
  list-style: none;
  display: block; }

.mainUrun li a {
  display: block;
  padding: 10px;
  margin: 0;
  color: grey;
  border-bottom: 1px solid #e6e6e6; }

.mainUrun li:last-child a {
  border-bottom: 0; }

.mainUrun li a:hover {
  color: #0c5089; }

.nav-header {
  font-size: 20px; }

.breadcrumb {
  margin-top: 20px;
  background: #e8e8e8; }

.breadcrumb h4 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px; }

.breadcrumb li span {
  color: black;
  list-style: none;
  font-size: 15px; }

.breadcrumb img {
  margin-left: 6px; }

.Navigasyon {
  cursor: pointer;
  text-transform: capitalize; }

#kampanyaCar {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  padding-bottom: 15px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }
  #kampanyaCar .swiper-pagination {
    bottom: 0px; }
  #kampanyaCar .swiper-pagination-bullet-active {
    background: #e74c3c; }
  #kampanyaCar .swiper-button-next, #kampanyaCar .swiper-button-prev {
    opacity: 1;
    color: #fff;
    background: #aaa;
    width: 24px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    cursor: pointer;
    top: 40%; }
  #kampanyaCar .swiper-button-next:hover, #kampanyaCar .swiper-button-prev:hover {
    background: #ed1c24;
    color: #fff; }
  #kampanyaCar .swiper-button-prev {
    left: 5px; }
  #kampanyaCar .swiper-button-next {
    right: 5px; }

.swiper-container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-backface-visibility: hidden; }

#kampanyaEkran {
  padding: 0 0 0 15px; }

/*ICERIK
=============================================*/
#map {
  width: 100%;
  height: 400px;
  background-color: grey; }

#urunicerik {
  background: white;
  padding: 40px; }

#urunicerik .stnurun1, .stnurun2, .stnurun3 {
  margin-bottom: 20px; }

#urunicerik a span {
  background: rgba(128, 128, 128, 0.4);
  color: black;
  font-size: 15px;
  position: relative;
  text-align: center; }

.line {
  width: 100%;
  height: 10px;
  background: url(../img/line.html);
  margin-top: 13px;
  margin-bottom: 20px; }

/*URUNLERDETAY SAYFASI==========================*/
#UrunDetay {
  display: block; }

#UrunDetay .urundetay1 {
  background: white;
  padding: 10px;
  margin: 10px;
  margin-bottom: 30px;
  margin-top: 30px; }

.standart {
  width: 222px;
  float: left; }

.standart h2 {
  color: #d9534f;
  font-size: 18px;
  line-height: 17px; }

.standartimg {
  margin: 0;
  padding: 0; }

.pdf {
  float: left;
  display: block; }

.pdf h2 {
  color: #d9534f;
  font-size: 18px;
  line-height: 17px; }

.pdfUL {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block; }

.pdfUL li a {
  text-decoration: none;
  position: relative; }

.pdfUL li img {
  float: left;
  max-height: 65px; }

.pdfUL li {
  list-style-type: none;
  margin-right: 7px; }

.pdfUL li div {
  float: left; }

.pdf-name {
  color: #a2a2a2;
  font-size: 13px;
  width: 80px;
  margin-left: 8px;
  margin-top: 25px; }

.colHd {
  margin-left: 40px; }

.icerik h2 {
  color: #d9534f;
  font-size: 18px;
  line-height: 17px; }

#table {
  float: left;
  margin-top: 20px; }

#table th {
  background: rgba(232, 232, 232, 0.66);
  color: rgba(0, 0, 0, 0.46);
  width: 150px;
  text-align: left;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #f5f5f5; }

#table td {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.46);
  border: 1px solid #f5f5f5; }

.kullanim, .ozellik {
  margin-bottom: 20px;
  padding: 10px; }

.kullanim h2 {
  color: #d9534f;
  font-size: 18px;
  line-height: 17px; }

.ozellik h2 {
  color: #d9534f;
  font-size: 18px;
  line-height: 17px; }

/*HABERLER SAYFASI=============================*/
#Haberler .haber1 {
  background: white;
  padding: 10px;
  margin: 10px;
  margin-bottom: 30px;
  margin-top: 30px; }

.Haber-Wrapper {
  width: 100%;
  float: left;
  padding: 2%;
  background-color: rgba(151, 182, 206, 0.28);
  position: relative;
  height: 165px;
  margin-bottom: 25px; }

.wrapper-left {
  float: left;
  width: 25%;
  margin-right: 2%; }

.wrapper-right {
  float: left;
  width: 68%; }

.wrapper-devam a {
  background-color: #4a7492;
  color: #fff;
  position: absolute;
  bottom: -14px;
  height: 28px;
  width: 95px;
  right: 10px; }

.wrapper-devam a:hover {
  background-color: #a50006; }

.wrapper-right h4 {
  float: left;
  width: 100%;
  padding: 0;
  font-size: 18px;
  color: #a50006; }

.wrapper-right p {
  float: left;
  width: 100%;
  padding: 0;
  font-size: 15px; }

.img-responsive {
  max-height: 100%;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative; }

/*KAMPANYALAR SAYFASI=============================*/
#Kampanyalar .kampanya1 {
  background: white;
  padding: 10px;
  margin: 10px;
  margin-bottom: 30px;
  margin-top: 30px; }

.kampanya1 h4 {
  color: #d9534f;
  font-size: 18px;
  line-height: 17px;
  margin-top: 20px; }

.sonkamp h4 {
  margin: 20px; }

/*KURUMSAL SAYFASI=============================*/
#Kurumsal .kurumsal1 {
  background: white;
  padding: 10px;
  margin: 10px;
  margin-bottom: 30px;
  margin-top: 30px; }

.krmsl h4 {
  color: #d9534f;
  font-size: 18px;
  line-height: 17px;
  margin-top: 30px;
  margin-bottom: 20px; }

.krmsl p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
  line-height: 20px; }

.krmsl img {
  float: right;
  vertical-align: top;
  height: 190px;
  width: 236px; }

.krmsl strong {
  font-weigth: bold; }

/*İLETİŞİM SAYFASI=============================*/
.adres-site {
  display: block;
  position: relative;
  width: 100%;
  float: left; }

.adres-site h4 {
  text-align: left;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600; }

.adres-site p {
  text-align: left;
  padding-top: 10px; }

.adres-site p span {
  display: block; }

.pdfi {
  padding-top: 30px;
  display: block;
  position: relative;
  float: left; }

.msj-blm {
  padding-top: 57px; }

.iletisim-form {
  padding-top: 30px;
  display: block;
  position: relative;
  width: 100%;
  float: left; }

/*
tooltip
*/
.tooltip {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  transition: opacity .7s ease-in-out;
  -moz-transition: opacity .7s ease-in-out;
  -webkit-transition: opacity .7s ease-in-out; }

.tooltip > .tooltip-inner {
  background-color: #f74d4d; }

.tooltip > .tooltip-arrow {
  border-bottom-color: #f74d4d !important; }

/*USTEGIT BUTONU =============================*/
#usteGit {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #2c3e50;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 99px 99px 99px 99px;
  -moz-border-radius: 99px 99px 99px 99px;
  -webkit-border-radius: 99px 99px 99px 99px;
  z-index: 15000; }

#usteGit i {
  font-size: 18px;
  cursor: pointer !important; }

#usteGit.cd-is-visible, #usteGit.cd-fade-out, .no-touch #usteGit:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

#usteGit.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .3; }

#usteGit.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .3; }

#usteGit:hover {
  opacity: 1; }

#eBultenFormIcerik {
  position: relative; }

#eBultenAni {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  display: none;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  cursor: wait; }

.eBultenInput {
  opacity: 1;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

.eBultenInput .help-block {
  color: #ecf0f1; }

.spinner {
  padding-top: 12px;
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.20s;
  animation-delay: -0.20s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.10s;
  animation-delay: -0.10s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
#icerikHeader h1 {
  margin: 10px 0 5px 0;
  padding: 0; }

#icerikHeader .breadcrumb {
  background: #f6f6f6;
  text-align: left;
  margin: 0;
  padding: 6px 15px;
  font-size: 12px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.02); }

#icerikHeader .SosyalAlan {
  position: absolute;
  right: -15px;
  top: 20px;
  width: auto; }

.social-likes__widget {
  margin-bottom: 0; }

.social-likes__widget {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.social-likes__widget:hover {
  opacity: 0.7; }

.icerikText {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  min-height: 200px; }

.icerikText img {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }

.grup-kutu {
  border: 1px solid #eee;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
  transition: all 300ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms; }

.grup-kutu:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-color: rgba(67, 85, 99, 0.24); }

.grup-kutu-link {
  overflow: hidden;
  display: block;
  margin-bottom: 10px; }

.grup-kutu-gorsel img {
  min-width: 100%;
  width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

.grup-kutu-gorsel img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2); }

.grup-kutu-detay a {
  text-decoration: none; }

#icerikHeader {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  z-index: 20 !important;
  margin-bottom: 30px; }
  #icerikHeader h1 {
    font-weight: 400;
    margin: 0;
    padding: 20px 0 15px 0;
    text-align: left;
    color: #313131;
    text-shadow: 0 1px 0 #fff; }
  #icerikHeader .icerikBc {
    background: #ffffff;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    z-index: 55; }

.breadcrumb {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 8px 20px;
  margin: 8px 0 0 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  display: block;
  background: #f3f3f3;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  text-align: center;
  bottom: -30px; }

.breadcrumb li {
  display: inline-block; }

.breadcrumb a {
  color: #000;
  font-size: 13px;
  font-weight: 500 !important;
  text-decoration: none; }

.breadcrumb li.active {
  color: #666;
  font-size: 13px;
  font-weight: 500; }

.breadcrumb a:hover {
  color: #000; }

.icerik-text h2 {
  margin-top: 0;
  font-size: 24px; }
.icerik-text h3 {
  margin-top: 0;
  font-size: 20px; }

#sayfaIcerik {
  margin-bottom: 30px;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  z-index: 50; }

#imgHeader {
  height: 180px;
  width: calc(((100vw - 1170px)/2) + 1170px);
  float: right;
  background: url("../img/img-bg.jpg") repeat-x center center #1B1D1B;
  margin-bottom: 30px; }
  #imgHeader .imgPixel {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: .2;
    background: url("../img/pixel.png") repeat center center; }

#pageHeader {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 50px;
  z-index: 5000;
  padding: 0; }

#pageHeader h1 {
  font-weight: 500;
  color: #1B1D1B;
  font-size: 30px;
  margin: 0;
  padding: 25px 0 25px 0; }

#pageHeader .breadcrumb {
  margin: 0 auto;
  border-radius: 0;
  position: absolute; }

.social-likes {
  margin: 5px 0; }

.social-likes, .social-likes__widget_single {
  font-size: 11px; }

#altSayfalar {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 5px;
  overflow: hidden; }
  #altSayfalar .col-md-6:nth-child(2n+1) {
    clear: left; }
  #altSayfalar .col-md-4:nth-child(3n+1) {
    clear: left; }
  #altSayfalar .col-md-3:nth-child(4n+1) {
    clear: left; }
  #altSayfalar .alt-kutu {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 1px; }
    #altSayfalar .alt-kutu a {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 10px;
      overflow: hidden;
      position: relative;
      display: inline-block;
      vertical-align: top;
      border: 5px solid #fff;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
      -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
      box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
      border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-radius: 0 0 0 0;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden; }
    #altSayfalar .alt-kutu img {
      margin: 0;
      border: 0 !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-radius: 0 0 0 0;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 1;
      width: 100%; }
      #altSayfalar .alt-kutu img:hover {
        opacity: 0.6; }
    #altSayfalar .alt-kutu h4 {
      text-align: center;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      margin: 0; }
      #altSayfalar .alt-kutu h4 a {
        background: transparent;
        color: #666;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0; }
  #altSayfalar .owl-item .col-md-4 {
    width: 100%; }
  #altSayfalar #altCarousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
  #altSayfalar #altCarousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  #altSayfalar #altCarousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
  #altSayfalar #altCarousel .owl-dots .owl-dot.active span {
    background: #869791; }
    #altSayfalar #altCarousel .owl-dots .owl-dot.active span:hover {
      background: #869791; }
  #altSayfalar #altCarousel .owl-dots .owl-dot:hover span {
    background: red; }

.img-responsive {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }

.sayfaReferans img {
  border: 1px solid #eee;
  opacity: 0.5;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

.sayfaReferans img:hover {
  border: 1px solid #989898;
  opacity: 1; }

.gKodAlan {
  position: relative; }
  .gKodAlan .gkod {
    position: absolute;
    top: auto;
    left: 2px;
    bottom: 2px; }
    .gKodAlan .gkod img {
      margin: 0;
      padding: 0;
      height: 41px;
      width: auto;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px;
      border: 0; }
  .gKodAlan #guvenlik {
    padding-left: 150px; }

#nmesajpanel {
  padding: 10px; }

#guvenlikKod {
  padding-left: 150px; }

.icerik-text .img-responsive {
  /*
  float:right;
margin: 0;
    border: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    width: 300px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.7);
    -moz-box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.7);
    box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.7);
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    max-width:200px;
    margin-left:15px;
    margin-bottom:15px;
    */
  float: right;
  margin: 0 0 15px 20px;
  width: 260px;
  height: auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease; }

.icerik-text .img-responsive:hover {
  opacity: 0.5; }

.icerik-text #urunEkran .img-responsive {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.icerik-text #dokumanlar .img-responsive {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ustliste .lnr {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 600;
  padding: 8px 10px;
  position: relative; }

.ustliste .araBtn:hover {
  background: transparent; }

.ustliste .araBtn:hover a .lnr {
  color: #2fb0e8; }

#hamburger {
  display: none; }

nav.mm-menu {
  display: none;
  position: fixed; }

.mm-menu {
  background: #1b1d1b;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.96); }

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  font-size: 16px;
  color: #aaa; }

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: #222; }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-listview > li.mm-opened > a.mm-next, .mm-menu .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.1); }

.mm-menu .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a, .mm-menu .mm-listview > li a:not(.mm-next) {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: normal; }

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: #aaa; }

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #ccc; }

.mm-listview > li > a, .mm-listview > li > span {
  padding: 10px 10px 11px 20px; }

.mm-listview .side_current {
  font-size: 16px; }

.mm-menu .ilk-mm.mm-listview {
  margin-top: -50px !important; }

.mm-menu li.mm-ara {
  padding: 5px 15px; }
  .mm-menu li.mm-ara .form-control {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding-right: 60px;
    margin-bottom: 10px; }
  .mm-menu li.mm-ara button.btn {
    position: absolute;
    padding: 10px 15px 9px 15px;
    right: 11px;
    top: 6px;
    color: #aaa;
    cursor: pointer;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .mm-menu li.mm-ara button.btn:hover {
      color: red; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu .ilk-mm.mm-listview {
  margin-top: -10px !important; }

#mobilSlider {
  display: none; }

#dokumanlar {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 15px; }

#dokumanlar h2 {
  margin-bottom: 15px; }

#dokumanlar a {
  border: 1px solid #eaeaea;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  height: 125px;
  margin-bottom: 20px;
  font-size: 13px;
  position: relative;
  line-height: 16px;
  padding: 10px 5px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.2);
  color: #333;
  text-decoration: none;
  overflow: hidden;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }
  #dokumanlar a:before {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out; }

#dokumanlar a:hover {
  -webkit-box-shadow: inset 0px 5px 15px 0px rgba(204, 204, 204, 0.2);
  -moz-box-shadow: inset 0px 5px 15px 0px rgba(204, 204, 204, 0.2);
  box-shadow: inset 0px 5px 15px 0px rgba(204, 204, 204, 0.2);
  border-color: rgba(237, 28, 36, 0.37);
  color: #ed1c24; }
  #dokumanlar a:hover:before {
    -ms-transform: scale(0.8, 0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8, 0.8);
    /* Safari */
    transform: scale(0.8, 0.8); }

#dokumanlar a span {
  top: 95px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  overflow: hidden; }

#dokumanlar a.dokuman-el-olcusu:before {
  content: "";
  width: 98px;
  height: 71px;
  position: absolute;
  left: 15px;
  right: 0;
  margin: 0 auto;
  background: url("../img/dokuman-iconlar.html") no-repeat -10px -101px; }

#dokumanlar a.dokuman-yikama-talimat:before {
  content: "";
  width: 98px;
  height: 71px;
  position: absolute;
  left: 15px;
  right: 0;
  margin: 0 auto;
  background: url("../img/dokuman-iconlar.html") no-repeat -246px -101px; }

#dokumanlar a.dokuman-buyuk-resim:before {
  content: "";
  width: 98px;
  height: 71px;
  position: absolute;
  left: 15px;
  right: 0;
  margin: 0 auto; }

#dokumanlar a.dokuman-pdf:before {
  content: "";
  width: 98px;
  height: 71px;
  position: absolute;
  left: 15px;
  right: 0;
  margin: 0 auto;
  background: url("../img/dokuman-iconlar.html") no-repeat -246px -10px; }

#dokumanlar a.dokuman-bilgi-karti:before {
  content: "";
  width: 98px;
  height: 71px;
  position: absolute;
  left: 15px;
  right: 0;
  margin: 0 auto;
  background: url("../img/dokuman-iconlar.html") no-repeat -10px -10px; }

#dokumanlar a.dokuman-ilkyardim:before {
  content: "";
  width: 98px;
  height: 71px;
  position: absolute;
  left: 25px;
  right: 0;
  margin: 0 auto;
  background: url("../img/dokuman-iconlar.html") no-repeat -128px -101px; }

#dokumanlar a.dokuman-buyuk-resim {
  text-align: center; }

#dokumanlar a img {
  max-height: 78px;
  width: auto;
  max-width: 181px;
  margin: 0 auto;
  float: none; }

#standartlar {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 15px; }

#standartlar img {
  max-width: 100%;
  height: auto; }

#notModal {
  z-index: 15000; }

.mm-page {
  z-index: 502; }

.modal-backdrop {
  z-index: 500;
  background: #555555; }

.modal-open #site {
  opacity: 0.3;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: background-color 500ms cubic-bezier(0, 0, 1, 0.04) 2s;
  -moz-transition: background-color 500ms cubic-bezier(0, 0, 1, 0.04) 2s;
  -o-transition: background-color 500ms cubic-bezier(0, 0, 1, 0.04) 2s;
  transition: background-color 500ms cubic-bezier(0, 0, 1, 0.04) 2s; }

.modalani {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 5000;
  padding-top: 50px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

#nmesajpanel {
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px; }

.alert-danger {
  background: red;
  color: #fff; }

#iform {
  position: relative; }

#form_ani {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/ani.gif) no-repeat center 50px rgba(255, 255, 255, 0.77);
  cursor: wait; }

.j-loading {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0;
  background: url(../img/ani.gif) no-repeat center 30px rgba(255, 255, 255, 0.77);
  cursor: wait;
  min-height: 100px; }

.load-animate {
  opacity: 0; }

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.haber-ozetler {
  float: left;
  width: 100%;
  display: block;
  position: relative; }

.kamp-ozetler {
  margin: 10px 0 !important;
  padding: 0 5px; }

ul.haberler {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
  width: 100%;
  float: left;
  display: block; }

ul.haberler li {
  width: 100%;
  display: block;
  float: left;
  padding: 10px;
  background: transparent;
  margin: 0;
  border-bottom: 1px solid #eee;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }

ul.haberler li:first-child {
  margin-top: 0; }

ul.haberler li:last-child {
  border-bottom: 0; }

ul.haberler li a {
  text-decoration: none; }

ul.haberler li:hover {
  background: #eee; }

.haber-ozetler h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0px 0 0 0; }

.haber-ozetler img.img-responsive {
  margin: 0;
  width: 100%;
  border: 0;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7); }

.haber-ozetler p {
  font-size: 14px;
  line-height: 18px; }
  .haber-ozetler p .haber-tarih {
    display: block;
    font-size: 11px;
    color: #888;
    width: 100%;
    float: left;
    margin-bottom: 5px; }
  .haber-ozetler p a {
    color: #333; }
    .haber-ozetler p a:hover {
      text-decoration: underline; }

.haber-ozetler h4 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: normal;
  text-align: center;
  line-height: 18px;
  margin-top: 0; }

.ortaBtn {
  text-align: center; }

.bigBtn {
  margin-top: 20px; }

#urunEkran {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.2);
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

#urunEkran img {
  width: 100%; }

#urunEkran img:hover {
  opacity: 1; }

#page404 {
  margin: 30px auto 20px auto;
  text-align: center;
  width: 100%;
  position: relative; }

#page404 b {
  font-family: "Montserrat",sans-serif;
  font-weight: 900;
  font-size: 16px; }

#page404 b span {
  font-weight: 300; }

#eBultenForm .form-group {
  margin-bottom: 0 !important; }

#mainaraForm {
  background: transparent; }

#gosterDetay {
  display: table;
  width: 400px;
  margin: 0 auto;
  height: auto;
  position: relative;
  background: #eee;
  margin-top: -1px;
  text-align: center;
  padding: 15px;
  border: 1px solid #768794; }

#gosterDetay:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  vertical-align: top;
  font-size: 24px;
  line-height: 0;
  color: #2c3e50;
  top: -6px;
  position: absolute;
  height: 24px;
  width: 24px; }

#gosterDetay .detayEkran {
  width: 100%;
  float: left;
  display: block;
  position: relative; }

#gosterDetay h3 {
  margin: 0 0 15px 0;
  padding: 0; }

#gosterDetay ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  display: block; }

#gosterDetay ul li a {
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 0;
  display: block;
  color: #333;
  font-size: 14px;
  text-decoration: none; }

#gosterDetay ul li a:hover {
  background: #fff;
  color: #000; }

#gosterDetay ul li:last-child a {
  border-bottom: 0; }

div.kampanyalar .kamp-kutu h3 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 24px; }
div.kampanyalar .kamp-kutu h4 {
  text-align: center;
  font-weight: normal;
  font-size: 16px; }
div.kampanyalar .kamp-kutu span {
  text-align: center;
  font-size: 13px;
  color: #888;
  width: 100%;
  display: block; }
div.kampanyalar .kamp-kutu p {
  text-align: center; }
div.kampanyalar .kamp-br {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
  height: 1px;
  float: left; }
div.kampanyalar .kamp-line {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHUlEQVQIW2N88eLFfwkJCUYQzcjAwMAAEwCLwGQAefwTclQnKCwAAAAASUVORK5CYII=);
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  height: 3px; }

div.kampanyalar {
  padding: 0;
  list-style: none;
  float: left;
  display: block;
  margin-bottom: 30px; }

div.kampanyalar .col-sm-6 {
  margin: 0 0 10px 0;
  list-style: none;
  background: transparent;
  float: left;
  display: block; }

div.kampanyalar .kamp-kutu {
  width: 100%;
  float: left;
  margin-bottom: 30px; }

.kampanyalar .col-sm-6:nth-child(2n+1) {
  clear: left; }

.kampanya-tarih {
  font-size: 11px;
  margin: 10px 0 30px 0;
  border: 1px solid #ddd;
  display: inline;
  float: left;
  padding: 3px 12px;
  background: #fff;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px; }

.icerik-text img.img-sol {
  float: left;
  margin: 0 20px 15px 0; }

.icerik-text img.img-sol-mini {
  float: left;
  margin: 0 20px 15px 0;
  width: 280px;
  height: auto; }

.icerik-text img.img-full {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  display: block; }

.icerik-text img.img-full:hover {
  opacity: 1; }

#footerAnket .j-loading {
  top: 0;
  z-index: 5; }

.icerik-sitemap ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none; }
  .icerik-sitemap ul:first-child {
    border-top: 0; }
  .icerik-sitemap ul li {
    margin: 0 !important;
    padding: 2px 0 !important;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #ddd;
    list-style: none; }
    .icerik-sitemap ul li:before {
      display: none; }
    .icerik-sitemap ul li .fa {
      float: left;
      margin-right: 5px;
      font-size: 14px;
      margin-top: 3px;
      color: #aaa; }
    .icerik-sitemap ul li li {
      font-size: 14px;
      font-weight: bold; }
    .icerik-sitemap ul li li li {
      font-size: 13px;
      font-weight: normal; }
    .icerik-sitemap ul li li li li {
      font-size: 12px;
      font-weight: normal; }

.icerik-sitemap.jstree li.jstree-node.jstree-closed i {
  position: absolute;
  width: 20px;
  height: 24px;
  right: auto;
  left: -12px;
  cursor: pointer;
  font-style: normal; }
  .icerik-sitemap.jstree li.jstree-node.jstree-closed i:before {
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 12px;
    color: #3498db; }

.icerik-sitemap.jstree li.jstree-node.jstree-open i {
  position: absolute;
  width: 20px;
  height: 24px;
  right: auto;
  left: -12px;
  cursor: pointer;
  font-style: normal; }
  .icerik-sitemap.jstree li.jstree-node.jstree-open i:before {
    font-family: "FontAwesome";
    content: "\f077";
    font-size: 12px;
    color: #ed1c24; }

.icerik-sitemap.jstree li li.jstree-node i {
  display: none; }

.icerik-sitemap.jstree li li.jstree-node.jstree-closed i {
  display: block;
  position: absolute;
  width: 20px;
  height: 24px;
  right: auto;
  left: -12px;
  color: #aaa;
  font-size: 15px;
  cursor: pointer; }
  .icerik-sitemap.jstree li li.jstree-node.jstree-closed i:before {
    content: "\f078";
    font-size: 12px;
    color: #3498db; }

.icerik-sitemap.jstree li li.jstree-node.jstree-open > i {
  display: block;
  right: auto;
  left: -12px; }
  .icerik-sitemap.jstree li li.jstree-node.jstree-open > i:before {
    content: "\f077";
    color: #ed1c24; }

.icerik-sitemap.jstree li.jstree-open a {
  background: transparent; }

.icerik-sitemap.jstree li a.jstree-clicked {
  border-left: 0; }

#sidebar {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  margin-top: 10px; }

.sidebar {
  width: 100%;
  float: left;
  display: block;
  padding: 12px 0 8px 0;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 10px;
  z-index: 10;
  width: 95%;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.06); }

.sidebar ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar ul li a {
  border-bottom: 1px solid #eee;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  color: #1B1D1B;
  font-size: 15px;
  text-decoration: none; }

.sidebar li li a {
  padding-left: 20px;
  font-size: 12px; }

.sidebar ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #aaa; }

.sidebar ul li:last-child a {
  border-bottom: 0; }

.sidebar ul li li:last-child a {
  border-bottom: 1px solid #eee; }

.sidebar ul li a:hover {
  background: #019E5B;
  color: #fff; }

.sidebar ul li a:hover:before {
  color: #fff; }

.sidebar ul li a.active {
  background: #f3f3f3;
  color: #666; }

.sidebar ul li a.active:hover {
  background: #f3f3f3;
  color: #666; }

.sidebar ul li a.active:hover:before {
  color: #aaa; }

#exTab2 ul {
  margin: 0;
  padding: 0;
  border: 0; }

#exTab2 ul li {
  margin: 0;
  padding: 0; }

#exTab2 ul li:before {
  display: none; }

.nav-tabs > li > a {
  bottom: -1px;
  z-index: 2;
  color: #666;
  font-size: 13px; }

.nav-tabs > li > a:hover {
  background: #ed1c24;
  color: #fff; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #ed1c24;
  font-weight: bold; }

.tEkran {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.2);
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  margin: 0 auto 30px auto; }

.tEkran:before {
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAwCAYAAACCEC3KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE5QTYwNTMyNzM2MzExRTdCN0VBODEyRjRFQ0ExMENEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE5QTYwNTMzNzM2MzExRTdCN0VBODEyRjRFQ0ExMENEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTlBNjA1MzA3MzYzMTFFN0I3RUE4MTJGNEVDQTEwQ0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTlBNjA1MzE3MzYzMTFFN0I3RUE4MTJGNEVDQTEwQ0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4R0uAPAAAH3UlEQVR42uxbC7BNVRhezmW6EUUeN4keRFxCJVcmboORHkRRozRhikS3NFNpJpoJGTP0kEmFhmE88kyJ4uqNivLoekVXySPX2/W493b6/7nfqXX/++999j5nH27m/DPfnLPWXnvttb/zr/U/1jrlwuGwiUWys7PNBSy9CQMIRYR3CLNkg8zMzBLl8iYpUqYRHrHK7Qi3E550uymU5K2EdAWJc8ENK9oiwkBCJ7cbE6GRlQltCFcSeN3YQfgW0yQWqSbGWZVwmHDA470ZGEs+YQPgJIPw2ROfPOZueI/BhOXngsgqhLGEXoRLxbW9hAmEUT77vJcwm1AB5RTCMULLKEReThhDeJBQSVxbTRhJWKLcV+DSZ/hcTO3qhBzC4wqJLFdg8Mt89NkY0yoVBKZY5P7qch9r7FZCP4VEltaEjwijlWsT8bkQSsb4GHUTEk0ka8sXhNoe2vI686qHdkzG10p9NzzLTT6HRkaTFwhPiTombTLWygKgC2GS27QOishroD22TGcPgXCPsib1jdIfa8GXINOWIdBQN3ke096WX7DkTFHav0WoJ+r6E7oTVgDd4Qq5SrkA/MiLCPUxrYfA7xoomv9mDfgUoSbhhNItT9/1hKaivicsaTTDkifqZhAetsodFc1aALJ8ifQjg9DIM4TNhKcJ1xKec2jz748HaLJEkBiGsZnrYRw9RPmsov2fEeaJuluCMBJB+5G7CCdFHWvn9VY530Eb+YU6K5ayOYzLyihO8W2ivBxkSpmpGMrKZY1IW17EmjZR1L/t4EpMdhhfQ2h6Ju5dQ6ihtK0vyj86jCtHlFPRf1ySyBBxpDKFtxNeVtr2VNZFJ2kFMhsIJ/8y0e6ow/2HcV+KVVejrGokE/iXUl+XMF6pH+KyVGx18BRGxaEUYcXIlVki2RfrA/fDtvBZmK52RJSh9NEXU66Rg8vUS5QLPUYi5ZT3Lkw4keTmpMbQ798IxaZjyu4S17Os742UcYwgTLXKU1Enw0A7cjkkrtd0CR/l8/7wGHj4J5IIbEDYA0K8SAOHKcqkvinqWooXkzLFQ90l4t6fxPUuDuNsp6ylOz34qOxtLHZaBkIOJLLLsg1TcViUKczuwzi0fwMaJuVqUbZdpD1K+2ZK3Y2Kb3pMuDuyfUulnyxR3h8lWcFymvAsIrWjWjgcUkgcBpdlJnnv1QmfuDyAid5CeMaq41/tOqvcWfH/1lnfNyrTkhMEtaxyHbg+UpOOWGUe53HRhpMT6Vb5A8VNWulhtuUjnKyFse4hnjIdiaSLI+C2jCQCe3t4wGkkCeQU5xzkUiQelirryyRhFF5RNHgbws0J+F5XtPlKWUJeEnW18UN9B+v/qPIOw32s/QcQ6rIGryS+OpWKtalyMNayjURiMx+xdmUxxaLJYlh0o0QiHT32UQCLrhkJTjTc4bGfx6ClfuUqwm58b058/RwCKemWQejqs9PjcF9yPbRdiFSYU4pthYc+WNtvcrG0dyrRi3HwXWMhkeV3ZIlAX3aFyNSOJAXmELu7Yuh4NeJpzvH9gCkfkYOE+SDwPuOeae5AuB/t9wnDwtHMUPigG136OIu03lCMxY63cxGKNsGaF7MQT5NhKDndN7Y8sdnBsrQz4uibBzwGqAY/rgCac8ZHP/OAFKxHqbCseT7HMw6ojrGcUvzZeGU2rPmA8sL32xfQAw4pltivFHnw77zIQSAR8mfE1oRE5iPdJMWPRPzUMyFMnYg8keTGm7CBsQ1nSKh9K2pwd5ImT8JeTkWbyDWiwbQkR1GF86f2hljFkJIMqJp9gZ+QilNawFqXyB2E2CtXwrz2xOUmQtMkbyWkB8JNKSMiDjnH1YfFRXZaN3ASg1AnaZ3N+4QPkaixZRUp43g71uZEAWezL1Y6KsTiOpxuOiFi7QtZbkW05hTWriY+MkokLUAOh1bZxjm7nIeMzDRkZIKWELI451t4a5cPPPRx84A4yUJEFpUiEmTyEbi1JvpZHj4nswCJiLyAXqASrOG7pnRuMdFyAzSvKzTRTSYSgYPsCvXICpFZBZr3kIcB5IPMT03xmZ3cOF+oELF1e1O8fZtI4SxSJshr6/Ee3q9/TR5ZcT37Q4TeZYq3PZv5GNx6aDTjG6Nvp7oJH0rNAKG8ezg9QG2/GWgFravn4/5FIDEH2R/vRFqEcu6Nz/Q0jOEFdiPrwtq1CeWtWA72K+1XmZIbVLwPlOXxWbyHxEnXNFOc1quLMTdGTqFaLNGgKc5olTjbGRORFqH8Qv0CSm5wao1P8vLeyz6EqsexTqWJtnxeh7PZdm6xC5Yedkd4N5EPs3K2PihXjZeq0ViuSklcRFqERhKw7GvyCdhz8e+IHZgVkTOS75n/stRByEEsS9/DX1zv1jgQIoUfyRrwgCneJ2kT4/TxI2thGHhn8vU4+2LDyCeAZ2FJOeX1xkT8z4Yz4OOBStZi3hrEpgVMJCeMwya24zaboXFr8IOsC2pQQU/Jk/iFI+e8OWdXHz5aExiCxjACdYzzgVNNimDFI9mpdJe1dzvW3RwYui2I2nITNU0SvbYV4GUY84V1TcMywISy31oL6K9oMR9H6SWiqTkgayfyBIcwO46YxG0tnDcinSQMi70X082WtoJI3qLtoPSxzPj7u0lCpSz+hc7+ccc6kFimB11WJBKqdTPR/w5ikhqpSwU4wS3+TySy/CPAAHrDFYbGHUMqAAAAAElFTkSuQmCC") no-repeat 0 0;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 60px;
  height: 36px;
  background-size: 60px 36px;
  z-index: 5; }

.tEkran div {
  margin: 0 auto;
  float: none;
  cursor: col-resize; }

#scroll {
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: rgba(128, 128, 128, 0.4);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 15000; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -10px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #ffffff; }

#scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

#ebultenMesaj {
  margin: 0px;
  border: 1px solid #193b61;
  display: block;
  position: relative;
  padding-right: 30px;
  line-height: 18px;
  cursor: pointer; }

#ebultenMesaj:before {
  content: "\f057";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  font-size: 16px; }

#ebultenGoster {
  display: none;
  position: relative;
  width: 100%;
  z-index: 20000;
  display: block;
  height: 30px; }
  #ebultenGoster .ebultenIc {
    position: absolute;
    left: 20px;
    right: 20px;
    background: #18BC9C;
    color: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 0px 0px 9px 9px;
    -moz-border-radius: 0px 0px 9px 9px;
    -webkit-border-radius: 0px 0px 9px 9px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer; }

.icerik-text ul.dokumantasyonUL {
  margin: 0;
  padding: 0; }

.icerik-text ul.dokumantasyonUL li {
  margin: 0;
  padding: 0; }

.icerik-text ul.dokumantasyonUL li:before {
  display: none; }

.icerik-text ul.dokumantasyonUL li a {
  margin: 0;
  padding: 10px 0;
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  font-size: 15px;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0 0 0; }

.icerik-text ul.dokumantasyonUL li a:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #aaa;
  margin-right: 4px; }

.icerik-text ul.dokumantasyonUL li:last-child a {
  border-bottom: 0; }

.icerik-text img.img-sol {
  float: left;
  margin: 0 20px 15px 0; }

.icerik-text img.img-sol-mini {
  float: left;
  margin: 0 20px 15px 0;
  width: 280px;
  height: auto; }

.icerik-text img.img-full {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  display: block; }

#icerikHeader .kampTarih {
  font-size: 13px;
  margin-bottom: 10px;
  display: block; }

.iletisim-design.basinKit {
  margin-bottom: 50px;
  float: left;
  width: 100%;
  display: block; }

.icerik-text .basinKit ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  display: block; }

.icerik-text .basinKit ul li {
  float: left;
  width: 50%;
  display: block;
  margin: 0;
  padding: 0; }

.icerik-text .basinKit ul li:before {
  display: none; }

.icerik-text .basinKit ul li a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0px 10px 45px; }

.icerik-text .basinKit ul li a:before {
  content: "\f1ea";
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "FontAwesome";
  font-size: 32px;
  color: #ed1c24; }

.icerik-text .basinKit ul li a.formEdit:before {
  content: "\f044"; }

.icerik-text .basinKit ul li a.formEdit {
  padding-left: 40px; }

/*===HIZLI-MESAJ===*/
.modal {
  z-index: 15000; }

.modal-content {
  border: 0;
  border-radius: 0;
  background-color: #fff; }

.modal-header {
  padding: 10px 15px;
  border-bottom: 0;
  background-color: #ed1c24;
  float: left;
  width: 100%; }

.modal-header .close {
  margin-top: -2px;
  margin-right: 0;
  box-shadow: none; }

.close {
  float: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: .8; }

.modal-header .fa {
  color: white; }

.mtitle {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0; }

.mtitle span {
  font-size: 12px;
  font-family: arial;
  color: #eee;
  display: block;
  font-weight: normal; }

.modal-body {
  position: relative;
  padding: 10px 15px;
  float: left;
  width: 100%;
  background-color: #fff; }

#nmesajpanel {
  margin-bottom: 10px;
  cursor: pointer; }

.alert {
  font-size: 14px !important;
  border-radius: 0px; }

.alert-danger {
  color: #fff;
  background: #E21932;
  border: 1px solid #c91227;
  font-family: "Arial";
  padding: 10px; }

.modalani {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 5000;
  padding-top: 50px;
  opacity: 0.8;
  cursor: pointer; }

.animg {
  background: url(../img/ani.gif) no-repeat 0 0;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 5px auto 10px auto; }

.form-horizontal {
  margin-bottom: 0; }

#nform .form-group {
  margin-bottom: 10px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

.modal label {
  font-size: 14px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600; }

form, .form-control {
  font-size: 15px;
  border-radius: 0;
  box-shadow: none; }

.nomargin {
  margin-bottom: 0 !important; }

.modal-footer {
  padding: 5px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  float: left;
  width: 100%;
  background-color: #eee; }

#nsubmit {
  float: right; }

.modal-footer .btn {
  margin: 10px;
  background-color: #00c5ad; }

.btn-mavi {
  border-radius: 0;
  box-shadow: none;
  padding: 5px 20px;
  font-size: 14px;
  background-color: transparent;
  color: #1B1D1B;
  border: 2px solid #0195d2; }

.btn-mavi:hover {
  background: #0195d2; }

/*search-buton*/
#mainaraBtn:hover .fa-times {
  color: #fff; }

#mainaraBtn .fa-times {
  color: #52647e;
  font-size: 14px; }

.adres-site h4 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px; }

.adres-site p {
  text-align: left; }

.iletisim-design {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px; }

.pdfi {
  top: 200px;
  display: block;
  position: relative;
  float: left; }

.iletisim-design iframe {
  width: 100%;
  height: 250px; }

.urunKutu h4 {
  text-align: center;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0; }

.urunKutu h4 a {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0; }

.urunKutu a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

.urunKutu a img {
  margin: 0;
  border: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  width: 100%; }
  .urunKutu a img:hover {
    opacity: 0.6; }

/*SİTE ÜST====================================*/
#siteUst {
  background: #fff; }
  #siteUst:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #1B1D1B;
    width: 41.66666667%; }

/*SİTE BİLGİ====================================*/
#siteBilgi {
  z-index: 500; }

#siteBilgi h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 5px; }

.siteBilgi-info {
  padding-bottom: 30px; }

.info-alt-baslik {
  color: #019E5B;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 20px; }

#siteBilgi p {
  color: #BFBFBF; }

a.btn-ani {
  margin-bottom: 30px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  color: white;
  width: 256px;
  height: 48px;
  line-height: 48px;
  transition: all 0.3s;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 14px; }
  a.btn-ani:hover {
    color: #fff; }
  a.btn-ani span {
    transition: all 0.3s;
    tranform: scale(1, 1); }

.btn-ani::before, .btn-ani::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.btn-ani::before {
  opacity: 0;
  background: rgba(121, 243, 126, 0.33);
  transform: scale(1.3, 1.3); }

.btn-ani:hover::before {
  opacity: 1;
  transform: scale(1, 1); }

.btn-ani::after {
  transition: all 0.3s;
  border: 1px solid #019E5B; }

.btn-ani:hover::after {
  transform: scale(0, 0);
  opacity: 0; }

.info-resim {
  padding: 38px 0 0 15%;
  z-index: 5000; }
  .info-resim img {
    width: 100%; }

#particles-js {
  position: absolute;
  left: 0;
  width: 41.66666667%;
  top: 0;
  bottom: 0;
  z-index: 0 !important; }

#preload {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,1b1d1b+100 */
  background: #2b2b2b;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #2b2b2b 0%, #1b1d1b 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #2b2b2b 0%, #1b1d1b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #2b2b2b 0%, #1b1d1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#1b1d1b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: white;
  font-family: 'Circular', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  z-index: 30000; }
  #preload svg {
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 20rem;
    margin: auto;
    text-align: center; }
  #preload .st3, #preload .st0, #preload .st1, #preload .st2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 10s cubic-bezier(0, 0, 0.85, 0.04) alternate infinite; }
@keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }
/*SİTE-SLIDER====================================*/
/*Slider----*/
#anaSlider {
  display: block;
  width: 90%;
  float: right;
  position: relative;
  overflow: hidden;
  z-index: 10; }

#anaSlider .swiper-pagination {
  display: block;
  bottom: 0px;
  position: relative;
  width: 100%; }

#anaSlider .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px; }

.swiper-wrapper img {
  display: block;
  position: relative;
  width: 100%;
  float: left; }

#anaSliderCAR .swiper-pagination {
  bottom: 30px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

#anaSliderCAR .swipper-pagination .swiper-pagination-bullet {
  background: #faf9f9;
  opacity: .2; }

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none; }

/*KAMPANYALAR SAYFASI====================================*/
.kampGorsel {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  top: 10px;
  padding-bottom: 20px; }

.kampGorsel h3 {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0; }

.kampGorsel h3 a {
  color: black;
  font-size: 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0; }

.kampGorsel span {
  display: block;
  color: gray;
  font-size: 12px;
  text-decoration: none; }

.kampGorsel a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }
  .kampGorsel a:hover {
    color: #d9534f; }

.kampGorsel a img {
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  width: 100%; }
  .kampGorsel a img:hover {
    opacity: 0.6; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1a242f;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent; }

/*HABERLER SAYFASI====================================*/
.haberGorsel {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  margin: 0 auto; }

ul.haberler {
  list-style: none; }

li.haberList {
  padding-bottom: 20px;
  display: block; }

li.haberList a {
  text-decoration: none; }

li.haberList a:hover {
  color: #d9534f; }

li.haberList a.hbr-img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

li.haberList a img {
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  width: 100%; }
  li.haberList a img:hover {
    opacity: 0.6; }

li.haberList .title {
  padding: 5px 10px;
  top: -25px;
  display: block;
  position: relative; }

li.haberList h3 {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  bottom: -5px; }

li.haberList h3 a {
  font-size: 18px;
  color: black; }

li.haberList span {
  display: block; }

p .haber-detay {
  color: black;
  font-size: 14px;
  margin-top: 10px; }

p .haber-detay:hover {
  color: #e7a02f; }

.haberGorsel p .haber-tarih {
  display: block;
  font-size: 12px;
  color: #888;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  line-height: 8px; }

/*ÜRÜNLERİMİZ SAYFASI====================================*/
.urunGorsel {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  top: 10px;
  padding-bottom: 20px; }

.urunGorsel h3 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0; }

.urunGorsel h3 a {
  color: #333;
  font-size: 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0; }

.urunGorsel span {
  display: block;
  color: gray;
  font-size: 12px;
  text-decoration: none; }

.urunGorsel a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  -moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.7);
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }
  .urunGorsel a:hover {
    color: #d9534f; }

.urunGorsel a img {
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  width: 100%; }
  .urunGorsel a img:hover {
    opacity: 0.6; }

.grups {
  font-weight: 600;
  background: #435563;
  display: table;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  padding: 4px 10px; }

.no-input-label {
  padding-top: 0 !important; }

.form-group {
  margin-bottom: 10px; }

.icerik-text .input-para {
  margin-bottom: 0; }
.icerik-text .control-label {
  font-weight: normal;
  font-size: 14px; }

#krediAni {
  background-position: center 40px; }

.form-yatay .control-label {
  text-align: left; }

.margin-20 {
  @extented .box_standart;
  height: 20px; }

.alert-form-bilgi {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px; }

.gkod .formError {
  margin-left: 125px; }

.form-mesaj {
  display: none;
  padding-left: 40px !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.form-mesaj i.fa {
  font-size: 24px;
  margin: -1px 10px 0 0;
  float: left; }

.form-mesaj {
  position: relative; }

.form-mesaj.alert-yesil:before, .form-mesaj.alert-kirmizi:before {
  font-size: 24px;
  content: "\f046";
  position: absolute;
  top: 14px;
  left: 10px;
  font-family: FontAwesome;
  display: inline-block;
  color: #fff; }

.form-mesaj.alert-kirmizi:before {
  content: "\f071";
  font-size: 21px;
  top: 10px; }

.select-c4 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0;
  font-size: 14px; }
  .select-c4:hover {
    font-size: 14px; }
  .select-c4:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    z-index: 6;
    color: red;
    background: #fff;
    position: absolute;
    right: 2px;
    top: 2px;
    text-align: center;
    width: 25px;
    height: 41px;
    line-height: 41px;
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px; }
  .select-c4 .form-control {
    padding-right: 15px;
    font-weight: normal; }

.select-c4-tl:before {
  border-left: 0; }

.select-c4-tl:after {
  content: "\TL";
  font-family: arial;
  position: absolute;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 1px;
  text-align: center;
  width: 30px;
  height: 36px;
  line-height: 36px;
  pointer-events: none;
  box-sizing: border-box;
  border-left: 1px solid #ddd; }

.ik-form label {
  font-size: 14px;
  font-weight: normal; }

.ik-form .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.etiket-check {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.inp_label {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer; }

.icr_box {
  display: inline-block;
  float: left;
  margin-right: 5px; }

.label-check {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding-left: 30px;
  margin-top: -35px;
  cursor: pointer; }

/* iCheck plugin Square skin,
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("../plugin/iCheck/skins/square/blue.png") no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-blue {
  background-position: 0 0; }

.icheckbox_square-blue.hover {
  background-position: -24px 0; }

.icheckbox_square-blue.checked {
  background-position: -48px 0; }

.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0; }

.iradio_square-blue {
  background-position: -120px 0; }

.iradio_square-blue.hover {
  background-position: -144px 0; }

.iradio_square-blue.checked {
  background-position: -168px 0; }

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square-blue.checked.disabled {
  background-position: -216px 0; }

.icerik-sitemap.jstree li li li.jstree-node.jstree-closed i {
  display: block;
  position: absolute;
  width: 20px;
  height: 24px;
  right: auto;
  left: -12px;
  color: #aaa;
  font-size: 15px;
  cursor: pointer; }
  .icerik-sitemap.jstree li li li.jstree-node.jstree-closed i:before {
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 12px;
    color: #3498db; }

.icerik-sitemap.jstree li li li.jstree-node.jstree-open i {
  display: block;
  right: auto;
  left: -12px; }
  .icerik-sitemap.jstree li li li.jstree-node.jstree-open i:before {
    font-family: "FontAwesome";
    content: "\f077";
    color: #ed1c24; }

#eBultenBtn, #eBultenBtn:focus {
  border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  -webkit-border-radius: 0px 0 0 0px;
  padding: 0 29px;
  position: absolute;
  right: 1px;
  border: 0;
  top: 1px;
  bottom: 0px;
  height: 43.21px;
  background: #C65C5C;
  color: #fff;
  font-weigth: 700; }

.grup-kutu-detay:nth-child(n) {
  clear: both;
  overflow: hidden; }

#araform {
  position: relative; }

.sayfa-ara-form .btn {
  position: absolute;
  right: 1px;
  top: 27px;
  background: transparent;
  color: #52646b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none; }

.sayfa-ara-form .btn:focus {
  border: 0px;
  outline: 0; }

#gid {
  padding-right: 52px; }

#mesajEkran {
  margin: 0;
  font-family: "Open Sans"; }

.alert {
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  clear: both;
  padding: 10px;
  border-bottom-width: 3px;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  margin-top: 10px; }

.alert-yesil {
  background: #7ec026;
  border: 1px solid #7ec026;
  color: #fff; }

.alert-turuncu {
  background: #faf7f7;
  border: 1px solid #e3e7eb;
  color: black; }

.icerik-text {
  font-size: 15px; }

.icerik-text ul {
  list-style: none;
  margin: 0 0 20px 10px;
  padding: 0; }

li {
  display: list-item;
  text-align: -webkit-match-parent; }

.icerik-text ul li {
  padding: 0;
  list-style: none;
  margin: 0 0 5px 0; }

.icerik-text ul li:before {
  content: "\f138";
  font-family: FontAwesome;
  color: #00aeef;
  margin-right: 4px; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover {
  color: #EE4122; }

ol.arama_liste {
  margin: 0 0 0 25px;
  padding: 0;
  margin-bottom: 30px;
  text-indent: 5px; }

ol.arama_liste li {
  width: 100%; }

ol.arama_liste li a {
  padding: 5px;
  border-bottom: 1px solid #eee;
  display: block; }

ol.arama_liste li a i {
  font-size: 14px; }

ol.arama_liste li:last-child a {
  border-bottom: 0; }

.mobilLangBar, .mobilphoneBar {
  display: none; }

#footerBar {
  background: #019E5B;
  margin-bottom: 5px; }

ul.footer-menu li {
  float: left; }
  ul.footer-menu li a {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    padding: 20px 15px;
    display: block;
    text-decoration: none;
    text-align: center; }
    ul.footer-menu li a:before {
      content: "\f0dd";
      font-family: "FontAwesome";
      font-size: 14px;
      top: -5px;
      left: 0;
      right: 0;
      position: absolute;
      -webkit-transition: all .7s ease-out;
      -moz-transition: all .7s ease-out;
      -o-transition: all .7s ease-out;
      transition: all .7s ease-out;
      opacity: 0; }
    ul.footer-menu li a:hover {
      color: #1B1D1B; }
      ul.footer-menu li a:hover:before {
        top: 5px;
        opacity: 1; }

ul.footer-sag-menu {
  float: right; }
  ul.footer-sag-menu li {
    float: left; }
    ul.footer-sag-menu li a {
      font-family: "Montserrat", sans-serif;
      font-size: 11px;
      font-weight: 400;
      color: #fff;
      padding: 20px 25px;
      display: block;
      text-decoration: none; }
      ul.footer-sag-menu li a i {
        font-size: 14px;
        margin-right: 10px;
        -webkit-transition: all 1.5s ease-out;
        -moz-transition: all 1.5s ease-out;
        -o-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out; }
      ul.footer-sag-menu li a:hover {
        color: #1B1D1B; }
        ul.footer-sag-menu li a:hover i {
          margin-right: 2px; }

.haritaEkran {
  border: 1px solid #ddd;
  margin: 30px 0;
  padding: 5px;
  width: 95%; }

#map {
  background: #fff; }

/*

.mainMenu ul li { float: left; margin: 0; padding: 0; }
.mainMenu ul li a{font-weight:700; color:#58646a;
font-size:13px; padding:20px 15px; display:block; float:left;
letter-spacing:-0.01em; text-decoration:none;}

.mainMenu ul li a:hover{
 
  color:#0495d2;
  box-shadow:0 0 10px rgba(16, 54, 72, 0.2);
  text-shadow:0 1px 1px #eee;
}
*/
ul#mainNav {
  margin: 11px 0 0 0;
  padding: 0;
  list-style: none;
  float: right;
  z-index: 5000; }

ul#mainNav li {
  margin: 15px 0 0 0;
  padding: 0;
  float: left;
  position: relative;
  z-index: 5000; }

ul#mainNav li a {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  color: #58646a;
  display: block;
  padding: 0px 17px 0px 18px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  position: relative;
  text-decoration: none;
  letter-spacing: -0.01em; }

ul#mainNav li a:hover {
  background: #1B1D1B;
  color: #fff; }

ul#mainNav li.subMenu:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #1B1D1B;
  font-size: 14px;
  padding-right: 10px;
  position: absolute;
  top: 10px;
  left: 4px;
  z-index: 2000; }

ul#mainNav li.subMenu:hover:before {
  color: #fff; }

ul#mainNav li.openMenu a {
  color: #fff;
  background: #1B1D1B; }

ul#mainNav li.openMenu a:hover {
  background: #1B1D1B;
  color: #fff; }

ul#mainNav .first a {
  padding-left: 0; }

ul#mainNav li > ul {
  list-style: none;
  display: none;
  position: absolute;
  background: #56636a;
  width: 270px;
  margin: 0;
  padding: 0;
  left: 0;
  right: auto;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 1500; }

ul#mainNav li > ul li {
  width: 100%;
  margin: 0;
  padding: 0; }

ul#mainNav li > ul li a {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding: 7px 15px 7px 15px;
  position: relative;
  border-bottom: 1px solid #253746;
  text-decoration: none;
  text-shadow: none !important;
  font-style: normal !important; }

ul#mainNav li > ul li a:hover {
  background: #019E5B !important;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

ul#mainNav li > ul li:last-child a {
  border-bottom: 0; }

.form-control, input {
  border-width: 1px; }

.anaKutu {
  margin-bottom: 30px;
  background: #F5F5F5;
  height: 230px;
  text-align: center;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
  /* center items horizontally, in this case */
  color: #444;
  padding: 10px;
  -webkit-transition: all cubic-bezier(0.77, 0.32, 0.61, 0.37) 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s; }
  .anaKutu:hover {
    text-decoration: none;
    background: #1B1D1B;
    color: #fff; }

.anaKutu .ust-baslik {
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.anaKutu h3 {
  font-size: 36px;
  margin: 0 0 10px 0; }

.anaKutu p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0; }

.icon-ana {
  margin-bottom: 8px; }

.anaKutu-arge h3 {
  color: #0195d2; }

.anaKutu-ihracat h3 {
  position: relative;
  color: #CB4545; }

.anaKutu-cevre h3 {
  color: #019E5B; }

.anaKutu-insan h3 {
  color: #d2750b; }

.icon-insan {
  display: block;
  background: url("../img/icon-insan.png");
  background-size: 59px 59px;
  width: 59px;
  height: 59px; }

.icon-arge {
  display: block;
  background: url("../img/icon-arge.png");
  background-size: 59px 59px;
  width: 59px;
  height: 59px; }

.icon-ihracat {
  display: block;
  background: url("../img/icon-ihracat.png");
  background-size: 53px 51px;
  width: 53px;
  height: 51px; }

.icon-cevre {
  display: block;
  background: url("../img/icon-cevre.png");
  background-size: 40px 54px;
  width: 40px;
  height: 54px; }

#anaEkran {
  margin-bottom: 30px;
  padding-top: 30px; }
  #anaEkran h2 {
    margin-top: 0; }

.ana-sol p {
  color: #444; }

.fabrika-ozellikler {
  margin-top: 40px; }

a.fabrika-img {
  margin-bottom: 40px;
  text-align: center;
  text-decoration: none; }

a.fabrika-img img {
  margin-bottom: 10px; }

a.fabrika-img span {
  font-size: 18px;
  color: #1B1D1B; }

a.fabrika-img:hover span {
  color: #019E5B; }

a.fabrika-img .zoom-efekt {
  overflow: hidden;
  margin-bottom: 10px; }

a.fabrika-img .zoom-efekt img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0; }

a.fabrika-img:hover .zoom-efekt img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.mobilPhone {
  display: none; }

.ms-caption1 {
  font-size: 32px;
  font-weight: 300;
  margin-top: 200px;
  letter-spacing: -0.05em;
  font-family: "Montserrat", sans-serif; }

.ms-caption2 {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-top: 220px;
  padding: 20px;
  font-family: "Montserrat", sans-serif; }

.ms-caption3 {
  font-size: 32px;
  font-weight: 300;
  margin-top: 200px;
  letter-spacing: -0.05em;
  color: #fff;
  font-family: "Montserrat", sans-serif; }

.ms-caption4 {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -0.05em;
  letter-spacing: -0.05em;
  margin-top: 220px;
  color: #fff;
  padding: 20px;
  font-family: "Montserrat", sans-serif; }

.ms-nav-prev, .ms-nav-next {
  width: 41px;
  height: 81px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -40px;
  position: absolute;
  z-index: 110;
  background: url("../img/slider-left.png"); }

.ms-nav-prev:before,
.ms-nav-next:before {
  display: none; }

.ms-nav-next:before {
  top: 38%;
  content: "\f105";
  left: 54%; }

.ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px;
  background: url("../img/slider-right.png"); }

a.dilmenu {
  position: absolute;
  right: 15px;
  background: #103648;
  color: #fff;
  width: 40px;
  height: 38px;
  text-align: center;
  float: left;
  line-height: 34px;
  text-decoration: none;
  top: -38px; }

a.dilmenu:hover {
  background: #ffffff;
  color: #103648; }

@media only screen and (max-width: 1350px) {
  #scroll {
    width: 32px;
    height: 32px;
    line-height: 32px;
    bottom: 20px;
    right: auto;
    left: 50%;
    margin-left: -20px; } }
@media only screen and (max-width: 1199px) {
  ul#mainNav li.subMenu:before {
    top: 8px;
    margin-right: 5px; }

  ul#mainNav li a {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    padding: 0px 8px 0px 8px; }

  ul#mainNav li.subMenu a {
    padding-left: 15px; }

  .sidebar ul li a {
    font-size: 13px; }

  .sidebar li li a {
    font-size: 12px; }

  .icerik-text .basinKit ul li a {
    font-size: 12px; }

  .sagMenu .telBar a {
    font-size: 14px;
    padding: 12px 8px 12px 0;
    color: #eee; }

  .sagMenu .telBar a i {
    margin-right: 10px; }

  .sagMenu .telBar a:hover {
    color: #fff; }

  .kampKutu .kampTarih {
    margin-left: 30px;
    margin-right: 30px; }

  .kampEkran:before {
    bottom: -40px; }

  .kampKutu .kampKutuInfo h5 {
    font-size: 13px; }

  .ustMenu li a {
    margin-right: 40px; }

  .mainMenu > li > a {
    padding: 12px 10px; }

  #dokumanlar a {
    font-size: 12px; }

  /* Arrows */
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 20px;
    height: 33px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 20px 33px;
    -webkit-background-size: 20px 33px;
    background-size: 20px 33px; }

  #anaUrunler .urunKutu p {
    font-size: 15px; }

  #siteFooter h4 a {
    font-size: 16px; }

  .footerListe li a {
    font-size: 12px; }

  #footerAnket p {
    font-size: 13px; }

  #eBulten h4 {
    margin-top: 7px; }

  #eBulten h4 span {
    font-size: 11px;
    line-height: 16px; }

  .mainHaber li a {
    font-size: 13px; }

  .siteOzet h1 {
    font-size: 70px; } }
@media only screen and (max-width: 991px) {
  .fabrikaKutu .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px; }

  ul.footer-menu li a {
    padding: 5px 5px; }

  ul.footer-sag-menu li a {
    padding: 5px 5px; }

  a.dilmenu {
    position: absolute;
    right: 65px;
    top: -1px;
    z-index: 15003;
    height: 50px;
    width: 50px;
    background: transparent;
    line-height: 50px;
    color: #103648;
    font-weight: 700;
    margin: 0; }

  #anaSlider {
    margin-top: 0px; }

  #mainNav {
    display: none; }

  .ik-form .col-xs-4 {
    width: 50%; }

  .ik-form .col-xs-2 {
    width: 25%; }

  .icerik-text .basinKit ul li a {
    font-size: 14px; }

  .modal-open .mm-menu {
    display: none !important; }

  .modal-open .mm-page {
    z-index: 20000 !important; }

  .modal-open .modal {
    z-index: 25000; }

  .modal-open #site {
    display: none; }

  .modal-open {
    background: #ddd; }

  .kampKutu .kampKutuInfo h5 {
    font-size: 16px; }

  .mobilphoneBar {
    display: block;
    float: right;
    margin-top: 3px;
    margin-right: 10px; }

  .mobilphoneBar a {
    padding: 12px;
    display: block; }

  .mobilphoneBar i {
    font-size: 18px; }

  .mobilLangBar {
    display: block;
    float: right;
    margin-top: 3px;
    margin-right: 10px; }

  .mobilLangBar a {
    color: #fff;
    display: block;
    background: #ed1c24;
    padding: 0 6px;
    margin-top: 5px;
    border-radius: 99px 99px 99px 99px;
    -moz-border-radius: 99px 99px 99px 99px;
    -webkit-border-radius: 99px 99px 99px 99px;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    text-decoration: none; }

  .mobilLangBar a:hover, .mobilLangBar a:focus {
    color: #fff;
    text-decoration: none; }

  #page404 {
    margin-top: 80px; }

  #sidebar {
    display: none; }

  #dokumanlar a {
    font-size: 14px; }

  #mainaraForm {
    display: none; }

  .ustEkran {
    position: relative; }

  .ustMenu, .site-sosyal, #anaMenu {
    display: none; }

  #anaHeader {
    padding: 0;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(100, 100, 100, 0.2);
    -moz-box-shadow: 0px 5px 20px rgba(100, 100, 100, 0.2);
    box-shadow: 0px 5px 20px rgba(100, 100, 100, 0.2);
    border-bottom: 1px solid #e3e3e3; }

  #icerikHeader {
    margin-top: 50px; }

  .ustHeader {
    padding: 0; }

  #logo {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0; }

  #logo img {
    max-height: 30px;
    width: auto; }

  .mm-menu {
    top: 50px; }

  #hamburger {
    display: block; }

  .c-hamburger {
    background: transparent;
    float: right;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s; }

  .c-hamburger:focus {
    outline: none; }

  .c-hamburger span {
    display: block;
    position: absolute;
    top: 24px;
    left: 13px;
    right: 13px;
    height: 2px;
    background: #2c3e50; }

  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2c3e50;
    content: ""; }

  .c-hamburger span::before {
    top: -7px; }

  .c-hamburger span::after {
    bottom: -7px; }

  .c-hamburger--htx {
    background: transparent; }

  .c-hamburger--htx span {
    transition: background 0s 0.1s; }

  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s; }

  .c-hamburger--htx span::before {
    transition-property: top, transform; }

  .c-hamburger--htx span::after {
    transition-property: bottom, transform; }

  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active {
    background-color: transparent; }

  .c-hamburger--htx.is-active span {
    background: none; }

  .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg); }

  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg); }

  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.1s; }

  #icerikHeader .SosyalAlan {
    position: relative;
    right: auto;
    top: auto;
    width: 100%; }

  .sidebarEkran {
    display: none; }

  #siteFooter h4 a {
    font-size: 20px; }

  .footerListe li a {
    font-size: 14px; }

  #footerAnket p {
    font-size: 14px; }

  .footerListe li a {
    padding: 4px 5px 4px 0px; }

  .ilkKutu {
    margin-bottom: 30px; }

  #eBulten .col-sm-3 {
    width: 100%; }

  #eBulten .pull-right {
    float: none;
    width: 100%; }

  #eBulten .col-sm-8 {
    width: 100%; }

  #eBulten h4 {
    margin: 0 0 15px 0;
    text-align: center; }

  #eBulten h4 span {
    font-size: 14px;
    line-height: 18px; }

  #kampanyaCar .swiper-button-prev {
    display: none; }

  #kampanyaCar .swiper-button-next {
    display: none; }

  #anaUrunler .urunKutu p {
    font-size: 13px; }

  #logo {
    position: absolute;
    left: 10px;
    top: 5px;
    padding: 0; }

  #logo img {
    max-height: 35px; }

  .siteOzet p {
    font-size: 14px;
    line-height: 18px; }

  .siteOzet p small {
    font-size: 12px;
    line-height: 16px; }

  #hizliBar a {
    padding: 20px 10px; }

  .siteOzet h1 {
    font-size: 60px; } }
@media only screen and (max-width: 767px) {
  .fabrikaKutu .col-sm-6 {
    padding-left: 2px;
    padding-right: 2px; }
    .fabrikaKutu .col-sm-6 .anaKutu {
      margin: 0 0 4px 0; }

  #imgHeader {
    margin-bottom: 0; }

  ul.footer-sag-menu {
    float: none; }
    ul.footer-sag-menu li {
      width: 50%;
      text-align: center; }
      ul.footer-sag-menu li a {
        padding: 20px 0; }

  ul.footer-menu li {
    width: 100%; }
    ul.footer-menu li a {
      text-align: left;
      font-size: 15px;
      padding: 10px;
      border-bottom: 1px solid #017d44; }
      ul.footer-menu li a:after {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 16px;
        float: right; }
      ul.footer-menu li a:hover:before {
        display: none; }

  .anaKutu:hover {
    text-decoration: none;
    box-shadow: none;
    background: #1B1D1B;
    color: #fff; }

  #anaEkran {
    margin-top: 30px;
    margin-bottom: 28px; }

  .anaKutu {
    height: 190px; }

  .anaKutu p {
    display: none; }

  .ana-sol {
    padding-right: 0px; }

  .info-resim {
    width: 100%;
    padding: 0 0 15px 0; }

  #siteUst {
    background: #1B1D1B; }

  #anaSlider {
    width: 100%; }

  a.dilmenu {
    font-size: 14px; }

  .ms-nav-prev, .ms-nav-next {
    width: 26px;
    height: 26px; }

  .ms-nav-prev:before,
  .ms-nav-next:before {
    position: absolute;
    top: 40%;
    left: 58%;
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff; }

  .ms-nav-next:before {
    left: 60%; }

  .ms-caption1 {
    font-size: 90px;
    font-weight: 300;
    margin-top: 150px; }

  .ms-caption2 {
    font-size: 160px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-top: 270px;
    text-shadow: 0 5px 5px #fff;
    padding: 20px; }

  .ms-caption3 {
    font-size: 90px;
    font-weight: 300;
    margin-top: 150px;
    color: #fff;
    text-shadow: 0 2px 5px #000; }

  .ms-caption4 {
    font-size: 160px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-top: 270px;
    text-shadow: 0 5px 5px #000;
    color: #fff;
    padding: 20px; }

  .siteDevam {
    display: none; }

  #haberOzet a.markabar-prev {
    left: 15px; }

  #haberOzet a.markabar-next {
    right: 15px; }

  .haritaEkran {
    width: 100%; }

  .ik-form .col-xs-6 {
    width: 100%; }

  .giftDijital {
    margin-bottom: 5px;
    display: block; }

  .mm-menu li.mm-ara button.btn {
    position: absolute;
    padding: 11px 17px 12px 17px;
    right: 15px;
    top: 5px;
    color: #aaa;
    cursor: pointer;
    background: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid #ddd; }

  #kampanyaEkran {
    padding: 0 15px; }

  #anaHKbar:before {
    display: none; }

  .tEkran:before {
    right: 15px;
    top: 15px;
    width: 60px;
    height: 35px;
    background-size: 60px 35px; }

  #scroll {
    width: 32px;
    height: 32px;
    line-height: 32px;
    bottom: 30px;
    right: 20px;
    left: auto;
    margin-left: auto; }

  #anaHKbar {
    background: #eff1f3;
    padding-bottom: 0; }

  #anaHKbar .kampEkran {
    padding-bottom: 30px;
    margin-top: 20px; }

  #page404 img {
    width: 60%;
    height: auto; }

  #anaSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 22px; }

  #anaSlider .swiper-pagination-bullet {
    width: 8px;
    height: 8px; }

  /* Arrows */
  .swiper-button-prev,
  .swiper-button-next {
    display: none; }

  .btn {
    padding: 7px 14px;
    font-size: 16px; }

  body {
    font-size: 16px; }

  .copyMesaj {
    position: absolute;
    left: 0px; }

  #siteCopy p span {
    display: none; }

  .ilkKutu {
    margin-bottom: 0; }

  .footerListe {
    display: none; }

  #siteFooter h4 {
    margin-bottom: 0; }

  #siteFooter h4 a {
    border-bottom: 1px solid #ddd !important;
    display: block;
    float: left;
    width: 100%;
    padding: 12px 0;
    position: relative; }

  #siteFooter h4 a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    color: #999; }

  #siteFooter h4.noBorder a {
    border-bottom: 0; }

  #siteFooter h4.noIcon a:before {
    content: ""; }

  #footerAnket {
    margin-bottom: 15px;
    margin-top: 15px; }

  #footerAnket label {
    margin-bottom: 10px; }

  #footerAnket p, #footerAnket label {
    font-size: 16px; }

  #siteFooter .footeriletisim h4 {
    margin-bottom: 20px; }

  .footeriletisim p {
    font-size: 16px; }

  .footeriletisim li {
    margin-bottom: 15px; }

  .site-sosyal a {
    margin-right: 8px; }

  .site-sosyal .fa {
    width: 40px;
    height: 40px;
    line-height: 40px; }

  #usteGit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 50px;
    right: 20px;
    left: auto;
    margin-left: -20px; }

  .mainHaber li a {
    font-size: 14px; }

  .kampKutu a {
    font-size: 16px;
    line-height: 18px; }

  .kampKutu .kampKutuInfo {
    padding: 5px;
    min-height: 90px; }

  #anaUrunler {
    margin-bottom: 20px; }

  #anaUrunler .urunKutu {
    margin-bottom: 20px; }

  #anaUrunler .urunKutu p {
    font-size: 18px; }

  #hizliBar {
    padding: 5px 0; }

  #hizliBar .col-xs-12 {
    padding: 0; }

  #hizliBar a {
    text-align: left;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #10181b;
    position: relative; }

  #hizliBar .noBorder a {
    border-bottom: 0; }

  #hizliBar a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    color: #aaa; }

  #hizliBar a i {
    font-size: 16px;
    margin-right: 5px; }

  .siteOzet {
    text-align: center;
    margin-top: 20px; }

  .siteOzet h1 {
    line-height: 18px;
    margin: 15px 0 50px 0;
    font-size: 70px; }

  .siteOzet h1 small {
    position: relative;
    display: block;
    left: auto;
    top: -20px; }

  .ozetKutu {
    width: 100%; }

  .ozetKutu2, .ozetKutu3 {
    margin-left: 0; }

  .ozetKutuBaslik {
    width: auto; }

  .ozetKutuBaslik p {
    font-size: 13px; }

  #anaEkran {
    padding-top: 0px; }

  .markabar-nav {
    display: none; } }
@media only screen and (max-width: 639px) {
  #siteCopy {
    position: relative;
    padding-bottom: 70px; }

  .sosyalMobil {
    position: absolute;
    bottom: -20px;
    left: 0; }

  #pageHeader {
    background-size: auto 100%; }

  #anaEkran .col-xs-8,
  #anaEkran .col-xs-4 {
    width: 100%; }

  #anaEkran .col-xs-4 {
    text-align: center; }

  #anaEkran .col-xs-4 img {
    margin: 0 auto; }

  .ik-form .col-xs-4 {
    width: 100%; }

  .kampKutu .kampTarih {
    margin-left: 10px;
    margin-right: 10px; }

  #dokumanlar, #standart {
    clear: both;
    position: relative;
    float: left;
    width: 100%; }

  #dokumanlar {
    margin-bottom: 30px; }

  #dokumanlar a img {
    max-height: 120px;
    width: auto;
    max-width: 250px;
    margin: 0 auto;
    float: none; }

  .spinner {
    padding-top: 70px; }

  #dokumanlar .col-xs-6 {
    width: 100%; }

  #dokumanlar a {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    font-size: 16px;
    position: relative;
    line-height: 16px;
    padding: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    clear: both; }

  #dokumanlar a:before {
    content: "\f105" !important;
    width: auto !important;
    height: auto !important;
    position: absolute;
    left: 5px !important;
    right: 0;
    margin: 0 !important;
    top: 11px;
    background: none !important;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    color: #aaa; }

  #dokumanlar a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: inset none;
    border-color: #eaeaea; }
    #dokumanlar a:hover:before {
      -ms-transform: none;
      /* IE 9 */
      -webkit-transform: none;
      /* Safari */
      transform: none;
      color: #ed1c24; }

  #dokumanlar a span {
    top: auto;
    display: inline-block;
    position: absolute;
    left: 20px;
    right: 0;
    height: 40px;
    overflow: hidden;
    line-height: 40px; }

  #eBultenFormIcerik .bultenAd {
    width: 100%;
    margin-bottom: 5px !important; }

  #eBultenFormIcerik .bultenMail {
    width: 100%;
    padding-right: 0; }

  #eBultenBtn {
    margin-top: 15px; }

  .eBultenInput {
    position: relative;
    margin-top: 0px auto;
    text-align: center;
    float: left;
    width: 100%;
    display: block;
    float: left; }

  #eBultenBtn, #eBultenBtn:focus {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    padding: 0 25px;
    position: relative;
    right: 10px;
    border: 0;
    top: 1px;
    height: 43px;
    background: #C65C5C;
    color: #fff;
    font-weigth: 700; }

  #anaUrunler .urunKutu p {
    font-size: 16px; } }
@media only screen and (max-width: 539px) {
  .anaKutu {
    margin-bottom: 15px;
    margin: 0 auto 15px auto;
    width: 100%;
    float: none; }

  .tEkran:before {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 24px;
    background-size: 40px 24px; }

  .spritespin {
    width: 100% !important;
    /* here it is */
    height: 0 !important;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }

  .icerik-text .col-mobil {
    width: 160px; }

  #eBultenBtn, #eBultenBtn:focus {
    padding: 0 25px;
    right: 5px;
    border: 0; } }
@media only screen and (max-width: 479px) {
  .fabrika-ozellikler .col-xs-6 {
    width: 100%; }

  a.dilmenu {
    height: 45px;
    width: 45px;
    line-height: 45px;
    right: 105px;
    border-left: 1px solid #eee; }

  #haberler .col-xs-4 {
    width: 100%;
    margin-bottom: 15px; }

  #haberler .col-xs-8 {
    width: 100%;
    text-align: center; }

  .haber-detay {
    display: none; }

  .footerSozlesme {
    float: none;
    text-align: center; }

  .footerSozlesme li {
    display: inline-block;
    float: none; }

  .sozlesmeEkran {
    width: 100%;
    float: left;
    display: block; }

  .mobilPhone {
    display: block;
    position: absolute;
    right: 50px;
    width: 50px;
    height: 45px;
    text-align: center;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }

  .mobilPhone i {
    font-size: 18px;
    line-height: 45px;
    margin-top: 2px; }

  #pageHeader h1 {
    font-size: 24px; }

  h2 {
    font-size: 18px; }

  #sosyalBar .col-xs-12 {
    padding: 0; }

  ul.sosyalListe li.sosyal-iki a {
    background: transparent;
    margin: 0; }

  ul.sosyalListe li.sosyal-iki a:before {
    display: none; }

  ul.sosyalListe li.sosyal-uc a {
    background: transparent;
    margin: 0; }

  ul.sosyalListe li.sosyal-uc a:before,
  ul.sosyalListe li.sosyal-uc a:after {
    display: none; }

  ul.sosyalListe li a {
    color: #fff;
    padding: 8px 20px; }

  ul.sosyalListe li a span {
    display: none; }

  ul.sosyalListe li a i {
    font-size: 16px; }

  .mobilLangBar {
    display: block;
    float: right;
    margin-top: 4px;
    margin-right: 10px; }

  .mobilLangBar a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    text-decoration: none; }

  #page404 {
    margin-top: 0px; }
    #page404 b {
      font-size: 14px; }

  #dokumanlar a {
    font-size: 14px; }

  #anaHeader {
    height: 45px; }

  #anaHeader .col-md-3 {
    padding: 0; }

  .c-hamburger {
    height: 45px; }

  .mainHaber li a {
    font-size: 15px; }

  .kampKutu a {
    font-size: 15px; }

  #icerikHeader {
    margin-top: 0px; }
    #icerikHeader h1 {
      margin-top: 0;
      padding-top: 0;
      font-size: 24px; }

  .c-hamburger span {
    top: 22px; }

  #anaUrunler h1 {
    font-size: 24px; }

  #mobilSlider {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    margin-top: 45px;
    margin-bottom: 20px; }

  .mm-menu {
    top: 45px; } }
@media only screen and (max-width: 414px) {
  #eBultenBtn, #eBultenBtn:focus {
    padding: 0 25px;
    right: 0px;
    border: 0;
    position: relative; }

  .footerSozlesme li a {
    padding: 0 6px; }

  .icerik-text .col-mobil {
    width: 150px; } }
@media only screen and (max-width: 360px) {
  .footerSozlesme li a {
    padding: 0 3px; }

  .icerik-text .row-mobil {
    float: left;
    display: block;
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }

  .icerik-text .col-mobil {
    max-width: 100%;
    width: 100% !important;
    float: left;
    display: block;
    position: relative;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .icerik-text .col-mobil .img-responsive {
    width: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0; }

  body {
    font-size: 14px; }

  #siteFooter h4.noBorder a {
    border-bottom: 0; }

  #siteFooter h4.noIcon a:before {
    content: ""; }

  #footerAnket {
    margin-bottom: 15px;
    margin-top: 15px; }

  #footerAnket label {
    margin-bottom: 10px; }

  #footerAnket p, #footerAnket label {
    font-size: 14px; }

  #siteFooter h4 {
    font-size: 18px; }

  .footeriletisim p {
    font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
