/*
Theme Name: Cedase
Theme URI: http://www.cedase.com
Description: Gestió de directoris de Cedase
Author: Gestinet
Author URI: http://www.gestinet.com
Version: 4.0
Tags: cedase, directori
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/


/*
For CSS processing we are using SASS files located in assets/sass. If you familiar with the SASS
feel free to compile our code. If not please write here your custom CSS to overwrite our code.
*/

.property-template-default .sidebar {
    margin-left: 0;
}

.property-template-default .span9 {
    width: 900px;
}

body #wrapper-outer {
    display: initial;
}

body #wrapper-outer #wrapper {
    background-color: #fff;
}

.logo {
    z-index: 1;
}

.breadcrumb-wrapper .pull-right {
    width: 250px;
}

.breadcrumb-wrapper .pull-right div {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.breadcrumb-wrapper .pull-right div ul {
    position: relative;
    left: 55%;
    margin-right: 0 !important;
    margin-top: 10px;
}

.breadcrumb-wrapper .pull-right div ul li {
    width: 50%;
}

.breadcrumb-wrapper .account ul li a:active {
    background: white;
}

.map-wrapper .row .span3 {
    margin-top: 43px;
}

.empresas-cerca {
    /*margin-left: 15%;*/
    color: #0082B8 !important;
}

.post-type-archive-property.logged-in a.empresas-cerca {
    display: none!important;
}

.center {
    text-align: center;
}

.aligncenter {
    margin: auto;
    text-align: center;
    margin-bottom: 22px;
    display: block !important;
}

.alignleft {
    float: left;
    margin: 0px 30px 22px 0px;
}

.alignright {
    float: right;
    margin: 0px 0px 22px 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

small {
    font-size: 11px;
    line-height: 14px;
}

strong {
    font-weight: bold;
}

b {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.hidden {
    display: none;
}

.wp-caption {}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

#header .span4 {
    width: 900px
}

#header .span4 img {
    width: 170px;
}

#navigation {
    background: #F0F0F0;
}

.navigation {
    padding: 20px 20px 20px 0px;
    font-weight: bold;
    font-size: 14px;
    color: #54c884;
}

.navigation a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: transparent;
    border-left: 0px;
    border-top: 2px solid transparent;
    color: #313131;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 23px;
    padding-top: 21px;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.navigation a:hover {
    text-decoration: none !important;
}

.container {
    position: relative;
}

.breadcrumb-wrapper {
    position: absolute;
    background: none;
    border: 0;
    top: 25px;
    right: 0px;
}

.breadcrumb-wrapper a {
    color: #4E4E4E !important;
}

.breadcrumb-wrapper .account ul li a {
    border-left: 1px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 6px;
    margin-top: -5px;
    padding-bottom: 0;
    padding-top: 0;
}

.menu-authenticated-container {
    width: 250px;
    text-align: center;
}

.destacada-box {
    background: #D4EFFC !important;
}

.certificada-box {
    background: #D9F9EA !important;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property {
    width: 200px;
    z-index: 2;
}

#map .infobox {
    /*
	border: 2px solid #A5A1A1;
	background:#F0F0F0;
	*/
    /*background-color: #A5A1A1;*/
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    /*height: 191px;*/
    padding: 0;
    position: relative;
    width: 220px;
    margin-top: -100px;
    margin-left: 35px;
    text-align: center;
}

#map .infobox:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #39B54A rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 6px;
    bottom: -12px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
    display: none;
}

#map .destacada-infobox {
    background: #fff;
}

#map .certificada-infobox {
    background: #fff;
}

#map .infobox-header {
    color: #FFFFFF;
    padding: 8px 8px 8px 15px;
    background-color: #A5A1A1;
}

#map .destacada-infobox .infobox-header {
    background: #0082B8;
}

#map .certificada-infobox .infobox-header {
    background: #39B06A;
}

h3.infobox-title,
h3.infobox-title a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px !important;
    padding: 0;
    line-height: 14px;
}

h3.infobox-title a:hover {
    text-decoration: none;
}

h4.infobox-subtitle,
h4.infobox-subtitle a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    line-height: 11px;
}

.infobox-picture {
    /*float: left;*/
    /*height: 140px;*/
    overflow: hidden;
    position: relative;
    /*width: 100%;*/
    background-color: white;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.infobox-picture a img {
    width: 100%;
    /*height:140px;*/
    /*-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1000ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1000ms;*/
}

.infobox-picture .kk-star-ratings.lft {
    float: unset !important;
    margin: 0 auto !important;
    margin-top: 10px !important;
}

.infobox-picture a img:hover {
    /*-webkit-transform: scale(1.10,1.13);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1000ms;
    -moz-transform: scale(1.10,1.13);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1000ms;
    position: relative;*/
}

.infobox-price {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    line-height: 23px;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    /*z-index: 2;*/
}


/*
#map .infobox .title a {
	color: #A5A1A1;
}
#map .infobox .title a:hover {
	color: #4E4E4E;
}

#map .destacada-infobox .title a {
	color: #0082B8;
}
#map .destacada-infobox .title a:hover {
	color: #41AAD0;
}

#map .certificada-infobox .title a {
	color: #39B06A;
}
#map .certificada-infobox .title a:hover {
	color: #59C886;
}

.infobox .phone {
    font-size: 18px;
    padding-top: 5px;	
}


.infobox .botonet {
    clear: left;
    float: left;
    background-color: #A5A1A1;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 14px;
    padding: 7px 15px;
    text-shadow: none;
    margin:0;
}


.infobox .link a {
	background-color:#A5A1A1;
}
.infobox .link a:hover {
	background-color:#4E4E4E;
}

.certificada-infobox .botonet {
	background-color:#39B06A !important;
}
.certificada-infobox .link a {
	background-color:#39B06A;
}
.certificada-infobox .link a:hover {
	background-color:#59C886;
}
.certificada-box .title h2 a {
	color:#39B06A !important;
}
.certificada-box .title h2 a:hover {
	color:#59C886 !important;
}

.destacada-infobox .botonet {
	background-color:#0082B8 !important;
}
.destacada-infobox .link a {
	background-color:#0082B8 !important;
}
.destacada-infobox .link a:hover {
	background-color:#41AAD0 !important;
}

.destacada-box .title h2 a {
	color:#0082B8;
}
.destacada-box .title h2 a:hover {
	color:#41AAD0;
}
*/

.properties-grid .row .span3 .property .title h2 a {
    color: #A5A1A1;
}

.properties-grid .row .span3 .property .title h2 a:hover {
    color: #4E4E4E;
}

#map .certificada-map {
    background-image: url("assets/img/markers/marker-green.png") !important;
    /*z-index:-9 !important;*/
}

