﻿@charset "UTF-8";
@font-face
{
	font-family: DroidKufi;
	font-style: normal;
	font-weight: 700;
	src: url("fonts/DroidKufi-Regular.ttf") format("truetype");
}
.container-fluid
{
	padding-right: 50px;
	padding-left: 50px;
}
body
{
	overflow-x: hidden;
	/*background: #f7f9ff;*/
}
.text-center
{
	text-align: center !important;
}
a:hover, a:visited, a:active, a:focus, a:link
{
	color: #000;
	outline: 0 none;
	text-decoration: none;
}
.company-detail-box a:hover, .company-detail-box a:visited, .company-detail-box a:active, .company-detail-box a:focus, .company-detail-box a:link
{
	text-decoration: none;
	color: #337ab7;
}
.company-detail-box a.*
{
	box-sizing: content-box !important;
}
a
{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
input:focus
{
	outline: none;
}
.img-center
{
	margin: 0 auto;
}
.header
{
	background:#c49741;
	height: 80px;
	padding: 0 50px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.home .header {
	background-color: transparent !important;
}
.logo
{
	float: left;
}
.logo img
{
	max-height: 80px;
	width: auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.header-menu
{
	text-transform: uppercase;
	font-weight: 600;
	float: right;
	margin-right: 100px;
	line-height: 80px;
}
.header-menu li
{
	float: left;
	/*border-right: 1px solid #dcc28f;*/
	border-right: 1px solid transparent;
	position: relative;
}
.header-menu li a
{
	color: #FFF;
	padding: 0 12px;
	display: block;
}
.header-menu li.current-menu-item a
{
	opacity: 1;
}
.header-tools
{
	float: right;
}
.header a.signup
{
	height: 50px;
	line-height: 48px;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	float: left;
	padding: 0 25px;
	color: #fff;
	text-transform: uppercase;
}
.header a.signup:hover
{
	background: #fff;
	color: #c49741;
}
.header-tools ul
{
	float: right;
}
.header-tools ul li
{
	float: left;
}
.header-tools ul li a
{
	height: 50px;
	line-height: 48px;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	float: left;
	padding: 0 25px;
	color: #fff;
	text-transform: uppercase;
}
.header-tools ul li a:hover
{
	background: #fff;
	color: #c49741;
}
.menu-toggle
{
	float: right;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: -20px;
	padding: 0 20px;
}
.menu-toggle i
	{
		line-height: 60px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
.push-menu
{
	width: 250px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 60px;
	display: none;
}
.push-menu.active
	{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
.menu-overlay
{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 99;
	cursor: pointer;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}
.menu-overlay.active
	{
		display: block;
	}
.push-menu li
{
	border-bottom: 1px solid #eee;
	display: block;
}
.push-menu li a
	{
		display: block;
		padding: 10px 20px;
		color: #37474f;
	}
.push-menu li a:hover
		{
			background: #f7f7f7;
		}
.push-menu .lang-switch a
{
	height: 45px;
	line-height: 43px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c49741;
	color: #c49741;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 0;
}
.push-menu .lang-switch a:hover
	{
		background: #c49741;
		color: #fff;
	}
.header.header-small
{
	height: 60px;
}
.home .header.header-small {
	background: #c49741 !important;
}
.header.header-small .logo img
	{
		max-height: 60px;
	}
.header.header-small .header-menu
	{
		line-height: 60px;
	}
.header.header-small a.signup,
.header.header-small .header-tools ul li a
	{
		height: 40px;
		line-height: 38px;
		margin-top: 10px;
	}
/* flash */
.flash {
	background-image: url("../images/bg-home.jpg");
	background-position: center center;
	background-size: cover;
	height: 650px;
	position: relative;
	width: 100%;
	z-index:999;
}
.flash:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 3;
	background: #000;
	opacity: 0.35;
}
.flash-search {
	position: absolute;
	z-index: 4;
	top: 75%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	margin-top: 50px;
	width:500px;
	background: #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	height: 60px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.flash-search-fields
{
	float: left;
	width: 90%;
}
.flash-search-button {
	float: right;
	width: 10%;
	height: 60px;
	line-height: 60px;
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	color: #c49741;
	font-size: 1.6em;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.flash-search-button:hover
{
}
.flash-search-field-item
{
	float: left;
	width: 33.3333%;
	color: #999;
	border-right: 1px solid #dce0e0;
}
.flash-search-field-item:first-child .selectric
{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.divServices
{
	position:absolute;
	top:35%;
	left:0;
	z-index:4;
}
.flash-ad {
	background-image: url("../images/flash-ad.jpg");
	background-position: center center;
	background-size: cover;
	height: 460px;
	position: relative;
	width: 100%;
	z-index: 999;
}
.flash-ad:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 3;
	background: #000;
	opacity: 0.15;
}
.flash-ad .content {
	position: absolute;
	left: 0;
	right: 0;
	top:45%;
	margin:0 auto;
	z-index: 4;
}
.flash-ad .content h2 {
	margin: 10px auto;
	text-align: center;
	color: #FFF;
	font-size: 2.4em;
	font-weight: 700;
}
.divServices h2 {
	margin: 10px auto 20px;
    text-align:center;
	color:#FFF;
	font-size:1.8em;
	font-weight:700;
}
.rtl .divServices
{
	right: 0;
}
.divServices ul
{
	margin: 0 20px;
}
.divServices ul li
{
    padding-left: 5px;
}
.divServices img {
	max-width: 100%;
	width:80%;
	border: solid 4px #c49741;
	border-radius: 50%;
}
.divImgService
{
   /*position: relative;*/
   margin-bottom:10px;
}
.divImgService .sername
{
  /*position:absolute;
  bottom:0;
  left:0;
  right:0;*/
  text-align:center;
}
.divImgService .sername .sername-text
{
	font-size:0.8em;
	padding: 7px 0;
	color: #FFF;
	/*background: #a2741e;*/
	padding: 6px 4px;
	font-weight:700;
}
.services-icons img:hover
{
	opacity: 0.9;
}
.flash-buttons
{
	position: absolute;
	left: 0;
	right:0;
	top:120px;
	z-index: 4;
	text-align:center;
	margin:0 auto;
}
.flash-buttons a{
	color:#fff;
	margin-right:10px;
	margin-left:10px;
	text-transform:capitalize;
}
.filter-keyword {
	height:60px;
	padding:0 30px;
	border:0;
	margin:0;
	background:none;
	width:100%;
	display:block;
	color:#999;
	text-transform:uppercase;
	-moz-appearance:none;
}
select.filter-keyword
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background: #fff url(../Images/arror-img.png) no-repeat right center;
}
@-moz-document url-prefix()
{
	select.filter-keyword
	{
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		background: #fff url(../Images/arror-img.png) no-repeat right center;
		background-color: #FFF;
	}
}
/* Section*/
.section
{
	padding: 40px 0;
}
.section-box
{
	margin-bottom: 40px;
}
.section-box:last-child
	{
		margin-bottom: 0;
	}
.section-box-title {
	font-weight: 600;
	text-align: center;
	color: #495265;
	font-size: 1.5em;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.home .section-box-title {
	text-align:left;
}
.section-box-title h2 {
	font-weight:600;
	text-align:left;
	color:#20232a;
	font-size:1.2em;
	margin-bottom:15px;
	text-transform:capitalize;
	margin-left:8px;
}
.section-box-title span
	{
		position: relative;
	}
.section-box-title span:before
		{
			content: "";
			position: absolute;
			right: -20px;
			top: 50%;
			height: 8px;
			width: 8px;
			border-radius: 100%;
			background: #c49741;
			margin-top: -4px;
		}
.section-box-title span span:before
		{
			right: -32px;
			height: 6px;
			width: 6px;
			margin-top: -3px;
		}
.section-box-title span span span:before
		{
			right: -42px;
			height: 4px;
			width: 4px;
			margin-top: -2px;
		}
.section-box-title span:after
		{
			content: "";
			position: absolute;
			left: -20px;
			top: 50%;
			height: 8px;
			width: 8px;
			border-radius: 100%;
			background: #c49741;
			margin-top: -4px;
		}
.section-box-title span span:after
		{
			left: -32px;
			height: 6px;
			width: 6px;
			margin-top: -3px;
		}
.section-box-title span span span:after
		{
			left: -42px;
			height: 4px;
			width: 4px;
			margin-top: -2px;
		}
/* Companies */
.company-item
{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	position: relative;
}
.company-item-image
{
	position: relative;
}
.company-image img {
	/*max-width: 100%;
	max-height: 190px !important;*/
	max-width: 100%;
	max-height: 190px !important;
	text-align: center;
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.company-rate
{
	position: absolute;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #c49741;
	color: #fff;
	border-radius: 100%;
	top: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 1.2em;
}
.company-title {
	color: #666;
	font-weight: 600;
	font-size: 13px;
	padding: 10px 0 10px 0;
	/*overflow: hidden;*/
	min-height: 100px !important;
	text-transform: uppercase;
}
.company-title a
	{
		color: #666;
	}
.company-title:after
	{
		content: "......................................................................................................";
		color: #666;
		font-size: 0.6em;
		letter-spacing: 2px;
		display: block;
		width: 100%;
		overflow: hidden;
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
	}
.company-address
{
	padding: 0;
	color: #666;
	font-size: 0.8em;
	line-height: 20px;
	min-height: 20px;
	overflow: hidden;
}
.company-phone
{
	margin: 10px 0;
	font-weight: 600;
	color: #c49741;
	font-size: 0.9em;
}
.company-phone span
	{
		color: #666;
		margin-right: 5px;
	}
.phone-text-ar
{
	color: #c49741 !important;
	direction: ltr !important;
}
/* Category */
.category-grid
{
	margin-top: -20px;
}
.category-grid-item
{
	border-radius: 5px;
	padding: 4px;
	background: #fff;
	margin-top: 10px;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
}
.category-grid-item-image
{
	/*position: relative;*/
	text-align:center;
}
.category-grid-item-image img {
	border-radius: 50%;
	max-width:50%;
}
/*.category-grid-item-image:after
{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(34, 37, 43, 0.1);
	content: "";
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}*/
.category-grid-item-title {
	/*position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);*/
	text-align: center;
	display: block;
	width: 100%;
	z-index: 2;
	font-weight: 600;
	font-size: 0.8em;
	color: #495265;
	margin-top:5px;
	/*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
}
/*.category-grid-item-title:after
{
	position:absolute;
	right:50%;
	bottom:-15px;
	border-radius:4px;
	height:3px;
	width:50px;
	margin-right:-25px;
	content:"";
	background:#c49741;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}*/
.category-grid-item:hover .category-grid-item-image:after
{
	background:rgba(34, 37, 43, 0.6);
}
.category-grid-item:hover .category-grid-item-title:after
{
	-webkit-transform: scaleX(1.5);
	transform: scaleX(1.5);
}
#carousel-cats {
	padding-left:80px;
	padding-right:80px;
}
.application {
	background: url("../images/application.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 40px 0;
}
.application:after
	{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #e7e7e7;
		opacity: 0.9;
		content: "";
		top: 0;
		left: 0;
		z-index: 1;
	}
.application-content
{
	position: relative;
	z-index: 2;
}
.app-preview
{
	margin-left: -30px;
}
.application-title
{
	margin-bottom: 30px;
}
.application-title:after
	{
		width: 50px;
		height: 3px;
		content: '';
		background: #c49741;
		display: inline-block;
	}
.application-title h2
	{
		text-transform: uppercase;
		font-weight: 600;
		font-size: 2.66667em;
		color: #c49741;
		margin-bottom: 0;
		margin-top: 40px;
	}
.application-title h3
	{
		text-transform: uppercase;
		font-weight: 300;
		font-size: 2.33333em;
		color: #666;
		margin-bottom: 0;
		margin-top: 10px;
	}
.application-links
{
	margin-top: 20px;
}
.application-links a
	{
		float: left;
		margin-right: 10px;
	}
.application-links a img
		{
			width: 200px;
		}
/* Footer */
.footer
{
	background: #fff;
	padding: 50px 0;
}
.footer-title
{
	color: #666;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.footer-title:before
	{
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		background: #c49741;
		border-radius: 8px;
		margin-right: 10px;
	}
.footer ul li
{
	line-height: 30px;
	width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
}
.footer ul li a
	{
		color: #696969;
	}
.footer ul li a:hover
		{
			color: #c49741;
		}
.newsletter-text
{
	color: #666;
	line-height: 25px;
}
.newsletter-form
{
	margin-top: 20px;
	position: relative;
}
.newsletter-input
{
	border: none;
	border: 1px solid #e2e2ec;
	display: block;
	width: 100%;
	border-radius: 50px;
	height: 50px;
	padding: 0 15px;
	color: #999;
	text-transform: uppercase;
}
.newsletter-input:focus
	{
		border-color: #c49741;
	}
.newsletter-submit
{
	border: 0;
	background: #c49741;
	border-radius: 50px;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
}
.newsletter-result
{
	text-align: center;
	margin-top: 10px;
}
.about-text
{
	color: #666;
	line-height: 25px;
}
.social
{
	margin-top: 30px;
}
.social-links a
{
	float: left;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	background: #c49741;
	color: #fff;
	margin-right: 10px;
	line-height: 40px;
	font-size: 1.2em;
	text-align: center;
	margin-top: -10px;
}
.social-links a:hover
	{
		background: #8F8888;
	}
.social-links a i
	{
		line-height: 40px;
	}
.copyright
{
	padding: 15px 0;
	background: #fff;
	border-top: 1px solid #eee;
	color: #999;
	font-size: 0.8em;
	text-transform: uppercase;
}
.copyright li a
	{
		color: #666;
	}
/* Page */
.main
{
	margin-top: 170px;
}

.page-wrapper
{
	margin-top: 60px;
}

/* Explore */
.loading
{
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 100;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.loading-image
{
	position: absolute;
	right: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-right: -25px;
	margin-top: -25px;
	font-size: 3em;
	color: #c49741;
}

.list-wrapper
{
	padding-left: 30%;
}

.map-holder
{
	position: fixed;
	left: 0;
	height: 100%;
	background: #eee;
	width: 30%;
	top: 0;
	padding-top: 170px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#map
{
	height: 100%;
}

.filters
{
	position: fixed;
	width: 100%;
	top: 60px;
	left: 0;
	z-index: 2;
}

.filter
{
	height: 60px;
	padding: 10px 0;
	background: #fff;
}

.filter-item
{
	text-transform: uppercase;
}

.filter-text
{
	width: 100%;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 0 15px;
	text-transform: uppercase;
}

.filter .selectric .label
{
	text-overflow: ellipsis;
	margin: 0 15px 0 15px;
	line-height: 38px;
	height: 38px;
}

.filter .selectric
{
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
}

	.filter .selectric .button
	{
		right: 10px;
		height: 38px;
	}

.filter-text:focus,
.filter-select:focus
{
	border-color: #d5d5d5;
}

.alphabet
{
	background: #eee;
	padding: 10px 0;
	text-align: center;
	max-height: 50px;
	overflow: hidden;
}

.alphabet-item
{
	display: inline-block;
	font-weight: 600;
	line-height: 30px;
}

	.alphabet-item a
	{
		color: #c49741;
		width: 30px;
		height: 30px;
		text-align: center;
		border-radius: 50%;
		display: inline-block;
	}

		.alphabet-item a:hover,
		.alphabet-item a.active
		{
			background: #fff;
		}

		.alphabet-item a.active
		{
			width: 50px;
			border-radius: 30px;
		}

		.alphabet-item a .alphabet-remove
		{
			background: #f02;
			color: #fff;
			height: 14px;
			width: 14px;
			line-height: 14px;
			margin-left: 10px;
			border-radius: 50%;
			display: none;
		}

		.alphabet-item a.active .alphabet-remove i
		{
			font-size: 0.8em;
			position: relative;
			top: -2px;
		}

		.alphabet-item a.active .alphabet-remove
		{
			display: inline-block;
		}

.companies-list-wrapper
{
	padding: 20px;
}
/* Partner Detail */
.company-detail-title
{
	padding: 50px 0;
}
.company-detail-title h1
	{
		margin-top: 0;
		margin-bottom: 0;
		font-size: 2.66667em;
		color: #c49741;
		text-transform: uppercase;
	}
.company-detail-title h2
	{
		margin-top: 15px;
		margin-bottom: 0;
		text-transform: uppercase;
		color: #666;
		font-weight: 300;
	}
.company-detail-top
{
	border-bottom: 1px solid #e5e7ef;
	border-top: 1px solid #e5e7ef;
	background: #fff;
	position: relative;
}
.company-logo-image
{
	float: left;
	width: 250px;
	margin-right: 30px;
	min-height:350px;
}
.company-detail-logo
{
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
	position: relative;
	top: 30px;
	min-height: 180px !important;
}
.company-detail-logo img
	{
		width: 100%;
	}
.company-detail-box {
	padding: 30px 0;
	min-height: 300px;
}
.company-detail-main-title
{
	color: #666;
	font-size: 2em;
	margin-top: -5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 400;
}
.company-detail-rate {
	min-height: 22px;
}
.company-detail-rate-star
{
	display: inline-block;
	margin-right: 10px;
	color: #ddd;
	position: relative;
}
.company-detail-rate-star:after
	{
		content: "";
		font-family: FontAwesome;
	}
.company-detail-rate-star-active
{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	color: #ffc000;
}
.company-detail-rate-star-active:after
	{
		content: "";
		font-family: FontAwesome;
	}
.company-detail-rate span
{
	color: #999;
}
.company-detail-list {
	margin-top: 5px;
}
.company-detail-list-item {
	color: #666;
	line-height:24px;
}
.company-detail-list-item .open-hour
	{
		color: #4484db;
		margin-right: 10px;
	}
.open-hour-item
{
	display: inline-block;
}
.company-detail-discount
{
	float: right;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	background: #c49741;
	color: #fff;
	border-radius: 100%;
	font-weight: 600;
	font-size: 2.7em;
	margin-top: -60px;
	position: relative;
	z-index: 10;
}
.company-detail-discount span
	{
		font-size: 0.5em;
		margin-left: 5px;
	}
.company-detail-content
{
	padding: 40px 0;
}
.company-detail-content-text
{
	line-height: 25px;
	color: #666;
	font-size: 0.95em;
}
.company-detail-content-text p:last-child
	{
		margin-bottom: 0;
	}
.company-detail-gallery img
{
	border-radius: 4px;
	width: 100%;
}
.company-detail-gallery-other
{
	margin-top: 20px;
}
a.company-detail-gallery-all-image
{
	position: relative;
	display: block;
}
a.company-detail-gallery-all-image:after
	{
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.6);
		border-radius: 4px;
		content: "";
		z-index: 5;
	}
a.company-detail-gallery-all-image:hover:after
	{
		background: rgba(0, 0, 0, 0.7);
	}
.company-detail-gallery-overlay
{
	position: absolute;
	top: 50%;
	width: 100%;
	line-height: 30px;
	margin-top: -15px;
	color: #fff;
	z-index: 6;
	text-align: center;
	font-weight: 600;
}
.company-detail-map
{
	margin-top: 30px;
}
#company-map
{
	height: 300px;
	border-radius: 4px;
}
.company-detail-review
{
	margin-top: 40px;
}
.company-detail-review-title
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	font-weight: 600;
}
.company-detail-review-title .star
	{
		display: inline-block;
		margin-right: 5px;
		color: #ddd;
		position: relative;
	}
.company-detail-review-title .star:after
		{
			content: "";
			font-family: FontAwesome;
		}
.company-detail-review-title .star-active
	{
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		color: #ffc000;
	}
.company-detail-review-title .star-active:after
		{
			content: "";
			font-family: FontAwesome;
		}
.company-detail-review-item
{
	margin-top: 40px;
	position: relative;
	padding-left: 100px;
	min-height: 100px;
}
.review-left
{
	position: absolute;
	left: 0;
	top: 0;
}
.company-detail-review-item .avatar img
{
	border-radius: 50%;
}
.company-detail-review-item .review-rate
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 15px;
}
.company-detail-review-item .review-rate span
	{
		background: #c49741;
		padding: 0 5px;
		color: #fff;
		margin-right: 5px;
		border-radius: 4px;
		line-height: 20px;
		display: inline-block;
	}
.company-detail-review-item .review-author
{
	font-weight: 600;
	color: #333;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.company-detail-review-item .review-text
{
	font-size: 0.85em;
	color: #666;
	line-height: 20px;
}
.company-detail-add-review
{
	margin-top: 40px;
	border-top: 1px solid #ccc;
	padding-top: 40px;
}
.review-submit
{
	text-align: center;
}
.company-detail-add-review textarea
{
	resize: vertical;
}
.review-button {
	background: #c49741;
	border-radius: 4px;
	font-size: 1.1em;
	font-weight: 600;
	color: #fff;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 20px;
	border: 0;
	cursor: pointer;
}
.btn-request {
	float: right;
}

.btn-round, .btn-round {
	background: #c49741;
	border-radius: 12px;
	font-size: 1em;
	font-weight: 600;
	color: #FFF !important;
	height: 30px;
	line-height: 20px;
	display: inline-block;
	padding: 5px 15px;
	border: 0;
	cursor: pointer;
	margin-top: 10px;
}

.ratingEmpty {
	background-image: url(../images/ratingStarEmpty.gif);
	width: 18px;
	height: 18px;
}

.ratingFilled {
	background-image: url(../images/ratingStarFilled.gif);
	width: 18px;
	height: 18px;
}

.ratingSaved {
	background-image: url(../images/ratingStarSaved.gif);
	width: 18px;
	height: 18px;
}

#divReviews .alert {
	margin-bottom: 12px;
}
#divReviews {
	display:block;
	margin-top:25px;
	padding-bottom:20px;
}
#divReviews h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}
#divReviews input[type=text] {
	background: #F8F8F8;
	border-radius: 0;
	height: 36px;
}
#divReviews textarea {
	background: #F8F8F8;
}
#divReviews .form-input {
	width: 200px !important;
	max-width: 300px !important;
}
/* RTL */
@import url(//fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body.rtl
{
	font-family: DroidKufi, Arial, Helvetica, sans-serif !important;
}
.rtl .section-box-title h2{
	text-align:right !important;
}
.rtl .logo {
	float: right;
}
.rtl .header-menu
{
	float: right;
	margin-left: 0;
	margin-right: 100px;
}
.rtl .header-menu li
{
	float: right;
	border-right: none;
	border-left: 0 solid #dcc28f;
}
.rtl .header-tools
{
	float: left;
}
.rtl .header a.signup
{
	float: right;
}
.rtl .menu-toggle
{
	float: left;
	margin-right: 0;
	margin-left: -20px;
}
.rtl .push-menu
{
	right: auto;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.rtl .push-menu.active
	{
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
.rtl .flash-search-fields
{
	float: right;
}
.rtl .flash-search-button
{
	float: left;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.rtl .flash-search-field-item
{
	float: right;
	width: 33.3333%;
	border-left: 1px solid #dce0e0;
	border-right: none;
}
.rtl .flash-search-field-item:first-child .selectric
	{
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
	}
.rtl .application-links a
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.rtl .footer-title:before
{
	margin-left: 10px;
	margin-right: 0;
}
.rtl .footer ul li
{
	float: right;
}
.rtl .newsletter-submit
{
	right: inherit;
	left: 5px;
}
.rtl .social-links a
{
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.rtl .company-logo-image
{
	float: right;
	margin-right: 0;
	margin-left: 30px;
}
.rtl .company-detail-rate-star
{
	margin-right: 0;
	margin-left: 10px;
}
.rtl .company-detail-rate-star-active
{
	left: inherit;
	right: 0;
}
.rtl .company-detail-list-item .open-hour
{
	margin-right: 0;
	margin-left: 10px;
}
.rtl .company-detail-discount
{
	float: left;
}
.rtl .company-detail-discount span
	{
		margin-left: 0;
		margin-right: 5px;
	}
.rtl .company-detail-review-title .star
{
	margin-left: 5px;
	margin-right: 0;
}
.rtl .company-detail-review-title .star-active
{
	left: inherit;
	right: 0;
}
.rtl .company-detail-review-item
{
	padding-left: 0;
	padding-right: 100px;
}
.rtl .review-left
{
	left: inherit;
	right: 0;
}
.rtl .company-detail-review-item .review-rate span
{
	margin-right: 0;
	margin-left: 5px;
}
.company-list
{
	margin-top: -20px;
}
.company-list .company-item
	{
		margin-top: 20px;
	}
#divSearch
{
	width: 100%;
	position: relative;
	margin: 0;
	background-color: transparent !important;
	z-index: 98;
}
.CompletionListCss
{
	z-index: 98;
	font-size: 12px;
	list-style-type: none;
	background-color: transparent !important;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 90px;
	left: 0;
}
.CompletionListCss li
	{
		color: #999 !important;
		padding: 10px 8px !important;
		border: 1px solid #dce0e0;
		line-height: 18px;
	}
.page-search-button
{
	float: left !important;
	width: 10%;
	height: 20px;
	line-height: 20px;
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	color: #c49741;
	font-size: 1.6em;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.companies-list-wrapper
{
	padding: 35px 20px;
}
.page-search
{
	position: absolute;
	z-index: 4;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	margin-top: 30px;
	padding: 15px 0;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	height: auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
select:focus, select:after, select, select, select option
{
	outline: none !important;
	border: 0 !important;
	outline-width: 0;
}
.alert-danger
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-box
{
	padding: 15px;
	margin-bottom: 21px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.error-box
{
	padding: 15px;
	margin-bottom: 21px;
	background-color: #f2dede;
	border-color: #ebccd1;
	border-radius: 4px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover
{
	color: #ffffff;
	background-color: #c49741;
	border-color: #c49741;
}
.table
{
	border-color: #ccc !important;
	border-style: solid !important;
	background: none !important;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
#rptPaging a, #lbNext, #lbPrevious, #lbFirst, #lbLast
{
	display: inline-block;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none !important;
	border: solid 1px #ccc;
	text-decoration: none !important;
	font-weight: normal !important;
	color: #c49741;
}

#lbNext, #lbPrevious, #lbFirst, #lbLast
{
	padding: 0 8px;
}

#rptPaging a:hover, #rptPaging a:active
{
	background-color: #6C6C6C;
	color: #fff !important;
}

.page_disabled, .page_disabled:hover
{
	background-color: #6C6C6C;
	color: #fff !important;
}
.aspNetDisabled, .aspNetDisabled:hover
{
	background-color: #eee;
	display: inline-block;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 5px;
	text-decoration: none !important;
	border: solid 1px #ccc;
	text-decoration: none !important;
	font-weight: normal !important;
	color: #CCC !important;
	cursor: none;
}
.logo-div {
	/*background: #ddd;
	min-height: 190px !important;
	max-height: 190px !important;
	position: relative;*/
	background: #ddd;
	height: 190px !important;
	position: relative;
	text-align: center;
	margin: auto;
}
.logo-img
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pagination-div
{
	margin: 50px;
}
.service-title
{
	display: inline-block;
	height: 0;
	border-style: solid;
	border-width: 0 45px 45px 45px;
	border-color: transparent transparent #C49741 transparent;
	padding: 0;
}
.service-title h2
{
	font-size: 20px;
	margin: 10px 0;
	border-color: #c49741;
	color: #FFF;
}
.note-info
{
	background-color: #e4f2f5;
	border-color: #C49741 !important;
	margin: 0 10px 15px 10px;
	/*color: #C49741;*/
}
.note
{
	padding: 10px;
	border-left: 6px solid;
	border-radius: 5px;
}
.page-content ul
{
	margin-left: 25px;
}
.page-content ul li
{
	list-style-type: disc;
}
.page-content h4
{
	font-weight: bold;
	margin-top: 15px;
	font-size: 16px;
}
.rtl .page-content ul
{
	margin-right: 25px;
}
.rtl .page-content ul li
{
	list-style-type: none;
}
.rtl .page-content h4
{
	font-weight: bold;
	margin-top: 20px;
	font-size: 16px;
}
@media screen and (max-width:500px) {
	.table .page-td
	{
		display: block !important;
		width: 100% !important;
		padding: 10px 4px !important;
	}
	.table td:nth-child(3)
	{
		text-align: center !important;
	}
	.pagination-div
	{
		margin: 10px 0;
	}
	.company-detail-box
	{
		margin: 30px 0;
	}
	#company-map
	{
		height: 150px;
	}
	.company-detail-discount
	{
		position: absolute;
		right: 15px !important;
		margin: 0;
		top: -30px !important;
	}
	.company-detail-discount
	{
		width: 55px !important;
		height: 55px !important;
		line-height: 55px !important;
		font-size: 1.5em;
		margin-top: -32.5px;
	}
	.footer ul li
	{
		line-height: 30px;
		width: 100%;
		float: left;
		border-bottom: 1px solid #eee;
	}
	.company-title
	{
		margin-top: 5px !important;
		min-height: 100% !important;
	}
	.alphabet
	{
		max-height: 100%;
		overflow: hidden;
	}
	.company-detail-logo
	{
		min-height: 100% !important;
	}
}
@media screen and (max-width:767px)
{
	.flash {
		background-image: url(../images/bg-home.jpg);
		background-position: center center;
		background-size: cover;
		height: auto !important;
		position: static;
		width: 100%;
		padding: 15px 0;
	}
	.flash:after
	{
		opacity:0;
		content:unset !important;
	}
	.flash-buttons
	{
		height: auto !important;
		position: static;
		width: 100%;
		margin: 50px auto 0 auto;
		text-align: center;
	}
	.flash-buttons a
	{
			margin-top: 5px;
			font-size: 1em;
			padding: 0 8px;
	}
	.flash-search
	{
		position: relative !important;
		left:9%;
		width:80% !important;
		height:80px !important;
		margin:20px 0 !important;
		webkit-transform: none !important;
		transform: none !important;
	}
	.rtl .flash-search
	{
		right: 9%;
	}
	.flash-search-button
	{
		background:#FFF;
		margin-bottom:15px;
	}
	.divServices
	{
		position:static;
		width:100%;
		display:block;
		margin:10px auto;
		z-index:4;
	}
	.service-title h2
	{
		font-size: 18px;
		margin: 5px 0;
	}
	#btn_quick_search
	{
		margin-top: 10px !important;
	}
	.logo-div
	{
		background-color: transparent;
		position: static !important;
	}
	.logo-img
	{
		position: static !important;
	}
	.filter
	{
		height: auto !important;
	}
	.company-detail-box {
		min-height: unset;
		float:unset;
	}
	.company-logo-image {
		min-height: unset;
		float: unset;
	}
	.company-detail-title {
		padding:20px 0 60px 0;
	}
	.company-detail-title h1 {
		font-size:1.8em;
		text-align:center;
	}
	.company-detail-logo {
		min-height:80px !important;
	}
	.company-logo-image {
		float: unset !important;
		min-height: unset !important;
	}
	.company-detail-box {
		min-height: unset !important;
	}
	#carousel-cats {
		padding-left: 8px;
		padding-right: 8px;
	}
	.divImgService .sername .sername-text {
		color: #495265;
		font-size: 1em;
	}
	.divServices h2 {
		font-size:1.2em;
		color: #495265;
		margin-top: 40px;
	}
	.divServices img {
		width:160px;
	}
	#carousel-cats .owl-item {
		max-width: 117px !important;
	}
	#carousel-cats .owl-item img {
		max-width: 100% !important;
	}
	#featured-companies .owl-item {
		max-width: 117px !important;
	}
	#featured-companies .owl-item img {
		max-width: 100% !important;
	}
	/*.category-grid-item-image img {
		text-align: center;
		max-width: 160px !important;
		display: inline !important;
	}*/
	.review-button {
		height: 40px;
		line-height: 40px;
	}
	.section {
		padding: 0;
	}
}

