@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,400i,700,800&subset=cyrillic');
@import url("content.css");
@import url("form.css");
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	font-size: 1.5rem;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 15px 0;
	padding: 0;
}



/*Loading*/
.posts {
	position: relative;
	opacity: 1;
}
.posts div {
	transition: all 0.3s ease;
}
.posts.posts-hide > div {
	opacity: 0.2;
}
.posts.posts-hide div.post-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	padding: 50px;
	display: block;
	z-index: 50;
	opacity: 1;
}
div.post-loading i {
	position: absolute;
	top: 62px;
	left: calc(50% - 28px);
	color: #0c93d2;
	font-size: 4.5rem;
}
div.post-loading::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	left: calc(50% - 35px);
	top: 50px;
	background: rgba(255,255,255,0.7);
	border-radius: 100%;
}
/*Loading End*/


/*Breadcrumb*/
.breadcrumb {
	background: none;
	padding: 0;
	margin-bottom: 20px;
	color: #ccc;
	font-size: 1.3rem;
}
.breadcrumb a {
	color: #0c93d2;
	text-decoration: none;
	transition: all 0.3s ease;
}
.breadcrumb a:hover {
	opacity: 0.7;
}
.breadcrumb > li+li:before {
    padding: 0 3px;
    color: #75828c;
    content: "-";
}
.breadcrumb > .active {
    color: #ccc;
}
/*Breadcrumb*/




/*Pagination*/
.pagination-block {
	text-align: right;
	letter-spacing: normal;
	margin-bottom: 60px;
	font-size: 1.4rem;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a, 
.pagination>li>span {
    color: #fff;
    border: 1px solid #474747;
    background: #474747;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0 2px 3px;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0c93d2;
    border-color: #0c93d2;
    box-shadow: 0 0 10px #0c93d2;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #0c93d2;
    border-color: #0c93d2;
}
/*Pagination End*/





/*Other*/
.main-title {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 3.0rem;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 50px;
}
.main-title::before {
	content: "";
	position: absolute;
	width: 70%;
	height: 1px;
	background: #0c93d2;
	bottom: 0;
	left: 15%;
}

.inside-title,
.formBox h1,
.filter h2 {
	width: 100%;
	display: block;
	font-size: 3.0rem;
	text-align: left;
	margin: 0 0 25px;
	padding: 0;
}
.inside-title.line {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
}

.blue-title {
	width: 100%;
	font-weight: 900;
	font-size: 3.0rem;
	padding-bottom: 15px;
	color: #0c93d2;
	text-transform: uppercase;
	font-size: 1.9rem;	
	text-align: center;
}

.alert {
	border-width: 2px;
	border-radius: 0px;
	font-size: 1.4rem;
	font-weight: normal;
}
.alert .close {
	outline: none;
}
/*Other End*/



/*Button*/
.button,
.filter button {
	cursor: pointer;
	display: inline-block;
	width: auto;
	min-width: 170px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	background-color: #0c93d2;
	text-align: center;
	border: none;
	color: #fff;
	outline: none;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	letter-spacing: normal;
	border-radius: 0px;
	outline: none !important;
	text-decoration: none !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	transition: all 0.6s ease;
}
.button:hover,
.button:focus,
.button:active,
.filter button:hover,
.filter button:focus,
.filter button:active {
	background-color: #45b5e9;
	color: #fff;
}
.filter button {
	width: 100%;
}

.button.filter-btn {
	height: 40px;
	min-width: 250px;
	line-height: 40px;
	margin-top: 23px;
}


.all-roduct {
	width: 100%;
	margin-bottom: 30px;
	text-align: right;
}
/*Button End*/




/*Header*/
header {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	z-index: 555;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );	
}
header > div {
	position: relative;
}

.logo {
	font-size: 4.8rem;
	color: #fff!important;
	text-decoration: none!important;
	outline: none;
	border: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	font-weight: 900;
	text-transform: uppercase;
}
.logo span {
	color: rgba(255,255,255,0.7);
}
.menu-panel {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
/*Header End*/


/*Site lang*/
.langList {
	width: auto;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	letter-spacing: normal;
	position: absolute;
	top: 12px;
	right: 15px;
}
.langList > div {
	height: auto;
	color: rgba(255,255,255,0.7);
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: 600;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}
.langList:hover > div {
	color: #fff;
}
.langList > div .fa-angle-down {
	font-size: 1.1rem;
}
.langList .dropdown-menu {
	width: 100%;
	min-width: 0px;
	right: 0;
	left: auto;
    padding: 2px 0;
    margin: 0;
    border: 0;
    margin-top: 3px;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);		
}
.langList .dropdown-menu > li > a {
    display: block;
    padding: 3px 10px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    white-space: nowrap;
    transition: all 0.3s ease;
}
.langList .dropdown-menu > li:last-child > a {
	border: none;
}
.langList .dropdown-menu > li > a:hover {
	color: #327eb5;
	background-color: transparent;
}
/*Site lang End*/



