/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : La Casa
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Hero
    - Search
    - Listings
    - Footer
    - Responsive CSS
    

*/

/*  Fonts  */
@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'p22_corinthia';
    src: url('../fonts/p22_corinthia.eot');
    src: url('../fonts/p22_corinthia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/p22_corinthia.woff') format('woff'),
         url('../fonts/p22_corinthia.ttf') format('truetype'),
         url('../fonts/p22_corinthia.svg#P22Corinthia') format('svg');
    font-weight: normal;
    font-style: normal;
}











/*  General CSS  */
body{
    background: #fff;
}

.wrapper{
    /*max-width: 1350px;*/
    margin: 0 auto;
    position: relative;
	padding: 0 1em;
}

.wrapper #wrapper-left{
	float:left;
	width:37%;
	text-align: right;

}

.wrapper #wrapper-mid{
	float:left;
	width:37%;
	text-align: center;

}

.wrapper #wrapper-right{
	float:left;
	width:20%;
	text-align: left;
	padding-left: 4em;
}

.wrapper #wrapper-right h2{
	font-size: 1.6em;
	font-weight: bold;
	/*background: rgba(28, 54, 85, 0.2);*/
	color:  #666; /*fff;*/
	margin: 0px;
	padding-right: 30px;
}



h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

hr{
	height: 0px;
	border-style:solid;
	border-width: 5px;
	border-color: #e56500;
}

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}










/*  Header Section  */

header{
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 1);
	overflow: visible;
}

header .logo{
    margin-top: 0px;
	margin-left: 1%;
    float: left;
}

header a.hamburger{
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 41px;
	margin-right: 20px;
    width: 24px;
    height: 19px;
    background: url('../img/hamburger_icon.png') no-repeat;
}

header a.hamburger.opned{
    width: 19px;
    background: url('../img/close_menu_icon.png') no-repeat;
}

header #idiomas{
	display: inherit;	
}
header #idiomas2{
	display: none;	
    float: right;
    margin-top: 41px;
	margin-right: 60px;
}

header nav {
  display: block;
  height: 50px;
  float: left;
  right: 0.5em;
  opacity: 1;
}


#menu {
  display: block;
  position: relative;
  z-index: 999;
  color: #fff;
  font-family: "lato-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 15px 4px 17px 0;
}

#menu li {
  display: block;
  float: left;
  
}
#menu li a {
  display: block;
  position: relative;
  float: left;
  padding: 0 20px;
  line-height: 48px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
#menu li a:hover, #menu li a.active {
  background: #e56500;
  color: #2c343b;
}

#menu li ul {
  display: none;
  position: absolute;
  top: 50px;
  width: 200px;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  box-shadow: 0 2px 7px rgba(0,0,0,0.45);
}
#menu li ul li {
  display: block;
  width: 200px;
}
#menu li ul li a {
  display: block;
  float: none;
background: #555;
    text-decoration: none;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
  
}
#menu li ul li a:hover {
  background:  #F60;
  color: #fff;
}

#menu li ul.expanded {
  width: 400px;
}
#menu li ul.expanded li { margin-right: 200px; }



#menu li ul li ul {
  display: none;
  position: absolute;
  left: 200px;
  top: 0;
  height: 100%;
  background: #555;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#menu li ul li ul li a { 
	color: #fff; 
	background: #555;}
#menu li ul li ul li a:hover { background: #666; }



/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/*flags & tel*/

.c-flags{
	float: right;	
	padding: 15px 4px 0px 20px;
}

.c-tel{
	color: #000;
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px 4px 7px 0;
	float: right;	
}

/*
header nav{
   
    opacity: 1;
	position:absolute;
	float:right;
	right: 0.5em;
	width: 90%;
}


header nav ul{
    list-style: none;
    overflow: hidden;
    float: left;
	display: inline;
	padding: 25px 4px 17px 0;
	position:absolute;
}

header nav ul li{
	position:relative;
    float: left;
	padding: 15px 20px;
	width: inherit;
}

header nav ul li:hover {
  color: #fff;
}

header nav ul li a{
    text-decoration: none;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

header nav ul li ul {
  position:  relative;
  top: 40px;
  left: 00px;
  width:150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
    z-index: 9999;

}
header nav ul li ul li { 
  background: #555; 
  display:  block; 
  color: #fff;
}
header nav ul li ul li:hover { background: #666; }
header nav ul li:hover ul {
  display:  block;
  opacity: 1;
  visibility: visible;
}


header nav .login_btn{
    text-decoration: none;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

header nav .login_btn{
    float: right;
    margin: 30px 0 0 50px;
    padding: 10px 30px 11px 30px;
    border: 2px solid #ffffff;
    background: transparent;

    transition: background .1s linear;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    -o-transition: background .1s linear;
}

header nav .login_btn:hover{
    background: #ffffff;
    color: #1c3655;
}



/*  Hero Section  */

.hero{
    width: 100%;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.hero .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -105px;
    z-index: 10;
}

.hero .caption h2{
    color: #fff;
    font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
    font-size: 100px;
    font-weight: lighter;
    margin: 0;
    position: relative;
    display: block;
}

.hero .caption h3{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: -15px 0 0 25px;
    left: 1px;
}


.hero2{
    width: 100%;
    height: 100px;
    position: relative;
    background: url('../img/hero.jpg') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}





/*  Search Section  */
.search{
    width: 100%;
    height: 60px;
    background: #bfd9f2;
    position: relative;
}

.search #search{
    display: block;
    width: 90.90909090909091%;
    height: 60px;
    float: left;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
    background: #bfd9f2;
    color: #ffffff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
}

.search #search::-webkit-input-placeholder{
   color: #95badf;
}

.search #search:-moz-placeholder{ 
   color: #95badf;  
}

.search #search::-moz-placeholder{ 
   color: #95badf;  
}

.search #search:-ms-input-placeholder{  
   color: #95badf;  
} 

.search #submit_search{
    display: none;
}

.search .advanced_search_icon{
    display: block;
    width: 26px;
    height: 26px;
    float: right;
    background: url('../img/advanced_search_inactive.png') no-repeat;
    margin-top: 16px;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.search .advanced_search_icon:hover{
    background: url('../img/advanced_search_hover.png') no-repeat;
}

.search .advanced_search_icon.active{
    background: url('../img/advanced_search_active.png') no-repeat;
}

.search #buscar{
    display: block;
    width: 509px;
    height: 26px;
    border: 0;
    padding-top: 16px;
	float: left;
    outline: none;
    color: #ffffff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;

}





