:root {
	--main-background-light: #f8f9fa; /* Example light background for main */
	--main-background-light-grad: #f8f9fa; /* Example light background for main */
	--main-background-dark-grad: #f8f9fa; /* Example light background for main */
	--main-background-dark: #111; /* Example dark background for main */
}

body[data-theme='light'] {
	--main-background: var(--main-background-light);
}

body[data-theme='dark'] {
	--main-background: var(--main-background-dark);
}
body {
	background-color: var(--main-background);
	color: var(--text-color);
}
.main {
	background-color: var(--main-background);
	background: linear-gradient(157deg, rgba(2,0,36,0) 44%, var(--agent-bg-grad), 100%);

}
#listings {
	background: linear-gradient(157deg, rgba(2,0,36,0) 44%, var(--agent-bg-grad), 100%);
}
body {
	width: auto !important;
	background-color: var(--main-background);
}
.btn:focus{
	box-shadow: 0!important;
}
p {
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	text-transform: none;
	color: var(--text-color);
	margin-bottom: 0px;
}
footer p {
	font-family: 'Montserrat', sans-serif;
	font-size: .7em !important;
	text-transform: capitalize;
	color: #777;
}
footer .fas{
	color: #333;
}
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 950;
}
footer .h2, footer h2 {
	font-size: 2.5rem;
}
footer .tab.active .tab-button {
	color: #aaa;
}

.h3, h3 {
	font-size: 1.5rem;
	text-transform: capitalize;
	color: var(--text-color);
}
.tms-pagers {
	display: flex;
	height: 100px;
	width: auto;
	position: inherit;
	font-size: 4em;
	justify-content: space-between;
	margin-bottom: 100px;
}
/* .tms-pagers .paginationLinks:nth-child(2) {
	margin-left: 80%;
} */
.tms-pagers .tms-pager-left {
	margin-left: 50px;
}
.tms-pagers .tms-pager-right {
	margin-right: 50px;
}
i.fa-caret-right:hover, i.fa-caret-left:hover {
	background: none !important;
}
.main{
	padding-bottom: 0;
	/*max-width: 1200px;*/
	margin: auto;
	/*background: #fff;*/
	/*box-shadow: rgb(0 0 0 / 40%) 0px 24px 32px;*/
}
.tms-property {
	background: #f7f7f7;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #999;
	min-height: initial;
}
.tms-listing-title {
	height: 40px;
	padding: 0.1375rem 0;
}
.pwa-detail-header-h h3{
	font-size: 1.25rem;
	text-transform: capitalize;
	color: #262626;
}
.tms-listing-title h3 {
	font-family: 'Sen', sans-serif;
	text-transform: capitalize;
	font-size: 0.9em!important;
	text-align: center;
	padding: 0;
	line-height: 1.1em;
	color: #333;
	margin-bottom: 0;
}
.tms-listing-image-container {
	width: 100%;
	overflow: hidden;
	height: 100px;
}
.tms-property-listing {
	padding: 0;
	height: auto;
	margin-top: 60px;
	margin-bottom: 0px;
}
.tms-listing-price h2 {
	font-family: 'Montserrat';
	text-align: center;
	font-size: 1.25rem;
	color: #fff;
	text-shadow: 2px 1px 1px rgba(0,0,0,0.4);
}
.tms-prop {
	margin: 5px 0;
}
.button-set {
	margin: 15px;
	font-size: 1.2em;
}
#details {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

