/* ----------------------------------------------------
	ADD YOUR CUSTOM STYLES HERE...	
------------------------------------------------------- */
.center.navbar .nav,
.center.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}

.center .navbar-inner {
    text-align:center;
}

.footer-icon {
	text-align: center;
}

@media (max-width: 767px) {
.footer-icon {
	text-align: left;
	margin: 10px 30px;
}
}
.footer-icon a {
	color: #999eab;
	font-size: 11px;
}
.footer-icon:hover a {
	color: #FFFFFF;
}
.footer-icon a i {
	background-color: #595E6C;
	border-radius: 50%;
	color: #999eab;
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 6px;
	width: 48px;
	height: 48px;
	text-align: center;
}
.footer-icon:hover a i {
	background-color: #e34b11 !important;
	color: #FFFFFF;
}
footer .icons {
	background-color: #383838;
	color: #999eab;
	padding: 30px 0;
}
footer .icons .box {
	text-align: center;
}
footer .icons i {
	border: 2px solid #999eab;
	border-radius: 50%;
	font-size: 24px;
	line-height: 56px;
	width: 60px;
	height: 60px;
	text-align: center;
}
footer .icons .banka img {
	width: 45%;
	margin: 4px 2px;
}
footer .middle {
	background-color: #313131;
	padding: 30px;
}
footer .m-left p {
	font-size: 13px;
	color: #999eab;
}
footer .m-left ul li {
	border-bottom: 1px solid #383838;
	padding: 10px 4px;
}
footer .m-left ul li i {
	margin-right: 10px;
	width: 20px;
	text-align: center;
}
footer .m-left ul li, footer .m-left ul li a {
	color: #999eab;
	display: block;
}
footer .m-center ul li {
	border-bottom: 1px solid #383838;
	padding: 10px 4px 10px 20px;
	position: relative;
}
footer .m-center ul li:before {
	color: #e34b11 !important;
	position: absolute;
	font-family: 'FontAwesome';
	top: 9px;
	left: 0px;
	content: "\f101";
}
footer .m-center ul li, footer .m-center ul li a {
	color: #999eab;
	display: block;
}
footer .m-gallery img {
	width: 64px;
	height: 64px;
	margin: 0 5px 8px 0;
}
footer .m-right a {
	color: #999eab;
	display: block;
	font-size: 13px;
}
footer .m-right a i {
	color: #e34b11 !important;
}
footer .bottom {
	color: #999eab;
	font-size: 13px;
	padding: 30px 0;
	text-align: center;
}
footer  a {
	color: #999eab !important;
}
footer  a:hover {
	color: #e34b11 !important;
}
footer li{
	color:#999eab !important;
}
ul.profile-page li{
	list-style:none !important;
}
ul.profile-page li {
    border-bottom: 1px solid #F1f1f1;
    padding: 15px;
}
ul.profile-page {
    margin: 0 15px;
}
.profile-page {
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px;
    margin: 0 30px;
}

.editable{
	cursor:pointer;
	border-bottom: dashed 1px #E34B11 !important;
}

.transaction-return{
	margin:10px 0;
}