.search .advanced_search{
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background: #cbe0f4;
    border-top: 1px solid #aac8e4;
    border-bottom: 1px solid #aac8e4;
    z-index: 9999;
    display: none;
}

.search .advanced_search .arrow{
    display: block;
    width: 14px;
    height: 9px;
    background: url('../img/search_arrow.png') no-repeat;
    position: absolute;
    top: -8px;
    right: 6px;
}

.search .advanced_search #check_in_date,
.search .advanced_search #check_out_date,
.search .advanced_search #min_price,
.search .advanced_search #max_price{
    display: block;
    width: 509px;
    height: 100px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    outline: none;
    background: #cbe0f4;
}

.search .advanced_search #check_in_date,
.search .advanced_search #check_out_date{
    background: url('../img/calendar_icon.png') no-repeat;
    background-position: 484px 50%;
    padding: 0 100px 0 20px;
    width: 429px;
}

.search .advanced_search .float{
    float: left;
}

.search .advanced_search .search_fields{
    overflow: hidden;
    border-bottom: 1px solid #aac8e4;
}

.search .advanced_search .field_sep{
    display: inline-block;
    width: 1px;
    height: 60px;
    border: 0;
    background: #aac8e4;
    margin: 20px 0 0 0;
    padding: 0;
}

.search .advanced_search #keywords{
    display: block;
    width: 1060px;
    height: 100px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    outline: none;
    background: #cbe0f4;
}

.search .advanced_search #check_in_date,
.search .advanced_search #check_out_date,
.search .advanced_search #min_price,
.search .advanced_search #max_price,
.search .advanced_search #keywords{    
    color: #ffffff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
} 


.search .advanced_search #check_in_date::-webkit-input-placeholder,
.search .advanced_search #check_out_date::-webkit-input-placeholder,
.search .advanced_search #min_price::-webkit-input-placeholder,
.search .advanced_search #max_price::-webkit-input-placeholder,
.search .advanced_search #keywords::-webkit-input-placeholder{
   color: #95badf;
}

.search .advanced_search #check_in_date:-moz-placeholder, 
.search .advanced_search #check_out_date:-moz-placeholder, 
.search .advanced_search #min_price:-moz-placeholder, 
.search .advanced_search #max_price:-moz-placeholder, 
.search .advanced_search #keywords:-moz-placeholder{ 
   color: #95badf;  
}

.search .advanced_search #check_in_date::-moz-placeholder, 
.search .advanced_search #check_out_date::-moz-placeholder, 
.search .advanced_search #min_price::-moz-placeholder, 
.search .advanced_search #max_price::-moz-placeholder, 
.search .advanced_search #keywords::-moz-placeholder{ 
   color: #95badf;  
}

.search .advanced_search #check_in_date:-ms-input-placeholder,  
.search .advanced_search #check_out_date:-ms-input-placeholder,  
.search .advanced_search #min_price:-ms-input-placeholder,  
.search .advanced_search #max_price:-ms-input-placeholder,  
.search .advanced_search #keywords:-ms-input-placeholder{  
   color: #95badf;  
} 


.formularis{
	width: 80%;
	margin: 0px auto;
}

/* el meu buscador*/
#buscador-form{
	display: block;
	position: relative;
	top: 150px;
	width: 100%;
	z-index: 99;

}
#buscador-div{
	position: relative;
	top: 0;
	width: 100%;
}

.buscador {
    padding: 1.941176470588235% 3.882352941176471% 4.117647058823529% 3.882352941176471%;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 32px;

	max-width: 1800px;
	margin: 0 auto;

}
.buscador h2{
}
.buscador input{
	height: 36px;
}
.buscador select{
	height: 136px;
}

.buscador .catorze{
	width: 14%;
	float: left;
	}
.buscador .vintivuit{
	width: 28%;
	float: left;
	}

.buscador .tercio{
	width: 33%;
	float: left;
}

.buscador .medio{
	width: 50%;
	float: left;
}

.buscador .entero{
	width: 100%;
	float: left;
}
	
.buscador .fila{
	display: inline-block;
	clear: both;
	width: 100%;
    margin: 0.25em 0;
}
.buscador .columna{
	float: left;
}

.buscador input[type="range"] {
	width: 80%;
	padding: 0.15em 0.5em;
}

.buscador input[type="text"],
.buscador input[type="email"],
.buscador input[type="password"],
.buscador input[type="number"],
.buscador select,
.buscador textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	display: block;
	width: 80%;
	padding: 0.15em 0.5em;
	background: none;
	border: solid 2px rgba(185, 186, 187, 0.25);
	color: inherit;
	border-radius: 0.5em;
	outline: none;
}

.buscador input[type="button"]{
    cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	display: block;
	padding: 0.15em 1.5em;
	background: rgba(185, 186, 187, 0.50);
	border: solid 2px rgba(185, 186, 187, 0.25);
	color: inherit;
	border-radius: 0.5em;
	outline: none;
}
.buscador input[type="button"]:hover {
	background: rgba(185, 186, 187, 0.75);
    border: 2px solid #95badf;
}

.buscador label,
.buscador input[type="radio"] + span::before,
.buscador label,
.buscador input[type="checkbox"] + span,
.buscador input[type="checkbox"] + span::before
{
    display: inline-block;
    vertical-align: middle;
}
 
.buscador label
{
	font-size: 1.05em;
}

.buscador label *
{
    cursor: pointer;
}
 
.buscador input[type="checkbox"]
{
    opacity: 0;
    position: absolute;
}
 
.buscador input[type="checkbox"] + span
{
    color: #333;
}
 
.buscador label:hover span::before
{
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}
 
.buscador label:hover span
{
    color: #000;
}
 
