@media (min-width:1400px) {
	.container {
		width: 1170px !important;
	}

}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width:575.98px) {
	.slide-text {
		/* left: 20px !important; */
	}

}

@media screen and (max-width: 479px) {
	.page-middle {
		margin: 0 auto;
		text-align: left;
	}

	.featured-icon {
		text-align: left;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.property_list .wrap-image img {
		min-height: 600px !important;
		min-width: 800px !important;
	}

}

@media (max-width:768px) {
	.property_list .wrap-image img {
		min-height: 100% !important;
		min-width: 100% !important;
	}

	.project-wrap {
		margin-bottom: 15px !important;
	}

	.card-price-info {
		display: block !important;
	}

	.price-card {
		width: auto !important;
		margin-bottom: 60px !important;
	}

	.slide-text {
		top: 35% !important;
	}

	.zone-livrare li,
	.product-select li {
		width: 100% !important;
	}

}

@media (min-width:991px) {
	.btn-wrapOrder .btn-order.calculator {
		display: none;
	}
}

@media (max-width:991px) {
	.wrap-image {
		border-radius: 5px 5px 0 0 !important;
	}

	.property-name {
		max-height: 33px !important;
	}

	.property-name>h5 {
		font-size: 18px !important;
	}

	.property_list {
		padding-bottom: 10px;
	}

	.listing-list>* {
		padding-left: 15px !important;
	}

	.err404Text {
		font-size: 150px !important;
	}

	.property_list .wrap-image img {
		min-height: 100%;
		min-width: 600px;
	}

	.featured-title {
		font-size: 18px !important;
	}

	.project-logo {
		border-radius: 8px !important;
	}

	.choose-us-wrap {
		height: 600px !important;
		margin: 40px 0 !important;
	}

	.services-item {
		border-bottom: 1px solid #e8e8e8;
	}

	.price-tag {
		font-size: 18px !important;
	}

	.listing-price.listing_old_p {
		display: block !important;
	}

	.features-list li p {
		text-align: left;
	}

	.featured-icon {
		text-align: center;
	}

	.features-list li h4 {
		font-size: 20px;
		text-align: center;
	}

	.btn-wrapOrder {
		position: fixed !important;
		width: 100%;
		bottom: 0;
		background: #fff;
		z-index: 999999999;
		left: 0;
		border-top: 1px solid #f5b315;
		box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		padding: 20px;
	}

	.btn-wrapOrder .btn-order {
		width: 100%;
		border-radius: 50px;
		display: flex;
		padding: 10px 20px;
		justify-content: space-between;
	}

	.btn-wrapOrder .total-txt {
		display: block !important;
		text-align: right;
		border-left: 1px dashed #fff;
		padding-left: 20px;
		align-items: inherit;
		display: flex;
	}

	.total-order .wrap-total {
		display: none;
	}

	.total-val {
		margin-left: 10px;
	}

	.vertical-menu {
		border: none !important;
		background: none !important;
		box-shadow: unset !important;
	}

	.vertical-menu ul {
		padding-bottom: 20px !important;
		max-height: 50px;
		overflow-x: scroll;
		display: flex;
		overflow-y: hidden;
		margin: 0;
		align-content: center;
		align-items: center;
		padding-left: 0;
	}

	.vertical-menu ul::-webkit-scrollbar {
		width: 10px;
		/* Lățimea scrollbarului */
	}

	.vertical-menu ul::-webkit-scrollbar-thumb {
		background-color: #f5b315;
		/* Culoarea barei de derulare */
	}

	.vertical-menu ul::-webkit-scrollbar-track {
		background-color: #f1f1f1;
		/* Culoarea fundalului scrollbarului */
	}

	/* Stilul scrollbarului în Firefox */
	.vertical-menu ul {
		scrollbar-width: thin;
		/* Lățimea scrollbarului */
		scrollbar-color: #f5b315 #f1f1f1;
	}

	.vertical-menu ul li {
		display: flex;
		cursor: pointer;
		padding: 0;
		margin: 0 10px;
		min-width: 140px;
		align-items: center;
		justify-content: center;
		border-radius: 50px !important;
		min-width: 160px;
	}

	.vertical-menu li.selected a {
		background-color: #f5b315 !important;
	}

	.vertical-menu ul li.selected:first-child {
		border-radius: 50px !important;
	}

	.vertical-menu ul li a {
		background: #fff;
		padding: 0 !important;
		border-radius: 50px !important;
		text-align: center;
		min-height: 30px;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width:576px) and (max-width:767.98px) {}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width:276px) and (max-width:767.98px) {
	.filter>div {
		width: 100% !important;
		border-right: unset !important;
		border-bottom: 1px solid #f0f0f0;
	}

	.f_range input {
		width: 40% !important;
		height: 40px;
		margin-bottom: 5px;
	}

	.vertical-menu {
		max-width: 100% !important;
	}

	.filter_controls button {
		width: 100% !important;
	}

}


/* Large devices (desktops, 992px and up)*/
@media (min-width:992px) and (max-width:1199.98px) {
	.consultant-info_pic img {
		width: 75px;
	}

}

@media (min-width:1199px) {
	.mobile-logo {
		display: none;
	}
}

@media (max-width:1199px) {
	.wraper_header_main {
		display: none;
		visibility: hidden;
	}

	.wraper_header_top {
		background: rgba(21, 21, 21, 0.7);
		box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.8);
		display: flex;
		backdrop-filter: blur(10px);
		position: fixed;
		width: calc(100vw - 10px);
		border-radius: 10px;
		margin: 0 auto;
		left: 5px;
		top: 5px;
	}

	.btn-menu-bars {
		display: block !important;
	}

	.mobile-logo {
		left: calc(100vw / 2 - 50px);
		position: absolute;
		top: 2px;
	}

	.mobile-logo img {
		width: 120px;
	}

	.cards {
		max-height: 360px;
		min-height: 200px !important;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width:1200px) {
	.consultant-info_pic img {
		width: auto;
	}

	.floating-form {
		position: sticky;
		position: -webkit-sticky;
		top: 10px;
	}

}

@media (min-width:1000px) {
	.slick-slide img {
		display: block;
		min-width: 268px;
		min-height: 179px;
	}

	.wrap-image a img {
		min-width: 268px;
		/*min-height: 179px;*/
		min-height: 250px;
		max-height: 250px;
	}

	.consultant-info_pic img {
		width: 80px;
	}

	.index_featured .wrap-image a img {
		min-width: 360px;
		min-height: 260px !important;
		transition: all 0.9s;
	}

	.property_list .wrap-image a img {
		max-height: 179px;
		min-height: 179px;
	}

	.listingCarousel .bg-pics,
	.index_listingCarousel .bg-pics {
		background-position: 0 100% !important;
	}

	.pwl {
		margin-right: 0;
		padding-right: 0;
	}

	.pwt {
		margin-left: 0;
		padding-left: 0;
	}

}

@media (max-width:1000px) {
	.index_featured .wrap-image a img {
		min-height: 300px !important;
		min-width: 300px !important;
		max-width: 300px !important;
	}


	.page-bottom .caption-wrap:last-child {
		margin-bottom: 60px;
		margin-top: 0;
	}

}

@media (max-width:1024px) {
	.index_featured .wrap-image {
		max-height: 100% !important;
	}

	.index_featured .property-price {
		top: 15px;
	}

	/*	.page-top {
	margin: 80px 0 500px !important;
		}*/
	.page-top {
		margin: 5px 0 50px !important;
	}

}

html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	margin: 0 auto;
	height: 100%;
	padding: 0;
	background: #fff;
	font-family: 'Poppins Regular';
	font-size: 12px;
}