#map .destacada-map {
    background-image: url("assets/img/marker.png") !important;
    /*z-index:-9 !important;*/
}

#map .marker-inner {
    background-image: url("assets/img/markers/condo.png") !important;
    /*z-index:-9 !important;*/
}

#property-map .marker-inner {
    background-image: url("assets/img/markers/condo.png") !important;
    /*z-index:-9 !important;*/
}

.certificada {
    color: #39B06A !important;
}

.sidebar {
    float: left;
}

.sidebar h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.property-filter {
    background-color: #0082B8;
}

.properties-grid .property img {
    border-bottom: 1px solid #0082B8;
}

.widget.call-to-action p {
    padding: 0 50px;
}

.blau {
    color: #0082B8 !important;
}

.verd {
    color: #39B06A !important;
}

.vermell {
    color: red !important;
}

.bottom-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bottom-inner h2 {
    color: #0082B8;
}

.property-detail {
    border: none;
    box-shadow: none;
}

.property-detail .overview {
    background: #F0F0F0;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #323232;
}

.property-detail .overview img {
    width: 270px;
}

.destacada-single .overview {
    background: #D4EFFC;
}

.certificada-single .overview {
    background: #D9F9EA;
}

#enquireproperties_widget-2 h2 {
    font-size: 30px;
    margin: 20px 0;
}

#enquireproperties_widget-2 .content {
    background: #F0F0F0;
}

.contingut {
    float: left;
    padding: 16px 0;
    text-align: justify;
    width: calc(100% - 340px);
}

.property-detail .row {
    clear: both;
    float: left;
}

.property-detail p {
    clear: both;
    float: left;
}

.property-detail table {
    clear: both;
    float: left;
}

.property-detail .checked {
    color: #0082B8;
}

.property-detail .plain {
    opacity: 0.5;
}

#footer-wrapper #footer-top {
    background: #4E4E4E !important;
}

#footer-wrapper #featuredproperties_widget-4 .property {
    background-color: #D9F9EA;
    color: #4E4E4E;
    min-height: 75px;
}

#footer-wrapper #featuredproperties_widget-4 .property a {
    color: #39B06A;
}

#footer-wrapper #featuredproperties_widget-4 .property a:hover {
    color: #59C886;
}

#footer-wrapper #reducedproperties_widget-2 .property {
    background-color: #D4EFFC;
    color: #4E4E4E;
    min-height: 75px;
}

#footer-wrapper #reducedproperties_widget-2 .property a {
    color: #0082B8;
}

#footer-wrapper #reducedproperties_widget-2 .property a:hover {
    color: #41AAD0;
}

#featuredproperties_widget-3 .property {
    background-color: #D9F9EA;
    color: #4E4E4E;
    min-height: 75px;
}

#featuredproperties_widget-3 .property a {
    color: #39B06A;
}

#featuredproperties_widget-3 .property a:hover {
    color: #59C886;
}

#reducedproperties_widget-3 .property {
    background-color: #D4EFFC;
    color: #4E4E4E;
    min-height: 75px;
}

#reducedproperties_widget-3 .property a {
    color: #0082B8;
}

#reducedproperties_widget-3 .property a:hover {
    color: #41AAD0;
}

#footer-wrapper #footer-top h2 {
    color: #7BCFEB;
}

.provincias {
    background: #0082B8;
    position: relative;
    float: left;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.provincias ul {
    padding: 0;
    margin: 0;
}

.provincias li {
    float: left;
    width: 50%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.provincias li a {
    color: #fff;
}

h2.home-header {
    border: 0px;
    color: #707070;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    margin: 20px 0px;
    padding: 0px;
    float: left;
    clear: both;
}

.properties-grid {
    float: left;
    clear: both;
}

.properties-grid .property {
    background: #F0F0F0;
}

.properties-grid .property .reduced {
    background-color: #0082B8;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold;
    padding: 3px 5px 5px 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom-left-radius: 5px;
}

.properties-grid .property .featured {
    background-color: #2EA86F;
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
    padding: 3px 5px 5px 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom-left-radius: 5px;
}

.properties-grid .property .location {
    float: left;
}

.properties-grid .property .phone {
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 16px;
}

.span-columnas {
    width: calc(25% - 30px);
}

#header-wrapper #header #header-inner .navbar .navbar-inner {
    padding: 20px 0 20px 0;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property {
    float: right;
    margin-top: 40px;
}

.properties-grid .property h2 a {
    font-size: 17px;
}

.property-filter .form-actions .btn {
    background-color: #4E4E4E;
}

.content-bottom-wrapper {
    background-color: #F0F0F0;
    margin-top: 0px;
    padding-top: 30px;
}

.content-bottom-wrapper .content-bottom {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper #wrapper-inner #content {
    padding-bottom: 0;
}

ul.menu li {
    color: #7BCFEB;
}

#footer-wrapper #footer-top form .form-actions .btn {
    background-color: #5BB8D2;
}

#footer-wrapper #footer-top form .form-actions .btn:hover {
    background-color: #7BCFEB;
}

.form-required {
    color: #7BCFEB !important;
    margin-left: 6px;
}

.infobox:before {
    border-top-color: #A5A1A1;
    display: none;
}


/*
.destacada-infobox:before {
	border-top-color:#0082B8;
}
.certificada-infobox:before {
	border-top-color:#39B06A;
}*/

.login-register .tab-content {
    border-bottom: 1px solid #A5A1A1;
    border-right: 1px solid #A5A1A1;
    border-left: 1px solid #A5A1A1;
}

.login-register .nav-tabs {
    border-top: 1px solid #A5A1A1;
    border-right: 1px solid #A5A1A1;
    border-left: 1px solid #A5A1A1;
}

.submission-form {
    padding-bottom: 20px;
}

.submission-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.property-detail #property-map {
    height: 300px;
    max-width: 61%;
    border-right: 1px solid #B1B0B0;
    float: left;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.property-detail #direccio {
    float: left;
    width: calc(40% - 10px);
    height: 300px;
    background-color: #F0F0F0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.property-detail #direccio h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.property-detail #direccio p {
    margin-left: 20px;
    margin-right: 20px;
}

.property-detail #direccio [class*="span"] {
    margin-left: 0px;
}

.property-detail #direccio .row {
    margin-left: 0px;
}

.informacio {
    margin-left: 20px;
}

