/*
Theme Name: DR Golf Properties
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 300;
}
.container, .container-fluid {
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
.grey {
	color: #c3c3c3;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.green {
	color: #81A811;
}
.bg-grey {
	background: #f8f8f8;
}
.bg-black {
	background: #000;
}
.bg-white {
	background: #fff;
}
.bg-green {
	background: #81a811;
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #81a811;
}
.readmore, .boton {
	text-transform: none;
	display: inline-block;
	color: #fff;
	background: #81a811;
	border: 1px solid #81a811;
	padding: 12px 30px;
	font-weight: normal;
	border-radius: 30px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: #fff;
	background: #81a811;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
}


.header {
	width: 100%;
	padding: 8px 15px;
	border-bottom: 1px dashed #cddca0;
}
.logo img {
	width: 100%;
	max-width: 250px;
}
.idioma {
	display: inline-block;
	position: relative;
}
.header_idiomas_redes {
	text-align: right;
}
.header_idiomas_redes a {
	margin-left: 5px;
	text-align: right;
	color: #FFF;
}
.header .idioma button {
    appearance: -webkit-none;
    appearance: none;
    border: none;
    background: transparent;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    padding: 0;
    height: 36px;
}
.header .idioma .fa {
	font-size: 13px;
}
.idioma .dropdown-menu > li > a {
    text-align: left;
}
.header .idioma button img {
    position: relative;
    top: -2px;
    margin-right: 2px;
    width: 30px;
}
.idioma .dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.1);
    z-index: 10000;
}
.idioma .dropdown-menu > li > a {
    display: block;
    padding: 6px 15px;
}
.idioma .dropdown-menu img {
    width: 24px;
}
.header .redes_sociales img {
	width: 32px;
	margin-top: 4px;
}
.navi {
	width: 100%;
}
.navbar-collapse {
	padding: 0;
}
.nav > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
    padding: 16px;
}
.navi .dropdown-menu > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
    padding: 10px 15px;
    border-bottom: 1px solid #769a0e;
}
.nav > li > a:focus, .nav > li > a:hover{
    background-color: #769a0e;
}
.nav>li>a:hover,.navi .nav .open>a, .navi .nav .open>a:focus, 
.navi .nav .open>a:hover, .navi .dropdown-menu>li>a:focus, .navi .dropdown-menu>li>a:hover {
	background-color: #769a0e;
    color: #fff;
}
.navi .dropdown-menu{
   background-color: #81a811;
   border-color: #81a811;
}
.navi_activo {
	background-color: #769a0e;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0;
	border: 0;
}
.navbar-nav {
	margin: 0;
}
.navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
.idiomas_responsive {
	display: none;
}


@media(max-width: 991px) {
	.logo img {
		max-width: 200px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-nav {
		width: 100%;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		float: left;
		margin-right: 0;
		padding-right: 4;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.collapse.in {
		display: block !important;
	}
	.header .redes_sociales { 
		display: none;
	}
	.acceso_inmobiliarias_header, .header_idiomas_redes {
		display: none;
	}
	.newheader .logo {
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		float: none;
	}
	.texto_menu_collapse {
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		padding: 0;
		line-height: 30px;
		float: right;
	}
	.newheader .texto_menu_collapse div {
		display: inline-block;
		text-align: right;
		width: 30px;
		height: 30px;
		padding-top: 9px;
		position: relative;
		top: 5px;
	}
	.newheader .texto_menu_collapse div span {
		width: 20px;
		display: block;
		height: 1px;
		background: #fff;
		transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		margin: 3px 0 2px 0;
		float: right;
	}
	.navi .col-sm-10 {
		float: none;
		width: 100%;
	}
	.idiomas_responsive {
		display: block;
		text-align: right;
		padding: 10px 8px;
	}
	.idiomas_responsive a {
	    color: #fff !important;
	    text-decoration: none;
	    text-transform: uppercase;
	    font-size: 14px;
	    font-weight: normal;
	    display: inline-block;
	}
	.idiomas_responsive a:nth-child(1)::after {
		content: '';
		height: 10px;
		width: 1px;
		background: #fff;
		margin: 0 15px;
		display:inline-block;
	}
	.nav > li > a {
		border-bottom: 1px solid #769a0e;
	}
	.navi .dropdown-menu > li > a {
	    padding: 10px 30px;
	}
	.navi .dropdown-menu {
    	position: relative;
    	top: inherit;
    	left: inherit;
    	float: none;
    	margin: 0;
    	padding: 0;
    	border: none;
    	box-shadow: none;
	}
	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	    border-color: transparent !important;
	}
}

.slider {
	background: url(images/slide.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 300px;
}
.buscador h1 {
	font-weight: 300;
	text-align: center;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	margin-bottom: 30px;
}
.buscador .content-search {
	padding-left: 30px;
	padding-right: 30px;
}
.buscador .form {
	background: #fff;
	padding: 6px 20px 6px 20px;
	border-radius: 40px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
}
.buscador .form .row {
	margin: 0 -4px;
}
.buscador .input-buscador {
	float: left;
	width: 12.5%;
	padding: 0 4px;
	position: relative;
}
.buscador .input-buscador::after {
	content: '';
	display: inline-block;
	background: #eee;
	height: 15px;
	width: 1px;
	position: absolute;
	left: 0;
	top: 14px;
}
.buscador .last::after {
	content: none !important;
}
.buscador .input-buscador input {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    font-weight: normal;
    font-size: 14px;
    padding: 12px 4px;
    max-width: 100%;
}
.bootstrap-select .dropdown-menu {
    right: 0;
    left: inherit;
    max-width: none !important;
    width: auto !important;
    overflow-x: hidden;
    min-width: 200px;
}
.bootstrap-select .btn-default {
    background-color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.bootstrap-select .btn {
	padding: 4px;
	height: 32px;
	border: none !important;
	padding-top: 12px;
}
.buscador button.buscar_button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: #81a811;
    color: #fff;
    padding: 12px;
    text-transform: uppercase;
    width: 200px;
    border-radius: 40px;
    font-weight: normal;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 23px;
    right: 5px;
    margin-top: -2px;
    vertical-align: middle;
}
.property {
	position: relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.property .favorito {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
}
.property .operacion {
	position: absolute;
	left: 15px;
	top: 15px;
	background: #81a811;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	border-radius: 4px;
	display: inline-block;
	padding: 2px 8px;
	text-transform: uppercase;
}
.property .property-thumb {
	display: block;
	width: 100%;
	height: 270px;
}
.property.destacada .property-thumb {
	display: block;
	width: 100%;
	height: 450px;
}
.property .contenido-ficha {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.property .contenido-ficha h2 {
	font-weight: 300;
	font-size: 30px;
	padding-right: 15%;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.property .contenido-ficha h3 {
	font-weight: 300;
	font-size: 24px;
	padding-right: 15%;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.property .contenido-ficha .precio {
	font-weight: 600;
}
.destacadas-home {
	margin-top: -150px;
}
h2.titulo {
	font-weight: 300;
	color: #80A711;
	font-size: 40px;
	margin-bottom: 50px;
}
.clearfix, .clear {
	clear: both;
}
footer { 
	background: #81a811; 
	border-top: 16px solid #77990f; 
	color: #fff; 
	padding: 20px 0 0;
	font-size: 15px;
}
footer p, footer a, footer a:hover, footer a:visited, footer a:active, footer a:focus { 
	color: #fff;
}
footer strong { 
	font-weight: 600;
}
footer p.menu { 
	margin-bottom: 20px;
}
footer .designby { 
	margin-top: 70px;
}

.legal h4 {
	margin:  20px 0;
}
.cabecera {
	padding-top: 14px;
	padding-bottom: 14px;
}
.cabecera h1 {
	margin-bottom: 4px;
}
#map {
	width: 100%;
	height: 560px;
}
.marcador {
	font-size: 15px;
}
.marcador h4 {
    font-weight: normal;
    font-size: 17px;
    color: #333;
    margin: 0;
    padding: 0 0 5px;
}
.buscadorcamposgolf {
	padding-top: 15px;
}
@media(min-width: 767px) {
	.filtrar-camposgolf {
		text-align: right;
	}
}
.filtrar-camposgolf {
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.formcamposgolf select {
	-webkit-appearance: none;
	appearance: none;
	width: 300px;
	max-width: 100%;
	padding: 10px;
	border: none;
	margin-bottom: 15px;
	background-image: url(images/newcaret.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fff;
}
.resultadoscamposgolf a {
	display: inline-block;
	margin-top: 5px;
	text-decoration: underline;
}
a.underline {
	text-decoration: underline;
}
strong {
	font-weight: 500;
}
.tabla-club td {
	padding-right: 15px;
	vertical-align: top;
}
@media(min-width: 767px) {
	.info-club h1 {
		padding-right: 25%;
	}
}
.image-club img {
	width: 100%;
}
.info-club td {
	padding-right :10px;
}
.owl2 .owl-nav, .owl2 .owl-dots {
	display: none;
}
.thumb-gallery {
	width: 100%;
	height: 200px;
}
@media(max-width: 598px) {
	.thumb-gallery {
		height: 120px;
	}
}
.servicios-club .col-sm-10 div {
	float: left; 
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
}
.servicios-club .servicios {
	color: #81A811;
	font-weight: 600;
	font-size: 18px;
}
.servicios-club .servicio {
	padding-top: 15px;
}
.infoclub h4 {
	font-weight: 600;
}
.mapabig {
	width: 100%;
	height: 420px;
}
.tabla-hoyos {
	overflow-x: auto;
}
.tabla-hoyos img {
	min-width: 800px;
}
.tabla-hoyos table {
	min-width: 900px;
	width: 100%;
}
.tabla-hoyos td {
	text-align: center;
	padding: 7px 5px;
}

.tabla-hoyos tr.verde th {
	padding: 7px 5px;
	background: #6daa00;
	text-align: center;
	color: #fff;
}
.tabla-hoyos tr td:nth-child(1), .tabla-hoyos tr th:nth-child(1)  {
	text-align: left;
}
.tabla-hoyos tr.verde td {
	background: #6daa00;
	color: #fff;
}
.tabla-hoyos tr.verde2 td {
	background: #77b500;
	color: #fff;
}
.tabla-hoyos tr.negro td {
	background: #000000;
	color: #fff;
}
.tabla-hoyos tr.azul td {
	background: #00659c;
	color: #fff;
}
.tabla-hoyos tr.blanco td {
	background: #fff;
	color: #000;
}
.tabla-hoyos tr.gold td {
	background: #e0b123;
	color: #fff;
}
.tabla-hoyos tr.rojo td {
	background: #ec0000;
	color: #fff;
}
@media(min-width: 767px) {
	.dondeestamos {
		padding-right: 30px;
	}
}
.formulariocontacto .formulario {
	width: 400px;
	max-width: 100%;
}
.formulario input {
	width: 100%;
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 16px;
	background: #fafafa;
}
.formulario select {
	border: 1px solid #e0e0e0;
	margin-bottom: 16px;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	background-image: url(images/newcaret.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fafafa;
}
.formulario textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 16px;
	height: 100px;
	background: #fafafa;
}
.blog .clearfix2 {
	display: none;
}
a.img_noticias {
	width: 100%;
	height: 260px;
	display: block;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}
.pagination > li > a, .pagination > li > span { 
	color: #81A811;
}
a.curr{
	color: #FFF !important; 
	background-color: #81A811 !important;
}
.text-right .pagination {
	margin: 0;
	padding: 0;
}
.post-content {
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 0;
}
.post-content.no-padding img {
    margin: 0;
}
.pagination span, .pagination a {
	display: inline-block;
	border: 1px solid #eee;
	margin: 0 1px;
	padding: 5px 10px;
	font-size: 15px;
	color: #333;
	background: #fff;
	text-decoration: none !important;
}
.pagination span:hover, .pagination a:hover {
	background: #fff;
}
.pagination span.current, .pagination span.current:hover {
	color: #FFF !important;
	background-color: #81A811 !important;
}
.imgprincipal img {
	width: 100%;
}
.legal h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}
.legal h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}
.contsearchpage {
	padding-left: 30px;
	padding-right: 30px;
}
.buscadorpaginas input {
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: 7px;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
}

@media(min-width: 991px) {
	.buscadorpaginas {
		border-top: 1px dashed #cddca0;
	}
	.contsearchpage {
		padding-left: 50px;
		padding-right: 50px;
	}
}
.search-toggle {
	padding-left: 15px;
	color: #fff !important;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}
.search-toggle .fa {
	font-size: 16px;
	margin-right: 4px;
}
#contenedor-busqueda {
	border-top: 1px solid #fff;
	padding-top: 25px;
	padding-bottom: 20px;
	display: none;
}
#contenedor-busqueda .input-buscador {
	float: left; 
	width: 25%;
	padding: 0 5px;
}
#contenedor-busqueda .bootstrap-select .btn {
    padding: 8px;
    height: 36px;
    border: none !important;
    border-radius: 6px;
}
#contenedor-busqueda .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 19px;
    right: 8px;
}
#contenedor-busqueda .buscar_button {
    -webkit-appearance: none;
    appearance: none;
    background: #a5eb01;
    border-radius: 6px;
    color: #fff;
    height: 42px;
    padding: 10px;
    width: 240px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    font-size: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.totalresultados span {
	font-weight: normal;
}
@media(min-width: 767px) {
	.topnavorden {
		text-align: right;
	}
}
.topnavorden select {
	border: 1px solid #e0e0e0;
	margin-bottom: 16px;
	-webkit-appearance: none;
	appearance: none;
	width: 200px;
	padding: 8px;
	margin-left: 4px;
	margin-bottom: 15px;
	background-image: url(images/newcaret.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.heading-title {
	font-size: 20px;
	color: #81A811;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}
.heading-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: #81A811; 
	margin-top: 12px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.notfound {
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.clearfix767 {
	display: none;
}
.tituloficha {
	margin-bottom: 5px;
}
.fichas {
	font-size: 15.4px;
}
.pagination {
	display: block;
}
.error {
	text-align: center;
}
.error big {
	font-weight: 600;
	font-size: 60px;
}
.error a.boton {
	margin-top: 30px;
	margin-bottom: 60px;
}


/*** Detalle propiedad ****/
.newsingle .top {
	background: #f2f2f2;
	padding: 22px 0 15px 0;
	margin: 0 0 3px 0 !important;
}
.newsingle .top h3 {
	text-align: left;
	color: #000;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.newsingle .top .caracteristica {
	display: inline-block;
	margin-right: 22px;
	margin-top: 10px;
	padding-right: 10px;
	color: #000;
}
.newsingle .top .caracteristica img {
	position: relative;
	top: -1px;
}
.newsingle .top .precios {
	font-size: 16px;
	color: #000;
	text-align: right;
}
.newsingle .top .precios span {
	font-size: 21px;
	font-weight: bold;
	position: relative;
	top: 1px;
}
.newsingle .top .precios p {
	margin: 0;
	padding: 0;
}
.newsingle .main {
	float: left;
	width: 70%;
}
.newsingle .sidebar {
	float: left;
	width: 30%;
}
.inmbueble-album {
    display: block;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.inmbueble-album .slide {
	height: 400px;
}
.inmbueble-album .slide img {
	height: 100%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.flickity-enabled {
  position: relative;
  background: #fff;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  opacity: 0.7;
}
.flickity-button:hover {
  cursor: pointer;
  opacity: 1;
}
.flickity-button:focus {
  cursor: pointer;
  opacity: 1;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  display: none !important;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
canvas {
	display: none !important;
	opacity: 0 !important;
}
.height50 {
	height: 50px;
}
.height30 {
	height: 30px;
}
.height20 {
	height: 20px;
}
.newsingle .detalles {
	padding-left: 25px;
	width: 70%;
}
.newsingle .detalles p {
	padding-bottom: 0;
	margin-bottom: 7px;
}
.newsingle .detalles h4 {
	color: #81a811;
	margin:0 0 20px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 22px;
	font-weight: normal;
}
.sticky-fix {
	padding: 15px;
	background: #fff;
}
.sticky-fix .topbar {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 15px;
}
.sticky-fix .topbar a {
	color: #000;
	color: #222;
	display:inline-block;
	margin-right: 20px;
	text-decoration: none;
}
.sticky-fix .topbar a.link_opciones_detalle img {
	margin-right: 6px;
}
.sticky-fix #share {
	position: absolute;
    top: 32px;
    left: 142px;
}
p.referencia {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	color: #000;
}
p.referencia span {
	color: #81a811;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
}
.sticky-fix h4 {
	color: #81a811;
    margin: 0 0 6px 0;
    padding: 0 0 6px 0;
    font-size: 24px;
}
.datoscontacto .nombre {
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 0;
}
.datoscontacto .nombreinmobiliaria {
	color: #111;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
a.botonmasinformacion {
	text-transform: uppercase;
	border: 1px solid #81a811;
	background: #fff;
	color: #81a811;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	border-radius: 4px;
	margin-top: 9px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}
a.botonmasinformacion:hover {
	background: #81a811;
	color: #fff;
}
a.botonmasinformacion img, a.botonmasinformacion2 img {
	margin-right: 10px;
}
a.botonmasinformacion2 {
	text-transform: uppercase;
	border: 1px solid #81a811;
	background: #fff;
	color: #81a811;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	border-radius: 4px;
	margin-top: 9px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}
a.botonmasinformacion2:hover {
	background: #81a811;
	color: #fff;
}
.newsingle footer {
	position:relative;
	z-index: 1000;
}
select {
	background-color: #ffffff;
}
/***
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,0.5);
}
***/
#telefonos a {
	display: block;
	margin: 0 10px;
	color: #000;
	font-size: 17px;
	text-decoration: none;
}
#telefonos a .fa {
	display:inline-block;
	width: 24px;
	text-align: center;
	font-size: 20px;
	margin-right: 0;
	color: #81a811;
}
.modal {
    z-index: 99999;
}
.cabecera-responsive {
	display: none;
}
.contactar-fixed {
	display: none;
}
.solicitud {
	width: 600px;
	max-width: 100%;
	margin: 50px auto;
}
.solicitud h1 {
	color: #81a811;
	font-weight: bold;
	text-align: center;
}
.solicitud h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.solicitud input, .solicitud textarea {
	width: 100%;
	height: 50px;
	padding: 11px;
	margin-bottom: 12px;
	border: 1px solid #ddd;
}
.solicitud textarea {
	height: 120px;
}
.solicitud input[type="submit"] {
	border: none;
	background: #81a811;
	color: #fff;
	width: 240px;
	max-width: 100%;
	padding: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 12px;
	opacity: 0.9;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.solicitud input[type="submit"]:hover {
	opacity: 1;
}


a.search-toggle {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 15px;
	font-weight: 600;
	font-size:15px;
}
a.search-toggle .fa {
	margin-right: 8px;
	font-size: 20px;
}
#contenedor-busqueda {
	display: none;
}
.grey .menulocalidades a {
	display: inline-block;
}
.menulocalidades span {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #c80032;
    margin: 0 6px;
    position: relative;
    top: 1px;
}

/**** INMOBILIARIAS ****/
.fichainmo {
	margin-bottom: 30px;
	position: relative;
}
.fichainmo .logoinmo {
	text-align: center;
	height: 150px;
	width: 40%;
	float: left;
	border: 1px solid #e0e0e0;
	position: relative;
	margin-right: 5%;
	margin-bottom: 15px;
}
.fichainmo .logoinmo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	background: #fff;

}
.datosinmo {
	float:left;
	width: 55%;
}
.datosinmo p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.datosinmo h4 {
	margin-bottom: 8px;
}
.datosinmo h4 a {
	color: #81A811;
}
img.logo-inmo {
	max-height: 100px;
	float: left;
	margin-right: 10px;
	max-width: 100%;
	width: auto;
}
.head-inmo h3 {
	color: #000;
	padding: 14px 0;
	display: inline-block;
	font-size: 30px;
}
.btns_inmo {
	text-align: right;
	padding-top: 12px;
}
.btns_inmo a {
	display: inline-block; 
	padding: 9px 20px;
	margin: 0 3px 0 3px;
	color: #000;
	background: #f0f0f0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-size:16px;
}
.btns_inmo a:hover {
	background: #ddd;
	text-decoration: none;
}
.details_inmo .linea {
	border-top: 1px solid #f0f0f0;
}
.details_inmo .total_orden_pag {
    padding-top: 12px;
    margin-bottom: 0;
    padding-bottom: 12px;
    border: none;
}
.pagination-inmo {
	text-align: right;
}
.pagination-inmo .pagination {
	margin-top: 0;
	margin-bottom: 0;
}
.footer-inmo {
	padding-left: 0;
	padding-right: 0;
	margin-top: 30px;
}
img.logo-inmo-footer {
	width: auto;
	height: 72px;
	max-height: 72px;
}
img.img-nosotros {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
}
.sobrenosotros, .contactoinmob {
	padding-top: 30px;
}
.footer-inmo h4 {
	font-weight: 600;
	margin: 0 0 12px 0;
	padding: 0;
}
.datoscontacto_inmo {
	padding-top: 60px;
}
.datoscontacto_inmo p {
	position: relative;
	padding-left: 26px;
	margin: 0 0 8px 0;
	padding-top: 0;
	padding-bottom: 0;
}
.datoscontacto_inmo .fa {
	color:#81A811;
	position: absolute;
	left: 0px;
	top: 3px;
	display: inline-block;
	width: 18px;
	text-align: center;
}
.datoscontacto_inmo .fa-mobile {
	font-size: 18px;
}
.datoscontacto_inmo .fa-map-marker {
	font-size: 16px;
}
.datoscontacto_inmo .fa-envelope-o {
	font-size: 14px;
}
.formularo-inmo input, .formularo-inmo textarea {
	width:100%;
	margin-bottom: 10px;
	border: 1px solid #e9e9e9;
	padding: 7px 10px;
}
.formularo-inmo textarea { 
	height: 80px;
	resize: none;
}
.formularo-inmo input[type="submit"] {
	width: auto;
	padding: 8px 30px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background: #81A811;
	border: 1px solid #81A811;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.formularo-inmo input[type="submit"]:hover {
	background: #81A811;
}
.full598 {
	margin-bottom: 20px;
}
/*** PROYECTOS ***/
.torre {
	margin-top: 12px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}
