@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300;400;700&family=Archivo+Narrow:ital,wght@0,400;0,700;1,400;1,700&family=Bebas+Neue&family=Oswald:wght@300;400;700&family=Satisfy&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}

body {
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

@media screen and (min-width:1200px) {
  .container-fluid {
    padding: 0 !important;
  }

  .container {
    padding: 0 !important;
  }

  [class*="col-lg"] {
    padding: 0 !important;
  }

}

#Header {
  float: left;
  position: absolute;
  width: 100%;
  height: 114px;
  z-index: 9999;
}

.Topbar {
  float: left;
  width: 100%;
  height: 13px;
}

.Topbar .container{
  position: relative;
}

.Topbar .left {
  color: #eeeeee;
  float: left;
  font-family: 'Antonio', sans-serif;
  font-size: 13px;
  margin-left: 4px;
  margin-top: 7px;
}

.Topbar .right i {
  background-image: url(../images/phone-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 15px;
  margin-right: 7px;
  width: 22px;
  height: 22px;
}

.Topbar .right a{
  color: #cbcbcb;
}

.Topbar .right {
  color: #cbcbcb;
  font-family: 'Antonio', sans-serif;
  font-size: 20px;
  position: relative;
  float: right;
  width: 156px;
  z-index: 9999;
}

.Topbar .right span {
  font-size: 24px;
}

.Navbar {
  width: 1100px;
  margin: 0 auto;
}

.Navbar .logo {
  float: left;
  width: 200px;
}

.Navbar .logo img {
  margin-top: 15px;
}

.Navbar .phone-number {
  float: right;
  margin-top: 18px;
  width: 240px;
}

.phone-number i {
  background-image: url(../images/icons/phoneBg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 72px;
  height: 65px;
  margin-right: 8px;
}

.phone-number span {
  color: #5d5d5d;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
}

.phone-number p {
  color: #212121;
  font-family: 'Arial', sans-serif;
  font-size: 22px;
}

.Navbar-Right {
  float: right;
  width: 800px;
}

.Navbar-Right ul {
  float: right;
  margin-top: 41px;
}

.Navbar-Right li {
  float: left;
  margin: 0;
  margin-right: 0;
  margin-left: 18px;
}

.Navbar-Right li.active a {
  color: #000000;
}

.Navbar-Right a {
  color: #ffffff;
  font-family: 'Antonio', sans-serif;
  font-size: 19px;
  transition: 1s;
}

.Navbar-Right li:hover a {
  color: #000000;
}

/** Slider **/

#Slider {
  float: left;
  width: 100%;
  height: 739px;
  overflow: hidden;
}

#Slider .header-slider {
  background-image: url(../images/SliderBg.jpg);
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 1920px;
  max-width: 100%;
  height: 739px;
}

.header-slider .imgBg{
  height: 739px;
}

.header-slider .owl-item .slider-wrapper>div {
  opacity: 0;
  visibility: hidden;
}

.header-slider .owl-item.active .slider1 {
  opacity: 1;
  visibility: visible;
  animation: 1.5s fadeInLeft;
}

.header-slider .owl-item.active .slider2 {
  opacity: 1;
  visibility: visible;
  animation: 1.5s fadeInLeft;
}

.header-slider .owl-item.active .slider3 {
  opacity: 1;
  visibility: visible;
  animation: 1.5s fadeInLeft;
}

.header-slider .owl-item.active .slider4 {
  opacity: 1;
  visibility: visible;
  animation: 1.5s fadeInRight;
}

/*
.header-slider .owl-item {
  width: 1920px !important;
  height: 739px;
}
*/

.header-slider .slider-wrapper {
  position: absolute;
  width: 1100px;
  height: 540px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  top: 199px;
  right: 0;
}

.header-slider .slider-wrapper img {
  width: auto !important;
}

.header-slider .slider1 img{
  position: absolute;
  right: 311px;
}

.header-slider .slider2 {
  position: absolute;
  right: 106px;
  top: 2px;
  z-index: 9999;
}

.header-slider .slider3 {
  position: absolute;
  right: -82px;
  top: 48px;
}

.header-slider .slider4{
  position: absolute;
  right: -283px;
  bottom: -4px;
}

@media screen and (max-width: 1366px){

  .header-slider .slider4{
    right: -120px;
  }

  .header-slider .slider-wrapper .slider4 img{
    width: 280px !important;
  }
  
}

#Catchword {
  background-image: url(../images/CatchBg.jpg);
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 479px;
}

#Catchword .left {
  float: left;
  position: relative;
  width: 550px;
  height: 479px;
}

#Catchword .right {
  float: left;
  width: 550px;
  height: 479px;
}

#Catchword .left .icon1 {
  position: absolute;
  background-image: url(../images/catch1.png);
  background-repeat: no-repeat;
  left: 18px;
  bottom: 0;
  width: 262px;
  height: 0;
  overflow: hidden;
}

.icon1-animation {
  height: 272px !important;
  transition: 1s;
}

