/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/*-------------------------*/
body {
  background: white;
}

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Montserrat", sans-serif;
}

a, span {
  display: inline-block;
}

p {
  font-size: 14px;
  color: black;
}

/*============Head-section ends here============*/
#head-section {
  border-top: 2px solid #3499d1;
  padding: 5px 0 0 0;
}

#logo img {
  margin: 5px 0 0 140px;
}

#creci {
  color: #939393;
  text-align: right;
  margin: 5px 160px 0 0;
  font-weight: 300;
}

.phone span, .phone p {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  display: block;
}

.phone span {
  font-size: 16px;
  color: #787878;
  font-weight: 300;
  margin-bottom: 2px;
}

.phone p {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  color: #152e74;
  margin: 0;
}

.phone .fa {
  font-size: 30px;
}

.slicknav_menu {
  display: none;
}

.nav-section {
  margin: 5px 0 0 0;
}

#menu {
  padding: 0;
  margin: 0;
}

#menu li {
  list-style: none;
  float: left;
  position: relative;
}

#menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #464b4b;
  padding: 10px 35px;
  letter-spacing: 3px;
  text-decoration: none;
}

#menu li a:hover {
  background-color: #F2F2F2;
}

#menu .submenu li {
  display: block;
  margin: 0;
  float: none;
}

#menu .submenu li:hover {
  background-color: #F2F2F2;
}

#menu .submenu li a {
  background: none;
  border: none;
}

#menu .submenu {
  padding: 0;
  background: #f8f9fa;
  display: none;
  position: absolute;
  left: 0;
  width: 260px;
  z-index: 100;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

#menu .submenu:hover {
  display: block;
}

#menu > li > a:hover + .submenu {
  display: block;
}

.inform {
  text-align: center;
  font-size: 14px;
  color: #464b4b;
  color: #787878;
  margin: 10px 280px 10px 280px;
}

.whats a {
  color: #152e74;
}
.whats a .fa-whatsapp {
  color: #0d9a0a;
}

.img-responsive {
  max-width: 550px;
}

/*============Search section styles=================*/
#search-section {
  background: #0180c6;
  border-bottom: 3px solid #3499d1;
  padding: 20px 0 15px 0;
}

.search-form .form-control {
  background-color: white;
  box-shadow: none;
  font-size: 13px;
  height: 38px;
  border-radius: 5px;
  border: none;
}

.fields-list {
  padding: 0;
  margin: 0;
}

.fields-list li {
  list-style: none;
  width: 16%;
  float: left;
  display: inline-block;
  margin: 10px 18px 0 25px;
}

.fields-list li label {
  font-size: 14px;
  color: white;
}

.move-up {
  position: relative;
}

/*------Select box styles-------*/
.select-style {
  width: 100%;
  overflow: hidden;
  background: white url("../img/drop-down.png") no-repeat 90% 52%;
  cursor: pointer;
  height: 38px;
  border-radius: 5px;
  font-size: 15px;
}

.select-style select {
  padding: 5px 33px 5px 10px;
  width: 110%;
  height: 38px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 13px;
  color: #929497;
  text-transform: uppercase;
  font-weight: 400;
}

.select-style select:focus {
  outline: none;
}

.submit {
  font-size: 18px;
  color: white;
  border: none;
  background: #908e8e url("../img/search-icon.png") 88% center no-repeat;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px 5px 20px;
  width: 100%;
  border-top: 2px solid #c8c7c7;
  border-bottom: 2px solid #565555;
  text-align: left;
  margin: 27px 0 0 0;
}

.submit:hover {
  background: #606667 url("../img/search-icon.png") 88% center no-repeat;
}

