/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700|Roboto+Condensed:400,700|Roboto+Slab:300,400,700|Roboto:400,700,900');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
*/

@font-face {
  font-family: 'bakus';
  src:  url('../fonts/bakus.eot?o5a1ak');
  src:  url('../fonts/bakus.eot?o5a1ak#iefix') format('embedded-opentype'),
    url('../fonts/bakus.woff2?o5a1ak') format('woff2'),
    url('../fonts/bakus.ttf?o5a1ak') format('truetype'),
    url('../fonts/bakus.woff?o5a1ak') format('woff'),
    url('../fonts/bakus.svg?o5a1ak#bakus') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-bakus-"], [class*=" icon-bakus-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bakus' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:18px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bakus-messages:before {
  content: "\e933";
}
.icon-bakus-agenda:before {
  content: "\e934";
}
.icon-bakus-ph-circle:before {
  content: "\e935";
}
.icon-bakus-task:before {
  content: "\e936";
}
.icon-bakus-query:before {
  content: "\e937";
}
.icon-bakus-querybook:before {
  content: "\e938";
}
.icon-bakus-sup_descubierta:before {
  content: "\e925";
}
.icon-bakus-cochera_descubierta:before {
  content: "\e926";
}
.icon-bakus-cochera_semicubierta:before {
  content: "\e927";
}
.icon-bakus-cochera_cubierta:before {
  content: "\e928";
}
.icon-bakus-luz:before {
  content: "\e929";
}
.icon-bakus-gas:before {
  content: "\e92a";
}
.icon-bakus-gas_natural:before {
  content: "\e92b";
}
.icon-bakus-oficina_segura:before {
  content: "\e92c";
}
.icon-bakus-m2_cubiertos:before {
  content: "\e92d";
}
.icon-bakus-sup_total:before {
  content: "\e92e";
}
.icon-bakus-sup_comercial:before {
  content: "\e92f";
}
.icon-bakus-sup_laborable:before {
  content: "\e930";
}
.icon-bakus-cochera_segura:before {
  content: "\e931";
}
.icon-bakus-agua:before {
  content: "\e932";
}
.icon-bakus-surface:before {
  content: "\e922";
}
.icon-bakus-others:before {
  content: "\e923";
}
.icon-bakus-facebook:before {
  content: "\e91c";
  color: #3b5998;
}
.icon-bakus-google .path1:before {
  content: "\e91d";
  color: rgb(66, 132, 243);
}
.icon-bakus-google .path2:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(233, 67, 53);
}
.icon-bakus-google .path3:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(52, 167, 83);
}
.icon-bakus-google .path4:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(66, 132, 243);
}
.icon-bakus-google .path5:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(250, 187, 5);
}
.icon-bakus-comments:before {
  content: "\e912";
}
.icon-bakus-filter:before {
  content: "\e913";
}
.icon-bakus-stats:before {
  content: "\e914";
}
.icon-bakus-clock:before {
  content: "\e915";
}
.icon-bakus-chat:before {
  content: "\e916";
}
.icon-bakus-views:before {
  content: "\e917";
}
.icon-bakus-garbage:before {
  content: "\e918";
}
.icon-bakus-more:before {
  content: "\e919";
}
.icon-bakus-letter:before {
  content: "\e91a";
}
.icon-bakus-calendar:before {
  content: "\e91b";
}
.icon-bakus-user-o:before {
  content: "\e900";
}
.icon-bakus-user:before {
  content: "\e901";
}
.icon-bakus-settings:before {
  content: "\e902";
}
.icon-bakus-property:before {
  content: "\e903";
}
.icon-bakus-ph:before {
  content: "\e904";
}
.icon-bakus-marker:before {
  content: "\e905";
}
.icon-bakus-lightbulb:before {
  content: "\e906";
}
.icon-bakus-key:before {
  content: "\e907";
}
.icon-bakus-garage:before {
  content: "\e908";
}
.icon-bakus-dollar:before {
  content: "\e909";
}
.icon-bakus-crown:before {
  content: "\e90a";
}
.icon-bakus-contact:before {
  content: "\e90b";
}
.icon-bakus-calculator:before {
  content: "\e90c";
}
.icon-bakus-brand:before {
  content: "\e90d";
}
.icon-bakus-bedroom:before {
  content: "\e90e";
}
.icon-bakus-bathroom:before {
  content: "\e90f";
}
.icon-bakus-activity:before {
  content: "\e910";
}
.icon-bakus-videos:before {
  content: "\e911";
}