.buscador input[type="checkbox"] + span::before
{
    content: "";
    width: 14px;
    height: 14px;
    margin: 0 4px 0 0;
    border: solid 1px #a8a8a8;
    line-height: 16px;
    text-align: center;
     
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
     
    background: #f6f6f6;
    background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
    background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
    background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
    background: -o-radial-gradient(#f6f6f6, #dfdfdf);
    background: radial-gradient(#f6f6f6, #dfdfdf);
}
 
.buscador input[type="checkbox"]:checked + span::before
{
    color: #666;
}
 
.buscador input[type="checkbox"]:disabled + span
{
    cursor: default;
     
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}
 
.buscador input[type="checkbox"] + span::before
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
.buscador input[type="checkbox"]:checked + span::before
{
    content: "\2714";
}

.buscador a, a:visited{
	color:#333333;
	text-decoration: none;
}

.buscador a:hover{
	text-decoration: underline;
}
.buscador .iconos{
	width: 30px;
	float:left;
}

.buscador button{
    cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	display: block;
	padding: 0.15em 1.5em;
	background: rgba(185, 186, 187, 0.50);
	border: solid 2px rgba(185, 186, 187, 0.25);
	color: inherit;
	border-radius: 0.5em;
	outline: none;
}
.buscador button:hover {
	background: rgba(185, 186, 187, 0.75);
    border: 2px solid #95badf;
}

.paginacion{

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 32px;
}

.paginacion li {
  display: block;
  float: left;
  
}
.paginacion li a {
  display: block;
  position: relative;
  float: left;
  padding: 0 20px;
  line-height: 48px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.paginacion li.pgactiva {
  display: block;
  position: relative;
  float: left;
  padding: 0 20px;
  line-height: 48px;
  font-weight: bold;
  text-decoration: none;
  background: #e56500;
  color: #2c343b;
}

.paginacion li a:hover, .paginacion li a.active {
  background: #e56500;
  color: #2c343b;
}


.contacto {
    padding: 2.941176470588235% 0;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 16px;

	width: 100%;
	margin: 0 auto;

}
.contacto h2{
}
.contacto select, input{
	height: 26px;
	margin-bottom: 0.5em;
}

.contacto .catorze{
	width: 14%;
	float: left;
	margin-bottom: 0.5em;
	}
.contacto .vintivuit{
	width: 28%;
	float: left;
	margin-bottom: 0.5em;
	}

.contacto .tercio{
	width: 33%;
	float: left;
	padding: 0.5em 0 !important;s
}

.contacto input[type="text"],
.contacto input[type="email"],
.contacto input[type="password"],
.contacto select,
.contacto textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	display: block;
	width: 100%;
	padding: 0.05em 0.5em;
	background: none;
	border: solid 2px rgba(185, 186, 187, 0.25);
	color: inherit;
	border-radius: 0.5em;
	outline: none;
}

.contacto input[type="button"]{
    cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	display: block;
	padding: 0.15em 1.5em;
	background: rgba(185, 186, 187, 0.50);
	border: solid 2px rgba(185, 186, 187, 0.25);
	color: inherit;
	border-radius: 0.5em;
	outline: none;
}
.contacto input[type="button"]:hover {
	background: rgba(185, 186, 187, 0.75);
    border: 2px solid #95badf;
}

.contacto label,
.contacto input[type="radio"] + span::before,
.contacto label,
.contacto input[type="checkbox"] + span,
.contacto input[type="checkbox"] + span::before
{
    display: inline-block;
    vertical-align: middle;
}
 
.contacto label *
{
    cursor: pointer;
}
 
.contacto input[type="checkbox"]
{
    opacity: 0;
    position: absolute;
}
 
.contacto input[type="checkbox"] + span
{
    color: #333;
}
 
.contacto label:hover span::before
{
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}
 
.contacto label:hover span
{
    color: #000;
}
 
.contacto input[type="checkbox"] + span::before
{
    content: "";
    width: 14px;
    height: 14px;
    margin: 0 4px 0 0;
    border: solid 1px #a8a8a8;
    line-height: 16px;
    text-align: center;
     
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
     
    background: #f6f6f6;
    background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
    background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
    background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
    background: -o-radial-gradient(#f6f6f6, #dfdfdf);
    background: radial-gradient(#f6f6f6, #dfdfdf);
}
 
.contacto input[type="checkbox"]:checked + span::before
{
    color: #666;
}
 
.contacto input[type="checkbox"]:disabled + span
{
    cursor: default;
     
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}
 
.contacto input[type="checkbox"] + span::before
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
.contacto input[type="checkbox"]:checked + span::before
{
    content: "\2714";
}

.contacto a, a:visited{
	color:#333333;
	text-decoration: none;
}

.contacto a:hover{
	text-decoration: underline;
}
.contacto .iconos{
	width: 30px;
	float:left;
}

.contacto .meuDiv{
	float: left;
	min-width: 80px;
}

.contacto .u-full-width {
  width: 100%;
  box-sizing: border-box; }

.contacto .row:after{
  content: "";
  display: table;
  clear: both; }

.contacto .columns {
    margin-left: 1%; }
.contacto .columns:first-child {
    margin-left: 0; }

.contacto .button{
  display: inline-block;
  min-height: 38px;
  padding: 0 10px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: inherit;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  
.contacto .button:hover,
.contacto .button:focus{
  color: #333;
  border-color: #888;
  outline: 0; }

.contacto button{
  display: inline-block;
  min-height: 38px;
  padding: 0 10px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: inherit;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  
.contacto button:hover,
.contacto button:focus{
  color: #333;
  border-color: #888;
  outline: 0; }
    
/* secció gama */
.gama{
    width: 100%;
    position: relative;
	padding: 0;
	margin: 0;
    padding: 2.941176470588235% 0.05%;
}

.gama ul{
    list-style: none;
    overflow: hidden;
}

.gama ul li{
    display: block;
    width: 24.9%; /*33.2%;*/
    height: 255px; /*height: auto;*/
	/*max-height: 275px;*/
    position: relative;
    float: left;
    margin: 0 0.05%;
	text-align: center;
	overflow: hidden;
}

.gama .figure_gama{
    width: 100%;
	margin: 0 auto !important;
	display: inline-block;
}

.gama .figure_gama::after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:99%;
	background:rgba(0,0,0,0.4);
	transition: all .15s ease-in;
}

.gama .figure_gama:hover:after{
	background-color:rgba(0,0,0,0.05)
}

.gama .figure_gama_c{
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
	font-size: 1.8em; /*2em;*/
	font-weight: 400;
    font-style: normal;
    background-color: transparent;
    position: absolute;
	left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 96%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
    transition: all .15s ease-in;
    letter-spacing: .75px;
}


/* secció producte bancari */
.prodbanc{
    width: 100%;
    position: relative;
	margin: 0;
    padding: 1.141176470588235% 0.05%;
}


.prodbanc .figure_prodbanc{
    width: 100%;
	position: relative;
	margin: 0 auto !important;
	display: inline-block;
}

.prodbanc .figure_prodbanc::after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:99%;
	background:rgba(0,0,0,0);
	transition: all .15s ease-in;
}

.prodbanc .figure_prodbanc:hover:after{
	background-color:rgba(0,0,0,0.2)
}

.prodbanc .figure_prodbanc_c{
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 400;
    font-style: normal;
    background-color: transparent;
    position: absolute;
	left: 10%;
    top: 50%;
    transform: translateY(-50%) translateX(-10%);
    width: 40%;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    z-index: 10;
    transition: all .15s ease-in;
    letter-spacing: .75px;
}

	.prodbancleft {
		float: left;
		width: 70%;
	}
	
	.prodbancright {
		float: left;
		width: 30%;
	}
	
	
/*vender piso*/
.divVender{
    position: absolute;
    top: 18em;
    right: 6em;
    /*position: relative;
	top: 2em;*/
	width:30vw;
	min-width: 220px;
	max-width: 250px;
	height: 30vw;
	min-height: 220px;
	max-height: 250px;
	z-index: 999;
	margin: 0 auto;
}
.subdivVender{
	position: relative;
	border-radius: 50%;
	background-color: #e56500;
	text-align: center;
	color: #fff;
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 2.1em;
	width: 100%;
	height: 100%;
}
.subdivVender p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* secció producte bancari */
.prodturistic{
    width: 100%;
    position: relative;
	margin: 0;
    padding: 1.141176470588235% 0.05%;
}

.prodturistic img{
    width: 100%;
}

.prodturistic .figure_prodturistic{
    width: 100%;
	position: relative;
	/*margin: 0 auto !important;*/
	display: inline-block;
}

.prodturistic .figure_prodturistic:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:99%;
	background:rgba(0,0,0,0);
	transition: all .15s ease-in;
}

.prodturistic .figure_prodturistic:hover:after{
	background-color:rgba(0,0,0,0.2)
}

.prodturistic .figure_prodturistic_c{
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
	font-size: 2.8em;
	font-weight: 400;
    font-style: normal;
    background-color: transparent;
    position: absolute;
    bottom: 10%;
    width: 90%;
    color: #e56500;
    text-align: right;
    /*text-transform: uppercase;*/
    z-index: 10;
    transition: all .15s ease-in;
    letter-spacing: .75px;
}

.kavehome{
    width: 100%;
    position: relative;
	margin: 0;
    padding: 1.141176470588235% 0.05%;
}

.kavehome .imgkavehome{
    width: 100%;
}

.kavehome .logokavehome{
    width: 30%;
    max-width: 200px;
    position: absolute;
    top: 50px;
    left: 50px;
}

.kavehome .figure_kavehome{
    width: 100%;
	position: relative;
	/*margin: 0 auto !important;*/
	display: inline-block;
}

.kavehome .figure_kavehome:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:99%;
	background:rgba(0,0,0,0);
	transition: all .15s ease-in;
}

.kavehome .figure_kavehome:hover:after{
	background-color:rgba(0,0,0,0.2)
}

.kavehome .figure_kavehome_c{
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
	font-size: 2.8em;
	font-weight: 400;
    font-style: normal;
    background-color: transparent;
    position: absolute;
    bottom: 16%;
    width: 90%;
    color: #ffffff;
    text-align: right;
    /*text-transform: uppercase;*/
    z-index: 10;
    transition: all .15s ease-in;
    letter-spacing: .75px;
}

.kavehome .figure_kavehome_c2{
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
	font-size: 2.0em;
	font-weight: 400;
    font-style: normal;
    background-color: transparent;
    position: absolute;
    bottom: 10%;
    width: 90%;
    color: #ffffff;
    text-align: right;
    /*text-transform: uppercase;*/
    z-index: 10;
    transition: all .15s ease-in;
    letter-spacing: .75px;
}

/*
.gama ul li img{
    width: 99.9%;
    padding: 2.941176470588235% 0.2%;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	
	margin: 0 auto !important;
}
.gama ul li img::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  z-index:-1;
  transition: all .15s ease-in;
}
.gama ul li .gamalogo{
	position:absolute;
    top:0;
    left: 4.6%;
	border: none;
}
*/


.legales {
    padding: 1.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 32px;
	text-align: justify;

	max-width: 1200px;
	margin: 0 auto;

}

.legales ul, .legales ol{
	padding-left: 2em;
}
.legales h4{
	padding-top: 2em;
}

/*  listings section  */
.listings{
    padding: 30px 0;
}

.nopaddinglistings{
	padding: 0 !important;
}

.listings ul.properties_list{
    list-style: none;
    overflow: hidden;
}

.listings ul.properties_list li{
    display: block;
    width: 22.2%;
    height: auto;
    position: relative;
    float: left;
    margin: 10px 1.29%;
	border-top: 1px solid #e56500;
	border-bottom: 1px solid #e56500;
	border-left: 1px solid #e56500;
	border-right: 1px solid #e56500;
	min-height: 397px;
}
.listings ul.properties_list li:hover{
	border-top: 1px dotted #e56500;
	border-bottom: 1px dotted #e56500;
	border-left: 1px dotted #e56500;
	border-right: 1px dotted #e56500;
}
.listings ul.properties_list li .property_photo{
	display: inline-block;
	max-height: 250px;
	overflow: hidden;
}
.listings ul.properties_list li img.property_img{
    width: 100% !important;
    min-height: 250px !important;
    vertical-align: top;
	overflow: hidden;
	transition: transform .2s;
}

.listings ul.properties_list li img.property_img:hover{
	 transform: scale(1.1);
}

.listings ul.properties_list li .price{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 15px;
    background: rgb(229, 101, 0, 0.6);
    color: #fff;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.listings ul.properties_list li .oldprice{
    position: absolute;
    top: 50px;
    right: 10px;
    padding: 10px 15px;
    background: rgb(255, 0, 0, 0.6);
    color: #fff;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
	text-decoration: line-through;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.listings ul.properties_list li .status{
    position: absolute;
    top: 180px;
    right: 10px;
    padding: 15px 20px;
	background-color:rgba(255, 255, 255, 0.7);
    color: #514d4d;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.listings ul.properties_list li .shareicon{
    position: absolute;
    top: 260px;
    right: 10px;
    padding: 10px 10px;
}

.listings ul.properties_list li .shareicon a{
	color: #666464;
	text-decoration: none;
	}

.listings ul li .property_details{
    width: 87.64705882352941%;
    padding: 0.41176470588235% 2.882352941176471% 4.117647058823529% 2.882352941176471%;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}


.listings ul li .property_details h1{
    color: #666464;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 20px;
}

.listings ul li .property_details h1 a{
    text-decoration: none;
    color: #666464;
}

.listings ul li .property_details h2{
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

.listings ul li .property_details .property_size{
    color: #676767;
}
.listings ul li .property_details .info{
	float: left;
	width: 22%;
	padding: 0.3em;
	text-align: center;
    color: #626262;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
}

.listings .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.listings .more_listing_btn{
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #afcbe6;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings .more_listing_btn:hover{
    color: #a0c3e5;
    border: 2px solid #a0c3e5;    
}





/*  fitxa section  */
.fitxa{
    padding: 10px;
}
.fitxa #promocions{
	width: 95%;
	margin: 0 auto;
}

.fitxa h2{
    color: #666;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

.fitxa h2 a{
    text-decoration: none;
    color: #666;
}

.fitxa h2 a:hover{
    text-decoration: underline;
    color: #454545;
}

.fitxa .fotos{
    display: block;
    width: 45.90909090909091%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 1.636363636363636% 1.636363636363636% 0;
}

.fitxa #fotospromo{
    display: block;
    width: 35.90909090909091%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 1.636363636363636% 1.636363636363636% 0;
}

.fitxa .fotos img.property_img{
    width: 99%;
    height: auto!important;
	padding: 1px 0.2%;
    vertical-align: top;
}

.fitxa #fotospromo img.property_img{
    width: 99%;
    height: auto!important;
	padding: 1px 0.2%;
    vertical-align: top;
}

.fitxa .fotos #separador{
	width: 100%;
	height: 1px;
	clear: both;
}

.fitxa .fotos img.property_imgsmall{
    width: 32%;
    height: 32%;
    vertical-align: top;
	padding: 1px 0.2%;
	float: left;
}
.grid-sizer,
.grid-item { width: 33%; }

.grid-list {
  list-style: none;
}

.fitxa a, a:visited{
	text-decoration: none;	
	color: #666;
}

.fitxa a:hover{
	text-decoration: underline;	
	color: #666;
}

.fitxa .detalls{
    display: block;
    height: auto;
    position: relative;
    float: left;
    width: 45.64705882352941%;
    padding: 0.1% 1.882352941176471% 1.117647058823529% 1.882352941176471%;
    border: 1px solid #f2f1f1;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.45em;
    font-weight: normal;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.fitxa #detallspromo{
    display: block;
    height: auto;
    position: relative;
    float: left;
    width: 55.64705882352941%;
    padding: 0.1% 1.882352941176471% 1.117647058823529% 1.882352941176471%;
    border: 1px solid #f2f1f1;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.45em;
    font-weight: normal;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.fitxa #missatge{
	text-align: center;
	padding: 10em 0;
}

.fitxa .detalls h1{
    color: #333;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

.fitxa .detalls h1 a{
    text-decoration: none;
    color: #333;
}

.fitxa .detalls h2{
    color: #666;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
}

.fitxa .detalls h2 a{
    text-decoration: none;
    color: #666;
}
.fitxa .detalls h2 a:hover{
    text-decoration: underline;
    color: #454545;
}

.fitxa .detalls h3{
    color: #666;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
}

.fitxa .detalls h4{
    color: #666;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
}

.fitxa .detalls #preu{
    color: #666;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
	font-size: 2em;
}

.fitxa .detalls .dades{
	float: left;
	padding-right: 50px;
}
.fitxa .detalls .datanoticia{
	font-size: 0.8em;
	font-style: italic;
}

.fitxa #other_properties{
    display: block;
    width: 15.90909090909091%;
    height: auto;
    position: relative;
    float: right;
    margin: 0 1.636363636363636% 1.636363636363636% 0;
}