#Catchword .left .icon2 {
  position: absolute;
  background-image: url(../images/catch2.png);
  background-repeat: no-repeat;
  right: 18px;
  bottom: 0;
  width: 246px;
  height: 0px;
  overflow: hidden;
}

.icon2-animation {
  height: 420px !important;
  transition: 1s;
}

#Catchword .left i:nth-child(1) {
  margin-left: 20px;
}

#Catchword .left i {
  display: inline-block;
  margin-top: 58px;
}

#Catchword .left .title {
  color: #454545;
  font-family: 'Antonio', sans-serif;
  font-size: 36px;
  line-height: 38px;
  margin-left: 141px;
  margin-top: 72px;
  text-align: center;
  width: 280px;
}

#Catchword .left .title label {
  color: #744844;
}

#Catchword .left .title span {
  color: #949494;
  display: block;
  letter-spacing: 3.5px;
  text-align: right;
}

#Catchword .left .readme-button a {
  color: #686868;
  display: block;
  font-family: 'Antonio', sans-serif;
  font-size: 19px;
  letter-spacing: 3px;
  margin: 0 auto;
  text-align: center;
  text-indent: 15px;
  width: 111px;
  height: 43px;
  border: 1px solid #ddd2b5;
}

#Catchword .left .readme-button {
  display: block;
  float: right;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
  margin-top: 7px;
  margin-right: 180px;
  z-index: 9999;
}

#Catchword .right ul {
  margin-top: 65px;
}

#Catchword .right li.style1 {
  display: inline-block;
  margin: 0 auto;
  margin-left: 110px;
  margin-top: 75px;
  width: 300px;
}

#Catchword .right li:nth-child(2) {
  margin-left: 32px;
}

#Catchword .right li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 240px;
}

#Catchword .right .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#Catchword .right li.style1 .title {
  color: #744844;
  font-family: 'Antonio', sans-serif;
  font-weight: 700;
}

#Catchword .right .title {
  display: block;
  color: #454545;
  font-family: 'Antonio', sans-serif;
  font-weight: 300;
  font-size: 23px;
  letter-spacing: 3px;
  margin: 0 auto;
  text-align: center;
}

#Catchword .right .description {
  color: #656565;
  font-family: 'Antonio', sans-serif;
  font-size: 15px;
  text-align: center;
}

#Catchword .right .seperator {
  display: block;
  background: url(../images/catch-seperator.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 12px;
  text-align: center;
  width: 35px;
  height: 5px
}

/** Products **/
#Products {
  float: left;
  width: 100%;
  height: 466px;
}

#Products .product-title {
  color: #454545;
  font-family: 'Antonio', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-top: 65px;
  text-align: center;
}

#Products .description {
  color: #656565;
  font-family: 'Antonio', sans-serif;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
  width: 237px;
}

#Products .product-owl {
  margin: 0 auto;
  margin-top: 21px;
  width: 940px;
  max-width: 100%;
}

#Products .product-owl .owl-nav {
  position: absolute;
  margin-left: -70px;
  margin-top: -186px;
  width: 1052px;
  max-width: 100%;
}

#Products .product-owl .owl-prev {
  background-color: transparent !important;
  color: #797979;
  font-size: 100px;
  margin:0;
  padding:0;
  position: absolute;
  left: 2px;
  -webkit-text-stroke: 5px #fff;
}

#Products .product-owl .owl-next {
  background-color: transparent !important;
  color: #797979;
  font-size: 100px;
  position: absolute;
  margin:0;
  padding:0;
  right: -139px;
  -webkit-text-stroke: 5px #fff;
}

#Products .product-owl .owl-item:hover .product-img {
  border: 1px solid #744844;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#Products .product-owl .owl-item:hover .title {
  color: #744844;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#Products .product-owl .product-img {
  border: 1px solid #e0e0e0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 1200px){

  #Products .product-owl .product-img{
    height: 170px;
  }

  #Products .product-owl .owl-item .product-img img{
    height: 145px;
  }

}

.product-owl .title {
  color: #505050;
  font-family: 'Antonio', sans-serif;
  font-size: 21px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/** Ürün Detay **/
#Content .product-details {
}

#Content .product-details .product-gallery {
  float: left;
  margin-right: 24px;
  width: 397px;
  height: 429px;
}

.product-details #ninja-slider {
  background-color: transparent !important;
  width: 397px !important;
}

.product-details #ninja-slider .ns-img {
  background-color: transparent;
}

#image-gallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

#image-gallery .image {
  margin-left: 86px;
  object-fit: contain;
  width: 314px;
  height: 286px;
  border: 1px solid #ececec;
}

.content-slider li {
  background-color: #ed3020;
  text-align: center;
  color: #FFF;
}

.content-slider h3 {
  margin: 0;
  padding: 70px 0;
}

.lSSlideOuter.vertical {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  left: 0 !important;
}

