body {
	background: #fff;
	color: #464646;
	font-family: 'Montserrat', sans-serif;
	background-attachment: fixed;
}

h2 {
	font-weight: 200;
}

/** NAVBAR **/
.navbar.navbar-dark {
	background-color: #000 !important;
}

.navbar .navbar-text {
	font-weight: bold;
	color: #fff;
}

.btn.btn-dark.btn-bc {
	background: #bf1521;
	border-color: #bf1521;
	border-radius: 0px;
	font-weight: 600;
	text-transform: uppercase;
}

/** SLIDER **/
@media (max-width: 991.98px) {
	section#slider.slider--bg-coal {
		padding: 150px 0 150px;
	}
}
@media (max-width: 767.98px) {
	section#slider.slider--bg-coal {
		padding: 100px 0 100px;
	}
}

section#slider h2 {
	color: #fff;
	font-weight: 500;
}

/** SECTION **/
section.content {
	display: block;
	padding: 50px 0;
}


	/* SECTION INTRO */

section.content.content--intro.content--intro--dark {
	background: #f9f9f9;
}



section.content.content--intro.content--intro--border-top {
	border-top: 1px solid #ced4da;
}


section.content.content--intro h1 {
	padding-bottom: 10px;
	font-weight: 200;
}
section.content.content--intro h3 {
	padding-bottom: 10px;
	font-weight: 200;
}

section.content.content--intro .sub-headline {
	margin-bottom: 20px;
}

section.content.content--intro .has-subheadline {
	padding-bottom: 0;
	margin-bottom: 0;
}

section.content.content--intro p {
	padding-bottom: 10px;
	font-weight: 200;
}

section.content.content--intro .col-left {
	padding-right: 50px;
}

@media (max-width: 767.98px) {
	section.content.content--intro .col-left {
		padding-right: 0;
	}
}


	/* SECTION ACTION BUTTONS */
section.content.content--action-btns {
	background: #f9f9f9;
}

section.content.content--action-btns h3 {
	padding-bottom: 10px;
	font-weight: 200;
}

section.content.content--action-btns p {
	padding-bottom: 10px;
	font-weight: 200;
}

	/* SECTION STEPPER */
section.content.section-stepper {
	padding: 0 0 50px;
	background: #F5F5F5;
	border-top: 1px solid #c0c0c0;
}

section.content.section-stepper .stepper-action-btn {
	margin-top: 25px
}

@media (min-width: 767.99px) {
	section.content.section-stepper .stepper-action-btn {
		text-align: center
	}
}

section.content.section-stepper .stepper-container--row {
	position: relative;
	margin-top: 50px
}

section.content.section-stepper .stepper-container--row:before {
	position: absolute;
	content: "";
	background: #BF001C;
	display: block;
	z-index: 0;
	top: 0px;
	left: 39px;
	right: auto;
	bottom: 0px;
	width: 3px;
	height: auto
}

section.content.section-stepper .stepper-container--row.stepper-container--row-is-inactive .stepper-container.stepper--active .stepper--step>span {
	background-color: #BF001C;
	border-color: #BF001C;
	color: #fff
}

section.content.section-stepper .stepper-container--row.stepper-container--row-is-inactive .stepper-container .stepper--step>span {
	background-color: #F5F5F5;
	border-color: #BF001C;
	color: #BF001C
}

section.content.section-stepper .stepper-container {
	margin-top: 0px;
	display: block;
	padding-top: 25px
}

section.content.section-stepper .stepper-container:first-child {
	padding-top: 0px
}

section.content.section-stepper .stepper-container .stepper--step {
	padding: 0px;
	display: block;
	position: relative;
	height: 50px;
	float: left;
	margin-right: 25px
}

section.content.section-stepper .stepper-container .stepper--step>span {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #BF001C;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-weight: bold;
	font-size: 18px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	border: 3px solid #F5F5F5
}

.stepper--right section.content.section-stepper .stepper-container .stepper--step {
	text-align: right
}

section.content.section-stepper .stepper-container .stepper--text {
	font-weight: 400;
	font-size: 18px;
	display: block;
	height: 50px;
	line-height: 50px
}

@media (min-width: 767.99px) {
	section.content.section-stepper {
		padding: 0 0 25px
	}
	section.content.section-stepper .stepper-container--row:before {
		top: 24px;
		height: 3px;
		left: 20px;
		right: 20px;
		bottom: auto;
		width: auto
	}
	section.content.section-stepper .stepper-container {
		padding-top: 0px
	}
	section.content.section-stepper .stepper-container.stepper--right {
		text-align: right
	}
	section.content.section-stepper .stepper-container.stepper--center {
		text-align: center
	}
	section.content.section-stepper .stepper-container .stepper--step {
		float: none;
		margin-right: 0px
	}
	section.content.section-stepper .stepper-container .stepper--text {
		height: auto;
		line-height: auto;
		margin-top: 15px
	}
}