.fitxa #other_properties ul.properties_list{
    list-style: none;
    overflow: hidden;
}

.fitxa #other_properties ul.properties_list li{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 3.636363636363636% 3.636363636363636% 0;
}

.fitxa #other_properties ul.properties_list li img.property_img{
    width: 100%;
    height: auto!important;
    vertical-align: top;
}

.fitxa #other_properties ul li .property_details{
    width: 87.64705882352941%;
    padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
    border-bottom: 1px solid #f2f1f1;
    border-left: 1px solid #f2f1f1;
    border-right: 1px solid #f2f1f1;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.fitxa #other_properties ul li:hover .property_details{
    border-bottom: 1px solid #95badf;
    border-left: 1px solid #95badf;
    border-right: 1px solid #95badf;
}

.fitxa #other_properties ul li .property_details h1{
    color: #666464;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

.fitxa #other_properties ul li .property_details h1 a{
    text-decoration: none;
    color: #666464;
}

.fitxa #other_properties ul li .property_details h2{
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
}

.fitxa #other_properties ul li .property_details .property_size{
    color: #676767;
}

.fitxa .tornar{
	clear:both;
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.fitxa .back_btn{
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #afcbe6;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.fitxa .back_btn:hover{
    color: #a0c3e5;
    border: 2px solid #a0c3e5;    
}

.fitxa #califener table{
	border-collapse: separate !important;
    border-spacing: 0;
	border-color: #ccc !important;
	border-width:medium !important;
	border-style: solid  !important;
	border-radius: 5px;
	padding: 2px;
}
.fitxa #califener th{
	border-collapse: collapse;
	border-color: #ccc !important;
	border-width: thin !important;
	border-bottom-style: none !important;
	border-left-style: none  !important;
	border-right-style: none !important;
	border-top-style: none !important;
	padding: 2px 10px;
	vertical-align: middle;
	
}
.fitxa #califener td{
	border-collapse: collapse;
	border-color: #ccc !important;
	border-width: thin !important;
	border-bottom-style: none !important;
	border-left-style: none  !important;
	border-right-style: none !important;
	border-top-style: solid !important;
	padding: 2px;
	vertical-align: middle;
	
}

