.myhome-body .mh-top-header:not(.mh-top-header--primary) a:hover{
    color:#e8e8e8 !important;
}
.btn-header a{
    border:1px solid #fff;
    padding:7px 10px; 
}
.page-id-7 .propiedades-home h5.mk-search__label{
    display:none;
}
.page-id-7 .propiedades-home h1.mk-search__heading-big{
    font-size:24px;
    text-align:center;
    color:#474B49;
}
.page-id-7 .propiedades-home .mk-search__panel input{
    border:none;
    background:#D7D7D7;
    height:50px;
    color:#474B49 !important;
}
.page-id-7 .propiedades-home .mk-search__panel input::-webkit-input-placeholder { 
  color:#7F7F7F !important;
}
.page-id-7 .propiedades-home .mk-search__panel input::-moz-placeholder {
  color:#474B49 !important;
}
.page-id-7 .propiedades-home .mk-search__panel input:-ms-input-placeholder { 
  color:#7F7F7F !important;
}
.page-id-7 .propiedades-home .mk-search__panel input:-moz-placeholder {
  color:#474B49 !important;
}
.page-id-7 .propiedades-home .mk-search__element{
    margin-bottom:10px;
}
.page-id-7 .propiedades-home .mk-search__element .bootstrap-select.btn-group > .btn{
    border:none;
    background:#D7D7D7;
    height:50px;
}
.page-id-7 .propiedades-home .bootstrap-select.btn-group .filter-option{
    color:#7F7F7F !important;
}
.page-id-7 .propiedades-home .wpb_content_element{
    margin-bottom:0px !important;
}
.page-id-7 div.propiedades-home.vc_col-sm-12{
    min-height:0px;
}
.page-id-7 .propiedades-home .mk_home_form{
    background:url(http://www.moraleshermanos.com/wp-content/uploads/2017/08/mapa-zonal.png) 55px 314px no-repeat rgba(255,255,255,1) !important;
    margin-top: -574px;
    z-index: 999;
    position: absolute;
    left: 100%;
    margin-left: -450px;
    padding:20px;
    width:410px;
	height:540px;
}
.page-id-7 .propiedades-home .mh-search-horizontal{
    background:transparent;
}
.page-id-7 .propiedades-home .mh-search-horizontal{
    border-top:none;
}
.page-id-7 .propiedades-home .mh-search__label{
    text-align:left;
}
.page-id-7 .propiedades-home .btn-group > .btn{
    padding: 8px 0 8px 20px !important;
}
.page-id-7 .propiedades-home input[type=text]{
    padding: 5px 20px;
    text-align:left;
    font-style:normal;
}
.page-id-7 .propiedades-home .mh-search-horizontal .mh-search__label{
    display:none;
}
.page-id-7 .propiedades-home .bootstrap-select.btn-group .filter-option{
    text-align:left;
    font-style:normal;
}
.page-id-7 .propiedades-home .mk_home_form .mdl-button.mdl-button--primary-ghost{
    background:#2D437F;
    color:#fff;
    height:50px;
    width:100%;
    margin-left: 0px;
    margin-top: 158px !important;
    border: none;
    font-size: 20px;
}
.page-id-7 .propiedades-home .mh-search__heading-big{
	margin-bottom:20px;
}
div.horario{
    position:fixed;
    width:170px;
    height:70px;
    top:100%;
    left:100%;
    margin-top:-110px;
    margin-left:-190px;
    background:#666;
    color:#fff;
    padding:14px 8px 14px;
    border-radius:5px;
    text-align:center;
    font-size:14px;
    animation : salto 2500ms ease-in-out infinite;
}
@keyframes salto{
    0 {margin-top: -110px;}
    50% {margin-top: -115px;}
    100% {margin-top: -110px;}
}