@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Color
Version: 1.0
Author: 
Author URL: 
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 0px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
a {
  color: #15ADDF;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #15ADDF;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}


.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 0px;
}
.btn.btn-primary {
  background: #15ADDF;
  border-color: #15ADDF;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #15ADDF;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #15ADDF;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #15ADDF;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
#top-header {
    background: rgba(255, 255, 255, 0.9);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
-webkit-box-shadow: 1px 1px 3px 2px rgba(21,173,223,0.5);
box-shadow: 1px 1px 3px 2px rgba(21,173,223,0.5);}
#top-header .topo {
	background-color: #15ADDF;
	margin-top: 0px;
	color:#FFF;
}
#top-header .contact {
	padding-top: 2px;
}
#top-header .topo .content {
	color:#FFF;
}
#top-header .topo a {
  color: #fff;
  background: transparent;
  border-radius: 0px;
  padding: 3px;
}
#top-header .topo a:hover {
  color: #4E6936;
  background: #FFF;
  border-radius: 0px;
  padding: 3px;
}
#top-header .topo .idiomas .active {
  color: #4E6936;
  background: #FFF;
  padding: 3px;
  font-size: 12px;
}
#top-header .topo ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#top-header .topo ul.idiomas > li {
  display: inline-block;
  margin: 0 5px;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
  background-color: #15ADDF;
  color: #FFF;
}
.navbar-header .navbar-brand {
	max-height: 90px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
}
.navbar-header .navbar-brand img{
	max-width: 200px;
	margin-bottom: 5px;
}
ul#nav  {
	color: #15ADDF;
	margin-top: 40px;
}
ul#nav li a {
	color: #4E6986;
	font-weight: 600;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
}
ul#nav li a:hover {
	color: #FFF;
	background-color: #15ADDF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#nav li.active a {
	color: #FFF;
	background-color: #15ADDF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}


#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 650px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-slider .slider-inner h1 {
  margin-top: 250px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 1px 3px #A1A1A1;
}
#main-slider .slider-inner h2 {
	color: #FFF;
	text-shadow: 1px 1px 10px #000;
	font-size: 16px;
	font-weight: 500;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  padding-top: 18px;
  height: 72px;
  width: 72px;
  line-height: 72px;
  text-align: center;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #15ADDF;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #15ADDF;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #15ADDF;
}
#cta2 p {
    color: #fff;
}

/*************************
*******Feature******
**************************/
#features {
  padding: 100px 0;
  background: #f5f5f5;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#services {
  padding: 100px 0 75px;
  text-align: center;
}

/*************************
*******Service******
**************************/
#services .features-item {
    margin: 25px 0;
}
#services .features-item .features-icon i {
  font-size: 40px;
  text-align: center;
}
#services .features-item:hover .features-icon i , #services .features-item:hover h3 {
  color: #15ADDF ;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#services .features-item h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 16px 0 15px; 
    text-align: center;
}

.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  color: #15ADDF;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
  display: block;
  line-height: 60px;
  font-size: 18px;
  transform: translateZ(0px);
}

.media.service-box:hover .pull-left > i {

}
/*************************
*******Portfolio******
**************************/
#portfolio {
	background: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
  margin:0 1px;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #15ADDF;
  color: #fff;
}

#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#portfolio .portfolio-item .portfolio-item-inner {
	position: relative;
	overflow: hidden;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
  text-align: center;
  padding-top: 180px;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
-moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
#portfolio .portfolio-item:hover .portfolio-item-inner .portfolio-info .preview {
  top: 60px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/*************************
*******Testimonial******
**************************/
#testimonial {
  background: #333333;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial p {
  font-style: italic;
  font-size: 22px;line-height: 30px;
}
#testimonial .img-thumbnail {
  background: transparent;
}
#testimonial #carousel-testimonial .btns {
    margin-top: 30px;
}
#testimonial #carousel-testimonial .btns a {
  margin:0 2px;
}

/****************TEXTOS *****************/
#textos {
	padding: 0px;
}
#textos .section-header {
  margin-bottom: 20px;
}
#textos .section-header .section-title {
	color: #15ADDF;
  	text-transform: uppercase;
	text-align:right;

}
#textos .section-header .section-title h1{
  display: inline-block;
  border-bottom: solid 5px #15ADDF;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 400;
  color: #15ADDF;
  font-size: 20px;
}
#textos .section-header .section-title h2{
  display: inline-block;
  border-bottom: solid 5px #15ADDF;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 400;
  color: #15ADDF;
  font-size: 22px;
}
#textos .section-header div.textos  {
	margin-top: 30px;
	margin-bottom: 30px;
}
#textos .section-header div.textos p {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  font-weight: 300;
  color: #4E6986; /*color: #8d8d8d;*/
}
#textos .section-header div.textos h2 {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  font-weight: 500;
  color: #15ADDF; /*color: #8d8d8d;*/
  margin-bottom: 10px;
}
#textos .section-header div.textos h3 {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  font-weight: 500;
  color: #15ADDF; /*color: #8d8d8d;*/
  margin-bottom: 10px;
}