/*============banner-slider-section styles=================*/
#banner-section {
  padding: 20px 0;
  background: linear-gradient(top, white, #b1b0b0);
  background: -moz-linear-gradient(top, white, #b1b0b0);
  background: -webkit-linear-gradient(top, white, #b1b0b0);
  background: -o-linear-gradient(top, white, #b1b0b0);
  background: -ms-linear-gradient(top, white, #b1b0b0);
}

#banner-section .flex-control-nav {
  bottom: -50px;
}

#banner-section .flex-control-paging li a {
  height: 16px;
  width: 16px;
  background: #0173b2;
}

#banner-section .flex-direction-nav {
  display: none;
}

.flexslider {
  margin: 0;
  padding: 0;
  border: none;
}

.property h1 {
  font-size: 21px;
  color: #16307a;
  margin: 30px 0 0 0;
}

.property p i {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: black;
}

.specs p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: black;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 35px;
}

.beds {
  background: url("../img/icon-1.png") left center no-repeat;
}

.w-room {
  background: url("../img/icon-2.png") left center no-repeat;
}

.garage {
  background: url("../img/icon-3.png") left center no-repeat;
}

.price {
  font-size: 49px;
  color: #16307a;
  font-family: "Montserrat", sans-serif;
}

.price small,
.price sup {
  font-size: 21px;
}

.price sup {
  position: relative;
  top: -20px;
}

.read-more {
  font-size: 13px;
  color: white;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 12px;
  background: #0180c6;
}

.read-more:hover,
.read-more:active,
.read-more:focus {
  color: white;
}

/*-----------------------------location-sale-section styles here-----------------------*/
#location-sale-section {
  margin: 50px 0 0 0;
}

.section-title {
  background: #0180c6;
  padding: 8px 0;
}

.section-title h2 {
  font-size: 28px;
  color: white;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.section-title .btnVoltar {
  text-align: right;
}

.section-title a {
  color: white;
  font-size: 13pt;
}

.location-slider,
.sale-slider {
  padding: 36px 0;
}

.location-slider .flex-control-nav {
  width: auto;
  top: 20px;
  right: 20px;
}

.location-slider .flex-control-paging li a {
  background: black;
}

.location-slider .flex-control-paging li a.flex-active {
  background: white;
}

.location-slider .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 40%;
}

.location-slider .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  height: 55px;
  width: 35px;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
}

.location-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../img/next.png") center center no-repeat;
  right: 12%;
}

.location-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../img/prev.png") center center no-repeat;
  left: 12%;
}

.sale-slider {
  background: #e4e4e4;
}

.apartment {
  max-width: 400px;
  margin: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.apartment img {
  height: 300px;
}

.apartment .info {
  text-align: left;
}

.info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: url("../img/grad-1.png") left bottom repeat-x;
  padding: 15px;
}

.info span {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: white;
}

.info span strong {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.info span i {
  display: inline-block;
  font-size: 18px;
  margin: 0 10px;
}

.price-tag {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  float: right;
  display: inline-block;
  padding: 4px 7px;
  background: #16307a;
  border-radius: 5px;
  margin: 7px 0 0 0;
}

.price-tag:hover,
.price-tag:active,
.price-tag:focus {
  color: white;
}

/*============social-section styles=================*/
#social-section {
  background: #0180c6;
  padding: 12px 0;
}

.social {
  margin: 0;
  color: white;
  font-size: 17px;
}

.social strong {
  position: relative;
  top: -4px;
  font-weight: 500;
}

.social a {
  font-size: 30px;
  color: white;
  display: inline-block;
  margin: 0 5px;
}

