﻿@import url('http://fonts.googleapis.com/earlyaccess/droidarabickufi.css');
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	margin: 0;
	outline: none;
}
body {
	direction: rtl;
	font-family: 'Droid Arabic Kufi';
	font-size: 1.3em;
	line-height: 1.8;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Arabic Kufi';
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
a:hover, a:hover, a:focus {
	color: #3D3C3C;
	text-decoration: none;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.header {
}
.header .logo {
	padding: 15px;
	text-align: center;
}
.header .l-head {
}
.header .small-head-bar {
	text-align: left;
	color: #9A9A9A;
	border-bottom: 1px solid #F3F3F4;
	direction: ltr;
	line-height: 30px;
	font-size: 0.95em;
}
.header .small-head-bar a {
	color: #9A9A9A;
}
.header .small-head-bar .fa {
	color: #878787;
}
.header .small-head-bar .head-social {
	display: inline-block;
	float: left;
	margin-right: 25px;
	font-size: 1.2em;
}
.header .small-head-bar .head-social a {
	display: inline-block;
	margin: 0 2px;
}
.header .small-head-bar .head-infos {
	display: inline-block;
}
.header .small-head-bar .head-infos > span {
	display: inline-block;
	margin-right: 25px;
}
.head-menu {
	font-family: 'Droid Arabic Kufi';
	display: block
}
.slicknav_menu {
	display: none
}

.head-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.head-menu ul li {
	display: inline-block;
	float: right;
	position: relative;
}
.head-menu ul li a {
	display: inline-block;
	padding: 0 15px;
	font-size: 1.1em;
	color: #3D3C3C;
	line-height: 100px;
}
.head-menu ul li:hover > a {

}
.head-menu ul ul {
	background-color: #FFFFFF;
	width: 220px;
	position: absolute;
	right: 0;
	z-index: 9999;
	display: none;
	animation: fadeInUp 0.3s;
	-ms-animation: fadeInUp 0.3s;
	-moz-animation: fadeInUp 0.3s;
	-o-animation: fadeInUp 0.3s;
	-webkit-animation: fadeInUp 0.3s;
}
.head-menu ul ul ul {
	right: 100%;
	top: -2px;
}
.head-menu li li {
	display: block;
	float: none;
}
.head-menu li li a {
	display: block;
	float: none;
	line-height: 45px;
	border-bottom: 1px solid rgba(0,0,0,0.02);
}
.head-menu li:hover > ul {
	display: block;
}
.head-menu li .fa-caret-down {
	display: inline-block;
	font-size: 0.8em;
	color: rgba(0,0,0,0.2);
}
.head-menu li li .fa-caret-down {
	float: left;
	line-height: 45px;
}
.head-menu li li .fa-caret-down:before {
	content: "\f0d9";
}
.sliders {
}
.sliders .owl-dots {
	position: absolute;
	top: 30px;
	left: 120px;
}
.sliders .owl-dots div {
	display: inline-block;
	margin: 0 5px;
}
.sliders .owl-dots div span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sliders .owl-dots div.active span {

}
.sliders .one-slide {
	position: relative;
	background-color: #FFFFFF;
}
.sliders .one-slide .slide-cntn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.sliders .one-slide .slide-cntn h1 {
	float: left;
	padding: 30px 35px 35px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.8em;
}
.box-welcome {
}
.box-welcome .welcome-img {
}
.box-welcome .welcome-img img {
	width: 100%;
	height: auto;
}
.box-welcome .welcome-cntn {
	padding: 35px;
	position: relative;
}
.box-welcome .welcome-cntn h1 {
	margin: 0 0 25px;
	padding: 0;
	font-weight: bold;
	font-size: 1.8em;
}
.box-welcome .welcome-cntn p {
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom: 25px
}
.box-btn-absol {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 25px 12px;
	font-weight: 400;
	font-family: 'Droid Arabic Kufi';
	color: #FFFFFF;
	display: inline-block;
	z-index: 1;
}
.box-btn-absol span {
	display: block;
	z-index: 10;
}
.box-btn-absol .fa {
	margin-left: 5px;
}
.box-btn-absol:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
	background-color: transparent;
	width: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.box-btn-absol:hover:after {
	right: 0;
	width: 100%;
	background-color: #252525;
}
.box-btn-absol:hover {
	color: #FFFFFF;
}
.box-new-estate {
	background-color: #FAFAFB;
	padding: 65px 0 50px;
}
.box-title {
	text-align: center;
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 25px;
	font-weight: bold;
	font-size: 1.6em;
	color: #3D3C3C;
}
.box-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8%;
	height: 2px;
}
h2.box-title {
	text-align: right;
	margin: 0 0 15px;
	padding: 0 0 20px;
	font-weight: bold;
	font-size: 1.3em;
	color: #3D3C3C;
}
h2.box-title:after {
	left: auto;
	right: 0;
	width: 50px;
	height: 2px;
}
.home-new-estate {
}
.home-new-estate .owl-dots {
	text-align: center;
}
.home-new-estate .owl-dots div {
	display: inline;
	margin: 0 5px;
}
.home-new-estate .owl-dots div span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: rgba(0,0,0,0.1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.home-new-estate .owl-dots div.active span {

}
.one-estat {
	margin-bottom: 30px;
}
.one-estat .one-estat-wrap {
	position: relative;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.02);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.02);
}
.one-estat .one-estat-wrap .one-estat-img {
	position: relative;
	overflow: hidden;
	background-color: #333333;
}
.one-estat .one-estat-wrap .one-estat-img img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.one-estat:hover .one-estat-wrap .one-estat-img img {
	position: relative;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.5;
}
.one-estat .one-estat-wrap .one-estat-img > span {
	position: absolute;
	left: 0;
	bottom: 0;
	clear: left;
	display: inline-block;
	line-height: 30px;
	fontt-size: 1em;
	color: #FFFFFF;
	padding: 0 10px;
}
.one-estat .one-estat-wrap .one-estat-img > span.o-es-cat {
	bottom: 30px;
	background-color: #FFFFFF;
}
.one-estat .one-estat-wrap .one-estat-cntn {
}
.one-estat .one-estat-wrap .one-estat-cntn h1 {
	padding: 15px 10px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.6;
	color: #5A5858;
	font-weight: bold;
}
.one-estat:hover .one-estat-wrap .one-estat-cntn h1 {
}
.one-estat .one-estat-wrap .one-estat-cntn .one-estat-meta {
	padding: 5px 15px;
	font-size: 0.85em;
	color: #9A9A9A;
}
.one-estat .one-estat-wrap .one-estat-cntn .one-estat-meta .fa {
	color: #BBBBBB;
}
.one-estat .one-estat-wrap .one-estat-cntn .one-estat-meta span {
	display: inline-block;
	margin: 0 5px;
}
.one-estat .one-estat-wrap .one-estat-cntn .one-estat-meta span:first-child {
	margin-right: 0;
}
.tooltip {
	font-family: 'Droid Arabic Kufi';
}
.home-more-boxs {
	padding: 80px 0;
}
.box-about {
}
.box-about p {
	text-align: justify;
	color: #696969;
}
.box-about-acord {
}
.box-about-acord h3 {
	margin: 0;
	padding: 15px;
	color: #4F4E4E;
	border: 1px solid #F1F1F2;
	border-bottom: 0 solid #F1F1F2;
	font-size: 1.1em;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-about-acord h3 a {
	color: #4F4E4E;
	display: block;
}
.box-about-acord h3:hover a {
	color: #FFFFFF;
}
.box-about-acord h3:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
	background-color: transparent;
	z-index: -1;
	width: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-about-acord h3:hover:after {
	right: 0;
	width: 100%;
}
.box-about-acord h3:last-child {
	border-bottom: 1px solid #F1F1F2;
}
.box-about-acord h3 .fa {
	margin-left: 5px;
}
.box-about-acord h3:hover .fa {
	color: #FFFFFF;
	animation: fadeInLeft 0.6s;
	-ms-animation: fadeInLeft 0.6s;
	-moz-animation: fadeInLeft 0.6s;
	-o-animation: fadeInLeft 0.6s;
	-webkit-animation: fadeInLeft 0.6s;
}
.box-home-news {
	position: relative;
}
.box-home-news .owl-dots {
	position: absolute;
	top: -50px;
	left: 0;
}
.box-home-news .owl-dots > div {
	display: inline-block;
	margin: 0 2px;
}
.box-home-news .owl-dots > div span {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: rgba(0,0,0,0.1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-home-news .owl-dots > div.active span {
}
.one-h-news {
	position: relative;
	padding-right: 120px;
	min-height: 80px;
}
.one-h-news .o-h-news-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 99px;
}
.one-h-news .o-h-news-img img {
	width: 100%;
	height: auto;
}
.one-h-news .o-h-news-img .o-h-date {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 10px 7px;
	line-height: 1;
	font-size: 0.8em;
}
.one-h-news .o-h-news-img .o-h-date span {
	display: block;
	font-size: 1.3em;
}
.one-h-news h1 {
	margin: 0;
	padding: 5px 0;
	font-size: 1.2em;
	line-height: 1.6;
}
.box-searche-per {
	background-color: #FAFAFB;
	padding: 35px;
}
.box-searche-per h4 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
.box-searche-per select {
	padding: 8px 8px;
	border: 0;
	background-color: #FFFFFF;
	width: 100%;
	color: #4B4B4B;
}
.footer {
	padding: 35px 0;
	background-color: #3D3C3C;
	color: #FFFFFF;
}
.footer {
	padding: 45px 0;
	background-color: #3D3C3C;
	color: #FFFFFF;
}
.foot-title {
	text-align: right;
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 20px;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}
.foot-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	width: 10%;
	height: 2px;
	margin: 0 auto;
	width: 8%;
}
.foot-menu {
}
.foot-menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.foot-menu ul li {
	display: inline-block;
	float: right;
	width: 50%;
}
.foot-menu ul li a {
	display: block;
	padding: 1px 5px;
	color: rgba(255,255,255,0.8);
	font-size: 0.9em;
}
.foot-menu ul li:hover > a {
	color: rgba(255,255,255,1);
	text-indent: 4px;
}
.foot-contact {
}
.foot-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.foot-contact ul li {
	display: block;
	font-size: 0.9em;
	color: rgba(255,255,255,0.8);
}
.foot-contact ul li .fa {
	color: #1A1919;
	display: inline-block;
	font-size: 1.4em;
}
.foot-contact ul li span {
	display: inline-block;
	float: left;
}
.foot-contact ul li:after {
	content: "";
	clear: both;
	display: table;
}
.foot-contact iframe {
	width: 100%;
	margin-top: -45px;
}
.copyrights {
	background-color: #1F1F1F;
	color: #595757;
}
.copyrights p {
	display: inline-block;
	float: right;
	padding: 15px 0;
	font-size: 0.9em;
}
.copyrights a.ft {
	display: inline-block;
	float: left;
	width: 55px;
	height: 25px;
	background-image: url('images/ft.png');
	margin: 25px 0;
	opacity: 0.3;
}
.copyrights a.ft:hover {
	opacity: 1;
}
/************************************************************/
#primary {
	background-color: rgba(0,0,0,0.04);
	padding: 5px 0;
}
.site-main, .widget {
	margin: 5px 0 10px;
	background-color: #FFFFFF;
	padding: 15px;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.02);
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.02);
}
.page-header {
	margin: 0;
	padding: 0;
	border: 0;
}
.page-header .page-title {
	padding: 15px 0 25px 0;
	margin: 0 0 20px;
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
}
.page-header .page-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 15%;
	height: 2px;

}
.entry-meta, .entry-footer {
	padding: 5px 15px;
	font-size: 0.85em;
	margin: 0;
	color: #9A9A9A;
}
.entry-meta a, .entry-footer a {
	color: #9A9A9A;
}
.entry-meta .fa, .entry-footer .fa {
	color: #BBBBBB;
}
.entry-meta > span, .entry-footer > span {
	display: inline-block;
	margin: 0 5px;
}
.entry-meta > span:first-child, .entry-footer > span:first-child {
	margin-right: 0;
}
.entry-content {
	font-size: 1.1em;
	line-height: 1.9;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 25px 0;
	padding: 10px 0;
	font-size: 1.6em;
}
.widget-title {
	position: relative;
	text-align: right;
	margin: -15px -15px 15px;
	padding: 15px 15px 18px;
	font-weight: bold;
	font-size: 1.1em;
	color: #808080;
	background-color: #F9F9F9;
}
.widget-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	background-color: #C9C9C9;
	left: auto;
	right: 0;
	width: 20%;
	height: 2px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul li {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.02);
	padding: 5px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget ul li:last-child {
	border-bottom: 0px;
}
.widget ul li:hover {
	padding-right: 3px;
}
.search-list-rus {
}
.search-list-rus li {
	padding: 0;
	border-bottom: 1px solid #F5F5F5;
	position: relative;
	padding-right: 105px;
	min-height: 75px;
	margin-bottom: 15px;
	color: #C0C0C0;
}
.search-list-rus img {
	position: absolute;
	right: 0;
	top: 0;
	width: 95px;
	height: auto;
}
.search-list-rus h1 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	vertical-align: top;
}
.archi-post {
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F5F5F5;
	position: relative;
	padding-right: 320px;
	min-height: 180px;
}
.archi-post img {
	width: 300px;
	height: auto;
	position: absolute;
	top: 15px;
	right: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.archi-post h1 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 1.6em;
	font-weight: bold;
}
.archi-post .entry-meta {
	margin: 0;
	padding: 5px 0;
}
.comments-area {
	margin: 25px -15px -15px;
	padding: 15px;
	background-color: #F9F9F9;
}
.comments-area {
	margin: 25px -15px -15px;
	padding: 15px;
	background-color: #F9F9F9;
}
.comments-title, .comment-reply-title {
	text-align: right;
	position: relative;
	margin: 0 0 25px;
	padding: 15px 0 25px;
	font-weight: bold;
	font-size: 1.6em;
	color: #3D3C3C;
}
.comments-title:after, .comment-reply-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 8%;
	height: 2px;
}
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-list .comment {
	margin: 0;
	padding: 0px;
	margin-bottom: 15px;
	position: relative;
}
.comment-list .comment:after {
	content: "";
	display: table;
	clear: both;
}
.comment-list .comment-content {
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #808080;
	margin-right: 45px;
}
.comment-list .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.comment-list .comment-content p {
	margin: 0;
}
.comment-list .comment-meta {
	padding-right: 55px;
	font-size: 0.9em;
	color: #808080;
	margin-top: 15px;
}
.comment-list .comment-meta:after {
	content: "";
	clear: both;
	display: table;
}
.comment-list .comment-metadata {
	color: #999999;
	font-size: 0.9em;
}
.comment-list .comment-metadata a {
	color: #999999;
}
.comment-list .says {
	display: none;
}
.comment-list .fn {
	font-size: 1.4em;
}
.comment-list .comment-reply-link {
	display: inline-block;
	float: left;
	padding: 2px 5px 5px;
	margin-top: 5px;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.form-allowed-tags {
	display: none;
}
form label {
	display: block;
}
.single-property-head {
	max-height: 350px;
	overflow: hidden;
	background-position: center center;
	background-size: 100% auto;
	position: relative;
}
.single-property-head .s-p-h-w {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1;
}
.single-property-head h1 {
	position: relative;
	display: inline-block;
	margin: 45px 0;
	padding: 25px 25px 35px;
	color: #FFFFFF;
	font-size: 2em;
	z-index: 9999;
}
.single-property-first {
	margin-bottom: 30px;
}
.single-property-first .single-property-detial {
}
.single-property-first .single-property-detial-wrap {
}
.single-property-first .single-property-detial-wrap > span {
	display: block;
	padding: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.02);
	color: #999999;
}
.single-property-first .single-property-detial-wrap > span > span {
	display: inline-block;
	float: left;
	color: #666666;
}
.single-property-first .single-property-detial-wrap .fa {
	color: #999999;
}
.single-property-thumb {
	position: relative;
}
.single-property-thumb img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.single-property-thumb .o-es-cat {
	position: absolute;
	top: 15px;
	left: 30px;
}
.single-property-thumb .o-es-cat > span {
	margin: 0 2px;
	padding: 10px 10px 12px;
	background-color: #FFFFFF;
	display: inline-block;
	float: left;
	line-height: 1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.single-property-thumb .o-es-cat > .o-es-cate {
	color: #FFFFFF;
}
.single-property-thumb .o-es-prix {
	position: absolute;
	bottom: 15px;
	right: 30px;
	padding: 15px 25px 18px;
	margin: 0;
	line-height: 1;
	display: inline-block;
	background-color: #202020;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
}
.single-property-content {
	margin-bottom: 30px;
}
.single-property-map {
}
.single-property-map iframe {
	width: 100%;
	height: 350px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
}
.single-property-gallery {
	margin-bottom: 30px;
}
.single-property-gallery img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	height: auto;
}
.single-property-gallery .sml-img-g {
	padding: 5px;
}
.single-property-nav {
}
.widget_filter_property {
}
.widget input, .widget select {
	width: 100%;
	margin-bottom: 4px;
}
.widget button, .widget input[type=button], .widget input[type=submit] {
	text-align: center;
	margin: 0 auto;
	float: left;
	margin-bottom: 4px;
}