/****************FIM TEXTOS *****************/

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*************************
*******Contact******
**************************/

#contactos {
}
#contactos h2 {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  color: #15ADDF; /*color: #8d8d8d;*/
  margin-bottom: 10px;
}
#contactos h3 {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  font-weight: 500;
  color: #15ADDF; /*color: #8d8d8d;*/
  margin-bottom: 10px;
}

#contactos #frmFormularios input, #frmFormularios textarea, #frmFormularios select {
	border: 1px solid #15ADDF;
}
#contactos #frmFormularios .btn {
	max-height: 35px;
	border-radius: 5px;
}

/*
#contact .contact-form h3 {
  margin-top: 0;
}
#contact-area label {
  font-weight: 300;
}
#contact-area .form-group input ,#contact-area .form-group textarea {
  border-radius: 0;
  font-size: 13px;
  font-weight: normal;
  color: #888;
}
#contact-area .form-group textarea {
  height: 195px;
}

#contact-area .form-control:focus, #focusedInput {
  border: 1px solid #000;
  box-shadow: none;
}

#contact-area  .btn-send-msg {
  margin-top: 30px;
}*/
/***********************
********* Footer ******
************************/
#footer {
	margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 0px;
  color: #fff;
  background: #4E6986;
}
#footer h2 {
  color: #15ADDF;
  font-size: 18px;
  font-weight: 300;
  text-align:center;
  margin-top: 0px;
  text-transform:uppercase;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #15ADDF;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
.footer2 {
	color: #fff;
	background: #15ADDF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footer2 a {
  color: #FFF;
}
.footer2 a:hover {
  color: #4E6986;
}

@media only screen and (min-width: 768px) {
  #footer .social-icons {
    font-size: 20px;
  }
}
#owl-campanhas {
	margin: 0px;
	padding: 0px;
}
#owl-campanhas .item{
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#owl-campanhas .item img{
  display: block;
  max-height: auto;
}
.linha-vert {
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#footer .input-group .btn {
  font-size: 14px;
}
#footer .input-group input {
  font-size: 14px;
  height: 30px;
}

#footer .photostream div {
	float: left;
	display: block;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;*/
}
#footer .photostream div img {
	height: 60px;
}
#footer .photostream div a {
  border: solid 1 px #eeeeee;
}
#footer .photostream div img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .photostream div:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
	overflow: hidden;
}


/* +++++++++++++++++++ PESQUISA ++++++++++++++++++++++ */
.pesquisa{
	position: relative;
	margin-top: -100px;
	z-index: 999;
}
.pesquisa .container {
	display: inline-flex;
	box-shadow: 0px 0px 4px rgb(97, 97, 97);
	-webkit-box-shadow: 0px 0px 4px rgb(97, 97, 97);
	-moz-box-shadow: 0px 0px 4px rgb(97, 97, 97);
	-o-box-shadow: 0px 0px 4px rgb(97, 97, 97);
}
.booking_room{
	padding: 2%;
	float: none;
	background: rgba(24, 160, 208, 0.5);
	min-height: 80px;
}
.pesquisa form.form-inline {
	margin: 0px;
	padding: 0px;
}
.pesquisa select, #finalidade, #tipo, #distrito, #concelho, #freguesia {
	width: 100%;
	color: #858585;
	font-size: 0.8725em;
	padding: 0px;
	outline: none;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	border: 1px solid #DFDFDF;
	box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-moz-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-o-box-shadow: inset 0 0 2px rgb(236, 236, 236);
}
.pesquisa select option{
	border: 1px solid #DFDFDF;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pesquisa .btn.btn-primary {
  	background: #15ADDF;
  	border-color: #15ADDF;
	width: 100%;
  	border-radius: 5px;
}

/* +++++++++++++++++++ FIM PESQUISA ++++++++++++++++++++++ */

