html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 120px; /* Margin bottom by footer height */
	background-color: #F1E0E1;
}

/*added content*/

.lander .SearchResult .member {
    display: inline-block;
    padding: 10px;
    background: rgba(0,0,0,0.7);
    border-radius: 8px;
    margin:0 10px 20px;
}

.lander .SearchResult .member .chat-now {
    padding: 6px 12px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    background: #890ba5;
    background: -moz-linear-gradient(left, #cc00ff 0%, #3333cc 100%);
    background: -webkit-linear-gradient(left, #cc00ff 0%,#3333cc 100%);
    background: linear-gradient(to right, #cc00ff 0%,#3333cc 100%);
    color: #ffffff;
}


/* end added content */
.footer {
	position: absolute;
	margin-bottom: 0px;
	width: 100%;
	height: 120px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
}
.footerb {
	position: absolute;
	width: 100%;
	height: 120px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
}

.navbar .navbar-nav > li > a.profile-photo {
	padding: 0px 0px 0px 5px;
}
.profile-photo-small {
	height: 40px;
	width: 40px;
}
.scroll-area {
	max-height: 310px;
	overflow-y: scroll;
	list-style: outside none none;
	padding: 0px;
}
.dropdown-sharing li {
	color: #66615b;
	font-size: 16px;
}
.dropdown-sharing li .social-line {
	line-height: 28px;
	padding: 10px 20px 5px 20px;
}
.dropdown-sharing li .social-line [class*="icon-"] {
	font-size: 20px;
}
.dropdown-sharing li:hover .social-line, .dropdown-sharing li:hover a, .dropdown-sharing li:hover .action-line, .dropdown-sharing li:focus .social-line, .dropdown-sharing li:focus a, .dropdown-sharing li:focus .action-line {
	background-color: #f2f2f2;
	color: #66615b;
	opacity: 1;
	text-decoration: none;
}
.dropdown-actions li .action-line {
	line-height: 24px;
	padding: 10px 20px;
	font-weight: bold;
}
.dropdown-actions li .action-line [class*="icon-"] {
	font-size: 24px;
}
.dropdown-actions li .action-line .col-xs-9 {
	line-height: 34px;
}
.dropdown-actions li .link-danger {
	color: #EB5E28;
}
.dropdown-actions li .link-danger:hover, .dropdown-actions li .link-danger:active, .dropdown-actions li .link-danger:focus {
	color: #EB5E28;
}
.dropdown-actions li:hover a, .dropdown-actions li:focus a {
	background-color: #F0EFEB;
	color: #66615b;
	opacity: 1;
	text-decoration: none;
}
.dropdown-wide {
	min-width: 360px;
}
.notification-bubble {
	left: 25px;
	position: absolute;
	top: 13px;
}
.dropdown-notification .dropdown-header {
	border-bottom: 1px solid #F1EAE0;
}
.dropdown-notification .no-notification {
	color: #9A9A9A;
	font-size: 1.2em;
	padding: 30px 30px;
	text-align: center;
}
.dropdown-notification-list > li {
	border-bottom: 1px solid #F1EAE0;
	color: #66615b;
	font-size: 16px;
	padding: 10px 5px;
}
.dropdown-notification-list > li > a {
	color: #66615b;
	white-space: normal;
}
.dropdown-notification-list > li > a .notification-text {
	padding-left: 40px;
	position: relative;
}
.dropdown-notification-list > li > a .label {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 7px;
}
.dropdown-notification-list > li > a .message {
	font-size: 0.9em;
	line-height: 0.7;
}
.dropdown-notification-list > li > a .time {
	color: #9A9A9A;
	font-size: 0.7em;
}
.dropdown-notification-list > li > a .read-notification {
	font-size: 12px;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -12px;
}
.dropdown-notification-list > li:hover, .dropdown-notification-list > li:focus {
	background-color: #F0EFEB;
	color: #66615b;
	opacity: 1;
	text-decoration: none;
}
.dropdown-notification-list > li:hover .read-notification, .dropdown-notification-list > li:focus .read-notification {
	opacity: 1;
}
.dropdown-menu {
	background-color: #f2f2f2;
	border: 0 none;
	border-radius: 8px;
	margin-top: 23px;
	padding: 0px;
	-webkit-box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1);
	box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1);
}
.dropdown-menu .divider {
	background-color: #F1EAE0;
	margin: 0px;
}
.dropdown-menu .dropdown-header {
	color: #9A9A9A;
	font-size: 14px;
	padding: 10px 15px;
}
.dropdown-menu > li > a {
	color: #66615b;
	font-size: 16px;
	padding: 10px 15px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.dropdown-menu > li > a img {
	margin-top: -3px;
}
.dropdown-menu > li > a:focus {
	outline: 0 !important;
}
.btn-group.select .dropdown-menu {
	min-width: 100%;
}
.dropdown-menu > li:first-child > a {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.dropdown-menu > li:last-child > a {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #F7CECE;
	color: rgba(255, 255, 255, 0.7);
	opacity: 1;
	text-decoration: none;
}
.dropdown-menu.dropdown-primary > li:not(.disabled) > a:hover, .dropdown-menu.dropdown-primary > li:not(.disabled) > a:focus {
	background-color: #7A9E9F;
}
.dropdown-menu.dropdown-info > li:not(.disabled) > a:hover, .dropdown-menu.dropdown-info > li:not(.disabled) > a:focus {
	background-color: #68B3C8;
}
.dropdown-menu.dropdown-success > li:not(.disabled) > a:hover, .dropdown-menu.dropdown-success > li:not(.disabled) > a:focus {
	background-color: #7AC29A;
}
.dropdown-menu.dropdown-warning > li:not(.disabled) > a:hover, .dropdown-menu.dropdown-warning > li:not(.disabled) > a:focus {
	background-color: #F3BB45;
}
.dropdown-menu.dropdown-danger > li:not(.disabled) > a:hover, .dropdown-menu.dropdown-danger > li:not(.disabled) > a:focus {
	background-color: #EB5E28;
}
.dropdown-menu > li.dropdown-footer {
	background-color: #E8E7E3;
	border-radius: 0 0 8px 8px;
}
.dropdown-menu > li.dropdown-footer > ul {
	list-style: outside none none;
	padding: 0px 5px;
}
.dropdown-menu > li.dropdown-footer > ul > li {
	display: inline-block;
	text-align: left;
	padding: 0 10px;
}
.dropdown-menu > li.dropdown-footer > ul > li > a {
	color: #9C9B99;
	font-size: 0.9em;
	line-height: 35px;
}
.dropdown-menu > li.dropdown-footer > ul > li:hover a {
	color: #5E5E5C;
}
.footer {
	background-color: #f2f2f2;
	line-height: 36px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .links {
	display: inline-block;
}
.footer .links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.footer .links ul > li {
	display: inline-block;
	padding-right: 20px;
}
.footer .links ul > li:last-child {
	padding-right: 0px;
}
.footer .links ul a:not(.btn) {
	color: #66615b;
	display: block;
	font-size: 0.9em;
	margin-bottom: 3px;
}
.footer .links ul a:not(.btn):hover, .footer .links ul a:not(.btn):focus {
	color: #403D39;
}
.footer .links ul.uppercase-links {
	text-transform: uppercase;
}

.footer .links ul.stacked-links {
	margin-top: 15px;
}
.footer .links ul.stacked-links > li {
	display: block;
	line-height: 26px;
}
.footer .links ul.stacked-links h4 {
	margin-top: 0px;
}
.footer .social-area {
	padding: 15px 0;
}
.footer .social-area .btn {
	margin-bottom: 3px;
}
.footer hr {
	border-color: #66615b;
	border-width: 1px 0 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer .copyright {
	color: #A49E9E;
	font-size: 0.9em;
}
.footer .copyright ul > li {
	padding-right: 0px;
}
.footer .title {
	color: #403D39;
}
.footer-black, .footer-transparent, .subscribe-line-transparent {
	background-color: #252422;
	color: #DDDDDD;
}
.footer-black .links ul a:not(.btn), .footer-transparent .links ul a:not(.btn), .subscribe-line-transparent .links ul a:not(.btn) {
	color: #A49E9E;
}
.footer-black .links ul a:not(.btn):hover, .footer-black .links ul a:not(.btn):focus, .footer-transparent .links ul a:not(.btn):hover, .subscribe-line-transparent .links ul a:not(.btn):hover, .footer-transparent .links ul a:not(.btn):focus, .subscribe-line-transparent .links ul a:not(.btn):focus {
	color: #F1EAE0;
}
.footer-black .copyright, .footer-transparent .copyright, .subscribe-line-transparent .copyright {
	color: #66615b;
}
.footer-black .copyright ul > li a:not(.btn), .footer-transparent .copyright ul > li a:not(.btn), .subscribe-line-transparent .copyright ul > li a:not(.btn) {
	color: #66615b;
}
.footer-black hr, .footer-transparent hr, .subscribe-line-transparent hr {
	border-color: #66615b;
}
.modal-header {
	border-bottom: 1px solid #DDDDDD;
	padding: 20px;
	padding-bottom: 5px !important;
	text-align: center;
}
.modal-header.no-border-header {
	border-bottom: 0 none;
}
.modal-header.no-border-header .modal-title {
	margin-top: 20px;
}
.modal-content {
	border: 0 none;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.modal-body {
	padding: 20px 50px;
}
.modal-footer {
	border-top: 1px solid #DDDDDD;
	padding: 0px;
}
.modal-footer.no-border-footer {
	border-top: 0 none;
}
.modal-footer .left-side, .modal-footer .right-side {
	display: inline-block;
	text-align: center;
	width: 49%;
}
.modal-footer .btn-simple {
	padding: 20px;
	width: 100%;
}
.modal-footer .divider {
	background-color: #DDDDDD;
	display: inline-block;
	float: inherit;
	height: 63px;
	margin: 0px -3px;
	position: absolute;
	width: 1px;
}
.modal.fade .modal-dialog {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}
.modal.in .modal-dialog {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}
.modal-backdrop.in {
	opacity: 0.25;
}
.modal-notice {
	padding-top: 60px;
}
.modal-notice .instruction {
	margin-bottom: 30px;
}
.modal-notice .picture {
	max-width: 150px;
}
.modal-small {
	margin-top: 15%;
	width: 300px;
}
.modal-medium {
	width: 400px;
}
.modal-medium .modal-footer {
	text-align: center;
	margin-bottom: 25px;
	padding: 30px 0;
}
.modal-register .modal-content {
	background-color: #f2f2f2;
	background-image: linear-gradient(to bottom, transparent 0%, rgba(112, 112, 112, 0) 60%, rgba(186, 186, 186, 0.15) 100%);
}
.modal-register .modal-header {
	margin-top: 0px;
}
.modal-register .btn {
	margin-top: 10px;
}
.navbar-brand {
			font-family: 'Passion One', cursive;
			font-size: 26px;
		}