.fitxa #califener tr{
	border-collapse: collapse;
	border:none;
}

.fitxa #califener .caldata{
	color:#FFFFFF;
	background-color:#333;
	border-radius: 5px;
	padding: 5px 10px;
}

.noticialeft{
	float: left;
	width: 78%;
	padding-right: 20px;
}
.noticiaright{
	float: left;
	width: 20%;
}

/*  footer  */
footer{
    padding-top: 30px;
    padding-bottom: 20px;
    background: #fff; /*#efefef;/* 111111;*/
	color: #666; /*fff;*/
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
	text-align: center;
    border-top: 1px solid #82abd4;

}

footer .dades{
	margin: 0 auto;	
}

footer .footer > ul{
    overflow: hidden;
}

footer .footer > ul > li{
    display: block;
    float: left;
    list-style: none;
    margin-left: 3%;
}

footer .footer > ul > li:last-child{
    margin-right: 0;
}


footer .footer > ul > li.links{
    width: 44%;
	min-width: 180px;
	text-align: left;
	margin-bottom: 50px;
}

footer ul li.links > ul > li{
    display: block;
    width: 100%;
    list-style: none;
	line-height:1.5;
	margin-bottom: 10px;
}

footer ul li.links > ul > li:last-child{
    margin-bottom: 0;
}

