@font-face {
	font-family: "DroidKufi-Regular";
	src: url("../bootstrap/fonts/DroidKufi-Regular.eot");
	src: url("../bootstrap/fonts/DroidKufi-Regular.eot?#iefix") format("embedded-opentype"),
		url("../bootstrap/fonts/DroidKufi-Regular.woff") format("woff"),
		url("../bootstrap/fonts/DroidKufi-Regular.ttf") format("truetype"),
		url("../bootstrap/fonts/DroidKufi-Regular.svg#bootstrap/fonts/DroidKufi-Regular") format("svg");
}

.list-u{list-style: none;float: right;color: white;}
.list-u li{float: right; margin: 0 10px; }
.list-u li a{color: white; }


.search-box .btn-success {
	display: block;
	/*margin: 53px auto 14px;*/
	width: 100px;
}

.search-box .small-box-header {
	text-align: center;
	padding: 15px 0 15px;
	background-color: #222d328f;
	margin: 0 0 15px;
}

.search-box {
	border: 1px solid #222d3261;
	/*background-color: #00c0ef3b!important; */
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
body {
	font-family: "DroidKufi-Regular";
}

.select2 {
	font-size: 12px;
}

@media (min-width: 497px) {
	.main-footer {
		bottom: 30px;
		right: 20%;
		width: 50%;
		background: none;
		border: 0;
	}
}

@media (max-width: 496px) {
	.main-footer {
		bottom: 30px;
		right: 0;
		width: 100%;
		background: none;
		border: 0;
	}
}

@media (max-width: 219px) {
	.main-footer .col-xs-12 {
		padding: 0;
	}
}

.btn-modal {
	height: 150px;
	line-height: 150px;
	font-size: 2em;
	margin-bottom: 10px;
}

#create-real-estate-modal .modal-body {
	border: 5px solid red;
}

select.form-control {
	height: 40px;
}


/* captcha */
.input-group-captcha input {
	line-height: 45px;
	height: 45px;
}

.input-group-captcha .input-group-addon {
	padding: 0;
	border: 0 !important;


}

.input-group-captcha .input-group-addon img {
	border: 0;

}


.box-x .cut-text {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 160px;
	height: 1.2em;
	white-space: nowrap;
}

.box-result {
	filter: alpha(Opacity=90);
	opacity: .9;
	overflow: hidden;
}

.box-result:hover {
	filter: alpha(enabled=false);
	opacity: 1;
}

.box-result:hover .nav-stacked>li.description {

	word-wrap: break-word;
}

.box-image {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	position: relative;

}

.box-image a {
	position: absolute;
	top: 50%;
	left: 45%;
	z-index: 55555555555555555555;
	color: #fff;


	background: #666666;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-shadow: 0px 3px 3px #000;
}

.box-result {
	border-top: 0;
	box-shadow: 0 1px 4px 0px rgb(34, 45, 50);
}

.box-footer {}

.box-footer .nav-stacked>li {
	border-radius: 0;
	border-top: 0;
	border-left: 3px solid transparent;
	color: #444;
}

.box-footer .nav-stacked>li span {
	display: block;
	width: 80px;
	float: right;
	font-weight: bold;
}

.box-footer .nav>li {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.request-widget div.box,
.offer-widget div.box {
	position: relative;
	overflow: visible;

}

.offer-widget .box {
	background-color: #3c8dbc;
	border: 1px solid #367fa9;

}

.request-widget .box {
	background-color: #f39c12;
	border: 1px solid #e08e0b;
}

.request-widget .box-body,
.offer-widget .box-body {
	color: white;
}

audio {
	width: 100%;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
	border-radius: 90px;
	transform: scale(1.05);
	margin: 15px 0 0;
}

.request-widget-x .box-x,
.offer-widget-x .box-x {
	height: 685px;
	max-height: 685px;
	position: relative;
}

.request-widget-x .box-x .box-footer,
.offer-widget-x .box-x .box-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

}

.request-widget-x .box-x {
	border-top-color: #f39c12;

}

.request-widget-x .ribbon::before,
.request-widget-x .ribbon::after {
	border-color: #f39c12;
}

.request-widget-x .ribbon span,
.request-widget .ribbon span {
	background-color: #f39c12;
}

/* common */
.box-share-btns a:hover i {
	color: #ffffff;
	background-color: #222d32;
	border: 1px solid #222d32;
	font-size: 1.2em;
}

.box-share-btns {
	width: 150px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	z-index: 10005555555555555500;
	top: 15px;
	right: 10px;
	display: block !important;
}

.box-share-btns i {
	/*text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;*/


	padding: 8px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;



	background-color: #ffffff;
	color: #222d32;
	border: 1px solid #222d32;
	font-size: 1.2em;

}

.box-share-btns a.bottom {
	bottom: 0;
}

.ribbon {
	/*width: 150px;*/
	/*height: 150px;*/
	overflow: hidden;
	position: absolute;
	z-index: 100;

	width: 100px;
	height: 79px;

}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9;
}

.ribbon span {
	position: absolute;
	display: block;
	/*width: 225px;*/
	width: 120px;
	padding: 15px 0;
	background-color: #3498db;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: #fff;
	font: 700 14px/1 "DroidKufi-Regular", sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 21px;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	/*right: -25px;
	top: 30px;*/
	right: 11px;
	top: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}

.ribbon-top-right::before {
	top: 0;
	left: 0;
}

.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}

.ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
}

.ribbon-bottom-left::after {
	top: 0;
	left: 0;
}

.ribbon-bottom-left span {
	/*right: -25px;
	bottom: 30px;*/
	right: 11px;
	top: 14px;
	transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
}

.ribbon-bottom-right::after {
	top: 0;
	right: 0;
}

.ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
}