.tms-prop-details {
	min-height: initial;
	width: 100%;
	margin: 0 !important;
	padding: 40px 10px;
}
.tms-prop-details h3 {
	font-size: 1.85rem;
	font-family: 'Sen', sans-serif;
	line-height: 1.2em;
}
.tms-prop-details h1.price {
	font-size: 2.2rem !important;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 1px 1px 1px rgba(33, 33, 33, 0.2);
}
.tms-prop-section {
	margin: 0px 0px 0px 0px;
	max-width: 100%!important;
}
.pp-sect-details{
	margin: 10px;
	border-bottom: 2px solid var(--border-color);
}
.pp-sect-deets {
	background-color: var(--agent-bg-grad);
	padding: 10px;
	border-top: 4px ridge var(--agent-bg-grad-2);
}
.pwa-detail-header-wrapper p{
	font-size: .75em!important;
}
.tms-prop-section h4 {
	font-size: 1.2em;
	font-weight: 400;
}
.tms-prop-desc {
	max-height: none;
}
.form-item {
	width: auto !important;
	margin: 0;
}
.pwa-footer-content {
	display: none;
	overflow-y: scroll;
	min-height: 50%;
	max-height: 70%;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.pwa-footer-content::-webkit-scrollbar {
	display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.pwa-footer-content {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	padding: 0px 20px;
	background: #fff;
}
#pwa-footer-content-search, #pwa-footer-content-contact{
	padding: 3em 1.4em;
	border-top: 6px solid #333;
	box-shadow: inset 5px 5px 9px rgb(0 0 0 / 25%);
}
.pwa-footer-content label {
	padding: 0;
	text-transform: uppercase;
	font-size: 8px;
	color: #888!important;
	margin-bottom: .2rem;
}
footer .tabs{
	z-index: 10000;
}

#pwa-footer-content-language {
	background: radial-gradient(circle, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 46%, rgba(221,221,221,1) 100%);
	margin: 0 0px -1px !important;
	overflow: visible;
}
#languagemodal{
	overflow: visible;
}
.tms-main-button-search .tms-inner-button {
	width: auto !important;
	font-size: 1rem;
}
.tms-main-button {
	min-width: 80%;
}
.tms-3but {
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tms-purpose {
}
.form-textarea-wrapper textarea {
	width: 100%;
	height: 110px;
	border: 0!important;
}
#loading-wrapper {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--main-background);
	width: 100%;
	z-index: 1000;
	height: 100%;

}
.loader {
	font-size: 10px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	top: 80vh;
	text-indent: -9999em;
	animation: mulShdSpin 1.1s infinite ease;
	transform: translateZ(0);
}
@keyframes mulShdSpin {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

.spinner-border {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.tms-prop-buttons {
	float: inherit;
	position: relative;
	padding: 10px;
}
.heart-center{
	background: #d81f0a;
	color: #fff;
	border-radius: 30px;
	text-shadow: 0 1px 4px #444;
	box-shadow: 0 2px 7px #444;
}
.star-center{
	background: #ffcd3c;
	color: #fff;
	border-radius: 60px;
	text-shadow: 0 1px 4px #444;
	box-shadow: 0 2px 7px #444;
}
.agent-orange{
	color: rgba(240,49,0,0.61);
}
.enquire-heading{
	font-family: 'Sen', sans-serif;
	color: rgba(129,129,129,1);
	margin-bottom: 20px;
}

.form-submit{
	border-radius: 6px;
	background: #fff;
	border: 1px solid #ffbb33;
	color:rgba(119,119,119,1);
	text-transform: capitalize;
	padding: 0px 0px!important;
	margin-right: 0px!important;
	margin-bottom: 0px!important;
	box-shadow: 0px 0px 2px #eee;
}
.lang-btn img{
	border: none!important;
	border-radius: 10%;
	box-shadow: 2px 2px 10px #aaa;
}
.pp-nav {
	background: var(--background-head);
	height: 55px;
	border-top: 3px solid #ffbb33;
	z-index: 10000000;
	overflow: hidden;
	/* width: 100%; */
	left: 0;
	display: block;
	position: fixed;
	top: 0;
}
.pp-nav-back-btn {
	border: 0px solid black;
	background-size: cover;
	background-repeat: no-repeat;
	height: 27px;
}
.pp-nav-back-btn a
{
	color: #fff;
}
.prop-page-head {
	position: fixed;
	height: 55px;
	top: 0;
	z-index: 1000;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	/*background-color: #fff;*/
}

.btn-back {
	display: inline-block;
	position: absolute;
	z-index: 1;
	padding: 0 10px 0 30px;
	left: 15%;
	top: 5%;
	line-height: 44px;
	text-shadow: 0 -1px #4d4d4d;
	color: #E5E5E5!important;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
}
.btn-back:before {
	content: '';

	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 20px;
	right: 0;
	height: 34px;
	margin-top: 5px;
	z-index: -1;

	border: 1px solid #808080;
	border-bottom-color: #808080;
	border-top-color: #4d4d4d;
	border-left-width: 0;
	border-radius: 5px;

	background: #808080;
	background-image: -webkit-linear-gradient(top, #b3b3b3, #4d4d4d);
	background-image: -moz-linear-gradient(top, #b3b3b3, #4d4d4d);
	background-image: -ms-linear-gradient(top, #b3b3b3, #4d4d4d);
	background-image: -o-linear-gradient(top, #b3b3b3, #4d4d4d);
	background-image: linear-gradient(top, #b3b3b3, #4d4d4d);

}

.btn-back:after {
	content: '';

	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 11px;
	height: 27px;
	width: 26px;
	top: 8px;
	z-index: -2;

	border: 1px solid #FFF;
	border-top: 0 transparent;
	border-right: 0 transparent;
	border-bottom-color: #808080;
	border-left-color: #4d4d4d;
	border-radius: 7px 5px 5px 7px;

	background: #808080;
	background-image: -webkit-linear-gradient(135deg, #b3b3b3, #4d4d4d);
	background-image: -moz-linear-gradient(135deg, #b3b3b3, #4d4d4d);
	background-image: -ms-linear-gradient(135deg, #b3b3b3, #4d4d4d);
	background-image: -o-linear-gradient(135deg, #b3b3b3, #4d4d4d);
	background-image: linear-gradient(135deg, #b3b3b3, #4d4d4d);

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


.btn-back:hover:before {
	background-image: -webkit-linear-gradient(top, #b3b3b3 -25%, #4d4d4d 75%);
	background-image: -moz-linear-gradient(top, #b3b3b3 -25%, #4d4d4d 75%);
	background-image: -ms-linear-gradient(top, #b3b3b3 -25%, #4d4d4d 75%);
	background-image: -o-linear-gradient(top, #b3b3b3 -25%, #4d4d4d 75%);
	background-image: linear-gradient(top, #b3b3b3 -25%, #4d4d4d 75%);
}
.btn-back:hover:after {
	background-image: -webkit-linear-gradient(135deg,#b3b3b3 -25%, #4D4D4D 75%);
	background-image: -moz-linear-gradient(135deg,#b3b3b3 -25%, #4D4D4D 75%);
	background-image: -ms-linear-gradient(135deg,#b3b3b3 -25%, #4D4D4D 75%);
	background-image: -o-linear-gradient(135deg,#b3b3b3 -25%, #4D4D4D 75%);
	background-image: linear-gradient(135deg,#b3b3b3 -25%, #4D4D4D 75%);
}


.btn-back:active:before,
.btn-back:active:after {
	background: #4D4D4D;
	box-shadow: inset 0px 1px 0px #4d4d4d;
}
.btn-back:active:after {
	box-shadow: inset 1px 1px 0px #4d4d4d;
}
/*EH*/
.eh-btn-outline  {
	/*border: 1px solid #ffbb33;*/
	display: flow-root;
	/*box-shadow: 3px 3px 2px #bbb;*/
	text-transform: capitalize;
	border-radius: .5rem;
	padding: .225rem .2rem;
	margin-left: -2px;
}
.eh-tenure-text{
	font-size: .75rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	text-shadow: 0 1px 0 #eee;
}
.pp-nav-contact{
	margin: auto;
}
.col-12 {
	/*padding-right: 10px;
	padding-left: 10px;*/
}
.pp-sect-map{
	background: #00000022;
	padding: 20px 0;
	margin: 0 0 0px 0;
	border-bottom: 0px dotted rgba(160, 160, 160, 0.6);
	border-top: 3px dotted rgba(160, 160, 160, 0.6);
}
.pp-sect-gallery {
	padding-top: 60px!important;
	/*background: #000;*/
}
.vert-cent a{
	margin: auto;
}


.pp-nav-back{
	margin: auto;
	font-size: 1em;
	color: #111;
}


.pp-nav-enq{
	margin: auto;
	text-align:right;
}
.pp-nav-enq a{
	color: #111;
	font-size: 1em;
}
.pp-nav-cont{
	width: 100%;
	left: 0;
	right: 0;
	margin: 0;
}
.pp-nav-title{
	display: block;
	align-content: center;
	max-height: 50px;
}
.pp-nav-title h3{
	font-size: 1rem!important;
	margin: auto;
	text-shadow: 1px 1px 1px rgba(33, 33, 33, 0.2);
}

.tms-listing-image {
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	max-height: 190px;
	vertical-align: top;
	width: 100%;
}

.pp-sect-enqform{
	padding: 10px;
	border-top: .1em dotted #dddddd44;
	padding-bottom: 60px;
}

.pp-sect-desc{
	border-bottom: 2px dotted var(--border-color);
	padding: 10px 0 10px 0;
	margin:  0;
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	margin-top: 100px;
}
.lg-toolbar {
	opacity: 1;
}


/*button.btn.btn-add-remove-property.btn-add-remove-property-detail {*/
/*	position: inherit;*/
/*	width: 60px;*/
/*	height: 60px;*/
/*}*/
/*button.btn.btn-add-remove-property {*/
/*	position: absolute;*/
/*	top: 15px;*/
/*	right: 20px;*/
/*	padding: 0 !important;*/
/*	transform: translate(50%,-50%);*/
/*	width: 36px;*/
/*	height: 36px;*/
/*	border-radius: 50%;*/
/*	display: block;*/
/*	color: #fff;*/
/*}*/

@media only screen and (min-width: 650px) {

	.tms-listing-image {
		height: 100%;
		overflow: hidden;
		object-fit: cover;
		vertical-align: top;
		width: 100%;

	}

	.tms-listing-image-container {
		width: 100%;
		overflow: hidden;
		height: 200px;
	}
}
.multiple-select-dropdown li [type="checkbox"]+label {
	height: 0!important;
}
#privacy-modal{
	z-index: 1055;
}
#terms-modal{
	z-index: 1055;
}
#promotions-pro-modal
{
	z-index: 1500;
}
.icon-heart{
	color: #fff;
}

.fa-globe-europe{
	color: #212529;
}
.agent-name h3{
	/*font-size:1.7em;*/
}
.main-list-header{

}
.hme-listing-price{
	float: right;
	padding-bottom:0!important;
	margin: auto;

}
.hme-listing-title{
	margin: auto;
	padding: 0 1.4em;
}
.hme-listing-title p{
	margin: auto;
	font-weight: bold;
}
.hme-prop{
	background: #f7f7f7;
	margin: 0.5em 0.1em;
	padding: .2em;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.eh-btn-simp{
	box-shadow: none;
	border-bottom: 3px solid #ffbb33;
	text-transform: capitalize;
	font-size: 12px;
}
footer .h5 {
	font-size: 1rem;
	float: right;
	border: 1px solid #bbb;
	padding: .2em;
	border-radius: 15px;
	font-weight: 300;
	background: #fff;
	box-shadow: 1px 3px 1px rgba(33,33,33,0.3);
	margin-right: -11px;
}
h5{
	font-weight: 200;
	font-size: 1.2rem;
}
.contact-header{
	border-bottom: 0px solid #e6e6e6;
	margin-bottom: .3em;
	padding: .25em 0em;
}

/* Start Translator Styles */

#google_translate_element{
	float: right;
	position: absolute;
	z-index: 1000;
	right: 25px;
	top: 25px;
}
.lang-btn img{
	border: 2px solid #222;
}
.english_lang img{
	border: 0 solid red;
}
.goog-te-gadget{
	display: none;
}
.goog-te-banner-frame{
	display: none;
}
.hidden {
	opacity:0;
}
.flagmar{
	padding: 5px;
	text-align: center;
	height: fit-content;
}
.more-lang-but{margin-bottom: 0px;}
.more-lang-but i{
	font-size: 3.5em;
	color: #333;
}
.eh-more-lang{width: 100%;border-bottom: 1px dotted #eee;margin-left: 0px;padding: 5px 8px;word-wrap: normal!important;}
.eh-more-lang a{
	border-left: 3px solid #ddd;
	padding-left: 5px;
	color: #111;
	font-size: small;
}

.lang-name a{
	margin: 10px 0;
	font-size: inherit;
	color: #ffbb33;
}
.more-lang-card{padding: 0!important; max-height: 150px;overflow-y: scroll!important;overflow-x: hidden;padding: 10px;box-shadow: inset 2px 0 8px 0 rgba(0,0,0,0.2);border-radius: 2%;background: #fff;border: 1px solid rgba(0,0,0,0.3);margin-bottom: 10px;}
.gt-powered{
	padding: 5px 0;
}

/* End Translator Style */
.btn-foot-circ{border-radius: 100%;max-width: 4.3em!important;min-height: 4.3em;padding: 10px;margin: auto;box-shadow: 5px -3px 15px rgb(255 255 255 / 35%);}
#menuModal{
	z-index: 200000;
}

.modal-backdrop {
	z-index: 979!important;
}
.modal-header-white{
	background: #fff!important;
}
.lang-card {
	margin-bottom: 10px;
	padding: 10px;
}
.register-container{
	height: 40px;
	border: 2px solid #ffbb33;
	padding: 10px;
	text-align: center;
	margin: 20px;
	border-radius: 10px;
	background: #ffffff!important;
}

.reg-btn a{
	color: #fff!important;

}
#login-modal .form-check-input[type="checkbox"]+label:before{
	margin-top: 18px!important;
}

/* spinner logo image */
.spinner-img {
	-webkit-animation: sk-rotateplane 2.5s infinite ease-in-out;
	animation: sk-rotateplane 2.5s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
	0% { -webkit-transform: perspective(0px) }
	50% { -webkit-transform: perspective(0px) rotateY(180deg) }
	100% { -webkit-transform: perspective(0px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
	0% {
		transform: perspective(0px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(0px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(0px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(0px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(0px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(0px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
.animate-flicker {
	max-width: 75vw;
	-webkit-animation: flickerAnimation 2.5s infinite;
	-moz-animation: flickerAnimation 2.5s infinite;
	-o-animation: flickerAnimation 2.5s infinite;
	animation: flickerAnimation 2.5s infinite;
}
@keyframes flickerAnimation {
	0%   { opacity:1; }
	50%  { opacity:0.6; }
	100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0.6; }
	100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0.6; }
	100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0.6; }
	100% { opacity:1; }
}
.prop-price{
	padding: 30px;
}
.addtofav{
	padding: 20px;
}
.promotions{
	background: rgba(0,0,0,0.55);
	border-radius: 0px;
	padding: 5px;
	left: 1%;
	width: 50%;
	height: fit-content;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.promo-title h4{
}

.promo-desc p{
	font-family: 'Montserrat', sans-serif;
	font-size: .8em;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #fff!important;
	line-height: 1em;
}
.advertising-container {
	width: 100%;
	max-width: 1200px;
}
.main-list-header{
	/*max-width: 1210px;*/
}
.custom-html{
	padding: 20px;
}