footer .footer > ul > li.links li a{
	color:  #666; /*fff;*/
    text-decoration: none;
}

footer .footer > ul > li.links li a:hover{
    text-decoration: underline;
}

footer .footer > ul > li.about{
    width: 327px;
}

footer ul li.about p{
    color: #666; /*fff;*/
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 34px;
    margin-top: -9px;
}

footer ul li.about > ul > li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
}

footer ul li.about > ul > li:last-child{
    margin-right: 0;
}

footer ul li.about > ul > li a{
    background: url('../img/social_media.png') no-repeat;
}

footer ul li.about > ul > li a.facebook{
    display: block;
    width: 10px;
    height: 18px;
    background-position: 0 0;
}
footer ul li.about > ul > li a.twitter{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -11px 0px;
}
footer ul li.about > ul > li a.google{
    display: block;
    width: 10px;
    height: 18px;
    background-position: -31px 0px;
}
footer ul li.about > ul > li a.skype{
    display: block;
    width: 17px;
    height: 18px;
    background-position: -43px 0px;
}

footer .copyrights{
    display: block;
    text-align: center;
    padding: 40px 0;
    margin-top: 20px;
    color:  #666; /*fff;*/
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    border-top: 1px solid #82abd4;
}

footer .copyrights a.ph_link{
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color:  #666; /*fff;*/
}

footer #wrapper-right > ul > li{
    list-style: none;
}
footer #wrapper-right > ul > li.links li a{
	color:  #666; /*fff;*/
    text-decoration: none;
}

footer #wrapper-right > ul > li.links li a:hover{
    text-decoration: underline;
}

footer #wrapper-right h2{
	font-size: 1.8em;
	font-weight: bold;
	background: none; 
	color:  #666; /*fff;*/
	margin: 0px;
	padding-right: 50px;
}
footer #wrapper-right a{
	color:  #666; /*fff;*/
    text-decoration: none;
}

footer #wrapper-right a:hover{
    text-decoration: underline;
}

footer #wrapper-right h2 .tel{
	font-size: 1.6em;
	font-weight: bold;
	/*background: rgba(28, 54, 85, 0.2);*/
	color:  #666; /*fff;*/
	margin: 0px;
	padding-right: 50px;
}
.xarxes-socials ul li{
	list-style: none;
	padding-right: 1em;
	display: block;
	position: relative;
	float: left;
}



.fullw{
width: 100%;
}

.fullw img{
	max-width: none !important;
	width: 100%;
}

#slides2{
	width:100%; 
	margin: auto;
}

.container2 .txobran{
	position: absolute; 
	left: 0; 
	top: 100px; 
	width: 70%; 
	text-align: center;
	font-family: "lato-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 6em;
	color:#666666;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.95);
	z-index: 100;
	visibility: hidden;

}

.container2:hover .txobran{
	visibility: visible;
}


#frcontenido{
	display: block; 
	border: none; 
	height: 100vh; 
	width: 100vw;
}




.jslides{
	width:100%;
}
	
/* Estils slideshow */
    #slides {
      display: none;
	  max-height: 750px;
    }
	
    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
	
    /* Center the slideshow */
    .container {
      margin: 0px auto
    }

    .container2 {
      margin: 0px auto;
	  cursor: pointer;
    }

    .container3 {
      margin: 0px auto;
	  cursor: pointer;
    }

    /* Show active item in the pagination */
    .slidesjs-pagination .active {
      color:red;
    }



/*-- panel-accordion --*/
.panel-group {
    margin: 1.5em 0 0;
}
.panel-heading {
    padding: 10px 5px;
}
.panel-default span.glyphicon {
    color: #990000; /*#aebe27;*/
    margin-right: 1em;
}
.panel-title {
	font-size: 1.2em;
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
}
.panel-title:hover{
	text-decoration: none;
}
a.pa_italic:focus {
    text-decoration: none;
}
.panel-default {
    border-color: #FFF;
}
.panel-default > .panel-heading {
    border-color: #FFF;
	color:#212121;
    background-color: #fff;
}
.panel-body {
    padding: 1em 1em 0.5em;
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
    border: none !important;
}
.panel-body h5{
	margin: 0;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
.panel-default > .panel-heading {
    border-bottom: 1px solid #ccc;
} 

.divvideoytcalonge{
	text-align: center;
}
.videoytcalonge{
	width: 419px;
	height: 235px;
}
.divvideoytpromos{
	text-align: left;
}
.videoytpromos{
	width: 419px;
	height: 235px;
}
.divbannerpromos{
	text-align: center;
}

.divbannerpromos .txbannerpromos{
    padding: 18px 15px;
    border-top: 3px solid #666;
}

	.txbannerpromos h2{
		display: inline-block;
		font-size: 2em;
		text-transform:uppercase;
		margin: 0.8em 0 0.8em 0;
	}


#iconowapp{
	position: fixed;
	bottom: 25%;
	right: 0;
	z-index: 999;
}

.whatsappLink.desktop {
    display: inline;
}
.whatsappLink.mobile{
  display: none;
}

.mygrid-item{
    display: inline-block;
    max-height: 170px;
    overflow: hidden;
    width: 32%;
    margin-right: 0.5%
}
.mygrid-item img{
    min-width: 100% !important;
    max-width: 115% !important;
    min-height: 170px !important;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
/*  responsive css */


@media (max-width:1500px){
    .hero{
        /*height: 500px;*/
    }
	.gama ul li{
		height: 210px; /*max-height: 210px;*/
	}
	.wrapper #wrapper-right h2{
		font-size: 1.4em;
		padding-right: 10px;
	}
	#iconowapp{
		bottom: 15%;
	}

    .listings ul.properties_list li{
        width: 30.36363636363636%;
        margin: 0 2.272727272727273% 7.272727272727273% 0;
    }

    .mygrid-item{
        max-height: 140px;
    }
    .mygrid-item img{
        min-height: 140px !important;
    }	
}