#imovel {
	color: #4E6986;
}
#imovel h1 {
  display: inline-block;
  border-bottom: solid 5px #15ADDF;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 400;
  color: #15ADDF;
  font-size: 20px;
}
#imovel .print {
	display: inline-block;
	float: right;
	margin-top: 25px;
}
#imovel .contact-wrap h2{
	line-height: 1.1;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: 400;
	color: #15ADDF;
	font-size: 16px;
	text-align: center;
}
#imovel .table th{
	color: #15ADDF;
	font-weight: 300;
	letter-spacing: 0.01em;	
}
.imovel-item {
	border: thin solid #15ADDF;
	margin-bottom: 30px;
	margin-left: 0px;
}
#img-imovel {
	height: 170px;
	width: 260px;
}
#img-imovel img {
	max-height:100%;
	margin-left:auto;
	margin-right:auto;
	padding: 3px;
}
.imoveis-info {
	background: #15ADDF;
}
.imoveis-info h3{
	color: #FFF;
	font-size: 14px;
	text-align:center;
	display: inline-table;
	height: 20px;
	padding: 0;
	margin: 0;
}
.imoveis-info {
	
}

#imovel .social {
  text-align: left;
}
#imovel .social h4 {
  font-weight: 300;
  margin-bottom: 10px;
}
#imovel .social p {
  line-height: 26px;
}
#imovel .social p a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
}
#imovel .social p a i {
  vertical-align: bottom;
  line-height: 26px;
}
#imovel .social p a.facebook {
  background-color: #4460ae;
}
#imovel .social p a.gplus {
  background-color: #c21f25;
}
#imovel .social p a.twitter {
  background-color: #3cf;
}
#imovel .social p a.instagram {
  background-color: #cd4378;
}
#imovel .social p a.email {
  background-color: #4a7f45;
}
#imovel .preco {
	font-size: 20px;
	font-weight: 300;
	color: #15ADDF;
	text-align: center;
}
#imovel .preco span.tPreco {
	font-size: 16px;
	font-weight: 600;
	color: #4E6986;
}
@media (max-width: 991px) {
  #imovel .social {
    text-align: center;
  }
}
#categoria-topo {
  overflow: hidden;
}
#categoria-topo .item {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#categoria-topo .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#categoria-topo .slider-inner h1 {
	margin-top: 120px;
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
}
#imovel-topo {
  overflow: hidden;
}
#imovel-topo .item {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#imovel-topo .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#imovel-topo .slider-inner h1 {
	margin-top: 120px;
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
}


#compramos .compramos-item .body:hover {
	cursor:pointer;
	background-color: #15ADDF;
}
#compramos .compramos-item {
	margin: 10px;
	padding: 10px;
	height: 160px;
	display: inline-block;
}
#compramos .titulo-compramos{
	background: #15ADDF;
	height: 36px;
}
#compramos .compramos-item  .titulo-compramos h2{
	font-size: 18px;
	font-weight: 300;
	color: #FFF;	
}
#compramos .body {
	background-color: #EDFAFE; 
}
#compramos .compramos-item  .img-compramos {
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
#compramos .compramos-item  .txt-compramos {
	line-height: 15px;
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	color: #4E6986;
}
#compramos .compramos-item  .txt-compramos p {
	line-height: 15px;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	color: #4E6986;
}
#compramos .compramos-item  .txt-compramos li {
	line-height: 15px;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	color: #4E6986;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 15px 15px;
}
.panel-heading h3{
	color: #4E6986;
}

.panel-heading .panel-body  {
	background: #15ADDF;
}
.panel-body ul li{
	border:none;
}

.panel.sidebar-menu h3 {
  padding: 5px 0;
  margin: 0;
}
.panel.sidebar-menu {
  background: #fff;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.panel.sidebar-menu .panel-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  background: none;
  padding: 0;
  letter-spacing: 0.08em;
  border-bottom: none;
}
.panel.sidebar-menu .panel-heading h1,
.panel.sidebar-menu .panel-heading h2,
.panel.sidebar-menu .panel-heading h3,
.panel.sidebar-menu .panel-heading h4,
.panel.sidebar-menu .panel-heading h5 {
  display: inline-block;
  border-bottom: solid 5px #15ADDF;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.panel.sidebar-menu .panel-body {
  padding: 0;
  margin: 0;
}

.panel.sidebar-menu ul.nav.category-menu {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: #FFF;
}
.panel.sidebar-menu ul.nav.category-menu li .menu {
	word-wrap: break-word;
}

.panel.sidebar-menu ul.nav.category-menu li a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	background: none;
	color: #4E6986: /*#15ADDF;*/
	height: auto;
	font-weight: 600;
  	letter-spacing: 0.01em;
	display: compact;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #15ADDF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 13px;
}
.panel.sidebar-menu ul.nav.category-menu li a:hover,
.panel.sidebar-menu ul.nav.category-menu li a:focus {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #FFF;
	background-color: #15ADDF;
}
.panel.sidebar-menu ul.nav.category-menu .active a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	background-color: #15ADDF;
	border: none;
	color: #FFF;
	text-align:right;
}

