body {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #000;
    background: url('/img/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
#house_image
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100% 65%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer {
  position: fixed;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 60px;
  width: 100%;
  padding-top:8px;
  padding-left: 8px;
  background-color: #101010;
  color: #9d9d9d;
}

.modal-open {
	overflow:hidden;
	overflow-y:scroll;
	padding-right:0 !important;
}

h1 {
	font-size: 30px !important;
}
h2 {
	font-size: 16pt !important;
}
h3 {
	font-size: 20px !important;
}

/* fields custom */

.zebra
{
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
.zebra:nth-of-type(even)
{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #eee;
}

.red
{
	color: #FF4d4d;
}

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        /* width: 500px; */
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        /* min-width: 500px; */
    }
}

/* navbar */
.navbar-header #brand_logo {
	margin-top: 1px;
	margin-right: 8px; 
}

.navbar-header #agent_name {
	color: #ddd;
}

/* landing */
.bg2 {
background-color: rgba(255,255,255,0.5);
}
.bg3- {
	background-color: rgba(0,0,0,0.3);
}
.bg4 {
	background-color: rgba(0,0,0,0.5);
}

.bg5 {
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}

.text-white {
	color: #FFF;
}
.text-red {
	color: #FF0000;
}
.padding14 {
	padding: 14px;
}
.bl2 {
	border-left: 2px solid rgba(0,0,0,0.2);
}

#price {
	display: none;
}
.text-dark {
	color: #666;
}
.margin-top20 {
	margin-top: 20px;
}
.margin-bottom20 {
	margin-bottom: 20px;
}
.margin-bottom60 {
	margin-bottom: 60px;
}
.margin-bottom6 {
	margin-bottom: 6px;
}
.position-relative {
	position: relative;
}
.margin-bottom8 {
	margin-bottom: 8px;
}
.display-none {
	display: none;
}
.new-badge {
	position: absolute;
	top: -3px; 
	left: 21px;
}
.margin-top2 {
	margin-top: 2px; 
}

.displayNone {
	display: none;
}
.headline
{
	font-size: 12pt;
	font-weight: bold;
}

#debug
{
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 50px; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1000002; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  color: #FFF;
}

.overlay {  
	background: rgba(122, 130, 136, 0.2)!important;
	border-radius: 4px;
	color: #FFF;
}