.lSSlideOuter .lSPager.lSGallery img {
  background-color: #fff;
  object-fit: contain;
  width: 73px !important;
  height: 73px !important;
  border: 1px solid #ececec;
}

.lSPager.lSGallery li {
  height: 75px !important;
  border-radius: 0 !important;
}

.lSAction {
  background-color: #f3f3f3;
  position: absolute;
  left: 5px;
  top: 213px;
  width: 73px;
  height: 73px;
  z-index: 9999;
  border: 1px solid #ececec;
}

.lSPrev {
  background: url(../images/product-image-owl-prev.png) !important;
  background-repeat: no-repeat !important;
  top: 19px !important;
}

.lSNext {
  background: url(../images/product-image-owl-next.png) !important;
  background-repeat: no-repeat !important;
  top: 40px !important;
}

#Content .product-details .product-gallery .pgallery-owl {
  float: left;
  position: relative;
  width: 408px;
  height: 316px;
}

.wrapper {
  height: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.swiper-slide img {
  display: block;
  height: 100%;
  width: 316px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.Thumbs {
  position: absolute;
  width: 75px;
  height: 316px;
}

.swiper-slide {
  opacity: .4;
}

.swiper-slide-active {
  opacity: 1;
}

.Thumbs img {
  width: 73px !important;
  height: 73px !important;
  border: 1px solid #ececec;
  object-fit: cover !important;
}

.Thumbs .swiper-slide {
  height: 75px !important;
}

.Gallery {
  float: left;
  margin-left: 0;
  width: 397px;
}

.Gallery .swiper-container {
  position: absolute;
}

.Gallery .swiper-slide img {
  margin-left: 83px;
  width: 310px;
  height: 314px;
  border: 1px solid #ececec;
}

.Gallery .nav-buttons {
  background-color: #f3f3f3;
  position: absolute;
  left: -322px;
  right: 0;
  top: 241px;
  margin: 0 auto;
  width: 73px;
  height: 73px;
  z-index: 9999;
  border: 1px solid #ececec;
}

.Gallery .swiper-button-prev {
  background-image: url(../images/product-image-owl-prev.png) !important;
  background-size: 100% !important;
  left: 23px;
  top: 39px;
  width: 30px !important;
  height: 17px !important;
}

.Gallery .swiper-button-next {
  background-image: url(../images/product-image-owl-next.png) !important;
  background-size: 100% !important;
  top: 60px;
  right: 20px;
  width: 30px !important;
  height: 17px !important;
}

.product-gallery {
  float: left;
}

.product-gallery label {
  color: #4d4c4c;
  float: left;
  font-family: 'Antonio', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-top: 21px;
}

.product-colors-owl {
  float: left;
  margin-top: 10px !important;
}

.product-colors-owl .owl-nav {
  position: absolute;
  top: -54px;
  right: 0;
}

.product-colors-owl .owl-nav [class*="owl-"] {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-colors-owl [class*="owl-"] i {
  color: #bfbfbf !important;
  margin-right: 5px;
  font-size: 40px;
}

.product-colors-owl .owl-item img {
  width: 50px !important;
}

#Content .product-details .product-title {
  color: #343434;
  font-family: 'Antonio', sans-serif;
  font-size: 24px;
}

#Content .product-details .product-desc {
  color: #4d4c4c;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin-top: 11px;
}

.technical {
  margin-top: 18px;
}

.technical label {
  color: #4d4c4c;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
}

.technical p {
  color: #4d4c4c;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin-top: 2px;
}

.order-button-details .btn {
  background-color: #744844;
  color: #fff;
  float: right;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  margin-top: 57px;
  margin-right: 14px;
  line-height: 45px;
  text-shadow: 2px 2px #4c2b29;
  width: 175px;
  height: 45px;
}

.order-button-details .btn i {
  background-color: #353535;
  background-image: url(../images/shopping-cart.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  width: 45px;
  height: 45px;
}

/** Diğer Ürünler **/
.other-products {
  float: left;
  width: 100%;
  margin-top: 37px;
}

.other-products .line {
  float: left;
  background-color: #bfbfbf;
  width: 788px;
  height: 1px;
}

.other-products label {
  color: #4c4c4c;
  display: block;
  font-family: 'Archivo Narrow', sans-serif;
  font-style: italic;
  font-size: 22px;
  margin-top: 17px;
  text-align: center;
}

.other-owl {
  float: left;
  margin-left: 41px;
  margin-top: 28px;
  width: 720px !important;
}

.other-owl .owl-stage-outer {
  width: 710px;
}

.other-owl .owl-nav {
  position: absolute;
  left: -38px;
  margin-top: -160px !important;
  width: 788px;
}

.other-owl .owl-nav .owl-prev {
  background: transparent !important;
  position: absolute;
  left: -12px;
}

.other-owl .owl-nav .owl-next {
  background: transparent !important;
  position: absolute;
  right: -12px;
}

.other-owl .owl-nav i {
  color: #494949;
  font-size: 60px;
  -webkit-text-stroke: 2px #fff;
}

.other-owl .product-img img {
  width: 160px !important;
  height: 157px;
  border: 1px solid #000;
}

.other-owl .product-title {
  color: #5c5c5c;
  display: block;
  font-family: 'Antonio', sans-serif;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 14px;
  text-align: center;
}

/** Sipariş Verin **/

.page-content .order-form {
  float: left;
  margin-top: 6px;
  width: 452px;
}

.page-content [class*="-form"] .form-group {
  display: inline-block;
  color: #717171;
  font-family: 'Archivo Narrow', sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-right: 4px;
  margin-bottom: 10px;
  vertical-align: top;
  width: 220px;
}

.page-content .form-control {
  box-shadow: none !important;
  border-radius:0;
  border:0 !important;
  outline:0 !important;
}

.page-content [class*="-form"] .form-group input {
  background-color: #dedede;
  width: 220px;
  height: 40px;
}

.page-content [class*="-form"] .form-textarea textarea {
  background-color: #dedede;
  color: #717171;
  font-family: 'Archivo Narrow', sans-serif;
  font-style: italic;
  font-size: 16px;
  padding-top: 10px;
  resize: vertical;
  width: 448px;
  height: 95px;
}

.page-content [class*="-btn"] {
  background-color: #744844;
  color: #fff;
  float: right;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 19px;
  margin-top: 3px;
  margin-right: 4px;
  width: 103px;
  height: 40px;
}

.order-form-right-img {
  float: left;
  margin-left: 24px;
  margin-top: 6px;
}

/** İletişim **/

.page-content .contact-form {
  float: left;
  width: 452px;
  max-width: 100%;
}

.page-content.contact {
  margin-top: 38px !important;
}

/** İletişim Sağ **/

.contact-details {
  background-color: #f3f3f3;
  float: left;
  margin-left: 20px;
  list-style-type: none;
  width: 310px;
  height: 403px;
}

.contact-details .contact-title {
  color: #444444;
  font-family: 'Antonio', sans-serif;
  font-size: 20px;
  margin-left: 29px;
  margin-top: 22px;
  position: relative;
}

.contact-details .contact-title:before {
  content: '';
  position: absolute;
  background-color: #dbdbdb;
  left: 0;
  top: 33px;
  width: 255px;
  height: 1px;
}

.contact-details ul {
  float: left;
  margin-left: 30px;
  margin-top: 15px;
}

.contact-details li {
  color: #444444;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 17px;
  margin-bottom: 8px;
}

.contact-details li span {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
}

.contact-social-media .title {
  color: #744844;
  font-family: 'Antonio', sans-serif;
  font-size: 20px;
  float: left;
  width: 100%;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 13px;
  position: relative;
}

.contact-social-media .title:before {
  content: '';
  position: absolute;
  background-color: #dbdbdb;
  left: 0;
  top: 33px;
  width: 255px;
  height: 1px;
}

.contact-social-media li {
  margin-left: 30px;
}

.contact-details li a {
  color: #444444;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 17px;
}

.contact-details li a>span {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
}

/** Quality Document **/

@media screen and (max-width: 1899px){

  #QualityDocuments .quality-left img{
    margin-top: 10px;
    opacity: .3;
  }

  #QualityDocuments .three{
    right: -10% !important;
  }
}