/** FORM **/
section.content.section-form.section-form--dark {
	background: #f9f9f9;
}

.form--inner {
	background: #fff;
}

.form--inner.form--full {
	width: 100%;
	border: 1px solid #C0C0C0;
	padding: 20px 25px;
}

.form--inner.form--full.form--modal {
	width: 100%;
	border: 0px;
	padding: 0;
}

.form--inner.form--reverse {
	border-color: #F5F5F5;
	background: #F5F5F5;
}

.form--inner.form--reverse .form--row .input-field input[type="text"],
.form--inner.form--reverse .form--row .input-field input[type="password"] {
	background: #fff;
}

.form--inner .form--row {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.form--inner .form--row.first {
    margin-top: 0;
}

.form--inner .form--row .input-field {
    display: block;
}

.form--inner .form--row .input-field label {
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.form--inner .form--row .input-field .input-with-icon {
	position: relative;
}

.form--inner .form--row .input-field .input-with-icon i {
	position: absolute;
    top: 8px;
    bottom: 0;
    right: 8px;
}


.form--inner .form--row .input-field input[type="text"],
.form--inner .form--row .input-field select,
.form--inner .form--row .input-field input[type="password"],
.form--inner .form--row .input-field textarea {
	width: 100%;
	outline: none;
	border: 0px;
	background: #F5F5F5;
	padding: 8px 10px;
	font-size: 14px;
	transition: all 0.2s ease-out;
	outline: none;
}

.form--inner .form--row .bootstrap-select .dropdown-menu li a span.text,
.form--inner .form--row .bootstrap-select input {
	font-size: 12px;
}

.form--inner .form--row .input-field .select-style {
	width: 100%;
	outline: none;
	border: 0px;
	background: #F5F5F5;
	padding: 8px 10px;
	font-size: 14px;
	transition: all 0.2s ease-out;
	outline: none;
}

.form--inner .form--row .input-field label.checkbox-label {
	width: 100%;
	outline: none;
	border: 0px;
	background: #F5F5F5;
	padding: 8px 10px;
	font-size: 14px;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.form--inner .form--row .input-field label.checkbox-label .checkbox-text {
	font-weight: normal;
	padding: 8px 10px;
}


.form--inner .form--row .input-field textarea {
	height: 100px;
	resize: none;
}

.form--inner .form--row .input-field input[type="file"] {
	width: 100%;
	outline: none;
	border: 0px;
	background: #F5F5F5;
	padding: 8px 10px;
	font-size: 14px;
	transition: all 0.2s ease-out;
}

.form--inner .form-seperator {
	margin: 25px 0;
	display: block;
    height: 1px;
    width: 100%;
    background: #C0C0C0;
}

.form--inner .submit {
	display: block;
	text-align: center;
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 8px 15px;
	text-decoration: none;
	transition: all 0.2s ease-out;
	background: #007bff;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	border: 0px;
	border-radius: .25rem;
}

.form--inner .error {
	display: block;
	color: #ff0000;
}


.form--inner .title {
	font-weight: 500;
}


@media (min-width: 767.99px) {
	.form--inner .form-seperator {
		margin: 50px 0;
	}

	.form--inner.form--full {
		padding: 40px 50px;
	}

	.form--inner .submit {
		padding: 10px 25px;
		font-size: 18px;
	}
}

/** details **/
.inline-apartment-details {
	display: block;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 2px;
}

.inline-apartment-details .inline-apartment-detail,
.inline-apartment-details .inline-apartment-header {
	display: block;
	font-size: 14px;
	padding: 5px 5px;
	border-top: 1px solid #dee2e6;
	background: #fff;
}

.inline-apartment-details .inline-apartment-header {
	border-top: 0px;
}

.inline-apartment-details .inline-apartment-detail:nth-child(even) {
	background-color: #fdeec1;
}

.inline-apartment-details .inline-apartment-detail .left,
.inline-apartment-details .inline-apartment-header .left {
	display: block;
	width: 50%;
	float: left;
}
.inline-apartment-details .inline-apartment-detail .right,
.inline-apartment-details .inline-apartment-header .right {
	display: block;
	width: 50%;
	float: right;
}

/** FOOTER **/
footer {
	background: #000;
	padding: 25px 0;
	color: #fff;
	-webkit-box-shadow: 0px 0px -5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px -5px rgba(0, 0, 0, 0.1)
}

footer a,
footer a:hover,
footer a:focus {
	color: #fff
}

body.is-empty footer {
	padding: 25px !important
}

footer p {
	font-size: 12px;
	margin-top: 0;
}

body.is-empty footer .footer--copyright {
	margin-top: 0;
	border-top: 0;
	padding: 0
}

footer .footer--copyright p {
	font-weight: bold;
	color: rgba(255, 255, 255, 0.6)
}

@media (min-width: 767.99px) {
	footer {
		padding: 50px 0 30px
	}
	footer ul,
	footer p {
		font-size: 14px
	}
}