@media (max-width:1370px){
	.wrapper #wrapper-left{
		width:30%;
		padding-left: 5%;
	}
	
	.wrapper #wrapper-mid{
		width:30%;
		padding-left: 5%;
	}
	
	.wrapper #wrapper-right{
		width:24%;
		padding-left: 5%;
	}
	
	.wrapper #wrapper-right h2{
		font-size: 1.3em;
		padding-right: 10px;
	}
	.videoytcalonge{
		width: 395px;
		height: 222px;
	}
	.videoytpromos{
		width: 395px;
		height: 222px;
	}
	#iconowapp{
		bottom: 10%;
	}
	
	.buscador{
		padding-left: 1%;
		padding-right: 1%;
	}
	/*.divVender{
		top: 0em;
		/*position: relative;	
		padding-top: 170px;
		padding-left: 30%;
		padding-bottom: 50px;		
	}*/
	.grid-sizer,
	.grid-item { width: 49.0%; }

    .mygrid-item{
        width: 49.0%;
        max-height: 180px;
    }
    .mygrid-item img{
        min-height: 180px !important;
    }	
	
}

@media (max-width: 1150px){
	#menu {
	  font-size: 14px;
	  letter-spacing: 0.8px;
	  padding: 5px 2px 17px 0;
	}

	#menu li a {
	  padding: 0 10px;
	}

	
    .wrapper{
        padding: 0 10px;
        max-width: 1020px;
    }
    .search .advanced_search .arrow{
        top: -8px;
        right: 46px;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 46.27272727272727%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date{
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    .listings ul.properties_list li{
        width: 45.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(3n+0){
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(2n+0){
        margin-right: 0;
    }

    footer .footer > ul > li{
        margin-right: 2.45%;
    }

    footer .footer > ul > li.links{
        width: 20%;
    }

    footer .footer > ul > li.about{
        width: 29.72727272727273%;
    }
	.buscador .vintivuit{
		width: 100%;
		float: left;
	}
	.videoytcalonge{
		width: 333px;
		height: 188px;
	}
	.gama ul li{
		height: 180px; /*max-height: 180px;*/
	}
	.videoytpromos{
		width: 100%;
        height: 270px;
    }
	.buscador .tercio{
		width: 50%;
	}

    .mygrid-item{
        max-height: 150px;
    }
    .mygrid-item img{
        min-height: 150px !important;
    }	
	
}

@media (max-width:950px){
	.gama ul li{
        width: 33.2%;
		height: 150px; /*max-height: 150px;*/
	}

	.prodbancleft {
		width: 50%;
	}
	
	.prodbancright {
		width: 50%;
	}

    .divVender{
        position: relative;
		top: 1em;
        right: auto;
        clear: both;
		/*position: relative;	
		padding-top: 170px;
		padding-left: 30%;
		padding-bottom: 50px;		*/
	}    
	
}

@media (max-width:800px){
    .hero{
        /*height: 400px;*/
    }

    .hero .caption{
        width: 92.72727272727273%;
        padding: 0 3.636363636363636%; 
    }

    .hero .caption h3{
        margin: 0;
        left: 0;
    }

    header a.hamburger{
        display: block;
    }
	
	header #idiomas{
		display: block;
	}
	header #idiomas2{
		display: block;
	}
	
    header nav{
        position: absolute;
        display: none;
        top: 45px;
		right: 5px;
		width: 92.72727272727273%;
        float: none;
        z-index: 20;
        overflow:visible;
    }

	#menu{
        width: 92.72727272727273%;
		font-size: 14px;
	  	letter-spacing: 1px;
		line-height: 12px;
  		padding: 5px 4px 5px 0;
	}

	#menu li {
        display: block;
        width: 92.72727272727273%;
        float: none;
        margin-left: 0;
		clear:both;
	}
	#menu li ul {
	 	display: none;
		width: 100%;
		float: none;
		background: none;
		margin-top: 0px;
		z-index: 99999;
	}

	#menu li ul li{
	 	display: inherit;
	 	padding-left: 20%; 
		width: 62.72727272727273%;
		
	}
	
	#menu li ul li a {
	  display: block;
	  float: left;
	  width: 100%;
	background: #666;
		text-decoration: none;
		color: #fff;
	  
	}
	#menu li ul li a:hover {
	  background:  rgb(255,153,0,0.9);
	  color: #fff;
	}
	


    header nav.active{
        display: block;
		 width: 92.72727272727273%;
    }

    header nav ul{
		float: none;
        display: block;
        width: 92.72727272727273%;
        text-align: left;
        margin-top: 0;
    }

    header nav ul li{
        display: block;
        width: 92.72727272727273%;
        float: none;
        margin-left: 0;
    }

    header nav ul li a{
        display: block;
		width: 92.72727272727273%;
		background: #555;
        padding: 25px 0;
        border-bottom: 1px solid #f2f3f3;

        transition: background .2s linear;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
    }

    header nav ul li a:active{
        background: #F60;
    }

    header nav ul li a,
    header nav .login_btn{
        color: #1c3655;
		 width: 92.72727272727273%;
    }
	header nav .login_btn{
        float: none;
        display: inline-block;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 20px 0;
        text-align: left;
        background: #f2f3f3;
    }

    header nav .login_btn:hover{
        background: #eaebeb;
    }

    header nav ul li:last-child{
        border: 0;
    }

	.fitxa .fotos{
	    width: 40.90909090909091%;
	    margin: 0 2.636363636363636% 2.636363636363636% 0;
	}
	.fitxa .fotos img.property_imgsmall{
    	width: 49.0%;
	}
	.fitxa .detalls{
	    width: 50.0%;
    	padding: 1.941176470588235% 1.882352941176471% 1.117647058823529% 1.882352941176471%;
	}
	.fitxa #other_properties{
		clear: both;
	    width: 96.90909090909091%;
	}
	.fitxa #other_properties ul.properties_list li{
    	width: 33%;
	    margin: 0 1.636363636363636% 1.636363636363636% 0;
	}


    footer .footer > ul > li{
        width: 29.6969696969697%!important;
        margin-right: 5.454545454545455%;
        margin-bottom: 100px;
    }

    footer .footer > ul > li:nth-child(3){
        margin-right: 0;
    }

    footer .footer > ul > li.links li a{
        text-align: center;
    }

    footer .footer > ul > li.about{
        text-align: center;
        float: none;
        display: inline;
        margin-right: 100%;
        overflow: hidden;
        border-top: 1px solid #82abd4;
    }

	footer #wrapper-right{
		width:100%;
		text-align:center;
	}
	
	footer #wrapper-right h2{
		padding: 0;
	}
		
	.buscador .tercio{
		width: 100%;
	}

	.container2 .txobran{
		font-size: 4em;
		visibility: visible;
	}
	
	.buscador .catorze{
		width: 50%;
		float: left;
		}
	
	.buscador .vintivuit{
		width: 100%;
		float: left;
	}

	.gama ul li{
    	width: 99.333333%;
		max-height: 200px;
	}

	.videoytcalonge{
		width: 283px;
		height: 158px;
	}
	.videoytpromos{
		height: 180px;
	}
	.prodbanc .figure_prodbanc_c{
		font-size: 2em;
		left: 15%;
		top: 50%;
		transform: translateY(-50%) translateX(-15%);
		width: 35%;
	}

	.prodbancleft {
		width: 100%;
	}
	
	.prodbancright {
		width: 100%;
	}
	
	.whatsappLink .desktop {
    	display: none;
	}
	.whatsappLink .mobile{
    	display: inline;
	}	
    .mygrid-item{
        width: 99.0%;
        max-height: 100%;
    }
    .mygrid-item img{
        min-height: 100% !important;
    }	
    
}


