html, body {
	border: 0;
	margin: 0;
	background: #fff;
	direction: rtl;
	text-align: right;
}
html {
	overflow: scroll;
	overflow-x: hidden;
}
body {
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
#main-header {
	position: fixed;
	display: block;
	width: 100%;
	overflow: hidden;
	top: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	z-index: 9999;
}
.wrapper {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 30px;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}
#header-right {
	position: relative;
	float: right;
	width: 55%;
	padding-right: 10px;
}
#header-left {
	position: relative;
	float: left;
	width: 45%;
	padding-top: 8px;
	padding-left: 10px;
}
.header-nav {
	position: relative;
	float: left;
	padding-top: 8px;
}
.header-nav ul {
	color: #000;
}
.header-holder {
	position: relative;
	float: right;
	height: 50px;
	color: #000;
}
.header-logo {
	position: relative;
	float: right;
	height: 50px;
	width: 50px;
}
.header-title-holder {
	position: relative;
	float: left;
	padding-right: 10px;
}
.header-name {
	display: inline-block;
	position: relative;
	font-size: 12pt;
}
.header-slogan {
	display: inline-block;
	position: relative;
	font-size: 9pt;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-nav ul li {
	display: inline-block;
	padding: 0 2px;
	font-size: 10pt;
}
.header-nav ul li a {
	display: block;
	padding: 6px 0px;
}

.transition3 {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a {
	text-decoration: none;
	color: inherit;
}
.delimiter {
	color: #ccc;
}
.header-advice, .header-new-property, .header-logins {
	position: relative;
	float: left;
	padding-right: 10px;
}
.relative-block {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.relative-block2 {
	position: relative;
	display: block;
	width: 100%;
	overflow: visible;
}
.marginbefore {
	margin-right: 4px;
}
.marginafter {
	margin-left: 4px;
}
.red-bold {
	color: #CD3232;
	font-weight: bold;
}
.button {
	display: inline-block;
	position: relative;
	padding: 5px 25px;
	border: 0;
	outline: 0;
	font-size: 10pt;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}
.button-blue {
	background: #0747ff;
	color: #fff;
	border: 1px solid #0747ff;
}
.button-blue:hover {
	background: #0038d8;
}
.button-green {
	background: #1ec56b;
	color: #fff;
	border: 1px solid #1ec56b;
}
.button-green:hover {
	background: #1bb161;
}
.button-red {
	background: #CD3232;
	color: #fff;
	border: 1px solid #CD3232;
}
.button-red:hover {
	background: #a42828;
}
.button-white {
	background: #fff;
	color: #000;
	border: 1px solid #ddd;
}
.button-white:hover {
	background: #f9f9f9;
}

.button-green-white {
	background: #fff;
	color: #1ec56b;
	border: 1px solid #1ec56b;
}
.button-green-white:hover {
	background: #f2fdf8;
	color: #1bb161;
	border: 1px solid #1bb161;
}
.button-blue-white {
	background: #fff;
	color: #0747ff;
	border: 1px solid #0747ff;
}
.button-blue-white:hover {
	background: #edf2ff;
}
.button-white-blue {
	background: #6e9ee9;
	color: #fff;
	border: 1px solid #fff;
}
.button-white-blue:hover {
	background: #0747ff;
	color: #fff;
	border: 1px solid #fff;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.header-logins {
	font-size: 9pt;
	padding-top: 6px;
	color: #000;
}
.header-logins a:hover {
	font-weight: bold;
}
#breadcrumbs-holder {
	position: relative;
	background: #f9f9f9;
}
#breadcrumbs-holder .wrapper {
	min-height: 40px;
	padding: 5px 30px;
}
#breadcrumbs {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-left: 200px;
}
#breadcrumbs li {
	display: inline-block;
	color: #000;
	padding: 5px 20px 5px 0;
	font-size: 9pt;
}
#breadcrumbs li:hover {
	font-weight: bold;
}
.breadcrumbs-angle {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	color: #0747ff;
}
.footer-buildings {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0 auto;
	max-width: 1200px;
}
.home-breadcrumbs-holder .footer-buildings {
	height: 27px;
}
.footer-buildings-icon{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 27px;
	background: url('/public/images/footer-buildings.png') no-repeat center center;
}
.site-footer, #breadcrumbs-holder {
	z-index: 3;
}
/************************************** Footer */
.site-footer-info {
	background: #f1f1f1;
	padding: 30px;
}
.footer-col {
	position: relative;
	overflow: hidden;
	float: right;
	width: calc(33% - 40px);
	margin: 20px;
}
.footer-col-head {
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
.footer-col-head i, .footer-col-content i {
	color: #0747ff;
	margin-left: 10px;
}
.footer-tel-en {
	direction: ltr;
	text-align: right;
}
.footer-tel-en span {
	font-family: Tahoma;
}
.footer-tel-en .fa-phone {
	margin-right: 0;
}
.footer-col-content {
	padding-right: 10px;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	text-align: justify;
	color: #333;
}
.footer-col-link:hover {
	color: #0747ff;
}
.site-footer-end {
	background: #000;
	padding: 10px 30px;
}
.site-footer-socials {
	position: relative;
	float: right;
	font-size: 9pt;
	color: #fff;
}
.site-footer-copyright {
	position: relative;
	float: left;
	font-size: 8pt;
	color: #fff;
}
.site-footer-socials-icon {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.site-footer-socials-icon:hover {
	color: #0747ff;
}
#content {
	padding-top: 70px;
}
/******************/
.um-12.um {
	max-width: 450px;
}

.um {
	margin-left: auto!important;
	margin-right: auto!important;
}
.um {
	direction: rtl !important;
	text-align: right;
}
.um {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	color: #666;
	font-size: 15px;
	margin-bottom: 30px !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
.um-login, .um-register {
	padding: 50px 0 !important;
}
.um-field {
	position: relative;
	padding: 15px 0 0 0;
}
.um-col-alt {
	margin: 15px 0 5px 0;
}
.um-field-b, .um-field-c {
	padding-top: 0 !important;
}
.um-field {
	position: relative;
	padding: 15px 0 0 0;
}
.um-clear {
	clear: both;
}
.um-field-area {
	position: relative;
	word-wrap: break-word;
}
.um-field-c .um-field-checkbox {
	margin-bottom: 14px;
	margin-top: 0 !important;
	position: relative;
}
.um-field-checkbox, .um-field-radio {
	display: block;
	margin: 8px 0;
	position: relative;
}
.um-field-checkbox input, .um-field-radio input {
	opacity: 0 !important;
	display: inline !important;
	width: 0 !important;
	float: left;
}

.um input, .um select, .um textarea {
	font-size: 15px;
}
.um-field-checkbox-state, .um-field-radio-state {
	right: 1px;
	left: auto;
}

.um-field-checkbox-state, .um-field-radio-state {
	position: absolute;
	top: 0;
	left: 1px;
	width: 24px;
	height: 24px;
}
.um-field-checkbox-state i, .um-field-radio-state i {
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	color: #aaa;
	transition: all .2s linear;
}
.um-field-checkbox-option, .um-field-radio-option {
	margin: 0 36px 0 0;
}
.um-field-checkbox-option, .um-field-radio-option {
	margin: 0px 0px 0px 36px;
	line-height: 24px;
	color: #888 !important;
	display: block;
}
/*
	- Buttons
*/

.um div.disabled,
.um-disabled,
.um input[type=submit]:disabled,
.um input[type=text]:disabled,
.um input[type=number]:disabled {
	opacity: 0.6 !important;
	cursor: no-drop !important;
}

input[type=submit].um-button,
input[type=submit].um-button:focus {
	vertical-align: middle !important;
	height: auto !important;
	font-size: 15px;
	cursor: pointer !important;
	width: 100%;
	box-shadow: none;
	text-shadow: none;
	font-family: inherit;
	outline: none !important;
	margin: 0;
	opacity: 1;
	-webkit-appearance: none;
}

input[type=submit].um-button:hover {
	opacity: 1;
}

.um-button {
	font-size: 15px;
	border: none !important;
	display: block;
	width: 100%;
	line-height: 1em !important;
	padding: 16px 20px !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: none !important;
	font-weight: normal !important;
	overflow: hidden;
	position: relative;

	transition: 0.25s;
	box-sizing: border-box;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	opacity: 1;
}

a.um-button {
	font-size: 15px;
	border: none !important;
	display: block;
	width: 100%;
	line-height: 1em !important;
	padding: 16px 20px !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: none !important;
	font-weight: normal !important;
	overflow: hidden;
	position: relative;

	transition: 0.25s;
	box-sizing: border-box;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	opacity: 1;
}

a.um-button:hover {
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}


.um-button.um-btn-auto-width {
	width: auto;
	display: inline-block;
	padding: 14px 20px !important;
	min-width: 200px;
	max-width: 450px;
}

a.um-link-alt {
	line-height: 22px;
	color: #888 !important;
	display: block !important;
	text-decoration: none !important;
	font-weight: normal;
	text-align: center;
	border-bottom: none !important;
}
a.um-link-alt:hover {text-decoration: underline !important;}
input[type=submit].um-button {
	background: #0747ff !important;
	color: #fff !important;
	border: 1px solid #0747ff !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
input[type=submit].um-button:hover {
	background: #0038d8 !important;
	color: #fff !important;
	border: 1px solid #0038d8 !important;
}
.um-left {
	float: right;
}
.um-right {
	float: left;
}
.um-left, .um-right {
	 width: calc(50% - 10px) !important;
	margin: 5px;
}
.um-field-checkbox-option, .um-field-radio-option {
	margin: 0 36px 0 0;
	text-align: right;
}
.um-col-alt-b {
	padding-top: 20px;
}
a.um-link-alt {
	line-height: 22px;
	color: #888 !important;
	display: block !important;
	text-decoration: none !important;
	font-weight: normal;
	text-align: center;
	border-bottom: none !important;
}
.um .um-field-label {
	color: #555555;
}

.um-field-label {
	display: block;
	margin: 0 0 8px 0;
	text-align: right;
}
.um-field-label label {
	font-size: 15px !important;
	line-height: 22px !important;
	font-weight: bold;
	font-weight: 600;
}
.um-field-area {
	position: relative;
	word-wrap: break-word;
}
.um  input[type=text], .um  input[type=tel], .um  input[type=password], .um  textarea {
	color: #666666;
}

.um  input[type=text], .um  input[type=tel], .um  input[type=number], .um  input[type=password], .um  textarea, .select2-container .select2-choice, .select2-container-multi .select2-choices {
	background-color: #ffffff;
}
.um  input[type=text], .um  input[type=tel], .um  input[type=number], .um  input[type=password], .um  textarea, .um .upload-progress, .select2-container .select2-choice, .select2-drop, .select2-container-multi .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above {
	border: 2px solid #ddd !important;
}
.um  input[type=text], .um  input[type=tel], .um  input[type=number], .um  input[type=password], .um  textarea, .um .upload-progress, .select2-container .select2-choice, .select2-drop, .select2-container-multi .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above {
	border: 1px solid #ddd !important;
	outline: none !important;
	padding: 5px !important;
	font-size: 11pt !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	resize: none !important;
	overflow: auto !important;
}

 input[type=text],  input[type=tel],  input[type=number],  input[type=password] {
	padding: 0 12px !important;
	width: 100%;
	display: block !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none !important;
	cursor: text !important;
	font-size: 15px !important;
	height: 40px  ;
	box-sizing: border-box !important;
	box-shadow: none !important;
	margin: 0 ;
	position: static;
	outline: none !important;
}
.alert-danger {
	width: auto;
	max-width: 100%;
	background: #C74A4A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 20px;
	font-size: 14px;
	line-height: 20px !important;
	margin: 12px 0 0 0;
}
.alert-danger ul li{
	text-align: right;
	line-height: 30px;
}
.account-side {
	float: right;
}
.um-account-side {
	float: left;
	width: 35%;
	padding: 0 30px;
	box-sizing: border-box;
}

.um-account-main {
	float: left;
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
}
.um-account-main, .um-account-side {
	float: right;
}
.um-account-meta {
	text-align: center;
	margin-bottom: 20px;
}
.um-account-meta.radius-1 img {
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
}

.um-account-meta img {
	margin: 0 !important;
	position: static !important;
	float: none !important;
	display: inline-block;
}
.um img {
	box-shadow: none !important;
}
.um-account-name {
	padding-top: 12px;
}
.um-account-side ul, .um-account-side li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.um-account-side li {
	margin-bottom: 1px !important;
	background: #eee;
}

.um-account-side ul, .um-account-side li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.um-account-side li a.current, .um-account-side li a.current:hover {
	color: #444;
	font-weight: bold;
	text-decoration: none !important;
}

.um-account-side li a {
	display: block;
	padding: 4px 0;
	font-size: 14px;
	height: 36px;
	line-height: 28px;
	color: #999;
	position: relative;
}
.um-account i {
	vertical-align: baseline !important;
}
.um-account-side li a span.um-account-title {
	padding-right: 20px;
	float: right;
}

.um-account-side li a span.um-account-title {
	padding-left: 20px;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #555;
}
.um-account-side li a span.um-account-arrow {
	right: auto;
	left: 10px;
}

.um-account-side li a span.um-account-arrow {
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 26px;
	opacity: 0.6;
}


.um-account-side li a span.um-account-icon, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon {
	text-align: center;
	font-size: 20px;
	height: 30px;
	border-right: 1px solid #ccc;
	color: #444;
	float: left;
	padding: 0px 15px;
	font-weight: normal !important;
}
.um-account-side li a span.um-account-icon, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon {
	float: right;
	border-left: 1px solid #ccc;
}
.um-account-side li a span.um-account-icon i {
	display: block;
	height: 30px;
	line-height: 30px;
}
.um-account-side li a span.um-account-title {
	padding-right: 20px;
	float: right;
}
.um-account-side li a  {
	border-bottom: 0 !important;
}
.um-account-side li {
	margin-bottom: 1px !important;
	background: #eee;
}

.um-account-side li a:hover {color: #444; background: #ddd}

.um-account-side li a.current,
.um-account-side li a.current:hover {
	color: #444;
	font-weight: bold;
	text-decoration: none !important;
}
.center-align {
	text-align: center !important;
}
.main-page-title {
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
}
.resetpassword-desc {
	font-size: 12pt;
	margin-bottom: 20px;
}
.new-prop-input {
	height: 35px;
}
.resetpassword-input {
	display: inline-block !important;
	position: relative !important;
	margin: 0 auto !important;
	width: 500px !important;
	max-width: 100%;
	direction: ltr;
	text-align: center;
}
.new-prop-input, .new-prop-textarea {
	border: 1px solid #ddd;
	outline: none;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	resize: none;
	overflow: auto !important;
}
.consultation-desc {
	font-size: 12pt;
	padding-right: 15px;
	margin-bottom: 20px;
}
.um-account-main div.um-account-heading {
	margin: 0 !important;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #555;
	text-align: right;
}
.um-account-main div.um-account-heading i {
	margin-right: 10px;
	font-size: 26px;
	position: relative;
	top: 2px;
}
.um-account-main div.um-account-heading i {
	margin-right: 0;
	margin-left: 10px;
}
.card {
	font-weight: 400;
	border-radius: 5px;
	border: 0;
	margin:15px 0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.card-header {
	text-align: right;
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.03);
	border-bottom: 1px solid rgba(0,0,0,0.125);
}
.card-body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-radius: 0 !important;
	text-align: right;
}
.um-myproperty-holder {
	width: 100%;
	margin: 20px 0;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	font-size: 11pt;
	font-weight: bold;
}
.um-myproperty-bg {
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 110px;
	float: right;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.um-myproperty-info {
	position: relative;
	overflow: hidden;
	width: calc(100% - 150px);
	float: left;
}
.um-myproperty-title {
	float: right;
	padding: 10px;
}
.um-myproperty-address {
	text-align: right;
	line-height: 20px;
	position: relative;
	width: calc(100% - 20px);
	padding: 0 10px;
	font-size: 8pt;
	color: #999;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.um-myproperty-actions {
	font-size: 9pt;
	padding: 10px;
	color: #000;
	font-weight: normal;
}
.um-myproperty-actions .button-blue, .um-myproperty-actions .button-blue-white {
	font-size: 8pt;
	border: 1px solid #0747ff !important;
	margin: 2px;
}
.um-myproperty-status {
	font-size: 9pt;
	padding: 10px;
	color: #000;
	font-weight: normal;
	text-align: right;
}
.um-myproperty-status-item-green {
	color: #1bb161;
	text-decoration: none;
}

.marginafter {
	margin-left: 4px;
}
.marginbefore {
	margin-right: 4px;
}
.new-prop-input-group {
    display: none;
    position: relative;
    font-size: 10pt;
    padding: 10px;
    width: calc(20% - 4px);
    max-width: 100%;
}
.new-prop-input-group.size30 {
	width: calc(30% - 4px);
}
.new-prop-input-group.size60 {
	width: calc(60% - 4px);
}
.new-prop-label {
    color: #000;
}
.new-prop-input-group.active {
    display: inline-block;
}
.archive-filter-first {
    display: block;
    position: relative;
    width: 100%;
}
.archive-filter-last {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.archive-filter-footer {
	padding: 0 40px 10px 40px;
}
.archive-filter-more {
	position: relative;
	float: right;
	cursor: pointer;
}
.search-filter-apply {
	position: relative;
	float: left;
}
.consultation-box {
	padding: 10px 20px;
	height: 250px;
}
.consultation-box-right {
	float: right;
	position: relative;
	width: 60%;
	padding-right: 100px;
}
.consultation-head {
	display: block;
	position: relative;
	width: 100%;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-right: 35px;
	z-index: 1;
}
.consultation-head-yellow-circle {
	display: block;
	position: absolute;
	top: -15px;
	right: 0;
	width: 70px;
	height: 70px;
	background: #ffbe2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: -1;
}
.consultation-box-left {
	float: left;
	position: relative;
	width: 35%;
	height: 250px;
	background: url("/public/images/best.png") no-repeat right center;
	background-size: auto 90%;
}
/************************************** Archive */
.archive-filter-box {
	background: #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
#archive-results {
	padding: 20px 10px 0 20px;
}
.archive-result-item {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.archive-result-image {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 200px;
	float: right;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.archive-result-content {
	position: relative;
	overflow: hidden;
	width: calc(100% - 300px);
	height: 200px;
	padding: 20px 30px;
	float: left;
}
.archive-result-address {
	font-size: 10pt;
	color: #999;
	margin-top: 10px;
}
.archive-result-information {
	font-size: 10pt;
	color: #999;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.archive-result-price {
	position: relative;
	float: left;
	margin-top: 25px;
}
.archive-result-item:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#archive-results {
	padding: 20px 10px 0 20px;
	min-height: 200px;
}
.single-article {
    width: calc(100% - 200px);
    float: left;
    padding-top: 15px;
}
#sidebar {
    width: 200px;
    float: right;
    overflow: hidden;
}
.prop-sidebar {
    display: block;
    position: fixed;
    overflow: hidden;
    width: 200px;
    top: 220px;
    right: auto;
    font-size: 10pt;
    z-index: 2;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.prop-sidebar-btn {
    display: block;
    position: relative;
    padding-bottom: 10px;
}
.prop-sec-item-title {
    font-size: 10pt;
    font-weight: normal;
    color: #000;
}
.prop-sidebar-info {
    width: 160px;
}
.prop-sidebar-ul li {
    display: block;
    position: relative;
    color: #ccc;
    padding: 5px;
}
.prop-sidebar-ul li.active {
    color: #000;
    font-weight: bold;
}
.prop-sidebar-ul li a i {
    font-size: 5pt;
}
.prop-sidebar-ul li.active a i {
    font-size: 7pt;
}
.prop-sidebar-btn .button {
    width: 160px;
}
.prop-sidebar-info {
    width: 160px;
}
.prop-sec-item-value {
    font-size: 10pt;
    font-weight: bold;
    color: #000;
}
.prop-header {
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 15px;
}
.prop-head-right {
    position: relative;
    float: right;
    max-width: 70%;
}

.prop-slider {
	height: 350px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prop-slider-right {
	position: relative;
	float: right;
	width: calc(87.5% - 3px);
	height: 350px;
	overflow: hidden;
	background: #f9f9f9;
}
.prop-slider-left {
	position: relative;
	float: left;
	width: 12.5%;
	height: 350px;
	overflow: hidden;
	background: #f9f9f9;
}
.prop-slider-current {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.prop-slider-total-images {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 7pt;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.prop-slider-other {
	top: 0;
}
.prop-slider-item {
	height: 88.5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 0px solid #0747ff;
	border-bottom: 3px solid #fff;
	cursor: pointer;
}
.prop-slider-item:hover {
	border-right: 5px solid #ffbe2e;
}
.prop-slider-item.active {
	border-right: 5px solid #ffbe2e;
}
.prop-slider-arrow {
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
	height: 85px;
	font-size: 40pt;
	cursor: pointer;
	color: #000;
}
.prop-slider-arrow:hover {
	color: #0747ff;
}
.prop-slider-arrowup {
	top: -88.5px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.prop-slider-arrowup.active {
	top: 0;
}
.prop-slider-arrowdown {
	bottom: -88.5px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.prop-slider-arrowdown.active {
	bottom: 0;
}
.prop-price {
	display: inline-block;
	position: relative;
	font-size: 11pt;
	padding-left: 10px;
}
.prop-price span {
	font-weight: bold;
}
.prop-address {
	font-size: 11pt;
	font-weight: normal;
	margin-top: 10px;
}
.prop-slider-img{
	display: none;
}
.prop-sec {
	padding-top: 40px;
}
.prop-sec-header {
	font-size: 12pt;
	font-weight: bold;
}
.prop-sec-content {
	padding-top: 10px;
}
.prop-sec-item {
	position: relative;
	float: right;
	width: 33%;
	padding: 5px;
}
.prop-sec-item-title {
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}
.prop-sec-item-title.deactive {
	color: #e6e6e6;
}
.prop-sec-item-value {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}
/************************************** Karash */
.karash-header {
	font-size: 20pt;
	font-weight: bold;
}
.karash-description {
	font-size: 14pt;
	font-weight: bold;
	padding: 20px 0;
}
.karash-right {
	float: right;
	width: 40%;
	padding: 20px;
}
.karash-left {
	float: left;
	width: 60%;
}
.karash-item-holder {
	padding-top: 20px;
}
.karash-item {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	border: 1px solid #eee;
	padding: 15px;
	cursor: pointer;
}
.karash-item:hover {
	-webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.05);
	border-color: #ccc;
}
.karash-checkbox {
	display: none;
}
.karash-item-check {
	float: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #eee;
	height: 30px;
	width: 30px;
	margin-left: 15px;
}
.karash-item.active .karash-item-check {
	border: 4px solid #0747ff;
	background: url("/public/images/icons/check.svg") no-repeat center center;
	background-size: 60%;
}
.karash-item-title {
	float: right;
	font-size: 13pt;
}
.karash-item-arrow {
	float: left;
	background: url("/public/images/icons/arrow-deactive.svg") no-repeat center center;
	background-size: 60%;
	height: 30px;
	width: 40px;
	margin-left: 10px;
}
.karash-item:hover .karash-item-arrow {
	background: url("/public/images/icons/arrow-active.svg") no-repeat center center;
	background-size: 60%;
	margin-left: 0;
}
.karash-block {
	display: none;
	height: 340px;
	padding: 30px;
}
.karash-block.active {
	display: block;
}
.karash-curved-arrow {
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	top: 0;
	right: 0;
	background: url("/public/images/icons/curved-arrow.png") no-repeat right top;
	background-size: contain;
}
.karash-choose {
	display: block;
	position: relative;
	width: 100%;
	font-size: 26pt;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 40px;
	padding-right: 35px;
	z-index: 1;
}
.yellow-circle {
	display: block;
	position: absolute;
	top: -15px;
	right: 0;
	width: 80px;
	height: 80px;
	background: #ffbe2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: -1;
}
.karash-choose-desc {
	font-size: 18pt;
	font-weight: bold;
	line-height: 40pt;
}
.blue-circle {
	display: block;
	position: absolute;
	top: 30px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: #edf2ff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.karash-block-header {
	display: block;
	position: relative;
	width: 100%;
	font-size: 20pt;
	font-weight: bold;
	padding-right: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 1;
}
.karash-block-header-moshavere {
	background: url("/public/images/icons/moshavere.svg") no-repeat center right;
	background-size: contain;
}
.karash-block-header-bazdid {
	background: url("/public/images/icons/bazdid.svg") no-repeat center right;
	background-size: contain;
}
.karash-block-header-sehat {
	background: url("/public/images/icons/sehat.svg") no-repeat center right;
	background-size: contain;
}
.karash-block-header-karshenasi {
	background: url("/public/images/icons/karshenasi.svg") no-repeat center right;
	background-size: contain;
}
.karash-block-header-gharardad {
	background: url("/public/images/icons/gharardad.svg") no-repeat center right;
	background-size: contain;
}
.karash-block-desc {
	font-size: 14pt;
	line-height: 28pt;
}
.karash-action {
	padding: 30px;
}
.karash-input {
	float: right;
	direction: ltr;
	text-align: right;
	width: calc(100% - 170px) !important;
	height: 60px !important;
	padding-right: 15px !important;
	border-radius: 0 10px 10px 0 !important;
	-moz-border-radius: 0 10px 10px 0 !important;
	-webkit-border-radius: 0 10px 10px 0 !important;
	font-size: 13pt;
}
.karash-btn {
	float: left;
	width: 170px;
	height: 60px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-radius: 10px 0 0 10px;
	font-size: 13pt;
}
#karash-result-box {
	display: none;
	padding: 15px 10px;
}
#karash-result-box.active {
	display: block;
}
#karash-result-box .alert-box {
	display: none;
}
#karash-result-box .alert-box.active {
	display: block;
}
.karash-input.finished, .karash-btn.finished {
	display: none;
}

.margin1{
	display: inline-block;
	margin: 10px auto;
}
#third-section {
	padding-top: 90px;
}
.third-section-article {
	position: relative;
	float: right;
	width: calc(33% - 5px);
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 50px;
	height: 430px;
}
.third-section-article .subTitleContent{
	font-size: 8pt;
	color: #546e7a;
	padding-top: 10px;
}
.third-section-article .titleContent {
	font-size: 12pt;
	padding: 10px 0 8px 24px;
}
.third-section-article .summaryContent
{
	font-size: 10pt;
	padding: 0 0 8px 24px;
}
.wrapper-big {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	max-width: 720px;
	margin-top: 90px;
}
.single-article-title {
	font-size: 20pt;
}
.single-article-head {
	padding: 10px 0;
	font-size: 10pt;
	color: #546e7a;
}
.timeBlock{
	float: left;
	margin-right: 20px;
}
.single-article-excerpt {
	font-size: 11pt;
	font-weight: bold;
	background: #fff;
	color: #455a64;
	padding: 40px 25px 10px;
	margin: 30px 0;
}
.single-article-excerpt >i {
	display: block;
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 16pt;
	color: #cfd8dc;
}
.single-article-content {
	color: #000;
}
.single-article-content p {
	margin-top: 5px;
	margin-bottom: 20px;
}
.single-article-tags {
	font-size: 10pt;
	color: #263238;
	margin-bottom: 20px;
	line-height: 11pt;
}
.single-article-tags-title {
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	margin-left: 25px;
}
.single-article-tag {
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 9pt;
	color: #546e7a;
	background: #f2f4f6;
	border: solid 1px #b0bec5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 8px 0;
	margin-left: 5px;
}
#single-footer-share {
	padding: 40px 0;
}
.single-footer-share-right {
	float: right;
	position: relative;
	height: 40px;
	padding-top: 8px;
}
.single-footer-share-left {
	float: left;
	position: relative;
	height: 40px;
	width: 340px;
}
.single-footer-share-title {
	display: inline-block;
	position: relative;
	font-size: 12pt;
	margin-left: 15px;
}
.single-footer-share-link {
	padding: 0 5px;
	color: #78909c;
}
.single-footer-share-link>span {display: none;}
.single-footer-share-link:hover {
	color: #448aff;
}
#single-footer-share-shortlink {
	width: 240px !important;
	height: 40px;
	font-size: 10px !important;
	direction: ltr;
	padding: 2px 70px 0 5px;
	border: solid 1px #cfd8dc;
	background: #fff;
	outline: none;
	float: left;
}
#single-footer-share-shortlink:focus, #single-footer-share-shortlink:active {
	border-color: #448aff;
}
#single-footer-share-shortlink-copy {
	position: absolute;
	display: inline-block;
	left: 175px;
	top: 0;
	padding: 12px 5px;
	font-size: 8pt;
	color: #90a4ae;
	cursor: pointer;
	z-index: 2;
}
#single-footer-share-shortlink-copy:hover {
	color: #448aff;
}
#single-footer-share-copied {
	position: absolute;
	display: inline-block;
	left: 2px;
	top: 45px;
	padding: 10px 5px;
	font-size: 10pt;
	line-height: 12pt;
	width: 236px;
	background: #fff;
	color: #0042ff;
	opacity: 0.8;
	z-index: 3;
}
#single-footer-share-copied.active {
	position: absolute;
	display: inline-block;
	left: 2px;
	top: 2px;
	padding: 10px 5px;
	font-size: 10pt;
	line-height: 12pt;
	width: 236px;
	background: #fff;
	color: #0042ff;
	opacity: 0.8;
	z-index: 3;
}
#comments {
	padding: 40px 0;
	border-top: 1px solid #ddd;
}
.comments-title {
	font-size: 12pt;
	position: relative;
	float: right;
}
.comments-number {
	font-size: 10pt;
	color: #546e7a;
	position: relative;
	float: right;
	margin-right: 15px;
}
#respond {
	padding: 20px 0;
}
.comment-input-field {
	position: relative;
	font-size: 10pt;
	padding: 2px 10px 0 10px;
	border: solid 1px #cfd8dc;
	background: #fff;
	outline: none;
	-webkit-appearance: none;
}
.comment-input-field:focus, .comment-input-field:active {
	border-color: #448aff;
}
#author {
	width: calc(50% - 10px);
	height: 40px;
	float: right;
}
#email {
	width: calc(50% - 10px);
	height: 40px;
	float: left;
}
#comment {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 20px 10px;
	resize: none;
}
.form-submit {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	border: solid 1px #cfd8dc;
	border-top: none;
	margin: -2px 0 0 0;
}
#comment:focus + .form-submit, #comment:active + .form-submit {
	border-color: #448aff;
}
#respond #submit {
	position: relative;
	display: inline-block;
	font-size: 10pt;
	background: none;
	border: none;
	color: #0042ff;
	cursor: pointer;
	padding: 10px;
	outline: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#respond #submit:hover {
	color: #448aff;
}
.comment {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
ul.comment-list .comment:last-child {
	border-bottom: none;
}
.comment-author {
	display: inline;
	position: relative;
}
.comment-author img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
}
.comment-author cite.fn {
	float: right;
	padding: 10px;
	font-style: normal;
	font-size: 11pt;
	font-weight: bold;
}
.comment-author span.says {
	display: none;
}
.comment-meta {
	display: inline-block;
	position: relative;
	font-size: 10pt;
	color: #78909c;
	padding: 10px 5px;
}
.comment-meta + p {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0 50px 0 0;
	font-size: 11pt;
	color: #263238;
}
.comment-meta + p a {
	color: #6b93c4;
	margin-right: 4px;
	margin-left: 4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.comment-meta + p a:hover {
	color: #0042ff;
}
.reply {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 0;
	font-size: 10pt;
	color: #0d47a1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.reply i.fa-reply {
	font-size: 8pt;
}
.reply:hover {
	color: #448aff;
}
#reply-title {
	font-size: 12pt;
	padding-bottom: 10px;
	color: #0d47a1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#reply-title:hover {
	color: #448aff;
}
.comment-awaiting-moderation,.comment-awaiting-moderation + br {
	display: none;
}
.comments-load-more-li {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 20px 0;
}
#comments-load-more {
	background: #eceff1;
	color: #546e7a;
	border: solid 1px #cfd8dc;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
	font-size: 10pt;
	padding: 8px;
	cursor: pointer;
}
#comments-load-more:hover {
	border-color: #b0bec5;
	color: #455a64;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.09);
}
.comment ul.children {
	padding-right: 45px;
	padding-top: 10px;
}
.comment ul.children .comment {
	border-color: #eee;
}
.comment ul.children .comment-body {
	padding-right: 5px;
	border-right: 2px solid #ddd;
}
.comment-list li.comment.depth-1 {
	display: none;
}
#respond #submit {
	position: relative;
	display: inline-block;
	font-size: 10pt;
	background: none;
	border: none;
	color: #0042ff;
	cursor: pointer;
	padding: 10px;
	outline: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.media-comment{
	padding: 10px 20px  ;
	border: solid 1px #cfd8dc !important;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	padding-bottom: 30px;
}
.media-comment-date{
	float: left;
	margin-right: 20px;
	padding-bottom: 10px;
	font-size: 12px !important;
}
.media-comment-info{
	float: left;
	margin-right: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.new-prop-header {
	font-size: 16pt;
	font-weight: bold;
	padding: 10px;
	color: #000;
}
.alert-box {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 11pt;
	padding: 15px 70px 15px 15px;
	margin: 10px 0;
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.alert-box-information i {
	background: #0747ff;
}

.alert-box i {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 20px;
	height: 100%;
}
.required-item {
	display: none;
	font-size: 9pt;
	color: #0747ff;
	margin: 0 4px;
	font-weight: normal;
}
.required-item.active {
	display: inline;
}
.new-prop-btn.active {
	background: #0747ff;
	color: #fff;
}
.new-prop-btn {
	margin: 2px;
}
.new-prop-checkbox {
	color: #000;
	cursor: pointer;
	outline: none;
}
input[type="checkbox"] {
	margin: 3px 6px  ;
}
.widthAuto{
	width: auto;
}
.new-prop-details {
	color: #677bff;
	outline: none;
	display: none;
	padding: 5px 10px;
	border-radius: 5px;
	overflow: visible;
	line-height: 25px;
	top: -20px;
}
.new-prop-input:focus, .new-prop-textarea:focus {
	border-color: #0747ff;
}
.um-pictures-insert{
	padding-bottom: 0 !important;
}
.um-pictures{
	margin-top: -60px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.prop-card {
	position: relative;
	overflow: hidden;
	width: calc(33.33% - 60px);
	height: 280px;
	float: right;
	margin: 30px;
	margin-top: 15px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; */
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}
.prop-card:hover {
	/* -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03); */
	/* margin-top: 10px; */
	-webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.05);
}
.prop-card-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 180px;
}
.prop-card-with-summery{
	height: 350px;
}
.prop-card-gradient {
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 70%;
	z-index: 2;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.prop-card-info {
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 10px;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 3;
}
.prop-card-title {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 15px;
}
.prop-card-summery {
	font-size: 10pt;
	color: #717171;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	padding: 5px 15px;
	height: 100px;
	overflow: hidden;
}
.prop-card-mag {
	height: 260px;
}
.prop-card-info-mag {
	top: 200px;
	bottom: unset;
}
.prop-card-label {
	display: inline-block;
	position: relative;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	background: #ffbe2e;
	padding: 2px 10px;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.prop-card-label.red {
	background: #ff3324;
}
.prop-card-address, .prop-card-price {
	font-size: 9pt;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 1px 15px;
}
.main-slider {
	padding: 0 ;
	overflow: unset;
}
.main-slider-right {
	float: right;
	position: relative;
	width: 40%;
}
.main-slider-left {
	float: left;
	position: relative;
	width: 100%;
}
.main-slider-left img {
	display: block;
	position: relative;
	width: 100%;
}
.main-slider-head {
	display: block;
	position: relative;
	width: 100%;
	font-size: 26pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 35px;
	z-index: 1;
}
.main-slider-head-desc {
	font-size: 18pt;
	font-weight: normal;
	padding-right: 35px;
	padding-bottom: 60px;
}
.main-slider-itemlist {
	padding-right: 30px;
	background: url("/public/images/icons/check.svg") no-repeat right center;
	background-size: auto 50%;
	margin: 20px 0;
	padding: 0 30px;
}
.main-slider-box-holder {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;
}
.main-slider-box2 {
	display: inline-block;
	position: relative;
	float: left;
	margin: 230px 30px 10px 40px;
	padding: 20px 40px;
	max-width: 100%;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.main-slider-box {
	display: inline-block;
	position: relative;
	float: right;
	margin: 230px 40px 10px  30px;
	padding: 20px 20px;
	max-width: 100%;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.main-slider-box-head {
	font-size: 12pt;
	font-weight: bold;
	color: #0747ff;
	margin-bottom: 20px;
}
.main-slider-mashhad {
	display: block;
	position: absolute;
	top: 7px;
	right: 25px;
	padding-left: 25px;
	border-left: 1px solid #eee;
	font-size: 12pt;
	font-weight: bold;
	z-index: 1;
}
.main-slider-search {
	display: block;
	position: absolute;
	top: -1px;
	left: -60px;
	width: 60px;
	height: 40px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	border: 0;
	font-size: 16pt;
	background: #0747ff;
	color: #ffffff;
	z-index: 1;
	outline: none;
	cursor: pointer;
}
.main-slider-search:hover {
	background: #0038d8;
}
.main-slider-search-res {
	display: none;
	position: relative;
	width: 200px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0;
	margin: 20px auto 0 auto;
	font-size: 14pt;
	background: #0747ff;
	color: #ffffff;
	z-index: 1;
	outline: none;
	cursor: pointer;
}
.main-slider-search-res:hover {
	background: #0038d8;
}
.main-slider-input2 {
	display: none;
	position: relative;
	width: 160px;
	float: right;
	margin: 10px 0 5px 0;
}
.main-slider-input2.active {
	display: block;
}
.main-slider-input2.active.open .main-slider-more-item {
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
}
.main-slider-input2 .main-slider-more-item {
	background: #fff;
	padding: 8px 8px 8px 30px;
	text-align: right;
	direction: ltr;
	width: 100%;
	font-size: 10pt;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #ddd;
	outline: none;
}
.main-slider-input2-toggle {
	display: block;
	position: absolute;
	height: 40px;
	padding: 10px 15px;
	font-size: 10pt;
	left: 0;
	top: 0;
	cursor: pointer;
}
.main-slider-input2-list {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px;
	text-align: right;
	font-size: 10pt;
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	z-index: 10;
	cursor: default;
}
.main-slider-input2.active.open .main-slider-input2-list, .new-prop-pricelist.active.open .main-slider-input2-list {
	display: block;
}
.main-slider-input2.active.open .main-slider-input2-toggle, .new-prop-pricelist.active.open .main-slider-input2-toggle, .main-slider-select.active .main-slider-select-angle {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.main-slider-input2-close-holder {
	text-align: center;
	padding-bottom: 5px;
}
.main-slider-input2-list-holder {
	overflow: auto !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
	max-height: 140px;
	border-bottom: 1px dotted #eee;
}
.main-slider-input2-list-item {
	padding: 5px;
	cursor: pointer;
}
.main-slider-input2-list-item:hover {
	background: #f1f1f1;
}
.main-slider-select2 {
	display: block;
	position: relative;
	width: 450px;
	background: #fff;
	padding: 8px 8px 8px 16px;
	margin-left: 60px;
	text-align: right;
	border: 1px solid #ddd;
	border-left: 0;
	font-size: 10pt;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
}
.main-slider-select2-value {
	padding-right: 100px;
}
.main-slider-select2 i.main-slider-select2-angle {
	float: left;
	margin-top: 4px;
}
.main-slider-mashhad {
	display: block;
	position: absolute;
	top: 7px;
	right: 25px;
	padding-left: 25px;
	border-left: 1px solid #eee;
	font-size: 12pt;
	font-weight: bold;
	z-index: 1;
}
.main-slider-search {
	display: block;
	position: absolute;
	top: -1px;
	left: -60px;
	width: 60px;
	height: 40px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	border: 0;
	font-size: 16pt;
	background: #0747ff;
	color: #ffffff;
	z-index: 1;
	outline: none;
	cursor: pointer;
}
.main-slider-select2-value{


}
.main-slider-select{
	height: 22px;
}
.main-slider-select > ._container > ._header > .display > label {
	line-height: 22px;
	padding: 0;
}
.main-slider-select-dropdown{
	width: calc(100% + 39px) !important;
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px;
	text-align: right;
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	z-index: 10;
	cursor: default;
}
.main-slider-select-dropdown > *{
	 margin-left: 12px !important;
}
.main-slider-select > ._container > ._header > .display > input {
	line-height: 22px;
	height: 22px;
}
.main-slider-select > ._container > ._header > .display > .close {
	line-height: 22px;
}
.main-slider-select > ._container > ._header > .display > .choices {
	line-height: 22px;
	padding: 0 !important;
}
.main-slider-select  > ._container > ._header > .display > .choices > .choice-item {
	margin: 0;
}
.main-slider-select > ._container > ._header > .display > .trigger {
	line-height: 22px;
}
.main-slider-select-warper{
	top: 8px !important;
	left: -17px  !important;
	background: none !important;
}
.main-slider-toggle-pro {
	float: left;
	position: relative;
	font-size: 12pt;
	padding: 5px 0 0 10px;
	cursor: pointer;
}
.main-slider-switch {
	float: right;
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 220px;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}
.main-slider-switch-bg {
	display: block;
	position: absolute;
	top: 7px;
	right: 5px;
	width: 180px;
	height: 26px;
	background: #ddd;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.main-slider-switch-item {
	display: block;
	position: absolute;
	width: 100px;
	padding: 10px;
	cursor: pointer;
	z-index: 2;
}
.main-slider-switch-item[data-switch="buy"] {
	top: 0;
	right: 0;
}
.main-slider-switch-item[data-switch="rent"] {
	top: 0;
	right: 90px;
}
.main-slider-switch-active {
	display: block;
	position: absolute;
	top: 5px;
	height: 30px;
	width: 90px;
	background: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	z-index: 1;
}
.main-slider-switch-active[data-switch="buy"] {
	right: 5px;
}
.main-slider-switch-active[data-switch="rent"] {
	right: 95px;
}
.main-slider-more {
	visibility: hidden ;
	padding: 10px 0;
	overflow: visible;
}
.main-slider-more-holder {
	height: auto;
	overflow: unset;
}
.main-slider-more.show{
	visibility: visible ;
}

.main-slider-more .main-slider-select2.active {
	border-radius: 20px ;
	-moz-border-radius: 20px ;
	-webkit-border-radius: 20px ;
}
.main-slider-more .main-slider-select2.open  {
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
}
.main-slider-more .main-slider-select2 {
	float: right;
	width: 160px;
	margin: 10px 0 5px 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #ddd;
}
.main-slider-input2.is-midlle-field {
	margin: 10px 15px 5px 15px;
}
.selectPicker > ._container > ._header > .display > .trigger {
	font-size: 15px;
}
.main-slider-type-select-warper{
	top: 7px !important;
	left: -19px !important;
	background: none !important;
}
.main-slider-type-select-dropdown{
	width: calc(100% + 30px)   !important;
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px;
	text-align: right;
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	z-index: 10;
	cursor: default;
}
.main-slider-type-select-dropdown > *{
	margin-left: 8px !important;
}
.padButton{
	padding: 5px  ;
}
.main-slider-select3 {
	display: block;
	position: relative;
	width: 350px;
	background: #fff;
	padding: 8px 8px 8px 16px;
	text-align: right;
	border: 1px solid #ddd;
	border-left: 0;
	font-size: 10pt;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
	margin-left: 80px;
}
.main-slider-mobile {
	border: 0;
	line-height: 24px;
	height: 22px !important;
}
.main-slider-sabt{
	width: 80px;
	left: -80px;
}
.main-slider-sabt > i{
	margin-left: 10px;
	line-height: 30px;
	font-size: 15px;
	float: right;
	color: #ffffff;
}
.main-slider-sabt > span{
	line-height: 30px;
	font-size: 15px;
	float: right;
}
.hideDiv{
	display: none;
}
.um-button2 {
	background: #0747ff !important;
	color: #fff !important;
	border: 1px solid #0747ff !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
.um-button2:hover {
	background: #0038d8 !important;
	color: #fff !important;
	border: 1px solid #0038d8 !important;
}
.main-slider-box-head2{
	line-height: 37px;
}
.img-responsive{
	max-width: 100%;
	height: 95%;
	margin: 10px auto;
}
.pb10{
	margin-bottom: 10px;
}
.archive-result-title{
	font-weight: 900;
	font-size: 16px;
}
.error h1 {
	font-size: 17rem;
	font-weight: 700;
	letter-spacing: 1rem;
	line-height: 1.1;
	margin-bottom: 30px;
	color: #008aff;
	text-align: center;
}
.error h2 {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}
.error-btn {
	position: relative;
	color: #fff;
	font-size: 16px;
	min-width: 184px;
	min-height: 55px;
	line-height: 55px;
	margin-bottom: 6px;
	padding: 0 30px;
	border: none;
	border-radius: 0;
	display: inline-block;
	text-align: center;
}
.error-btn, .error-btn:after {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #008aff;
	border-radius: 10px;
}
.text-center{
	text-align: center;
}
#burger-header-icon-holder {
    display: none;
    font-size: 15pt;
    padding-left: 10px;
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
}
#burger-header-icon {
    top: 48%;
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
}
.burger-header-icon-line {
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    display: block;
    background-color: #666;
    -webkit-transform: rotate(0.02deg);
    -moz-transform: rotate(0.02deg);
    -ms-transform: rotate(0.02deg);
    -o-transform: rotate(0.02deg);
    transform: rotate(0.02deg);
}
.burger-header-icon-line-1 {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
#burger-header-icon-holder.active .burger-header-icon-line-1 {
    -webkit-transform: rotate(45deg) translateY(0px) translateZ(0);
    -moz-transform: rotate(45deg) translateY(0px) translateZ(0);
    -ms-transform: rotate(45deg) translateY(0px) translateZ(0);
    -o-transform: rotate(45deg) translateY(0px) translateZ(0);
    transform: rotate(45deg) translateY(0px) translateZ(0);
}
.burger-header-icon-line-2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
#burger-header-icon-holder.active .burger-header-icon-line-2 {
    -webkit-transform: rotate(45deg) translateY(0px) translateZ(0);
    -moz-transform: rotate(45deg) translateY(0px) translateZ(0);
    -ms-transform: rotate(45deg) translateY(0px) translateZ(0);
    -o-transform: rotate(45deg) translateY(0px) translateZ(0);
    transform: rotate(45deg) translateY(0px) translateZ(0);
}
.burger-header-icon-line-3 {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}
#burger-header-icon-holder.active .burger-header-icon-line-3 {
    -webkit-transform: rotate(-45deg) translateY(0px) translateZ(0);
    -moz-transform: rotate(-45deg) translateY(0px) translateZ(0);
    -ms-transform: rotate(-45deg) translateY(0px) translateZ(0);
    -o-transform: rotate(-45deg) translateY(0px) translateZ(0);
    transform: rotate(-45deg) translateY(0px) translateZ(0);
}
#burger-header {
    display: none;
    position: fixed;
    overflow: auto;
    width: 80vw;
    top: 50px;
    right: -100vw;
    height: calc(100vh - 50px);
    padding: 20px 10px;
    background: #fff;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.1);
    z-index: 9998;
}
#burger-header.active {
    right: 0;
}
.burger-header-menus {
    padding-top: 30px;
}
.burger-header-menu {
    padding: 5px 20px;
}
.burger-header-menus hr {
    border-top: none;
    border-bottom: 1px solid #eee;
}
.burger-header-menu-title {
    float: right;
    margin-top: 5px;
}
.burger-header-menu-icon {
    float: left;
}
.burger-header-menu-icon .main-slide-card-icon {
    height: 20px;
    width: 20px;
}
.home-add-new-btn {
    display: none;
    position: fixed;
    overflow: hidden;
    padding: 0 10px;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #0747ff;
    -webkit-box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.1);
}
.home-bottom-icons {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 45%;
    color: #fff;
}
.home-bottom-icon {
    font-size: 14pt !important;
    margin-top: 10px;
}
.home-bottom-icon-delimiter {
    position: absolute;
    display: block;
    height: 50px;
    width: 1px;
    background: #fff;
    right: 50%;
    top: 8px;
}