/*----------------------------Scroll Top Styles-----------------------*/
#footer-section {
  padding: 20px 0;
  background: linear-gradient(top, white, #e8e8e8);
  background: -moz-linear-gradient(top, white, #e8e8e8);
  background: -webkit-linear-gradient(top, white, #e8e8e8);
  background: -o-linear-gradient(top, white, #e8e8e8);
  background: -ms-linear-gradient(top, white, #e8e8e8);
}

.footer-content {
  padding: 30px 0;
}

.footer-content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  color: #16307a;
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 400;
}

.footer-content p,
.footer-menu li a,
.footer-menu li a:active,
.footer-menu li a:focus {
  font-size: 15px;
  color: #969696;
  line-height: 19px;
}

.footer-menu li {
  list-style: none;
  line-height: 15px;
}

.footer-menu {
  padding: 0;
}

.footer-menu.push {
  margin: 0;
}

.bottom-content {
  text-align: center;
  padding: 10px 0;
  border-top: 2px solid #0180c6;
}

/*------------------------------------------------------------------------------------*/
/*	Scroll Top Styles
/*-----------------------------------------------------------------------------------*/
#back-to-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  padding: 22px 23px;
  line-height: 42px;
  background: #7bbde1 url(../img/scroll-top.png) center center no-repeat;
  background-size: 40%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*============Via Baleto page styles=================*/
.section-title.light h2 {
  font-family: "Montserrat", sans-serif;
}

.searching {
  padding: 50px 0 50px 0;
}

.searching p {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.marca {
  margin: 50px 0 0 50px;
  background-color: #fff;
}

/*============ampresa page styles=================*/
#sgn-content {
  padding: 0 0 40px 0;
}

#sgn-content .section-title {
  margin: 30px 0 0 0;
}

#sgn-content .section-title h2 {
  font-size: 24px;
}

.content h3 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #16307a;
  margin: 30px 0 0 0;
  font-weight: 400;
}

.content p {
  font-size: 17px;
  color: #878787;
  text-align: justify;
  text-indent: 30px;
}

/*============cadastreseuimovel page styles=================*/
.reg-form {
  width: 75%;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #E6E6E6;
  padding: 30px;
}

.reg-form h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #16307a;
  margin: 30px 10px 20px;
}

.reg-form div {
  margin: 0 0 15px 0;
}

