@charset "utf-8";
/* CSS Document */

/*topNav*/
.navbar {
	overflow: visible;
	margin-bottom: 0px;
	min-height: 45px;
	background: #000;
	padding-top: 6px;
	padding-left: 60px;
}

.navbar .nav>li>a {
	float: none;
	padding: 10px 15px 10px;
	color: #9d9d9d;
	text-decoration: none;
	text-shadow: none;
	border: none;
	outline: none;
	word-break: normal !important;
}

.kfund .navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}

.kfund .navbar .nav>li>a:focus, .kfund .navbar .nav>li>a:hover {
	color: #c6b984;
	text-decoration: none !important;
}

.kfund .navbar .nav>.active>a, .kfund .navbar .nav>.active>a:hover,
	.kfund .navbar .nav>.active>a:focus {
	color: #c6b984 !important;
	text-decoration: none !important;
	background-color: #000 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.kfund .navbar .btn-navbar {
	float: right !important;
	background: black !important;
	padding: 7px 10px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.kfund .navbar .btn-navbar:hover, .kfund .navbar .btn-navbar:focus,
	.kfund .navbar .btn-navbar:active, .kfund .navbar .btn-navbar.active,
	.kfund .navbar .btn-navbar.disabled, .kfund .navbar .btn-navbar[disabled]
	{
	color: white !important;
	background-color: #333333 !important;
	*background-color: #333333 !important;
}

.kfund .navbar .btn-navbar:active, .kfund .navbar .btn-navbar.active {
	background-color: #cccccc !important;
}

.kfund .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: auto !important;
	z-index: 1000;
	display: none;
	float: right;
	min-width: 190px;
	padding: 5px 15px !important;;
	margin: 2px 0 0 !important;;
	list-style: none;
	background-color: #000;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-left-width: 0px;
	*border-bottom-width: 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.kfund .navbar .nav>li>.dropdown-menu:before {
	content: '';
	display: none;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	right: 9px;
}

.kfund .navbar .nav>li>.dropdown-menu:after {
	content: '';
	display: none;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	right: 10px;
}

.kfund .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: left;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-right-color: #b3a363;
	margin-top: 5px;
	margin-left: -10px !important;
}

.kfund .dropdown-menu>li>a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #b3a363 !important;
	white-space: nowrap;
}

.kfund .dropdown-menu>li>a:hover, .kfund .dropdown-menu>li>a:focus,
	.kfund .dropdown-submenu:hover>a, .kfund .dropdown-submenu:focus>a {
	text-decoration: none;
	color: #c6b984 !important;
	background-color: #000;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',
		endColorstr='#000', GradientType=0);
}

.kfund .dropdown-menu>.active>a, .kfund .dropdown-menu>.active>a:hover,
	.kfund .dropdown-menu>.active>a:focus {
	color: #c6b984;
	text-decoration: none;
	outline: 0;
	background-color: #000;
	background-color: #000;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',
		endColorstr='#000', GradientType=0);
}

.kfund .dropdown-menu>.disabled>a, .kfund .dropdown-menu>.disabled>a:hover,
	.kfund .dropdown-menu>.disabled>a:focus {
	color: #999999;
}

.kfund .dropdown-menu>.disabled>a:hover, .kfund .dropdown-menu>.disabled>a:focus
	{
	text-decoration: none;
	background-color: #000;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: default;
}

.kfund .navbar .nav li.dropdown.open>.dropdown-toggle, .kfund .navbar .nav li.dropdown.active>.dropdown-toggle,
	.kfund  .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background-color: #000;
	color: #FFF;
}

/*End topNav*/
a {
	color: #cccccc;
	text-decoration: none;
}

a:hover, a:focus {
	color: #cccccc;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.aui a {
	color: #cccccc;
	text-decoration: none;
}

.aui a:hover, .aui  a:focus {
	color: #cccccc;
	text-decoration: underline;
}

.aui a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.kfundfooter>.span3>ul {
	margin: 0px 25px 10px 0px !important;
}

.kfundfooter>.span3>ul>li>a {
	color: #cccccc !important;
	text-decoration: none !important;
}

.kfundfooter>.span3>ul>li>a:hover, .kfundfooter>.span3>ul>li>a:focus {
	color: #cccccc !important;
	text-decoration: underline !important;
}

