body{width:80%;margin:auto !important;}
/* Menü */
header{float:left;width:100%;}
.headertop{width:100%;top:0px;left:0px;height:30px;background-color:#F86923;padding:5px;position:absolute;text-align: center;}
.headertop-left a{text-align: center;padding: 0px 10px;text-decoration: none;color: #fff;}
#carousel-example-generic{float:left;}
.header1 {margin-top: 10px;overflow: hidden;background-color: #fff;padding: 0px 0px;float: left;width: 100%;padding-top: 10px;}

/* Style the header links */
.header1 a {color: black;text-align: center;padding: 10px;text-decoration: none;font-size: 18px;line-height: 25px;border-radius: 4px;
margin:0px 5px;width: 100%;text-align: center;}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header1 .logo {width: 100%;text-align: center;}

.header1 .logo a:hover{background-color: #fff;}

.logo{text-align: center;margin-top: 30px;padding: 10px 0px;float:left;}

.logo a{float:left;}







/* İcon Bar */

.icon-bar {position: fixed;top: 300px;left: 10px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
z-index:9999;}

/* Style the icon bar links */
.icon-bar a {display: block;text-align: center;padding: 16px;transition: all 0.3s ease;color: white;font-size: 20px;}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {background-color: #000;}

.facebook {background: #3B5998;color: white;}

.twitter {background: #55ACEE;color: white;}

.google {background: #dd4b39;color: white;}

.linkedin {background: #007bb5;color: white;}

.youtube {background: #bb0000;color: white;}

footer{bottom:0px;}







.navbar_menu{text-align:center;border-bottom:1px solid;float: right;margin-top: 60px;}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    display:inline-block;
}

li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}

li a:hover{
    text-decoration:none; color:#000;
}

ul li ul {
    display:none;
    position:absolute;
    width:250px;
    z-index: 999;
background-color:#f1f1f1;;
}
ul li ul a{
    text-align:left}

ul li ul li:hover {
    background-color:#fff;
}

ul li:hover ul{
    display:block;
}
li ul li {
    display:block;
}



* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.bannercontainer {
  padding: 64px;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.large-font {
  font-size: 34px;
}

.xlarge-font {
  font-size: 44px
}

.button {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #4CAF50;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}
@media (min-width: 1200px)
.bannercontainer {
    width: 100% !important;
}




* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  float:left;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.iletisimpage{float:left;    width: 100% !important;
    height: auto !important;
    margin-top: 10px !important;
    padding: 0px !important;}
.kurumsalcontainer {width:100% !important;}



.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}



/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: relative;
  float:left;
  width:100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}



.rowurunler {width:100%;float:left;height:auto;}
.rowurunler .urunkolon{    width: 15.74%;margin: 5px 5px;float: left;height: 250px;border-bottom:1px solid #f1f1f1;}
.rowurunler .urunkolon a{float:left;margin-bottom:10px;}
.rowurunler .urunkolon span{float:left;width:100%;text-align:center;font-size:12px;}
.rowurunler .product_img{max-width:200px;}
.rowurunler h1{border-bottom : 1px solid #f1f1f1;}
@media screen and (max-width: 600px) {
.rowurunler .urunkolon{width:100%;height:auto;margin-bottom:5px;}
}

.html5gallery{width:100%;float:left;height:300px;}
.html5gallery a{float:left;width:20%;}
.sayfabaslik{float:left;width:100%;text-align:center;margin-top:10px;border-bottom:1px solid;}

.hakkimizda{margin:auto;}
.hakkimizda .header-title{width:100%;}
.kalitepolitikamiz {margin-top:10px;margin:auto;}
.kalitepolitikamiz .header-title{width:100%;}
.pagebaslik{float: left;width: 100%;text-align: center;padding-bottom: 50px;padding-top: 50px;}
.rowurunler .product_img{float:left;margin-right:10px;}