@media (max-width:700px){

	.wrapper #wrapper-left{
		width:98%;
        padding: 10px 0;

	}

	.wrapper #wrapper-right{
		width:98%;
        padding: 10px 0;
	}


    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
        border-bottom: 1px solid #aac8e4;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date{
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search .search_fields{
        border-bottom: 0;
    }

    .search .advanced_search .field_sep{
        display: none;
    }

	.container2 .txobran{
		font-size: 3em;
	}

	.videoytcalonge{
		width: 100%;
		height:300px;
	}
    .prodturistic .figure_prodturistic_c{
        font-size: 2.4em;
        width: 100%;
        background-color:rgba(229,101,0,0.30);
        color: #fff;
        text-align: center
    }
    .kavehome .figure_kavehome_c{
        font-size: 2.2em;
        width: 100%;
        background-color:rgba(229,101,0,0.30);
        color: #fff;
        text-align: center;
    }
    .kavehome .figure_kavehome_c2{
        font-size: 1.1em;
        width: 100%;
        background-color:rgba(229,101,0,0.30);
        color: #fff;
        text-align: center;
        letter-spacing: normal;
        bottom: 8px;
    }
    .kavehome .logokavehome{
        left: 10px;
        top: 20px;
    }
}


@media (max-width:500px){
    .hero .caption h2{
        font-size: 85px;
    }

    .hero .caption h3{
        font-size: 16px;
    }

    .search #search{
        width: 83%;
    }

    .listings ul.properties_list li{
        width: 100%;
        margin-bottom: 60px!important;
    }

    .listings ul.properties_list li:last-child{
        margin-bottom: 0!important;
    }


    .listings ul.properties_list li:nth-child(3n+0),
    .listings ul.properties_list li:nth-child(2n+0){
        margin:0;
    }

    .listings .more_listing_btn{
        display: block;
        width: 100%; 
        padding-left: 0!important;
        padding-right: 0!important;
    }

	.fitxa .fotos{
	    width: 100%;
	}
	.fitxa .fotos img.property_imgsmall{
    	width: 99.0%;
	}
	.grid-sizer,
	.grid-item { width: 99.0%; }
	.fitxa .detalls{
	    width: 100.0%;
	}
	.fitxa #other_properties{
		clear: both;
	    width: 96.90909090909091%;
	}
	.fitxa #other_properties ul.properties_list li{
    	width: 97%;
	    margin: 0 1.636363636363636% 1.636363636363636% 0;
	}


    footer .footer > ul > li.links,
    footer .footer > ul > li.about{
        float: none;
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    footer .footer > ul > li:last-child{
        padding-bottom: 30px;
    }

    footer .footer > ul > li.links{
        border-bottom: 1px solid #82abd4;
    }
	
	
	.container2 .txobran{
		font-size: 2em;
	}

	#slides2{
		width:100%; 
	}
	.videoytcalonge{
		height:270px;
	}

	.prodbanc .figure_prodbanc_c{
		font-size: 1.5em;
	}
	
}

    /* Media quires for a responsive layout */

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 10px;
        padding-right: 10px;
      }
      .container {
        width: auto;
      }
      .container2 {
        width: auto;
      }
	  .container2 .txobran{
		top: 100px; 
		width: 100%; 
	  }
      .container3 {
        width: auto;
      }
	  #slides img{
			max-width: 150% !important;
			width: 150% !important;
			overflow:hidden;
			margin-left: -25%;
			margin-top: -10%;
	  }
	  #slides2 img{
			max-width: 150% !important;
			width: 150% !important;
			overflow:hidden;
			margin-left: -25%;
			margin-top: -10%;
	  }
	  
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto;
	  }
      .container2 {
        width: auto;
	  }
	  .container2 .txobran{
		top: 50px; 
		width: 100%; 
	  }
      .container3 {
        width: auto;
	  }
	  #slides img{
			max-width: 150% !important;
			width: 150% !important;
			overflow:hidden;
			margin-left: -25%;
			margin-top: -10%;
	  }
	  #slides2 img{
			max-width: 150% !important;
			width: 150% !important;
			overflow:hidden;
			margin-left: -25%;
			margin-top: -10%;
	  }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 100%; /*768px;*/
      }
      .container2 {
        width: 768px;
      }
	  .container2 .txobran{
		top: 150px; 
		width: 768px; 
	  }
      .container3 {
        width: 768px;
      }
	  
	  .buscador .catorze{
		width: 50%;
		float: left;
	  }
	
 	  .buscador .vintivuit{
		width: 100%;
		float: left;
	  }


	  
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 100%;
		overflow: hidden;
      }
      .container2 {
        width: 70%;
		float: left;
		max-height: 300px;
		overflow: hidden;
      }
      .container3 {
        width: 29%;
		float: left;
		max-height: 300px;
		overflow: hidden;
      }
	  
      .container2 img{
		  position: relative;
		  top: -50%;
	  }
      .container3 img{
		  position: absolute;
	  }
    }