@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

body {
	padding-top: 50px;
	font: 17px/1.7 "Open Sans", Helvetica, sans-serif;
	background-color: rgba(202, 228, 140, 0.43);
}
.container {
	z-index: 4;
}
header, footer, .jumbotron, .navbar {
	z-index: 5;
}
@media (min-width: 768px)
.container {
	max-width: 1000px;
}
@media (min-width: 1200px)
.container {
	width: 100%;
}
.container .row {
	padding: 15px 25px;
}

/* FOOTER */
footer {
	background-color: #888;
}
footer .row {
	background-color: #888 !important;
}
footer h4 {
	color: #fff;
	padding: 5px 25px;
}
footer p {
	color: #fff;
}
footer a {
	color: #fff;
}
footer ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
footer li {
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
footer li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
footer p {
	font-size: 1.25rem;
	text-transform: uppercase;
}
.text-trunc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-header {
  margin: 0 0 20px;
}
.nested-container {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 0;
	position: relative;
}
.nested-container.backdrop {
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
}
.nested-container.backdrop p {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(17,17,17,0.25);
}
.nested-container.backdrop h3 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(17,17,17,0.25);
}
.content-container {
	margin-top: 20px;
	min-height: 539px;
}
footer.container, footer.container .block {
	background-color: #888 !important;
}

.background {
	filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	-webkit-filter: blur(2px);
	background-attachment: fixed;
	background: #ddd url(/images/cover01.jpg) no-repeat center center;
	background-size: cover;
	height: 560px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
.background-divider {
	background-color: rgba(202, 228, 140, 1);
	height: 50px;
	left: 0;
	position: fixed;
	top: 559px;
	width: 100%;
	z-index: 3;
}

.container .jumbotron {
	background-position: center center;
	background-size: cover;
	background: transparent url() no-repeat 0 0;
	border-radius: 0 !important;
	box-sizing: border-box;
	height: 350px;
	margin: 0 0 0 0;
	max-width: 100%;
	padding: 0 0 0 0;
	position: relative;
}

.container .jumbotron h1,
.container .jumbotron h4 {
	color: #fff;
	text-align: center;
}

.jumbotron .col {
	left: 0;
	position: absolute;
	top: 75px;
	width: 100%;
}

.jumbotron h1, .jumbotron .h1 {
	font-size: 43px;
	font-weight: bold;
	text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
}

.starter-template {
	padding: 40px 15px;
	text-align: center;
}

/* NAVBAR */
.navbar-brand img {
	width: 180px;
}

.navbar-inverse {
	background-color: #393939;
	border:none;
	opacity: 0.9;
	position: fixed;
	z-index: 15 !important;
	top: 0;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #777;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	-moz-box-shadow: inset 0px -5px 0px 0px #81B10D;
	-webkit-box-shadow: inset 0px -5px 0px 0px #81B10D;
	background-color: rgba(255,255,255,0.03);
	box-shadow: inset 0px -5px 0px 0px #81B10D;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	-moz-box-shadow: inset 0px -5px 0px 0px #81B10D;
	-webkit-box-shadow: inset 0px -5px 0px 0px #81B10D;
	background-color: rgba(255,255,255,0.05);
	box-shadow: inset 0px -5px 0px 0px #81B10D;
	color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border: none;
	box-shadow: none;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.navbar-toggle .icon-bar {
	height: 3px;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #777;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

/*  SIGN-IN FORM */
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	height: auto;
	padding: 10px;
	position: relative;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* LISTING */
.caption {
	height: 110px;
	overflow: hidden;
}

.caption a {
	color: #0074e4;
	font-weight: bold;
}
.caption h4 {
	color: #0074e4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thumbnail img {
	width: 100%;
}

.ratings {
	padding-right: 10px;
	padding-left: 10px;
	color: #d17581;
}

.thumbnail {
	padding: 0;
}

.thumbnail .caption-full {
	padding: 9px;
	color: #333;
}

.listing-property-delete {
	position: absolute;
	right: 25px;
	top: 10px;
	z-index: 5;
}

.listing-property-edit {
	position: absolute;
	left: 25px;
	top: 10px;
	z-index: 5;
}

.property-delete {
	position: absolute;
	right:75px;
	top: 10px;
	z-index: 5;
}
.property-edit {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 5;
}

.property-price {
	bottom: 38%;
	font-size: x-large;
	position: absolute;
	right: 10px;
}
.property-addr,
.property-slug {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.property-addr {
	font-size: 80%;
	font-weight: bold;
}
.carousel .property-price {
	bottom: 10px;
}
.photo-sort {
	cursor: move;
}

.pfilters-current {
	letter-spacing: 0.5px;
}
.pfilters-well-label {
	background-color: rgba(119, 119, 119, 0.76);
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	left: 10px;
	padding: 0 5px;
	position: absolute;
	top: -11px;
}

/* TYPEAHEAD */
.tt-menu {
  text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #ccc;
	border-radius: 8px;
	outline: none;
	padding: 8px 12px;
	width: 396px;
}

.typeahead {
	background-color: #fff;
}

.typeahead:focus {
	border: 2px solid #0097cf;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-menu {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	margin: 12px 0;
	padding: 8px 0;
	width: 422px;
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}

.tt-suggestion:hover {
	background-color: #0097cf;
	color: #fff;
	cursor: pointer;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}

.tt-suggestion p {
	margin: 0;
}

.input-group span.twitter-typeahead {
	display: block !important;
}
.input-group span.twitter-typeahead {
	float:left;
	width:100%;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
	top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
	top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
	top: 28px !important;
}
.bootstrap-tagsinput {
	width: 100% !important;
}

/* TAG INPUT */
.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 4px 6px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	cursor: text;
}
.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0 6px;
	margin: 0;
	width: auto;
	max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
	color: #777;
	opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
	color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
	color: #777;
}
.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}
.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
	font-size: 18px;
	height: 46px;
	line-height: 1.33;
	padding: 10px 16px;
	border-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* CONTACT FORM */
.contact-form {
	display: none;
}

.mini-thumb{
	position: relative;
	z-index: 0;
}

.mini-thumb:hover{
	background-color: transparent;
	z-index: 50;
}

.mini-thumb span{ /*CSS for enlarged image*/
	background-color: white;
	color: black;
	left: -1000px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	visibility: hidden;
}

.mini-thumb span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.mini-thumb:hover span{ /*CSS for enlarged image on hover*/
	left: 60px; /*position where enlarged image should offset horizontally */
	top: 0;
	visibility: visible;
}

.well .btn-group {
	margin-top: 5px;
	margin-bottom: 5px;
}