a:focus-visible {
	outline: none;
}

li {
	list-style: none;
}

img {
	color: transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.wraper_header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 98;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.header_top_item {
	position: relative;
	top: 8px;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.btn-order {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	font-family: 'Poppins Regular';
	text-shadow: none;
	background: #F5B315;
}

.btn-call {
	background: #56B665;
	width: 180px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 26px;
	border-radius: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: none;
	z-index: 9;
}

.btn-call-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 20px;
	padding: 0 10px;
}

.btn-call:hover,
.btn-call:active,
.btn-call:focus {
	background-color: #56B665;
}

.btn-call i {
	color: #fff;
}

.btn-call-text {
	font-size: 16px;
	color: #fff;
}

.header_top_item ul.contact {
	font-size: 0;
}

.header_top_item ul.contact li {
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.header_top_item ul.contact li a {
	text-decoration: none;
	color: #fff;
}

.contact i {
	color: #f5b315;
	margin-right: 5px;
}

.header_top_item .header-data-social {
	display: inline-block;
	vertical-align: top;
}

.header_top_item .header-data-social p {
	display: inline-block;
	vertical-align: top;
	margin-right: 13px;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.header_top_item .header-data-social ul.social {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	padding: 0;
}

.header_top_item .header-data-social ul.social li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.header_top_item .header-data-social ul.social li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.brand-logo {
	float: left;
	text-align: center;
	left: 40px;
	position: relative;
	top: 10px;
	padding: 20px;
}

.secondary-logo {
	display: none;
}

.brand-logo a {
	text-decoration: none;
	float: left;
}

.logo-text {
	font-family: 'Poppins Regular';
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	display: block;
}

.brand-slang {
	display: block;
	font-family: 'Poppins Regular';
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

.brand-logo img {
	height: 80px;
	margin-bottom: 10px;
}

.header_main {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.wraper_header_main .nav {
	color: #ffffff;
	font-weight: 400;
	font-size: 17px;
	position: relative;
	top: 40px;
}

.wraper_header_main .nav a {
	color: #fff;
	text-decoration: none;
}

.wraper_header_main.fixed {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	backdrop-filter: blur(5px);
}

.wraper_header_main.fixed .header_main {
	align-items: unset !important;
}

.wraper_header_main.fixed .logo-text {
	display: none;
}

/* .wraper_header_main.fixed .logo-text {
	color: #707070;
} */

.wraper_header_main.fixed .nav a {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.wraper_header_main {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.wraper_header_main.fixed .nav .btn-order,
.btn-order:hover,
.btn-order:focus,
.btn-order:active,
.wraper_header_main.fixed .nav .btn-order:hover,
.wraper_header_main.fixed .nav .btn-order:active,
.wraper_header_main.fixed .nav .btn-order:focus {
	color: #FFF;
	background-color: #F5B315;
}

.wrap_breadcrumbs {
	position: relative;
	width: 100%;
	height: 300px;
	background: url('../assets/bg-breadcrumbs.webp');
	background-size: auto;
	background-size: cover;
	background-position: 0px 65%;
}

.breadcrumbs {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}


.breadcrumbs li {
	color: #FFF;
	padding: 5px;
	font-size: 16px;
	display: inline;
}

.breadcrumbs li a {
	color: #fff;
	text-decoration: none;
	font-family: 'Poppins Regular';
}

.breadcrumbs li i {
	margin-right: 5px;
	font-size: 10px;
}

.breadcrumbs-title {
	position: relative;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	width: inherit;
	padding: 0 30px;
	display: block;
	margin-bottom: 0;
	max-width: 1200px;
	overflow: hidden;
	max-height: 60px;
}

.bread__wrap {
	position: relative;
	top: 250px;
	background: rgba(255, 255, 255, 0.4);
	padding: 12px 40px 12px 20px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 5px 5px 0 0;
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	align-content: center;
	overflow: auto;
}

.menu-header li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 40px;
}

.menu-header li a {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding-bottom: 10px;
	color: inherit;
	cursor: pointer;
	transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	font-family: 'Poppins Regular';
}

.menu-header>li>a::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
	content: "";
	width: 27px;
	height: 3px;
	margin-left: -14px;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	background-color: #F5B315;
}

.active-menu a::before {
	background-color: #ffffff;
	border-radius: 5px;
}

.menu-header li.active-menu a::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.menu-header li:last-child {
	margin-right: 0;
}

.menu-header li a i {
	font-size: 10px;
	top: -3px;
	left: 2px;
	position: relative;
}

.home-slider {
	/* max-height: 796px; */
	overflow: hidden;
	min-height: 796px;
	position: relative;
}

.slick-dots {
	position: relative;
	bottom: 15px;
	opacity: 1;
	z-index: 90;
	display: flex;
	align-content: center;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.slick-dots .slick-active::before {
	content: '\f192';
	font-family: fontawesome;
	color: #FFFFFF;
	font-size: 22px;
	top: -7px;
	position: relative;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:before {
	content: '\f192';
	font-size: 22px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .5;
	color: #ffffff;
	font-family: fontawesome;
}

.slick-loader {
	display: flex;
	justify-content: center;
	min-height: 796px;
	background: rgba(0, 0, 0, 0.5);
}

.map-loader {
	display: flex;
	justify-content: center;
	min-height: 400px;
	background: rgba(0, 0, 0, 0.2);
}

.slide-text {
	position: absolute;
	color: #FFF;
	top: 50%;
	font-family: Poppins Regular;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding: 0 10px;
}

.slide-text .btn-order {
	margin: 60px auto 0;
	max-width: 200px;
	border-radius: 20px;
}

.slick-active>.slide-text {
	animation-name: fadeInUpSD;
	animation-duration: 1s;
	opacity: 1;
}

.slide {
	position: relative;
}

.subtext {
	color: #fff;
	display: block;
	font-size: 30px;
	text-align: center;
}

.slide-text small {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	display: block;
}

.card-price-info {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

.card-price-info .card-body {
	max-height: 400px;
	height: 360px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}

.card-price-info .card-body .btn {
	position: absolute;
	bottom: 20px;
	box-shadow: unset;
	border-radius: 20px !important;
	font-family: 'Poppins Regular';
}

.card-info {
	padding: 0 20px;
	margin: 20px;
	width: 100%;
}

.card-info li {
	font-family: 'Poppins Regular';
	color: #707070;
	text-align: left;
	padding: 5px;
	list-style: decimal;
}


.card-header {
	min-height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.price-card {
	height: 500px;
	width: 300px;
	background: #fff;
	margin: 0 20px;
	border-radius: 20px;
	box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.1);
	border: 1px solid #f0f0f0;
}

.card-price {
	font-size: 40px;
	font-weight: 600;
	font-family: 'Poppins Regular';
	color: #FFF;
}

.card-price small {
	font-size: 14px;
	display: block;
	font-weight: normal;
}

.card-price sup {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Poppins Regular';
}

.price-card.price-simple .card-header {
	background: url('/assets/bubble-pattern.png') #f98585;
	background-repeat: repeat-x;
	border-radius: 20px 20px 0 0;
}

.price-card.price-delivery .card-header {
	background: url('/assets/bubble-pattern.png') #56b665;
	background-repeat: repeat-x;
	border-radius: 20px 20px 0 0;
}

.cards {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	min-height: 400px;
	margin: 20px 0;
}

.card-title {
	font-weight: 600;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #404040;
	padding: 10px 0 20px;
}

.card-icon {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.card-icon img {
	background-color: #fff;
	padding: 10px;
}

/*Main page*/
.padding-top-60 {
	padding-top: 60px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.page-middle {
	background: #f6f6f6;
	z-index: 9;
	position: relative;
}

.etape {
	background-color: #ecf3f0;
}

.box-header {
	font-family: 'Poppins Regular';
	font-weight: 900;
	color: #707070;
	text-align: center;
	z-index: 2;
	position: relative;
	margin: 40px 0;
}


h2.box-header::after {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.box-header::after {
	display: block;
	content: "";
	background: #f5b315;
	width: 30px;
	height: 2px;
	margin-top: 23px;
}

p.description {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Poppins Regular';
	line-height: 32px;
	padding: 0;
	margin-top: 41px;
	margin-bottom: 41px;
}

.image-wrapper {
	display: inline-block;
	max-width: 100%;
	min-width: 20px;
	height: auto;
}

img.radius {
	max-width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.border {
	border: 1px solid #EBEBEB;
}

.radius {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.features-list {
	padding: 0;
}

.features-list li h4 {
	margin-top: 23px;
	font-family: 'Poppins Regular';
	font-weight: 600;
	color: #4d5053;
}

.features-list li p {
	padding-top: 27px;
	padding-bottom: 0;
	font-family: 'Poppins Regular';
	font-size: 14px;
}


.info-wrap {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, .09);
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	/*	min-height: 400px;*/
	margin: 0 20px 40px;
}

.info-wrap:hover {
	animation: float;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.info-tiles {
	margin-top: 80px;
}

.info-tiles .slick-list {
	padding-top: 20px;
}

.info-icon img {
	background: #fff;
	border-radius: 5px 5px 0 0;
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	padding: 10px;
	top: 70px;
	box-shadow: 0px -10px 10px -1px rgba(0, 0, 0, 0.2);
	position: relative;
}

.info-icon {

	/*	padding: 40px;*/
	display: flex;
	justify-content: stretch;
	align-content: center;
	min-height: 130px;
}

.info-head {
	top: 40px;
	position: relative;
}

.info-head h3 {
	font-family: "Poppins Regular";
	font-size: 16px;
}

.info-content {
	text-align: left;
	margin-top: 60px;
	padding: 1px 20px;
}

.page-bottom {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
}

.page-bottom .caption-wrap {
	margin-top: 100px;
}

.page-bottom .caption-wrap .img-caption {
	position: relative;
	padding: 40px;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.4);
	margin-bottom: 120px;
}

form label {
	padding: 8px 0;
}

.page-bottom .caption-wrap .img-caption.green {
	background: url('/assets/bubble-pattern.png') #f5b315;
	color: #fff;
}

.page-bottom .caption-wrap .img-caption.green .caption-section-h2 {
	color: #FFF;
}

.page-bottom .caption-wrap .img-caption.green .caption-link {
	background-color: #FFF;
	border: none;
}

.page-final-row {
	min-height: 200px;
}

/*Footer*/
.wraper_footer {
	background-color: #272D2E;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	position: relative;
}

.wraper-footer_copyright {
	background-color: #343C3E;
}

.footer_copyright_item {
	margin-bottom: 8px;
}

.footer_copyright_item p {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	line-height: 55px;
}

.footer_copyright_item p a {
	text-decoration: none;
	color: #f5b315;
	font-size: 13px;
}

.wraper_footer-main h3,
.wraper_footer-main h4 {
	color: #fff;
	font-family: 'Poppins Regular';
}

.wraper_footer-main {
	min-height: 200px;
	padding: 40px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-about {
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins Regular';
	line-height: 1.8;
	padding: 10px 40px 10px 0;
}

.footer-links_wrap {
	padding: 0;
}

.footer-links_wrap li {
	padding: 5px 0;
}

.footer-links_wrap li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Poppins Regular';
	font-weight: 600;
}

.footer-logo .brand-name {
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	font-family: 'Poppins Regular';
	position: relative;
	top: 10px;
}

.footer-logo {
	margin-bottom: 20px;
	width: 300px;
	text-align: left;
}

.footer-wave {
	position: absolute;
	top: -40px;
	z-index: 9;
	width: 100%;
}

.footer-wave img {
	width: 100%;
	height: 52px;
}

.contact-data {
	margin: 0;
	padding: 0;
}

.contact-data .c-data {
	list-style: none;
	color: #fff;
	font-family: 'Poppins Regular';
	font-size: 14px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
	padding: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.contact-data .c-data:last-child {
	border-bottom: none;
}

.contact-data .link-data {
	margin-left: 20px;
}

.animateFromLeft {
	animation: 1s ease-out 0s 1 slideFromLeft;
}

.dropdown-wrap {
	position: absolute;
	margin-top: 10px;
	display: block;
	min-width: 100px;
	min-height: 50px;
	top: 0;
	cursor: pointer;
}

.dropdown-menu {
	box-shadow: rgba(0, 0, 0, 0.6) 20px 20px 30px -10px;
}

.dropdown-menu::before {
	content: "";
	position: absolute;
	left: 40px;
	top: -6px;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.175) transparent transparent rgba(0, 0, 0, 0.175);
	z-index: 9999;
	background-color: #fff;
	border-width: 1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.dropdown-wrap .dropdown-menu {
	margin-top: 40px;
	width: 250px;
}

.dropdown-wrap .dropdown-menu ul {
	margin: 0;
	padding: 0;
}

.dropdown-wrap>.dropdown-menu>ul>li {
	font-size: 14px;
	font-weight: 300;
	margin: 0 !important;
	width: 100% !important;
	padding: 5px 20px;
	border-bottom: 1px solid #F0F0F0;
	line-height: 30px;
}

.dropdown-wrap>.dropdown-menu>ul>li:hover {
	background-color: #f8f8f8;
}

.dropdown-wrap>.dropdown-menu>ul>li:last-child {
	border-bottom: none;
}

.dropdown-wrap>.dropdown-menu>ul>li>a {
	padding-bottom: 0 !important;
}

.wrap_page {
	min-height: 600px;
	position: relative;
	background: #f7f7f7;
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 80px;
}

.vertical-menu {
	background: #fff;
	border-radius: 5px;
	box-shadow: #e1e1e1 0 1px 3px 0;
	top: 50px;
	position: relative;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.vertical-menu ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

.vertical-menu ul li {
	float: left;
	cursor: pointer;
	padding: 0;
}

.vertical-menu ul li:first-child:hover,
.vertical-menu li.selected:first-child {
	border-radius: 5px 5px 0 0;
}


.vertical-menu ul li:hover {
	background: #f8f8f8;
}

.vertical-menu ul li:last-child {
	border-bottom: none;
}

.vertical-menu ul li.selected:first-child {
	border-radius: unset;
}

.vertical-menu ul li a {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #212529;
	text-decoration: none;
	padding: 15px 25px;
	font-family: 'Poppins Regular';
	user-select: none;
}

.vertical-menu li.selected {
	background: #f5b315;
	color: #fff !important;
}

.vertical-menu li.selected:hover {
	background: #f5b315;
}

.vertical-menu li.selected>a {
	color: #FFFFFF;
}

.intro {
	padding: 40px;
	top: 50px;
	position: relative;
}

.intro1 {
	border-right: 2px solid #f5b315;
	min-height: 100px;
	text-align: right;
	padding: 40px;
}

.intro2 {
	padding: 20px;
	font-size: 20px;
}

.intro2 h3 {
	background-color: #f5b315;
	color: transparent;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

/*Listing*/
.filter {
	box-shadow: #e1e1e1 0 1px 3px 0;
	position: relative;
	top: 50px;
	border-radius: 5px;
	background: #fff;
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.filter-form>div {
	width: 100%;
	float: left;
	position: relative;
	padding: 20px 15px;
	border-bottom: 1px solid #f0f0f0;
}

.filter-form>div:nth-child(3) {
	border-right: none;
}

.filter label {
	font-weight: 400;
	font-size: 13px;
	display: block;
	padding: 0 8px;
}

.f_range input {
	width: 60px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	padding: 2px 5px;
}

.f_range input:focus-visible {
	border: 1px solid #d0d0d0 !important;
	outline: unset;
}

.f_range {
	padding: 2px 10px 0;
	color: #707070;
}

.f_range-mid {
	padding: 0 5px;
}

/*select.selectBox {
visibility: hidden;
}*/
sup {
	font-size: 8px;
}

.project_desc {
	background: #fff;
	border-radius: 5px;
	margin-top: 50px;
	box-shadow: #e1e1e1 0 1px 3px 0;
	position: relative;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	overflow: hidden;
}

.description_p {
	padding: 20px;
	color: #707070;
	float: left;
	margin-top: 20px;
}

.description_page {
	padding: 40px;
	color: #707070;
	float: left;
	width: 100%;
}

.description_page .description_page_title {
	position: relative !important;
	display: block;
	float: left;
	font-family: 'Poppins Regular';
	padding: 10px 0 20px;
	width: 100%;
}

.description_title {
	position: absolute;
	display: block;
	left: 20px;
	bottom: -20px;
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	color: #404040;
}

.description_title:after,
.description_page_title:after {
	display: block;
	position: relative;
	content: "";
	background: #f5b315;
	height: 2px;
	width: 100%;
}

.description_content {
	position: relative;
	width: 100%;
	display: block;
	float: left;
	padding: 0 20px 0 0;
	font-size: 14px;
	margin-bottom: 20px;
}

.description_content p {
	margin-bottom: 0 !important;
}

.description_content.listing_inf {
	max-height: 180px;
	overflow-y: scroll;
}

.property-listing {
	padding: 0;
	position: relative;
	margin-top: 50px;
	/*	margin-bottom: 80px;*/
	display: block;
	float: left;
	width: 100%;
}

.isMobile .property-listing {
	margin-top: 0;
}


.property_list {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: #e1e1e1 0 1px 3px 0;
	background: #ffffff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.wrap-image {
	float: left;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	position: relative;
	width: 260px;
	min-width: 100%;
	min-height: 100%;
	/*	max-height: 179px;*/
}

/*.lslide {
  height: 100% !important;
}*/

/*.wrap-image::after {
background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, .2) 29%, rgba(255, 244, 143, 0) 100%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}*/

.property-name {
	font-size: 16px;
	padding: 10px 0 5px 0;
	max-height: 36px;
	overflow: hidden;
}

.property-info {
	min-height: 38px;
	max-height: 38px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	padding-right: 20px;
	color: #404040;
}

.property-price {
	font-size: 18px;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding: 0 10px 0 0;
}

.margin-fix {
	background: #ffffff;
	padding-left: 0;
	border-radius: 5px 0 0 5px;
}

.property-set {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	z-index: 9;
	position: relative;
	user-select: none;
	cursor: pointer;
	top: 0;
	padding-right: 20px;
}

.property_tag-wrap {
	background: #fff;
	border: 1px solid #ddd;
	height: 100%;
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px -30px 40px -25px rgba(0, 0, 0, 0.4);
}

.property-tags {
	padding: 5px 0;
	float: left;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 0;
	width: 100%;
}

.property-tags li {
	float: left;
	padding: 5px;
	color: #707070;
	min-width: 60px;
	/*	border-right: 1px dashed #d0d0d0;*/
	font-size: 14px;
	text-align: center;
}

.property-tags li i {
	margin-right: 5px;
	background: #edf1f9;
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.property-tags li:last-child {
	border-right: unset;
}

.tag_img {
	font-size: 20px;
	color: #404040;
	margin-right: 5px;
}

a.list-call {
	text-decoration: none;
	color: #1c2d3a;
	font-weight: 600;
	font-size: 18px;
}

.img_count {
	position: absolute;
	color: #fff;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	background: rgba(28, 45, 58, 0.5);
	padding: 4px 8px 2px;
	border-radius: 5px;
	font-size: 12px;
}

.img_count>i {
	margin-right: 5px;
}

.btn-orange {
	font-size: 14px;
	background: #F5B315;
	border: none;
	color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
	background: #d0d0d0;
}

.btn-menu-bars {
	color: #f5b315;
	font-size: 26px;
	position: relative;
	left: 10px;
	border: none;
	display: none;
}

.btn-menu-bars:hover,
.btn-menu-bars:active,
.btn-menu-bars:focus,
.btn-menu-bars:visited,
.btn-menu-bars:target {
	color: #f5b315;
	border: none;
}

.property-price .btn {
	float: right;
	position: relative;
	right: 20px;
}

/*SumoSelect*/
.SumoSelect>.CaptionCont {
	border: none !important;
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
	box-shadow: unset !important;
}

.filter .SumoSelect {
	width: 100%;
}

.list_info {
	min-height: 120px;
	background: #FFF;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px -30px 40px -25px rgba(0, 0, 0, 0.4);
}

.property_tag {
	height: 100%;
	border-right: 1px dashed #d0d0d0;
	padding: 20px;
}

.property_tag .tag_price {
	font-size: 16px;
	font-weight: 600;
	color: #404040;
	display: block;
	padding: 8px 0;
}

.property_tag .tag_img img {
	width: 40px;
}

.property_tag .tag_val {
	font-size: 16px;
}

.property_tag .tag_subtext {
	display: block;
	padding: 10px 0 0 0;
}

.property_tag:last-child {
	border-right: none;
}

.filter-title {
	padding: 15px 25px !important;
	background: #ddd;
	font-weight: 600;
	color: #707070;
	border-bottom: 1px solid #f5b315 !important;
	cursor: pointer;
	user-select: none;
}

.filter-title i {
	position: absolute;
	right: 30px;
	font-size: 16px;
	transition: ease all 0.5s;
}

.filter-title.active i {
	rotate: 180deg;
	transition: ease all 0.5s;
}

.visually-hidden {
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.property_left {
	min-height: 600px;
	background: #fff;
	margin: 40px 0;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.property_right {
	margin: 40px 0;
	border: 1px solid #ddd;
	border-radius: 0 5px 5px 0;
	border-left: none;
	background: #fff;
}

.bg-size {
	height: inherit;
	float: left;
	position: relative;
}

.bg-size::after {
	display: block;
	content: "";
	padding-top: 60%;
}

.lazyPreloader {
	position: absolute;
	display: flex;
	z-index: 1;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	top: 0;
}

/*mobile sidebar menu*/
.mobile-sidebar {
	position: fixed;
	background: #fff;
	height: 100%;
	width: 260px;
	box-shadow: 20px 200px 50px -20px rgba(0, 0, 0, 0.5);
	z-index: 999999999;
	border-right: 1px solid rgba(0, 0, 0, .0175);
	left: -400px;
}

.mobile-sidebar>.btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.mobile-left-menu li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
	color: #707070;
	font-weight: 300;
}

.mobile-left-menu li a i {
	right: 30px;
	position: absolute;
	font-size: 12px;
}

.mobile-left-menu {
	padding: 0;
	position: relative;
	top: 50px;
	overflow: auto;
	max-height: calc(100vh - 160px);
}


.sidebar-backdrop {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 99;
	top: 0;
	bottom: 0;
	backdrop-filter: blur(3px);
	display: none;
}

.btn-close:focus,
.btn-close:focus-visible {
	box-shadow: unset !important;
	outline: none;
}

.project-tree {
	padding: 10px 20px;
	font-size: 14px;
	display: block;
	cursor: pointer;
	color: #707070;
}

.project-tree i {
	position: absolute;
	right: 18px;
	color: #707070;
	font-size: 12px;
}

.mobile-left-menu .footer-links_wrap li {
	border-bottom: none;
}

.mobile-left-menu .footer-links_wrap li a {
	margin-left: 20px;
	font-size: 13px;
}

.mobile-left-menu .footer-links_wrap li:hover,
.mobile-left-menu .footer-links_wrap li:focus {
	background: #f5b315;
}

.mobile-left-menu .footer-links_wrap li:hover a,
.mobile-left-menu .footer-links_wrap li:focus a {
	color: #FFFFFF;
}

/*listing property*/
.cotact-head {
	font-size: 20px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	color: #f5b315;
}

.cotact-head small {
	display: block;
	font-size: 14px;
	color: #707070;
}

.consultant-info_pic {
	display: block;
	position: relative;
}

.consultant-info_pic img {
	border-radius: 50%;
}

.consultant-info_contact {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.cotact-form_wrap {
	padding: 10px;
	margin-bottom: 20px;
}

.form-group {
	position: relative;
}

.cotact-form_wrap .form-group {
	padding: 5px 0;
}

.form-control:focus {
	border-color: #f5b315;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(245, 179, 21, .25);
}

.cotact-form_wrap .form-group label {
	padding: 5px 0;
}

.listing-details {
	margin: 40px 20px;
}

.listing-details h3 {
	color: #404040;
	font-size: 20px;
	margin: 50px 0 25px 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}

.property-features {
	padding: 0;
	display: block;
	columns: 2;
}

.property-features li {
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #404040;
}

.property-features li span {
	background: #f0f0f0;
	color: #707070;
	padding: 4px 5px;
	border-radius: 5px;
	font-size: 11px;
	display: block;
}

.featured_tiles .property_list {
	margin: 0 10px;
}

/*Error 404*/
.err404Text {
	color: #707070;
	font-weight: bold;
	background-image: url("/assets/text.png");
	padding: 0px 4px;
	font-size: 250px;
	display: block;
	text-align: center;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.err404ExtraText {
	margin-left: 10px;
	color: rgb(112, 112, 112);
	font-size: 20px;
	text-align: center;
	display: block;
}

.err404RedirectText {
	padding: 4px 0px;
	color: rgb(112, 112, 112);
	font-size: 12px;
	text-align: center;
	display: block;
}

.carouselbtn {
	position: absolute;
	top: 50%;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	padding: 2px 8px;
}

.carouselbtn.carousel-prev {
	left: 10px;
	z-index: 999;
}

.carouselbtn.carousel-next {
	right: 10px;
}

.tidio-chat-iframe,
.tidio-chat {
	z-index: 9999 !important;
}

.cc--main {
	z-index: 9999999999 !important;
}

.wraper_header_top.fixed-header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.filter_controls {
	width: 100% !important;
	border-top: 1px solid #f0f0f0;
}

.filter_controls .btn-orange {
	width: 100%;
}

#map {
	width: 100%;
	min-height: 400px;
	border-radius: 8px;
	border: 3px solid #dddddd;
	z-index: 1;
}

.property_carousel {
	overflow: hidden;
}

.btn-details {
	color: #707070;
	font-size: 14px;
	float: right;
	position: relative;
	right: 20px;
	text-decoration: none;
	top: 5px;
}

.btn-details i {
	margin-right: 5px;
}

.btn-details:hover,
.btn-details:focus,
.btn-details:active {
	border: none;
	color: #404040;
}

.fbldr {
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, .05);
	margin: 0 10px 40px;
	min-height: 130px;
}

.btn-slider {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url('/assets/controls.png');
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}

.btn-slider:hover,
.btn-slider:active,
.btn-slider:focus {
	opacity: 1;
	border: none;
}

.btn-slider:last-child {
	background-position: -33px 0;
	right: 10px;
}

.btn-slider:last-child:hover {
	background-position: -32px 1px;
}

.btn-slider:first-child {
	left: 10px;
	background-position: -1px 0;
}

.btn-slider:first-child:hover {
	background-position: 0 1px;
}

.index_featured .slick-dots {
	margin: 0 0 30px;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 1;
	top: 25px;
}

.index_featured .slick-dots li {
	display: inline-block;
	list-style: none;
	display: inline-block;
	font-size: 0;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	margin-right: 10px;
	background-color: #d0d0d0;
	cursor: pointer;
	margin-top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.index_featured .slick-dots li button {
	display: none;
}

.index_featured .slick-dots li:hover,
.index_featured .slick-dots li.slick-active {
	background-color: #f5b315;
	height: 15px;
	width: 15px;
	margin-bottom: -2px;
}

.index_featured .slick-dots li:hover {
	background-color: #d0d0d0;
}

.index_featured .slick-dots .slick-active::before,
.index_featured .slick-dots li button::before {
	content: '';
}

.index_featured {
	margin-bottom: 20px;
}

.index_featured .listing-list {
	padding: 0 25px 25px;
}

.index_featured .wrap-image {
	border-radius: 5px 5px 0 0;
	max-height: 500px;
	min-height: 200px;
}

/*.index_featured .listing-list {
min-height: 200px;
max-height: 200px;
}*/
.index_featured .index_listingCarousel {
	height: 100% !important;
}

.featured_tiles .slick-list {
	padding-bottom: 10px;
}

.featured_tiles .property-price {
	padding: 0;
	top: 10px;
}

.featured_tiles .btn-details {
	right: 5px;
}

.featured_tiles .wrap-image a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.9s;
}

/*.featured_tiles .wrap-image a {
transition: all 0.9s;
}*/
.featured_tiles .property_list {
	border: 1px solid #e7e7e7;
	border-radius: 8px;
}

.property_list .lSAction>a {
	opacity: 0;
}

.property_list:hover .lSAction>a {
	opacity: 1;
}

.featured-title {
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 25px;
	position: relative;
	margin-top: 20px;
	color: #404040;
}

.project-subtext {
	display: block;
	font-size: 14px;
	color: #707070;
	text-transform: initial;
	font-weight: normal;
}

.featured-title a {
	text-decoration: navajowhite;
	color: #707070;
	text-transform: initial;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 40px;
	bottom: 10px;
}

.featured-title a i {
	color: #f5b315;
	margin-left: 10px;
	font-size: 16px;
}

.page-top {

	/*	height: 100%;
	position: relative;
	float: left;*/
	width: 100%;
	margin: 80px 0 100px;
}

.choose-us-wrap {
	height: 180px;
	z-index: 22;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	width: 100%;
}

.choose-us-wrap h2 {
	font-weight: 700;
	color: #404040;
}

.choose-us-wrap p {
	font-size: 14px;
	color: #707070;
}

.services-container {
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	overflow: hidden;
	animation-name: fadeInUpSD;
	animation-duration: 0.8s;
	opacity: 1;
}

.services-item {
	background: rgba(255, 255, 255, 0.8);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	min-height: 100px;
	display: flex;
	align-content: center;
	align-items: center;
	backdrop-filter: blur(5px);
}

.services-item-text-title {
	font-weight: 700;
	font-size: 16px;
	color: #404040;
}

.services-item-text-sub {
	color: #707070;
}

.caption-section-h2 {
	font-weight: 600;
	color: #404040;
}

.caption-text-light {
	font-size: 14px;
}

.btn.caption-link {
	border: 1px solid #404040;
}

.btn.caption-link:hover {
	color: #707070;
}

.btn.caption-link i {
	color: #707070;
	font-size: 12px;
	margin: 0 10px;
}

.new-projects {
	z-index: 22;
	position: relative;
	min-height: 300px;
}

.card-1-fig {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.list-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.card-1 {
	display: block !important;
	position: relative;
	overflow: hidden;
	height: 400px !important;
	margin: 0 15px;
	border-radius: 8px;
	/*	max-width: 260px;*/
}

.card-carousel-right {
	padding-left: calc((100% - 1140px) / 2 - 25px);
	padding-right: 0;
}

.card-1-gradient {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.card-1-details {
	position: absolute;
	padding: 20px;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.card-1-details-link {
	position: absolute;
	color: #fff;
	padding: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	font-size: 0.8rem;
	letter-spacing: 1px;
	opacity: 0;
	font-weight: normal;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.card-1-details-price {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
}

.card-1-details-price.old-price {
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}

.card-1-details-price small {
	font-weight: normal;
	font-size: 12px;
}

.card-1-details-title {
	font-size: 14px;
}

.card-1:hover .card-1-fig {
	transform: scale(1.06, 1.06);
}

.card-1:hover .card-1-details {
	transform: translateY(-30%);
}

.card-1:hover .card-1-details-link {
	transform: translateY(0);
	opacity: 1;
}

.card-1-details-features {
	display: block;
	width: 100%;
	font-size: 14px;
	opacity: 0.7;
	border-bottom: 1px dotted #fff;
}

.card-1-details-features i {
	margin: 0 5px;
	border-right: 1px dotted #fff;
	padding-right: 5px;
}

.btn-slide-promoted {
	background: #fff;
	padding: 0;
	height: 60px;
	width: 60px;
	position: absolute;
	z-index: 23;
	border-radius: 50%;
	font-size: 20px;
	top: 40%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
	transform: translate(0%, 0%) scale(1, 1);
	transition: all ease .2s;
}

.btn-slide-promoted.slick-disabled {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0, 0);
}

.btn-slide-promoted:last-child {
	right: -10px;
	animation: bounce;
	animation-duration: 2s;
}

.btn-slide-promoted:first-child {
	animation: bounce;
	animation-duration: 2s;
}

.btn-slide-promoted:hover,
.btn-slide-promoted:focus,
.btn-slide-promoted:focus-visible,
.btn-slide-promoted:active {
	border: none;
	background-color: #ffffff;
	color: #404040;
}

span.error-form {
	display: block;
	color: #f98585;
	border-radius: 5px 5px 0 0;
	position: relative;
	top: 5px;
	padding: 5px;
}

.form-control:focus {
	border-color: #909090;
	outline: 0;
	box-shadow: unset;
}

#consent-error {
	top: -10px !important;
	margin-bottom: 10px;
	margin-top: 10px;
}

.message {
	padding: 20px;
	border: 1px solid #f8f8f8;
	box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.6);
	border-radius: 8px;
	position: fixed;
	z-index: 999;
	background: #fff;
	bottom: 10px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	animation: reveal;
	animation-duration: 0.5s;
	left: 35%;
}

.message img {
	width: 40px;
	margin-right: 20px;
}

.message h2 {
	font-size: 20px;
}

.message h2 span {
	display: block;
	color: #707070;
	font-size: 14px;
}

.contact-details-wrap h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 20px 0 0;
}

.contact-details-wrap h3 small {
	font-weight: normal;
	display: block;
	color: #707070;
	font-size: 12px;
}

.contact-details-wrap .contact-infos {
	font-size: 14px;
	display: block;
	padding: 5px 0;
}

.contact-details-wrap .contact-infos:nth-child(3) {
	margin-bottom: 20px;
}

.contact-details-wrap .contact-infos i {
	font-size: 16px;
	width: 20px;
	color: #707070;
}

.project-logo {
	position: relative;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	max-height: 300px;
	box-shadow: -10px 0px 20px -10px rgba(0, 0, 0, 0.5);
}

.project-logo img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	object-position: center center;
	transition: .4s ease-in-out;
}

.project-logo a {
	display: block;
}

.project-logo:hover img {
	transform: scale(1.1);
}

/*projects-home*/
.home-project-title {
	position: absolute;
	right: 0;
	z-index: 2;
	top: 30px;
}

.pjt-t {
	background: rgba(245, 179, 21, 0.8);
	text-align: right;
	display: block;
	font-size: 24px;
	padding: 5px 20px 5px 20px;
	border-radius: 20px 0 0 20px;
	color: #fff;
	min-width: 260px;
	backdrop-filter: blur(5px);
}

.btn.home-project-link {
	position: absolute;
	background: #fff;
	z-index: 2;
	bottom: 20px;
	left: -5px;
	min-width: 120px;
	border-radius: 0 20px 20px 0;
	font-size: 15px;
}

.btn.home-project-link:hover {
	border-color: transparent;
}

.project-wrap {
	margin-bottom: 60px;
}

.project-info {
	background: #fff;
	color: #404040;
	padding: 8px 10px 5px;
	position: absolute;
	border-radius: 0 0 0 8px;
	display: block;
	z-index: 1;
	min-width: 200px;
	right: 0;
	text-align: center;
}

.pifwrap {
	height: 100%;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 0 8px 8px 0;
	position: relative;
	box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.pif_desc {
	padding: 20px;
	max-height: 135px;
	overflow: hidden;
	position: relative;
	display: block;
}

.pifwrap_fc {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 50px;
	align-content: center;
	align-items: center;
	background: #f0f0f0;
	color: #404040;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	border-radius: 0 0 8px 0;
	border-top: 1px solid #ddd;
}

.pif_list {
	padding: 0;
	margin: 0;
	width: 100%;
}

.pif_list li {
	float: left;
	font-size: 15px;
	margin-right: 20px;
}

.mpif {
	border-bottom: none !important;
}

.pif_menu {
	margin: 20px;
	border-bottom: 2px solid #ddd;
}

.pifm_item.active {
	background: #ddd;
	color: #404040;
	border-radius: 5px 5px 0 0;
}

.pifm_item {
	font-size: 16px;
}

.nav-link {
	padding: 0;
	color: #404040;
	padding: 5px 20px;
}

.nav-link:hover,
.nav-link:focus {
	border-color: transparent !important;
	color: #404040;
}

.nav-tab-wrap {
	display: none;
}

.nav-tab-wrap.active {
	display: block;
}

.icon-tab-wrap {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-content: center;
	align-items: center;
	float: left;
	font-size: 20px;
	margin-right: 10px;
	color: #404040;
	background: #ddd;
	border-radius: 20%;
}

.icon-tab-txt {
	position: relative;
	top: 10px;
	color: #404040;
	min-height: 60px;
}

.icon-tab-txt small {
	display: block;
}

.row.wp {
	padding: 20px 0;
	max-height: 220px;
	overflow-y: scroll;
	margin: 0 10px;
}

.services-item-fig {
	display: flex;
	align-items: center;
}

.home-projects h2 {
	text-align: center;
	font-weight: 600;
	color: #404040;
	padding: 40px 0;
}

.home-projects h2 small {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #707070;
}

/* width */
::-webkit-scrollbar {
	width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.price-tag {
	position: absolute;
	z-index: 1;
	background: #f5b315;
	color: #fff;
	padding: 2px 30px;
	text-align: center;
	font-size: 16px;
	top: 10px;
	border-radius: 0 4px 4px 0;
	min-width: 140px;
}

.pt_sm {
	display: block;
	background: #fff;
	color: #404040;
	position: absolute;
	font-size: 12px;
	left: 0;
	border-radius: 0 0 4px 0;
	padding: 5px;
	box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.2);
}

.listing-price.listing_old_p {
	text-decoration: line-through;
	font-size: 12px;
	color: #606060;
	margin-right: 5px;
}

.trail {
	clear: both;
	margin: 15px 0;
	padding: 10px;
	line-height: 1.6;
	text-align: center;
	border-bottom: 1px dotted #F0F0F0;
	position: relative;
}

.trail .pagination-numbers {
	display: inline-block;
}

/* Pagination style */
.pagination>li.dead-link-prev>span,
.pagination>li.dead-link-next>span {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #bbb !important;
	cursor: pointer;
	margin-right: 10px;
}

.pagination>li.live-prev>a,
.pagination>li.live-next>a {
	border: 1px solid #d0d0d0 !important;
	border-radius: 5px;
}

.pagination>li.live-prev>a:hover,
.pagination>li.live-next>a:hover {
	background-color: #f8f8f8;
}

.pagination>li.dead-link-next>span {
	margin-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

.pagination>li.dead-link-prev>span {
	margin-right: 10px;
	cursor: default;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

.pagination>li.live-link.current-link>a {
	background-color: #f5b315;
	border-radius: 4px;
	border: 1px solid transparent;
	color: #fff !important;
	font-weight: 400;
	margin-right: 1px;
}

.pagination>li>a,
.pagination>li>span {
	margin: 0 5px;
	color: #808080 !important;
}

.pagination>li.live-link>a {
	color: #808080 !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #ffffff;
	color: #808080;
	font-weight: normal !important;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.pagination>li.live-prev>a:first-child,
.dead-link-prev>span {
	display: block !important;
	visibility: visible !important;
}

.isMobile .filter-project {
	display: none;
}

.isMobile .pagination .live-link:not(.current-link):not(:last-child):not(:first-child),
.isMobile .pagination>li:first-child>a,
.isMobile .pagination>li:first-child>span {
	visibility: hidden;
	display: none !important;
}

.isMobile .pagination>li.live-prev>a:first-child,
.dead-link-prev>span {
	display: block !important;
	visibility: visible !important;
}

.project_img img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
}

.description_content tr td {
	padding: 10px;
	margin: 20px 50px;
}

.page-table tr th {
	padding: 0 0 0 10px;
}

.project_img {
	position: relative;
}

.sorting_bar {
	background: #fff;
	text-align: right;
	margin-bottom: 30px;
	border-radius: 5px 5px 0 0;
	box-shadow: 10px -10px 20px -10px rgb(0, 0, 0, 0.1);
	min-height: 50px;
	display: flex;
	align-items: center;
	align-content: center;
	/*	margin-top: 0px !important;*/
}

.bar_menu {
	width: 100%;
}

.sorting_bar .dropdown-menu {
	top: 10px !important;
}

.sorting_bar .dropdown-menu a {
	display: block;
	padding: 8px 20px;
	color: #404040;
	text-decoration: none;
	font-size: 13px;
}

.sorting_bar .dropdown-menu a:hover {
	background: #f5b315;
	color: #ffffff;
}

.sorting_bar .dropdown-menu::before {
	left: 90px !important;
}

.sorting-menu {
	position: relative;
	padding: 0 20px 0 20px;
	text-align: left;
}

.btn-sorting {
	border-color: transparent !important;
	color: #707070;
}

.btn.active {
	background: #ddd;
	border-color: transparent;
	color: #404040;
}

.isMobile .sorting-menu .dropdown-menu {
	width: calc(100vw - 60px);
}

.isMobile .sorting_bar {
	margin-top: 40px;
	float: left;
	width: 100%;
}

#grila:not(.active):hover,
#lista:not(.active):hover {
	border-color: transparent;
	background: #f5b315;
	color: #fff;
}

#grila:focus,
#lista:focus {
	border-color: transparent;
}

.zone-livrare,
.product-select {
	margin: 0;
	padding: 0;
}

.zone-livrare li {
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 260px;
	background: #f8f8f8;
	padding: 5px 10px;
	float: left;
	margin: 10px;
	user-select: none;
	cursor: pointer;
	transition: all ease-in-out 0.2s;
	position: relative;
}

.product-select li {
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 260px;
	background: #f8f8f8;
	float: left;
	margin: 10px;
	user-select: none;
	cursor: pointer;
	transition: all ease-in-out 0.2s;
	position: relative;
}

.zone-livrare li label {
	cursor: pointer;
	font-size: 13px;
}

.product-select li label {
	cursor: pointer;
	width: 100%;
	padding: 5px 10px;
	min-height: 85px;
}

.zone-livrare li input[type="radio"],
.product-select li input[type="radio"] {
	border: medium none;
	cursor: pointer;
	left: 0;
	margin: 0;
	opacity: 0.01;
	outline: medium none;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

.zone-livrare li.selected,
.product-select li.selected {
	background: url('/assets/bubble-pattern.png') #f5b315;
	color: #fff;
	border-color: #f5b315;
}

.zone-livrare li:hover,
.product-select li:hover {
	border-color: #f5b315;
	transition: all ease-in-out 0.2s;
}

.zone-livrare .zone-name {
	font-weight: 600;
}

.zone_i {
	display: flex;
	padding-top: 20px;
}

.nr-pre {
	font-weight: 600;
	font-size: 20px;
	border: 1px solid #f5b315;
	border-radius: 50%;
	color: #f5b315;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 5px 15px;
	width: 42px;
}

.nr-pre.selected {
	background-color: #f5b315;
	color: #ffffff;
}

.order-steps {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.carpet-generator {
	padding: 20px 0;
	margin: 20px 10px 0 0;
}

.carpet-generator .btn-order,
.carpet-generator .btn-order:hover,
.carpet-generator .btn-order:active,
.carpet-generator .btn-order:focus {
	box-shadow: none;
	background: #909090;
	color: #fff;
	border-radius: 5px;
	left: 0;
	position: absolute;
}

.carpet-generator .btn-wrap {
	padding: 20px 10px;
}

.form-group.btn-wrap {
	padding: 20px 10px;
}

.carpet-form label,
.user-form label,
.delivery-datetime label {
	font-size: 12px;
	padding: 10px 0 5px;
	color: #707070;
}

.carpet-name {
	margin-bottom: 0;
	margin-top: 10px;
	padding: 0 12px;
	font-size: 16px;
}

.btn-remove-carpet {
	color: #df836e;
	font-size: 14px;
}

.btn-remove-carpet:active,
.btn-remove-carpet:focus {
	border-color: transparent !important;
	color: #df836e !important;
}

.btn-remove-carpet:hover {
	border-color: transparent;
	color: #db6060;
}

.user-details-wrap {
	padding: 20px 0;
	margin: 0 10px;
}

.user-firm {
	display: none;
}

#submitOrder span.error-form {
	font-size: 12px;
	display: block;
	color: #f98585;
	border-radius: 5px 5px 0 0;
	position: relative;
	padding: 10px 0;
}

#submitOrder .err {
	height: 20px;
}

.zone-livrare span.error-form {
	position: relative;
	left: 10px;
}

.carpet-form {
	padding-bottom: 20px;
}

.carpet-form {
	border-bottom: 1px dashed #56b665;
	margin: 20px 0;
}

.total-order {
	padding: 20px 0;
	font-size: 16px;
	position: relative;
	float: left;
}

.total-order .total-txt {
	display: block;
}

.btn-add-carpet {
	position: relative !important;
}

.total-txt {
	display: none;
}

.total-order .wrap-total {
	background: #ecfbef;
	color: #56b665;
	border-radius: 10px;
	padding: 10px 20px;
	width: 100%;
	border: 1px dashed #56b665;
	position: relative;
}

.total-val {
	font-weight: 600;
	float: right;
}

.contact-map {
	overflow: hidden;
	margin: 40px 0;
	border-radius: 20px;
	border: 2px solid #ddd;
}

.product_price {
	font-size: 20px;
	font-weight: 600;
}

.product_price sup {
	font-size: 16px;
}

.select-interval {
	min-width: 100%;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	cursor: pointer;
}

.select-interval {
	width: 100% !important;
}

.delivery-datetime {
	padding-bottom: 20px;
	margin-top: 10px;
}

#interval {
	visibility: hidden !important;
	position: absolute !important;
	display: block !important;
}

.btn-order.side-button {
	position: fixed;
	bottom: 20px;
	width: 240px;
	margin: 0 10px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.small_pre {
	display: block;
	position: relative;
	top: 0;
	font-size: 10px;
}

input::placeholder,
textarea::placeholder {
	color: #f8f8f8;
	font-size: 12px;
}

/*Price Table*/
.price-table {
	padding: 40px 0;
}

.price-table table thead tr td {
	border: 1px dashed #c8c4c4;
	background: #f8f8f8;
}

.price-table table tbody tr td {
	border: 1px dashed #c8c4c4;
}

td.centered {
	text-align: center;
}

.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
  color: #3e4555;
}

.pricing6 .font-weight-medium {
  font-weight: 500;
}

.pricing6 .bg-light {
  background-color: #f4f8fa !important;
}

.pricing6 h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing6 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing6 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing6 .price-box sup {
  top: -20px;
  font-size: 16px;
}

.pricing6 .price-box .display-5 {
  line-height: 58px;
  font-size: 3rem;
}

.pricing6 .btn-info-gradiant {
	background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing6 .btn-info-gradiant:hover {
	background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing6 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.pricing6 .text-info {
    color: #188ef4 !important;
}

.pricing6 .badge-danger {
    background-color: #ff4d7e;
	margin-left: 5px;
}

.pricing6 .font-14 {
	font-size: 14px;
}

.circle-green {
	color: #56b665;
	font-size: 18px;
  }

  .circle-red {
	color: #df3c3c;
	font-size: 18px;
  }

  .order-chuncks {
	border-left: 1px dashed #f5b315;
	padding-left: 20px;
	margin-left: 20px;
  }

  .order-user-details {
	margin-top: 20px;
  }

  .btn-wrapOrder {
	display: flex;
  }

/*----------------------------------------*/
@keyframes reveal {
	0% {
		transform: translate(0, 100%);
	}

	100% {
		transform: translate(0, 0);
	}

}

@-webkit-keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

}

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}

}

@keyframes float {
	0% {

		/*box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.6);*/
		transform: translatey(0px);
	}

	50% {

		/*box-shadow: 0 25px 15px -10px rgba(0, 0, 0, 0.2);*/
		transform: translatey(-20px);
	}

	100% {

		/*box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.6);*/
		transform: translatey(0px);
	}

}

@keyframes rotate {
	0% {
		transform: rotate(90deg) scaleX(-1);
	}

	50% {
		transform: rotate(180deg) scaleX(-1);
	}

	100% {
		transform: rotate(360deg) scaleX(-1);
	}

}

@keyframes slideFromLeft {
	0% {
		transform: translateX(-500px);
	}

	100% {
		transform: translateX(0px);
	}

}