.bg-torre img {
    display: none;
}
.bg-torre {
	height: 700px;
}
.bg-torre.proyecto {
	height: 480px;
}
.descripcion-torre {
	padding: 20px 30px 20px 10px;
}
.logoconstructora img {
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: -10px;
}
.logoconstructora {
    text-transform: uppercase;
    color: #111;
    font-size: 25px;
    clear: both;
    margin-bottom: 10px;
    line-height: 30px;
}
.logoconstructora p {
	padding-top: 10px;
}
.txt_descripcion {
	font-weight: bold;
	color: #111;
	font-size: 24px;
	border-bottom: 2px solid #f0f0f0;
}
.descripcion-torre {
	max-height: 700px;
	overflow: hidden;
}
.descripcion-torre.proyecto {
	max-height: 480px;
	overflow: hidden;
}
.descripcion-torre ul {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
} 
.descripcion-torre ul li {
	margin: 3px 0;
	background: url(images/bullet.png) no-repeat left 6px;
	padding-left: 12px;
}
.bg-red-dark {
	padding: 0;
	background: url(images/red-dark.png) repeat center center;
}
.entrega {
	color: #fff;
	background: url(images/separe.png) no-repeat right center;
	background-size: 100%;
	padding-top: 20px;
	padding-right: 30px;
	height: 144px;
	overflow: hidden;
}
.entrega h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}
.separe {
	padding-top: 20px;
	height: 144px;
	overflow: hidden;
	color: #fff;
}
.separe h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
	color: #fff;
}
.separe h2 {
	font-size: 20px;
	color: #fff;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: bold;
}
.separe a.button {
	color: #fff !important;
	cursor: default;
	border: 1px solid #fff;
	padding: 8px 16px;
	display: inline-block;
	margin-top: 6px;
	text-decoration:none;
}
.bg-image2-torre {
	height: 144px;
}
.gallery-torre {
	max-width: 100%; 
	height: 170px;
	overflow: hidden;
}
.gallery-torre .item {
	height: 170px;
	margin-top: 3px;
}
.gallery-torre .owl-item {
	float: left;
}
.area-social {
	text-align: center;
	width: 700px;
	max-width: 100%;
	margin: 36px auto;
}
.area-social h2 {
	color: #111;
	font-weight: bold;
	font-size: 24px;
}
.cierre-torre {
	width: 100%;
	height: 400px;
}
.btn-mas-info {
	color: #fff !important;
	font-weight: 600;
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none !important;
	margin-top: 14px;
	background: #81a811;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	opacity: 0.9;
	min-width: 184px;
	text-align: center;
	font-size: 13px;
}
.btn-mas-info:hover {
	opacity: 1;
	color: #fff !important;
}
.btn-mas-info2 {
	color: #fff !important;
	font-weight: 600;
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none !important;
	margin-top: 14px;
	background: #888;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	opacity: 0.9;
	min-width: 184px;
	text-align: center;
	font-size: 13px;
}
.btn-mas-info2:hover {
	opacity: 1;
	color: #fff !important;
}
.singlenoticia ul, .singlenoticia ol {
	margin-left: 30px;
	margin-bottom: 20px;
}


