/*** Rooms ***/

/*** SPEC ***/
ul.roomspec {
  display: block; /* Remove bullet points; allow greater control of positioning */
  padding: 0; /* Override defaults for lists */
  margin: 0; /* Override defaults for lists */
  width: 100%;

   padding:15px;
   border:#ccc 1px solid;
   border-radius:5px;
   margin-top:20px;
   margin-bottom:20px;

}


ul.roomspec li {
  display: inline-block; /* Get all images to show in a row */
  width: 18%; /* Show 4 logos per row */
  list-style: none;
  height: 24px;
  background: url("icons/deniz.png") center left no-repeat;
  background-size: 20px !important;
  text-indent: 30px;
  margin: 4px;
}
ul.roomspec li.icospec_deniz {
  background: url("icons/deniz.png") center left no-repeat;
}
ul.roomspec li.icospec_doga {
  background: url("icons/doga.png") center left no-repeat;
}
ul.roomspec li.icospec_lamine {
  background: url("icons/lamine_zemin.png") center left no-repeat;
}
ul.roomspec li.icospec_minibar {
  background: url("icons/minibar.png") center left no-repeat;
}
ul.roomspec li.icospec_dus {
  background: url("icons/dus.png") center left no-repeat;
}
ul.roomspec li.icospec_tv {
  background: url("icons/led_tv.png") center left no-repeat;
}
ul.roomspec li.icospec_tel {
  background: url("icons/telefon.png") center left no-repeat;
}
ul.roomspec li.icospec_sac {
  background: url("icons/sac_kurutma.png") center left no-repeat;
}
ul.roomspec li.icospec_klima {
  background: url("icons/klima.png") center left no-repeat;
}
ul.roomspec li.icospec_kasa {
  background: url("icons/kasa.png") center left no-repeat;
}
@media (max-width: 1200px) and (min-width: 601px) {
  ul.roomspec li {
    width: 28%; /* Show 4 logos per row */
  }
}
@media (max-width: 990px) and (min-width: 531px) {
  ul.roomspec li {
    width: 45%; /* Show 4 logos per row */
  }
}
@media (max-width: 530px) {
  ul.roomspec li {
    width: 100%; /* Show 4 logos per row */
  }
}