@media screen and (max-width: 1499px){

  #QualityDocuments .three{
    right: -20% !important;
  }

}

#QualityDocuments {
  float: left;
  position: relative;
  width: 100%;
  height: 321px;
}

#QualityDocuments .container-fluid {
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
}

#QualityDocuments .quality-left {
  position: absolute;
  animation: 1s fadeInLeft;
}

#QualityDocuments .left {
  float: left;
  width: 550px;
  height: 321px;
}

#QualityDocuments .left .title {
  color: #5a5a5a;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 46px;
  line-height: 30px;
  margin-left: 97px;
  margin-top: 68px;
}

#QualityDocuments .left .description {
  color: #7a7a7a;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  margin-left: 102px;
  margin-top: 6px;
  letter-spacing: -.4px;
  line-height: 25px;
  width: 311px;
}

#QualityDocuments .left .readme-button {
  display: block;
  margin-left: 99px;
  margin-top: 16px;
  width: 135px;
  border: 1px solid #dadada;
  border-radius: 52px;
  height: 40px;
}

#QualityDocuments .left .readme-button a {
  color: #545454;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -.4px;
  line-height: 38px;
  text-indent: 25px;
}

#QualityDocuments .righttBg {
  content: '';
  position: absolute;
  background: url(../images/QualityRight.jpg);
  background-repeat: no-repeat;
  width: 50%;
  top:0;
  right:0;
  max-width: 100%;
  height: 321px;
  z-index: -1;
  animation: 1s fadeInRight;
}

#QualityDocuments .right {
  float: right;
  position: relative;
  width: 550px;
  height: 321px;
}

