* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-color: #201b15;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p {
  line-height: 1.6;
  color: #9d765c;
}
a {
  text-decoration: none;
  color: #9d765c;
}
a.active {
  color: white;
}
a:hover {
  color: white;
}
header {
  background-color: #201c15;
}
/* For mobile */
[class*="col-"] {
  width: 100%;
  float: left;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.dotted-spaced {
  background-image: linear-gradient(to right, #9d765c 20%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 10px 0px;
}
.dotted-spaced-footer {
  background-image: linear-gradient(to right, #9d765c 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 10px 0px;
}
.mabas-logo {
  display: block;
  width: 296px;
  margin: auto;
}
.top-nav {
  background-color: #201c15;
  position: relative;
  min-height: 40px;
}
.top-nav a {
  padding: 10px 15px;
  display: block;
}
.top-nav a:hover {
  background-color: #584d3a;
}
.dropdown-button {
  display: block;
  width: 100%;
  text-align: left;
  color: #9d765c;
  background-color: #201c15;
  border: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  padding: 10px 15px;
}
.dropdown-button:hover {
  background-color: #584d3a;
}
.dropdown-content {
  display: none;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.icon {
  position: absolute;
  top: 0;
  right: 0;
}
.top-nav .menu-item {
  display: none;
}
.top-nav.clicked .menu-item {
  display: block;
}

/* Slideshow Starts */
#slides {
  position: relative;
  width: 100%;
}
.slide {
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.showing {
  
  opacity: 1;
  height: auto;
}
a.controls {
  position: absolute;
  bottom: 45%;
  color: white;
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

a.prev, a.next {
  position: absolute;
  bottom: 45%;
  color: white;
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
a.prev:hover , a.next:hover {
  color: black;
  background-color: white;
}
a.next {
  right: 0;
}
.controls:hover {
  color: black;
  background-color: white;
}
a#next {
  right: 0;
}
/* Below Slider */
.middle {
  max-width: 1200px; margin: auto;
}
.below-slider {
  background-color: #201c15;
}
.main-area {
  
  
}
.orange-link {
  color: #201c15;
}
h2 a.orange-link:hover {
  color: white;
}
.red-gradient {
  background-image: linear-gradient(to right,#a90d0e,rgba(255,0,0,0) 90%);
}
.green-gradient {
  background-image: linear-gradient(to right,#065a38,rgba(255,0,0,0) 90%);
}
.orange-gradient {
  background-image: linear-gradient(to right,#c56107,rgba(255,0,0,0) 90%);
}
.col-6 iframe {
  width: 100%;
  height: 400px;
  border: none;
}



/* Footer */
footer {
  width: 100%;
  background-color: #221f19;
}
footer p {
  color: #9d765c;
}
.footer-column {
  padding: 30px 10px;
}
.footer-column.map {
  padding: 30px 0px;
}
.footer-column ul li {
  padding-top: 5px;
}
.footer-column p {
  line-Height: 1.6;
}
.footer-column img {
  max-width: 100%;
  height: auto;
}
.footer-column iframe {
  max-width: 100%;
  height: auto;
}
.footer-column a img {
  width: auto;
}
/* Contact */
.big-map{
  max-width: 1200px;
  margin: auto;
}
.map-frame {
  border: 0; 
  width: 100%; 
  min-height: 350px;
}
/* Contact form */
label {
  color: #9d765c;
}
input[type=text], select, textarea {
  width: 100%;
  font-family:'Open-Sans', sans-serif;
  font-size: 14px;
  padding: 12px;  
  border: 1px solid #ccc; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical 
}
input[type=submit] {
  background-color: #423228;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #69503f;
}
.zoom {
  transition: transform .3s;
}

.zoom:hover {
  -ms-transform: scale(1.02); 
  -webkit-transform: scale(1.02);
  transform: scale(1.02); 
}

.product-wrapper img {
  margin-bottom: 20px;
}
.product-menu {
  border-top: 1px solid #9b191b;
  padding: 8px 0px 12px 0px;
}
.product-menu ul {
  display: block;
  width: 128px;
  margin: auto;
  text-align: center;
  
}
.product-menu li {
  float: left;
  padding: 10px;
}
.product-menu ul li a {
  font-size: 20px;
  font-weight: 800;
}


.mySlides{
  display: none;
  background-color: rgb(0, 0, 0);
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 300px;
  max-width: 1200px;
}
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
#myCarousel {
  display: none !important;
}
#carousel-mbl {
  display: table !important;
}
#lightSlider img {
width: 100%;
height: auto;
}


@media screen and (min-width:768px){
  #carousel-mbl{
    display: none !important;
  }
  #myCarousel {
    display: table !important;
  }
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .top-nav {
    margin: auto;
    display: flex;
  }
  .top-nav a{
    float: left;
  }
  .top-nav a:hover {
    color: white;
    background-color: #201c15;
  }
  .top-nav button:hover {
    color: white;
    background-color: #201c15;
  }
  .top-nav .container {
    margin: auto;
  }
  .top-nav a.lang {
    padding: 10px 5px;
  }
  .dropdown.menu-item {
    float: left;
    position: relative;
  }
  .dropdown-button {
    width: auto;
  }
  .dropdown-content {
    position: absolute;
    background-color: #201c15;
    min-width: 200px;
    z-index: 1;
  }
  .dropdown-content a {
    float: none;
  }
  .top-nav a.icon {
    display: none;
  }
  .top-nav .menu-item {
    display: block;
  }

  a.controls {
    padding: 16px;
    font-size: 15px;
  }
  .main-area {
    padding: 200px 0px;
    background-image:url(images/aksesuar_anasayfa.jpg); 
    background-repeat: no-repeat; 
    background-position: right;
  }
  p.below-gradient {
    
    float: left;
  }
  .red-gradient {
    background-image: linear-gradient(to right,#a90d0e,rgba(255,0,0,0) 65%);
  }
  .green-gradient {
    background-image: linear-gradient(to right,#065a38,rgba(255,0,0,0) 65%);
  }
  .orange-gradient {
    background-image: linear-gradient(to right,#c56107,rgba(255,0,0,0) 65%);
  }
  .about-container {
    background-image: url(images/hakkimizda-background.jpg);
    background-repeat: no-repeat;
    background-position: right;
  }
  .product-image {
    position: relative;
    bottom: 60px;
    left: 200px;
  }
  .middle.relative {
    display: block;
    position: relative;
    font-size: 14px;
    width: 300px;
    top: 150px;
    left: 200px;
  }
  .footer-column iframe {
    width: 300px;
    height: 200px;
  }
  .map-frame {
    height: 600px;
  }
  .product-wrapper img {
    display: block;
    width: 236px;
    height: 400px;
    float: left;
    margin: 10px 10px;
  }
  .modal-content {
    width: 600px;
  }
}