.content-bottom-inner .widget {
    margin-bottom: 0;
}

.content-bottom-wrapper {
    padding-left: 20px !important;
}

.property-detail h2 {
    clear: both;
    float: left;
    margin-top: 0;
    border-bottom: 1px solid #2EA86F;
    margin-bottom: 10px;
}

.property-detail #direccio h2 {
    border: none;
}

.properties-grid {
    width: 100%;
}

.properties-grid .row .span3 {
    width: 195px;
}

.span3 .destacada-box {}


/*

.properties-grid .row {     display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

}

.properties-grid .row .destacada-box {     -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;}
.properties-grid .row .normal-box {     -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;}
.properties-grid .row .certificada-box {     -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;}
*/

.respuesta-servicio {
    width: 50%;
    float: left;
    clear: both;
}

.formato-servicio {
    width: 50%;
    float: left;
}

@media (min-width: 767px) {
    .properties-grid .row .span3 .image {
        float: left;
        width: 150px;
    }
    .arxiu .property .image .content img {
        width: 195px;
        height: 115px;
    }
    .home .properties-grid .row .span3 .image .content img {
        width: 195px;
        height: 145px;
    }
}

.properties-grid .row .span3 {
    width: 98%;
}

.properties-grid .row .span3 {
    padding-bottom: 0;
}

.properties-grid .row .span3 a {
    color: #999898;
}

.properties-grid .row .span3 a:hover {
    color: #707070;
}

.properties-grid .row .destacada-box a {
    color: #0082B8;
}

.properties-grid .row .destacada-box a:hover {
    color: #54C9ED;
}

.properties-grid .row .certificada-box a {
    color: #39B06A;
}

.properties-grid .row .certificada-box a:hover {
    color: #59C886;
}

.properties-grid .row .span3 img {
    border: none;
}

@media (min-width: 767px) {
    .arxiu.properties-grid .row .span3 .title {
        float: left;
        width: calc(100% - 300px) !important;
        height: 115px;
        overflow-y: hidden;
    }
    .arxiu.properties-grid .row .span3 .phone {
        float: right;
        margin-top: 15px;
        font-size: 20px;
    }
}

.properties-grid .row .span3 .provincia {
    display: none;
}

.properties-grid .home {
    display: block;
}

.properties-grid .home .span3 {
    width: 100%;
    padding-bottom: 10px;
}

.properties-grid .home .span3 a {
    color: #999898;
}

.properties-grid .home .span3 a:hover {
    color: #707070;
}

.properties-grid .home .destacada-box a {
    color: #0082B8;
}

.properties-grid .home .destacada-box a:hover {
    color: #54C9ED;
}

.properties-grid .home .certificada-box a {
    color: #39B06A;
}

.properties-grid .home .certificada-box a:hover {
    color: #59C886;
}

.properties-grid .home .span3 .image {
    float: none;
    width: 100%;
}

.properties-grid .home .span3 .title {
    float: none;
}

.properties-grid .home .span3 .kk-star-ratings {
    display: none;
}

.properties-grid .home .span3 .title p {
    display: none;
}

.properties-grid .home .span3 .title .fa-check-circle {
    display: none;
}

.properties-grid .home .span3 .phone {
    float: left;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 15px;
}

.properties-grid .home .span3 .phone img {
    width: 15px;
}

.properties-grid .home .span3 .phone br {
    display: none;
}

.properties-grid .home .span3 .provincia {
    display: block;
    font-size: 16px;
    margin-left: 15px;
    opacity: 0.5;
}

.arxiu .span3 h2 {
    margin-left: 15px;
}

.alert {
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.site-name .brand {
    color: #0082B8 !important;
}

.google-partner {
    background-image: url('../../../cedase-google.png');
    width: 173px;
    height: 37px;
    position: absolute;
    top: 10px;
    right: 50px;
}

.llamar {
    width: 20px;
    margin-bottom: 3px;
    opacity: 0.7;
}

.llamar-small {
    width: 13px;
    opacity: 0.7;
}

.widget .content .property .image img {
    width: 100px;
    height: 75px;
}

.phone .kk-star-ratings {
    margin: 10px 0 0 0;
    float: right;
}

@media only screen and (max-width: 768px) {
    .phone .kk-star-ratings {
        /*margin:10px 0 0 0;*/
        float: right;
        width: 100%!important;
        margin-right: 0;
    }
    .kk-star-ratings .kksr-star.gray {
        width: 120px !important;
    }
    .kksr-stars {
        margin: 0 auto;
    }
    .properties-grid .property .phone {
        margin-right: 0;
    }
    .properties-grid .row .span3 .phone {
        text-align: center;
    }
    .hideOnMobile {
        display: none !important;
    }
    .certidest_mobile {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
}

.normal-box .phone .kksr-legend {
    display: none !important;
}

.span-columnas [class*="span"] {
    margin-left: 0 !important;
}

.widget.properties .content .property .location {
    font-size: 14px;
    margin-bottom: 0;
}

#reducedproperties_widget-3 h2 {
    margin-bottom: 15px;
    margin-top: 25px;
}

.sidebar .widget.call-to-action {
    width: 100%;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
}

.widget.call-to-action a:hover {
    text-decoration: none;
}

#calltoaction_widget-5 {
    margin-top: 10px;
}

.sidebar .widget.call-to-action .decoration {
    float: left;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}

.sidebar .widget.call-to-action[class*="span"] {
    margin-left: 0;
}

.sidebar .widget.call-to-action h2 {
    float: left;
    font-size: 18px;
    margin: 0;
    margin-left: 15px;
    color: #0082B8;
    width: calc(100% - 80px);
    text-align: left;
}

.sidebar .widget.call-to-action p {
    padding: 0;
    float: left;
    font-size: 15px;
    margin-left: 15px;
    margin-top: -10px;
}

.sidebar .widget.call-to-action .btn {
    display: none;
}

.sidebar .widget.call-to-action .address {
    background-size: 20px 100px;
}

.sidebar .widget.call-to-action .gps {
    background-size: 30px 100px;
}

.sidebar .widget.call-to-action .llista {
    background-size: 30px 100px;
}

.llista {
    background-image: url('assets/img/call-to-action-list.png');
    background-size: 77px 260px;
    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
        background-image: url('assets/img/call-to-action-list.png');
    }
}

.sidebar .widget.call-to-action .key {
    background-size: 30px 100px;
}

.properties-grid .span3 {
    margin-bottom: 30px;
}

#text-8 {
    margin-bottom: 0;
}

#text-8 h2 {
    margin-bottom: 0;
}