body{
	color:#545454;
	font-size:16px;
	font-family: "Open Sans", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position:relative;
	overflow-x:hidden;
	background-color:#F9F9F9;
}
h1, h2, h3, h4, h5, h6, h7{
	font-weight:normal;
	letter-spacing:normal;
}
a {
	color:#E6212E;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a:hover,
a:focus{
	color:#000;
	text-decoration: none;
}
a:focus,
button:focus  { 
	outline: none; 
}
.btn {
    padding:6px 10px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius:4px;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
p {
	color: #545454;
	font-size: 14px;
	font-weight: 400;
}
header {
	display: block;
	height: 55px;
	position: relative;
	width: 100%;
	z-index: 999;
	height:70px;
}
@media screen and (max-width:767px){
	header{
		height:50px;
	}
}
header .navbar-header{
	position:relative;
}
header .navbar-brand{
	position:relative;
	display:inline-block;
	float: none;
	height: auto;
	z-index:99999;
}
@media screen and (min-width:768px){
	header .navbar-collapse{
		padding:0;
	}
}
@media screen and (max-width:767px){
	header .navbar-collapse{
		margin:0;
		padding:0;
		z-index: 9999;
		right: 0;
		text-align:right;
		background-color:#fff;
	}
}
header .navbar {
	margin:0;
	border:0;
	border-radius: 0;
	position:relative;
	z-index: 9;
}
@media screen and (max-width:767px){
	header .navbar-nav{
		margin:0;
		top:0;
	}
}
header .navbar-toggle {
	margin:6px;
}
header .navbar-toggle .icon-bar{
	background-color:#666;
	height:3px;
	width:26px;
}

header .nav a {
    color: #333;
	padding: 20px 15px;
	margin:0 10px;
	border-radius: 0;
}
@media screen and (max-width:767px){
	header .nav a {
		padding: 10px;
		margin:0;
		border-radius: 0;
		border-top:0;
	}
}
header .nav-phone{
	float:right;
	text-align:right;
	color:#222222;
	line-height:1;
	padding:15px 0;
	margin-left:15px;
}
header .nav-phone p{
	margin:0;
}
header .social {
	float:right;
	margin:20px;
	padding:0;
	list-style:none;
	vertical-align:middle;
}
header .social li{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
header .social li a{
	display:block;
	border:1px solid #666;
	color:#666;
	width:24px;
}

/*Tools bar*/
.tools-bar {
	padding:15px 0;
	background:#fff;
	border-bottom:1px solid #ddd;
}
@media screen and (max-width:767px){
	.tools-bar .btn-group{
		text-align:center;
		display:block;
	}
}
.tools-bar .btn-link{
	font-weight:700;
	color:#999;
	font-size:16px;
	margin:13px 0 11px;
	height:40px;
	padding:8px 12px;
	display:inline-block;
	margin-right:5px;
	border-radius:3px;
	border:1px solid #ddd;
}
@media screen and (max-width:767px){
	.tools-bar .btn-link{
		font-size:14px;
		padding:8px 8px;
		margin:0;
		text-align:center;
		display:block;
		width:100%;
		margin-bottom:2px!important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.tools-bar .btn-link{
		font-size:14px;
		padding:8px 8px;
		margin:0;
	}
}
.tools-bar .btn-link:hover,
.tools-bar .btn-link.active,
.tools-bar .btn-link:focus {
	border:1px solid #3865FF;
	background-color:#3865FF;
	color:#fff;
	text-decoration:none;
}
.tools-bar .btn-favs:hover,
.tools-bar .btn-favs.active,
.tools-bar .btn-favs:focus {
	border:1px solid #D90000;
	background-color:#D90000;
	color:#fff;
	text-decoration:none;
}
.tools-bar.smart-form .label{
	margin:0;
	color:#999;
}
@media screen and (max-width:767px){
	.tools-bar.smart-form .label{
		margin-top:15px;
		text-align:center;
	}
}
@media (min-width:768px) and (max-width:991px){
	.tools-bar.smart-form .label{
		display:none;
	}
}
.tools-bar.smart-form .select {
	margin-bottom:5px;
}
@media screen and (max-width:767px){
	.tools-bar.smart-form .select {
		margin-bottom:0;
	}
}
@media (min-width:768px) and (max-width:991px){
	.tools-bar.smart-form .select {
		margin-bottom:0;
	}
}
.tools-bar.smart-form .select select {
	font-size:14px;
	padding:5px 10px;
	border-radius:3px;
}
@media screen and (max-width:767px){
	.tools-bar.smart-form .btn-compare{
		text-align:center;
	}	
}
@media screen and (max-width:480px){
	.btn-link .label-lg{
		display:none;
	}	
}
.btn-link .label-xs{
	display:none;
}
@media screen and (max-width:480px){
	.btn-link .label-xs{
		display:inline-block;
	}	
}
.text-red {
	color:#D90000;
}

/*Real Estates block*/
.rs-info {
	border:1px solid #ddd;
	padding:5px 20px;
	background-color:#fff;
	margin-bottom:40px;
}
@media screen and (max-width:767px){
	.rs-info {
		text-align:center;
	}
}
.rs-info p{
	margin:0;
}
.rs-info .rs-logo{
	height:75px;
	margin:0 10px;
}
@media screen and (max-width:767px){
	.rs-info .rs-logo{
		display:block;
		margin:auto;
		margin-bottom:10px;
		margin-top:10px;
	}
}
.rs-info a {
	color:#666;
}
.rs-popover img{
	height:75px;
	margin-bottom:10px;
}
.top-info a.btn {
	margin:20px 0;
}
.top-info .rs-info{
	border:0;
	text-align:right;
    padding:0;
    background-color:transparent;
    margin-bottom: 0;
}
@media (min-width:768px) and (max-width:991px){
	.top-info a.btn span{
		display:none;
	}
}
@media screen and (max-width:767px){
	.top-info {
		margin-bottom:20px;
	}
	.top-info a.btn{
		margin:0 0 10px;
	}
	.top-info,
	.top-info .rs-info{
		text-align:center;
	}
}
/*Properties Thumbnails*/
.properties-list .row{
	margin-right: -5px;
    margin-left: -5px;
}
.properties-list .col-xs-12,
.properties-list .col-xs-6,
.properties-list .col-xs-5,
.properties-list .col-xs-7{
	padding-right: 5px;
    padding-left: 5px;
}
.property-item{
	margin-bottom:30px;
	padding:7px;
	border:1px solid #E0E0E0;
	background-color:#fff;
	display:block;
}
.property-item:hover{
	border:1px solid #C8C8C8;
}
.property-item.disabled{
    opacity: 0.5;
	background-color:#eee;
}
.property-item.disabled .owl-nav,
.property-item.disabled .owl-dots{
	display:none!important;
}
.property-img{
	display:block;
	width:100%;
	height:250px;
	text-align:center;
	overflow:hidden;
	position:relative;
	margin:0;
}
.property-img .thumbnails {
	height:250px;
}
.property-img .item{
	position:relative;
	height:250px;
	background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;
}
.property-img .item a{
	position:absolute;
	height:100%;
	width:100%;
	z-index:99;
	display:block;
}
.property-img .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPâ€¦B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(0%,rgba(0,0,0,0)),color-stop(65%,rgba(0,0,0,.2)),color-stop(100%,rgba(0,0,0,.8)));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
    z-index: 1;
}
.property-img .thumbnails .owl-nav{
    position: relative;
    width: 100%;
}
.property-img .thumbnails .owl-prev,
.property-img .thumbnails .owl-next {
	position:absolute;
	top: -130px;
	width:20px;
	height:24px;
	opacity:0;
	z-index:999;
	display: inline-block;
    font-family:FontAwesome;
    font-size:24px;
	line-height:1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.property-img .thumbnails .owl-next {
	right:7px;
}
.property-img .thumbnails .owl-prev {
	left:7px;
}
.property-img .thumbnails .owl-next:before{
	content: "\f054";
}
.property-img .thumbnails .owl-prev:before{
	content: "\f053";
}
.property-img:hover .thumbnails .owl-prev,
.property-img:hover .thumbnails .owl-next{
	opacity:1;
}
.property-img .thumbnails .owl-dots {
	position:absolute;
	bottom:6px;
	right:10px;
	width:auto;
}
.property-img .thumbnails .owl-dot{
	display:none;
	margin:2px 3px;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.property-img:hover .thumbnails .owl-dot{
	display:inline-block;
}
.property-img .thumbnails .owl-dot span{
	width:8px;
	height:8px;
	border-radius:100%;
	background-color:#fff;
	display:block;
	opacity:0.6;
}
.property-img .thumbnails .owl-dot.active span{
	opacity:1;
}
.property-price {
	position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 4;
    text-align: left;
	font-size: 18px;
    line-height: 18px;
    margin: 0;
	color:#fff;
    font-weight: 700;
}
.property-tag{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
	font-size: 11px;
    line-height: 12px;
	text-align:center;
    font-weight: 700;
    text-transform: uppercase;
	padding: 4px 6px;
    vertical-align: top;
	border-radius:3px;
	background-color:#FF8000;
    color: #ffffff;
}
.action-group {
	position: absolute;
    top: 18px;
    left: 33px;
	z-index: 3;
}
.property-fav{
	float:left;
	margin-right:3px;
	text-align:center;
    padding: 3px 7px 2px;
    border: 0;
    width: 29px;
	height:29px;
    vertical-align: middle;
	border-radius:100px;
	background-color:rgba(0,0,0,0.5);
    color: #ffffff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.property-fav:hover,
.property-fav.active,
.property-fav.active:hover{
	color:#D90000;
	background-color:rgba(255,255,255,0.9);
}
.property-del{
	float:left;
	text-align:center;
    padding: 1px 9px 2px;
    border: 0;
    width: 29px;
	height:29px;
    vertical-align: middle;
	border-radius:100px;
	background-color:rgba(0,0,0,0.5);
    color: #ffffff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.property-del:hover,
.property-del:focus{
	color:#fff;
	background-color:rgba(217,0,0,1);
}
.property-del.disabled,
.property-del.disabled:hover{
    color: #ccc;
    background-color: rgba(0,0,0,0.2);
}
.card-references{
	padding:10px 0;
	border-bottom:1px solid #ddd;
}
.card-references ul{
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}
.card-references ul li{
	display:inline-block;
	vertical-align:middle;
	color:#667B94;
	width:21%
}
.card-references ul li.m2{
	width:26%;
}
.card-references ul li i{
	font-size:24px;
	color:#999;
}
.card-references ul li i,
.card-references ul li span{
	display:inline-block;
	vertical-align:middle;
}
.card-references ul li span {
	color:#666;
	font-size:14px;
}
.property-caption{
	padding:5px;
}
@media screen and (max-width:480px){
	.property-caption{
		text-align:center;
	}
	.property-caption .col-xs-5,
	.property-caption .col-xs-7{
		width:100%;
	}
}
.property-caption .property-title{
	display:block;
	color:#545454;
	margin:0 0 5px;
	height:27px;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.property-caption .property-title:hover{
	color:#222;
}
.property-caption .property-address{
	color:#666;
	margin:0 0 5px;
	font-size:14px;
}
.property-caption .property-details{
	color:#666;
	font-size:12px;
	margin:0;
}
.property-caption .btn{
	float:right;
	padding:5px 7px;
}	
@media screen and (max-width:480px){
	.property-caption .btn{
		float:none;
		margin-top:10px;
	}
}
.placeholder-content {
    padding: 20px 20px;
    text-align: center;
    background-color: #eee;
}
.placeholder p {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    color: #999;
    text-shadow: 0 1px 1px rgba(255,255,255,1);
}


/*Modal*/
.modal{
	z-index: 99999;
}
.property-choose {
	height:75px;
}
.property-choose figure{
	margin:0;
	margin-right:15px;
	width:110px;
	float:left;
	border-radius:3px;
	height:75px;
	background-position: center center;
	background-size: cover,100%;
	background-repeat: no-repeat;
}
.property-choose span{
	display:block;
	padding-top:15px;
}
@media screen and (max-width:767px){
	.property-choose span{
		padding-top:0;
	}
}

/*Footer*/
footer{
	background-color:#444444;
	color:#fff;
	padding:30px 0;
}
footer h1{
	text-transform:uppercase;
}
footer p{
	color:#fff;
}
footer ul.foot-social {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
footer ul.foot-social li{
	display:inline-block;
	text-align:left;
}
footer ul.foot-social li a{
	width:24px;
	height:24px;
	display:block;
	color:#444;
	line-height:25px;
	margin-right:3px;
	text-align:center;
	border-radius:3px;
	background-color:#fff;
}
@media screen and (max-width:767px){
	footer,
	footer ul.foot-social{
		text-align:center;
	}
}
.post-footer {
	background-color:#222;
	color:#fff;
	padding:10px 0;
}
.post-footer .copyright{
	color:#ccc;
	float:left;
	margin:0;
	font-size:13px;
}
.post-footer .agency{
	float:right;
	margin:0;
	width:150px;
	color:#999;
	font-size:12px;
	line-height:24px;
}
.post-footer .agency img{
	float:right;
	margin-left:3px;
	width:80px;
}
@media screen and (max-width:767px){
	.post-footer .copyright,
	.post-footer .agency{
		width:100%;
		text-align:center;
		float:none;
	}
	.post-footer .agency {
		margin-top:10px;
	}
	.post-footer .agency img{
		float:none;
	}
}


/*Banner Section*/
.banner{
	height:230px;
	background-color:#000;
	position:relative;
	
}
.banner .banner-inner{
	padding:60px 0;
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
    right: 0;
    top: 0;
	transform: translate3d(0px, 0px, 0px);
	background-position: center bottom;
    background-size: cover,100%;
    background-repeat: no-repeat;
	background-attachment:fixed;
	opacity:0.5;
}
.banner .banner-caption{ 
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
	text-align:center;
}
.banner .banner-caption h1{
	font-weight:700;
	font-size:30px;
	color:#fff;
}


/*Contenido*/
.content {
	padding:40px 0;
}
.content.no-padding{
	padding:0;
}
.content .box-white{
	padding:40px;
	background-color:#fff;
}
@media screen and (max-width:767px){
	.content .box-white{
		padding:40px 15px;
	}
}
.content .image-content {
	margin:0;
	margin-bottom:50px;
}
.content .image-content img{
	width:100%;
}
.content .block-content {
	margin-bottom:40px;
}
.content .block-content h1{
	line-height:1.3;
	color:#333;
	margin-top:10px;
	margin-bottom:10px;
}
.content .block-content p{
	font-size:16px;
	color:#666;
	margin-bottom:25px;
}
.content .block-content .list{
	margin:0 0 0 5px;
	padding:0 0 0 12px;
	list-style:none;
}
.content .block-content .list li{
	position:relative;
	margin-bottom:8px;
}
.content .block-content .list li:before{
	position:absolute;
	display: inline-block;
    font-family:FontAwesome;
	line-height:1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content .block-content .list.list-dots li:before{
	content: "\f111";
	font-size:8px;
	top:7px;
	left:-16px;
}
.content .block-content .list.list-check li:before{
	content: "\f00c";
	font-size:16px;
	top:4px;
	left:-20px;
}
/*Detalle de propiedad*/
.media .nav-tabs {
	background-color:#F3F3F3;
	border-bottom:4px solid transparent;
}
.media .nav-tabs>li{
	margin:0;
}
.media .nav-tabs>li a{
	border-radius:0;
	padding: 12px 35px;
	color:#AEAEAE;
	border:0;
}
@media screen and (max-width:400px){
	.media .nav-tabs>li a{
		padding:12px!important;
	}
}
@media screen and (max-width:767px){
	.media .nav-tabs>li a{
		padding:12px 18px;
	}
}
@media (min-width:768px) and (max-width:991px){
	.media .nav-tabs>li a{
		padding:12px 25px;
	}	
}
.media .nav-tabs>li a i{
	display:none;
}
@media screen and (max-width:767px){
	.media .nav-tabs>li a i{
		display:block;
	}
	.media .nav-tabs>li a span{
		display:none;
	}
}
.media .nav-tabs>li.active>a,
.media .nav-tabs>li.active>a:focus,
.media .nav-tabs>li.active>a:hover{
	border: 0;
	color:#fff;
}
.media .tab-content{
	position:relative;
}
.media .gallery .item,
.media .planes .item{
	height: 600px;
    background-position: center center;
    /*background-size: cover,100%;*/
    background-repeat: no-repeat;
}
.media .owl-carousel .owl-nav{
    position: absolute;
    width: 100%;
	top: 280px;
}
@media screen and (max-width:767px){
	.media .owl-carousel .owl-nav{
		top: 125px;
	}
}
.media .owl-carousel .owl-prev,
.media .owl-carousel .owl-next {
	position:absolute;
	width:40px;
	height:40px;
	opacity: 0.9;
	z-index:999;
	text-align:center;
	display: inline-block;
    font-family:FontAwesome;
    font-size:40px;
	line-height:1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.media .owl-carousel .owl-next {
	right:0;
}
.media .owl-carousel .owl-prev {
	left:0;
}
.media .owl-carousel .owl-next:before{
	content: "\f105";
}
.media .owl-carousel .owl-prev:before{
	content: "\f104";
}
.media .owl-carousel .owl-dots {
	position:absolute;
	bottom:10px;
	width:100%;
	z-index:9;
	text-align:center;
}
.media .owl-carousel .owl-dot{
	display:inline-block;
	margin:2px 3px;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.media .owl-carousel .owl-dot span{
	width:12px;
	height:12px;
	border-radius:100%;
	background-color:#fff;
	display:block;
	opacity:0.6;
}
.media .owl-carousel .owl-dot.active span{
	opacity:1;
}
.media .map{
	width: 100%;
    height: 600px;
}
@media screen and (max-width:767px){
	.media .gallery .item,
	.media .planes .item,
	.media iframe,
	.media .map{
		height: 300px!important;
	}
}
.property .basic-info{
	padding:15px 0;
	border-bottom:1px solid #E0E0E0;
}
.property .icons{
	padding:10px;
	margin:0;
	list-style:none;
	text-align:left;
}
@media screen and (max-width:767px){
	.property .icons{
		text-align:center;
		border-bottom:1px solid #E0E0E0;
	}
}
.property .icons li {
	display:inline-block;
	width:auto;
	margin-right:40px;
	vertical-align:middle;
	color:#7D7D7D;
}
.property .icons li:last-child{
	margin-right:0;
}
@media screen and (max-width:767px){
	.property .icons li {
		margin:0;
		width:23%;
	}
}
@media (min-width:768px) and (max-width:991px){
	.property .icons li {
		margin-right:30px;
	}
}
.property .icons li b{
	font-weight:400;
	font-size:30px;
}
@media screen and (max-width:767px){
	.property .icons li b{
		font-size:18px;
	}
}
@media (min-width:768px) and (max-width:991px){
	.property .icons li b{
		font-size:28px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.property .icons li b{
		font-size:24px;
	}
}
.property .icons li span{
	font-weight:300;
	font-size:20px;
}
@media screen and (max-width:767px){
	.property .icons li span{
		font-size:14px;
	}
}
@media (min-width:768px) and (max-width:991px){
	.property .icons li span{
		display:none;
	}
}
@media screen and (max-width:767px){
	.property .icons li span span.inset{
		display:none;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.property .icons li span span.inset{
		display:none;
	}
}
.property .icons li i{
    font-size: 34px;
    color: #999;
    vertical-align: sub;
	margin-right:5px;
}

.property .icons li img{
	display:inline-block;
	height:35px;
	vertical-align:top;
	opacity:0.5;
	margin-right:5px;
}
@media screen and (max-width:767px){
	.property .icons li i{

	}
}
@media screen and (max-width:767px){
	.property .icons li i{

	}
}
@media (min-width:768px) and (max-width:991px){
	.property .icons li i{

	}
}
@media (min-width:992px) and (max-width:1199px){
	.property .icons li i{

	}
}
.property .details-price{
	font-size:30px;
	margin:10px 0;
	font-weight:bold;
	color:#666;
	text-align:right;
}
@media screen and (max-width:767px){
	.property .details-price{
		text-align:center;
		font-size:34px;
		margin-top:10px;
		margin-bottom:0;
	}
}
@media (min-width:768px) and (max-width:991px){
	.property .details-price{
		font-size:27px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.property .details-price{
		font-size:27px;
	}
}

.property .details-title{
	padding:15px 0;
	border-bottom:1px solid #E0E0E0;
}
@media screen and (max-width:767px){
	.property .details-title{
		text-align:center;
	}
}
@media (min-width:768px) and (max-width:991px){
	.property .details-title{
		text-align:center;
	}
}
.property .details-title h1{
	color:#444444;
	line-height:1.2;
	margin:0;
	font-size:30px;
}
@media screen and (max-width:767px){
	.property .details-title h1{
		font-size:30px;
		line-height:1;
	}
}
@media (min-width:768px) and (max-width:991px){
	.property .details-title h1{
		font-size:28px;
		line-height:1;
	}
}
.property .details-title p{
	color:#666666;
	font-size:18px;
}
.property .details-title .btn-group{
	float:right;
}
@media screen and (max-width:767px){
	.property .details-title .btn-group{
		float:none;
		margin:auto;
	}
}
@media (min-width:768px) and (max-width:991px){
	.property .details-title .btn-group{
		float:none;
		margin:auto;
	}
}
@media screen and (max-width:380px){
	.property .details-title .btn-group {
		width:100%;
	}
	.property .details-title .btn-group .btn{
		float:none;
		display:block;
		width:100%;
		border-radius:4px!important;
	}
}
.property .details-title .btn{
	font-size:18px;
	padding:10px 15px;
	margin:8px 0;
}
.property .details-title .btn.favoritos.active{
	background-color:#D90000;
	border-color:#D90000;
}

@media screen and (max-width:767px){
	.property .details-title .btn{
		font-size:16px;
		padding: 10px 12px;
	}	
}
@media (min-width:768px) and (max-width:1199px){
	.property .details-title .btn{
		font-size:16px;
	}
}
.property .details-conditions{
	padding:15px 0;
	border-bottom:1px solid #E0E0E0;
}
.property .details-descriptions{
	padding:15px 0;
}


/*Formulario*/
.form .form-group {
	position:relative;
}
.form .form-group label.error{
	position:absolute;
	top:3px;
	right:0;
	text-align:right;
	text-transform:uppercase;
	font-size:11px;
	color:#FF4D4D;
	font-weight:600;
}
.form .form-group .label{
	font-size:13px;
	color:#333;
	display:block;
	padding-left:0;
	text-align:left;
	margin-bottom:3px;
	font-weight:400;
}
.form .label-form{
	position:relative;
	margin:0;
}
.form .form-control{
	border-radius:2px;
	box-shadow:none;
	padding:6px 10px;
	height:40px;
	margin-bottom:25px;
}
.form .form-control.error{
	border-color:#FF4D4D;
}
.form .form-control.error:focus{
	border-color:#FF4D4D;
}
.form textarea.form-control{
	height:auto;
}
.form .form-control:focus {
    border-color: #999;
}
.form .form-actions{
	text-align:right;
}

/*Custom*/
header .nav .active a,
header .nav .active a:hover,
header .nav  a:hover {
	color:#AAB300;
	background-color:#fff;
	border-top:5px solid #AAB300;
}
footer ul.foot-social li a:hover{
	background-color:#3865FF;
	color:#fff;
}
.media .nav-tabs  {
	border-bottom-color:#3865FF;
}
.media .nav-tabs>li.active>a,
.media .nav-tabs>li.active>a:focus,
.media .nav-tabs>li.active>a:hover{
	background-color:#3865FF;
}
.media .owl-carousel .owl-prev,
.media .owl-carousel .owl-next{
	background-color:#3865FF;
}
.content .block-content .list li:before{
	color:#3865FF;
}
.btn{
	background-color: #2747B2;
    border-color: #2747B2;
	color:#fff;
}
.btn:hover{
	color: #fff;
	background-color: #1B327C;
    border-color: #1B327C;
}
.btn:focus,
.btn.active,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover {
    color: #fff;
    background-color: #1B327C;
    border-color: #1B327C;
}
.btn.btn-sm {
	font-size:12px;
	padding:4px 8px 3px;
}
header .nav a{
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:300;
	font-size:20px;
	text-transform:uppercase;
}
header .nav-phone {
	font-family: "Open Sans Condensed", sans-serif;
}
@media screen and (max-width:767px){
	header .nav-phone span{
		font-size:13px;
	}
}
header .nav-phone p{
	font-weight:700;
	font-size:20px;
}
@media screen and (max-width:767px){
	header .nav-phone p{
		font-size:18px;
	}
}
header .nav a{
	padding-top:18px;
	border-top:5px solid transparent;
}
@media screen and (max-width:767px){
	header .nav a{
		padding-top:10px;
		border:none;
	}
}
.btn{
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.title{
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:700;
	font-size:26px;
	text-transform:uppercase;
}
.subtitle{
	font-family: "Open Sans Condensed", serif;
	font-weight:300;
	text-transform:uppercase;
	font-size:20px;
}
.property-tag {
	font-family: "Open Sans Condensed", sans-serif;
}
.property-price {
	font-family: "Open Sans", sans-serif;
	font-weight:700;
	font-size:22px;
}
.property-caption .property-title{
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:700;
	font-size:20px;
}
.property-caption .property-address{
	font-weight:300;
}
.property-caption .property-details{
	font-weight:300;
}
.property-caption .property-details b{
	font-weight:600;
}
footer h1{
	font-size:18px;
	font-family: "Open Sans", sans-serif;
	font-weight:600;
}
.property-choose{
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:700;
	font-size:18px;
}
.property-choose span {
	font-weight:300;
	line-height:1;
	font-size:16px;
}
.form .form-group .label{
	font-weight:600;
}
.banner .banner-caption h1 {
	font-family: "Open Sans", sans-serif;
}
.content .block-content h1{
	font-family: "Open Sans Condensed", sans-serif;
	font-size:22px;
	font-weight:bold;
}
.content .block-content h2{
	font-family: "Open Sans Condensed", sans-serif;
	font-size:20px;
	font-weight:bold;
}
.media .nav-tabs>li>a{
	font-family: "Open Sans Condensed", sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
.property .details-price{
	font-family: "Open Sans", sans-serif;
}
.property .details-title .btn{
	font-family: "Open Sans Condensed", sans-serif;
}
.property .details-title h1{
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:700;
}


/*
   * SMART FORMS
   */
   
/*
.smart-form *,
.smart-form *:after,
.smart-form *:before {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
*/
.smart-form .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.smart-form .radio + .radio,
.smart-form .checkbox + .checkbox {
  margin-top: 0;
}
.smart-form footer .btn {
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 300 15px/29px 'Lato', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.smart-form legend {
  padding-top: 15px;
}
.smart-form {
  margin: 0;
  outline: none;
  color: #666;
  position: relative;
}
.smart-form header {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 16px;
  font-weight: 300;
  color: #232323;
  margin: 10px 14px 0;
}
.smart-form fieldset {
  display: block;
  padding: 25px 14px 5px;
  border: none;
  position: relative;
}
.smart-form fieldset + fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.smart-form section {
  margin-bottom: 15px;
  position: relative;
}
.smart-form footer {
  display: block;
  padding: 5px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9);
}
.smart-form footer:after {
  content: '';
  display: table;
  clear: both;
}
.smart-form .label {
  display: block;
  padding:0;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  white-space: normal;
  text-align: left;
}
.smart-form .label.label-empty{
  height:19px;
}

.smart-form .label.col {
  margin: 0;
  padding-top: 7px;
}
.smart-form .note,
.note {
  padding: 0 1px;
  font-size: 11px;
  color: #999;
}
.smart-form .note a {
  font-weight:bold;
}
.smart-form .input,
.smart-form .select,
.smart-form .textarea,
.smart-form .radio,
.smart-form .checkbox,
.smart-form .toggle,
.smart-form .button {
  position: relative;
  display: block;
  font-weight: 400;
}
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font:14/16px 'Lato', Helvetica, Arial, sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.smart-form label{
  margin-bottom:25px;
}
/*
     * File inputs
     */
.smart-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 32px;
  margin: 0;
  padding: 0 14px;
  font-size: 14px;
  line-height: 30px;
}
.smart-form .input-file .button:hover {
  box-shadow: none;
}
.smart-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}
/*
     * Selects
     */
.smart-form .select i {
  position: absolute;
  top: 15px;
  right: 11px;
  width: 5px;
  height: 11px;
  background: white;
  box-shadow: 0 0 0 9px white;
}
.smart-form .select i:after,
.smart-form .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.smart-form .select i:after {
  bottom: 0;
  border-top: 4px solid #404040;
}
.smart-form .select i:before {
  top: 0;
  border-bottom: 4px solid #404040;
}
.smart-form .select-multiple select {
  height: auto;
}
/*
     * Text areas
     */
.smart-form .textarea textarea {
  height: auto;
  resize: none;
}
.smart-form .textarea-resizable textarea {
  resize: vertical;
}
.smart-form .textarea-expandable textarea {
  height: 40px;
}
.smart-form .textarea-expandable textarea:focus {
  height: auto;
}
/*
 * Radio and checkboxes
 */
.smart-form .radio,
.smart-form .checkbox {
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 15px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
  font-size: 13px;
}
.table .smart-form .radio,
.table .smart-form .checkbox {
  padding-left:0;
  line-height:1;
  margin-top:0;
}
.smart-form .radio:last-child,
.smart-form .checkbox:last-child {
  margin-bottom: 0;
}
.smart-form .radio input,
.smart-form .checkbox input {
  position: absolute;
  left: -9999px;
}
.smart-form .radio i,
.smart-form .checkbox i {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  background: #FFF;
}
.table .smart-form .radio i,
.table .smart-form .checkbox i{
  position:relative;
  top:auto;
  display:inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.smart-form .radio i {
  border-radius: 50%;
}
.smart-form .radio input + i:after,
.smart-form .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.smart-form .radio input + i:after {
  content: '';
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.smart-form .checkbox input + i:after {
  content: '\f00c';
  top:0;
  left: 2px;
  width: 15px;
  height: 15px;
  font: normal 16px/19px FontAwesome;
  text-align: center;
}
.smart-form .checkbox input:checked:hover + i:after {
  content: '\f00d';
}
.smart-form .checkbox input:checked:disabled:hover + i:after {
  content: '\f00c';
}
.smart-form .radio input:checked + i:after,
.smart-form .checkbox input:checked + i:after {
  opacity: 1;
}
.smart-form .checkbox.checkbox-status {
  margin-top:0;
  padding:0;
}
.smart-form .checkbox.checkbox-status input + i{
  position:relative;
  top:auto;
  border:0;
  background:transparent;
}
.smart-form .checkbox.checkbox-status input:hover + i{
  box-shadow:none;
}
.smart-form .checkbox.checkbox-status input:checked + i:after {
  content: '\f00c';
  color:#72C279;
}
.smart-form .checkbox.checkbox-status input:checked:hover + i:after{
  color:#72C279;
}
.smart-form .checkbox.checkbox-status input + i:after {
  content: '\f00d';
  color:#E08F95;
  opacity:1;
}
.smart-form .inline-group {
  margin: 0 -30px -4px 0;
}
.smart-form .inline-group:after {
  content: '';
  display: table;
  clear: both;
}
.smart-form .inline-group .radio,
.smart-form .inline-group .checkbox {
  float: left;
  margin-right: 15px;
}
.smart-form .inline-group .radio:last-child,
.smart-form .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}
/*
     * toggles
     */
.smart-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
}
.smart-form .toggle:last-child {
  margin-bottom: 0;
}
.smart-form .toggle input {
  position: absolute;
  left: -9999px;
}
.smart-form .toggle i {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  background: #fff;
}
.smart-form .toggle i:after {
  content: attr(data-swchoff-text);
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f;
}
.smart-form .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  transition: right 0.2s;
  -o-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-transition: right 0.2s;
}
.smart-form .toggle input:checked + i:after {
  content: attr(data-swchon-text);
  text-align: right;
}
.smart-form .toggle input:checked + i:before {
  right: 36px;
}
/*
     * ratings
     */
.smart-form .rating {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 25px;
  color: #404040;
}
.smart-form .rating:last-child {
  margin-bottom: 0;
}
.smart-form .rating input {
  position: absolute;
  left: -9999px;
}
.smart-form .rating {
  float:left;
  width:auto;
}
.smart-form .rating label {
  display: block;
  float: right;
  height: 26px;
  margin-top: 5px;
  padding: 0 4px;
  font-size: 26px;
  line-height: 26px;
  cursor: pointer;
}
/*
     * buttons
     */
.smart-form .button {
  float: right;
  height: 31px;
  overflow: hidden;
  margin: 10px 0 0 5px;
  padding: 0 25px;
  outline: none;
  border: 0;
  font: 300 15px/31px 'Lato', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.smart-form .icon-append,
.smart-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.smart-form .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid;
}
.smart-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}
.smart-form .input .icon-prepend + input,
.smart-form .textarea .icon-prepend + textarea {
  padding-left: 37px;
}
.smart-form .input .icon-append + input,
.smart-form .textarea .icon-append + textarea {
  padding-right: 37px;
}
.smart-form .input .icon-prepend + .icon-append + input,
.smart-form .textarea .icon-prepend + .icon-append + textarea {
  padding-left: 37px;
}
/*
     * grid
     */
/*
.smart-form .row {
  margin: 0 -15px;
}
.smart-form .row:after {
  content: '';
  display: table;
  clear: both;
}
*/
.smart-form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.smart-form .col-1 {
  width: 8.33%;
}
.smart-form .col-2 {
  width: 16.66%;
}
.smart-form .col-3 {
  width: 25%;
}
.smart-form .col-4 {
  width: 33.33%;
}
.smart-form .col-5 {
  width: 41.66%;
}
.smart-form .col-6 {
  width: 50%;
}
.smart-form .col-8 {
  width: 66.67%;
}
.smart-form .col-9 {
  width: 75%;
}
.smart-form .col-10 {
  width: 83.33%;
}
@media screen and (max-width: 600px) {
  .smart-form .col {
    float: none;
    width: 100%;
  }
}
/*
     * tooltips
     */
.smart-form .select select {
  padding: 5px;
}
.smart-form .tooltip {
  position: absolute;
  z-index: 99999;
  left: -9999px;
  padding: 2px 8px 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  transition: margin 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s;
  -ms-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -webkit-transition: margin 0.3s, opacity 0.3s;
}
.smart-form .tooltip:after {
  content: '';
  position: absolute;
}
.smart-form .input input:focus + .tooltip,
.smart-form .textarea textarea:focus + .tooltip {
  opacity: 1;
}
.smart-form .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px;
}
.smart-form .tooltip-top-right:after {
  top: 100%;
  right: 11px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-top-right,
.smart-form .textarea textarea:focus + .tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px;
}
.smart-form .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px;
}
.smart-form .tooltip-top-left:after {
  top: 100%;
  left: 11px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-top-left,
.smart-form .textarea textarea:focus + .tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px;
}
.smart-form .tooltip-right {
  top: 4px;
  white-space: nowrap;
  margin-left: 15px;
}
.smart-form .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(0, 0, 0, 0.9);
  border-bottom: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-right,
.smart-form .textarea textarea:focus + .tooltip-right {
  left: 100%;
  margin-left: 5px;
}
.smart-form .tooltip-left {
  top: 4px;
  white-space: nowrap;
  margin-right: 15px;
}
.smart-form .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(0, 0, 0, 0.9);
}
.smart-form .input input:focus + .tooltip-left,
.smart-form .textarea textarea:focus + .tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px;
}
.smart-form .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px;
}
.smart-form .tooltip-bottom-right:after {
  bottom: 100%;
  right: 11px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-bottom-right,
.smart-form .textarea textarea:focus + .tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px;
}
.smart-form .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px;
}
.smart-form .tooltip-bottom-left:after {
  bottom: 100%;
  left: 11px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent;
}
.smart-form .input input:focus + .tooltip-bottom-left,
.smart-form .textarea textarea:focus + .tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px;
}
/*
     * normal state
     */
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .radio i,
.smart-form .checkbox i,
.smart-form .toggle i,
.smart-form .icon-append,
.smart-form .icon-prepend {
  border-color: #BDBDBD;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.smart-form .toggle i:before {
  background-color: #3865FF;
}
.smart-form .rating label {
  color: #ccc;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.smart-form .button {
  background-color: #3865FF;
  opacity: 0.8;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.smart-form .button.button-secondary {
  background-color: #b3b3b3;
}
.smart-form .icon-append,
.smart-form .icon-prepend {
  color: #A2A2A2;
}
/*
     * hover state
     */
.smart-form .input:hover input,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
  border-color: #3865FF;
}
.smart-form .rating input + label:hover,
.smart-form .rating input + label:hover ~ label {
  color: #3865FF;
}
.smart-form .button:hover {
  opacity: 1;
}
.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*
     * radio/toggle/checkbox active state
     */
.smart-form .radio:active i,
.smart-form .checkbox:active i,
.smart-form .toggle:active i {
  background: #F0F0F0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*
     * focus state
     */
.smart-form .input input:focus,
.smart-form .select select:focus,
.smart-form .textarea textarea:focus,
.smart-form .radio input:focus + i,
.smart-form .checkbox input:focus + i,
.smart-form .toggle input:focus + i {
  border-color: #3865FF;
}
/*
     * checked state
     */
.smart-form .radio input + i:after {
  background-color: #3865FF;
}
.smart-form .checkbox input + i:after {
  color: #3865FF;
}
.smart-form .radio input:checked + i,
.smart-form .checkbox input:checked + i,
.smart-form .toggle input:checked + i {
  border-color: #3865FF;
}
.smart-form .rating input:checked ~ label {
  color: #3865FF;
}
/*
     * error state
     */
.smart-form .state-error input,
.smart-form .state-error select,
.smart-form .state-error textarea,
.smart-form .radio.state-error i,
.smart-form .checkbox.state-error i,
.smart-form .toggle.state-error i {
  background: #fff0f0;
  border-color: #A90329;
}
.smart-form .toggle.state-error input:checked + i {
  background: #fff0f0;
}
.smart-form .state-error + em {
  display: block;
  bottom:7px;
  position:absolute;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #D56161;
}
.smart-form .avatar-profile .state-error + em{
  bottom: -33px;
}
.sesion .smart-form .state-error{
  margin-bottom:10px;
}
.sesion .smart-form .state-error + em {
  position:relative;
}
.smart-form .input-group.state-error + em {
   bottom:-17px;
}
.smart-form .input-group.state-error .input-group-addon{
  border-color: #A90329;
}
.smart-form .input-group.currency-select.state-error + em {
   bottom:-3px;
}
.smart-form .input-group.currency-select.m2.state-error + em{
  bottom:-17px;
}
.smart-form .input-group.currency-select.input-price.state-error + em{
  background-color:#F4F5F6;
  bottom:-17px;
  z-index: 9;
  display: block;
  width: 100%;
}
.smart-form .input-group.currency-select.state-error .btn {
  border-color: #A90329;
}

.smart-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}
.smart-form .state-error select + i {
  background: #FFF0F0;
  box-shadow: 0 0 0 9px #FFF0F0;
}
.state-error .icon-append,
.state-error .icon-prepend {
  color: #ed1c24;
}
/*
     * success state
     */
.smart-form .state-success input,
.smart-form .state-success select,
.smart-form .state-success textarea,
.smart-form .radio.state-success i,
.smart-form .checkbox.state-success i,
.smart-form .toggle.state-success i {
  background: #fff;
  border-color: #BDBDBD;
}
.smart-form .toggle.state-success input:checked + i {
  background: #fff;
}
.smart-form .note-success {
  color: #6fb679;
}
.smart-form .state-success select + i {
  background: honeyDew;
  box-shadow: 0 0 0 9px honeyDew;
}
/*
     * disable state
     */
.smart-form .input.state-disabled input,
.smart-form .select.state-disabled,
.smart-form .textarea.state-disabled,
.smart-form .radio.state-disabled,
.smart-form .checkbox.state-disabled,
.smart-form .toggle.state-disabled,
.smart-form .button.state-disabled {
  cursor: default !important;
  opacity: 0.6 !important;
}
.smart-form .input.state-disabled:hover input,
.smart-form .select.state-disabled:hover select,
.smart-form .textarea.state-disabled:hover textarea,
.smart-form .radio.state-disabled:hover i,
.smart-form .checkbox.state-disabled:hover i,
.smart-form .toggle.state-disabled:hover i {
  border-color: #e5e5e5 !important;
}
.smart-form .state-disabled.radio input:checked + i,
.smart-form .state-disabled.checkbox input:checked + i,
.smart-form .state-disabled.toggle input:checked + i,
.smart-form .state-disabled.checkbox input + i:after,
.smart-form .state-disabled.radio input + i:after {
  border-color: #e5e5e5 !important;
  color: #333 !important;
}
.smart-form .state-disabled.radio input + i:after {
  background-color: #333;
}
/*
     * submit state
     */
.smart-form .message {
  display: none;
  color: #6fb679;
}
.smart-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px;
}
.smart-form.submited fieldset,
.smart-form.submited footer {
  display: none;
}
.smart-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.9);
  font: 300 18px/27px 'Lato', Helvetica, Arial, sans-serif;
  text-align: center;
}
/*
     * JQUERY UI UPDATE
     */
.smart-form .ui-widget-content .ui-spinner-input {
  margin: 0px;
  border: 0px;
  box-shadow: none !important;
  height: 40px;
  text-align:center;
}


body.color_1 header {
	background-color:#AAB300;
}
body.color_1 .btn {
	border-color: #AAB300;
}
body.color_1 header a {
	color:#fff;
}


body.color_2 header {
	background-color:#FF4000;
}
body.color_2 .btn {
	border-color: #FF4000;
}
body.color_2 header a {
	color:#fff;
}

body.color_3 header {
	background-color:#FFC926;
}
body.color_3 .btn {
	border-color: #FFC926;
}
body.color_3 header a {
	color:#333;
}

body.color_4 header {
	background-color:#D90000;
}
body.color_4 .btn {
	border-color: #D90000;
}
body.color_4 header a {
	color:#fff;
}

body.color_5 header {
	background-color:#006DD9;
}
body.color_5 .btn {
	border-color: #006DD9;
}
body.color_5 header a {
	color:#fff;
}

body.color_6 header {
	background-color:#333333;
}
body.color_6 .btn {
	border-color: #333333;
}
body.color_6 header a {
	color:#fff;
}

body.color_7 header {
	background-color:#fafafa;
}
body.color_7 .btn {
	border-color: #fafafa;
}
body.color_7 header a {
	color:#000;
}

