html {
  position: relative;
  min-height: 100%;
  color: #444;
}

body {
	/*min-height: 2000px;*/
	padding-top: 130px;
	/*background-color: white;*/
}

.navbar-default {
	margin-top: 63px;
	border-width: 0px;
	z-index: 5;
}

.header {
	background-color: #6EDBCC;
	border-width: 0;
	color: white;
}

.header .navbar-collapse {
	/*background-color: #ff6e26;*/
}


/* FOOTER */
.footer {
	position: static;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	color: #333;
}

.container .text-muted {
	margin: 20px 0;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

.text-muted {
	color: #333;
}

.footer a {
	color: #606060;
}

#menu2 .navbar, .navbar.navbar-default {
    /*background-color: #ff5e0d;*/
}

.navbar .dropdown-menu li a:hover, a:focus {
    /*color: #ff5e0d;*/
}

#menu2 .dropdown-menu li a:hover, a:focus {
    /*color: #ff5e0d;*/
}

@media (max-width: 767px) {
	#menu2 .dropdown-menu li a:hover, a:focus {
	    color: white;
	}
}

.navbar .navbar-nav > li > a, #navbar1 .navbar-nav > li > a:hover, #navbar1 .navbar .navbar-nav > li > a:focus {
    color: white;
}

.nav-tabs {
    background: white;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #5c5b5b !important;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
    color: #444;
}

.checkbox label, .radio label, label {
    color: #444;
}

body .container .thumbwell, body .container-fluid .thumbwell {
    padding: 0px;
}

#realestate .form-control, #realestate .form-group .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5e0d), to(#ff5e0d)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#ff5e0d, #ff5e0d), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#ff5e0d, #ff5e0d), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#ff5e0d, #ff5e0d), linear-gradient(#D2D2D2, #D2D2D2);
}

.panelimg{
	padding: 0px;
}

.panelcontenido{
	padding: 20px 20px 10px 0px;
}

/*Estilos de google traslate*/
.goog-te-banner-frame {
	left: 25%;
	top: 0px;
	height: 39px;
	width: 60%;
	z-index: 10000001;
	position: fixed;
	border: none;
	border-bottom: 1px solid #6b90da;
	margin: 0;
	-moz-box-shadow: 0 0 8px 1px #999999;
	-webkit-box-shadow: 0 0 8px 1px #999999;
	box-shadow: 0 0 8px 1px #999999;
	_position: absolute;
	display:none;
}

.google_translate{
	margin-left: 0%;
	 margin-top: 15%;
}

@media (max-width: 767px) { 
	.google_translate {
		margin-left: 15px;
		margin-top: 0%;
	}
}
.line-m-div{
	border-top: solid 1px #000;
}

div.dz-preview{
	width: 200px;
    float: left;
    margin-right: 10px;
}

.property-img{
	width: 200px;
    float: left;
    margin-bottom: 20px;
}
.property-img img{
	width: 120px;
}
.property-img .image-name{
	display: block;
    margin-top: 5px;
}
.property-img a{
    text-decoration: none;
}
.content-gallery-ready{
	clear: both;
}
.content-gallery-ready .m-top{
	margin-top: 50px;
}

.terms, .terms ul{
	list-style-type: none;
}
.terms ul{
	padding-left: 20px;
}
ul .more-info a{
	color: #000 !important;
}
@media (min-width: 768px) { 
	ul .more-info a{
	    padding-bottom: 0px !important;
	    padding-top: 35px !important;
	}
}
@media (max-width: 767px) { 
	ul .more-info a{
	    padding-bottom: 0px !important;
	    padding-top: 0px !important;
	}
}
.form-group {
    padding-bottom: 7px;
    margin: 0 0 0 0;
}
#FormInformation #myModalLabel{
	text-align: center;
}
.more-info a span:hover{
	text-decoration: underline;
}
.hidden{
	display: none;
}

/* Services */
.services .img-service{
	width: 100%;
	height: 190px;
}
.services .row .mb{
	margin-bottom: 2rem;
}