.kfundfooter>.span3>ul>li>a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px !important;
}

.center {
	text-align: center;
}

.navbar-inverse {
	background-color: #000;
	border-color: #000;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 4px;
}

.copyright {
	vertical-align: middle;
	color: #fff;
	font-size: 0.8em;
	margin-right: 15px;
	height: 30px;
	line-height: 30px;
}

.mcopyright {
	vertical-align: middle;
	color: #fff;
	font-size: 0.8em;
	padding-top: 7px;
	text-align: center;
}

#curveheader {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 4;
}

#curveheader img {
	width: 100%;
	height: auto;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: tahoma !important;
	font-weight: 500 !important;
	line-height: 1.1 !important;
	color: tahoma !important;
}

.round, .round h3, .round p {
	text-align: center !important;
}

.lang {
	float: left !important;
}

.search {
	float: left !important;
}

.nopad {
	margin-right: 0 !important;
}

.social img {
	padding-right: 4px;
}

.right {
	text-align: left !important;
}

hr.alt2 {
	border-style: dashed;
}

hr {
	clear: both;
	border-bottom: 0;
	border-top: 2px dotted #333 !important;
	border-left: 0;
	border-right: 0;
	margin: 30px auto;
	min-height: 0;
	height: 1px;
}

.bold {
	font-weight: bold;
}

h2 {
	font-size: 30px !important;
	font-family: tahoma !important;
	font-weight: normal !important;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb40 {
	padding-bottom: 40px;
}

.mtb20 {
	margin: 20px -10px;
}

#logo1 {
	position: absolute;
	top: 60px;
	margin-right: 51px;
	/*right: 140px;*/
	z-index: 3;
}

.gold {
	color: #968027 !important;
}

[class*="col-"] {
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);*/
}

body {
	background: #000 !important;
	margin: 0 auto !important;
	font-family: tahoma !important;
	font-weight: normal !important;
}

.white {
	background: #fff;
	max-width: 1200px;
	padding: 0 !important;
}
/* fade on slider */
.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	right: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}

.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}

.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	right: 2%;
	top: 94% !important;
	/* 	z-index: 99999 !important; */
	width: 60%;
	padding-right: 0;
	/*margin-right:-10%;*/
	text-align: center;
	list-style: none !important;
	cursor: pointer;
}

/*[class*="col-"] {
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
}*/
.dropdown-submenu {
	position: relative;
	/*border: 1px solid red;*/
	min-width: 180px;
}

.dropdown-submenu>.dropdown-menu {
	right: 100%;
	margin-top: 0px !important;
	margin-right: -1px !important;
	-webkit-border-radius: 6px 0 6px 6px !important;
	-moz-border-radius: 6px 0 6px 6px !important;
	border-radius: 6px 0 6px 6px !important;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: left;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-right-color: #b3a363;
	margin-top: 5px;
	margin-left: 10px;
}

.dropdown-submenu:hover>a:after {
	border-right-color: #b3a363 !important;
}

.dropdown-submenu .pull-right {
	float: none;
}

.dropdown-submenu.pull-right>.dropdown-menu {
	right: -100%;
	margin-right: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.root:hover>.dropdown-menu {
	display: block;
}

.social {
	float: left;
	/*margin-left:15px;*/
}

.latestnews {
	background: #968027;
	border-radius: 6px;
	color: #fff;
}

.latestnews img {
	width: 100%;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	background: white;
}

.latestnews div {
	padding: 10px;
	border-left: 2px solid #968027;
	border-radius: 6px;
	/* 	min-height: 89px; */
}

#nav2 {
	position: absolute;
	top: -46px;
	/*border: 1px solid red;
		left:-26px;*/
	left: -110px;
	z-index: 9999;
}

#logo {
	display: none;
}

.mcopyright {
	display: none !important;
}

.btn-primary {
	margin-top: 10px;
}
/*Internal Page*/
.breadcrumbInt {
	float: right;
	font-size: 13px;
	margin-top: 4px;
}

.breadcrumbInt a {
	text-decoration: none;
	color: #333;
}

.breadcrumbInt a:hover {
	text-decoration: underline;
	color: #968027;
}

.pt30 {
	padding-top: 30px;
}

