@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------------------------------------------
| Default Styles
------------------------------------------------------------------------------*/
*{
	font-family:'Open Sans',sans-serif;
	box-sizing: border-box;
/*	font-family:Tahoma,Georgia,Helvetica;*/
}
html,body{
	background-color:#f9f9f9;
	text-rendering: optimizeLegibility !important;
	-moz-osx-font-smoothing: grayscale !important;
	line-height:24px;
	-webkit-font-smoothing: antialiased !important;
}

h1,h2,h3,h4,h5,h6,ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.list-group-item{
	float:none;
}

ul li{
	float:left;
}
ul li a,ul li a:hover{
	text-decoration:none;
}
/*------------------------------------------------------------------------------
| END Default Styles
------------------------------------------------------------------------------*/
.header-top{
	background-color:#3e4095;
}
.top-social-media{
	color:#fff;
}
.top-login li{
	color:#fff;
}
.top-social-media li,.top-social-media li a,.top-login li a{
	color:#fff;
	font-size:1em;
	padding:.5em;
	opacity:.8;
}
.top-login li,.top-login li a{
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
}
.top-social-media li,.top-social-media li a:hover,.top-login li a:hover{
	opacity:1;
}

.slider-top{
	min-height:500px;
}

.latest-news{
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	float:left;
	margin-top:65px;
}
.latest-news h1{
	background-color:#3e4095;
	padding:1.3em 1.7em;
	letter-spacing:1px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	border-radius:3px 3px 0 0; 	
}
.latest-news ul{
	float:left;
}	
.latest-news ul li{
	float:left;
	color:#777;
	width:100%;
	padding:1.7em 1.7em;
	border-bottom:1px #ebebeb solid;
}	
.latest-news ul li:hover{
	background-color:#f9f9f9;
}

.latest-news ul li a{
	width:100%;
	float:left;
	padding-top:.5em;
	font-size:1.2em;
}	

.section-sepataror
{
	margin-bottom:2em;
}
.section-sepataror h2{
	font-size:2em;
	font-family:'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding-bottom:3px;
	color:#ed3237;
	box-shadow:0 3px 3px -2px #ccc;
}
.section-sepataror h2 span{
	color:#3e4095;
}
.custom-owl-nav-prev,.custom-owl-nav-next{
	cursor:pointer!important;
	background-color:transparent!important;
	color:#ccc!important;
	font-size:1.4em!important;
	float:left;
}
.custom-owl-nav-prev:hover,.custom-owl-nav-next:hover{
	color:#777!important;
}
.custom-owl-nav-next{
	float:right!important;
}

.article-full-block{
	border-radius:3px 3px 0 0 ;
}
.article-full-block:hover,.box-effect{
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.article-full-block div{
	padding:2em;
	background-color:#fff;
}
.article-full-block div h3{
	font-family:'Ubuntu Condensed', sans-serif;
	font-size:1.5em;
	margin-bottom:15px;
}
.article-full-block div p{
	color:#888;
}

.vertical-banner{
	background:transparent url('../../img/cta-bg.jpg') no-repeat 0 0;
	height:130px;
	background-size:100% auto;
	border-radius:5px;
}

footer{
	border:1px green solid;
	margin-top:20px;
	padding:3em 0 0 0;
	background-color:#20232e;
	color:#fff;
}

footer h1{
	font-family:'Ubuntu Condensed', sans-serif;
	font-size:1.7em;
}

footer > div.row{

}
footer .info-bottom{
	margin:3em 0 0 0;
	padding:1em;
	background-color:#1b1d26;
	text-align:center;
}

footer .info-bottom span{
	font-family:'Ubuntu Condensed', sans-serif;
	font-size:1.1em;
	letter-spacing:1px;
}
footer ul li{
	float:none;
}
footer ul li a{
	color:#fff;
}
footer ul li a:hover{
	color:#fff;
	text-decoration:underline;
}

.owl-controls {
  height: 100vh;
}

#box-search{
	background-color:#fff;
	min-height:400px;
	margin:1em;
	border-radius:.5em;
}

.multi-radios .btn-white{
	background-color:#fff;
	border:1px #aaa solid!important;
}
.multi-radios .btn{
	padding:0;
}
.multi-radios .btn span.fa{
	padding:.6em .7em;
	font-size:14px;
}
	