#QualityDocuments .right .title {
  color: #5a5a5a;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 25px;
  letter-spacing: -.4px;
  margin-left: 27px;
  margin-top: 77px;
}

#QualityDocuments .right .title span {
  color: #744844;
}

#QualityDocuments .right .description {
  color: #949494;
  font-family: 'Satisfy', cursive;
  font-size: 48px;
  line-height: 25px;
  letter-spacing: -.4px;
  margin-top: 14px;
  margin-right: 194px;
  text-align: right;
}

#QualityDocuments .right .readme-button {
  display: block;
  margin-left: 220px;
  margin-top: 27px;
  text-align: center;
  width: 135px;
  border: 1px solid #dadada;
  border-radius: 52px;
}

#QualityDocuments .right .readme-button a {
  color: #545454;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -.4px;
  line-height: 38px;
  text-indent: 6px;
}

#QualityDocuments .right .two {
  position: absolute;
  right: 8px;
  top: 0;
  animation: 1s fadeInRight;
}

#QualityDocuments .three {
  position: absolute;
  top: 10px;
  right: 0px;
  animation: 1s fadeInRight;
}

#Footer {
  float: left;
  margin-bottom: 60px;
  width: 100%;
  height: 207px;
}

#Footer .footer-menu {
  display: inline-block;
  margin-top: 46px;
  vertical-align: top;
  width: 215px;
}

#Footer .footer-menu:nth-child(1) {
  display: inline-block;
  margin-left: 18px;
  margin-top: 43px;
}

#Footer .footer-menu:nth-child(2) {
  width: 308px;
}

#Footer .footer-menu:nth-child(2) ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  height: 140px;
}

#Footer .footer-menu li {
  display: inline-block;
  line-height: 25px;
  width: 100%;
}

#Footer .footer-menu label {
  color: #5a5a5a;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
}

#Footer .footer-menu a:hover {
  color: #744844;
  transition: 1s;
}

#Footer .footer-menu a:not(:hover) {
  color: #5a5a5a;
  transition: 1s;
}

#Footer .footer-menu a {
  color: #5a5a5a;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 25px;
}

/** Kurumsal **/
#Header.header-details {
  height: 113px;
}

#Headline {
  background-image: url(../images/HeadlineBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-top: 114px;
  width: 100%;
  height: 109px;
}

#Headline h1 {
  color: #414141;
  float: left;
  font-family: 'Antonio', sans-serif;
  font-size: 44px;
  margin-top: 26px;
  max-width: 550px;
  text-transform: uppercase;
}

#Headline .headline-right {
  float: right;
  width: 400px;
}

.headline-right input {
  background-color: #e7e7e7;
  background-image: url(../images/search-icon.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  float: right;
  font-family: 'Antonio', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 40px;
  margin-top: 25px;
  text-indent: 45px;
  width: 231px;
  height: 30px;
  border-radius: 21px;
}

.headline-right .breadcrumbs {
  color: #848484;
  float: right;
  font-family: 'Antonio', sans-serif;
  margin-top: 15px;
  margin-right: 20px;
  text-align: right;
  min-width: 190px;
  max-width: 450px;
}

.headline-right .breadcrumbs li {
  display: inline-block;
}

.headline-right .breadcrumbs a {
  color: #848484;
  font-family: 'Antonio', sans-serif;
  font-size: 14px;
}

#Content {
  float: left;
  position: relative;
  width: 100%;
  min-height: 907px;
}

#Content:before {
  content: '';
  position: absolute;
  background-color: #f2f2f2;
  left: 0;
  top: 48px;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  z-index: -1;
}

#Content .content-left {
  float: left;
  width: 803px;
  max-width: 100%;
}

#Content .content-right {
  background-image: url(../images/head-right.png);
  background-position: 21px 4px;
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 30px;
  width: 281px;
  max-width: 100%;
}

#Content .sidebar-horizontal {
  float: left;
  margin-top: 12px;
  width: 100%;
  height: 26px;
}

#Content .sidebar-horizontal li {
  display: inline-block;
  margin-right: 13px;
}

#Content .sidebar-horizontal a {
  color: #848484;
  font-family: 'Antonio', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

#Content .sidebar-horizontal li a:hover {
  color: #744844;
  transition: 1s;
}

#Content .sidebar-horizontal li.active a {
  color: #744844;
}

#Content .sidebar-horizontal i {
  background-color: #d5d5d5;
  display: inline-block;
  margin-left: -3px;
  margin-top: -2px;
  position: absolute;
  width: 1px;
  height: 33px;
}

#Content .page-content {
  float: left;
  margin-top: 32px;
  width: 800px;
}

#Content .page-content p {
  color: #858585;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 14px;
  line-height: 23px;
}

#Content .page-content .content-img {
  margin-top: 20px;
}

#Content .content-right .head {
  color: #858585;
  float: left;
  font-family: 'Antonio', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-left: 21px;
}