.mmb10 {
	margin-bottom: -10px;
}

.title1 {
	font-size: 16px;
	font-weight: bold;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #968027;
}

.nList ol {
	counter-reset: item
}

.nList LI {
	display: block;
	margin-left: 5px;
}

.nList LI:before {
	content: counters(item, ".") " ";
	counter-increment: item
}

.nList li {
	
}

.nList li:before {
	margin-right: -20px;
}

.nList li ol li {
	margin-top: 10px;
}

.nList li ol li:before {
	margin-right: -30px;
	color: #968027;
}

.nList li ol li ol li {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-top: 10px;
}

.nList li ol li ol li:before {
	margin-right: -38px;
	color: #968027;
}

.uList li {
	list-style: none;
	margin-right: 0px;
	margin-bottom: 5px;
}

.uList li:before {
	/* For a round bullet */
	content: '\2022';
	/* For a square bullet */
	/*content:'\25A0';*/
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	right: -12px;
	top: 0px;
	color: #968027;
	font-size: 14px;
}

.uList li ul li:before {
	/* For a round bullet 
  content: '\2022';*/
	/* For a square bullet */
	content: '\b0';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	right: -10px;
	top: 4px;
	color: #968027;
	font-size: 20px;
}

.uList li ul li ul li:before {
	/* For a round bullet 
  content: '\2022';*/
	/* For a square bullet */
	content: '\25A0' !important;
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0 !important;
	right: -10px !important;
	top: 0px !important;
	color: #968027 !important;
	font-size: 10px !important;
}

.link {
	text-decoration: none !important;
	color: #968027 !important;
}

.link:hover {
	text-decoration: underline !important;
	color: #968027 !important;
}

.link:focus {
	text-decoration: none !important;
	color: #968027 !important;
}

.link a {
	text-decoration: none !important;
	color: #968027 !important;
}

.link a:hover {
	text-decoration: underline !important;
	color: #968027 !important;
}

.link a:focus {
	text-decoration: none !important;
	color: #968027 !important;
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
}

.pager li>a:hover, .pager li>span:hover {
	color: #FFF;
	background-color: #968027;
	border-color: #968027;
}

.pagination ul>li>a, .pagination ul>li>span {
	padding: 6px 12px !important;
	font-size: 13px !important;
	color: #333 !important;
}

.pagination>ul>li>a, .pagination>ul>li>span, .pagination>ul>li>a:focus,
	.pagination>ul>li>span:focus {
	color: #333 !important;
	border-color: #ddd !important;
}

.pagination>ul>li>a:hover, .pagination>ul>li>span:hover, .pagination>ul>li>a:focus,
	.pagination>ul>li>span:focus {
	color: #FFF !important;
	background-color: #968027 !important;
	border-color: #968027 !important;
}

.pagination ul>.active>a, .pagination ul>.active>span {
	z-index: 2 !important;
	color: #fff !important;
	cursor: default !important;
	background-color: #968027 !important;
	border-color: #968027 !important;
}

input.control:focus, .form-control:focus, .search input:focus, input[Type="text"]:focus,
	select:focus {
	border-color: #968027 !important;
	outline: 0px none !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px
		rgba(150, 128, 39, 0.6) !important;
}

.search input {
	height: 15px !important;
	width: 182px !important;
	margin-left: 10px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px solid #CCC !important;
	padding: 6px 5px !important;
	font-family: tahoma !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn.active.focus {
	outline: none;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
}

.btn-primary {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc;
	margin-top: 0px;
}

.btn-primary {
	font-family: tahoma;
	color: 333 !important;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',
		endColorstr='#fff', GradientType=0);
	border-color: #ccc;
	*background-color: #ccc !important;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active,
	.btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #333 !important;
	background-color: #FFF !important;
	border-color: #CCC !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #333 !important;
	background-color: #FFF !important;
	border-color: #CCC !important;
}

.btn-default:hover, .btn-primary:hover {
	color: #FFF !important;
	background-color: #968027 !important;
	border-color: #968027 !important;
}

.feightyper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.cf a:link {
	text-decoration: none;
	color: #968027;
}

.cf a:hover {
	text-decoration: underline;
	color: #968027;
}

.control-label {
	text-align: right !important;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #968027 !important;
	outline: 0;
}

