#openestate_expose_view_menu ul li a {
    padding: 10px;
	border-top: 1px solid #015788;
    border-left: 1px solid #015788;
    border-right: 1px solid #015788;
    background-color: #c5daf1;
    color: #717070;
    margin-right: 0px;
}

#openestate_expose_view_menu ul li.selected a, #openestate_expose_view_menu ul li a:hover {

}
#openestate_expose_menu_top ul li a, #openestate_expose_menu_bottom ul li a {
    padding: 20px;
    background-color: transparent;
}
#openestate_listing_menu {
    display: none;
}
.openestate_listing_entry {
    padding: 0;
}
.openestate_listing_entry .options {
    clear: both;
    /* margin: 5px 15px; */
    background: #eee;
    padding: 15px 10px;
}
.openestate_listing_entry .options ul li {
    margin-right: 20px;
}
.openestate_dark {
    background-color: #015788;
    color: #fff;
    margin-bottom: 15px;
}
.openestate_light {
    border: 1px solid #015788 !important;
}
.openestate_listing_entry.openestate_dark h2 a {
    color: #fff;
}
#openestate_listing_pagination_top ul li a, #openestate_listing_pagination_bottom ul li a {
    background-color: #015788;
    color: #fff;
    padding: 10px;
}
#openestate_listing_modes {
    display: none;
}
#openestate_header {
    margin-bottom: 50px;
}
.openestate_listing_entry .image {
    float: left;
    margin: 0 0 10px 10px;
	position: relative;
	overflow: hidden;
	max-width: 250px;
	border: 5px solid #c5daf1;
	border-radius: 5px;
}
#openestate_contentpane img {
    background-color: transparent;
    width: 250px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.openestate_listing_entry .image img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1); 
}
.openestate_listing_entry h2 {
    padding-left: 15px;
    padding-top: 5px;
}
div#openestate_listing_pagination_top, #openestate_listing_pagination_bottom {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: -9px;
}
div#openestate_listing_pagination_top {
    border-bottom: 3px solid #015788;
    margin-bottom: 10px;
}
#openestate_listing_pagination_bottom {
    border-top: 3px solid #015788;
    margin-top: 10px;
}
div#openestate_expose_contact img {
    display: none;
}
#openestate_expose_contact_form input {
    border-bottom: 1px solid #1473aa;
}
#openestate_expose_contact_form textarea {
    border: 1px solid #1473aa;
}
img#openestate_captcha_img {
    display: block !important;
    min-width: 200px;
}
#openestate_expose_header_image {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 6px 6px 16px 3px rgba(204,204,204,0);
    box-shadow: 0px 10px 13px -7px #000000, 6px 6px 16px 3px rgba(204,204,204,0);
}
.openestate_listing_entry .options ul li{
    display: inline-block;
}
#openestate_listing_pagination_top ul, #openestate_listing_pagination_bottom ul {
    list-style-type: none;
    display: inline-flex;
}
#openestate_listing_pagination_bottom ul{
    margin-top: 15px;
}
.openestate_listing_entry [class^="col_"] ul {
    display: inline-grid;
}
.col_1 {
    width: 33%;
    float: left;
}
div#openestate_footer {
    float: right;
}
#openestate_header h1{
    display: none;
}

div#openestate_expose_header_image img {
    width: 400px;
    float: right;
    -webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
    -moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
    box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
}
div#openestate_expose_header ul li {
    display: flex;
}
div#openestate_expose_header ul {
    list-style: none;
    margin-bottom: 25px;
}
div#openestate_expose_view_menu ul li a {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
}
div#openestate_expose_view_menu ul li {
    list-style: none;
}
div#openestate_expose_view_menu ul {
    display: flex;
}
div#openestate_expose_view_content {
    padding-left: 40px;
}
div#openestate_expose_menu_bottom ul li a {
    background: lightskyblue;
    color: black;
}
div#openestate_expose_menu_bottom ul li {
    list-style: none;
}
div#openestate_expose_menu_bottom ul {
    display: flex;
    margin-top: 40px;
}
form#openestate_expose_contact_form input, form#openestate_expose_contact_form textarea {
    margin-bottom: 5px;
    border: none;
    border-bottom: 1px solid;
}
.srfrContainer .caption h3 a {
    color: #000;
}
div#openestate_expose_menu_top {
    margin-bottom: 50px;
}
div#openestate_expose_menu_top ul li {
    /* background: #015788; */
    list-style: none;
    display: initial;
    padding-bottom: 25px;
}
div#openestate_expose_menu_top ul li a {
    color: #080808;
}
div#openestate_expose_header h2 {
    margin-left: 35px;
    margin-bottom: 50px;
}
div#openestate_expose_menu_bottom ul li a {
    background: white;
    color: black;
}
div#openestate_expose_contact_person ul {
    list-style: none;
    font-weight: bold;
}
#openestate_wrapper_pretext {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    text-decoration: underline double;
    line-height: 30px;
    text-shadow: 1px 1px 1px #1C6EA4;
}