#Content .content-right .head span {
  display: block;
  font-family: 'Antonio', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-left: 81px;
  margin-top: -6px;
  text-align: center;
}

#Content .content-right .content-right-pnumber {
  margin-top: 22px;
  float: left;
  margin-left: -13px;
}

#Content .content-right-categories:before {
  content: '';
  position: absolute;
  background-color: #d5d5d5;
  left: -17px;
  top: 75px;
  width: 1px;
  height: 625px;
}

#Content .content-right-categories {
  position: relative;
}

#Content .content-right-categories ul {
  float: left;
  margin-top: 10px;
}

#Content .content-right-categories label {
  color: #424242;
  float: left;
  font-family: 'Antonio', sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -.7px;
  margin-top: 49px;
  padding-bottom: 10px;
  width: 271px;
  border-bottom: 1px solid #d5d5d5;
}

#Content .content-right-categories li:hover {
  border: 1px solid #744844;
  transition: 1s;
}

#Content .content-right-categories li:hover .category-title {
  color: #744844;
  transition: 1s;
}

#Content .content-right-categories li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 3px;
  vertical-align: top;
  width: 130px;
  border: 1px solid #dcdcdc;
  transition: 1s;
}

#Content .content-right-categories i {
  display: block;
  text-align: center;
}

#Content .content-right-categories .category-title {
  color: #5c5c5c;
  font-family: 'Antonio', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -.4px;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
  transition: 1s;
}

/** Ürünler **/
#Content .fa-list {
  background: none !important;
  font-size: 25px;
  border: none !important;
}

/** Açılır **/
.dropbtn {
  background-color: transparent !important;
  background-image: url(../images/dropdown-toggle.png);
  background-repeat: no-repeat;
  display: block !important;
  top: 17px;
  width: 30px !important;
  height: 17px !important;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  background: rgba(255, 255, 255, .9);
  position: absolute;
  top: 50px;
  min-width: 160px;
  z-index: 9999;
  width: 802px;
  height: 716px;
  animation: 1s zoomIn;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-content {
  text-align: center;
}

.show {
  display: block;
}

.dropdown-content .img {
  display: inline-block;
}

.dropdown-content .img:nth-child(1) {
  margin-top: 0px;
  margin-right: 23px;
  margin-bottom: 19px;
}

.dropdown-content .img:nth-child(2) {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 19px;
}

.dropdown-content .img:nth-child(3) {
  margin-right: 24px;
}

/** Açılır **/
#Content .products {
  margin-top: 6px;
}

#Content .products .product {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 18px;
  vertical-align: top;
  width: 367px;
  height: 190px;
  border: 1px solid #e4e4e4;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#Content .products .product:hover {
  border: 1px solid #744844;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#Content .products .product:hover .product-title {
  color: #744844;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#Content .product .product-title {
  color: #5c5c5c;
  font-family: 'Antonio', sans-serif;
  font-size: 23px;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/** Ürün List **/

.page-content .products-list {
  margin-top: 6px;
}

.page-content .products-list .product-list {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 32px;
  vertical-align: top;
  width: 233px;
}

.page-content .product-list .product-img {
  width: 233px;
  height: 228px;
  border: 1px solid #e6e6e6;
}

.page-content .product-list .product-img img{
  object-fit: cover;
  width: 233px;
  height: 228px;
}

.page-content .product-list .product-title {
  color: #5c5c5c;
  font-family: 'Antonio', sans-serif;
  font-size: 23px;
  margin-top: 10px;
  text-align: center;
}

/** Back To Top **/

.back-to-top {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 15px;
  text-decoration: none;
  z-index: 9999;
  cursor: pointer;
}

.back-to-top i {
  background-color: #744844;
}

.fa-angle-up:before {
  content: "\f106";
}

.back-to-top i {
  display: block;
  width: 36px;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  color: #FFF;
  border-radius: 0px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/** Medyatik Copyright **/

#MedyatikCopyright {
  float: right;
  background-color: #FFF;
  margin-top: 100px;
  margin-right: 50px;
  width: 200px;
}

#MedyatikCopyright .container{
  max-width: 100%;
}

#MedyatikCopyright p {
  color: #ababab;
  float: left;
  font-family: 'Larke Neue Regular', sans-serif;
  font-size: 17px;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

#MedyatikCopyright span {
  font-size: 22px;
}

/** Medyatik Copyright **/

.navbar-default {
  background-color: #902c28;
  margin-bottom: 0;
  min-height: 87px;
  border: none;
  border-radius: 0;
}

.navbar-default.navbar-fixed-top {
  min-height: 87px;
}

.navbar-default.navbar-fixed-top .navbar-toggle {
  margin-top: 23px;
}