.h150 {
	width: 100%;
	height: 146px !important;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
	display: block;
	width: 100%;
	height: auto;
}

#galNext {
	float: left;
}

.title1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.table-bordered>thead>tr>th {
	background: #968027;
	color: #FFF;
}

.pGallery .title {
	font-weight: bold;
}

.pGallery .date {
	font-size: 13px;
}
/*back to top scroll*/
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 40px;
	left: 25px;
	display: none;
	text-indent: -9999px;
	background: url('../images/icon_top.png') no-repeat;
}
/*end back to top scroll*/

/*Search Results*/
.mb20 {
	margin-bottom: 20px;
}

.search-result {
	margin-top: 20px;
}

.search-result .col-md-2 {
	border-left: 1px dotted #ccc;
	min-height: 140px;
}

.search-result ul {
	padding-right: 0 !important;
	list-style: none;
}

.search-result ul li {
	line-height: 30px;
}

.search-result ul li i {
	padding-left: 5px;
}

.search-result .col-md-7 {
	position: relative;
}

.search-result span.plus {
	position: absolute;
	left: 0;
	top: 126px;
}

.search-result span.plus a {
	background-color: #248dc1;
	padding: 5px 5px 3px 5px;
}

.search-result span.plus a:hover {
	background-color: #414141;
}

.search-result span.plus a i {
	color: #fff !important;
}

.searchDate {
	color: #ccc;
}
/*end Search Results*/
.mmt15 {
	margin-top: -15px !important;
}

.mmt5 {
	margin-top: -5px !important;
}

.mmr40 {
	margin-right: -40px !important;
}

.profileLine {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.date {
	font-size: 13px;
	color: #B29999;
}

.h20 {
	height: 20px;
}

.z5 {
	z-index: 5;
}

.mml35 {
	margin-right: -35px;
}

.nintyPer {
	width: 90%;
}

.pr35 {
	padding-left: 35px;
}

.border {
	border: 1px solid #ccc;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.mml10 {
	margin-right: -10px;
}

.mmlzero {
	margin-right: 0px !important;
}

.bgLogin {
	margin-right: -140px;
}

.bgLogin input[type="text"], .bgLogin input[type="password"], .btnLogin
	{
	font-family: tahoma;
	font-size: 12px;
}

input[type="text"], select {
	font-family: tahoma;
}

.mr15 {
	margin-left: 15px;
}

.mmt10 {
	margin-top: -10px;
}

.fLink {
	background: #000;
	color: #ccc;
	font-size: 0.8em;
	padding: 20px 15px !important;
}

.thumbnails>li {
	float: right;
	margin-bottom: 14px;
	margin-right: 20px;
}

.modal-title {
	margin-top: 20px;
}

.pt5 {
	padding-top: 5px;
}

.dpbox {
	margin-top: 25px;
	min-height: 20px;
	margin-bottom: 20px;
	background-color: whitesmoke;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dppad {
	padding: 19px 10px 10px 10px;
}

-----------------------------------
*
/






















@media all and (min-width: 1200px) and (max-width: 2500px) {
	.show-desktop {
		display: block;
	}
	.hide-desktop {
		display: none;
	}
	.show-tablet {
		display: none;
	}
	.hide-tablet {
		display: block;
	}
	.show-phone {
		display: none;
	}
	.hide-phone {
		display: block;
	}
	.mcopyright {
		display: none !important;
	}
	.navbar .nav>li {
		float: right !important;
	}
	.latestNewsSliderIndic {
		right: -5% !important;
	}
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	/* ADDED BY ALI */
	.aui .navbar .nav>li>a {
		padding: 10px 9px 10px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.white {
		background: #FFF;
		max-width: 924px;
		padding-top: 0 !important;
	}
	.grid *[class*="col_"] {
		
	}
	.container {
		max-width: 768px;
	}
	.show-desktop {
		display: none;
	}
	.hide-desktop {
		display: block;
	}
	.show-tablet {
		display: block;
	}
	.hide-tablet {
		display: none;
	}
	.show-phone {
		display: none;
	}
	.hide-phone {
		display: block;
	}
	#logo {
		display: block;
		margin-top: 50px;
		/*border: 1px solid red;*/
	}
	#logo1 {
		display: none;
	}
	.social {
		margin-top: 0px;
		margin-left: 15px;
		margin-bottom: 10px;
	}
	.fsocial {
		margin-top: 0px;
		width: 109%;
		margin-left: 0px;
	}
	.dpcontent {
		text-align: center;
	}
	.mcopyright {
		display: none !important;
	}
	.navbar {
		overflow: visible;
		margin-bottom: 0px;
		min-height: 45px;
		background: #000;
		padding-top: 5px;
	}
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: normal;
		color: #9d9d9d;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus,
		.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus
		{
		background-color: #000;
	}
	.navbar .nav>li {
		float: right;
	}

	/* ADDED BY ALI */
	.aui .navbar .nav>li>a {
		padding: 10px 7px 10px;
	}
}

@media all and (max-width: 980px) {
	.mobileNavShow {
		display: block !important;
	}
	.kfund .dropdown-submenu>a::after {
		display: inline !important;
		content: " ";
		float: right !important;
		width: 0px;
		height: 0px;
		margin-top: 5px;
		margin-left: 0px !important;
		position: absolute !important;
		margin-right: 20px !important;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 5px 5px 0;
		border-right-color: #b3a363;
	}
	#nav2 {
		position: fixed;
		top: 0px;
		left: -60px;
	}
	.clearBoth {
		clear: both;
	}
}