/*Banner*/
.banner {
    width: 100%;
    height: 640px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 2;	
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}
.banner .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);	
}
.banner .swiper-slide > div {
	text-align: center;
	position: relative;
	height: 100%;
	letter-spacing: -0.3em;
}
.banner .swiper-slide > div::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}
.banner .swiper-slide .container {
	z-index: 55;
}
.banner .swiper-slide .banner-text {
	width: 100%;
	max-width: 650px;
	color: #fff;
	padding: 0;
	margin: 80px 0 0;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	transition: all 0.6s ease;
}
.banner .swiper-slide .banner-text .title {
	font-size: 3.6rem;
	font-weight: 900;	
	line-height: 42px;
	margin-bottom: 25px;
}
.banner .swiper-slide .banner-text p {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
}
.banner .swiper-slide .banner-text .more {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
.banner .swiper-slide-next .banner-text,
.banner .swiper-slide-prev .banner-text {
	transform: translateY(200px);
	opacity: 0;
}
.banner .swiper-slide-active .banner-text.
.banner .swiper-slide-active .banner-text .more {
	opacity: 1;
	transform: translateY(0);
}
.banner .swiper-slide-next .banner-text .more,
.banner .swiper-slide-prev .banner-text .more {
	transform: translateY(100px);
	opacity: 0;
}


/*Arrow*/
.banner-button-prev,
.banner-button-next {
	position: absolute;
	width: 50px;
	height: 70px;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 1;
	background: url(../images/ico/banner-arrow.svg) center no-repeat;
	transition: all 0.3s ease;
}
.banner-button-next {
	right: 100px;
	left: auto;
}
.banner-button-prev {
	left: 100px;
	right: auto;
	transform: rotate(180deg);
}
.banner-button-prev:hover,
.banner-button-next:hover {
	opacity: 0.5;
} 


/*Inside Banner*/
.banner.inside {
	height: 200px;
}
.banner.inside .swiper-slide::after {
	background: rgba(0,0,0,0.5);	
}
.banner.inside .banner-button-prev,
.banner.inside .banner-button-next,
.banner.inside .swiper-slide .banner-text {
	display: none;
}
/*Banner End*/




/*Filter*/
.filter-block {
	background: #f1eee6;
	position: relative;
}

.main-filter .col-lg-2 {
	width: 20%;
}

.filter-block::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.10) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.filter-check {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.filter-check ul {
	letter-spacing: -0.3em;
	padding: 0;
	margin: 0 -5px;
	width: auto;
	display: block;
}
.filter-check ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 10px);
	text-align: left;
	margin: 0 5px 10px;
	letter-spacing: normal;
	padding: 0;
}
.filter-check ul li label {
	margin: 0;
	width: 100%!important;	
	background: #fff;
	padding: 10px 10px 10px 32px;
	/*font-weight: normal;*/
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.filter-check ul li label span::before {
    left: 10px;
    top: calc(50% - 8px);
}

.filter-check .filter-options-title {
	font-size: 1.4rem;
	padding: 5px 10px 5px 15px;
	text-transform: none;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	color: #2c3740;
	font-weight: 600;
}
.filter-check .filter-options-title::before {
	content: "\f107";
	position: absolute;
	left: 0;
	right: auto;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	font-size: 1.6rem;
	font-family: "FontAwesome";
	line-height: 10px;
	transition: all 0.3s ease;
}
.filter-check .filter-options-title.open::before {
	transform: rotate(-180deg);
}

.filter-check .filter-options.open {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	margin-bottom: 10px;
}

.in-filter {
	padding: 25px 0 20px;
	text-align: center;
}
.in-filter-title {
	font-size: 2.2rem;
	padding: 0 0 15px 0;
	margin: 0;
	text-transform: none;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	color: #2c3740;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.in-filter-title::before {
	content: "\f107";
	position: absolute;
	left: calc(50% - 10px);
	bottom: 0;
	width: 20px;
	height: 10px;
	text-align: center;
	font-size: 2.5rem;
	font-family: "FontAwesome";
	line-height: 10px;
	transition: all 0.3s ease;
}
.in-filter-title.open::before {
	transform: rotate(180deg);
	color: #999;
}

.in-filter-form {
	display: none;
	width: 100%;
	padding: 25px 0;
	text-align: left;
}
/*Filter End*/




/*Objects*/
.full-block {
	width: 100%;
	padding: 50px 0;
}
.objectRow {
	letter-spacing: -0.3em;
	margin: 0 -15px;
	position: relative;
}
.objectCard {
	display: inline-block;
	vertical-align: top;
	width: calc(33.333% - 30px);
	margin: 0 15px 30px;
	background: #fafafa;
	letter-spacing: normal;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.objectCard.full {
	width: 100%;
	margin: 0;
}
.objectCard.similar {
	width: calc(100% - 30px);
	margin: 0 15px 30px;
}
.objectCard .img {
	width: 100%;
	height: 250px;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.objectCard .info {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 270px;
	position: relative;
}

.recom,
.recom-info {
	position: absolute;
	z-index: 12;
	width: auto;
	height: auto;
	padding: 5px 10px;
	font-size: 1.3rem;
	background: #EF6C00;
	color: #fff;
	right: 0;
	top: 0;
}
.recom-info {
	position: relative;
}

.img-p-slide {
    width: 100%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.img-p-slide > div > .swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*Arrow*/
.pp-prev,
.pp-next {
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	z-index: 10;
	cursor: pointer;
	opacity: 1;
	background: url(../images/ico/banner-arrow.svg) center no-repeat;
	background-size: 13px;
	transition: opacity 0.3s ease;
}
.pp-next {
	right: 5px;
	left: auto;
}
.pp-prev {
	left: 5px;
	right: auto;
	transform: rotate(180deg);
}
.pp-prev:hover,
.pp-next:hover {
	opacity: 0.5;
} 



/*List*/
.objectList {
	letter-spacing: -0.3em;
	width: calc(100% - 30px);
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 30px;
	background: #fafafa;
	letter-spacing: normal;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.objectList .img {
	width: 300px;
	height: 100%;
	position: absolute;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;	
}
.objectList .info {
	width: calc(100% - 300px);
	margin-left: 300px;
	display: inline-block;
	vertical-align: top;
	height: auto;
	position: relative;
}


/*Object info*/
.objectList .object-info {
	position: relative;
} 
.objectCard .object-info {
	position: absolute;
	bottom: 0;
	left: 0;	
	z-index: 2;
} 
.object-info {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 10px 25px;
	margin: 0;
	background: #fafafa;
	letter-spacing: normal;
}
.object-info li {
	width: 100%;
	display: block;
	padding: 8px 0;
	color: #919191;
	letter-spacing: -0.3em;
	border-bottom: 1px solid #dcdcdc;
}

.object-info li > strong,
.object-info li > span {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	letter-spacing: normal;
	font-size: 1.4rem;
	text-align: left;

}
.object-info li > strong {
	text-align: right;
	font-weight: 600;
	color: #747474;
}
.object-info li > strong > span {
	font-size: 1.2rem;
	font-weight: normal;
	display: inline-block;
	padding-left: 5px;
}
.object-info li > strong.price b {
	color: #ed5b03;
}
.object-info li:last-child,
.object-info li:nth-last-child(2) {
	border-bottom: 0px;
}

.object-info li > div {
	width: 100%;
	letter-spacing: normal;
	font-size: 1.3rem;
	min-height: 100px;
}

.object-info li h3 {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: normal;
}
.objectCard .object-info li h3 {
	min-height: 45px;
}
.object-info li h3 a {
	color: #3c3c3c;
	text-decoration: none;
	transition: all 0.3s ease;
}
.object-info li h3 a:hover {
	opacity: 0.7;
}
.object-info li h3 > a > span,
.inside-title > span,
.inStar {
	color: #FB8C00;
	font-size: 1.1rem;
	display: inline-block;
	margin-left: 5px;
}
.object-info li h3 > a > span i,
.inside-title > span > i {
	display: inline-block;
	margin-left: 3px;
}
.inStar {
	display: inline-block;
	margin-right: 15px;
}
.inStar i {
	display: inline-block;
	margin-right: 3px;
}
.object-info li.more {
	text-align: center;
	padding-top: 15px;
	letter-spacing: normal;
}
.objectList .object-info li.more {
	text-align: right;
}
.object-info li.more a {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
}


/*Swiper*/
.objects-slide-block {
	width: 100%;
	position: relative;

}
.objects-slide {
	overflow: hidden;
	padding: 0 5px;
}

/*Arrows*/
.objects-button-prev,
.objects-button-next {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 50px;
	line-height: 47px;
	top: calc(50% - 35px);
	z-index: 10;
	cursor: pointer;
	font-size: 4.8rem;
	color: #0c93d2;
	transition: all 0.3s ease;
}
.objects-button-next {
	right: -18px;
	left: auto;
	text-align: right;
}
.objects-button-prev {
	left: -18px;
	right: auto;
	text-align: left;
}
.objects-button-prev:hover,
.objects-button-next:hover {
	opacity: 0.5;
} 


.objects-link-btn {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	text-align: left;
	letter-spacing: -0.3em;
}
.objects-link-btn > div {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.objects-link-btn > div:last-child {
	text-align: right;
}
.objects-link-btn a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	background: #0c93d2;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: normal;
	transition: all 0.3s ease;
	cursor: pointer;
}
.objects-link-btn .navi-btn a {
	background: rgba(0,0,0,0.1);
	color: #666;
}
.objects-link-btn a:hover {
	opacity: 0.7;
}
.objects-link-btn a.next i,
.objects-link-btn a.back i {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.4rem;
}
.objects-link-btn a.back i {
	margin: 0 5px 0 0;
}
.objects-link-btn a.next {
	margin-left: 5px;
}

.share-btn span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	letter-spacing: normal;
	font-size: 1.3rem;
	font-weight: 600;
}
.share-btn a {
	width: 35px;
	text-align: center;
	padding: 0;
	font-size: 1.5rem;
}
.btn_telegram_share {
	margin-right: 5px;
}
/*Objects End*/



/*Map*/
.object-location {
	display: none;
}
.map-block {
	width: 100%; 
	height: 500px; 
	margin-top: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	margin-bottom: 30px;
}
.map-block.mt-0 {
	margin-top: 0;
}
.gm-style-iw-d {
	min-width: 200px!important;
	text-align: center;
}
.map-info {
	width: 200px;
	display: block;
}
.map-info > span {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color: #ddd;
}
.map-info > h3 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.map-info > p {
	margin-bottom: 4px;
}
.map-info > .button {
	width: 200px;
	height: 23px;
	line-height: 23px;
	font-size: 1.1rem;
}
.map-info > .button.open-map {
	background: #D84315;
	margin-top: 5px;
}


/*Footer*/
footer {
	width: 100%;
	padding: 60px 0 0px;
	background: #3a3a3a;
	position: relative;	
}
.f-info {
	letter-spacing: -0.3em;
	margin: 0 -15px;
}
.f-info > div {
	display: inline-block;
	vertical-align: top;
	width: calc(33.333% - 30px);
	margin: 0 15px 30px;
	letter-spacing: normal;
	color: #fff;
}
.f-info > div h2 {
	font-size: 2.3rem;
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
	width: 100%;
}

.f-contacts div {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: -0.3em;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.f-contacts div:last-child {
	margin-bottom: 0px;
}
.f-contacts div > span {
	display: inline-block;
	vertical-align: middle;	
	width: 25px;
	height: 25px;
	text-align: center;
}
.f-contacts div > span i {
	font-size: 2.4rem;
	color: #0c93d2; 
}
.f-contacts div > strong {
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	font-weight: lighter;
	padding-left: 15px;
	line-height: 23px;
}


.footer-menu {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu li {
	width: 100%;
	margin-bottom: 6px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	padding-left: 18px;
	transition: all 0.3s ease;
}
.footer-menu li a::before {
	font-family: "FontAwesome";
	content: "\f054";
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	display: block;
	line-height: 10px;
	color: #0c93d2;
	font-size: 1.0rem;
}
.footer-menu li a:hover {
	opacity: 0.7;
}


.f-social ul {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
	text-align: left;
}
.f-social ul li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin-right: 25px;
}
.f-social ul li i {
	font-size: 2.8rem;
	color: rgba(255,255,255,0.5);
	transition: all 0.3s ease;
}
.f-social ul li a:hover i {
	color: #fff;
}

.copyright {
	padding: 30px 0;
	text-align: left;
	color: #fff;
	font-size: 1.3rem;
}
/*Footer End*/



/*Top btn*/
.top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 60;
	background: url(../images/ico/arrow.svg) 20px center no-repeat #0c93d2;
	transform: translateY(70px) rotate(-90deg);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: all 0.5s ease;
}
.top.show {
	transform: translateY(0px) rotate(-90deg);
}
.top:hover {
	opacity: 0.7;
}
/*Top btn End*/



/*Order*/
.order {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 40px;
	letter-spacing: -0.3em;
	text-align: left;
}
.order h4 {
	letter-spacing: normal;
	margin-bottom: 5px;
	color: #666;
	letter-spacing: -1px;
	font-size: 1.6rem;
	font-weight: 600;
}
.orderType {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-right: 20px;
}
.orderType span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 7px;
	color: #757575;
	font-weight: 600;
	font-size: 1.3rem;
	letter-spacing: -0.5px;
}
.orderType i {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	text-align: center;
	font-size: 1.0rem;
	line-height: 14px;
	cursor: pointer;
	color: #BDBDBD;
	transition: all 0.3s ease;
}
.orderType i.fa-sort-asc {
	line-height: 22px;
}
.orderType i.active {
	color: #0c93d2;
	cursor: default;
}
/*Order End*/


/*View mode*/
.view-mode {
	text-align: right;
}
.view-mode button {
	margin-top: 15px;
	width: 32px;
	height: 32px;
	background: rgba(0,0,0,0.05);
	color: #888;
	border: 0px;
	font-size: 1.6rem;
	outline: none!important;
	transition: all 0.3s ease;
}
.view-mode button.active {
	color: #fff;
	background: #0c93d2!important;
}
.view-mode button:hover {
	background: rgba(0,0,0,0.1);
}
/*View mode End*/


/*Filter*/
.sort {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	text-align: right;
}
.dateFilter {
	display: inline-block;
	text-align: left;
	width: 100%;
	float: left;
	padding: 0;
}
.filter {
	display: inline-block;
	width: 100%;
	margin: 0 0 50px;	
}
.filter form {
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	padding: 25px 10px;	
	position: relative;	
	background: rgba(0,0,0,0.02);
}
.filter form .form-control {
	border: 1px solid #ddd;
	background-color: #F5F5F5;
	box-shadow: 0 0 0;
}
.filter form > .filter-search {
	margin-bottom: 10px;
}
.filter form > .filter-list {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.filter .checkboxList label,
.filter .radioList label {
	width: 100%;
}

.filter .filter-options-title {
	width: 100%;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px 5px 0;
	position: relative;
	cursor: pointer;
	color: #2c3740;
	text-transform: uppercase;
	font-weight: 600;
}
.filter .filter-options-title::before {
	content: "\f107";
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	font-size: 1.6rem;
	font-family: "FontAwesome";
	line-height: 10px;
	transition: all 0.3s ease;
}
.filter .filter-options-title.open::before {
	transform: rotate(-180deg);
}
.filter-options {
	width: 100%;
	display: inline-block;
	vertical-align: top;	
	padding: 5px 0 0 0;
	display: none;
}
.filter-options.open {
	display: block;
}

.filterReset {
	display: none;
	width: auto;
	margin: 0 0 10px 0;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 1.1rem;
	font-weight: 600;
	color: #9E9E9E;
	cursor: pointer;
	transition: all 0.3s ease;
}
.filterReset:hover {
	color: #327eb5;
}
.filterReset.show {
	width: auto;	
	display: inline-block;
}
/*Filter*/



/*Image Gallery*/
.galleryBox {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}
.imgGallery {
	display: block;
	width: 100%;
	height: 410px;
	overflow: hidden;
	vertical-align: top;
	background-color: rgba(0,0,0,0.05);	
}
.imgGallery .full > span {
	width: 100%;
	height: 410px;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	outline: none;
}
.imgGallery .full > span a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
.navGallery {
	width: 100%;
	height: 120px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	position: relative;
}
.navGallery .preview {
	width: 100px;
	display: inline-block;
	float: left;
	outline: none;
}
.hidPreview {
	display: none;
}
.navGallery .preview > span {
	display: block;
	width: 100%;
	height: 120px;
	border: 6px solid #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
.navGallery .preview > span::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 5;
	transition: all 0.3s ease;
	cursor: pointer;
}
.navGallery .preview.slick-center > span::before {
	background: rgba(0,0,0,0);
}
.slick-prev,
.slick-next {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 10px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	font-size: 0px;
	border: 0px;
	outline: none;
	transition: all 0.3s ease;
	background: url(../images/ico/arrow.svg)  center no-repeat;
}
.slick-prev {
	right: auto;
	left: 10px;
	transform: rotate(180deg);
}
.slick-prev:hover,
.slick-next:hover {
	opacity: 0.6;
}
/*Image Gallery End*/



/*Map*/
.object-location {
	width: 100%;
	height: 450px;
	background: rgba(0,0,0,0.03);
}
/*Map*/


/*Comfort*/
.comfort {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 0 60px;
	list-style: none;
	letter-spacing: -0.3em;
}
.comfort li {
	display: inline-block;
	vertical-align: top;
	padding: 2px 8px 3px 30px;
	font-size: 1.6rem;
	margin-bottom: 7px;
	width: 50%;
	color: #333;
	letter-spacing: normal;
	background: url(../images/ico/check.svg) center left no-repeat;
	background-size: 15px;
}
/*Comfort*/


/*Details*/
.objects-info {
	width: 100%;
	display: block;
	margin-bottom: 50px;
}
.detailsList {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0;
}
.detailsList li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.detailsList li:last-child {
	border-bottom: none;
}
.detailsList li b {
	letter-spacing: -0.5px;
	color: #888;
	display: inline-block;
	padding-right: 5px;
	font-weight: normal;
}
.detailsList li .fa-sun-o {
	color: #F57C00;
}
.detailsList li .fa-moon-o {
	color: #26C6DA;
}
.detailsList li .price-info > b {
	color: #ed5b03;
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-block;
	width: auto;
}
.detailsList li s {
	color: #999;
}
.detailsList li.stars i {
	color: #F57F17;
}
/*Details End*/



/*Owner contacts*/
.owner-contacts {
	width: 100%;
	padding: 25px 30px;
	background: #0c93d2;
	color: #fff; 
	margin-bottom: 60px;
}
.owner-contacts h3 {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 900;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.owner-contacts ul {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.owner-contacts ul li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: -0.3em;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.owner-contacts ul li:last-child {
	margin-bottom: 0px;
}
.owner-contacts ul li > span {
	display: inline-block;
	vertical-align: middle;	
	width: 25px;
	height: 25px;
	text-align: center;
}
.owner-contacts ul li > span i {
	font-size: 2.2rem;
	color: #fff; 
}
.owner-contacts ul li > strong {
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	font-weight: 600;
	padding-left: 15px;
	line-height: 23px;
}

.adm-comment h4 {
	color: #f0ad4e;	
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-weight: 600;
}
.adm-comment {
	width: 100%;
	background-color: #fcf8f2;
	margin: 0 0 50px 0;
    padding: 20px;
    border-left: 3px solid #f0ad4e; 
    font-size: 1.3rem;   
}
/*Owner contacts End*/



/* ==========================================================================
   01. PC
   ========================================================================== */
@media screen and (min-width: 991px) {

	/*Menu*/
	.mobile-menu-btn,
	.menu-mask {
		display: none;
	}	
	.menu-panel {
		width: 100%;
		display: inline-block !important;
		vertical-align: top;		
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.top-menu {
		width: auto;
		height: 50px;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: -0.3em;
		text-align: center;
		padding: 0 50px;
		margin: 0;
		border-bottom: 1px solid #fff;
	}	
	.top-menu > li {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		letter-spacing: 0.1px;
		padding: 0 30px;
		transition: all 0.3s ease;
	}
	.top-menu > li::after {
		content: "";
		width: 10px;
		height: 10px;
		background: #fff;
		bottom: -5px;
		left: calc(50% - 5px);
		position: absolute;
		border-radius: 100%;
		transform: scale(0);
		transition: all 0.3s ease;
	}
	.top-menu > li > a {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		color: rgba(255,255,255,0.8);
		height: 50px;
		line-height: 50px;
		cursor: pointer;
		padding: 0;
		font-weight: lighter;
		text-transform: uppercase;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	.top-menu > li:hover > a,
	.top-menu > li.active > a {
		color: #fff;
	}
	.top-menu > li:hover::after,
	.top-menu > li.active::after {
		transform: scale(1);
	}

	.subsection > li.has-dropdown > a {
		position: relative;
	}
	.subsection > li.has-dropdown > a::before {
		font-family: "FontAwesome";
		content: "\f105";
		position: absolute;
		top: calc(50% - 8px);
		right: 10px;
		font-size: 1.1rem;
		color: #000;
		transition: all 0.2s ease;
	}
	.top-menu li > .subsection {
		width: 230px;
	    position: absolute;
	    top: 50px;
	    left: calc(50% - 115px);
	    z-index: -1;
	    padding: 15px 0;
	    background-color: rgba(255,255,255,1);
	    list-style: none;
	    text-align: left;
	    display: none;
	    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	}
	.top-menu li:hover > .subsection {
		display: block;
	    transform: translateY(0);
	    z-index: 5;
	}	


	.top-menu li > .subsection > li {
		position: relative;
	}
	.top-menu li > .subsection > li .subsection {
		left: 90%;
		top: 10px;
		border-left: 2px solid #ff6600;
		border-top: 0px;
	}	

	.top-menu li > .subsection > li .subsection::before {
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		top: 10px;
		left: -14px;
		margin-bottom: -4px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-right: 7px solid #ff6600;
	}	

	.top-menu li > .subsection li {
		width: 100%;
		transition: all 0.2s ease;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.top-menu li > .subsection li a {
		width: 100%;
		display: inline-block;
		padding: 5px 15px;
		font-size: 1.3rem;
		color: rgba(0,0,0,0.9);
		text-align: center;
		transition: all 0.2s ease;
	}
	.top-menu li > .subsection li > ul li a {
		padding: 7px 15px;
	}
	.top-menu li > .subsection li:nth-last-child(1) {
		border-bottom: none;
	}
	.top-menu li > .subsection > li:hover > a {
		text-decoration: none;
		color: rgba(0,0,0,0.5);
	}
	/*Menu panel End*/
}


/* ==========================================================================
   03. PC: Notebook
   ========================================================================== */
@media screen and (max-width: 1440px) {
	
}


/* ==========================================================================
   04. Tablet: Landscape
   ========================================================================== */
@media screen and (max-width: 1279px) {

	/*Other*/
	.main-title {
		font-size: 2.5rem;
	}

	.main-filter .col-lg-2 {
		width: 100%;
	}	


	/*Footer*/
	.f-info > div h2 {
		font-size: 2.0rem;
	}
			
}


/* ==========================================================================
   04. Tablet: Portrait
   ========================================================================== */
@media screen and (max-width: 991px) {

	/*Site lang*/
	.langList {
		right: auto;
		left: 15px;
	}


	/*Header*/
	header {
		position: fixed;
		background: #3a3a3a;
		height: 50px;
		padding: 0;
		box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
	.logo {
		font-size: 3.0rem;
		margin: 5px 0 0;
	}


	/*Button*/
	.button.filter-btn {
		height: 40px;
		width: 100%;
		line-height: 40px;
		margin: 10px 0 30px;
	}


	/*Menu*/
	.mobile-menu-btn {
	    width: 35px;
	    height: 24px;
	    background: transparent;
	    border: none;
	    outline: none;
	    position: absolute;
	    top: 13px;
	    right: 15px;
	    z-index: 555;
	    border-bottom: 2px solid #fff;
	    transition: transform .3s ease;
	    cursor: pointer;
	}
	.mobile-menu-btn:before,
	.mobile-menu-btn:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		transition: all .3s ease; 
	}
	.mobile-menu-btn:before {
		top: 50%;
	}

	.mobile-menu-btn.in {
		border-bottom: 0px;
	}
	.mobile-menu-btn.in:before {
		transform: rotate(45deg);
		background: #fff;
	}
	.mobile-menu-btn.in:after {
		top: 50%;
		transform: rotate(-45deg);
		background: #fff;
	}	


	.menu-mask {
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		display: none;
		position: fixed;
		opacity: 1;
		z-index: 554;
		background: rgba(0,0,0,0.8);
	}

	.menu-panel {
		height: 100%;
		padding: 0;
		position: fixed;
		z-index: 555;
		left: 0;
		top: 0;
		width: 400px;
		background: #3a3a3a;
		opacity: 0;
		overflow-x: scroll;
		transform: translateX(-100%);
		transition: all 0.2s ease;
	}
	.menu-panel.in {
		opacity: 1;
		transform: translateX(0);		
	}

	.top-menu {
		width: 100%;
		padding: 0 15px;
		margin: 50px 0 0;
		list-style: none;
		display: inline-block;
		vertical-align: top;
	}
	.top-menu > li {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		vertical-align: top;
	}
	.top-menu > li > a {
		display: inline-block;
		width: 100%;
		text-align: left;
		color: #fff;
		padding: 16px 0;
		font-size: 1.4rem;
		line-height: normal;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: top;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.top-menu > li:last-child > a {
		border-bottom: 0px;
	}

	.top-menu > li .open,
	.top-menu > li > a.active {
		opacity: 0.7;
	}
	li.has-dropdown {
		position: relative;
	}
	li.has-dropdown a {
		padding-right: 50px;
	}
	li.has-dropdown > div {
		position: absolute;
		width: 36px;
		height: 36px;
		right: 0;
		top: 8px;
		z-index: 2;
	}
	li.has-dropdown > div::before {
		font-family: "FontAwesome";
		content: "\f196";
		position: absolute;
		top: 2px;
		right: 0;
		font-size: 2.5rem;
		color: #fff;
	}
	li.has-dropdown > div.open::before {
		content: "\f147";
	}
	li.has-dropdown .subsection {
		width: 100%;
	    padding: 0 0 0 20px;
	    margin: 0;
	    display: none;
	    list-style: none;
	    text-align: left;
	    vertical-align: top;
	    border-left: 1px solid rgba(255,255,255,0.1);
	    border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.top-menu .subsection li {
		width: 100%;
	}
	.top-menu .subsection li a {
		width: 100%;
		display: block;
		padding: 16px 0;
		font-size: 1.5rem;
		color: rgba(255,255,255,0.7);
		text-decoration: none;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.top-menu .subsection li:last-child a {
		border-bottom: none;
	}	


	/*Banner*/
	.banner {
	    height: 400px;
	    margin-top: 50px;
	}
	.banner .swiper-slide::after {
		background: rgba(0,0,0,0.6);	
	}

	.banner .swiper-slide > div::before {
		vertical-align: middle;
	}
	.banner .swiper-slide .banner-text {
		padding: 0 25px;
		margin: 0;
		vertical-align: middle;
	}
	.banner .swiper-slide .banner-text .title {
		font-size: 2.5rem;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.banner .swiper-slide .banner-text p {
		font-size: 1.7rem;
	}
	.banner .swiper-slide .banner-text .more {
		margin-top: 25px;
	}	

	/*Arrow*/
	.banner-button-prev,
	.banner-button-next {
		top: calc(50% - 35px);
		background-size: 20px;
	}
	.banner-button-next {
		right: -5px;
		left: auto;
	}
	.banner-button-prev {
		left: -5px;
		right: auto;
	}

	/*Inside Banner*/
	.banner.inside .swiper-slide::after {
		background: rgba(0,0,0,0);	
	}	


	/*Objects*/
	.objectCard,
	.objectCard.similar,
	.objectList {
		width: calc(50% - 30px);
	}


	/*List*/
	.objectList .img {
		width: 100%;
		height: 250px;
		position: relative;
		z-index: 1;
	}
	.objectList .info,
	.objectCard .info {
		width: 100%;
		height: 250px;
		position: relative;
		margin: 0;
	}


	/*Object info*/
	.objectList .object-info {
		position: absolute;
		bottom: 0;
		left: 0;	
		z-index: 2;
	} 	
	.object-info {
		padding: 10px 15px;
	}
	.objectList .object-info li h3 {
		min-height: 45px;
	}
	.objectList .object-info li.more {
		text-align: center;
	}


	/*Footer*/
	.f-info > div {
		width: calc(100% - 30px);
		text-align: center;
	}

	.f-info > div.f-contacts,
	.f-info > div.f-menu {
		margin-bottom: 50px;
		padding-bottom: 50px;
		border-bottom: 1px solid rgba(255,255,255,0.1);		
	}
	.f-contacts div > span {	
		width: 100%;
		margin-bottom: 15px;
	}
	.f-contacts div > strong {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.footer-menu li {
		text-align: center;
	}
	.footer-menu li a {
		padding: 0;
	}
	.footer-menu li a::before {
		display: none;
	}

	.f-social ul {
		text-align: center;
	}
	.f-social ul li {
		margin: 0 15px;
	}

	.copyright {
		padding: 10px 0;
		text-align: center;
	}	


	/*Map*/
	.object-location {
		margin-bottom: 60px;
		height: 400px;
	}	

}


/* ==========================================================================
   05. Mobile: Landscape
   ========================================================================== */
@media screen and (max-width: 767px) {
	
	/*Menu*/
	.menu-panel {
		width: 300px;
	}	

	/*Other*/
	.main-title {
		font-size: 2.0rem;
	}
	.main-title::before {
		width: 100%;
		left: 0;
	}


	/*Arrows*/
	.objects-button-prev,
	.objects-button-next {
		font-size: 4.8rem;
		opacity: 0.3;
	}
	.objects-button-next {
		right: 7px;
	}
	.objects-button-prev {
		left: 7px;
	}


	.objects-link-btn > div {
		width: 100%;
	}
	.objects-link-btn > div:last-child {
		margin-top: 20px;
		text-align: left;
	}
	.objects-link-btn > div:last-child span {
		width: 100%;
		margin: 0 0 5px 0;
	}
	.objects-link-btn .navi-btn a {
		padding: 0 10px;
		font-size: 1.0rem;
	}
	.objects-link-btn a.next i,
	.objects-link-btn a.back i {
		margin-left: 3px;
		font-size: 1.2rem;
	}
	.objects-link-btn a.back i {
		margin: 0 3px 0 0;
	}	


	/*Filter*/
	.filter-check ul li {
		width: calc(33.333% - 10px);
	}


	/*View mode*/
	.view-mode {
		display: none;
	}	


	/*Footer*/
	.f-info > div h2 {
		font-size: 1.7rem;
	}
}



/* ==========================================================================
   06. Mobile: Portrait
   ========================================================================== */
@media screen and (max-width: 550px) {

	/*Other*/
	.main-title {
		font-size: 1.7rem;
		padding-bottom: 10px;
	}

	.inside-title,
	.formBox h1,
	.filter h2 {
		font-size: 2.2rem;
	}


	/*Header*/
	.logo {
		font-size: 2.5rem;
		margin: 8px 0 0;
	}	

	/*Menu*/
	.menu-panel {
		width: 250px;
	}	

	/*Banner*/
	.banner {
	    height: 320px;
	}
	.banner .swiper-slide .banner-text {
		padding: 0 15px;
	}	
	.banner .swiper-slide .banner-text .title {
		font-size: 1.9rem;
		line-height: 22px;
	}
	.banner .swiper-slide .banner-text p {
		font-size: 1.5rem;
	}
	.banner .swiper-slide .banner-text .more {
		margin-top: 25px;
	}	

	/*Arrow*/
	.banner-button-prev,
	.banner-button-next {
		background-size: 10px;
	}
	.banner-button-next {
		right: -10px;
		left: auto;
	}
	.banner-button-prev {
		left: -10px;
		right: auto;
	}



	/*Objects*/
	.objectCard,
	.objectList,
	.objectCard.similar {
		width: calc(100% - 30px);
	}

	/*Footer*/
	.f-info > div h2 {
		font-size: 1.6rem;
	}


	/*Map*/
	.object-location {
		height: 300px;
	}	



	/*Image Gallery*/
	.imgGallery,
	.imgGallery .full > span {
		height: 250px;
	}
	
	.navGallery,
	.navGallery .preview {
		height: 60px;
	}
	.navGallery .preview > span {
		height: 60px;
		border: 2px solid #fff;
	}


	/*Comfort*/
	.comfort li {
		padding: 2px 0 3px 30px;
		width: 100%;
	}	


	/*Filter*/
	.filter-check ul li {
		width: calc(100% - 10px);
	}	

	/*Order*/
	.orderType {
		width: 100%;
		margin: 0;
	}	
}


/* ==========================================================================
   07. Mobile: Ultra Small
   ========================================================================== */
@media screen and (max-width: 340px) {


	/*Map*/
	.object-location {
		height: 200px;
	}	



	/*Image Gallery*/
	.imgGallery,
	.imgGallery .full > span {
		height: 200px;
	}
	

}