@charset "UTF-8";
.collapseomatic {
background-image: url(//www.multihogarvalencia.es/wp-content/plugins/jquery-collapse-o-matic/css/images/arrow-down.png);
background-repeat: no-repeat;
padding: 0 0 10px 16px;
}
.collapseomatic:focus {
outline: 0;
}
.arrowright {
background-position: right top;
padding: 0 16px 10px 0;
}
.noarrow {
background-image: none !important;
padding: 0 0 10px 0;
}
.colomat-hover {
text-decoration: underline;
}
.colomat-close {
background-image: url(//www.multihogarvalencia.es/wp-content/plugins/jquery-collapse-o-matic/css/images/arrow-up.png);
}
.collapseomatic_excerpt, .collapseomatic_content {
margin-top: 0px;
margin-left: 16px;
padding: 0px;
}
.content_collapse_wrapper {
position: absolute; left: -999em;
}
.collapseall:hover, .expandall:hover, .collapseall:focus, .expandall:focus {
text-decoration: underline;
}
.span_fix {
padding: 0 !important;
margin: 0 !important;
}
.span_fix:before, .span_fix:after {
content: none;
}

@font-face {
font-family: "ctc-icon-font";
src:url(//www.multihogarvalencia.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.eot);
src:url(//www.multihogarvalencia.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.eot?#iefix) format("embedded-opentype"),
url(//www.multihogarvalencia.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.woff) format("woff"),
url(//www.multihogarvalencia.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.ttf) format("truetype"),
url(//www.multihogarvalencia.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.svg#icon-font) format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "ctc-icon-font" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="ctc-icon-"]:before,
[class*=" ctc-icon-"]:before {
font-family: "ctc-icon-font" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ctc-icon-phone:before {
content: "\61";
}  @media (max-width: 736px) {
body {
padding-bottom: 50px;
}
#click_to_call_bar {
position: fixed;
bottom: 0;
width: 100%;
background-color: #222;
z-index: 1000;
text-align: center;
display: block;
z-index: 10000;
height: 50px;
font-size: 18px;
line-height: 50px;
text-decoration: none !important;
}
#click_to_call_bar a {
color: white;
text-decoration: none !important;
}
#click_to_call_bar:hover {
text-decoration: none !important;
}
#click_to_call_bar:focus {
text-decoration: none !important;
} #click_to_call_bar span {
font-size: 18px;
margin-right:5px;
vertical-align: sub;
}
} @media (min-width: 737px) {
#click_to_call_bar {
display: none;
}
}