/******************************************************************
Theme Name: 
Description: 
Author: 
Author URI: 
Version: 1.0
Created: 
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Filter Search
6.  Team Section
7.  Single Property
8.  Single Property Details
9.  Contact
10. Footer Style

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

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #8f8fa8;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 88px;
	text-align: center;
}

.section-title h2 {
	color: #6F6F8A;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
}

.section-title h2 span {
	color: #30304e;
	font-weight: 500;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 70px;
	padding-bottom: 61px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.site-btn {
	display: inline-block;
	border: 2px solid #8f8fa8;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 25px;
	border-radius: 4px;
	color: #8f8fa8;
	line-height: normal;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.element {
	margin-bottom: 100px;
}

.element:last-child {
	margin-bottom: 0;
}

/*---------------------
  Header Section
-----------------------*/

.header-section {
	padding: 25px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.logo {
	float: left;
	display: inline-block;
	max-width:360px;
}

.main-menu {
	float: right;
	display: inline-block;
}

.main-menu li {
	display: inline-block;
}

.main-menu a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-left: 30px;
	padding: 4px 5px;
}

.top-social {
	display: inline-block;
	margin-left: 55px;
}

.top-social a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-left: 2px;
	padding: 4px 3px;
	border: 2px solid transparent;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.top-social a:hover {
	border: 2px solid #fff;
}

/*---------------------
  Hero Section
-----------------------*/

.hero-section {
	height: 633px;
	position: relative;
	z-index: 1;
}

.hero-section .home-page {
	margin-bottom: -57px;
}

.hero-section:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 16, 82, 0.75);
	content: "";
	z-index: -1;
}

.hero-text {
	padding-top: 272px;
	text-align: center;
}

.hero-text h2 {
	font-size: 72px;
	font-weight: 300;
}

.hero-text h1 {
	font-size: 48px;
	font-weight: 300;
	margin-bottom:20px;
}

.hero-section.search-result,
.hero-section.about-us,
.hero-section.single-property-r,
.hero-section.blog {
	height: 400px;
}

.hero-section.search-result .hero-text,
.hero-section.about-us .hero-text,
.hero-section.single-property-r .hero-text,
.hero-section.blog .hero-text {
	padding-top: 178px;
}

/*---------------------
  Filter Search
-----------------------*/

.filter-search {
	margin-top: -57px;
	z-index: 9;
	position: relative;
}

.filter-search.search-opt {
	z-index: 9;
	position: absolute;
	width: 100%;
	margin-top: 0;
}

.filter-form {
	border-radius: 4px;
	background: #fff;
	height: 115px;
	-webkit-box-shadow: 2px 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 15px 30px rgba(0, 0, 0, 0.1);
}

.location {
	border-right: 1px solid #F3F3F3;
	float: left;
	padding: 20px 27px 29px;
	width: 18%;
}

.location p {
	font-weight: 300;
	margin-bottom: 20px;
}

.location .nice-select.filter-location {
	border-bottom: 1px solid #E7E7E7;
	float: none;
	margin-top: -10px;
	height: 34px;
	line-height: 34px;
}

.location .nice-select.filter-location:after {
	border-bottom: 2px solid #3F3F4B;
	border-right: 2px solid #3F3F4B;
	height: 7px;
	width: 7px;
}

.location .nice-select.filter-location span {
	color: #3f3f4b;
	font-size: 16px;
	font-weight: 500;
}

.location .nice-select.filter-location .list {
	width: 100%;
	border-radius: 0;
	margin-top: 1px;
}

.search-type {
	border-right: 1px solid #F3F3F3;
	float: left;
	padding: 20px 27px 29px;
	width: 18%;
}

.search-type p {
	font-size: 14px;
	color: #61616e;
	font-weight: 300;
	margin-bottom: 20px;
}

.search-type .nice-select.filter-property {
	border-bottom: 1px solid #E7E7E7;
	float: none;
	margin-top: -10px;
	height: 34px;
	line-height: 34px;
}

.search-type .nice-select.filter-property:after {
	border-bottom: 2px solid #3F3F4B;
	border-right: 2px solid #3F3F4B;
	height: 7px;
	width: 7px;
}

.search-type .nice-select.filter-property span {
	color: #3f3f4b;
	font-size: 16px;
	font-weight: 500;
}

.search-type .nice-select.filter-property .list {
	width: 100%;
	border-radius: 0;
	margin-top: 1px;
}

.price-range {
	border-right: 1px solid #F3F3F3;
	float: left;
	padding: 20px 45px 43px 21px;
	width: 18%;
}

.price-range p {
	font-size: 14px;
	color: #61616e;
	font-weight: 300;
	margin-bottom: 28px;
}

.range-slider {
	margin-left: 5px;
}

.ui-slider .ui-slider-handle.slider-left,
.ui-slider .ui-slider-handle.slider-right {
	width: auto;
	height: 25px;
	margin-top: -8px;
	line-height: 25px;
	font-size: 12px;
	padding: 0 3px;
	border: none;
}

.ui-slider-horizontal {
	height: 2px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: #30304E;
	font-weight: 500;
	color: #ffffff;
}

.bedrooms {
	border-right: 1px solid #F3F3F3;
	float: left;
	padding: 20px 25px 31px 25px;
	width: 16%;
}

.bedrooms p {
	font-size: 14px;
	color: #61616e;
	font-weight: 300;
	margin-bottom: 13px;
}

.bathrooms {
	float: left;
	padding: 20px 25px 31px 25px;
	width: 16%;
}

.bathrooms p {
	font-size: 14px;
	color: #61616e;
	font-weight: 300;
	margin-bottom: 13px;
}

.room-filter-pagi .bf-item {
	display: inline-block;
}

.room-filter-pagi .bf-item input[type=radio] {
	visibility: hidden;
	position: absolute;
}

.room-filter-pagi .bf-item input[type=radio]:checked+label {
	background: #8AD144;
}

.room-filter-pagi .bf-item label {
	display: inline-block;
	background: #8F8FA8;
	padding: 8px 9px;
	line-height: 13px;
	margin-right: -3px;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
}

.room-filter-pagi .bf-item:last-child label {
	padding: 8px 5px;
}

.room-filter-pagi a {
	display: inline-block;
	background: #8F8FA8;
	padding: 8px 9px;
	line-height: 13px;
	margin-right: -3px;
	border-radius: 4px;
	color: #fff;
}

.room-filter-pagi a:last-child {
	padding: 8px 5px;
}

.room-filter-pagi a:nth-child(2) {
	background: #8AD144;
}

.search-btn {
	width: 14%;
	float: left;
}