@media all and (min-width: 480px) and (max-width: 768px) {
	.white {
		background: #fff;
		max-width: 700px;
		padding: 0 !important;
	}
	.grid *[class*="col_"] {
		float: none;
		width: auto;
		clear: both;
		display: block;
	}

	/* columns inside of columns */
	.grid *[class*="col_"] [class*="col_"] {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.grid {
		max-width: 480px;
	}
	.show-desktop {
		display: none;
	}
	.hide-desktop {
		display: block;
	}
	.show-tablet {
		display: block;
	}
	.hide-tablet {
		display: none;
	}
	.show-phone {
		display: none;
	}
	.hide-phone {
		display: block;
	}
	#logo {
		display: block;
		margin-top: 50px;
	}
	#logo1 {
		display: none;
	}
	.social {
		margin-top: 0px;
	}
	.search {
		margin-left: -170px;
		margin-top: 40px;
	}
	.fsocial {
		margin-top: 30px;
	}
	.dpcontent {
		text-align: center;
	}
	.aboutHome {
		text-align: center;
	}
	.gold {
		text-align: center;
	}
	.copyright {
		display: none !important;

	}
	.mcopyright {
		display: block !important;
	}
	#curveheader {
		display: none;
	}
	.navbar-toggle {
		margin-right: 30px !important;
	}
	.eightyper {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #000;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.mobileNavShow {
		display: block !important;
	}
	.dropdown-backdrop {
		position: static;
	}
	.open {
		width: 195px;
	}
	.thumbnail {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	#galPre, #galNext {
		float: right;
	}
	.nList li, .uList li {
		text-align: right !important;
	}
	.bProfile P {
		text-align: center !important;
	}
	.bProfile img, .kfPub img, .news img {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	/* 	.scrollup {
		visibility: hidden;
	} */
	.mmt15 {
		padding-top: 5px;
	}
	.mmr40 {
		margin-right: 0px !important;
	}
	#advSearch .btn-default {
		margin-top: 10px;
		margin-right: 15px;
	}
	.pGallery .title {
		text-align: center;
	}
	h4 {
		text-align: center !important;
	}
	p {
		text-align: justify !important;
	}
	.mml35 {
		margin-right: 0px;
	}
	.nintyPer {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: normal;
		color: #9d9d9d;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus,
		.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus
		{
		background-color: #000;
	}
	.btnLogin {
		margin-top: -10px;
		margin-right: 5px;
	}
	#nav2 {
		position: fixed;
		top: 0;
		left: -65px;
	}
	#nav2 li {
		float: right;
	}
	.navbar {
		position: fixed;
		top: 0;
		left: 0px;
		padding-right: 40px;
	}
	h3 {
		text-align: center;
	}
	.bgLogin {
		margin-right: -100px;
		z-index: 9;
		width: 170px;
	}
	.bgLogin input[type="text"], .bgLogin input[type="password"] {
		width: 150px;
	}
	#menu1 {
		width: 55px;
	}
	.search-result {
		text-align: center;
	}
	.pagination, .Kfundpagination {
		text-align: center !important;
	}
	.news .img-rounded {
		margin-bottom: 10px;
	}
	.btn-primary {
		margin-top: 10px;
	}
	.kfund .dropdown-submenu>a::after {
		display: inline !important;
		content: " ";
		float: right !important;
		width: 0px;
		height: 0px;
		margin-top: 5px;
		margin-left: 0px !important;
		position: absolute !important;
		margin-right: 20px !important;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 5px 5px 0;
		border-right-color: #b3a363;
	}
}