/*
.property-detail .overview .carousel .preview img {
    width: 270px;
    height:200px;
}
.property-detail .overview img {
    width: 270px;
    height:200px;
}
*/

.property-detail .overview .carousel .content img {
    width: 100px;
    height: 70px;
}

a {
    outline: 0 !important;
}

.carousel-prev {
    outline: 0 !important;
}

.carousel-next {
    outline: 0 !important;
}

.descripcio {
    height: auto;
    overflow-y: auto;
    padding: 0 10px 0 0;
    margin-bottom: 20px;
    max-height: 400px;
}

#post-132 .row {
    margin-bottom: 30px;
}

#post-132 .row .column {
    margin-bottom: 30px;
}

#post-132 .row h2 {
    background-color: #A5A1A1;
}

#post-132 .row .btn {
    background-color: #A5A1A1;
}

#post-132 .row .content {
    border-color: #A5A1A1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #A5A1A1 #A5A1A1;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 5px 5px;
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#post-132 .row .promoted h2 {
    background-color: #2EA86F;
}

#post-132 .row .promoted .btn {
    background-color: #2EA86F;
}

#post-132 .row .promoted .content {
    border-color: #2EA86F;
}

#post-132 .row .precio-destacada h2 {
    background-color: #0082B8;
}

#post-132 .row .precio-destacada .btn {
    background-color: #0082B8;
}

#post-132 .row .precio-destacada .content {
    border-color: #0082B8;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #0082B8 #0082B8;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 5px 5px;
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}


/* ZONA PREUS EN PAGAMENT */

.opacat {
    opacity: 0.2;
}

.preus {
    margin-bottom: 10px;
}

.preus .span4 {
    margin-left: 26px;
}

.preus .column {
    margin-bottom: 30px;
}

.preus .pricing.boxed .column h2 {
    background-color: #A5A1A1;
}

.preus .btn {
    background-color: #A5A1A1;
}

.preus .content {
    border-color: #A5A1A1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #A5A1A1 #A5A1A1;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 5px 5px;
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.preus .pricing.boxed .column.promoted h2 {
    background-color: #2EA86F;
}

.preus .promoted .btn {
    background-color: #2EA86F;
}

.pricing.boxed .column.promoted .content {
    border-color: #2EA86F;
}

.preus .pricing.boxed .column.precio-destacada h2 {
    background-color: #0082B8;
}

.preus .precio-destacada .btn {
    background-color: #0082B8;
}

.preus .precio-destacada .content {
    border-color: #0082B8;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #0082B8 #0082B8;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 5px 5px;
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}


/* FI PREUS PAGAMENT */

#cookie-notice {
    opacity: 0.8;
}

#menu-enllacos-peu li a:hover {
    color: #7BCFEB !important;
}

.submissions-table th {
    border-bottom: 1px solid #CCCCCC;
}

.submissions-table .thumbnail img {
    width: 80px;
    height: 60px;
}

.submissions-table .sep td {
    height: 0px;
    padding: 0px;
}

.submissions-table tbody tr td {
    border-bottom: none;
}

.submissions-table .banner td {
    border-bottom: 1px solid #CCCCCC;
}

.submissions-table .banner td .banner-publicado {
    border: 3px solid #58B85A;
    border-radius: 5px;
    background-color: #EBFCEB;
    width: 80%;
    display: block;
    padding: 20px;
    color: #58B85A;
    margin: 0 auto;
}

.requadres h2 span {
    background: #0082B8;
    color: white;
    padding: 5px 10px;
}

.requadres.esquerra {
    float: left;
    width: 490px;
    padding: 0;
}

