/*
Theme Name: Duesseldorf Privat
Theme URI: http://duesseldorf-privat.com
Author: Andrei Zahariade
Author URI: http://www.andrei.xxx/
Description: Theme for Duesseldorf Privat
Version: 1.0
*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #5a5a5a;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	color: #444;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-size: 14px;
}
.lead {	
	font-size: 19px;
	font-family: 'Enriqueta', sans-serif;
}
a {
	color: #a00;
}
a:hover {
	color: #c00;
}
.navbar-static-top {
	margin-bottom: 0;
}
.table-striped h4 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-weight: 600;
}
.navbar-inverse {
	height: 70px;
	background: #a00;
	border-top: 4px solid #700;
	border-bottom: 1px solid #700;
	font-family: 'Enriqueta', sans-serif;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ecf0f1;
	font-size: 19px;
	padding-top: 22px;
	padding-bottom: 22px;
	font-weight: 500;
}
.navbar-inverse a:hover {
	color: #fff !important;
}
.navbar-admin {
	border-top: 4px solid #333;
	border-bottom: 1px solid #222;
	background: #555;
}
/*
.btn,
.btn-lg, .btn-group-lg>.btn {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border:none !important;
	padding: 10px 16px;
	font-size: 18px;
}
.btn-primary, .btn-group-lg>.btn-primary {
	border-bottom: 3px solid #700 !important;
	background: #a00 !important;
	color: #fff !important;
}
.btn-primary:hover, .btn-group-lg>.btn-primary:hover {
	background: #c00 !important;
	border-bottom: 3px solid #700 !important;
	text-decoration: none;
}
.btn-info, .btn-group-lg>.btn-info {
	border-bottom: 3px solid #666 !important;
	background: #999 !important;
	color: #fff !important;
}
.btn-info:hover, .btn-group-lg>.btn-info:hover {
	background: #888 !important;
	border-bottom: 3px solid #333 !important;
	text-decoration: none;
}
.btn-success, .btn-group-lg>.btn-success {
	border-bottom: 3px solid #4c8e4c !important;
	background: #5cb85c !important;
	color: #fff !important;
}
.btn-success:hover, .btn-group-lg>.btn-success:hover {
	background: #47a447 !important;
	border-bottom: 3px solid #398439 !important;
	text-decoration: none;
}
.btn-link {
	color: #c00;
	padding-left: 0;
	padding-right: 0;
}
.btn-link:hover {
	color: #800;
	text-decoration: none;
}
*/


.btn-info, .btn-group-lg>.btn-info {
	border-color: #666 !important;
	background: #999 !important;
	color: #fff !important;
}
.btn-info:hover, .btn-group-lg>.btn-info:hover {
	background: #888 !important;
	border-color: #333 !important;
	text-decoration: none;
}

.btn-primary, .btn-group-lg>.btn-primary {
	border-color: #666 !important;
	background: #555 !important;
	color: #fff !important;
}
.btn-info:primary, .btn-group-lg>.btn-primary:hover {
	background: #222 !important;
	border-color: #222 !important;
	text-decoration: none;
}


.related-model {
	padding-top: 20px;
	padding-bottom: 10px;
}
.no-margin-top {
	margin-top: 0 !important;
}
.neighbourhood-well h3 {
	margin-top: 0 !important;
}
.neighbourhood-well h4 {
	margin-bottom: 0 !important;
}

.navbar + .container {
	margin-top: 20px;
}
.breadcrumbs {
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 4px;
	margin-bottom: 30px;
}
.related-model p {
	height: 60px;
	overflow: hidden;
}
.archive-title {
	margin-top: 
}
.col-md-4 .carousel { height: 360px; margin-bottom: 20px; }
.col-md-4 .carousel .item { height: 360px; text-align: center; }
.col-md-4 .carousel-inner > .item > img { max-height: 360px; height: auto; width: auto; }
.col-md-4 .carousel-indicators { bottom: 0px; }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 500px;
	margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}


.navbar-inverse .navbar-brand {
	color: #fff;
	font-family: 'Enriqueta', sans-serif;
	font-size: 40px;
	color: #fff;
	line-height: 35px;
	height: 65px;
	padding-right: 90px;
	background: url(../images/dusseldorf-privat-logo.png) no-repeat right bottom;
}
.navbar-inverse .navbar-brand strong {
	font-weight: 700;
	font-family: 'Enriqueta', sans-serif;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
	font-family: 'Enriqueta', serif;
}
/*
h1, .h1 { font-size: 48px }
h2, .h2 { font-size: 40px }
h3, .h3 { font-size: 36px }
h4, .h4 { font-size: 28px }
h5, .h5 { font-size: 24px }
h6, .h6 { font-size: 20px }
*/

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-right: 15px;
	padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

.smaller {
	font-size: 40% !important;
}
.service-item {
	background: #eee;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	white-space: nowrap;
	margin: 0 10px 10px 0;
	padding: 4px 8px;
	display: inline-block;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

	/* Remove the edge padding needed for mobile */
	.marketing {
		padding-right: 0;
		padding-left: 0;
	}

	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left:	15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left:	0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}

