/* ==========================================================================
	* Template Name: House - Interior Design Responsive Template
	* Description: Interior Design, Architecture, Corporate, and Portfolio Theme.
	* Version: 1.0
	* Author: Denis Griu
	* Website: http://denisgriu.com/house
========================================================================== */
@font-face {
    font-family: RoundedEl;
    src: local('Rounded Elegance'), local('RoundedElegance-Regular'), url('../../fonts/Roundedelegance.woff2') format('woff2'), url('../../fonts/Roundedelegance.woff') format('woff'), url('../../fonts/Roundedelegance.ttf') format('truetype');
    font-weight: 400 !important;
    font-style: normal;
}

body {
    font-family: RoundedEl !important;
}
/*
---------------

Table of Contents:

1) Bootstrap Override
2) General Styles
3) Header
4) Slider
5) Site Wrapper
6) Projects
7) Blog
8) About
9) Contact
10) Footer
11) Responsive

--------------
*/

/* ----------------------------------------------------
	1) BOOTSTRAP OVERRIDE
------------------------------------------------------- */
/* NavBar */
.navbar-brand {
    padding: 2px 5px;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(166 14 14 / 0.7);
}
.navbar-custom .navbar-brand {
    font-size: 18px;
    letter-spacing: 0;
}
.navbar-custom.top-nav-collapse .navbar-brand {
    font-size: 18px;
}
.navbar-header a:hover {color:#ccc;}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-toggle {
    margin-right: 9px;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.small-logo {
    float: left;
    margin: 7px 0 0 3px;
}
.logo-label {
	margin: 8px 0 0 8px;
    font-size: 20px;
    font-weight: normal;
}
@media (max-width: 1024px) {
	.mobile-logo {width: 49px; margin-top: 6px;}
	.phone-top {display: none !important;}
}

.navbar-custom a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.navbar-custom .nav li a {
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    padding: 15px 10px 8px;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li a.active {
    outline: 0;
    color: #ffde00;
    background-color: transparent;
    border-color: #ffde00;
    border-style: solid;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}
@media(min-width:768px) {
	.navbar-right {margin-right:-15px;}
    .navbar-custom {
        padding: 30px;
        border-bottom: 0;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 10px 10px;
        background-color: #a60e0e;
    }
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: #fff;
    background-color: transparent;
    border-bottom: solid 3px;
}
.desktop-invsbl {
	font-size: 14px;
	letter-spacing: 0;
}
.navbar-nav {margin-top: 4px;text-align: center}
@media(min-width:768px) {
	.menu-btn {margin-left:0px;}
	.desktop-invsbl {display: none; }
}
@media(max-width:767px) {
    .navbar-nav { margin-top: 44px; width:100vw;}
    .navbar-nav a {font-size:16px;}
    .navbar-nav .open .dropdown-menu {text-align:center;}
}

.phone-top {
    margin: 13px 0 0 40px;
    font-size: 22px;
}

.top-nav-collapse .container {
    width: auto;
}
.navbar-toggle {
    padding: 3px 0 0;
    margin-bottom: 0;
}
@media(max-width:768px) {
	.navbar-custom a {
    letter-spacing: 0.1em;
	}
	.navbar-custom .navbar-brand {
    font-size: 14px !important;
    }
    .mobile-invsbl {display: none;}
}

.color-red {color: #e8656f;}
.color-blue {color: #a8cffa;}

.headerline {
    border-bottom: 1px solid #a60e0e;
    padding-bottom: 15px;
    display: inline-block;
    color: #a60e0e;
}

.carousel-caption h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 50px;
	text-shadow: 0 4px 12px rgba(0, 0, 0, .7);
}
.carousel-caption{
	top: 25%;
	//text-shadow: none;
}
.panel-group .panel{
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.panel-default{
	border-color: transparent;
}
.panel{
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn{
	border-radius: 0px;
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
@media(max-width:375px) { .btn{font-size:14px;}}

#submit {font-size:15px;}
.carousel-indicators li{
	border: 2px solid #E42E3C;
}
.carousel-indicators .active{
	background-color: #E42E3C;
}
.pagination {
	border-radius: 0;
	margin: 0 0 20px;
}
.pagination>li>a, .pagination>li>span {padding: 10px 16px;font-size: 20px; line-height: 1}
.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #a60e0e;
	border-color: #a60e0e;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #282828;
}
.pagination>li>a, .pagination>li>span{
	color: #282828;
	margin-bottom: 5px;
}
#contact .form-control{
	height: 46px;
	padding: 12px 18px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
#contact .form-control:focus{
	border-color: #ff5733;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-default .navbar-toggle{
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #ff5733;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: transparent;
}
.navbar-collapse{
	text-align: center;
	border-top: none;
	box-shadow: none;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
    background-color: #a60e0e;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    text-align: right;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #777;
	background-color: transparent;
}
.dropdown-menu {
	font-size: 15px;
	text-align: left;
	list-style: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu>li>a {
	color: #fff;
    letter-spacing: 0;
    padding: 2px 18px;
    font-weight: 700;
}
.dropdown-menu a:hover {
    font-weight: bold;
}

/* ----------------------------------------------------
	2) GENERAL STYLE
------------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.42857143;
	background-color:#f5f5f5;
	background-repeat:repeat;
}
h1 {
    font-size: 16px;
    color: #ccc;
}
h2 {font-size: 25px;}

.lot-descrition h2 {
	font-size: 18px;
	font-weight: 100;
}
a{
	color:#a60e0e;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
a:hover,
a:focus {
	text-decoration: none;
	color:#d03333;
}
.bg-color{
	padding: 0 0px 3px 0px;
}
.general-title-top {
    padding-top: 50px;
    text-align: center;
}
@media(max-width:768px) {
	.general-title-top {padding-top: 50px;}
}
.general-title {text-align: center;}

.general-title h2{
	font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #f5f5f5;
    display: inline-block;
    margin: 50px 0 20px;
}
@media(min-width:1800px) {
	.general-title h2 {margin: 120px 0 50px;}
}
/*.general-title-top div {margin-top:10px;}*/


.btn-primary {
	background-color: #fcc318;
	border-color: #fff;
	border: none;
}

.btn-danger {
    color: #fff;
    background-color: #a71202;
    border-color: #a71202;
}
.btn-danger:hover {
    color: #fff;
    background-color: #ef3a35;
    border-color: #ffffff;
}
.menu-btn {
    background: none;
    padding-left: 19px !important;
    padding-right: 19px !important;
}
.menu-btn:hover {
	border-color: #fff;
}

.open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
#about p{
	font-size: 16px;
}
.service-title h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #282828;
	text-transform: uppercase;
	font-weight: 600;
}
.project-title h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.title-devider{
	display: block;
	width: 100px;
	margin: auto;
	margin-bottom: 20px;
}
.padding-top{
	padding-top: 20px;
}
.padding-bottom{
	padding-bottom: 70px;
}
.white-btn{
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.white-btn:hover{
	background-color: transparent;
	color: #ff5733;
	border-color: #ff5733;
}
.orange-btn{
	color: #5E0F5D;
	background-color: transparent;
	border-color: #5E0F5D;
}
.orange-btn:hover{
	color: #EF72ED;
	background-color: transparent;
	border-color: #EF72ED;
}
.black-btn{
	color: #282828;
	background-color: transparent;
	border-color: #282828;
}
.black-btn:hover{
	color: #ff5733;
	background-color: transparent;
	border-color: #ff5733;
}

/* ----------------------------------------------------
	3) HEADER
------------------------------------------------------- */

.header-navbar{
	background-color: rgba(46, 7, 61, 0.77);
	border-color: transparent;
	border-radius: 0;
	min-height: 90px;
	margin-bottom: 0;
	border: none;
	position: fixed;
	width: 100%;
    z-index: 20000;
}
.logo-img {
	float:left;
}
.logo-img img{
	float:left;
}

.logo-header-new {
	width: 148px;
	color: #fff;
	font-size: 14px;
	line-height: 13px;
	margin-left: 80px;
	padding-top: 13px;
}

.logo-header-new a {
	color:#E42E3C;
	font-weight: bold;
	font-size: 18px;
}

.logo-header {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 13px;
color: #FFFFFF;
padding-top: 35px;
float:left;
}

.phone-header a {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 20px;
color: #E42E3C;
padding-top: 30px;
margin-left: 0px;
float:right;
}
.phone-header a:hover {
color: #E42E3C;
}


/* ----------------------------------------------------
	 Селекторы
------------------------------------------------------- */
#search {margin-top: 35px;}
#search .form-control {
	border-color: #d43f3a;
	margin-bottom: 10px;
	border-radius: 0;
	padding: 6px 12px 4px;
	font-size: 18px;
}
#search .ruble-in {
	position: absolute;
    top: 10px;
    right: 27px;
    color: #737373;
}
.form-control::-webkit-input-placeholder{color:#a94444;opacity:0.9}
.form-control::-moz-placeholder{color:#a94444;opacity:0.9}
.form-control:-ms-input-placeholder{color:#a94444;opacity:0.9}
.form-control:-moz-placeholder{color:#a94444;opacity:0.9}

@media(min-width:768px) {
	.col15pr {width:15%;}
	.colvillages {width: 20%;}
	.col15pr, .colvillages {padding-left:5px; padding-right: 5px;}
	.btn-filter {width: 50px}
}
@media(min-width:1200px) {
	#search {width: 1200px;}
}
#search .search-btn {
    height: 34px;
    padding: 6px 6px 6px 9px;
    border: 2px solid transparent;
}
@media(max-width:768px) {
	#search .search-btn {height: 39px;width: 100%;padding: 9px 19px;font-size: 15px;}
}
.btn-select {
    position: relative;
    padding: 0;
    min-width: 160px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
}

.btn-select .btn-select-value {
    padding: 7px 12px 6px;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 5px;
    top: 1px;
    font-size: 20px !important;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 8px 13px 7px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
@media(max-width:768px) {
	.btn-select ul li {font-size: 14px;}
}
.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
    border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
    background-color: #4cae4c;
    color: white;
}

.btn-select.btn-success ul {
    border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: #5cb85c;
    border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
    background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
    border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
    background-color: #46b8da;
    color: white;
}

.btn-select.btn-info ul {
    border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
    background-color: #5bc0de;
    border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
    background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
    border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
    background-color: #eea236;
    color: white;
}

.btn-select.btn-warning ul {
    border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
    background-color: #f0ad4e;
    border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
    background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
    border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
    background-color: #d43f3a;
    color: white;
}

.btn-select.btn-danger ul {
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
    background-color: #d9534f;
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
    background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
}
#search .btn-select.btn-danger:hover, .btn-select.btn-danger:active {background-color: #d95450; border-color: #a60e0e;}
/* ----------------------------------------------------
	4) SLIDER STYLES 5E0F5D
------------------------------------------------------- */

.header-carousel{
	background-color: #fff;
	padding-top: 90px;
}
.header-carousel-caption{
  z-index: 1;
}
.header-carousel .item{
  height: 600px;
}
.header-carousel img{
  position: absolute;
  top: 0;
  left: 0;
/*min-height: 600px;*/
}
/* carrousel fade effect */
.carousel-fade .carousel-inner .item{
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active{
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right{
  opacity: 1;
}
.carousel-fade .carousel-control{
  z-index: 2;
}
/* end carrousel fade effect */

/* ----------------------------------------------------
	5) SITE WRAPPER STYLES
------------------------------------------------------- */

.site-wrapper{
	padding-top: 10px;
}

.reason {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin: 0 34px;
}
#reason h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 31px;
	text-transform: uppercase;
	text-align: center;
	color: #5E0F5D;
	padding-bottom: 60px;
    padding-top: 20px;
}

.reason p {
	font-family: roboto-regular, sans-serif;
	font-size: 17px;
	color: #E42E3C;
	margin-top: 18px;
	font-weight: 600;
	//text-transform: uppercase;
}
.reason_block {
	margin-bottom:80px;
}
.underline {
	padding-bottom: 2px;
	border-bottom: 2px solid #E42E3C;
}

/* ----------------------------------------------------
	6) PROJECTS STYLES
------------------------------------------------------- */

.ruble {
	color: #a60e0e;
    font-size: 19px !important;
    font-weight: normal !important;
}
.ruble-lot {
    font-size: 26px !important;
    font-weight: normal !important;
}
/* Index Projects Styles */
@media (min-width: 1800px) {
.best-offers-row {width: 1440px; margin: 0 auto;}
.container {width:1800px}
.row {margin: 0 35px;}
.project-item {width:25%;}
.vilage-dscr {padding: 0 125px; font-size: 19px;}
}

.projects .col-md-3{
	padding-right: 0;
	padding-left: 0;
}
.projects .col-md-4{
	padding-right: 0;
	padding-left: 0;
}
.project-inner{
	position: relative;
	padding: 0;
	overflow: hidden;
}
.project-inner>img, .project-inner>a img, .project-caption>img{
	display: block;
	max-width: 100%;
	height: auto;
}
.project-inner .project-caption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 7, 61, 0.6);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.project-inner-font {font-size:1.5em;}
.project-inner:hover .project-caption, .project-inner:focus .project-caption{
	visibility: visible;
	opacity: 1;
}

.project-caption i{
	color: #E42E3C;
	margin-left: 5px;
	margin-right: 5px;
}

.zoom {
	color: #fff;
}
.project-caption h3{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.project-caption{
	color: #fff;
	text-align: center;
}
.project-details{
	position: absolute;
	width: 100%;
	top: 26%;
}
.all-projects{
	background-color: #F2F2F2;
	padding: 50px 0 0 0;
}

/* Inner Projects Styles */
.projects-thumbnail{
	overflow:hidden;
	display: block;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	box-shadow: 0 0px 6px rgba(146, 0, 0, 0.2);
}
.projects-thumbnail img{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	/*width: 360px;*/
	/*height: 239px; */
}
.projects-thumbnail img:hover{
	/*-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); */
}
.project-inner-caption{
    position: absolute;
    z-index: 2;
    bottom: 32px;
    padding: 6px 10px 0 0;
}
.project-inner-caption:before {
	display: none;
    content: "";
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 24px 20px;
    border-left-color: #a60e0e;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.project-inner-caption:after {
	display: none;
    content: "";
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 18px 14px;
    border-left-color: #fff;
    position: absolute;
    bottom: 6px;
    left: 10px;
}

.project-item:hover .project-inner-caption {background-color: #a60e0e;}
.project-item:hover .project-inner-caption p {color: #ccc;}
.project-item:hover .price {color: #f5f5f5!important;}
.project-item:hover .ruble {color: #f5f5f5!important;}
.project-item:hover .project-inner-caption:before {border-left-color: #fff;}
.project-item:hover .project-inner-caption:after {border-left-color: #a60e0e;}

.project-inner-caption p {margin-bottom: 2px;font-weight:bold;}

.price {font-size: 23px;color: #fff;}

.project-inner-caption i{
	color: #fff;
    margin-right: 5px;
    margin-left: 10px;
    font-size: 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
	.project-inner-caption p {font-weight:normal;}
	.project-inner-caption i {margin-right: 0; margin-left: 5px;}
}

.gallery-inner {
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.gallery-inner li {
	list-style: none;
	float: left;
	width: 326px;
	height: 216px;
	text-align: center;
}
.gallery-inner img {
	display: block;
	max-width: 100%;
	border: 1px solid #fff;
}

.project-info {
	width:210px;
	float: left;
}
.project-info b{
	color: #ff5733;
}
.project-info ul{
	padding-left: 0;
	padding: 10px 0;
}
.project-info ul li {
	list-style: none;
	padding-left: 2px;
	padding-bottom: 5px;
}
.project-item{
	margin-bottom: 20px;
    padding: 0 10px;
}
@media (max-width: 768px) {
	.project-item{padding:0}
}
.project-item:hover .project-title {
    background-color: #a60e0e;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.project-description {margin-top: 115px;}
.caption-content-id {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    color: #fff4f4;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 6px 0px;
    background: rgba(166, 14, 14, 0.5);
    z-index: 2;
}
.wpl_tag_wraper{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.wpl_tag_wraper .wpl_tag{
	color: #fff;
	background-color: rgba(166, 14, 14, 0.41);
	width: 100%;
	padding: 3px 10px;
	margin-top: 0px;
	text-align: center;
	font-size: 16px;
}
.lot-params{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(166, 14, 14, 0.41);
	font-size: 13px;
    z-index: 2;
}
.project-item:hover .lot-params {background-color:#a60e0e;}
.lot-params i {margin: 0 4px;}
.lot-prm {
	width: 1%;
    display: table-cell;
    font-size: 16px;
    padding: 2px;
    letter-spacing: 0px;
    border-left: solid 1px;
}
#similar_offers .lot-prm {font-size: 12px;}
#infr1 {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
#infr1 p {color: #f5f5f5;}

.top-btn {margin:20px 0 30px;}
.btn-default {
    border: 2px solid #fff;
    outline: 0;
    color: #fff;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 2px solid #eee;
    outline: 0;
    color: #000;
    background-color: #eee;
}

.btn-about {
    margin-right:50px;
}
#dopmenu {position: fixed; top:51px; z-index:1000;}
@media (max-width: 768px) {
	.top-btn {margin:0;}
	#infr1 .realty-btn {
		width: 1%;
		display: table-cell;
		font-size: 12px;
		padding: 10px 2px;
		letter-spacing: 0px;
		border: 0;
		background-color: #fcc318;
	}
	.btn-default.active {}
	.btn-about {
		margin: 0 0 20px;
		border:0;
		letter-spacing: 0px;
	}
}
@media (max-width: 320px) {
	#infr1 .realty-btn {font-size: 10px;}
}

.pavlovo-bg {background: url(/img/pavlovo.jpg)  no-repeat center center scroll;}
.pavlovo-2-bg {background: url(/img/pavlovo-2.jpg)  no-repeat center center scroll;}
.penaty-bg {background: url(/img/penaty.jpg)  no-repeat center center scroll;}
.velednikovo-bg {background: url(/img/velednikovо.jpg)  no-repeat center center scroll;}
.little-italy-bg {background: url(/img/little-italy.jpg)  no-repeat center center scroll;}

.vilage-dscr {padding: 0 150px; text-align: justify; font-size:16px;}
@media (min-width: 1800px) {
	.vilage-dscr {padding: 0 125px; font-size: 19px;}
}
@media (max-width: 768px) {
	.vilage-dscr {
		padding: 0 20px;
		text-align: justify;
		font-size: 14px;
	}
}
/* ----------------------------------------------------
	BLOG STYLES
------------------------------------------------------- */

/* Index Blog Styles */
.blog-post{
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}
.blog-post .caption{
	background-color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}
.blog-post .caption h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}
.blog-post .caption i{
	color: #ff5733;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
}

/* Inner Blog Styles */
.blog-inner{
	padding: 20px;
	border: 1px solid #f2f2f2;
	border-radius: 0;
}
.blog-inner .caption{
	padding: 0;
}
.blog-inner h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.blog-meta i{
	color: #ff5733;
	margin-bottom: 20px;
}
.blog-meta span{
	color: #c0c0c0;
	font-size: 12px;
	margin-right: 7px;
}
.blog-inner-title a{
	color: #282828;
}
.blog-inner-title a:hover{
	color: #ff5733;
}
.comments{
	padding-top: 20px;
	padding-bottom: 20px;
}
.user-comment{
	padding-bottom: 20px;
}
.blog-btn{
	color: #999;
	background-color: transparent;
	border-color: #ccc;
	width: 100%;
}
.blog-btn:hover{
	color: #ff5733;
	background-color: transparent;
	border-color: #ff5733;
}
.left-comment input,textarea{
	margin-bottom: 25px;
}

/* ----------------------------------------------------
	ABOUT STYLES
------------------------------------------------------- */

.about-indicators{
	bottom: -40px;
}
.team-inner{
	overflow:hidden;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.team-inner a{
	margin-right: 10px;
}
.team-title h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #282828;
	text-transform: uppercase;
	font-weight: 600;
}
.team-inner h5{
	color: #ff5733;
}
.team-caption{
	padding: 10px;
	background-color: #fff;
}
.team-inner img{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.team-inner img:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* ----------------------------------------------------
	CONTACT STYLES
------------------------------------------------------- */
.cont-arrow {
	text-align: center;
	display: block;
	font-size: 27px;
	color: #5E0F5D;
}
.price_icon {
	font-size: 27px;
	color: #5A3C66;
	margin-right: 10px;
}
.price_block {
	font-size: 26px;
	font-weight: bold;
	color: #5A3C66;
}

.info {
	width: 100%;
	min-height: 130px;
	padding-top: 35px;
}

.info p {
	color: #5E0F5D;
	font-size: 20px;
	float: left;
	text-transform: uppercase;
}
.info i {
	float: left;
	font-size: 25px;
	padding: 16px 10px;
}

.info img {
	float: left;
	margin: 17px 17px 0 25px;
}

.info-number {
	max-width: 288px;
	margin: 0 auto;
	padding-right: 44px;
	padding-top: 0px;
	padding-bottom: 50px;
}

.info-number p {
	padding-top: 14px;
}

.info-call {
	max-width: 590px;
	margin: 0 auto;
	padding-right: 44px;
	padding-top: 50px;
	padding-bottom: 20px;
}

.info-call img {
	margin: 14px 23px 0 25px;
}

.info-call p {
	padding-top: 11px;
}

.info .pnumber {
	padding-top: 16px;
	line-height: 29px;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #E42E3C;
	font-family: roboto-bold, sans-serif;
	float: left;
    background-color: transparent;
	border-color: #5E0F5D;
}


.info .pnumber:hover {
    background-color: transparent;
	border-color: #EF72ED;
	color: #EF72ED;
}

.info .call {
	height: 42px;
	line-height: 42px;
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	width: 244px;
	border-radius: 8px;
	text-align: center;
	background: url(../img/btn.png) repeat-x;
	text-shadow: 1px 1px 0 rgba(18,132,188,0.75);
	margin-top: 6px;
}

.info .call:hover {
	background-position: 0 -42px;
}

#info .wrap > p {
	text-align: center;
	line-height: 2;
	padding-top: 23px;

}



#info .wrap > p span a {
	color: #444;
}

/*Информация*/


.contact-adress i{
	color: #5E0F5D;
	margin-right: 5px;
}
.contact-adress h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #5E0F5D;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 0;
}
.btn-submit{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	width: 185px;
	margin: 15px 0px;
	padding: 12.9px;
	background-color: transparent;
	border-radius: 0;
	border-color: #5E0F5D;
	color: #5E0F5D;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.btn-submit-new {
	width: 170px;
    margin: 0px 0px 0 50px;
    padding: 25.9px;
}
.btn-submit-new:hover {
    background-color: transparent;
	border-color: #EF72ED;
	color: #EF72ED;
}

#map-canvas {
	height: 400px;
	width: auto;
}
#contact {
	padding: 100px 0;
    background: white;
}
#contact h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 1.6;
	color: #a60e0e;
}
#contact .address p {font-size:18px;}
.contact_btn {width:100%; padding: 12px 40px; font-size: 15px !important;}

@media (min-width: 1200px) {
	#contact h2 {font-size: 30px;}
	.village-h2 {font-size: 30px;}
}
@media (min-width: 768px) {
	#contact h2 {font-size: 1.5em; margin: 0 0 20px;}
}
@media (min-width: 902px) {
    #contact .container {width:900px;}
}
#contact input, select {
	width: 100%;
	padding: 12.9px;
	color: #444;
	background: #fff;
	border: 1px solid #F0F0F0;
	border-color: #a60e0e;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none;
	outline: 0 none;
}
textarea{
	width: 100%;
	height: 176px;
	padding: 13px;
	color: #444;
	background: #fff;
	border: 1px solid #F2F2F2;
	margin-top: 7px;
	margin-right:15px;
	font-weight: 100;
	margin-bottom: 5px;
}
#contact input:focus, textarea:focus, select:focus{
	border: 1px solid #999;
	background-color: #fff;
	color:#333;
}
#contact span.required{
	font-size: 13px;
	color: #ff0000;
}
#message{
	margin: 10px 0;
	padding: 0;
}

@media (max-width: 767px) {
	.col-sm-12 {padding:0;}
	.btn-submit-new {width:100%; margin:0;}
}
.error_message{
	height: 100%;
	width: 360px;
	margin: 0 auto;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #fff;
	background-color: #ff5733;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.loader{
	padding: 0 10px;
}
acronym{
	border-bottom:1px dotted #ccc;
}

/* ----------------------------------------------------
	FOOTER STYLES
------------------------------------------------------- */

#footer {
	bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #fff;
    background-color: #520707;
}

/* ----------------------------------------------------
	RESPONSIVE STYLES
------------------------------------------------------- */
@media (min-width: 1200px) {
	.container {
	}
}
@media only screen and (min-width : 1224px) {
	.dropdown-menu li:hover .sub-menu {visibility:visible;}
	.dropdown:hover .dropdown-menu {display: block;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-caption {top: 15%;}
	.carousel-caption h1 {font-size: 50px;}
	.dropdown-menu li:hover .sub-menu {visibility:visible;}
	.dropdown:hover .dropdown-menu {display: block;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .header-navbar { background-color: rgba(46, 7, 61, 1);}
    .logo-header {padding-top: 0; width: 155px;}
    .logo-office {margin-top:24px;}
    .navbar-brand {padding: 2px 5px;}
    .navbar-nav {padding-top: 0px;}
    .menu-mobile {background-color: #3C1D49; margin-top: 15px; padding-left:0; padding-right:0;}
    .phone-header a {float: left; margin-bottom: 20px; margin: 0; padding-top: 16px;}
    #reason h2 {font-size: 21px;}
    /*.general-title-top {padding-top: 165px;}*/
    .general-title h2 {font-size: 33px; padding: 0 5px; margin-top: 100px;}
    .carousel-inner {background-color: #2E073D;}
	.carousel-caption {top: 40%;}
	.carousel-caption h1 {font-size: 23px;}
	.project-details {top:20%; font-size: 17px;}
	.all-projects .btn {font-size:8px}
	.price_block {margin:20px 0 10px;}
	.project-images {padding:0;}
	.project-info {width:100%; font-size: 17px;}
	.project-info ul {padding: 0; margin-bottom: 0;}
	.project-description {margin-top:150px;}
	.gallery-inner li {width:100%; height: auto;}
	.projects-thumbnail img {width: 100%; height:100%;}
	.g-recaptcha {margin: 0 auto; width: 300px;}
}

.partlink {margin-right: 60px;}
.partlink-txt {margin-right: 211px;}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {text-align:center;}
	.partlink {margin-right: 0; margin-bottom: 20px;}
	.partlink-txt {margin-right: 0; font-size:0}
}
.search-results-paging {
text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
}
.village-description p {font-size:17px; text-align: justify;}
.shema-links a {color:#5E0F5D; font-size:17px;}

.project-modal {
    padding: 0!important;
}
.project-modal .modal-content {
    padding: 80px 0;
    min-height: 100%;
    min-width: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: justify;
    color: #a60e0e;
}
.project-modal .modal-content h2 {
    margin: 0;
    font-size: 26px;
}
.project-modal .modal-content p {
    padding: 10px 0;
}
.project-modal .modal-content img,
.project-modal .embed-responsive {
    margin-bottom: 30px;
    width: 100%;
}
.project-modal .close-modal{
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    cursor: pointer;
    opacity: 0.4;
    font-size: 46px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.project-modal .backgrid {
    left: 40px;
}
.project-modal button {
    margin-top: 20px;
    border: 2px solid #a60e0e;
    color: #a60e0e;
}
.project-modal .close-modal:hover {
    opacity: .3;
}
.project-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.modal-content h2 {
    font-weight: 300;
}
.similar-offers {
	margin-bottom: 16px;
    font-size: 32px;
    color: #fff;
}

.navbar-right {
    float: right!important;
    margin: -44px 30px 0 0;
}

.header-soc {
    height: 40px;
    line-height: 40px!important;
    color: white;
    text-decoration: none;
    width: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.navbar-custom .header-soc {
    font-size: 20px;
    width: 30px;
}

@media screen and (max-width: 370px), screen and (min-width: 768px) {
    .header-soc {
        display: none
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin: 0 -15px 0 0;
    }
}

.label-dop {font-size: 17px; letter-spacing: 1px;}
@media (max-width: 767px) {
    .logo-label {margin-top: 6px;}
    .logo-label span {font-size: 16px; line-height: 1.3}
    .label-dop {font-size: 13px; letter-spacing: 1px;}
}

.header-mobile-phone {
    border: 2px solid white;
    margin-top: 3px;
}

.header-mobile-phone.btn {
    font-size: 13px!important;
    background-color: #ff1c00;
}

@media (max-width: 430px) {
    .small-logo {
        margin-left: 4px;
    }
    .logo-label {
        margin-left: 4px;
    }
}

@media (max-width: 420px) {
    .header-mobile-phone {
        padding: 6px;
    }
    .small-logo {
        margin-left: 0;
    }
    .logo-label {
        margin-left: 4px;
    }
}

@media (max-width: 380px) {
    .logo-label {
        margin-top: 11px!important;
    }
    .logo-label span {
        font-size: 13px;
    }
    .label-dop { font-size: 7px; }
}
/* ripple button */
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.ripplelink {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all .2s ease;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255,255,255,0.3);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple .65s linear
}

.watermark {
    position: fixed;
    z-index: 10000;
    background: url('../img/wm.png') no-repeat center 70%/auto 30%;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.watermark.hidden {
    bottom: auto;
    display: none;
}

@media(min-width:768px) {
    .watermarked {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        transform: scale(0.9);
    }
}
