
body{
    padding:0;
  margin:0;
}
.carousel{
  width:100%;
  font-family: 'Open Sans', sans-serif;

}
.carousel .item {
  position: relative;
}
.carousel .item:hover {
cursor:e-resize;
}
.carousel .item .imageContainer {
  display:block;
  width:100%;
  position:relative;
  max-height:400px;
}

.carousel .item .imageContainer:before{
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  color:red;
  width:100%;
  height:100%;
  background: #232526;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, rgba(65, 67, 69, 0.34), rgba(35, 37, 38, 0.3));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.carousel .item img {
  display:block;
  width:100%;

}

.carousel .item .slayt_icerik {
  z-index: 999;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  color:#fff;
  padding: 30px 0px 70px 0px;

}


.carousel .item .slayt_icerik h3{
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  padding-bottom: 20px;
  width: 70%;
  margin: 0 auto;
  text-shadow: 2px 3px 3px #000;
}
.carousel .item .slayt_icerik p{
  text-align: center;
  width: 60%;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
  color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 2px #000;
}


.carousel .slick-dots{
  position:absolute;
  bottom:10px;
  z-index: 10;
}

.slick-dots li button:before
{
  color: #fff;
}

.slick-dots li.slick-active button:before
{
  color: #fff;
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
  .carousel {
    max-height:600px;
  }
  .carousel .item .imageContainer{
    max-height:600px;
  }

  .carousel .item .slayt_icerik{
    padding-bottom: 55px;
  }
  .carousel .item .slayt_icerik h3{
    width: 80%;
    font-size: 34px;
    line-height: 40px;
    padding-bottom:10px;
  }
   .carousel .item .slayt_icerik p{
    width: 65%;
    font-size:15px;
     line-height: 25px;
  }
}

@media only screen and (min-width: 651px) and (max-width: 900px) {
  .carousel .item .slayt_icerik{
    padding-bottom: 50px;
  }
  .carousel .item .slayt_icerik h3{
    width: 80%;
    font-size: 26px;
    line-height: 30px;
    padding-bottom:10px;
  }
   .carousel .item .slayt_icerik p{
    width: 70%;
    font-size:14px;
     line-height: 20px;
  }
}

@media only screen and (max-width: 650px) {
  .carousel .item .slayt_icerik{
    background: inherit;
    color:#fff;
    padding: 0;
    left: 10px;
  }
  .slayt_icerik h3 a {
    border:1px dotted rgba(0,0,0,0.4);
    font-size: 8px;
    padding: 0 3px;
    color: #fff;
  }
  .slayt_icerik h3 a:hover{
    font-size: 9px!important;
  }
  .carousel .item .slayt_icerik h3{
    width: 100%;
    text-align: left;
    color: rgba(0,0,0,0.9);
    font-size: 27px;
    font-weight: 400;
    padding-bottom:10px;
  }
   .carousel .item .slayt_icerik p{
    width: 100%;
    text-align: left;
    color: rgba(102, 102, 102, 0.9);
    font-size:17px;
  }

  .carousel .slick-dots{
    bottom: -3px;
  }
  .slick-dots li button:before
  {
    color: #000;
  }

  .slick-dots li.slick-active button:before
  {
    color: #000;
  }

}

@media only screen and (max-width: 550px) {
  .carousel .item .slayt_icerik{
    padding: 0;
  }
  .carousel .item .slayt_icerik h3{
    font-size: 24px;
    line-height: 29px;
  }
   .carousel .item .slayt_icerik p{
     font-size:13px;
     line-height: 21px;
  }
}

@media only screen and (max-width: 450px) {
  .carousel .item .slayt_icerik h3{
    font-size: 20px;
    line-height: 25px;
  }
   .carousel .item .slayt_icerik p{
     font-size:13px;
     line-height: 21px;
  }
}





//Fonts
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800');
