/* Header */

.header {
	width: 100%;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 1px 8px -4px rgba(0,0,0,.6);
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 4px;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header .container:after, .header .container:before {
	display: none;
}

.header__left {
	display: flex;
	align-items: center;
}

.header__logo {
	display: block;
	width: 270px;
    height: 90px;
	background: url(/assets/images/logo-sqr2.png) no-repeat;
	background-size: contain;
	margin: 0 22px 0 0;
	transition: all .4s ease-in-out;
}

.navbar-smaller .header__logo {
	width: 165px;
    height: 50px;
}

.header__contacts {
	text-transform: lowercase;
	line-height: 25px;
}

.header__tel {
	font-size: 17px;
}

.header .navbar-nav {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
}

/* Buttons */

.default_btn {
	display: inline-block;
    height: 31px;
    border-radius: 5px;
    padding: 0 10px;
    background: #333;
    line-height: 31px;
    color: #fff;
}

.default_btn:hover {
	background: #c82c37;
	color: #fff;
}

/* Footer */

.footer {
	padding: 10px 0;
}

.footer__copyright {
	display: inline-block;
	padding-top: 6px;
	margin: 0;
}

.footer-social-links {
	display: inline-block;
	font-size: 18px;
}

.footer-social-links a {
	display: inline-block;
	padding: 0 6px;
}

.ajax-response {
	text-align: center;
}

/* Mango Widget */

.button-widget-open {
	background-color: #c82c37 !important;
}

/* Propery Catalog */

.post-item-subcat {
	height: calc(100% - 55px);
}

.post-item-subcat .post {
	height: calc(100% - 20px);
	margin: 0;
	background: center no-repeat /cover;
}

.post-item-subcat .adplacetext span {
	font-size: 16px;
	color: #c82c37;
}