body, html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h4 {
	text-transform: uppercase;
	font-size: 13px
}
.data {
	margin-top: 40px
}
.phone {
	font-size: 30px;
	line-height: 30px;
	color: #033749
}
.mail {
	line-height: 8px
}
.mail a {
	color: #033749
}
.mail a:hover {
	text-decoration: underline
}
.houses-row p {
	color: #033749;
	margin-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}

@media (min-width: 1200px) {
.container {
	width: 1140px;
}
}
.no-padding {
	padding: 0;
}
.before-after-grid {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.before-after-wrapper {
	position: absolute;
	width: 100%;
	height: 600px;
	z-index: -1;
}
.before-after {
	background: url("../img/after.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 100;
	width: 100%;
	height: 600px;
	overflow: hidden;
	cursor: pointer;
}
.before-after-diagonal {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0px;
	clip-path: url(#diagonalMove);
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 200;
}
.before-after .before-after-before-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	background: url("../img/before.jpg") center center no-repeat;
	background-size: cover;
}
.before-after-drag {
	display: none;
	position: absolute;
	height: 200vh;
	width: 2px;
	z-index: 200;
	background-color: #FFF;
	top: 0;
	cursor: e-resize;
}
header {
	height: 600px;
	position: relative;
	background: url(../img/header.jpg);
	background-size: cover
}
.head-content .head-content-row {
	padding-top: 0;
}
.head-content .brand {
	margin-top: 40px;
}
.head-content-first {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin: 50px 0;
	line-height: 30px;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
.head-content-first span {
	color: #fff;
}
.head-content-secondary {
	text-transform: uppercase;
	padding: 10px 60px 0 0;
	text-align: right;
	background: rgba(160,25,28, 0.8);
	line-height: 46px;
	color: #fff;
}
.head-content-secondary .information {
	font-weight: 700;
	font-size: 44px;
}
.head-content-secondary .price .since {
	font-size: 13px;
	transform: translateY(-23px);
	display: inline-block;
}
.head-content-secondary .price .price-detail {
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 2px;
}
.form {
	background-color: #fff;
	padding: 20px 30px;
}
.form h2 {
	font-size: 20px;
	color: #269FC4;
	text-align: center;
}
.form h2 span {
	font-weight: normal;
	font-size: 21px;
	display: block;
	margin-bottom: 8px;
}
.form .form-control {
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0;
}
.form .form-control {
	box-shadow: none;
}
.border-bottom {
	border-top: 3px solid #269FC4;
	width: 40%;
}
.form-control {
	color: #333;
}
.form .form-control::-webkit-input-placeholder {
 color: #333;
}
.form .form-control::-moz-placeholder {
 color: #333;
}
.form .form-control:-ms-input-placeholder {
 color: #333;
}
.form .form-control:-moz-placeholder {
 color: #333;
}
.form select {
	color: #333;
}
.form select option {
	color: #333;
	background: #040404;
}
p.help-block ul {
	list-style: none !important;
	padding-left: 0;
	font-size: 13px;
}
p.help-block.text-danger, p.help-block.text-danger:hover {
	color: #e74c3c;
}
.btn-lg, .btn-group-lg>.btn {
	padding: 10px 10px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
	width: 100%;
	background-color: #269FC4;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0f82b7;
}
.checkbox {
	font-size: 12px;
	margin: 10px 0 20px 15px;
	color: #333
}
.checkbox a {
	color: #269FC4;
}
.checkbox a:hover {
	text-decoration: underline
}

@media (min-width: 1024px) {
.form {
	transform: translateY(30px);
	-webkit-box-shadow: 7px 6px 21px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 6px 21px -6px rgba(0,0,0,0.75);
	box-shadow: 7px 6px 21px -6px rgba(0,0,0,0.75);
}
}

@media (max-width: 767px) {
header {
	height: auto;
}
.head-content .head-content-row {
	padding-top: 30px;
	padding-bottom: 30px
}
.head-content-claim {
	margin-right: 0;
}
.head-content-first {
	margin: 10px 0 20px;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
}
.head-content-secondary {
	text-align: center;
	padding: 10px 0;
}
.head-content-secondary .information {
	font-size: 25px;
}
.head-content-secondary {
	background: rgba(160,25,28, 1);
}
}

@media (max-width: 989px) {
.form {
	border-radius: 0;
}
.price {
	margin-bottom: 0;
}
}

@media (max-width: 1199px) {
.before-after {
	background: none;
}
.before-after-diagonal {
	clip-path: none;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.head-content-claim {
	margin-right: 0;
}
.head-content-secondary .information {
	font-size: 38px;
}
}
/*section houses */

.houses {
	padding-top: 150px;
	padding-bottom: 50px;
	background-color: #f3f3f3;
}
.houses h2 {
	color: #a9252b;
}
.houses-text {
	margin-top: 25px;
}

@media (max-width: 767px) {
.houses {
	margin-top: 20px;
	padding-top: 50px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.houses h2 {
	margin-top: 60px;
}
}

@media (min-width: 768px) and (max-width: 990px) {
.houses {
	padding-top: 500px;
}
}
/*offers*/

.offers {
	padding-bottom: 40px;
}
.offers .container-fluid {
	padding-left: 0;
}
.offers .offers-content {
	display: flex;
}
.offers-content-text {
	display: flex;
	align-items: center;
}
.offers h2 {
	color: #269FC4;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase
}
.offers ul {
	position: relative;
	padding: 30px 0 0 40px;
}
.offers li:before {
	content: '\f00c';
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	left: 4px;
	font-size: 28px;
	color: #a9252b;
}
.carousel-caption p {
	color: #7f7f7f;
	text-align: left;
	text-shadow: none;
	font-weight: 600;
}
.carousel-caption {
	bottom: -70px;
	left: 45px;
}
.carousel-inner {
	overflow: visible;
}
.offers-carousel {
	overflow: hidden;
}
.arrow {
	margin-top: 5px;
}
.carousel-control.right {
	right: 30px;
}
.gallery-controls {
	float: right;
	background: #FFF;
	padding-bottom: 60px;
	z-index: 9999;
	position: relative;
	padding-left: 100px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.offers-content-description {
	padding-left: 25px;
}
.offers-price {
	font-size: 40px;
	font-weight: 700;
	line-height: 30px;
	display: inline-block;
	margin-right: 30px;
}
.offers-price span {
	display: block;
	font-size: 15px;
}
.offers-characteristics {
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	margin-top: 15px;
	font-weight: 300;
}
.offers-characteristics span {
	display: block;
}
.offers-descrtiption {
	clear: both;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

@media (min-width: 1200px) {
.head-content-first {
	margin-top: 130px;
	color: #033749
}
}

@media (max-width: 768px) {
	.houses {
    padding-top: 50px;
}

.houses-row .col-md-2 { height:190px}

	.colour {background: rgba(255,255,255, 0.6); padding-bottom:20px; text-align:center; margin-top:10px}
	.phone, .mail { text-align:center}
.carousel-caption {
	bottom: -75px;
	left: 30px;
	width: 50%;
}
.carousel-control {
	top: 20px;
}
.offers-content-description {
	padding: 20px 40px;
}
}

@media (max-width: 989px) {
.offers .offers-content {
	display: block;
}
.offers-content-text {
	display: block;
}
}
/*footer*/

footer {
	line-height: 73px;
}
footer .row {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.footer-links li {
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.copyright-brand {
	color: #7f7f7f;
	font-size: 11px;
}

@media (max-width: 1199px) {
footer {
	line-height: 25px;
}
.footer-links li {
	display: block;
}
.copyright-brand {
	float: none;
}
}
/*thankyoupage*/

.thank-you {
	color: #fff;
	font-size: 20px;
}
.thank-you span {
	font-size: 28px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 18px;
}
/*errormessage*/

.error-message {
	display: none;
	color: #fff;
	font-size: 14px;
	background: #a9252a;
	padding: 10px;
}
.error-message a {
	color: #fff;
	text-decoration: underline;
}