.requadres button {
    background: #2EA86F;
    background-image: -webkit-linear-gradient(top, #2EA86F, #167a4a);
    background-image: -moz-linear-gradient(top, #2EA86F, #167a4a);
    background-image: -ms-linear-gradient(top, #2EA86F, #167a4a);
    background-image: -o-linear-gradient(top, #2EA86F, #167a4a);
    background-image: linear-gradient(to bottom, #2EA86F, #167a4a);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}

.requadres button:hover {
    opacity: 0.8;
    background: #2EA86F;
}

.requadres.dreta {
    float: right;
    border-left: 1px solid gray;
    width: 490px;
    padding-left: 20px;
    margin-left: 20px;
}

.banner-no {
    display: block;
    clean: both;
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}

.banner-no h2.titol {
    color: red;
    margin: 0 0 15px;
}

.formato {
    width: 400px;
}

.submissions-table .status {
    background-image: url('../../../sello-cedase.png');
    background-repeat: no-repeat;
    background-position: 15px 60px;
    padding-left: 50px;
}

.submissions-table .status button {
    color: red;
    border: 3px solid red;
    border-radius: 5px;
    background-color: #FDE0E5;
}

.submissions-table .formato .stripe-button-el {
    border: 3px solid;
    border-radius: 5px;
    width: 120px;
    display: block;
    text-decoration: none;
    text-align: center;
    float: left;
    padding-left: 0;
    padding-right: 0;
    height: 140px;
}

.submissions-table .formato a {
    border: 3px solid;
    border-radius: 5px;
    height: 75px;
    width: 120px;
    display: block;
    text-decoration: none;
    text-align: center;
    float: left;
}

.submissions-table .formato .btn-inactive {
    pointer-events: none;
    cursor: default;
}

.submissions-table .formato .btn-destacada {
    float: left;
}

.submissions-table .formato .btn-certificada {
    float: left;
}

.submissions-table .formato .btn-destacada-active {
    float: left;
}

.submissions-table .formato .btn-certificada-active {
    float: left;
}

.submissions-table .formato .btn-destacada .stripe-button-el {
    border-color: #0082b8;
    color: #0082b8;
    background: #D4EFFC;
    padding-top: 8px;
}

.submissions-table .formato .btn-destacada .stripe-button-el:active {
    background: #0082b8;
    color: #D4EFFC;
}

.submissions-table .formato .btn-destacada-active .stripe-button-el {
    background: #0082b8;
    color: #D4EFFC;
    border-color: #0082b8;
    padding-top: 8px;
    pointer-events: none;
    cursor: default;
}

.submissions-table .formato .btn-certificada .stripe-button-el {
    border-color: #2ea86f;
    color: #2ea86f;
    background: #D9F9EA;
    padding-top: 4px;
    margin: 0 10px;
}

.submissions-table .formato .btn-certificada .stripe-button-el:active {
    background: #2ea86f;
    color: #D9F9EA;
}

.submissions-table .formato .btn-certificada .stripe-button-el .ahora {
    background: #9C3535;
    color: #fff;
    padding: 2px 10px;
    font-weight: bold;
}

.submissions-table .formato .btn-certificada .stripe-button-el .ahora-new {
    display: none;
}

.submissions-table .formato .btn-certificada .stripe-button-el .antes {
    text-decoration: line-through;
}

.submissions-table .formato .btn-certificada-active .stripe-button-el {
    border-color: #2ea86f;
    background: #2ea86f;
    color: #D9F9EA;
    padding-top: 4px;
    margin: 0 10px;
    pointer-events: none;
    cursor: default;
}

.submissions-table .formato .btn-certificada-active .stripe-button-el .antes {
    display: none;
}

.submissions-table .formato .btn-certificada-active .stripe-button-el .ahora {
    display: none;
}

.submissions-table .formato .btn-certificada-active .stripe-button-el .ahora-new {
    display: inline-block;
}

.submissions-table .formato .btn-gratis a {
    border-color: #707070;
    color: #707070;
    background: #f0f0f0;
    cursor: default;
    height: 99px;
    padding-top: 35px;
    vertical-align: middle;
}

.submissions-table .formato .btn-gratis-active a {
    border-color: #707070;
    color: #f0f0f0;
    background: #707070;
    cursor: default;
    height: 99px;
    padding-top: 35px;
}

.header-top-wrapper {
    border-top: 8px solid #0082B8;
}

.control-group li {
    list-style-type: none;
}

.submission-form .form-actions .btn-primary {
    margin: 0 auto;
    display: block;
    padding: 15px 200px;
    font-size: 16px;
}

.codigo {
    background-color: #ECEDEC;
    border: 1px solid gray;
    font-family: "Courier New", Courier, monospace;
    font-size: 8px;
    margin-bottom: 0px;
    overflow: auto;
    padding: 5px;
}

.dialog {
    font-size: 12px;
}

.opener {
    cursor: pointer;
}

.submissions-table tbody tr td.actions .view {
    height: 18px;
}

.login-register .tabs li a {
    font-weight: normal;
    font-size: 18px;
}

.informe-sector li {
    float: left;
    width: 33%;
}

.list-group .badge {
    text-align: center;
    width: 15px;
    margin-right: 5px;
    background-color: #2EA86F;
}

.list-provincias {
    list-style-type: none;
    line-height: 30px;
}

.ui-dialog-titlebar-close {
    width: auto !important;
    height: auto !important;
    top: 15px !important;
    font-color: #707070 !important;
    padding: 0 5px !important;
}

.botocancelar {
    font-size: 10px;
    background: none;
    border: none;
    color: red;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-name .brand {
    line-height: 40px;
    margin: 25px 0 0;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
    text-align: center;
}

.paginacio-full {
    margin: 0 0 30px;
    padding: 10px 0 10px 10px;
    text-align: center;
    background: #f0f0f0;
    width: 100%;
    display: block;
    float: left;
}

.paginacio-text {
    text-align: right;
    display: block;
    color: #707070;
    float: left;
    margin-right: 20px;
    width: 10%;
}

.paginacio-centrat {
    width: 70%;
    margin: 0 auto;
}

.paginacio-amunt {
    width: 10%;
    float: right;
    text-align: left;
}

.paginacio-amunt a {
    display: block;
    color: #0082B8;
}

.paginacio {
    text-align: center;
    display: block;
    float: left;
    width: 80%;
}

.paginacio a {
    cursor: pointer;
    background: #a8a8a8;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    border-radius: 2px;
    text-decoration: none;
    margin: 0px 5px;
}

.paginacio a:hover {
    background: #707070;
    text-decoration: none;
}

.paginacio a.jp-current,
a.jp-current:hover {
    background: #707070;
    text-decoration: none;
}

a.jp-next,
a.jp-next:hover {
    background: transparent;
    color: #707070;
}

.paginacio span {
    margin: 0 5px;
}

.customBtns {
    position: relative;
}

.arrowPrev,
.arrowNext {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 55px;
    cursor: pointer;
}

.carousel.property .preview a.active {
    pointer-events: none;
    cursor: default;
}

.coletilla,
#logo-mapa img {
    display: none;
}

.google5 {
    float: left;
    margin-left: 85px;
}

#header .span4 .google5 img {
    width: auto;
    margin-top: 10px;
}

.single-property h1.page-header {
    text-align: center;
}

.gm-style-iw+button {
    display: none;
}

@media(min-width: 1200px) {
    .esquerramunicipis {
        width: 66.66%;
        float: left
    }
    .single-property h1.page-header {
        margin-left: 20px;
    }
    #logo-mapa {
        background: #fff;
        text-align: center;
        opacity: 0.8;
    }
    #logo-mapa img {
        width: 180px;
        margin: 10px;
        display: inline-block;
    }
    .coletilla {
        color: #0082B8;
        margin-top: 180px;
        position: absolute;
        left: 30px;
        /*z-index: 2;*/
        display: block;
    }
    .coletilla span {
        font-size: 20px;
        line-height: 35px;
        background: rgba(255, 255, 255, 0.6);
        padding: 0 10px;
    }
}

.poblacions {
    width: 100%;
    height: 430px;
    overflow-y: scroll;
    position: relative;
    float: left;
    font-size: 14px;
}

.poblacions ul {
    list-style-type: none;
    padding: 0 10px 0 0;
    margin-left: 0;
}

.poblacions ul a {
    color: #707070 !important;
}

#desplegable {
    position: relative;
    float: left;
    width: 100%;
}

#boton {
    position: relative;
    width: 100%;
    font-weight: 300;
    text-align: left;
    color: #272727;
    font-size: 24px;
    margin-bottom: 20px;
}

@media(max-width: 1200px) {
    #provincies {
        display: none;
    }
    .google5 {
        display: none;
    }
    .span-columnas {
        width: calc(25% - 20px);
    }
    #header-wrapper #header #header-inner .navbar .navbar-inner .site-name .brand {
        font-size: 18px;
    }
    #header .span4 {
        width: 600px;
    }
}

.mobile-clear {
    display: none;
}

.logomobil {
    display: none;
}