@media(max-width: 498px) {
	.full598 {
		float: none; 
		width: 100%;
	}
	.fichainmo .logoinmo {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.datosinmo {
		float:none;
		width: 100%;
	}
	img.logo-inmo {
	    max-height: 80px;
	}
	.head-inmo h3 {
		padding-top: 0;
		font-size: 24px;
	}
	.btns_inmo {
	    text-align: left;
	}
}

@media(max-width: 767px) {
	a.search-toggle {
		border-top: none;
	}
}

@media(min-width: 767px) {
	.sidebar.fixed {
		position: fixed;
		top: 0;
		right: 0;
		width: 30%;
		height: 100%;
	}
	.sidebar.fixed .sticky-fix {
		height: 100%;
	}
}


@media(max-width: 991px) {
	.logoconstructora {
		font-size: 24px;
		line-height: 28px;
	}
	.descripcion-torre {
	    padding: 20px 15px 20px 10px;
	}
	.cierre-torre {
		height: 300px;
	}
	.logoconstructora img {
	    float: left;
	    width: 80px;
	    margin-right: 15px;
	    margin-bottom: 12px;
	    margin-top: -10px;
	}
}

@media(max-width: 767px) {
	.newsingle .bg-grey.top {
		display:none;
	}
	.inmbueble-album .slide {
		height: 320px;
	}
	.ocultar-responsive {
		display: none;
	}
	.sticky-fix .topbar {
   		border-bottom: none;
    	padding-bottom: 0;
    	margin-bottom: 0;
    }
    .newsingle .detalles {
 	   	padding-left: 15px;
	    width: 100%;
	    float: none;
	    margin-top: -40px;
	}
	.cabecera-responsive {
		display: block;
		background: #f2f2f2;
		padding-top: 15px;
	}
	.cabecera-responsive h1 {
		color: #222;
		font-size: 20px;
	}
	.cabecera-responsive .referencia {
		color: #222;
	}
	.cabecera-responsive .referencia span {
		color: #81a811;
	}
	.cabecera-responsive .separa-white {
		width: 100%;
		background: #fff;
		height: 3px;
		margin: 10px 0;
	}
	.cabecera-responsive .precio-responsive {
	    font-size: 16px;
	    padding-top: 6px;
	    padding-bottom: 6px;
	}
	.cabecera-responsive .precio-responsive p {
		margin-bottom: 5px;
		padding: 0;
	}
	.cabecera-responsive .precio-responsive span {
		font-size: 20px;
		color: #222;
		font-weight: bold;
	}
	.contactar-fixed {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 5000;
	}
	#contactar-toggle {
		color: #fff;
		background: #dc0036;
		display: block;
		padding: 10px 15px;
		width: 100%;
		text-align: center;
		text-decoration: none;
		font-size: 17px;
	}
	#contactar-toggle .fa {
		font-size: 26px;
		margin-right: 4px;
	}
	.contactar-fixed .botones-contactar a {
		display: block;
		width: 100%;
		padding: 10px 15px 10px 20%;
		border-bottom: 1px dashed #fff;
		color: #fff;
		text-decoration: none;
		background: #c80032;
	}
	.contactar-fixed .botones-contactar a img {
		margin-right: 8px;
	}
	.newsingle .modal-body.detalles {
	    padding-left: 15px;
	    width: 100%;
	    float: none;
	    margin-top: 0;
	}
	#telefonos .modal-dialog {
		margin-top: 100px;
	}
	.hidefooter {
		margin-top: 50px;
	}
	.hidefooter footer {
		display: none;
	}
	.bg-torre, .bg-torre.proyecto {
		height: auto;
		padding-top: 16px;
		background: none !important;
	}
	.bg-torre img {
		display: block;
		width: 100%;
	}
	.descripcion-torre, .descripcion-torre.proyecto {
	    max-height: none;
	    height: auto;
	}
	.bg-image2-torre {
		height: 180px;
	}

}