.reg-form .form-control,
.reg-form .select-style {
  border-radius: 4px;
  border: none;
  padding: 12px 20px;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.margin-right {
  margin: 0 40px 0 0;
}

.reg-form .field:focus {
  outline: none;
}

.reg-form .half .field {
  width: 40%;
  float: left;
}

.reg-form textarea.field {
  height: auto;
  resize: none;
}

.reg-form .select-style {
  margin-bottom: 0;
}

.reg-form select {
  width: 100%;
  padding: 9px 15px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  color: #495057;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.reg-form .small-select .select-style {
  display: inline-block;
  width: auto;
  float: left;
  overflow: visible;
  background: no-repeat;
  border: none;
  position: relative;
  margin: 0 15px 0 0;
}

.reg-form .small-select .select-style:before {
  content: url("../img/drop-down-blue.png");
  position: absolute;
  left: 0;
}

.reg-form .small-select .select-style select {
  background: none;
  text-indent: 12px;
  text-transform: none;
  position: relative;
  top: -5px;
  padding: 0 0 0 10px;
}

.reg-form .row {
  margin: 0;
}

.reg-form .row {
  margin-right: -15px;
  margin-left: -15px;
}

.reg-form .half.full .sp {
  color: #878787;
  border-radius: 0;
  border: 1px solid #dbdbdb;
  background: linear-gradient(top, #fcfcfc, #e8e8e8);
  background: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
  background: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
  background: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
  background: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
  height: 46px;
  width: 6.555%;
  font-size: 18px;
}

.reg-form .send {
  display: inline-block;
  padding: 8px 40px 8px 60px;
  background: #8ac5e5 url("../img/email-icon.png") 30px center no-repeat;
  color: white;
  border: none;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  border-radius: 4px;
}

.reg-form .send:hover {
  background: #0180c6 url("../img/email-icon.png") 30px center no-repeat;
}

.reg-form input[type=reset] {
  text-decoration: none;
  background-color: #F2F2F2;
  font-family: "Montserrat", sans-serif;
  color: black;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
}

/*============Contact page styles=================*/
#sgn-content.contacto {
  padding-bottom: 0;
}

.reg-form.contact-form {
  width: 70%;
  margin: 0 auto;
}

.content h3 {
  margin: 20px 0 15px 0;
}

iframe {
  width: 100%;
  height: 400px;
}

.reg-form.contact-form input[type=reset] {
  text-decoration: none;
  background-color: #F2F2F2;
  font-family: "Montserrat", sans-serif;
  color: black;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
}

/*============Extracto page styles=================*/
p.red {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: red;
}

.margin {
  margin: 0 50px 0 100px;
}

/*============Results page styles=================*/
.all-results {
  padding-bottom: 30px;
}

.property-thumb {
  background: white;
  margin: 25px 0 0 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.1s;
}

.property-thumb:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.property-thumb img {
  width: 100%;
}

.property-thumb .img-container {
  display: block;
  margin: 0 0 15px 0;
}

.property-thumb p {
  font-size: 14px;
  line-height: 21px;
  color: #0180c6;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 2px 0;
  padding: 0 20px;
}

.property-thumb .value {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #5e5c5c;
  margin: 15px 0 20px 0;
}

.property-info {
  min-height: 162px;
  position: relative;
}

.details {
  display: inline-block;
  width: 100%;
  padding: 6px 0;
  color: white;
  text-transform: uppercase;
  background: #0180c6;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.details:hover,
.details:focus,
.details:active {
  color: white;
  text-decoration: none;
}

.total {
  text-align: center;
  margin: 1em;
}

.specs-il {
  padding: 0 11px 0 26px;
}

@media (min-width: 768px) {
  .property-thumb .img-container {
    max-height: 154px;
    overflow: hidden;
    margin: 0 0 15px 0;
  }
}
/*============sem-banner page styles=================*/
.sem-banner .item {
  margin: 0 0 25px 0;
}

/*============single appartment page styles=================*/
#single-property .section-title {
  margin: 25px 0 30px 0;
}

#single-property h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

#single-property-imgs img {
  height: 447px;
}

#single-property-imgs div {
  text-align: center;
}

.single-appartment {
  margin: 50px 0 0 0;
}

.contact-form.appartmento {
  width: 100%;
  background: #E6E6E6;
  padding: 10px;
}

.contact-form.appartmento .field {
  height: 38px;
}

.contact-form.appartmento textarea.field {
  height: auto;
}

.contact-form.appartmento .form-heading {
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
  color: black;
}

.contact-form.appartmento .send {
  float: none !important;
  padding: 8px 0;
  width: 100%;
  background: #94a0c2 url("../img/email-icon.png") 10px center no-repeat;
  margin: 10px 0 0 0;
  color: white;
  border: none;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  border-radius: 4px;
}

.contact-form.appartmento .send:hover {
  background: #0180c6 url("../img/email-icon.png") 10px no-repeat;
}

.contact-form.appartmento .invalid {
  box-shadow: 0 0 3px red;
}

.contact-form.appartmento #resposta-email {
  display: none;
  text-align: center;
}

.specs-list {
  padding: 30px 0;
}

.specs-list li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}

.specs-list li span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 13px 0 13px 56px;
}

.specs-list li.area span {
  background: url("../img/area.png") left center no-repeat;
}

.specs-list li.dorm span {
  background: url("../img/dorom.png") left center no-repeat;
}

.specs-list li.vagas span {
  background: url("../img/vagas.png") left center no-repeat;
}

.appartment-info h3 {
  font-size: 20px;
  color: #16307a;
  font-family: "Montserrat", sans-serif;
}

.appartment-info strong {
  color: #16307a;
  font-family: "Montserrat", sans-serif;
}

.appartment-info p {
  font-size: 14px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}