@media(max-width: 768px) {
    .logodesktop {
        display: none;
    }
    .logomobil {
        display: block;
        /*margin:0 auto;*/
        margin-top: 20px;
        margin-left: 5px;
        width: 140px!important;
    }
    .property-filter .type,
    .property-filter .contract {
        display: none;
    }
    .site-name {
        display: none;
    }
    .logo-wrapper {
        width: 100%!important
    }
    /* NOU DISSENY 25/04/2016 - JOAN BUSQUET */
    /*.top-slider{display:none!important;}*/
    #header-wrapper #header #header-inner .navbar .navbar-inner {
        padding: 0!important;
        background-image: url('/wp-content/uploads/header-mobile.jpg');
        border-bottom: 1px solid grey;
        background-size: cover;
        min-height: 165px;
    }
    .header-top-wrapper {
        border: none !important;
    }
    .content-bottom-inner .row {
        position: relative;
        margin-top: 10px;
    }
    .content-bottom-inner .icon {
        width: 40px;
    }
    .content-bottom-inner h3 {
        position: absolute;
        top: 4px;
        left: 45px;
    }
    .content-bottom-inner .content {
        margin-top: 15px;
    }
    .widget.call-to-action .decoration {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    .widget.call-to-action .decoration {
        background-size: 40px 140px;
    }
    .widget.call-to-action .address {
        background-size: 30px 140px;
    }
    /* FI NOU DISSENY */
    .map-wrapper .row .span3,
    .map .row .span3 {
        margin-top: 0!important;
    }
    .map-wrapper .span3,
    .map .span3 {
        margin-bottom: 0px !important;
    }
    .properties-grid .property h2 a {
        font-size: 12px;
    }
    .properties-grid .home .span3 {
        width: 100%;
        max-width: 100%;
    }
    .span-columnas {
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    .mobile-clear {
        clear: both;
        display: block;
    }
    .arxiu.properties-grid .row .span3 {
        width: calc(50% - 5px);
    }
    .arxiu.properties-grid .row .span3 p {
        display: none;
    }
    #reducedproperties_widget-3,
    #featuredproperties_widget-3,
    #text-8,
    #calltoaction_widget-5,
    #calltoaction_widget-6,
    #calltoaction_widget-7,
    #reducedproperties_widget-2,
    #featuredproperties_widget-4 {
        display: none;
    }
    h2,
    h2.home-header,
    .sidebar h2,
    .widget h2,
    #footer-wrapper #footer-top h2,
    h1,
    h2.page-header,
    .property-detail h2 {
        font-size: 16px !important;
        clear: both;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .single-property h1.page-header {
        font-size: 20px!important;
        clear: both;
        line-height: 20px;
        margin: 20px 0 15px 0;
    }
    .arxiu .span3 .title h2 {
        margin-left: 15px;
        height: 17px;
        overflow-y: hidden;
    }
    .properties-grid .property .phone {
        margin-right: 5px;
    }
    #header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
        width: 100%;
        margin: 0;
        height: auto;
    }
    #header-wrapper #header #header-inner .navbar .navbar-inner .site-name .brand {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .properties-grid .row .span3 .phone {
        font-size: 12px;
    }
    #header-wrapper #header #header-inner .navbar .navbar-inner {
        padding: 0px 0 20px 0;
    }
    .property-detail {
        border: 0;
        padding: 0;
    }
    .respuesta-servicio {
        width: 100%;
        float: left;
        clear: both;
    }
    .formato-servicio {
        width: 100%;
        float: left;
        clear: both;
    }
    .contingut {
        float: left;
        width: 100%;
        clear: both;
        height: auto;
        position: relative;
    }
    .property-detail #property-map {
        width: 100%;
        border-radius: 0;
        clear: both;
        max-width: 100%;
        border: 0;
    }
    .property-detail #direccio {
        width: 100%;
        border-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        clear: both;
    }
    .properties-grid .row .span6 {
        width: 100%;
    }
    .properties-grid .row .image {
        width: 100%;
    }
    .properties-grid .row .image img {
        width: 100%;
        height: 110px;
    }
    .home .properties-grid .property h2 {
        height: 20px;
        overflow-y: hidden;
    }
    .sidebar h2 {
        margin-top: 0;
    }
    .arxiu .properties-grid .row .span3 .phone {
        clear: both;
        margin-top: 5px;
    }
    .pull-left {
        width: calc(100% - 20px);
    }
    .overview.pull-left {
        width: 100%;
    }
    .pull-left.overview .row {
        width: calc(100% - 40px);
    }
    .property-detail #direccio {
        margin-bottom: 20px;
    }
    .valoracio {
        display: none;
    }
    .paginacio-text {
        width: 100%;
        clear: both;
        text-align: center;
    }
    .paginacio-centrat {
        width: 100%;
        clear: both;
        text-align: center;
    }
    .paginacio-amunt {
        width: 100%;
        clear: both;
        text-align: center;
    }
    .paginacio {
        width: 100%;
        clear: both;
        text-align: center;
        margin-top: 10px;
    }
    .paginacio a {
        margin-top: 10px;
    }
    #map {
        height: 200px !important;
    }
    .descripcio {
        height: auto;
    }
    /* BUSCADOR HOME */
    #inputType__chzn,
    #inputLocation__chzn,
    #inputContract__chzn {
        display: none;
    }
    #inputType-,
    #inputContract-,
    #inputLocation- {
        display: block !important;
    }
    .property-detail .row ul.span2 {
        margin-bottom: 0;
    }
    .jp-next {
        float: left;
        width: 100%;
        clear: both;
        text-align: center;
        margin: 10px 0!important;
        padding: 0!important;
    }
    .archive.post-type-archive.post-type-archive-property .page-header {
        display: none;
    }
}

#calltoaction_widget-2,
#calltoaction_widget-4,
#calltoaction_widget-3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#calltoaction_widget-2 .btn,
#calltoaction_widget-4 .btn,
#calltoaction_widget-3 .btn {
    display: none;
}

a.phone-link {
    color: #707070!important;
}


/* Només llistat empreses client */

.text-flotant-preu {
    display: none;
}

.archive.post-type-archive.post-type-archive-property.logged-in.header-normal.color-light.pattern-none.layout-wide .text-flotant-preu {
    display: inline-block;
    color: #54c884;
    font-weight: normal;
    height: 1px;
    margin-top: -15px;
}

.archive.post-type-archive.post-type-archive-property.logged-in.header-normal.color-light.pattern-none.layout-wide .text-flotant-preu img {
    margin-left: 10px;
}

.ismobile {
    display: none;
}