@media(max-width: 498px) {
    .newsingle .main {
    	width: 100%;
    	float: none;
    }
    .newsingle .sidebar {
    	float: none;
    	width: 100%;
    }
    .newsingle .datoscontacto {
    	display: none;
    }
    .newsingle .datoscontacto.visible {
    	display: block;
    }
	.inmbueble-album .slide {
		height: 280px;
	}
	.gallery-torre div {
	    height: 140px;
	}
	.gallery-torre {
		height: 140px;
	}
	.gallery-torre .item {
		height: 140px;
	}
	.cierre-torre {
	    height: 220px;
	}
}


/** Ocultar botones telefono y whatsapp **/
.sidebar .datoscontacto .botonmasinformacion2 {
	/**** display: none; ***/
}
#botonfixed2, #botonfixed3 {
	display: none;
}
#contactar-toggle2 {
	color: #fff;
	background: #dc0036;
	display: block;
	padding: 10px 15px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
}
.datoscontacto.visible {
	display: none;
}
.modal-body.detalles {
	width: 100%;
}
.favcontainer {
	position: relative;
}
.favcontainer .eliminarfav {
	text-decoration: none;
    position: absolute;
    right: -3px;
    top: -3px;
    background: #81A811;
    color: #fff;
    z-index: 100;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    border-radius: 50%;
}