.search-btn button[type=submit] {
	font-weight: 400;
	background: #8AD144;
	border: none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	padding: 42px 40px 43px 31px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.search-btn button[type=submit] i {
	margin-right: 10px;
}

.nice-select {
	background-color: transparent;
	border-radius: 0;
	border-bottom: solid 1px #E7E7E7;
	border: 0;
	padding-left: 0;
}

/*---------------------
  About
-----------------------*/

.about-us .about-text-warp {
	background: #6F6F8A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 15px;
}

.about-us .about-text {
	max-width: 560px;
}

.about-us .about-text h2 {
	color: #fff;
	font-size: 36px;
	line-height: 48px;
	font-weight: 500;
	margin-bottom: 25px;
}

.about-us .about-text p {
	color: #ddddde;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 32px;
}

.about-us .about-text .site-btn.a-btn {
	background: #8AD144;
	border: none;
	color: #fff;
}

.about-us .about-img {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.about-us .about-img img {
	width:100%;
}


/*---------------------
  Team
-----------------------*/

.team-section {
	padding-top: 82px;
	padding-bottom: 70px;
}

.team-section .single-team .membr-pic img {
	width: 100%;
	margin-bottom: 43px;
}

.team-section .single-team .membr-info h2 {
	font-size: 30px;
	color: #30304e;
	font-weight: 500;
	margin-bottom: 2px;
}

.team-section .single-team .membr-info p {
	font-size: 18px;
	color: #6f6f8a;
	font-weight: 400;
}

/*---------------------
  Wysiwyg Section
-----------------------*/

.content-wysiwyg-section {
	padding-top: 82px;
	padding-bottom: 70px;
}

/*---------------------
  Counter
-----------------------*/

.b-top {
	padding-top: 94px;
	padding-bottom: 70px;
	border-top: 1px solid #DADAE1;
}

.single-counter .counter-img {
	float: left;
}

.single-counter .counter-img img {
	display: inline-block;
	margin-right: 25px;
}

.single-counter .counter-info {
	display: inline-block;
}

.single-counter .counter-info span {
	color: #30304e;
	display: inline-block;
	font-size: 60px;
	font-weight: 500;
	line-height: 45px;
	margin-bottom: 13px;
}

.single-counter .counter-info p {
	color: #6f6f8a;
	font-size: 18px;
	font-weight: 400;
}

/*---------------------
  Map
-----------------------*/

.map {
	width: 100%;
}

.map iframe {
	width: 100%;
	height: 750px;
	border: none;
}

/*---------------------
  Single Property
-----------------------*/

.spad-p {
	padding-bottom: 8px;
}

.single-property {
	padding-top: 36px;
}

.property-title {
	float: left;
}

.property-title h3 {
	color: #30304e;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 7px;
}

.property-title a {
	color: #6f6f8a;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
}

.property-title a i {
	color: #000;
}

.property-price {
	float: right;
}

.property-price p {
	color: #8f8fa8;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: -4px;
}

.property-price span {
	color: #30304e;
	font-size: 30px;
	font-weight: 500;
}

.property-img.owl-carousel .owl-item img {
	width: 100% !important;
}

.property-img.owl-carousel .owl-item img {
	border-radius: 4px;
	display: inline-block;
	width: auto;
}

.property-img .owl-nav button[type=button] {
	position: absolute;
	left: -23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #8AD144;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}

.property-img.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -23px;
}

.popular-room-features.single-property {
	margin-bottom: 0;
}

/*---------------------
  Single Property Details
-----------------------*/

.pb-30 {
	padding-bottom: 30px;
}

.spt-40 {
	padding-top: 40px;
}

.p-ins {
	padding: 0 20px 15px 25px;
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.details-top {
	padding: 25px 0;
	margin-bottom: 35px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -25px;
	margin-right: -20px;
}

.t-details .register-id {
	float: left;
}

.t-details .register-id p {
	color: #6f6f8a;
	font-size: 18px;
	font-weight: 400;
	margin-top: 17px;
}

.t-details .register-id p span {
	display: inline-block;
	color: #30304e;
}

.t-details .popular-room-features.single-property {
	padding-top: 0;
	float: right;
}

.t-details .popular-room-features.single-property .size {
	float: left;
}

.t-details .popular-room-features.single-property .beds {
	float: left;
	margin-left: 30px;
}

.t-details .popular-room-features.single-property .baths {
	float: left;
	margin-left: 30px;
}

.t-details .popular-room-features.single-property .garage {
	float: left;
	margin-left: 30px;
}

.property-description,
.property-features,
.location-map {
	margin-bottom: 28px;
}

.property-description h4,
.property-features h4,
.location-map h4 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 18px;
}

.property-description p,
.property-features p,
.location-map p {
	color: #6f6f8a;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

.property-description iframe,
.property-features iframe,
.location-map iframe {
	width: 100%;
	height: 355px;
	border: 0;
}

.property-features h4 {
	margin-bottom: 13px;
}

.property-features .property-table {
	margin-left: -25px;
	margin-right: -20px;
	overflow-y: auto;
}

.property-features .property-table table {
	width: 100%;
	min-width: 350px;
}

.property-features .property-table table tr:nth-child(even) {
	background: #F8F8F9;
}

.property-features .property-table table tr td {
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: 400;
	color: #30304e;
	width: 120px;
}

.property-features .property-table table tr td img {
	margin-right: 13px;
	height: 16px;
}

.location-map {
	margin-bottom: 0;
}

.location-map h4 {
	margin-bottom: 24px;
}

.contact-service {
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.contact-service img {
	margin-bottom: 12px;
}

.contact-service p {
	color: #6F6F8A;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 6px;
}

.contact-service h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.contact-service table {
	width: 100%;
	margin-bottom: 32px;
}

.contact-service table tr:nth-child(odd) {
	background: #F8F8F9;
}

.contact-service table tr td {
	color: #6f6f8a;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 0;
}

.contact-service table tr td span {
	color: #30304e;
	display: inline-block;
}

.contact-service .site-btn.list-btn {
	color: #fff;
	background: #8AD144;
	border: none;
}

/*---------------------
  Blog
-----------------------*/

.blog-section {
	padding-top: 53px;
	padding-bottom: 55px;
}

.blog-item {
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 45px;
}

.blog-item:last-child {
	margin-bottom: 30px;
}

.blog-item .blog-pic {
	border-radius: 4px 4px 0 0;
}

.blog-item .blog-text {
	padding-left: 22px;
	padding-top: 29px;
	padding-bottom: 34px;
	padding-right: 11px;
	position: relative;
}

.blog-item .blog-text:after {
	position: absolute;
	left: 0;
	top: 97px;
	width: 100%;
	height: 2px;
	background: #f3f3f3;
	content: "";
}

.blog-item .blog-text .blog-title {
	margin-bottom: 30px;
}

.blog-item .blog-text .blog-title h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.blog-item .blog-text .blog-title p {
	display: inline-block;
	padding: 0;
}

.blog-item .blog-text .blog-title .blog-time {
	margin-right: 10px;
	position: relative;
}

.blog-item .blog-text .blog-title .blog-time i {
	color: #000000;
	position: absolute;
	top: 0;
}

.blog-item .blog-text .blog-title .blog-time span {
	display: inline-block;
	margin-left: 28px;
	font-size: 14px;
	font-weight: 300;
	color: #6f6f8a;
}

.blog-item .blog-text .blog-title .blog-posted {
	position: relative;
}

.blog-item .blog-text .blog-title .blog-posted i {
	color: #000000;
	position: absolute;
	top: 0;
}

.blog-item .blog-text .blog-title .blog-posted span {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #6f6f8a;
	margin-left: 30px;
}

.blog-item p {
	color: #6f6f8a;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 20px;
}

.blog-item .site-btn.blog-btn {
	border: none;
	background: #8AD144;
	color: #fff;
}

.blog-pagination {
	margin-bottom: 30px;
}

.blog-pagination a {
	color: #6f6f8a;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding: 5px 12px;
	background: #fff;
	border: 2px solid #ADADBC;
	border-radius: 4px;
	margin-right: 5px;
}

.blog-pagination a:first-child {
	background: #88CE43;
	color: #fff;
	border-color: #88CE43;
}

.blog-right {
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	padding-top: 22px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 43px;
	margin-bottom: 33px;
}

.blog-right .category-search {
	position: relative;
}

.blog-right .category-search input {
	border: none;
	border-radius: 50px;
	background: #F6F6F6;
	color: #6f6f8a;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 27px;
	padding: 22px;
	width: 100%;
	height: 41px;
}

.blog-right .category-search button {
	border: none;
	border-radius: 0 50px 50px 0;
	background: #8AD144;
	cursor: pointer;
	display: inline-block;
	padding-top: 11px;
	padding-right: 27px;
	padding-bottom: 12px;
	padding-left: 22px;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.blog-right .category-search h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 16px;
}

.blog-right .category-search .categories-table {
	margin-left: -22px;
	margin-right: -22px;
}

.blog-right .category-search .categories-table table {
	margin-bottom: 20px;
	width: 100%;
}

.blog-right .category-search .categories-table table tr:nth-child(odd) {
	background: #F8F8F9;
}

.blog-right .category-search .categories-table table tr td {
	color: #6f6f8a;
	font-size: 16px;
	font-weight: 300;
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blog-right .instagram-info {
	margin-left: -22px;
	margin-right: -22px;
	margin-bottom: 27px;
}

.blog-right .instagram-info h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	padding-left: 22px;
}

.blog-right .instagram-info .instagram-pic {
	overflow: hidden;
}

.blog-right .instagram-info .instagram-pic img {
	display: inline-block;
	height: 114px;
	width: 114px;
	margin-bottom: 10px;
	float: left;
}

.blog-right .instagram-info .instagram-pic .pic-1 {
	margin-right: 4px;
}

.blog-right .instagram-info .instagram-pic .pic-2 {
	margin-right: 4px;
}

.blog-right .instagram-info .instagram-pic .pic-4 {
	margin-right: 4px;
}

.blog-right .instagram-info .instagram-pic .pic-5 {
	margin-right: 4px;
}

.our-agents h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 33px;
}

.our-agents .single-agent {
	margin-bottom: 19px;
	overflow: hidden;
}

.our-agents .single-agent:last-child {
	margin-bottom: 0;
}

.our-agents .single-agent .agent-pic {
	float: left;
	margin-right: 17px;
}

.our-agents .single-agent .agent-info {
	overflow: hidden;
	margin-top: 5px;
}

.our-agents .single-agent .agent-info h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.our-agents .single-agent .agent-info p {
	color: #6f6f8a;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0px;
}

.our-agents .single-agent .agent-info p span {
	color: #30304e;
	display: inline-block;
}

/*---------------------
  Room Items
-----------------------*/

.p-45 {
	padding-bottom: 45px;
}

.spad.search-result {
	padding-top: 50px;
	padding-bottom: 70px;
}

.found-items h4 {
	float: left;
	font-size: 24px;
	color: #6f6f8a;
	font-weight: 400;
}

.found-items h4 span {
	font-weight: 500;
	color: #30304e;
}

.found-items select {
	display: inline-block;
	float: right;
}

.found-items .nice-select.date-select {
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-top: -26px;
	color: #30304e;
	background: #EEEEFF;
	padding-left: 10px;
}

.found-items .nice-select.date-select:after {
	border-bottom: 2px solid #777785;
	border-right: 2px solid #777785;
	height: 7px;
	margin-top: -4px;
	width: 7px;
}

.found-items .nice-select.date-select span {
	margin-top: 10px;
}

.found-items .nice-select.date-select .list {
	margin-top: 10px;
	left: -17px;
	margin-left: -50px;
}

.room-items {
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	overflow: hidden;
}

.room-items .room-img {
	border-radius: 4px 4px 0 0;
	height: 290px;
	position: relative;
	width: 100%;
}

.room-items .room-img .room-content {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 15px;
}

.room-items .room-img .room-content i {
	color: #fff;
	display: inline-block;
}

.room-items .room-text {
	padding: 15px;
	border-radius: 0 0 4px 4px;
}

.room-items .room-text .room-details {
	padding-bottom: 8px;
	overflow: hidden;
	margin-bottom: 9px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -15px;
	margin-right: -15px;
}

.room-items .room-text .room-details .room-title {
	padding: 0 15px;
}

.room-items .room-text .room-details .room-title h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

.room-items .room-text .room-details .room-title a {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 10px;
}

.room-items .room-text .room-details .room-title a i {
	display: inline-block;
	color: #000000;
	position: absolute;
	top: -1px;
}

.room-items .room-text .room-details .room-title a span {
	display: inline-block;
	color: #8f8fa8;
	font-size: 12px;
	font-weight: 500;
	margin-left: 23px;
}

.room-items .room-text .room-features {
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -30px;
	margin-right: -20px;
}

.room-items .room-text .room-features .room-info {
	padding-left: 30px;
	padding-right: 20px;
}

.room-items .room-text .room-features .room-info .size {
	display: inline-block;
	margin-right: 28px;
	float: left;
}

.room-items .room-text .room-features .room-info .size p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .size span {
	color: #30304e;
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
}

.room-items .room-text .room-features .room-info .beds {
	display: inline-block;
	margin-right: 28px;
	float: left;
}

.room-items .room-text .room-features .room-info .beds p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .beds span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.room-items .room-text .room-features .room-info .baths {
	display: inline-block;
	margin-right: 28px;
	float: left;
}

.room-items .room-text .room-features .room-info .baths p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .baths span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.room-items .room-text .room-features .room-info .garage {
	display: inline-block;
	float: left;
}

.room-items .room-text .room-features .room-info .garage p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .garage span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.room-items .room-text .room-price {
	display: inline-block;
}

.room-items .room-text .room-price p {
	color: #8f8fa8;
	font-size: 16px;
	margin-bottom: -7px;
}

.room-items .room-text .room-price span {
	color: #30304e;
	font-size: 24px;
	font-weight: 500;
}

.room-items .room-text .site-btn.btn-line {
	float: right;
	margin-top: 2px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.room-items .room-text .site-btn.btn-line:hover {
	color: #fff;
	background: #8AD144;
	border-color: #8AD144;
}

/*---------------------
  Popuplar Items
-----------------------*/

.p-in {
	padding: 195px 0 150px 0;
}

.popular-items {
	background: #fff;
	border-radius: 4px;
	padding: 30px 20px 30px 30px;
}

.popular-items .popular-room-details {
	margin-bottom: 13px;
	overflow: hidden;
	padding-bottom: 19px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -30px;
	margin-right: -20px;
}

.popular-items .popular-room-details .popular-room-title {
	padding-left: 30px;
	padding-right: 20px;
}

.popular-items .popular-room-details .popular-room-title h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.popular-items .popular-room-details .popular-room-title a {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 10px;
}

.popular-items .popular-room-details .popular-room-title a i {
	display: inline-block;
	color: #000000;
	position: absolute;
	top: -1px;
}

.popular-items .popular-room-details .popular-room-title a span {
	display: inline-block;
	color: #8f8fa8;
	font-size: 12px;
	font-weight: 500;
	margin-left: 23px;
}

.popular-items .popular-room-description {
	margin-bottom: 12px;
	padding-bottom: 17px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -30px;
	margin-right: -20px;
}

.popular-items .popular-room-description .popular-room-desc {
	padding-left: 30px;
	padding-right: 20px;
}

.popular-items .popular-room-description .popular-room-desc p {
	color: #6f6f89;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 0;
}

.popular-items .popular-room-features {
	overflow: hidden;
	margin-bottom: 14px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -30px;
	margin-right: -20px;
}

.popular-items .popular-room-features .popular-room-info {
	padding-left: 30px;
	padding-right: 20px;
}

.popular-items .popular-room-features .popular-room-info .size {
	display: inline-block;
	margin-right: 28px;
	float: left;
}

.popular-items .popular-room-features .popular-room-info .size p {
	font-size: 12px;
	margin-bottom: 5px;
}

.popular-items .popular-room-features .popular-room-info .size span {
	color: #30304e;
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
}

.popular-items .popular-room-features .popular-room-info .beds {
	display: inline-block;
	margin-right: 28px;
	float: left;
}

.popular-items .popular-room-features .popular-room-info .beds p {
	font-size: 12px;
	margin-bottom: 5px;
}

.popular-items .popular-room-features .popular-room-info .beds span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.popular-items .popular-room-features .popular-room-info .baths {
	display: inline-block;
	margin-right: 28px;
	float: left;
}

.popular-items .popular-room-features .popular-room-info .baths p {
	font-size: 12px;
	margin-bottom: 5px;
}

.popular-items .popular-room-features .popular-room-info .baths span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.popular-items .popular-room-features .popular-room-info .garage {
	display: inline-block;
	float: left;
}

.popular-items .popular-room-features .popular-room-info .garage p {
	font-size: 12px;
	margin-bottom: 5px;
}

.popular-items .popular-room-features .popular-room-info .garage span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.popular-items .popular-room-price {
	display: inline-block;
}

.popular-items .popular-room-price p {
	color: #8f8fa8;
	font-size: 16px;
	margin-bottom: -7px;
}

.popular-items .popular-room-price span {
	color: #30304e;
	font-size: 24px;
	font-weight: 500;
}

.popular-items .popular-room-price .deal {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #E30707;
	text-transform: uppercase;
	padding: 1px 9px;
	border-radius: 50px;
	margin-left: 11px;
}

.site-btn.btn-line {
	float: right;
	margin-top: 6px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.site-btn.btn-line:hover {
	color: #fff;
	background: #8AD144;
	border-color: #8AD144;
}

.slider-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.slider-active .owl-nav button[type=button] {
	position: absolute;
	left: -23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #8AD144;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}

.slider-active.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -23px;
}

/*---------------------
  Newslatter
-----------------------*/

.newslatter-section {
	background: #30304e;
	padding: 80px 0 94px 0;
}

.newslatter-section .newslatter-text img {
	margin-bottom: 25px;
}

.newslatter-section .newslatter-text h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 35px;
}

.newslatter-section .newslatter-text h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 35px;
}

.newslatter-section .newslatter-text input {
	width: 385px;
	height: 51px;
	border: none;
	display: inline-block;
	padding: 18px 10px 18px 20px;
	font-size: 14px;
	color: #6f6f8a;
	font-weight: 300;
	border-radius: 4px;
	margin-right: 20px;
}

.newslatter-section .newslatter-text .site-btn.news-btn {
	padding: 16px 38px;
	border: none;
	background: #8AD144;
	color: #fff;
	cursor: pointer;
}

/*---------------------
  Services
-----------------------*/

.services-section {
	padding-top: 78px;
	padding-bottom: 62px;
}

.left-side h2 {
	color: #6f6f8a;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	margin-bottom: 12px;
}

.left-side h2 span {
	color: #30304e;
	font-weight: 500;
}

.left-side p {
	color: #6f6f8a;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
}

.right-side ul {
	margin-top: 10px;
}

.right-side ul li {
	color: #30304e;
	font-size: 18px;
	font-weight: 400;
	list-style: none;
	margin-bottom: 20px;
}

.right-side ul li img {
	margin-right: 27px;
}

/*---------------------
  Room Pic
-----------------------*/

.room-pic img {
	width: 20%;
}

/*---------------------
  Contact
-----------------------*/

.contact-section {
	background:#F8F8F9;
	padding-top: 85px;
	padding-bottom: 100px;
}

.contact-form h4,
.contact-info h4 {
	color: #30304e;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 47px;
}

.contact-form input,
.contact-info input {
	width: 100%;
	height: 44px;
	background: #F6F6F6;
	border: none;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 20px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #8f8f8f;
	margin-bottom: 20px;
}

.contact-form textarea,
.contact-info textarea {
	background: #f6f6f6;
	border: none;
	color: #8f8f8f;
	font-size: 12px;
	font-weight: 400;
	height: 200px;
	padding-top: 20px;
	padding-left: 20px;
	width: 100%;
	margin-bottom: 15px;
}

.contact-form .site-btn.c-btn,
.contact-info .site-btn.c-btn {
	border: none;
	background: #8AD144;
	color: #fff;
}

.contact-info h4 {
	margin-bottom: 44px;
}

.contact-info .contact-addr {
	margin-bottom: 22px;
}

.contact-info .contact-addr li {
	list-style: none;
	position: relative;
	margin-bottom: 12px;
}

.contact-info .contact-addr li i {
	color: #30304e;
	position: absolute;
	top: -2px;
}

.contact-info .contact-addr li span {
	color: #6f6f8a;
	font-size: 14px;
	font-weight: 300;
	margin-left: 35px;
}

.contact-info p {
	color: #6f6f8a;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 2px;
}

/*---------------------
  Instagram
-----------------------*/

.instagram {
	background: #F8F8F9;
	padding: 40px 0;
}

.instagram h2 {
	color: #000;
	font-size: 36px;
	font-weight: 400;
}

/*---------------------
  Footer
-----------------------*/

.sp-60 {
	padding-bottom: 60px;
}

.sp-40 {
	padding-bottom: 40px;
}

.p-20 {
	padding-bottom: 20px;
}

.p-37 {
	padding-bottom: 37px;
}

.p-40 {
	padding-top: 40px;
}

.footer-section {
	background: #30304e;
}

.about-footer h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 17px;
}

.about-footer p {
	color: #6f6f8a;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 33px;
}

.about-footer .footer-social a {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.about-footer .footer-social a i {
	margin-left: 10px;
}

.about-footer .footer-social a:after {
	position: absolute;
	width: 32px;
	height: 32px;
	background: #6F6F8A;
	color: #fff;
	content: "";
	border-radius: 50%;
	bottom: -3px;
	left: 0px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.about-footer .footer-social a:hover:after {
	opacity: 1;
	visibility: visible;
}

.footer-blog h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 22px;
}

.footer-blog .single-blog {
	overflow: hidden;
}

.footer-blog .single-blog .lt-side {
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 27px;
}

.footer-blog .single-blog .lt-side img {
	height: 67px;
	width: 67px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 4px;
}

.footer-blog .single-blog .rt-side {
	display: inline-block;
	margin-bottom: 27px;
}

.footer-blog .single-blog .rt-side h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 6px;
	line-height: 22px;
}

.footer-blog .single-blog .rt-side .blog-time {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 13px;
}

.footer-blog .single-blog .rt-side .blog-time i {
	color: #E7E7EB;
	position: absolute;
	top: -3px;
}

.footer-blog .single-blog .rt-side .blog-time span {
	color: #8f8fa8;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-left: 27px;
}

.footer-blog .single-blog .rt-side .read-more {
	display: inline-block;
	position: relative;
}

.footer-blog .single-blog .rt-side .read-more i {
	color: #E7E7EB;
	position: absolute;
	top: -2px;
}

.footer-blog .single-blog .rt-side .read-more span {
	color: #8f8fa8;
	font-size: 12px;
	font-weight: 500;
	margin-left: 25px;
}

.footer-address h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 16px;
}

.footer-address ul {
	margin-bottom: 18px;
}

.footer-address ul li {
	list-style: none;
	color: #fff;
	margin-bottom: 6px;
	position: relative;
}

.footer-address ul li i {
	position: absolute;
	top: -2px;
}

.footer-address ul li span {
	color: #6f6f8a;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin-left: 35px;
}

.footer-address p {
	color: #6f6f8a;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
}

.copyright {
	color: #9190a5;
	font-size: 12px;
	font-weight: 500;
	opacity: 0.2;
}

/*---------------------
  DEBUT APG SYSTEM
-----------------------*/



/* ---------------------------------------------------------
    * APG HOMES CUSTOM
 ----------------------------------------------------------- */

.link-underline {
  color: #3C3C3C;
  font-weight: 700;
  position: relative;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem; 
}
.link-underline::after, .link-underline::before {
  bottom: 0;
  content: '';
  height: 0.2rem;
  display: block;
  left: 0;
  position: absolute; 
}
.link-underline::before {
  background-color: #3C3C3C;
  right: 0; 
}
.link-underline::after {
  background-color: #DB0D43;
  transition: width 350ms cubic-bezier(0.65, 0, 0.49, 0.9);
  width: 0%;
}
.link-underline:hover {
  color: #3C3C3C;
}
.link-underline:hover::after {
  width: 100%;
}

/* editeur wysiwyg */

.margin-auto{
  height:100%;
  margin:auto;
}

.btn-share {
  padding:13px 15px;
  border-radius:50%;
  width:60px;
  height:60px;
  font-size:24px;
  line-height:34px;
  text-align:center;
  font-weight:600;
  border:1px solid #e4e4e4;
  margin:0 2px 4px 2px;
}
.btn-share:hover {
    border:1px solid #C70A33;
}
.btn-share.btn-share--messenger {color: #2978f2;}
.btn-share.btn-share--messenger:hover {color: #C70A33;}
.btn-share.btn-share--whatsapp {color: #59ba57;}
.btn-share.btn-share--whatsapp:hover {color: #C70A33;}
.btn-share.btn-share--mail {color: #696663;}
.btn-share.btn-share--mail:hover {color: #C70A33;}
.btn-share.btn-share--facebook {color: #3d5893;}
.btn-share.btn-share--facebook:hover {color: #C70A33;}
.btn-share.btn-share--x {color: #000;}
.btn-share.btn-share--x:hover {color: #C70A33;}
.btn-share.btn-share--linkedin {color: #327fb0;}
.btn-share.btn-share--linkedin:hover {color: #C70A33;}

 .btn {
  padding:14px 55px;
  border-radius:99px !important;
  font-size:14px;
  line-height:20px;
  text-align:center;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing: .2rem;
}
 .btn.disabled, .btn:disabled, fieldset:disabled .btn{
    background-color:#a3988a !important;
    border-color:#a3988a !important;
  }
.wysiwyg-wrapper {
  margin-bottom:60px;
 }

.wysiwyg-wrapper p {
  font-size:18px;
  line-height:26px;
  margin-bottom:20px !important;
  color:#5c6368;
 }
.wysiwyg-wrapper img {
  border-radius:16px;
  margin-bottom:10px;
 }
 .wysiwyg-wrapper a {
  color:#C70A33;
 }

 .wysiwyg-wrapper h3 {
  font-size:22px;
  line-height:38px;
  margin-bottom:15px;
 }

.wysiwyg-wrapper-high-size p {
	font-size: 30px;
	color: #30304e;
	font-weight: 500;
	margin-bottom: 2px;
 }

 .wysiwyg-wrapper-high-size h3 {
	font-size: 30px;
	color: #30304e;
	font-weight: 500;
	margin-bottom: 2px;
}

 .wysiwyg-wrapper-high-size ul {
    margin-bottom: 2.5rem;
    color: #40403f;
    line-height: 1.8rem;
    margin-left:20px;
    font-size: 18px;
} 

 .wysiwyg-wrapper-high-size  ul > li {
  list-style: circle;
  font-size: 18px;
  margin-left:20px;
 }

 .wysiwyg-wrapper-high-size  ol > li {
  list-style: auto;
  font-size: 18px;
  margin-left:20px;
 }

.wysiwyg-wrapper ul {
    margin-bottom: 2.5rem;
    color: #808080;
    line-height: 1.8rem;
    margin-left:20px;
    font-size: 18px;
}    

.wysiwyg-wrapper ol {
    margin-bottom: 5px;
    color: #808080;
    line-height: 1.8rem;
    padding-left:20px;
    font-size: 18px;
}

 .wysiwyg-wrapper  ul > li {
  list-style: circle;
  font-size: 18px;
  margin-left:20px;
 }

 .wysiwyg-wrapper  ol > li {
  list-style: auto;
  font-size: 18px;
  margin-left:20px;
 }

 .wysiwyg-wrapper h1,h2,h3 {
  font-size:22px;
  line-height:28px;
  margin-bottom:15px;
  font-weight:500;
  letter-spacing:.15rem;
 }

  .wysiwyg-wrapper h4 {
  font-size:18px;
  line-height:28px;
  margin-bottom:15px;
  font-weight:500;
  letter-spacing:.15rem;
 }

/* blocs libres */

.bloc-text-libre-1 img {width:auto !important;height:100%;object-fit: scale-down !important;vertical-align:middle;max-height:600px;}
.bloc-text-libre-1 .content-left {padding:30px 0 30px 30px;}
.bloc-text-libre-1 .content-right {padding:30px;margin:auto;}
.bloc-text-libre-1 {background:transparent;}
.bloc-text-libre-2 {background:#EAE6DD;}
.bloc-text-libre-1 img {width:100% !important;height:100% !important;vertical-align:middle !important;object-fit: cover !important;max-height:600px !important;padding:30px 0 30px 0;}
.bloc-text-libre-3 {background:#1d1d1b;color:#fff;}
.bloc-text-libre-3 h1 {color:#fff;}
.bloc-text-libre-3 h2 {color:#fff;}
.bloc-text-libre-3 h3 {color:#fff;}
.bloc-text-libre-3 p {color:#f7f3f2;}


 .sm-gutter{
  padding:10px 2px 10px 2px;
 }

.contact__form .contact__help {
  color:#a8abb5;
}

.font-light {
  font-weight:300;
  color:#6e6b66;
}
.font-light-xs {
  font-weight:300;
  font-size:11px;
  color:#6e6b66;
}

.footer_bar {
    background: rgb(18 18 18);
    color:#a3abb0;
}

.footer_bar_content {
    height: 100%;
    padding:15px 0 15px 0;

}

.copyright {
    font-size: 12px !important;
}

.link-apg-system {
    color: #fff;
}

.link-apg-system:hover {
    color: #C70A33;
}

#social-side {
    display: none;
} 

.grecaptcha-badge {
    visibility: hidden !important;
}

.cookie-alert-conteneur {
    z-index:999;
    position:fixed;
    bottom:0;
    bottom:0;
    margin: auto;
    border: 1px solid #FFF;
    max-width: 700px;
    background: #FAFAFA;
    margin-top: 200px;
}
.hover-scale-5
{
 transition: transform .1s;
}
.hover-scale-5:hover
{
 -ms-transform: scale(1.05); /* IE 9 */
 -webkit-transform: scale(1.05); /* Safari 3-8 */
 transform: scale(1.05); 
}

.footer-link{
 color:#C70A33; 
}

.conteneur_shadow {
 color:#5c6368;
 font-size:17px;
 line-height:26px;  
 padding:30px;
 box-shadow:0px 8px 20px 0px rgba(0, 0, 0, 0.0509803922);
 border-radius:30px;
 background-color:#ffffff;
 margin:30px 0 60px 0; 
}

.conteneur_shadow h1 {text-transform: uppercase;font-weight: 500;padding:20px 0 20px 0;}
.conteneur_shadow h2 {text-transform: uppercase;font-weight: 500;padding:20px 0 20px 0;}
.conteneur_shadow h3 {text-transform: uppercase;font-weight: 400;padding:20px 0 20px 0;}
.conteneur_shadow h4 {font-weight: 400;padding:20px 0 20px 0;}
.conteneur_shadow h5 {font-weight: 400;padding:20px 0 20px 0;}

.conteneur_shadow a {
  color:#C70A33;
}

.SwitchFlagCurrency{
padding-right:30px !important;
}
.SwitchFlagCurrency ul {
  width:170px !important;
}
.SwitchFlagCurrency  ul > li > a {
  font-size: 14px !important;
  line-height:14px !important;
  padding:8px 18px !important;
  font-weight:300 !important;
}

.SwitchFlagCurrency ul > li > a:before {
  position: absolute;
  content: "\ea3d";
  left: 0px !important;
  top: 0px !important;
  width: 0px !important;
  height: 0px !important;
  opacity: 0;
  font-size: 8px;
  left: 1px !important;
  top: 8px !important;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "icomoon";
  color: #C70A33;
}

.images-style {
  height:290px;
}

.images-style img {
  height:100%;
  object-fit: cover;
}

.images-style-large {
  height:390px !important;
}

.images-style-large-map {
  height:390px !important;
}

.property-detail-desc{
  font-size:17px;
  line-height:26px;
}

.modal-dialog.large {
    width: 96% !important;
    max-width: 80rem !important;
}

.modal-dialog.x-large {
    width: 80% !important;
    max-width: 80% !important;
    margin:auto;
    padding:40px;
}

.x-large-background {
    background: #000 !important;
    padding: 0px !important;
}

.iframe_vv {
    width: 100%;
    height: 800px;
}

.map_detailbien {
    width: 100%;
    height: 500px;
    z-index: 2;
    border-radius:16px;
    border:1px solid #e4e4e4;
}

@media (max-width: 768px) {
    .map_detailbien {
        height: 350px;
    }
}

.contact_map {
    width: 100%;
}

.contact_google_map {
    width: 100%;
    height: 100%;
}

.contact_map_container {
    width: 100%;
    height: 740px;
    overflow: hidden;
    pointer-events: none;
}

#contact_map {
    width: 100%;
    height: 100%;
}

.img_border {
    border-radius: 10px;
}

.ouverture_progressive {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.ouverture_progressive.load {
    opacity: 1;
}

.font-text-libre {
  /*font-family: 'Dancing Script', cursive;*/
}


.listing_tags {
    /*width: 100%;*/
}

.listing_tags ul {
    padding-inline-start: 0px !important;}

.listing_tags ul li {
    list-style: none;
    border-radius: 3px;
    border-radius:10px;
    border:1px solid #e4e4e4;
    margin-bottom: 12px;
    padding: 8px 12px 8px 12px;
    font-weight: 300;
    color: #6c7079;
    font-size:11px;
    background:#EAE6DD;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.listing_tags ul li:not(:last-of-type) {
    margin-right: 10px;
}

.listing_tags ul li:hover {
    border-color: #161e2d;
    cursor: default;
}

.listing_tags ul li:hover a {
}

.listing_tags ul li a {
    display: inline-block;
    color: #161e2d;
    font-size: 16px;
    margin-top: -6px;
    margin-left: 7px;
}

.listing_tags ul li a:hover {
    color: #C70A33;
    font-weight:600;
}

#eac-container-search_localisation ul li {
  font-size:16px !important;
  padding:5px 10px 5px 10px;
}

#choix_localisation {
  position:absolute;
  z-index:3;
  min-width:240px;
  margin:5px 0 0 10px;
  background:#f7f3f2;
  padding:15px;
  border:1px solid #ebebeb;
  color:#837664;
  border-radius:5px;
  font-size:14px;
  display:none;
  max-height:300px;
  overflow: scroll;
  overflow-x: hidden;
}

#choix_localisation span {
  line-height:24px;
}

#choix_localisation::-webkit-scrollbar {
  width: 12px;
  border-right:1px solid #f3f2f2;
}
#choix_localisation::-webkit-scrollbar-thumb {
  background: #EAE6DD;
  border:1px solid #c9c6be;
}

.btn-primary{
  border:1px solid #C70A33;
  background-color:#C70A33;
  border-radius:20px;
  color:#fff !important;
}
.btn-primary:hover{
  border:1px solid #C70A33;
  background-color:#C70A33 !important;
}
.btn:hover{
  border:1px solid #C70A33;
  background-color:#C70A33 !important;
}
.daterangepicker td.in-range{
  background-color:#ebe3d8 !important; 
  color:#1a140b;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
  background-color:#C70A33 !important;
}

.fancybox-container{
  background:#000 !important;
}

.grid_articles_img{
  height:300px;
}

.pointer {
  cursor: pointer !important;
}

.close_localisation{
  position:absolute;
  margin-left:-8px;
  font-weight:400;
  font-size:1.4rem;
  cursor:pointer;
  color:#C70A33;
  line-height:0px !important;
}

.property-icons-medias{
  position:absolute;
  z-index:6;
  top:14px;
  right:12px;
  color:#fff;
  text-shadow:#000 0px 1px 2px; 
  font-size:1.4rem;
}
.property-etiquette{
  position:absolute;
  z-index:6;
  top:14px;
  left:12px;
  color:#fff;
  text-shadow:#000 0px 1px 2px; 
  font-size:0.9rem;
  font-weight:600;
}

.contact_map_visuel{
  padding-top:35px;
  margin-left:-5px;
}

.plus-de-criteres-text{display:inline;}

.margin-beav{
  padding:60px;
}
.container-back-to-listing{
  position:relative;
  width:70px;
  float:left;
}
.back-to-listing{
  position:relative;
  left:15px;
}

.data-readmore{
  transition: height 350ms cubic-bezier(0.65, 0, 0.49, 0.9);
  overflow: hidden;
  display: block;
  width: 100%; 
}

.link-readmore{
  padding-top:20px;
  color: #C70A33;
}

.BoxLoopPicture{
  padding-top:15px;
}

.calendar .months-container .month-container{
  max-width:210px;
  margin: 0 18px 0 18px;
}
.calendar table.month th.month-title{
  font-weight:600;
  padding-top:2px;
}
.bloc-scroll-380{
  height:380px;
  overflow:auto;
}
.bloc-scroll-380::-webkit-scrollbar {
  width: 12px;
  border-right:1px solid #f3f2f2;
}
.bloc-scroll-380::-webkit-scrollbar-thumb {
  background: #EAE6DD;
  border:1px solid #c9c6be;
  cursor: grab;
}

.barnes-slogan{
  color:#C70A33;
}

.form-answers
{
  margin-top:-10px;
  min-height:60px;
  padding-bottom:20px;
  color:#C70A33;
  text-transform:uppercase;
}

.favorite-heart-icon {
  position:absolute;
  font-size:1.3rem;
  margin:20px 0 0 20px;
  z-index:999;
  color:#fff;
  cursor:pointer;
}
.favorite-heart-icon:hover {
  color:#C70A33;
}

.notifyjs-corner{
  font-size:12px !important;
  font-weight:400 !important;
}

#menu-mobile-bottom {
    display:none;
}
.cursor-default {
  cursor:default !important;
}

#flat-tab-form-close {
  display:none;
}

  .consultant_picture {
    max-width:320px;
    margin:auto;
    margin-bottom:20px;
  }
  .consultant_picture img {
    width:100%;
  }
  .consultant_icons_line_rs {
      position: relative;
      padding:10px;
      z-index:3;
      margin:auto;
      margin-top:-75px;
      width:80%;
      border-radius:8px;
      background: rgb(120 120 120 / 30%);
  }
  .consultant_icons_line_rs .ul_rs  {
      margin: 0 !important;
      padding: 0 !important;
      transition: .3s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap:10px;
  }
  .consultant_icons_line_rs .li_rs  {
      margin: 0 !important;
      padding: 0 !important;
      list-style: none !important;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .consultant_icons_line_rs a {
    color:#fff;
    font-size:30px;
  }
  .consultant_icons_line_rs a:hover {
    color:#c70a33;
  }

/* ---------------------------------------------------------
    * APG FOREST CUSTOM - CAROUSEL BOOTSTRAP 
 ----------------------------------------------------------- */

.carousel-caption{
  right:none !important;
  left:0 !important;
  bottom:0;
}

.carousel-item{
  height:100% !important;
  display:block;
}

.content_slider_legende {
  margin-bottom:30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85) 100%);
  width:100%;

}
.content_slider_legende h5,
.content_slider_legende a {
  font-size:1.2rem;
  color:#fff !important;
  padding: 0 30px 0 30px;
  line-height:1.5rem;
}
/* ---------------------------------------------------------
    * APG FOREST CUSTOM - CHAT BOT
 ----------------------------------------------------------- */
.chat-content{
  overflow-x:hidden;
} 
.chatcard-header-title img {
  padding-right:10px;
}

.chatcard-header .chatcard-header-title {
  font-size:1.2rem !important;
}

.btn-secondary {
  border-radius: 0 !important;
  width:100%;
}
.chatBox .chatcard-header-icon i {
  font-size:16px !important;
  top:10px !important;
  right:10px !important;
}
.chat-message-group .message{
  max-width:100%;
}
.chat-message-group .chat-messages a {
  color:#cf1646;
}

.chat-message-group .chat-messages .message-operator a {
  color:#fff;
}


/* ---------------------------------------------------------
    * APG FOREST CUSTOM - IMAGES BOX 
 ----------------------------------------------------------- */
.imageBox {
    position: relative;
    width:100%;
}
.imageBox img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.imageBox .images-group:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;

}
.imageBox img:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imageBoxCaption {
    position: absolute;
    height:100%;
    margin: 0;
    padding: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}
.imageBoxCaption:hover {
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.65) 100%);
}
.imageBoxCaption p {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15px;
    padding:10px;
    font-size:1.2rem;
    font-weight:300;
    line-height:28px;
    letter-spacing: .12rem;
}
.imageBox-border-right {
    padding: 0px 1px 1px 0px !important;
}

.fullHeight {
    min-height: 270px;
    height: 100%;
}
.smallHeight {
    height: 170px !important;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.img-fluid-normal {
    width: auto !important;
    height: auto;
    max-width: 100% !important;
}
.img-cover-left{
  object-position: left;
}


.img-cover {height: 100% !important;-o-object-fit: cover !important;object-fit: cover;font-family: 'object-fit: cover';width: 100% !important;}
.img-contain {height: 100%;-o-object-fit: contain;object-fit: contain;font-family: 'object-fit: contain';width: 100%;}
.img_border {border-radius:10px;}
.ouverture_progressive {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.ouverture_progressive.load {opacity: 1;}
.ouverture_progressive_speed
{
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.ouverture_progressive_speed.load {opacity: 1;}
.img-anim-hover{opacity:0.90 !important;}
.img-anim-hover:hover {opacity:1 !important;}
.menu_contextuel_icons {color:#C70A33;}
.menu-list {list-style: none; }

.apg-lightbox-album img {opacity: 0.8;cursor: pointer;margin: 0 2rem 2rem 0;width: 100%;height:120px;}
.apg-lightbox-album img:hover {opacity: 1;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.apg-lightbox-album-item{height:300px;}
@media (max-width: 768px){
  .apg-lightbox-album-item{height:190px;}}

.form-check {
  padding-left:0px !important;
  min-width:300px;
}

.user-digit-code{
  font-size:42px !important;
  margin-top:60px !important;
  padding:20px 20px 20px 40px !important;
}

.tag-account-recherche_encours{
  display:inline-block;
  padding:5px;
  border:1px solid #f1f1eb;
  border-radius:5px;
  background:#e9e6dd;
  margin:0 5px 5px 0;
}
.no-box-shadow {
  box-shadow: none !important;
}
.form-group{
  line-height:1.8rem;
}
.btn-light{
  background:none;
  padding:14px 5px;
  border-radius:0;
}
.btn-light:hover{
  border:1px solid transparent !important;
  background-color:transparent !important;
}
.conteneurAlertItems {
  max-height: 290px;
  overflow: auto;
  overflow-x: hidden;
}
.modal-logo{
  max-width:270px;
}
.alert-booking-unavailable {
  margin-bottom:20px;
  background:#f7f3f2;
  padding:15px;
}
.categories-accordion-container {
  padding-top:10px;
  max-height: 180px;
  overflow: auto;
  overflow-x: hidden;
}
.categories-accordion-container::-webkit-scrollbar {
   width: 12px;
   border-right:1px solid #f3f2f2;
}
.categories-accordion-container::-webkit-scrollbar-thumb {
  background: #EAE6DD;
  border:1px solid #c9c6be;
  cursor: grab;
}

.categories-accordion-container span {
  font-size:0.9rem !important;
  font-weight:300 !important;
}
.bu_address{
background:#f7f7f7;
}
.bu_address:hover{
background:#ffffff !important;
}
.bu_address a {
color:#3C3C3C !important;
}
.bu_address.active{
background:#ffffff !important;
}
.bu_address.active a h4 {
color:#cf1646 !important;
}
.underline {
text-decoration:underline;
}
.interstice {
padding-bottom:30px;
border-bottom:1px solid #f1eded;
}
.paginationjs .paginationjs-pages li.active > a {
  background:#C70A33 !important;
}
.input_captcha_image {
  width:162px !important;
  border: 1px solid #1a140b !important;
  border-radius: 0 !important;
  height: 58px !important;
  font-weight:bold !important;
  font-size:20px !important;
  margin-top:4px !important;
}
.slideshow_label{
  position:absolute;
  bottom:25px;
  left:15px;
  color:#fff;
  z-index:2;
}
.slideshow_label a {
  color:#EAE6DD;
  font-size:18px;
}
.slideshow_label a:hover {
  color:#FFF;
  font-size:22px;
}
#SliderBlocText1{
  max-height:600px;
}
.pt-block_haut_de_page{
  padding:20px 0 40px 0;
}

.ImageNoiretBlanc {
  filter:grayscale(1) !important;
}

.label-gallery:hover {
  background-color: #b2173a !important;
}

.label-gallery.is-actived {
  background-color: #b2173a !important;
}

.is-actived {
  background-color: #b2173a !important;
}

.wrap-gallery .wrap-gallery-overlay-shop a:hover {
  background-color:#b2173a !important;
}

.wrap-gallery .wrap-gallery-overlay-shop .actif {
  background-color:#b2173a !important;
}


.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-backdrop.show {
  opacity: 1;
}
.click-action-wrap {
  position: fixed;
  bottom: 30px;
  right: 85px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: #bc1237;
}
.click-action-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.click-action-wrap span {
  color: #ffffff;
  padding: 13px 12px 12px 12px;
  font-size: 1.3rem;
}
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: #ffffff;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\ea3d";
  font-family: "icomoon";
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 900;
  color: #C70A33;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transform: rotate(223deg);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: #ffffff;
  box-sizing: border-box;
  stroke: #C70A33;
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.msg-success {
  color: #198754;
}
.msg-success .close {
  font-size: 12px;
  margin-left: 10px;
  color: #198754;
}

#subscribe-msg .notification_ok {
  color: #198754;
}


/* ---------------------------------------------------------
    * APG HOMES CUSTOM - MEDIA QUERIES
 ----------------------------------------------------------- */

@media (max-width: 1600px) {

  .main-header .logo-box .logo {
    max-width:220px;
  }
  .main-header .main-menu .navigation > li {
    padding-right: 20px;
  }
  .main-header .main-menu .navigation > li > a {
    font-size:14px;
  }
  .main-header .main-menu .navigation .dropdown2  
  {
    padding-right: 25px !important;
  }
  .logo-box-margin-right {
    margin-right:50px;
  }
  .header-dashboard .header-account .header-account-legend {
    display:none;
  }

}
@media all and (min-width: 1100px) and (max-width: 1600px) {
  .plus-de-criteres-text{display:none;}
} 
@media all and (min-width: 768px) and (min-height:500px) {
    #social-side {
        display: block;
        position: fixed;
        z-index: 1100;
        top: 50%;
        right: 0;
        font-size: 22px;
        transform: translate(0, -50%);
        box-shadow: 0px 15px 25px rgba(0,0,0,0.085);
        padding: 2px 8px 2px 8px;
    }

    #social-side a {
        display: block;
        padding: 2px;
    }

    #social-side i {
        color: #e0e0e0;
        padding: 5px 0 5px 0;
    }

    #social-side a:hover i {
        color: #DB0D43
    }
}

@media only screen and (max-width: 1099px) {
  .wd-find-select.home {
    width:80%;
    margin:auto;
    border-radius:12px;
    border: 1px solid #f7f3f2;
    background: rgba(1255, 255, 255, 0.2);
  }
  .wd-find-select .inner-group .form-style label {
    font-weight:400;
    color:#fff;
  }
  .wd-find-select .inner-group {
    gap:16px;
  }
  .flat-slider.home-1 .slider-content .heading{
    display:none;
    padding:0;
    margin:0;
  }
} 
@media only screen and (max-width: 991px) {
  .wrap-banner .box-right {display: none;}.wrap-banner .box-right img {display: none;}
  .bloc-text-libre-1 .content-right {padding:20px;}
  .bloc-text-libre-1 .content-left{padding:0px;}
  .bloc-text-libre-1 img {padding:30px 0 0 0;}
  .mobile-no-padding-top {padding-top:0px !important}
  .flat-img-with-text .content-left img  {min-height:300px !important}
  .flat-slider {max-height:800px !important;background-attachment:scroll;}
  .iframe_vv {height: calc(100vh - 130px) !important;}
  .modal-dialog.x-large {width: 100% !important;max-width: 100% !important;padding:20px !important;}

} 
@media only screen and (max-width: 768px) {

  .flat-slider.home-1 .slider-content {
    position: relative;
    z-index: 1;
    margin-top:4vh;
    transform:unset;
  }
  .pb-30 {
    padding-bottom:15px !important;
  }
  .pb-40 {
    padding-bottom:20px !important;
  }
  .pb-50 {
    padding-bottom:25px !important;
  }
  .pb-60 {
    padding-bottom:30px !important;
  }
  .pb-80 {
    padding-bottom:40px !important;
  }
  .pb-100 {
    padding-bottom:50px !important;
  }
   .btn {
    padding:14px 35px;
    font-size:12px;
    line-height:16px;
  }
  .wd-find-select.home {
    width:100%;
  }
  .wd-find-select .home .inner-group {
    gap:0px !important;
  }
  .flat-tab-form .nav-tab-form .nav-link-item {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;

  }
  .homelengo-box .images-group .bottom-view-bloc {
    position: absolute;
    /*left: 10px;*/
    bottom: 20px;
    z-index: 1;
    color: #ffffff;
    padding:0 20px 0 20px;
  }
  .homelengo-box .images-group .bottom-view-bloc h1 {
    color: #ffffff;
    font-size:20px;
    line-height:26px;
    padding:0px !important;
  }
  .homelengo-box .images-group .bottom-view-bloc h2 {
    color: #ffffff;
    font-size:16px;
    line-height:18px;
    padding-bottom:0px;
  }
  .homelengo-box .images-group-view-bloc:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.05%, rgba(0, 0, 0, 0.85) 100%);
  }
  .contact-info {
  border-radius: 0px;
  border: 0px;
  }

  .margin-beav{
  padding:0px;
  }
  .flat-img-with-text .content-right {
    padding:50px 15px;
  }
  .flat-section {
    padding:0px;
  }
  .wrap-banner .box-left{
    padding:50px 40px;
  }

  #flat-tab-form {
    display:none;
    position:fixed;
    margin:auto;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background:#fff;
    z-index:999;
  }
  #flat-tab-form-close {
    display:inline-block;
    text-align:right;
    padding:0 0 20px 0;
    font-size:1.8rem;
    color:#7b7974;
    font-weight:400;
  }
  #flat-tab-form-close.criteres {
    position:absolute;
    right:14px;
    top:19px;
  }
  #search-form-criteres {
    position:fixed;
    margin:auto;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:1000;
    border-radius:0;
    overflow-y: scroll;
  }

  #progress-wrap-go-top{
    display:none;
  }
  #ClicToCallButtonDesktop{
    display:none;
  }
  #menu-mobile-bottom {
    display:inline;
  }
  .menu-mobile-bottom-container {
    position:fixed;
    border-top-left-radius:22px;
    border-top-right-radius:22px;
    width:100%;
    bottom:0;
    left:0;
    right:0;
    height:48px;
    background:linear-gradient(180deg, rgba(0, 0, 0, .35), #000 99%);
    border-top:1px solid #ccc;
    z-index:990;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
    padding:0 35px 0 35px;
  }
  .menu-mobile-bottom-container a {
    font-size:22px;
    color:#fff;
  }
  .menu-mobile-bottom-container a:hover {
    color:#C70A33;
  }
  .flat-listing{
    padding-top:15px;
    padding-bottom:30px;
  }
  .wd-find-select .box-btn-advanced {
    display:inline-block !important;
    width:100%;
    padding-bottom:30px !important;
  }
  .wd-find-select .filter-advanced {
    width:100%;
    border:1px solid #e4e4e4;
    margin:10px 0 10px 0;
  }

  .wd-search-form .group-select {
    gap:10px;
  }
  .homelengo-box-large .content-top .meta-list {
    gap:0px;
  }
  .homelengo-box-large .content-top .meta-list span {
    display:none;
  }
  .homelengo-box-large .content-top {
    padding-bottom:14px;
    margin-bottom:14px;
  }
  .homelengo-box-large .archive-bottom-international {
    height:160px;
    margin-top:-160px;
    background:linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, #000000 100%);
  }
  .form-check-inline {
    width:100%;
  }
  .box-btn-advanced-criteres {
    width:100%;
    height:140px;
    line-height: 120px;
    position:fixed !important;
    bottom:0 !important;
    margin-left:-20px !important;
    background:linear-gradient(180deg, rgba(234, 230, 221, 0) 0%, #EAE6DD 60%);
  }
  .last-group-box-advanced-criteres {
    padding-bottom:100px;
  }
  .daterangepicker{
    position:fixed !important;
    border:0px !important;
    border-radius:0 !important;
    width:100% !important;
    top: 0 !important;
    left:0 !important;
    bottom:0 !important;
    overflow: hidden !important;
    padding:20px 50px 20px 50px;
  }
  .daterangepicker .drp-calendar.left{
    margin:auto;
    padding:10px !important;
    border:1px solid #ebe3d8;
    border-radius:16px;
    margin-bottom:15px !important;
  }
  .daterangepicker .drp-calendar.right{
    margin:auto;
    padding:10px !important;
    border:1px solid #ebe3d8;
    border-radius:16px;
    margin-bottom:20px !important;
  }
  .daterangepicker .drp-buttons{
    text-align:center !important;
    border-top: 0px !important;
  }
  .daterangepicker .drp-buttons .btn{
    margin-left:0px !important;
    padding:14px 55px !important;
    border-radius:99px !important;
    font-size:14px !important;
    line-height:20px !important;
    text-align:center !important;
    font-weight:600 !important;
    text-transform:uppercase !important;
    letter-spacing: .2rem !important;
  }
  #booking-online-btn {
    width:100%;
    height:150px;
    line-height: 120px;
    position:fixed !important;
    bottom:0 !important;
    margin-left:-20px !important;
    background:linear-gradient(180deg, rgba(255 , 255 , 255, 0) 0%, #FFF 30%);
    z-index:190;
  }
  .bu-box-grid {
    grid-template-columns: 1fr;
  }
  .slideshow_label{
    display:none;
  }
  .content_slider_legende{
    margin-bottom:0px !important;
  }
  .content_slider_legende h5, .content_slider_legende a {
    padding:0 15px 0 15px;
  }
  .single-property-whychoose {
    margin-top:30px;
  }

}
@media (min-width: 992px) {
  .menu-list {
    padding-left: 0; }
    .menu-list li {
      margin-bottom: 1rem; }
    .menu-list i {
      width: 2rem; }
    .menu-list span {
      max-width: calc(100% - 3rem); }
    .menu-list .text-mobile {
      display: none; }
    .menu-list--bordered li {
      margin-bottom: 1rem; }
      .menu-list--bordered li + li {
        padding-top: 1rem;
        border-top: 0.1rem solid #E6E6E6; }
    .menu-list--bordered i {
      width: 4rem; }
    .menu-list--bordered span {
      max-width: calc(100% - 4rem); } 

}
@media (max-width: 991px) {
  .menu-list {
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.5rem; }
    .menu-list i,
    .menu-list span {
      display: block;
      margin-top: 0.5rem; }
    .menu-list .text-desktop {
      display: none; } }

@media screen and (max-height: 800px) {
  .images-style-large-map {
    height:290px !important;
  }
}

/*---------------------
  FIN APG SYSTEM
-----------------------*/

/*---------------------
  Responsive
-----------------------*/

/* Medium Screen : 1280px */

@media (max-width: 1399px) {
	.logo {
		max-width:260px;
	}
}



@media (max-width: 1199px) {
    .main-menu {
        display:none;
    }
    .top-social {
        display:none;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.logo {
		display: block;
		float: left;
		text-align: center;
		margin-bottom: 10px;
	}
	/*
	.main-menu {
		text-align: center;
		float: none;
		display: block;
		text-align: center;
	}
	.main-menu li:first-child a {
		margin-left: 0;
	}
	
	.top-social {
		margin-left: 30px;
		margin-top: 10px;
	}
	*/
	.filter-form {
		width: 60%;
		margin: auto;
	}
	.filter-form {
		height: 502px;
	}
	.location {
		padding: 20px 27px 10px;
		width: 100%;
	}
	.search-type {
		padding: 10px 27px 10px;
		width: 100%;
	}
	.price-range {
		padding: 10px 45px 10px 27px;
		width: 100%;
	}
	.bedrooms {
		padding: 10px 25px 10px 25px;
		width: 100%;
	}
	.bathrooms {
		padding: 10px 25px 25px 25px;
		width: 100%;
	}
	.search-btn {
		width: 100%;
	}
	.search-btn button[type=submit] {
		width: 100%;
		border-radius: 0 0 4px 4px;
		padding: 25px 40px 25px 31px;
	}
	.footer-blog .single-blog .lt-side {
		margin-right: 15px;
	}
	.footer-blog .single-blog .rt-side h6 {
		font-size: 15px;
	}
	/*
	.main-menu li a {
		margin-left: 20px;
	}

	.top-social {
		margin-left: 20px;
	}
	*/
	.blog-right .instagram-info .instagram-pic img {
		width: 50%;
	}
	.room-items .room-text .room-features .room-info .size {
		margin-right: 13px;
	}
	.room-items .room-text .room-features .room-info .beds {
		margin-right: 13px;
	}
	.room-items .room-text .room-features .room-info .baths {
		margin-right: 13px;
	}
	.single-counter .counter-info p {
		font-size: 15px;
	}
}

/* Tablet : 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo {
		display: block;
		float: left;
		text-align: center;
		margin-bottom: 10px;
	}
	/*
	.main-menu {
		text-align: center;
		float: none;
		display: block;
		text-align: center;
	}
	.main-menu li a {
		margin-left: 20px;
	}
	.main-menu li:first-child a {
		margin-left: 0;
	}
	.top-social {
		margin-left: 30px;
		margin-top: 10px;
	}
	*/
	.filter-form {
		height: 502px;
	}
	.location {
		padding: 20px 27px 10px;
		width: 100%;
	}
	.search-type {
		padding: 10px 27px 10px;
		width: 100%;
	}
	.price-range {
		padding: 10px 45px 10px 27px;
		width: 100%;
	}
	.bedrooms {
		padding: 10px 25px 10px 25px;
		width: 100%;
	}
	.bathrooms {
		padding: 10px 25px 25px 25px;
		width: 100%;
	}
	.search-btn {
		width: 100%;
	}
	.search-btn button[type=submit] {
		width: 100%;
		border-radius: 0 0 4px 4px;
		padding: 25px 40px 25px 31px;
	}
	.room-items .room-text .room-features .room-info .size {
		margin-right: 25px;
	}
	.room-items .room-text .room-features .room-info .beds {
		margin-right: 25px;
	}
	.room-items .room-text .room-features .room-info .baths {
		margin-right: 25px;
	}
	.about-footer {
		margin-bottom: 25px;
	}
	.footer-address {
		margin-top: 10px;
	}
	.contact-info {
		margin-top: 30px;
	}
	.instagram-pic .pic-1 {
		margin-right: 10px !important;
	}
	.instagram-pic .pic-2 {
		margin-right: 10px !important;
	}
	.instagram-pic .pic-3 {
		margin-right: 10px !important;
	}
	.instagram-pic .pic-4 {
		margin-right: 10px !important;
	}
	.instagram-pic .pic-5 {
		margin-right: 10px !important;
	}
	.property-title {
		margin-bottom: 15px;
	}
	.property-price {
		float: left;
	}
	.p-ins {
		margin-bottom: 30px;
	}
	.single-team {
		margin-bottom: 30px;
	}
	.team-section {
		padding-bottom: 40px;
	}
	.content-wysiwyg-section {
	padding-bottom: 40px;
	}
	.single-counter {
		margin-bottom: 30px;
	}
}

/* Large Mobile : 480px */

@media only screen and (max-width: 767px) {
	/*
	.main-menu {
		display: none;
	}
	.top-social {
		margin-left: 10px;
		margin-top: 5px;
	}
	*/
	.filter-form {
		height: 502px;
	}
	.location {
		padding: 20px 27px 10px;
		width: 100%;
	}
	.search-type {
		padding: 10px 27px 10px;
		width: 100%;
	}
	.price-range {
		padding: 10px 45px 10px 27px;
		width: 100%;
	}
	.bedrooms {
		padding: 10px 25px 10px 25px;
		width: 100%;
	}
	.bathrooms {
		padding: 10px 25px 25px 25px;
		width: 100%;
	}
	.search-btn {
		width: 100%;
	}
	.search-btn button[type=submit] {
		width: 100%;
		border-radius: 0 0 4px 4px;
		padding: 25px 40px 25px 31px;
	}
	.newslatter-section .newslatter-text input {
		width: 100%;
		margin-right: 0;
	}
	.newslatter-section .newslatter-text .site-btn.news-btn {
		margin-top: 15px;
	}
	.about-footer {
		margin-bottom: 25px;
	}
	.about-footer p {
		margin-bottom: 20px;
	}
	.footer-address {
		margin-top: 10px;
	}
	.t-details .popular-room-features.single-property {
		float: left;
	}
	.p-ins {
		margin-bottom: 30px;
	}
	.contact-info {
		margin-top: 30px;
	}
	.contact-section {
		padding-bottom: 70px;
	}
	.instagram-pic .pic-1 {
		margin-right: 10px !important;
	}
	.instagram-pic .pic-2 {
		margin-right: 10px !important;
	}
	.instagram-pic .pic-3 {
		margin-right: 10px !important;
	}
	.instagram-pic .pic-4 {
		margin-right: 10px !important;
	}
	.instagram-pic .pic-5 {
		margin-right: 10px !important;
	}
	.property-title {
		margin-bottom: 15px;
	}
	.property-price {
		float: left;
	}
	.services-section .left-side {
		margin-bottom: 30px;
	}
	.single-team {
		margin-bottom: 30px;
	}
	.team-section {
		padding-bottom: 40px;
	}
	.content-wysiwyg-section {
	  padding-bottom: 40px;
	}
	.single-counter {
		margin-bottom: 30px;
	}
	.property-img .owl-nav button[type=button] {
		left: 5px;
	}
	.property-img.owl-carousel .owl-nav button.owl-next {
		right: 5px;
	}
	.slider-active .owl-nav button[type=button] {
		left: 5px;
	}
	.slider-active.owl-carousel .owl-nav button.owl-next {
		right: 5px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-text h2 {
		font-size: 35px;
	}
	.hero-text h1 {
		font-size: 45px;
	}
	.room-items .room-text .room-features .room-info .size {
		margin-right: 12px;
	}
	.room-items .room-text .room-features .room-info .beds {
		margin-right: 12px;
	}
	.room-items .room-text .room-features .room-info .baths {
		margin-right: 12px;
	}
	.popular-items {
		padding: 20px 20px 20px 20px;
	}
	.popular-items .popular-room-details {
		margin-bottom: 25px;
	}
	.popular-items .popular-room-details .popular-room-title h5 {
		font-size: 17px;
	}
	.popular-items .popular-room-features .popular-room-info .size {
		margin-right: 10px;
	}
	.popular-items .popular-room-features .popular-room-info .beds {
		margin-right: 10px;
	}
	.popular-items .popular-room-features .popular-room-info .baths {
		margin-right: 10px;
	}
	.popular-room-features .size span {
		margin-left: 4px;
	}
	.popular-room-features .beds span {
		margin-left: 4px;
	}
	.popular-room-features .baths span {
		margin-left: 4px;
	}
	.popular-items .deal {
		bottom: 94px;
	}
	.popular-items .site-btn.btn-line {
		float: none;
		margin-top: 15px;
	}
	.left-side h2 span {
		font-size: 30px;
	}
	.left-side h2 {
		font-size: 21px;
		line-height: 30px;
	}
	.right-side ul li {
		font-size: 14px;
		line-height: 26px;
	}
	.right-side ul li img {
		margin-right: 15px;
	}
	.room-pic img {
		width: 100%;
		height: 270px;
	}
	.newslatter-section .newslatter-text h4 {
		font-size: 22px;
	}
	.footer-blog .single-blog .rt-side h6 {
		font-size: 14px;
	}
	.sp-60 {
		padding-bottom: 50px;
	}
	.found-items h4 {
		font-size: 14px;
	}
	.about-us .about-text h2 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.about-us .about-img .l-img {
		height: 300px;
	}
	.about-us .about-img .r-img {
		height: 637px;
	}
	.section-title h2 {
		font-size: 20px;
		line-height: 35px;
	}
	.section-title h2 span {
		font-size: 36px;
	}
	.section-title {
		margin-bottom: 50px;
	}
	.single-team {
		margin-bottom: 30px;
	}
	.team-section {
		padding-bottom: 40px;
	}
	.content-wysiwyg-section {
	  padding-bottom: 40px;
	}
	.single-counter {
		margin-bottom: 30px;
	}
	.b-top {
		padding-bottom: 40px;
	}
	.p-ins {
		padding: 0 20px 15px 20px;
	}
	.popular-room-features.single-property {
		float: left;
	}
	.p-ins:after {
		top: 145px;
	}
	.property-features table tr {
		display: block;
	}
	.property-features table tr td {
		width: 100px;
	}
	.property-features .property-table table tr td {
		padding-left: 15px;
	}
	.property-features .property-table table tr td img {
		display: block;
		margin-bottom: 10px;
	}
	.p-ins {
		margin-bottom: 30px;
	}
	.blog-item .blog-text .blog-title {
		margin-bottom: 20px;
	}
	.blog-item .blog-text:after {
		top: 119px;
	}
	.blog-item .blog-text .blog-title .blog-time i {
		top: 0px;
	}
	.blog-item .blog-text .blog-title .blog-posted i {
		top: 0;
	}
	.blog-right .category-search table tr td {
		width: 278px;
	}
	.blog-right .category-search button {
		padding-left: 18px;
	}
	.blog-right .category-search input {
		font-size: 12px;
	}
	.our-agents .single-agent .agent-pic {
		margin-bottom: 15px;
	}
	.our-agents .single-agent .agent-info {
		margin-top: 0;
		float: left;
	}
	.t-details .popular-room-features.single-property .beds {
		margin-left: 10px;
	}
	.t-details .popular-room-features.single-property .baths {
		margin-left: 10px;
	}
	.t-details .popular-room-features.single-property .garage {
		margin-left: 10px;
	}
	.instagram h2 {
		font-size: 25px;
	}
}