#footer #footer_socials {
    display: none;
}

.opd-list a {
    display: inline-block;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px;
}

.main-menu-item .MR_DOORS {
	display: none;
}

#menu_section_3 .MR_DOORS  {	
	display: block;
}

.bx-filter .properties_list .property_item .property_item_title a:link, 
.bx-filter .properties_list .property_item .property_item_title a:visited,
.bx-filter .properties_list .property_item.double .property_item_title a:link, 
.bx-filter .properties_list .property_item.double .property_item_title a:visited {
	width: auto;
	padding: 0 30px;
	min-width: 184px;
}



@media screen and (max-width: 759px) {

	.bx-filter .properties_list .property_item .property_item_title a:link, 
	.bx-filter .properties_list .property_item .property_item_title a:visited,
	.bx-filter .properties_list .property_item.double .property_item_title a:link, 
	.bx-filter .properties_list .property_item.double .property_item_title a:visited {
		width: 100%;
		padding: 0 10px;
		min-width: 100%;
	}

    .opd-list a img {
        max-width: 100%;
        height: auto;
    }

    #footer #footer_socials {
        display: block;
        text-align: center;
    }
}