@media(max-width: 991px) {
	.buscador form {
		border-radius: 8px;
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0;
	}
	.buscador .input-buscador {
		float: left;
		width: 25%;
		margin-bottom: 10px;
	}
	.buscador .input-buscador::after {
		content: none !important;
	}
	.property .contenido-ficha h2 {
		font-size: 26px;
		padding-right: 0;
	}
	.property .contenido-ficha h3 {
		font-size: 22px;
		padding-right: 0;
	}
	.property.destacada .property-thumb {
		height: 350px;
	}
	h2.titulo {
		font-size: 34px;
	}
	#map {
		height: 460px;
	}
	.servicios-club .col-sm-10 div {
		width: 50%;
		padding-left: 0;
	}
}


@media(max-width: 767px) {
	.buscador .input-buscador {
		float: left;
		width: 50%;
	}
	.slider {
    	padding-top: 100px;
    	padding-bottom: 100px;
	}
	.destacadas-home {
		margin-top: 50px;
	}
	.property .contenido-ficha h2 {
		font-size: 24px;
	}
	.property .contenido-ficha h3 {
		font-size: 20px;
	}
	h2.titulo {
		font-size: 28px;
	}
	.buscadorcamposgolf {
		text-align: center;
	}
	.formcamposgolf select {
		width: 100%;
	}
	.btnverpropiedades {
		margin-top: 20px;
	}
	h1 {
		font-size: 30px;
	}
	.clearfix767 { 
 		display: block; 
 		clear: both; 
 	}
 	.blog .clearfix2 { 
 		display: block !important;
 		clear: both;
 	}
 	.blog .clearfix {
 		display: none;
 	}
 	#contenedor-busqueda .input-buscador {
		width: 50%;
	}
	.topnavorden {
		margin-top: 15px;
	}
	.ocultar-responsive {
		display: none;
	}
	.cabecera-responsive .referencia {
		color: #222;
	}
	.cabecera-responsive .referencia span {
		color: #81a811;
	}
	.cabecera-responsive .separa-white {
		width: 100%;
		background: #fff;
		height: 3px;
		margin: 10px 0;
	}
	.inmbueble-album .slide {
		height: 320px;
	}
	.newsingle .top {
		display:none;
	}
	.datoscontacto.visible {
		display: block;
	}
	.newsingle .main {
    	width: 100%;
    	float: none;
    }
    .newsingle .sidebar {
    	float: none;
    	width: 100%;
    }
    .newsingle .datoscontacto {
    	display: none;
    }
    .newsingle .datoscontacto.visible {
    	display: block;
    }
}

