.sc_layouts_title_caption{
	color: #fff !Important;
}

.properties_page_featured img {
    width: auto !important;
}

.home {
	color: #fff !Important;
}

.current{
 color: red !important;
}

.sc_properties_item_button a.sc_button.sc_button_hover_fade:hover {
    color: #F7505C !important;
}
.sc_properties_item_button a.sc_button.sc_button_hover_fade {
    color: #000 !important;
}

.sc_properties_item_button a.sc_button.sc_button_hover_fade:after {
    content: 'View Details';
    color: #fff !important;
    margin-left: -80px;
}

.galleryarea li{
  float: left;
  width: 10% !important;
  padding: 0px;
}
.galleryarea ul{
  list-style: none;
  padding: 0px !important;
}

.galleryarea  {
    background: #666666 !important;
}
.galleryarea img {
    height: 100px !important;
    width: 100% !IMPORTANT;
}

@media(max-width: 768px){
  .galleryarea li{
  float: left;
  width: 10% !important;
  padding: 0px;
}
.galleryarea img {
    height: 30px !important;
    width: 100% !IMPORTANT;
}
}