@media(min-width: 1200px) {
    h1.page-header {
        margin-bottom: 0!important;
    }
    .map {
        border-top: 1px solid #7F7F7F;
        border-bottom: 1px solid #7F7F7F;
    }
    .empresas_certidest {
        background: #F4FBFF;
        float: left;
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .empresas_cert {
        background: #F2FFF9;
        float: left;
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .empresas_norm {
        background: #F7F7F7;
        float: left;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .arxiu.properties-grid .certidest .span3 .title {
        width: calc(100% - 200px) !important;
        padding-top: 10px;
        height: 95px;
    }
    .properties-grid.arxiu .row .span3 {
        width: calc(100% - 60px);
    }
    h1.page-header,
    h2.page-header {
        /*margin-left:-30px;*/
        padding-right: 20px;
        margin-bottom: 0!important;
    }
    .text-seo {
        margin-left: -30px;
        text-align: justify;
    }
    .paginacio-full {
        margin-left: -30px;
        width: calc(100% + 20px);
    }
}

.superiorempresa {
    display: flex;
}

@media(max-width: 768px) {
    .ssba {
        font-size: 0px!important;
    }
    .superiorempresa {
        display: block;
    }
    #header-inner .breadcrumb-wrapper {
        display: none;
    }
    #header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
        display: none;
    }
    .nonhiha {
        display: none;
    }
    .not-found strong {
        font-size: 40px;
    }
    .sidebar.span3 {
        display: none;
    }
    .certidest .span3 .title {}
    .certidest .span3 {}
    .certidest .span3 .image {}
    .certidest .span3 .title {
        height: 124px;
        text-align: center;
    }
    .certidest .span3 .title h2 {
        height: auto;
        margin: 30px 15px;
    }
    .certidest .span3 .title h2 a {
        font-size: 16px;
    }
    .hidemobile {
        display: none;
    }
    #calltoaction_widget-8 {
        display: none;
    }
    .navigation-wrapper {
        display: none;
    }
}

.closetome {
    display: block;
    width: calc(100% - 40px);
    background: #dbdbdb;
    color: #52555a;
    text-align: center;
    padding: 15px 40px 15px 0;
    display: none;
}

.closetome:hover {
    text-decoration: none;
}

.closetome-icon {
    background: url(/closetome.png);
    height: 68px;
    width: 50px;
    position: absolute;
    top: 4px;
    right: 30px;
    display: block;
}

#pagempresas .primer h2 {
    margin-bottom: 5px!important;
}

.post-117 h1 {
    margin-left: 0px;
}

.post-119 h1 {
    margin-left: 0px;
}

#post-1727 .form-table {
    display: none;
}


/*
.top-slider {
    background-image: url('/wp-content/uploads/slider-portada.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
    display: none;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}*/

.coletilla-slider {
    margin-top: 60px;
}

.map-wrapper .row .span3 {
    /*z-index:4;*/
}

#wpstats {
    display: none;
}

.content-bottom-inner .span4 {
    height: 150px;
}

.content-bottom {
    padding-bottom: 20px;
}

.phone-link {
    text-decoration: none;
}

.phone-link:hover {
    text-decoration: none;
}

.phone-link.ocult:hover {
    color: #000!important;
}

.phone-link.ocult {
    cursor: pointer;
}

.phone-link a {
    text-decoration: none;
    color: #000!important;
}

.development {
    right: 0;
    bottom: 0;
    position: fixed;
    background: red;
    color: #fff;
    padding: 10px 20px;
    z-index: 9999999;
}

#property-map-superior {
    border-top: 1px solid #7F7F7F;
    border-bottom: 1px solid #7F7F7F;
}

#add-more-wrapper-order {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

#add-more-wrapper-order li {
    float: left;
    padding-left: 0px;
    width: 33%;
    margin-bottom: 15px;
    position: relative;
}

#add-more-wrapper-order li .actions .remove {
    background: url("assets/img/remove.png") top left no-repeat #fff;
    cursor: pointer;
    height: 16px;
    width: 16px;
    border-bottom-right-radius: 3px;
    padding: 2px 0px;
}

#add-more-wrapper-order li .actions {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    border-bottom-right-radius: 3px;
}

.submission-box .control-group .button-wrapper {
    clear: both;
}

input[type="url"] {
    box-sizing: border-box;
    min-height: 34px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    border: 1px solid #d5d5d5;
    color: #707070;
    margin: 0px;
    padding: 6px;
}

.submissions-table .formato .stripe-button-el p i {
    color: #FF6600;
    font-size: 20px;
    padding: 0px 4px;
    margin: 5px 0;
    line-height: 25px;
    font-style: normal;
}

.submissions-table .formato .stripe-button-el:active p i {
    color: #fff;
}

.submissions-table .formato .stripe-button-el p {
    font-size: 11px;
    line-height: 15px;
    margin: 7px 0;
    color: #272727;
}

.submissions-table .formato .stripe-button-el:active p {
    color: #fff;
}

.submissions-table .formato .stripe-button-el p span.google {
    background: url(/google-mini.png) left top;
    width: 46px;
    height: 16px;
    display: inline-block;
    color: transparent;
}

.submissions-table .formato .stripe-button-el:active p span.google {
    background: transparent;
    width: auto;
    height: auto;
    display: inline;
    color: #fff;
}

.submissions-table .formato .btn-certificada-active .stripe-button-el p span.google {
    background: transparent;
    width: auto;
    height: auto;
    display: inline;
    color: #fff;
}

.submissions-table .formato .btn-certificada-active .stripe-button-el p {
    color: #fff;
}

.submissions-table .formato .btn-certificada-active .stripe-button-el p i {
    color: #fff;
}

.submissions-table .formato .btn-destacada-active .stripe-button-el p span.google {
    background: transparent;
    width: auto;
    height: auto;
    display: inline;
    color: #fff;
}

.submissions-table .formato .btn-destacada-active .stripe-button-el p {
    color: #fff;
}

.submissions-table .formato .btn-destacada-active .stripe-button-el p i {
    color: #fff;
}

.xarxes {
    text-align: center;
}

.xarxes a img {
    height: auto!important;
    width: auto!important;
    margin: 16px 6px 0;
}

.xarxes a:hover {
    opacity: 0.8;
}

.xarxes a[href=''] {
    opacity: 0.1;
    cursor: default;
}

.xarxes a[href='']:hover {
    opacity: 0.1;
    cursor: default;
}

#graficaempresas {
    height: 231px;
    margin: 0 auto;
}

#graficaempresas.contingut {
    padding: 0;
    position: relative;
}

.sinestadisticas p {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
}

.property-detail .overview {
    padding: 0;
}

.property-detail .overview .row {
    margin: 20px;
}

.pull-left.overview .row .span3 {
    margin: 0;
}

#content {
    padding-bottom: 0;
}