@media(max-width: 498px) {
	body {
		font-size: 15px;
	}
	.buscador h1 {
		font-size: 30px;
	}
	.buscador .content-search {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.full498 {
		float: none;
		width: 100%;
	}
	#map {
		height: 400px;
	}
	.inmbueble-album .slide {
		height: 280px;
	}
}

/** Ocultar botones telefono y whatsapp **/
.sidebar .datoscontacto .botonmasinformacion2 {
	/*** display: none; ***/
}
#botonfixed2, #botonfixed3 {
	display: none;
}
#contactar-toggle2 {
	color: #fff;
	background: #81a811;
	display: block;
	padding: 10px 15px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
}
.navi .favhousescc .dropdown-menu, #favhouses {
    background-color: #fff !important;
    border-color: #fff !important;
    min-width: 240px;
    padding-left: 10px;
    padding-right: 10px;
}
#content-fav ul{margin: 0; padding: 0; list-style: none;}
#content-fav li {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #eee; margin-bottom: 8px; position: relative;}
#content-fav input{margin-bottom:8px; font-size: 12px;}
#content-fav input:hover{background: #DC0036; color: #FFF;}
#content-fav .glyphicon-remove-sign{
    position: absolute;
    left: -8px;
    top: -8px;
    display: block;
    font-size: 24px;
    border: 0;
    padding: 0;
    margin: 0;
    background: #FFF;
    border-radius: 24px; 
}
#content-fav .glyphicon-remove-sign:hover{
    color: #000;
    cursor: pointer;
}
#content-fav i{
    color: #81a811;
    margin-right: 5px;
}
#content-fav span{display: block; float: left; 
	margin:0 8px 8px 0; 
	color: #444; font-weight: normal; border-right: 1px solid #eee; padding-right: 8px;}
#content-fav strong{display: block; margin-bottom: 8px;}

#content-fav a {
    font-weight: normal;
    margin-bottom: 8px;
    color: #444;
}

#content-fav img{
    float: left;
    width: 50px;
    margin:0 10px 10px 0;
}