.multi-radios a:hover{
	opacity:.7;
}

.multi-radios .notActive{
	opacity:.3;
	font-size:14px;
}

.bootstrap-touchspin-prefix{
	
	background-color:#31b0d5;
	color:#fff;
}

.row.fit > div[class*="col"]{
	padding-left:.450em;
	padding-right:.450em;
}
.row.fit > div:first-child[class*="col"]{
	padding-left:.9em;
}
.row.fit > div:last-child[class*="col"]{
	padding-right:.9em;
}


.select-fit{	
	padding-left:.1em;
	padding-right:.2em;
}

/******************************************************************************************/
/********************************   Typeahead plugin css **********************************/
/******************************************************************************************/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #b3ff66;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}
span.twitter-typeahead .tt-menu
{
	width:100%;
}

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

.tt-input,.tt-hint{text-transform:uppercase!important}






.slider-handle{
	background:#3e4095!important;
}
.slider-selection{
	background:#31b0d5!important;
}




/* Small only */
@media screen and (max-width: 39.9375em){
	#box-search{
		border:1px blue solid;
	}
	#box-search .panel-body{
		overflow-y:scroll;
		overflow-x:hidden;
	}
	.vegas-wrapper{
		overflow-x:hidden;
	}

	.row.fit > div:first-child[class*="col"]{
		padding-left:.450em;
	}
	.row.fit > div:last-child[class*="col"]{
		padding-right:.450em;
	}
	
}

/* Medium and up */
@media screen and (min-width: 40em) {
	#box-search{
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em){
	#box-search{
		border:1px green solid;
	}
}

/* Large and up */
@media screen and (min-width: 64em){
	#box-search{
	}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em){
	#box-search{
		border:1px #000 solid;
	}
}

/* CORNER LABEL */
.corner-label{
	position:absolute;
	padding:7px;
	background-color:#ae333f;
	color:#fff;
	width:auto;
	top:1px;
	left:1px;
	margin-left:0;
	font:normal 1.1em Georgia,Tahoma,Verdana;
}
.corner-label.cl-left{left:1px; right:auto}
.corner-label.cl-right{right:1px; left:auto}
.corner-label.cl-top{top:1px; bottom:auto;}
.corner-label.cl-bottom{bottom:1px; top:auto;}
.corner-label.cl-left.cl-top.cl-rounded{border-radius:0 0 .3em 0}
.corner-label.cl-right.cl-top.cl-rounded{border-radius:0 0 0 .3em}
.corner-label.cl-left.cl-bottom.cl-rounded{border-radius:0 .3em 0 0}
.corner-label.cl-right.cl-bottom.cl-rounded{border-radius:.3em 0 0 0}
.cl-vinho{background-color:#3e4095}
.cl-darkgreen{background-color:#008000}
.cl-lightblue{background-color:#0095dd;}
.cl-value:before{
}
.cl-value{
	font:normal 2.3em 'Ubuntu Condensed', sans-serif;
	background-color:rgba(255,255,255,.6);
	margin-right:.4em;
	color:#000;
}


.imovel-images .item img{
  max-height:600px;
}

.gallery-imoveis-controls{
	padding:5px 0;
}
.gallery-imoveis-controls span.fa-arrow-circle-o-left,.gallery-imoveis-controls span.fa-arrow-circle-o-right{
	opacity:.4;
	font-size:1.4em;
}

.gallery-imoveis-controls span.fa-arrow-circle-o-left:hover,.gallery-imoveis-controls span.fa-arrow-circle-o-right:hover{
	opacity:1;
	cursor:pointer;
}

.btn-view-imovel
{
	border:1px transparent solid;
}
.btn-view-imovel:hover
{
	cursor:pointer;
	border:1px #f4f4f4 solid;
	box-shadow:1px 10x 5px #000;
}
.btn-view-imovel:hover img{
	opacity:.7;
}
.btn-view-imovel:hover:before{
	font-family:'FontAwesome';
	content: '\f00e';
	position:absolute;
	left:0;
	top:0;
	font-size:4em;
	color:#fff;
	opacity:.8;
	width:100%;
	margin-top:38%;
	text-align:center;
	z-index:1;
}
