body {
	/*background-color: #e9eaed !important;*/
	color: #666666 !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif
}

.page-header.navbar {
	border-bottom: 1px solid #e9ecf3;
}

.note.note-info {
	background-color: #fbfcfd;
	border-color: #e56681;
	color: #010407;
}

a {
	text-shadow: none;
	color: #111111;
}

a:active, a:focus, a:hover {
	text-shadow: none;
	text-decoration: underline;
	color: #DB133B;
}

.badge-primary {
	background-color: #AB0627;
}

.item-list .item {
	position: relative;
}

.item-list .item.is_new span.is_new_icon {
	display: block;
	width: 52px;
	height: 78px;
	position: absolute;
	left: -9px;
	top: -5px;
	background-image: url("/media/img/is_new.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.item-list .item .top-info {
	clear: both;
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
}

.item-list .item .top-info h6 {
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #DB133B;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 20px;
	overflow: hidden;
	/*max-width: 440px;*/
}

.item-list .item .top-info h6 a {
	color: #333333;
}

.item-list .item .top-info h1 {
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #DB133B;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 100%;
	overflow: hidden;
	/*max-width: 440px;*/
}

.item-list .item .top-info span a {
	color: #9197a3;
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
}

.item-list .item .top-info b {
	float: left;
	position: relative;
	z-index: 15;
}

.item-list .item .top-info b a {
	color: #9197a3;
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}

.item-list .item .top-info .glyphicon {
	font-size: 14px;
	padding-left: 4px;
	top: 3px;
}

.item-list .item .top-info > div {
	display: inline-block;
	overflow: hidden;
	height: 50px;
	width: 100%;
}

.item-list .item .top-info > div > div {
	display: inline-block;
	overflow: hidden;
	height: 50px;
	width: 100%;
	padding-right: 56px;
}

.item-list .item .top-info > div > a {
	display: table-cell;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	background: #ffffff;
	float: right;
	vertical-align: middle;
}

.item-list .item .top-info > div > a > img {
	display: block;
	max-height: 50px;
	max-width: 50px;
	vertical-align: middle;
}

.item-list .item .icontent {
	font-family: tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	padding: 0 10px 0px 10px;
}

.item-list .item .icontent p {
	margin-bottom: 10px;
}

.item-list .item_page .icontent br {
	clear: both;
	display: block;
	margin-bottom: 10px;
	line-height: 22px;
	content: " ";
}

.item-list .item_page .icontent {
	position: relative;
	/*min-height: 185px;*/
}

.item-list .item h4 {
	margin: 0;
	padding: 0;
	font-family: tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
}

.item-list .item .iimage {
	height: 280px;
	clear: both;
	display: block;
	overflow: hidden;
	/*background-size: 106%;*/
	/*
	  margin: 0.8em;
	  border: 4px solid #ffffff;
	  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	  */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

.item-list .item .iimage > strong {
	height: 212px;
	clear: both;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 0px;
	/*background-size: cover;*/
	/*background-position: center 0 */
	/*-14px*/
	/* ;*/
	-webkit-transition: background 1s ease-in-out 0.2s;
	-moz-transition: background 1s ease-in-out 0.2s;
	-ms-transition: background 1s ease-in-out 0.2s;
	-o-transition: background 1s ease-in-out 0.2s;
	transition: background 1s ease-in-out 0.2s;
}

.item-list .item .iimage:hover > strong {
	background-position: center 96%;
	opacity: 1;
	zoom: 1;
	transition: background 5s ease-out 0s;
	/*
		  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
		  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
		  */
}

.item .image_container img {
	max-width: 100%;
}


.item-list .item .iimage > strong > span {
	/*background: url(/media/img/gradiant_white_bottom.png) repeat-x center 140px;*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	border-radius: 3px;
}

.item-list .item .iimage > strong > span > span {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: block;
	padding: 8px;
	border-top: 4px solid #DB133B;
	box-shadow: rgba(0, 0, 0, 0.30) 0px -10px 15px -4px;
	/*background-color: #F3F2F2;*/
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	/*
		  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
		  border-top: 1px solid #8B8B8B;
		  */
}

.item-list .item .iimage > strong > span > span > b {
	font-family: 'kstna bold', Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
	font-size: 16pt;
	font-weight: 400;
	/*text-shadow: 1px 1px rgba(0, 0, 0, 0.3);*/
	display: block;
	height: 30px;
	overflow: hidden;
}

.item-list .item .iimage > strong > span > span > b > i {
	display: inline-block;
	font-family: tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 3px 8px;
	color: #ffffff;
	margin-left: 5px;
}

.item-list .item.ifolder-1 .iimage > strong > span > span > b {
	color: #db133b;
}

.item-list .item.ifolder-2 .iimage > strong > span > span > b {
	color: #1F82A8;
}

.item-list .item.ifolder-6 .iimage > strong > span > span > b {
	color: #0D9A73;
}

.item-list .item.ifolder-204 .iimage > strong > span > span > b {
	color: #e8901d;
}

.item-list .item.ifolder-5 .iimage > strong > span > span > b {
	color: #6d56ff;
}

.item-list .item.ifolder-1 .iimage > strong > span > span > b > i {
	background-color: #db133b;
}

.item-list .item.ifolder-2 .iimage > strong > span > span > b > i {
	background-color: #1F82A8;
}

.item-list .item.ifolder-6 .iimage > strong > span > span > b > i {
	background-color: #0D9A73;
}

.item-list .item.ifolder-204 .iimage > strong > span > span > b > i {
	background-color: #e8901d;
}

.item-list .item.ifolder-5 .iimage > strong > span > span > b > i {
	background-color: #6d56ff;
}

.item-list .item.ifolder-1 .iimage > strong > span > span {
	border-top-color: #db133b;
}

.item-list .item.ifolder-2 .iimage > strong > span > span {
	border-top-color: #1F82A8;
}

.item-list .item.ifolder-6 .iimage > strong > span > span {
	border-top-color: #0D9A73;
}

.item-list .item.ifolder-204 .iimage > strong > span > span {
	border-top-color: #e8901d;
}

.item-list .item.ifolder-5 .iimage > strong > span > span {
	border-top-color: #6d56ff;
}

.item-list .item .iimage > strong > span > span > i {
	display: block;
	padding-top: 3px;
	font-family: tahoma, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #909090;
}

.item-list .item hr.controls-top {
	margin-top: 4px;
	margin-bottom: 12px;
}

.item-list .item .iimage > strong img {
	width: 100%;
	height: 238px;
	position: absolute;
	bottom: 0;
}

.item-list .item .iinfo {
}

.item-list .item .iinfo > span {
	display: block;
	text-align: left;
}

.item-list .controls {
	height: 21px;
	overflow: hidden;
}

.item-list .controls img {
	vertical-align: top;
}

.item_page img {
	max-width: 100% !important;
	height: auto !important;
}

.item_page iframe {
	max-width: 100% !important;
	min-height: 320px !important;
}

.item_page table {
	max-width: 100% !important;
	overflow-x: auto;
}


.paging_box {
	display: none;
}

.note h3 {
	padding: 10px 0;
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #DB133B;
}

.note .note-content p {
	padding-bottom: 10px;
}

#copyrights {
	text-align: center;
}

#copyrights h5 {
	line-height: 1.3 !important;
	font-family: tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.portlet-title {
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.breadcrumb {
	border: 1px solid #e7ecf1 !important;
	padding: 10px 15px;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 0px;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5 !important;
	border: 1px solid;
}

.breadcrumb > li + li:before {
	content: "\2190";
	padding: 0 5px;
	color: #ccc;
}

body .portlet.light.bordered {
	border-color: #e5e6e9 #dfe0e4 #d0d1d5 !important;
}

#infscr-loading {
	display: none;
}

.div.paging_pages {
	display: none
}

.business_page_header {
	background: #ffffff;
	position: relative;
	border: 1px solid #e7ecf1;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5 !important;
}

.business_page_header .business_page_cover {
	background: #FFC107 /*url(/media/img/gradiant_black_bottom_50.png) bottom center repeat-x */;
	height: 220px;
}

.business_page_header .ptitle {
	background: #ffffff;
	padding-right: 216px;
}

.business_page_header h1 {
	margin: 0;
	padding: 16px 0;
	line-height: 1.8;
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #383838;
}

.business_page_header .business_page_sector {
	padding-bottom: 40px;
	margin-top: -12px;
}

.business_page_header ul.bsectors {
	margin: 0;
	padding: 0;
}

.business_page_header ul.bsectors li {
	display: inline-block;
	float: right;
}

.business_page_header ul.bsectors li:before {
	content: "●";
	padding: 0 5px;
	font-size: 14px;
	color: #cccccc;
	line-height: 12px;
}

.business_page_header ul.bsectors li:first-child:before {
	content: "";
	padding: 0;
}

.business_page_header ul.bsectors li a {
	color: #9197a3;
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
}

.business_page_header ul.bsectors li a:hover {
	color: #DB133B;
}

.business_page_header .pimg {
	background: #fff;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.07);
	display: block;
	right: 20px;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5 !important;
	bottom: 20px;
	padding: 2px;
	position: absolute;
	display: inline-block;
	position: absolute;
}

.business_page_header .pimg img {
	background-color: #fff;
	border: 4px solid #fff;
}

.business_list_header {
	background: #ffffff;
	position: relative;
	border: 1px solid #e7ecf1;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5 !important;
}

.business_list_header .business_list_cover {
	/*    background: #00BCD4 url(/media/img/gradiant_black_bottom_50.png) bottom center repeat-x;*/
	background: #00BCD4;
	height: 150px;
}

.business_list_header .ptitle {
	background: #ffffff;
	padding-right: 166px;
}

.business_list_header h1 {
	margin: 0;
	padding: 16px 0;
	line-height: 1.8;
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #383838;
}

.business_list_header .business_list_sector {
	padding-bottom: 40px;
	margin-top: -12px;
}

.business_list_header ul.bsectors {
	margin: 0;
	padding: 0;
}

.business_list_header ul.bsectors li {
	display: inline-block;
	float: right;
}

.business_list_header ul.bsectors li:before {
	content: "\2190";
	padding: 0 5px;
	font-size: 14px;
	color: #cccccc;
	line-height: 12px;
}

.business_list_header ul.bsectors li:first-child:before {
	content: "";
	padding: 0;
}

.business_list_header ul.bsectors li a {
	color: #9197a3;
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
}

.business_list_header ul.bsectors li a:hover {
	color: #DB133B;
}

.business_list_header .pimg {
	background: #fff;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.07);
	display: block;
	right: 20px;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5 !important;
	bottom: 20px;
	padding: 2px;
	position: absolute;
	display: inline-block;
	position: absolute;
}

.business_list_header .pimg img {
	background-color: #fff;
	border: 4px solid #fff;
}

.category_page_header {
	background: #636363;
}

.category_page_header h1 {
	margin: 0;
	padding: 0 20px;
	line-height: 74px;
	max-height: 74px;
	overflow: hidden;
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ffffff;
}

.category_page_header h1 i {
	margin-left: 15px;
}

html div.media {
	margin: 15px;
}

.media-heading a {
	color: #333333;
}

h5.media-heading {
	font-size: 12px;
}

.btn {
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Cubic Bezier Transition */

/***
Login page
***/

.portlet-body.login {
	padding-bottom: 6px;
}

.login .form-title-ct {
	margin-bottom: 20px;
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #eef1f5;
}

.login .form-title {
	color: #DB133B;
	font-size: 19px;
	font-weight: 400 !important;
}

.login .form-subtitle {
	color: #333333;
	font-size: 17px;
	font-weight: 300 !important;
	padding-right: 10px;
}

.login .content h4 {
	color: #555;
}

.login .content .login-form, .login .content .forget-form {
	padding: 0px;
	margin: 0px;
}

.login .content .form-control {
	border: none;
	border: 1px solid #999999;
	color: #666666;
}

.login .content .form-control:focus, .login .content .form-control:active {
	border: 1px solid #DB133B;
}

.login .content .form-control::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.login .content .form-control:-ms-input-placeholder {
	color: #666666;
}

.login .content .form-control::-webkit-input-placeholder {
	color: #666666;
}

.login .content select.form-control {
	padding-right: 9px;
	padding-left: 9px;
}

.login .content .form-title {
	font-weight: 300;
	margin-bottom: 25px;
}

.login .content .form-actions {
	clear: both;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.form-actions .forget-password-block {
	padding-top: 7px;
}

.login-options {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 50px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.login-options h4 {
	margin-top: 8px;;
	font-size: 15px;
	color: #DB133B !important;
}

.login .forget-password {
	font-size: 14px;
}

.login-options .social-icons {
	float: left;
	padding-top: 3px;
}

.login-options .social-icons li a {
	border-radius: 15px 15px 15px 15px !important;
	-moz-border-radius: 15px 15px 15px 15px !important;
	-webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
	margin-top: 8px;
	display: inline-block;
}

.login .content .form-actions .btn {
	margin-top: 1px;
}

.login .btn {
	background-color: #549A01;
	border: 1px solid #8BC34A;
	color: #ffffff;;
}

.login .btn:hover {
	border: 1px solid #7aae45;
	background-color: #7aae45;
	color: #ffffff;
}

.login .btn-default {
	background-color: #999999;
	border: 1px solid #999999;
	color: #ffffff;
}

.login .btn-default:hover {
	border: 1px solid #aaaaaa;
	background-color: #aaaaaa;
	color: #ffffff;
}

.login .content .forget-password {
	color: #666666;
	font-size: 15px;
}

.login .content .rememberme {
	margin-top: 8px;
}

.login .content .check {
	color: #333333 !important;
}

.login .content .create-account {
	text-align: center;
	margin-top: 20px;
}

.login .content .create-account p a {
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
}

.login .content .create-account a {
	display: inline-block;
	margin-top: 5px;
}

.login .copyright {
	text-align: center;
	margin: 10px 0 30px auto;
	padding: 10px;
	color: #333333;
	font-size: 13px;
}

@media (max-width: 1400px) {
	.login .logo {
		margin-top: 100px;
	}
}

@media (max-width: 480px) {
	.login .logo {
		margin-top: 30px;
		padding: 0px;
	}

	.login .content {
	}

	.login .content h3 {
		font-size: 22px;
	}

	.login .checkbox {
		font-size: 13px;
	}
}

.page-sidebar .page-sidebar-menu > li > a > .title {
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu {
	z-index: 999999999;
}

.page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu > li > a {
	border-bottom: 1px solid #f4f4f4;
	padding: 9px 10px 9px 14px !important;
}

.page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu > li > a i {
	margin-left: 3px;
}

.page-sidebar .page-sidebar-menu > li > a > i {
	margin-left: 4px;
}

.ktiles {
}

.ktiles:before, .ktiles:after {
	display: table;
	content: " ";
}

.ktiles:after {
	clear: both;
}

.ktiles .ktile {
	display: block;
	float: right;
	height: 105px;
	width: 105px;
	text-decoration: none;
	color: #DB133B;
	position: relative;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 20px;
	overflow: hidden;
	border: 0px solid transparent;
	margin: 4px;
	background: #EFEFEF;
}

.ktiles .ktile:after, .ktiles .ktile:before {
	content: "";
	float: right;
}

.ktiles .ktile.double {
	width: 280px !important;
}

.ktiles .ktile.double-down {
	height: 280px !important;
}

.ktiles .ktile.double-down i {
	margin-top: 95px;
}

.ktiles .ktile:hover {
	background: #DB133B !important;
}

.ktiles .ktile:hover .ktile-body, .ktiles .ktile:hover .ktile-object > .name {
	color: #fff !important;
}

.ktiles .ktile:active, .ktiles .ktile.selected {
	border-color: #ccc !important;
}

.ktiles .ktile.selected .corner:after {
	content: "";
	display: inline-block;
	border-right: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #ccc;
	position: absolute;
	top: -3px;
	left: -3px;
}

.ktiles .ktile.selected .check:after {
	content: "";
	font-family: FontAwesome;
	font-size: 13px;
	content: "\f00c";
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 2px;
}

.ktiles .ktile.icon {
	padding: 0;
}

.ktiles .ktile.image .ktile-body {
	padding: 0 !important;
}

.ktiles .ktile.image .ktile-body > img {
	width: 100%;
	height: auto;
	min-height: 100%;
	max-width: 100%;
}

.ktiles .ktile.image .ktile-body h3 {
	display: inline-block;
}

.ktiles .ktile .ktile-body {
	height: 100%;
	vertical-align: top;
	padding: 6px;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	font-size: 12px;
	color: #DB133B;
	margin-bottom: 10px;
}

.ktiles .ktile .ktile-body p {
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	color: #ffffff;
	line-height: 20px;
	overflow: hidden;
}

.ktiles .ktile .ktile-body p:hover {
	color: rgba(0, 0, 0, 0.8);
}

.ktiles .ktile .ktile-body p:active {
	color: rgba(0, 0, 0, 0.4);
}

.ktiles .ktile .ktile-body p:hover {
	color: #ffffff;
}

.ktiles .ktile .ktile-body img {
	float: right;
	margin-left: 10px;
}

.ktiles .ktile .ktile-body img.pull-right {
	float: left !important;
	margin-right: 10px;
	margin-left: 0px;
}

.ktiles .ktile .ktile-body > .content {
	display: inline-block;
}

.ktiles .ktile .ktile-body > i {
	margin-top: 10px;
	display: block;
	font-size: 42px;
	line-height: 42px;
	text-align: center;
}

.ktiles .ktile .ktile-body h1, .ktiles .ktile .ktile-body h2, .ktiles .ktile .ktile-body h3, .ktiles .ktile .ktile-body h4, .ktiles .ktile .ktile-body h5, .ktiles .ktile .ktile-body h6, .ktiles .ktile .ktile-body p {
	padding: 0;
	margin: 0;
	line-height: 14px;
}

.ktiles .ktile .ktile-body h1:hover, .ktiles .ktile .ktile-body h2:hover, .ktiles .ktile .ktile-body h3:hover, .ktiles .ktile .ktile-body h4:hover, .ktiles .ktile .ktile-body h5:hover, .ktiles .ktile .ktile-body h6:hover, .ktiles .ktile .ktile-body p:hover {
	color: #ffffff;
}

.ktiles .ktile .ktile-body h3, .ktiles .ktile .ktile-body h4 {
	margin-bottom: 5px;
}

.ktiles .ktile .ktile-object {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	min-height: 30px;
	background-color: transparent;
	*zoom: 1;
}

.ktiles .ktile .ktile-object:before, .ktiles .ktile .ktile-object:after {
	display: table;
	content: "";
}

.ktiles .ktile .ktile-object:after {
	clear: both;
}

.ktiles .ktile .ktile-object > .name {
	position: relative;
	bottom: 0;
	right: 0;
	margin-bottom: 8px;
	margin-right: 4px;
	margin-left: 4px;
	font-weight: 400;
	font-size: 12px;
	color: #DB133B;
	text-align: center;
	line-height: 1.5;
}

.ktiles .ktile .ktile-object > .name > i {
	vertical-align: middle;
	display: block;
	font-size: 24px;
	height: 18px;
	width: 24px;
}

.ktiles .ktile .ktile-object > .number {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	color: #ffffff;
	text-align: center;;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 14px;
	margin-bottom: 8px;
	margin-left: 10px;
}

.ktile a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -500px;
	overflow: hidden;
	z-index: 9999;
}

body .ktiles-ct {
	border-color: #e5e6e9 #dfe0e4 #d0d1d5 !important;
	border: 1px solid #e7ecf1;
	padding: 4px;
	background-color: #fff;
	border-right: 2px solid #e6e9ec !important;
	margin-top: 0;
	margin-bottom: 25px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle > i {
	color: #FFFFFF;
}

.page-header.navbar .top-menu .navbar-nav .badge {
	background-color: #FFFFFF;
	color: #DB133B;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
	color: #FFFFFF;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
	margin: 0px;
	padding: 22px 12px 16px 12px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
	margin-right: 5px;
	margin-top: -6px;
	height: 26px;
	display: inline-block;
}

.page-header.navbar .menu-toggler.responsive-toggler {
	margin: 23px 6px 0 14px;
}

.loading-portlet .top-info h6 a {
	background-color: #E2E2E2;
	width: 60%;
	display: inline-block;
	color: #E2E2E2;
}

.loading-portlet .top-info h6 a, .loading-portlet .top-info span a, .loading-portlet .top-info b a, .loading-portlet .iimage > strong > span > span > b > b, .loading-portlet .iimage > strong > span > span > i {
	background-color: #E2E2E2 !important;
	color: #E2E2E2 !important;
	display: inline-block !important;
}

.loading-portlet .iimage > strong > span > span > b > b {
	font-size: 12pt !important;
}

.you-hit-the-bottom {
	background: #DB133B;
	padding: 15px;
	color: #ffffff;
	text-align: center;
}

.alert a {
	text-decoration: underline;
}

.alert-success {
	background-color: #E8F9CC;
	border-color: #E8F9CC;
	color: #549A01;
}

.alert-success a {
	color: #549A01;
}

.alert-success a:hover {
	color: #222222;
}

.alert-warning {
	background-color: #FFF9BE;
	border-color: #FFF9BE;
	color: #EA7900;
}

.alert-warning a {
	color: #EA7900;
}

.alert-warning a:hover {
	color: #222222;
}

.alert-danger {
	background-color: #FFC7CB;
	border-color: #FFC7CB;
	color: #B30B2D;
}

.alert-danger a {
	color: #B30B2D;
}

.alert-danger a:hover {
	color: #222222;
}

.business-list .business {
	position: relative;
}

.business-list .business.is_new span.is_new_icon {
	display: block;
	width: 52px;
	height: 78px;
	position: absolute;
	left: -9px;
	top: -5px;
	background-image: url("/media/img/is_new.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.business-list .business .top-info {
	clear: both;
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
}

.business-list .business .top-info h6 {
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #DB133B;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 20px;
	overflow: hidden;
	/*max-width: 440px;*/
}

.business-list .business .top-info h6 a {
	color: #333333;
}

.business-list .business .top-info h1 {
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #DB133B;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 100%;
	overflow: hidden;
	/*max-width: 440px;*/
}

.business-list .business .top-info b {
	float: left;
	position: relative;
	z-index: 15;
}

.business-list .business .top-info b a {
	color: #9197a3;
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}

.business-list .business .top-info .glyphicon {
	font-size: 14px;
	padding-left: 4px;
	top: 3px;
}

.business-list .business .top-info > div {
	display: inline-block;
	overflow: hidden;
	height: 50px;
	width: 100%;
}

.business-list .business .top-info > div > div {
	display: inline-block;
	overflow: hidden;
	height: 50px;
	width: 100%;
	padding-right: 56px;
}

.business-list .business .top-info > div > a {
	display: table-cell;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	background: #ffffff;
	float: right;
	vertical-align: middle;
}

.business-list .business .top-info > div > a > img {
	display: block;
	max-height: 50px;
	max-width: 50px;
	vertical-align: middle;
}

.business-list .business .icontent {
	font-family: tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	padding: 0 10px 0px 10px;
}

.business-list .business .icontent p {
	margin-bottom: 10px;
}

.business-list .business_page .icontent br {
	clear: both;
	display: block;
	margin-bottom: 10px;
	line-height: 22px;
	content: " ";
}

.business-list .business_page .icontent {
	position: relative;
	/*min-height: 185px;*/
}

.business-list .business h4 {
	margin: 0;
	padding: 0;
	font-family: tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
}

.business-list .business .iimage {
	height: 280px;
	clear: both;
	display: block;
	overflow: hidden;
	/*background-size: 106%;*/
	/*
	  margin: 0.8em;
	  border: 4px solid #ffffff;
	  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	  */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

.business-list .business .iimage > strong {
	height: 212px;
	clear: both;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 0px;
	/*background-size: cover;*/
	/*background-position: center 0 */
	/*-14px*/
	/* ;*/
	-webkit-transition: background 1s ease-in-out 0.2s;
	-moz-transition: background 1s ease-in-out 0.2s;
	-ms-transition: background 1s ease-in-out 0.2s;
	-o-transition: background 1s ease-in-out 0.2s;
	transition: background 1s ease-in-out 0.2s;
}

.business-list .business .iimage:hover > strong {
	background-position: center 96%;
	opacity: 1;
	zoom: 1;
	transition: background 5s ease-out 0s;
	/*
		  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
		  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
		  */
}

.item .image_container img {
	max-width: 100%;
}

.business-list .business .iimage > strong > span {
	/*background: url(/media/img/gradiant_white_bottom.png) repeat-x center 140px;*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	border-radius: 3px;
}

.business-list .business .iimage > strong > span > span {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: block;
	padding: 8px;
	border-top: 4px solid #DB133B;
	box-shadow: rgba(0, 0, 0, 0.30) 0px -10px 15px -4px;
	/*background-color: #F3F2F2;*/
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	/*
		  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
		  border-top: 1px solid #8B8B8B;
		  */
}

.business-list .business .iimage > strong > span > span > b {
	font-family: 'kstna bold', Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
	font-size: 16pt;
	font-weight: 400;
	/*text-shadow: 1px 1px rgba(0, 0, 0, 0.3);*/
	display: block;
	height: 30px;
	overflow: hidden;
}

.business-list .business .iimage > strong > span > span > b > i {
	display: inline-block;
	font-family: tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 3px 8px;
	color: #ffffff;
	margin-left: 5px;
}

.business-list .business.ifolder-1 .iimage > strong > span > span > b {
	color: #db133b;
}

.business-list .business.ifolder-2 .iimage > strong > span > span > b {
	color: #1F82A8;
}

.business-list .business.ifolder-6 .iimage > strong > span > span > b {
	color: #0D9A73;
}

.business-list .business.ifolder-204 .iimage > strong > span > span > b {
	color: #e8901d;
}

.business-list .business.ifolder-5 .iimage > strong > span > span > b {
	color: #6d56ff;
}

.business-list .business.ifolder-1 .iimage > strong > span > span > b > i {
	background-color: #db133b;
}

.business-list .business.ifolder-2 .iimage > strong > span > span > b > i {
	background-color: #1F82A8;
}

.business-list .business.ifolder-6 .iimage > strong > span > span > b > i {
	background-color: #0D9A73;
}

.business-list .business.ifolder-204 .iimage > strong > span > span > b > i {
	background-color: #e8901d;
}

.business-list .business.ifolder-5 .iimage > strong > span > span > b > i {
	background-color: #6d56ff;
}

.business-list .business.ifolder-1 .iimage > strong > span > span {
	border-top-color: #db133b;
}

.business-list .business.ifolder-2 .iimage > strong > span > span {
	border-top-color: #1F82A8;
}

.business-list .business.ifolder-6 .iimage > strong > span > span {
	border-top-color: #0D9A73;
}

.business-list .business.ifolder-204 .iimage > strong > span > span {
	border-top-color: #e8901d;
}

.business-list .business.ifolder-5 .iimage > strong > span > span {
	border-top-color: #6d56ff;
}

.business-list .business .iimage > strong > span > span > i {
	display: block;
	padding-top: 3px;
	font-family: tahoma, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #909090;
}

.business-list .business hr.controls-top {
	margin-top: 4px;
	margin-bottom: 12px;
}

.business-list .business .iimage > strong img {
	width: 100%;
	height: 238px;
	position: absolute;
	bottom: 0;
}

.business-list .business .iinfo {
}

.business-list .business .iinfo > span {
	display: block;
	text-align: left;
}

.business-list .controls {
	height: 21px;
	overflow: hidden;
}

.business-list .controls img {
	vertical-align: top;
}

.business-list ul.bsectors {
	margin: 0;
	padding: 0;
}

.business-list ul.bsectors li {
	display: inline-block;
	float: right;
}

.business-list ul.bsectors li:before {
	content: "●";
	padding: 0 5px;
	font-size: 14px;
	color: #cccccc;
	line-height: 12px;
}

.business-list ul.bsectors li:first-child:before {
	content: "";
	padding: 0;
}

.business-list ul.bsectors li a {
	color: #9197a3;
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
}

.business-list ul.bsectors li a:hover {
	color: #DB133B;
}

.business-list .business-details a {
	white-space: nowrap;
}

.business-list .business-details {
	padding: 5px 0px;
	font-size: 13px;
	clear: both;
}

.business-list .business-details b {
	font-weight: normal;
	display: inline-block;
	min-width: 35px;
}

.business-list .business-details span {
	direction: ltr;
}

.business-list .business-address {
	background: #EFEFEF;
	padding: 10px;
	border-top: 1px solid #EAEAEA;
}

.business-list .business-contact-details {
	background: #f7f7f7;
	padding: 10px;
}

.business-list .business-contact-details > div {
	padding: 0 !important;
}

.business-list .business-details i {
	padding-left: 10px;
}

.business-list .business-details u {
	text-decoration: none;
}

.business-list .business-details u:before {
	content: "\2190";
	padding: 0 5px;
	color: #ccc;
	text-decoration: none;
}

.business-list .pull-right i {
	margin-left: 0;
	margin-right: 10px;
}

.baddress-inline {
	display: inline-block;
	max-width: 85%;
	vertical-align: top;
}

.portlet-body h3 {
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #DB133B;
	padding: 10px 0;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 2px solid #eef1f5;
}

p.hint {
	background-color: #E8F9CC;
	border-color: #E8F9CC;
	color: #549A01;
	padding: 15px;
	margin-bottom: 20px;
	display: block;
}

p.hint a {
	color: #549A01;
}

.page-header .top-search {
	display: inline-block;
	float: right;
	width: 585px;
	margin: 12px 42px 0 0;
}

.page-header .top-search input {
	border-color: #FFFFFF !important;
}

.page-header .top-search .input-group-addon {
	border-color: #FFFFFF !important;
}

.tt-menu
{
	box-shadow: rgba(102, 102, 102, 0.1) 5px 5px 0px 0px;
	padding: 0 !important;
	border: none !important;
}
.tt-menu a
{
	display: block;
	position: relative;
	height: 46px;
	/*border-bottom: 1px solid #FBFBFB;*/

	-webkit-transition: background 0.1s ease-in-out 0.1s;
	-moz-transition: background 0.1s ease-in-out 0.1s;
	-ms-transition: background 0.1s ease-in-out 0.1s;
	-o-transition: background 0.1s ease-in-out 0.1s;
	transition: background 0.1s ease-in-out 0.1s;

}
.tt-menu a:hover
{
	background: #FFF4F6;
}


.tt-menu a:before,.tt-menu a:after
{
	content: " ";
	display: block;
	clear: both;
}
.tt-menu img
{
	position: absolute;
	top:5px;
	right:5px;
}
.tt-menu h4
{
	margin: 0;
	position: absolute;
	top:5px;
	right:50px;
	font-family: 'kstna bold', tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #545454;

}
.tt-menu h4 b
{
	height: 16px !important;
	padding: 1px 4px;
	line-height: 100%;
	display: inline-block;
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
.tt-menu i
{
	position: absolute;
	bottom:5px;
	right:50px;
	color: #9197a3;
	font-family: tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