.panel.sidebar-menu ul.nav ul {
  list-style: none;
  padding-left: 0;
}
.panel.sidebar-menu ul.nav ul li {
  display: block;
}
.panel.sidebar-menu ul.nav ul li a {
  position: relative;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none !important;
  display: block;
  padding: 10px 15px;
  padding-left: 30px;
  font-size: 12px;
  color: #999999;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #38a7bb;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}



.imoveis {
	border-bottom: solid 1px #15ADDF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
	background-color: #EDFAFE;
}
.imoveis .image {
  overflow: hidden;
}
.imoveis .image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 190px;
}
@media (max-width: 767px) {
  .imoveis .image img.img-responsive {
    min-height: 100%;
  }
}
.imoveis .text {
  padding: 10px;
  color: #15ADDF;
}
.imoveis .text h3 {
  font-size: 14px;
  line-height:14px;
  font-weight: 700;
  height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #15ADDF;
  padding: 0;
  margin: 0;
}

.imoveis:hover .text h3  {
  color: #FFF;
}
.imoveis .text h3 a:hover {
  text-decoration: none;
}

.imoveis .text .text-info {
  font-size: 12px;
  font-weight: 400;
  height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #15ADDF;
  padding: 0;
  margin: 0;
}
.imoveis:hover .text .text-info {
  color: #FFF;
}
.imoveis .text p.price {
  font-size: 18px;
}
.imoveis .text p.price del {
  color: #999999;
}
.imoveis .buttons {
  clear: both;
  position: absolute;
  display: none;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px transparent;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.imoveis .buttons .btn {
  margin-bottom: 20px;
}
.imoveis:hover {
  border-bottom: solid 1px #4E6896;
  background: #15ADDF;
  top: 0;
  color: #FFF;
  cursor: pointer;
}
.imoveis:hover .buttons {
  clear: both;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
.imoveis:hover .image img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

#imoveis h2 {
	display: block;
	border-bottom: solid 1px #15ADDF;
	line-height: 1.1;
	margin-bottom: 20;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #15ADDF;
	width: 100%;
}

/* pagination */
.pagination {
  margin: 20px 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 3px 6px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #15ADDF;
  background-color: #ffffff;
  border: 1px solid #15ADDF;
  font-size:10px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #15ADDF;
  background-color: #a7dbe5;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #15ADDF;
  border-color: #15ADDF;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}
.fotorama {
	background-color: #EDFAFE;
}


/****************INDEX.HTML - MANUTENÇÃO *****************/
#manutencao {
	margin-top: -550px;
}
#manutencao .section-header {
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px #080808;
}
#manutencao .section-header .section-title {
	color: #15ADDF;
  	text-transform: uppercase;
	text-align:center;

}
#manutencao .section-header .section-title h1{
  display: inline-block;
  border-bottom: solid 5px #15ADDF;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 400;
  color: #15ADDF;
  font-size: 20px;
}
#manutencao .section-header .section-title h2{
  display: inline-block;
  border-bottom: solid 5px #15ADDF;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 400;
  color: #15ADDF;
  font-size: 22px;
}
#manutencao .section-header {
	margin-top: 30px;
	margin-bottom: 30px;
}
#manutencao .section-header p {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: 300;
  color: #FFF; /*color: #8d8d8d;*/
}
#manutencao .section-header  a {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: 300;
  color: #FFF; 
}
#manutencao .section-header div.textos h2 {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  font-weight: 500;
  color: #15ADDF; /*color: #8d8d8d;*/
  margin-bottom: 10px;
}
#manutencao .section-header div.textos h3 {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  font-weight: 500;
  color: #15ADDF; /*color: #8d8d8d;*/
  margin-bottom: 10px;
}
#footer-manutencao {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 0px;
  color: #fff;
  background: #4E6986;
  text-shadow: 1px 1px 3px #080808;
}
#footer-manutencao h2 {
  color: #15ADDF;
  font-size: 18px;
  font-weight: 300;
  text-align:center;
  margin-top: 0px;
  text-transform:uppercase;
}
#footer-manutencao a {
  color: #fff;
  text-shadow: 1px 1px 3px #080808;
}
#footer-manutencao a:hover {
  color: #15ADDF;
}
#footer-manutencao ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer-manutencao ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
#footer-manutencao .footer2 {
	color: #fff;
	background: #15ADDF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
  text-shadow: 1px 1px 3px #080808;
}
#footer-manutencao .footer2 a {
  color: #FFF;
  text-shadow: 1px 1px 3px #080808;
}
#footer-manutencao .footer2 a:hover {
  color: #4E6986;
  text-shadow: 1px 1px 3px #080808;
}