.icostats {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.kk-star-ratings .kksr-legend {
    font-size: 10px;
}

.property-detail .span4 {
    margin-left: 0;
}

#wrapper-outer #wrapper #wrapper-inner .span12 {
    float: none;
    margin: 0 auto;
}

#wrapper-outer #wrapper #wrapper-inner .property-detail .span12 {
    float: none;
    margin-left: 30px;
}

.property .title h2 a {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property .title h3 a {
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property .title.pagui h2 a {
    display: inline;
    width: 100%;
    white-space: normal;
    overflow: auto;
    text-overflow: unset;
}


/* BLOG */

.blog #content article.post {
    width: 31%;
    float: left;
    margin-right: 2%;
    display: inline-table;
}

.blog .entry-title {
    margin-left: 0 !important;
    font-size: 18px !important;
    margin-top: 10px !important;
    line-height: 27px !important;
}

.blog .entry-title a {
    font-weight: 400 !important;
}

.blog .entry-title a:hover {
    text-decoration: underline !important;
}

.blog .entry-thumbnail img {
    width: 100%;
    min-height: 200px;
    border: 1px solid #f1f1f1;
}

.blog #content .entry-thumbnail {
    margin-bottom: 0 !important;
}

.blog .entry-content {
    overflow: hidden;
    max-height: 140px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-top: 5px !important;
}

.blog #main article.type-post:first-child {
    margin-top: 0;
}

.blog #main {
    margin-top: 20px;
}

.post-template-default h1.page-header {
    margin-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}

.post-template-default #content .entry-thumbnail {
    margin-bottom: 0;
}

.post-template-default .entry-content {
    text-align: justify;
    padding-right: 65px;
}

.post-template-default .empresas-cerca {
    display: none !important;
}

.title-blog {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding-bottom: 15px !important;
    display: none;
}

.blog .title-blog {
    display: block;
}

@media(max-width: 768px) {
    #content article.post {
        width: 100%;
    }
    .entry-title {
        margin-bottom: 10px !important;
    }
}


/* RECENT POSTS */

.display-posts-listing {
    margin: 0;
    overflow: hidden;
}

.listing-item {
    width: 23%;
    float: left;
    list-style: none;
    margin-left: 2%;
}

.listing-item:first-child {
    margin-left: 0;
}

.listing-item img {
    width: 100%;
    margin-bottom: 3px;
    min-height: 200px;
    border: 1px solid #f1f1f1;
}

.listing-item a {
    color: #272727;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 7px;
    display: block;
    line-height: 25px;
}

.listing-item .excerpt {
    display: block;
    text-align: justify;
}

.listing-item .excerpt-dash {
    display: none;
}

.post img {
    width: 100%;
}

.post-template-default #content .entry-thumbnail,
.post-template-default .entry-content {
    padding-right: 25px;
}

a:hover {
    text-decoration: unset !important;
}

.post-template-default h1.page-header,
.listing-item a {
    text-align: justify !important;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

#container-servicios {
    min-width: 310px;
    height: 300px;
    margin: 0 auto;
}

#container-equipo {
    min-width: 310px;
    height: 250px;
    margin: 0 auto;
}

.archive .page-header {
    margin-left: -30px;
    margin-bottom: 10px !important;
}

.sidebar a {
    color: #0082B8;
}

.sidebar a:hover {
    color: #2EA86F;
}

.gratis-animation {
    display: none;
}

.gratis-animation.gratis {
    color: #f8ea18;
    font-size: 30px;
    height: 70px;
    line-height: 55px;
    font-weight: bold;
}

.gratis-animation.registre {
    height: 70px;
    line-height: 55px;
}

.gratis-animation-wrapper {
    background-color: #0096d4;
    height: 70px;
    color: white;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    margin-top: -15px;
    padding-top: 10px;
}

.text-seo,
.text-justify {
    text-align: justify;
}

.fa-fw {
    font-size: 23px;
    color: #ffbe00;
    margin-right: -6px;
}

.stars {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.ficha-slider .thumb {
    width: inherit !important;
    height: 70px !important;
    max-width: inherit;
    min-width: 100% !important;
}

.ficha-slider ul {
    margin: 0;
    margin-top: 6px;
}

.ficha-slider li {
    width: 32%;
    display: inline-block;
    margin-right: 0.65%;
    margin-bottom: 0;
    height: 70px;
    overflow: hidden;
}

.ficha-slider li:nth-child(3n+0) {
    margin-right: 0 !important;
}

@media(max-width: 768px) {
    .listing-item {
        width: 94%;
        margin-left: 0;
    }
    .listing-item .excerpt {
        margin-bottom: 10px;
    }
    .blog #content article.post {
        width: 100%;
    }
    #container-servicios {
        width: 95%;
        min-width: inherit;
    }
    #container-equipo {
        width: 95%;
        min-width: inherit;
    }
    .archive .page-header,
    .page-template .page-header,
    h2 {
        margin-left: 0 !important;
        line-height: 25px;
    }
    p.text-justify {
        padding-right: 20px;
        padding-left: 20px;
        text-align: justify;
    }
    .list-group {
        margin-left: 0;
    }
    .list-group .list-provincias {
        margin-left: 0 !important;
        width: 100%;
        text-align: center;
    }
    .property-template-default .sidebar {
        margin-left: 0;
    }
    .property-template-default .span9 {
        width: 100%;
    }
}

/*contact form*/
.control-group.tel input{
    height: 30px;
    border-radius: 0;
    box-shadow: none;
    width: 88% !important;
    margin-bottom: 0;
}
.control-group.tel .controls {
    width: fit-content;
}
.control-group.tel {
    width: 48%;
    float: left;
    margin-bottom: 0;
}
.control-group.provincia {
    width: 48%;
    float: right;
    margin-bottom: 21px;
}
#footer-top .control-group.tel input{
    height: 30px;
    width: 95% !important;
}
#footer-top .control-group.provincia ul li{
    color: black;
}
.chzn-container .chzn-results {
    max-height: 139px;
}
.control-group.provincia .chzn-container {
    width: 300px !important;
}
#footer-top .control-group.provincia .chzn-container {
    width: 130px !important;
}
.contact-form textarea {
    width: 100% !important;
}
@media(max-width: 559px){
    .control-group.tel input{
        height: 40px;
        border-radius: 0;
        box-shadow: none;
        width: 100% !important;
        margin-bottom: 0;
    }
    .control-group.provincia .chzn-container, #footer-top .control-group.provincia .chzn-container {
        width: 160px !important;
    }
}
/*fi contact form*/