.navbar-toggle {
  background: transparent !important;
  border-color: transparent !important;
  display: block !important;
  position: absolute;
  right: 0;
  margin-top: 22px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 27px;
  height: 3px;
  border-radius: 5px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-default .phone-number {
  position: absolute;
  top: 26px;
  right: 69px;
}

.navbar-default .phone-number .tel a {
  color: #ffffffff;
  float: right;
  font-family: 'Antonio', sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-align: right;
  margin-bottom: 6px;
}

.navbar-default .phone-number .tel a i {
  background: url(../images/phone-icon.png);
  background-repeat: no-repeat;
  float: right;
  margin-left: 4px;
  margin-top: 3px;
  width: 22px;
  height: 22px;
}

.navbar-default .phone-number .tel {
  line-height: 26px;
}

.mobil-toplink {
  color: #ffffff;
  font-family: 'Antonio', sans-serif;
  font-weight: 300;
  font-size: 12px;
  float: left;
  width: 100%;
}

.mobil-toplink a {
  color: #ffffff;
  font-family: 'Antonio', sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.sidenav {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 0;
  height: 100%;
  min-height: calc(100% + 60px);
  z-index: 9999;
  transition: .5s;
}

.sidenav .sidenav-logo {
  padding-top: 46px;
  padding-bottom: 20px;
  display: block;
  margin: 0 auto;
  width: 150px;
}

.sidenav li.active a {
  color: #741b13;
}

.sidenav a {
  color: #403c3a;
  display: block;
  font-family: 'Antonio', sans-serif;
  font-size: 16px;
  padding: 8px 8px 8px 32px;
  padding-left: 0;
  text-align: center;
  transition: .3s;
}

.sidenav a>span {
  color: #c1c1c1;
  display: block;
  font-family: '00650';
  font-size: 13px;
}

.sidenav a:hover {
  color: #741b13;
}

.sidenav .sidenav-social-media {
  margin-top: 20px;
  text-align: center;
}

.sidenav .sidenav-social-media li {
  display: inline-block;
  margin-right: 5px;
}

.sidenav .sidenav-social-media li:hover i {
  color: #741b13;
  transition: .3s;
}

.sidenav .closebtn {
  position: absolute;
  top: -20px;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
  padding-top: 15px;
  padding-right: 0;
  -webkit-text-stroke: 6px #ffffff;
}

.sidenav .fa.fa-close {
  color: #741b13;
}

.mobil-phone-number {
  background: #e8e8e8;
  height: 70px;
}

.mobil-phone-number .tel i {
  background: url(../images/phone-icon2.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  margin-left: 2px;
  margin-top: 2px;
  width: 22px;
  height: 22px;
}

.mobil-phone-number .tel {
  color: #ab1a17;
  display: block;
  font-family: 'Antonio', sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 3px;
  padding-top: 15px;
  text-align: center;
}

.mobil-phone-number .mobil-toplink {
  color: #403c3a;
  text-align: center;
}

.mobil-phone-number .mobil-toplink a {
  color: #403c3a;
}

.mobil-phone-number .mobil-toplink a:hover {
  color: #ab1a17;
}

@media screen and (max-width: 1199px){

  .navbar-brand{
    margin-top: 4px;
  }

  .navbar-brand>img{
    width: 200px;
  }

  #Header{
    display: none;
  }

  .header-slider .slider-wrapper{
    top: 0;
  }

  .header-slider .owl-item.active .slider1{}

  .header-slider .owl-item.active .slider1 img{
    left:0;
    right:0;
    margin:0 auto;
    margin-top: 50px;
    max-width: 100%;
  }

  .header-slider .owl-item.active .slider2{
    left:0;
    right:0;
  }

  .header-slider .owl-item.active .slider2 img{
    left:0;
    right:0;
    margin:0 auto;
    margin-top: 120px;
    max-width: 90%;
  }

  .header-slider .owl-item.active .slider3{
    left:0;
    right:0;
  }

  .header-slider .owl-item.active .slider3 img{
    margin:0 auto;
    margin-top: 140px;
    max-width: 100%;
  }

  .header-slider .owl-item.active .slider4{
    display: none;
  }

  #Catchword{
    background-repeat: repeat;
    height: auto;
  }

  #Catchword .left{
    width: 50%;
  }

  #Catchword .right{
    width: 50%;
  }

  #Catchword .left .title{
    margin-left:0;
  }

  #Catchword .left .readme-button{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #Catchword .right li{
    width: 46%;
  }

  #Products{
    height: auto;
  }

  #Products .product-owl .owl-nav{
    margin-left:0;
    margin-top: -162px;
    margin-right:0;
    display: none;
  }

  #QualityDocuments{
    display: none;
    height: auto;
  }

  #Footer{
    margin-bottom: 20px;
    height: auto;
  }

  #Footer .container{
    text-align: center;
  }

  #Footer .footer-menu:nth-child(1){
    margin-left:0;
  }

  #Footer .footer-menu:nth-child(2){
    width: 50%;
  }

  #Footer .footer-menu:nth-child(2) ul{
    height: auto;
  }

  #MedyatikCopyright{
    float: left;
    display: block;
    margin:0 auto;
    width: 100%;
  }

  .MedyatikLogo{
    display: block;
    margin:0 auto;
    margin-top: 10px;
    text-align: center;
  }

  #Headline{
    background-repeat: repeat;
    margin-top:0;
    height: auto;
  }

  #Headline h1{
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #Headline .headline-right{
    float: left;
    width: 100%;
  }

  .headline-right input{
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .headline-right .breadcrumbs{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }

  #Content{
    margin-bottom: 100px;
    min-height: auto;
  }

  #Content .content-left{
    width: 60%;
  }

  #Content .sidebar-horizontal{
    width: 100%;
  }

  #Content .page-content{
    width: 100%;
  }

  #Content .page-content .content-img img{
    display: block;
    margin:0 auto;
  }

  #Content .products .product{
    float: none;
    display: block;
    margin-left:auto;
    margin-right:auto;
  }

  .contact-social-media .title{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .contact-details .contact-title{
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }

  .contact-details .contact-title:before{
    width: 100%;
  }

  .contact-social-media .title:before{
    width: 100%;
  }

  .contact-details ul{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }

  .contact-details li{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

}

@media screen and (max-width: 1024px){}

@media screen and (max-width: 992px){
  
  #Catchword .left{
    width: 100%;
    height: auto;
  }

  #Catchword .right{
    padding-bottom: 40px;
    width: 100%;
    height: auto;
  }

  #Catchword .left .title{
    margin-left: auto;
    margin-right: auto;
  }

  #Catchword .left .title span{
    text-align: center;
  }

  #Catchword .left .icon1{
    display: none;
  }

  #Catchword .left .icon2{
    display: none;
  }

  #Catchword .right ul{
    text-align: center;
  }

  #Catchword .right li{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #Content:before{
    display: none;
  }

  #Content .content-left{
    width: 50%;
  }

  #Content.iletisim .content-left{
    width: 100%;
  }

  .page-content .contact-form{
    float: none;
    margin:0 auto;
  }

  .contact-details{
    background: transparent;
    margin-left:0;
    float: left;
    width: 100%;
  }

  .contact-details-wrap{
    background-color: #f3f3f3;
    margin:0 auto;
    margin-top: 20px;
    width: 310px;
    max-width: 100%;
  }

  .contact-details .contact-title:before{
    width: 100%;
  }

  .contact-details-wrap>div{
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 10px;
    text-align: center;
  }

  .contact-details-wrap>ul{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    text-align: center;
  }

  #Content.iletisim .content-right{
    float: none;
    display: block;
    margin:0 auto;
  }

  #Content.iletisim .content-right-categories:before{
    display: none;
  }

}

