@media screen and (max-width: 980px) {
#sliders {
  margin-top: -50px;
}
#headerslider .bunonkutirer-warp {
  bottom: 80px;
}
}
@media screen and (max-width: 800px) {
#sliders {
  margin-top: -40px;
}
#headerslider .bunonkutirer-warp {
  bottom: 60px;
}
}
@media screen and (max-width: 480px) {
#sliders {
  margin-top: -18px;
}
.slick-slide img.slide-bg {
  display: block;
  height: auto;
  margin-left: -50%;
  max-width: 200%;
  width: 200%;
}
#headerslider .bunonkutirer-warp {
  bottom: 20px;
}
.slider-text h2 {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 10px;
}
.slider-text h3 {
  font-size: 18px;
}
#sliderarrowsout {
 display:none !important;
 visibility:hidden !important;
}
#foot-contact {
 font-size:14px;
}
#foot-contact .genericon {
  font-size: 18px;
}
.entry-content img {
  display: block;
  float: none;
  width: 100%;
}
}