@media all and (max-width: 480px) {
	.latestnews {
		background: #968027;
		border-radius: 6px;
		color: #fff;
		width: 90%;
		margin-right: 20px;
	}
	.latestnews img {
		width: 100%;
		text-align: center;
	}
	.latestnews div {
		padding: 10px;
		border-left: 0px solid #968027;
		border-radius: 6px;
		text-align: center;
		min-height: 10px;
	}
	.white {
		background: #fff;
		max-width: 400px;
		padding: 0 !important;
	}
	.grid *[class*="col_"] {
		float: none;
		width: auto;
		clear: both;
		display: block;
	}

	/* columns inside of columns */
	.grid *[class*="col_"] [class*="col_"] {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.grid {
		max-width: 100%; /*320*/
	}
	.show-desktop {
		display: none;
	}
	.hide-desktop {
		display: block;
	}
	.show-tablet {
		display: none;
	}
	.hide-tablet {
		display: block;
	}
	.show-phone {
		display: block;
	}
	.hide-phone {
		display: none;
	}
	#logo {
		display: block;
		margin-top: 50px;
	}
	#logo1 {
		display: none;
	}
	#text2 {
		margin-top: 20px;
	}
	.social {
		margin-top: 20px;
	}
	.search {
		margin-left: -10px;
		margin-top: 10px;
	}
	.fsocial {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.dpcontent {
		text-align: center;
	}
	.aboutHome {
		text-align: center;
	}
	.fcol1 {
		float: none;
		text-align: center;
	}
	.gold {
		text-align: center;
	}
	.mcopyright {
		display: block !important;
		padding-top: 0px;
	}
	.copyright {
		display: none !important;
	}
	#curveheader {
		display: none;
	}
	.navbar-toggle {
		margin-right: 30px !important;
	}
	.eightyper {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #000;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.mobileNavShow {
		display: block !important;
	}

	/*for android phone*/
	.dropdown-backdrop {
		position: static;
	}
	/*end for android phone*/
	.open {
		width: 195px;
	}
	.breadcrumbInt {
		float: none;
		text-align: right;
	}
	.thumbnail {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	#galPre, #galNext {
		float: right;
	}
	.nList li, .uList li {
		text-align: right !important;
	}
	.bProfile P {
		text-align: center !important;
	}
	.bProfile img, .kfPub img, .news img {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	/* .scrollup {
		visibility: hidden;
	} */
	.mmt15 {
		margin-top: -15px !important;
	}
	.mmr40 {
		margin-right: 0px !important;
	}
	#advSearch .btn-default {
		margin-top: 10px;
		margin-right: 15px;
	}
	.pGallery .title {
		text-align: center;
	}
	h4 {
		text-align: center !important;
	}
	p {
		text-align: justify !important;
	}
	.mml35 {
		margin-right: 0px;
	}
	.nintyPer {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		padding: 9px 15px !important;
		font-weight: normal !important;
		color: #b3a363 !important;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
	}
	.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus,
		.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus
		{
		background-color: #000 !important;
	}
	.bgLogin {
		margin-right: -100px;
		z-index: 9;
		width: 170px;
	}
	.bgLogin input[type="text"], .bgLogin input[type="password"] {
		width: 150px;
	}
	#menu1 {
		width: 55px;
	}
	#nav2 {
		position: fixed;
		top: 0;
		left: -56px;
	}
	#nav2 li {
		float: right;
	}
	.navbar {
		position: fixed !important;
		top: 0;
		left: 0px;
		padding-right: 50px;
	}
	.btnLogin {
		margin-top: -10px;
	}
	h3 {
		text-align: center;
	}
	.search-result {
		text-align: center;
	}
	.pagination, .Kfundpagination {
		text-align: center !important;
	}
	.news .img-rounded {
		margin-bottom: 10px;
	}
	.btn-primary {
		margin-top: 10px;
	}
	.kfund .dropdown-submenu>a::after {
		display: inline !important;
		content: " ";
		float: right !important;
		width: 0px;
		height: 0px;
		margin-top: 5px;
		margin-left: 0px !important;
		position: absolute !important;
		margin-right: 20px !important;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 5px 5px 0;
		border-right-color: #b3a363;
	}
}