#bp-album-upload-form p + p {
	display: none;
}
#fancybox-inner {
	left: -20px !important;
	top: 0px !important;
}
.avatar-300 {	
	display: block;
	max-width: 100%;
	height: auto;
}
.bp_members h1 {
	margin-top: 0;
}
.field-visibility-settings-notoggle {
	display: none;
}
.labelx {
	text-indent: -20px !important;
	font-weight: bold !important;
	color: #444 !important;
}
.labelx label {
	text-indent: 0px !important;
}
.standard-form textarea, .standard-form input[type=text], .standard-form input[type=text], .standard-form input[type=color], .standard-form input[type=date], .standard-form input[type=datetime], .standard-form input[type=datetime-local], .standard-form input[type=email], .standard-form input[type=month], .standard-form input[type=number], .standard-form input[type=range], .standard-form input[type=search], .standard-form input[type=tel], .standard-form input[type=time], .standard-form input[type=url], .standard-form input[type=week], .standard-form select, .standard-form input[type=password], .dir-search input[type=search], .dir-search input[type=text] {
	border: 1px solid #ccc;
	background: #fafafa;
	border-radius: 0;
	color: #888;
	font: inherit;
	font-size: 100%;
	padding: 6px;
}
.form-control {
	border-radius: 0;
	margin-bottom: 15px;
}
.choose-services .well {
	width: 100%;
	padding: 8px;
	height: 36px;
	overflow: hidden;
}
.choose-services .well input {
	margin-right: 7px;
}
.photos-row img {
	margin-top: 20px;
	margin-bottom: 10px;
}
#default .img-responsive {
	margin-bottom: 15px;
}
.bs-callout {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #ababab;
	background: #e5e5e5;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}

/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
.bs-callout ul:last-child,
.bs-callout ol:last-child,
.bs-callout p:last-child {
	margin-bottom: 0;
}
#age,
#height {
	width: 20%;
}
h1, .h1 {
	font-size: 30px;
}
.page-title {
	font-size: 36px;
}
.entry-title {
	margin-top: -3px;
}
.nav-stacked .nav-stacked {
	margin-left: 15px;
}
.breadcrumbs + .breadcrumbs {
	margin-top: -30px;
}
#top-search .btn {
	padding:9px 12px 4px;
	height: 40px;
	vertical-align: top;
	margin-left: -5px;
	border:1px solid #ccc !important;
	color: #888;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#top-search {
	margin: -11px 0 -8px;
}
#top-search input {
	min-width: 200px;
	margin: 0;
	height: auto;
	line-height: 26px;
	padding: 8px 12px 4px;
}
#top-search input:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid #ccc;
	color: #222;
}
.block-label {
	display: block;
}
.inline-label {
	margin-right: 15px;
}
.adv-search-form label {
	font-weight: normal;
}
.nowrap {
	white-space: nowrap;
}
.search-filter-option {
	margin-right: 15px;
}
.row.well {
	padding-left: 0;
	padding-right: 0;
}
.nav>li>a {
	padding: 3px 5px;
	margin-left: -5px;
}
.navbar-static-top .nav>li>a {
	padding: 22px 10px 22px 20px;
	margin-left: 0px;
	margin-right: -10px;
	font-weight: bold;
}
.breadcrumbs .nav>li>a {
	padding: 0 7px;
	margin-left: 0;
}
.breadcrumbs .nav>.dropdown>a {
	padding: 0;
	margin-left: 0;
	margin-right: 20px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background: #ddd;
	color: #333;
	border-radius: 0;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	color: #333;
}
.map-modal .modal-body {
	padding: 0;
	overflow: hidden;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius: 0 0 6px 6px;
}
.map-modal .modal-body iframe {
	display: block;
}
.related-model h4 {
	font-size: 14px;
	margin-bottom: 0;
}
.related-model p {
	font-size: 12px;
	line-height: 15px;
	height: 30px;
}
.featured-model h4 {
	font-size: 16px;
	margin-bottom: 0;
}
.featured-model p {
	font-size: 14px;
	line-height: 18px;
	height: 36px;
}
.show-404 {
	text-align: center;
	font-size: 240px;
	color: #eee;
	font-weight: 900;
	margin-top: 120px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.job-listing-box .job-listing-body p:last-child {
	height: 16px;
	overflow: hidden;
}
.job-listing-box {
	margin-bottom: 20px;
}
section.page-content {
	margin-top: -30px;
}
.job-listing-holder a {
	color: #fff;
}
.footer {
	margin-top: 30px;
}
.huge-text {
	font-size: 100px;
	line-height: 100px;
	margin-top: -30px;
	margin-bottom: 0;
}
.large-text {
	font-size: 75px;
	line-height: 75	px;
	margin-top: -22px;
	margin-bottom: 0;
}
.large-text a:hover,
.large-text a {
	text-decoration: none
}
.homepage-city {
	width: 100% !important;
	margin-bottom: 1px;
	margin-right: -45px;
	padding-right: 50px;
}
.homepage-search {
	margin-bottom: 20px !important;
}
.row.well {
	margin-left: 0;
	margin-right: 0;
}
.row>.alert {
	margin-left: 15px;
	margin-right: 15px;
}
@media (min-width: 1025px) {
	.col-8{
		width: 12.5%;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}
	.row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.col-5{
		width: 20%;
		float: left;
	}
}