@media screen and (max-width: 400px) {
.header-name {
	display: none;
}
}
@media screen and (max-width: 1000px) {
	/*************** Consultation */
	.consultation-box {
		padding: 10px 0 10px 35px;
		height: auto;
	}
	.consultation-box-right {
		float: unset;
		display: block;
		position: relative;
		width: 100%;
		padding: 0;
	}
	.consultation-head {
		font-size: 16pt;
	}
	.consultation-head-yellow-circle {
		top: -10px;
		right: 10px;
		width: 50px;
		height: 50px;
	}
	.consultation-box-left {
		display: none;
	}
	.consultation-box .new-prop-input-group {
		width: calc(100% - 25px) !important;
	}
	.consultation-box form {
		text-align: center;
	}
	.consultation-box .button {
		margin: 0 auto;
	}

	/*************** Header */
	#main-header {
		height: 50px;
	}
	#burger-header-icon-holder, #burger-header {
		display: inline-block;
	}
	#header-right {
		float: right;
		width: auto;
	}
	#header-left {
		/* float: left;
        width: auto;
        padding: 0; */
	}
	.header-holder {
		height: 30px;
	}
	.header-logo {
		height: 28px;
		width: auto;
	}

	.header-title-holder .cf {
		display: none;
	}
	.header-name {
		margin-top: 3px;
	}
	.header-slogan {
		float: left;
		margin: 7px 10px;
        font-size: 8.5pt;
	}
	.header-slogan:before {
		content: "-";
		margin-left: 10px;
	}
	#header-left, .header-nav {
		display: none;
	}
	.header-advice, .header-new-property, .header-logins {
		float: none;
		padding: 10px 0 0 0;
		width: 100%;
		text-align: center;
	}
	#burger-header .button {
		width: 80%;
	}
	.home-add-new-btn {
		display: block;
	}


	/*************** Slider */
	.main-slider {
		height: auto;
	}
	.main-slider-left {
		display: none;
	}
	.main-slider-right {
		float: unset;
		display: block;
		width: 100%;
	}
	.main-slider-head {
		font-size: 18pt;
		margin-top: 20px;
	}
	.main-slider-head .yellow-circle {
		top: -7px;
		right: 10px;
		width: 50px;
		height: 50px;
	}
	.main-slider-head-desc {
		font-size: 12pt;
		padding-bottom: 20px;
	}
	.main-slider-itemlist {
		display: none;
	}
	.main-slider-box-holder {
		position: relative;
		height: auto;
		top: unset;
		right: unset;
	}
	.main-slider-box {
		margin: 10px auto;
        padding: 20px 15px;
        width: 310px;
		float: none;
	}
    .main-slider-box2 {
        margin: 10px auto;
        padding: 20px 15px;
        margin-top: 70px;
        width: 310px;
		float: none;
    }
	.main-slider-mashhad {
		display: none;
	}
	.main-slider-select2 {
		width: 100%;
		margin-left: 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #ddd;
	}
	.main-slider-select2-value {
		padding-right: 0;
	}
	.main-slider-search {
		display: none;
	}
    .footer-col .main-slider-search {
        display: block;
    }
	.main-slider-search-res {
		display: block;
	}
	.main-slider-toggle {
		text-align: center;
	}
	.main-slider-select2 .main-slider-select2-dropdown {
		width: 100%;
	}

	.intro-main, .intro-boxes, .intro-boxes-small, .intro-boxes-big {
		float: unset;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.intro-main {
		margin-top: 20px;
	}
	.intro-main-head {
		padding-right: 0;
	}
	.intro-main .intro-content {
		padding-bottom: 20px;
	}
	.intro-box-big {
		margin: 0;
	}

	/*************** Karash */
	.karash-right {
		float: unset;
		display: block;
		position: relative;
		width: 100%;
		padding: 20px 0;
	}
	.karash-left {
		float: unset;
		display: block;
		position: relative;
		width: 100%;
	}
	.karash-block {
		display: none !important;
	}
	.karash-action {
		padding: 0 0 30px 0;
	}
	.karash-input {
		float: unset;
		width: 100% !important;
		border-radius: 10px !important;
		-moz-border-radius: 10px !important;
		-webkit-border-radius: 10px !important;
		padding: 0;
	}
	.karash-btn {
		float: unset;
		width: 100%;
		margin-top: 10px !important;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	.karash-item-arrow {
		display: none;
	}
	/*************** Footer */
	.prop-card {
		display: block;
		float: none;
		width: calc(100% - 20px);
		margin: 30px auto;
	}
	.footer-col {
		display: block;
		float: none;
		width: calc(100% - 20px);
        margin: 10px;
	}
	.site-footer-end {
		padding-bottom: 80px;
	}
	.site-footer-socials, .site-footer-copyright {
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}

	/*************** Property */
	#sidebar {
		width: 0px;
		height: 0px;
		float: none;
	}
	.prop-sidebar {
		width: 100%;
		top: unset;
		bottom: 0;
		right: 0;
		z-index: 9997;
	}
	.prop-sidebar-ul {
		display: none;
	}
	.prop-sidebar br {
		display: none;
	}
	.prop-sidebar-btn {
		width: 50%;
		float: right;
		padding-bottom: 0;
	}
	.prop-sidebar-btn.btn-soldout {
		width: 100%;
	}
	.prop-sidebar-btn .button {
		width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 10px 5px;
	}
	.prop-sidebar-info {
		position: fixed;
		bottom: 44px;
		width: 100%;
		padding: 4px;
		background: #fff;
		border: 1px solid #f1f1f1;
	}
	.prop-sidebar-info .prop-sec-item-value {
		float: unset;
	}
	.single-article {
		width: 100%;
		float: none;
		display: block;
	}
	.single-article .prop-header {
		/* text-align: center; */
	}
	.prop-edit-image-link {
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		padding-top: 10px;
	}
	.prop-head-right, .prop-head-left {
		display: block;
		float: none;
		width: 100%;
		max-width: unset;
	}
	.prop-price, .prop-address {
		display: block;
		width: 100%;
		/* text-align: center; */
		padding: 0;
	}
	.prop-added-date, .prop-favorite-button {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		padding: 10px 0 0 0;
		margin: 0;
	}
	.prop-favorite-button i {
		position: relative;
		left: unset;
		top: unset;
	}
	.prop-slider {
		height: auto;
	}
	.prop-slider-right {
		display: block;
		float: none;
		width: 100%;
		border-bottom: 3px solid #fff;
	}
	.prop-slider-left {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
		padding-top: 10px;
	}
	.prop-slider-other {
		top: unset;
	}
	.prop-slider-item {
		display: inline-block;
		width: 100px;
		height: 67px;
		border-bottom: 0;
	}
	.prop-slider-arrow.active {
		display: none;
	}
	.prop-sec-header {
		/* text-align: center; */
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
	}
	.prop-sec-item-title {
		width: 100%;
		display: block;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}
	.prop-sec-item-value {
		float: left;
	}
	.prop-sec-content {
		/* text-align: center; */
	}
	.prop-sec-item {
		display: block;
		float: none;
		width: 100%;
	}
	#consultaion_form {
		text-align: center;
	}
	.consultation-desc {
		text-align: justify;
	}
	.new-prop-input-group.active {
		display: block;
		width: 100%;
	}
	.new-prop-input.relative-block, .new-prop-textarea.relative-block, .main-slider-select {
		display: inline-block !important;
		width: 100%;
		max-width: 300px;
	}
	.archive-filter {
		text-align: center;
	}
	.archive-result-image {
		display: block;
		float: none;
		width: 100%;
	}
	.archive-result-content {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		padding: 20px 10px;
	}
	.archive-result-title, .archive-result-date {
		display: block;
		float: none;
		text-align: center;
	}
	.archive-result-price {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	.archive-result-price .button {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	.archive-result-price .archive-result-information-pipe {
		display: block;
		position: relative;
		overflow: hidden;
		height: 10px;
		color: #1ec56b;
	}
	.um-login, .um-register {
		padding: 0;
	}
	.um-left, .um-right {
		width: 100% !important;
		margin: 0;
		padding: 5px 20px;
	}
	.um-myproperty-bg, .um-myproperty-info {
		float: unset;
		width: 100%;
	}
	#breadcrumbs {
		padding-left: 0;
		padding-bottom: 30px;
	}
    .header-name {
        font-size: 10pt;
    }
    .site-footer-info {
        padding: 30px 0;
    }
    .wrapper {
        padding: 10px 30px;
    }
    .main-slider-more .main-slider-select2 {
        width: 140px;
    }
    .main-slider-input2 {
        width: 130px;
    }
    .main-slider-input2.is-midlle-field {
        margin: 10px 5px 5px 5px;
    }
    .main-slider-select2 {
        padding: 6px 8px 5px 6px;
    }
    input[type="text"], input[type="tel"], input[type="number"], input[type="password"] {
        font-size: 12px !important;
    }
    .main-slider-more .main-slider-select2{
        font-size: 12px !important;
    }
    .main-slider-toggle-pro {
        font-size: 9pt;
        padding: 5px 0 0 0;
    }
    .main-slider-switch{
        width:200px
    }
    .main-slider-type-select-warper {
        left: -10px !important;
    }
    .main-slider-type-select-dropdown {
        width: calc(100% + 20px) !important;
    }
    .main-slider-select3 {
        width: 200px;
    }
    .main-slider-select3  .main-slider-search{
        display: block;
    }
    .main-slider-box-head {
        font-size: 11pt;
        font-weight: normal;
    }
    .main-slider-select-dropdown {
        width: calc(100% + 5px) !important
    }
    .main-slider-select-warper {
        left: -3px !important;
    }
	.button.button-blue{
		display: block;
		margin: auto;
	}
	.um-field {
		padding: 15px 15px 0 15px;
	}
	#sidebar{
		display: none;
	}
}