@media screen and (max-width: 768px){

  #Slider{
    height: 500px;
  }

  #Slider .header-slider{
    height: 500px;
  }

  .header-slider .imgBg{
    height: 500px;
  }

  .header-slider .slider-wrapper{
    height: 500px;
  }

  #Catchword .right ul{
    margin-top: 25px;
  }

  #Catchword .right li{
    display: block;
    margin-top:0 !important;
    margin-bottom: 75px;
    width: 100% !important;
  }

  #Catchword .right li.style1 .icon{
    display: none;
  }

  #Products .product-title{
    margin-top: 25px;
  }

  #Products .product-owl .product-img{
    width: 99%;
  }

  .product-owl .title{
    font-size: 15px;
    margin-top: 6px;
  }

  #Footer .footer-menu:nth-child(1){
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
  }

  #Footer .footer-menu:nth-child(2){
    display: none;
  }

  #Headline{
    background: transparent;
  }

  #Headline h1{
    font-size: 30px;
  }

  #Content:before{
    top:0;
  }

  #Content .content-left{
    width: 100%;
  }

  #Content .sidebar-horizontal{
    display: none;
  }

  #Content .page-content{
    margin-top: 20px;
  }

  #Content .content-right{
    float: none;
    display: block;
    margin:0 auto;
  }

  #Content .content-right .head{
    margin-top: 25px;
    text-align: center;
  }

  #Content .content-right .head span{
    margin-left: auto;
    margin-right: auto;
  }

  #Content .content-right-categories:before{
    display: none;
  }

  #Content .content-right-categories li{
    margin-right: 1px;
    width: 48%;
  }

  #Content .products .product{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    height: auto;
  }

  #Content .product .product-title{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-content .products-list{
    text-align: center;
  }

  .page-content [class*="-form"] .form-group{
    width: 100%;
  }

  .page-content [class*="-form"] .form-group input{
    width: 100%;
  }

  .page-content [class*="-form"] .form-textarea textarea{
    width: 100%;
  }

  .page-content [class*="-btn"]{
    margin-right:0;
  }

}

@media screen and (max-width: 468px){}

@media screen and (max-width: 360px){}

.lb-data .lb-caption{
  display: none !important;
}

.lb-data .lb-number{
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 20px !important;
}

.lb-nav a.lb-prev{
  opacity: 1 !important;
}

.lb-nav a.lb-next{
  opacity: 1 !important;
}