/*-------------------------------------*/
/*-----All Media Queries-------------*/
/*-------------------------------------*/
@media (max-width: 1280px) {
  .location-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 2%;
  }

  .location-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 2%;
  }
}
@media (max-width: 1200px) {
  .location-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 2px;
  }

  .location-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 2px;
  }

  #menu li a {
    font-size: 14px;
    padding: 10px 23px;
    letter-spacing: 2px;
  }

  .fields-list li {
    width: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menu li a {
    font-size: 13px;
    padding: 10px 10px;
  }

  #creci {
    margin: 0 auto;
  }

  .info span {
    font-size: 14px;
  }

  .price-tag {
    padding: 0 4px;
    margin: 0;
    font-size: 12px;
  }

  .fields-list li {
    width: 43%;
  }

  .select-style select,
.search-form .form-control,
.submit {
    font-size: 12px;
  }

  .submit {
    font-size: 18px;
  }

  #single-property .flex-control-nav {
    width: 100%;
  }

  #single-property .flex-direction-nav {
    display: none;
  }

  .reg-form {
    width: 100%;
  }

  .col-sm-3 {
    min-width: 50%;
  }

  .property-thumb .value {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #logo {
    margin-bottom: 20px;
  }

  #logo img {
    width: 100%;
    margin: 5px 0 0 0;
  }

  #creci {
    margin: 0 auto;
  }

  #head-section,
.phone span, .phone p {
    text-align: center;
  }

  #menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
    background: #80c0e3;
  }

  .slicknav_btn {
    background: none;
  }

  .slicknav_nav a {
    color: #f2f2f2;
  }

  .slicknav_nav .fa {
    color: #f2f2f2;
    margin: 0 10px 0 0;
  }

  .info span {
    font-size: 14px;
  }

  .price-tag {
    padding: 0 4px;
    margin: 0;
    font-size: 12px;
  }

  .fields-list li {
    width: 41%;
  }

  .fields-list li:nth-child(5) {
    margin-right: 20px;
  }

  .select-style select,
.search-form .form-control,
.submit {
    font-size: 12px;
  }

  .submit {
    font-size: 18px;
  }

  .flexslider .slides img {
    width: 100%;
  }

  .flexslider .slides li {
    margin-bottom: 25px;
  }

  .select-style select {
    width: 110%;
  }

  #single-property-imgs img {
    width: 100%;
    height: auto;
  }

  .col-sm-3 {
    min-width: 50%;
  }

  .apartment img {
    width: 100%;
    height: auto;
  }

  #single-property .flex-direction-nav {
    display: none;
  }

  .reg-form,
.reg-form.contact-form {
    width: 100%;
  }

  .reg-form .half.full .field.first, .reg-form .half.full .field.second {
    width: 100%;
    margin-bottom: 10px;
  }

  .reg-form .half.full .sp {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #creci {
    margin: 0 auto;
  }

  .fields-list li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .fields-list .select-style {
    background: white url("../img/drop-down.png") no-repeat scroll 96% 52%;
  }

  .select-style select {
    width: 110%;
  }

  .submit {
    text-align: center;
  }

  body {
    overflow-x: hidden;
  }

  .reg-form,
.reg-form.contact-form {
    width: 100%;
  }

  .reg-form .half.full .field.first, .reg-form .half.full .field.second {
    width: 100%;
    margin-bottom: 10px;
  }

  .reg-form .half.full .sp {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .fields-list li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .fields-list .select-style {
    background: white url("../img/drop-down.png") no-repeat scroll 96% 52%;
  }

  .select-style select {
    width: 110%;
  }

  .submit {
    text-align: center;
  }

  #single-property .specs-list li {
    display: block;
    float: none;
    margin: 0 0 10px 0;
  }

  .reg-form,
.reg-form.contact-form {
    width: 100%;
  }

  .reg-form .half.full .field.first, .reg-form .half.full .field.second {
    width: 100%;
    margin-bottom: 10px;
  }

  .reg-form .half.full .sp {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