@media all and (max-width: 767px) {
}

@media only screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
	#no-more-tables table, #no-more-tables thead, #no-more-tables tbody,
		#no-more-tables th, #no-more-tables td, #no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		right: -9999px;
	}
	#no-more-tables tr {
		border: 1px solid #ccc;
	}
	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-right: 50%;
		white-space: normal;
		text-align: right;
	}
	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/right values mimic padding */
		top: 6px;

		right: 6px;
		width: 45%;
		padding-left: 10px;
		white-space: nowrap;
		text-align: right;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before {
		content: attr(data-title);
	}
}

@media ( min-width : 1200px) {
	.navbar-fixed-top {
		width: 1170px !important;
		margin-right: auto;
		margin-left: auto;
		position: fixed !important;
	}
	.navbar .nav>li {
		float: right !important;
	}
}

.navbar-fixed-top {
	position: fixed !important;
}

.aui .pagination ul>li {
	float: right !important;
}

/*Added By Aliasgar*/
#asset-publisher-magazine .well-sm {
	padding: 9px;
	border-radius: 3px;
}

#asset-publisher-magazine .span4 {
	text-align: left;
}

.date-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image:
		url("/KFundV1.0-theme/images/shared/glyphicons-halflings.png");
	background-repeat: no-repeat;
	margin-top: 2px;
	background-position: -192px -120px;
}

.portlet-asset-publisher .asset-small-image {
	float: right !important;
	padding-left: 0px !important;
	width: 129px;
	border-radius: 6px;
	margin-bottom: 22px;
	margin-left: 2.5641%;
	padding-top: 2px;
	margin-right: 0px;
}

.portlet-asset-publisher .asset-title {
	border-bottom: 0px none;
	margin-right: 0px;
	padding-bottom: 1px;
}
/********************/
.developmentProjectPara {
	min-height: 44px;
	/* 	background-color: #000;  */
	color: #FFF;
	line-height: 40px;
	padding-right: 20px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	margin-top: -44px !important;
	opacity: 0.8;
}

@media all and (max-width: 480px) {
	.developmentProjectPara {
		line-height: 15px;
		min-height: 20px;
		margin-top: -25px !important;
		padding-top: 5px !important;
		padding-right: 0px;
	}
	.kfundcenter {
		text-align: center !important;
		margin-bottom: 10px;
	}
	/* Added by Ali for Carousel Indicators */
	.carousel-indicators {
		position: absolute;
		bottom: 10px;
		left: 2%;
		top: 92% !important;
		/* 		z-index: 99999 !important; */
		width: 40%;
		padding-left: 0;
		/*margin-left:-10%;*/
		text-align: center;
		list-style: none !important;
		cursor: pointer;
	}
	.carousel-indicators li {
		width: 5px !important;
		height: 5px !important;
	}
}

.fltr {
	float: left !important;
}

.fltl {
	float: right !important;
}

.latestNewsSliderIndicators {
	width: 58%;
	top: 285px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	right: auto !important;
	margin: auto !important;
	min-width: 15px !important;
	left: 10px !important;
}

@media only screen and (min-width: 768px) {
	.dottedborder {
		border-right: 2px dotted #333;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.dottedborder {
		border-top: 2px dotted #333;
		padding: 30px 0;
	}
	.kfund-left-right {
		text-align: left !important;
	}
}

#slogan {
	font-size: 24px;
	position: absolute;
	font-style: italic;
	left: 115px;
	top: 110px;
	letter-spacing: 0px;
	z-index: 4;
	color: #fff;
}

.kfund-left-right {
	text-align: left !important;
}