body {
	font-size: 13px;
	color: #333333;
	background-color: #fbf2f2;
}

.text a {
	text-decoration: underline;
}

a {
	color: #a30002;
}

a:hover {
	color: #a30002;
}

hr {
	border-top: 1px solid #eddddd;
	border-bottom: 1px solid #ffffff;
}

footer {
	color: #aaa;
	font-size: 13px;
	margin: 0 auto;
}

footer a {
	color: #aaa;
}

footer a:hover {
	color: #A30002;
}

.navbar .container {
	position: relative;
	min-height: 56px;
}

.navbar h1 {
	float: left;
	margin: 8px 0 0 0
}

.navbar h3 {
	font-size: 10px;
	color: #e09d9d;
	clear: left;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	margin: 3px 0 0 2px;
	line-height: 1;
	padding-bottom: 3px;
}

.navbar .brand {
	padding: 0;
	margin: 0 auto;
}

.navbar-inverse {
	color: #fff;
}

.navbar-inverse .navbar-inner {
	background-color: #aa0101;
	background-image: -moz-linear-gradient(top, #c60101, #aa0101);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c60101), to(#aa0101));
	background-image: -webkit-linear-gradient(top, #c60101, #aa0101);
	background-image: -o-linear-gradient(top, #c60101, #aa0101);
	background-image: linear-gradient(to bottom, #c60101, #aa0101);
	border-color: #860000;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#c60101', endColorstr='#aa0101', GradientType=0);
}

.navbar .btn,
.navbar .btn-group,
.navbar-form input,
.navbar-form select,
.navbar-form .radio {
	margin: 9px 0 0 0;
}

#signin-form .options {
	margin: 0;
	position: relative;
}

#signin-form .checkbox {
	margin: 1px 0 0 0;
	font-size: 10px;
	color: #E09D9D;
	text-transform: uppercase;
	width: 125px;
	float: left;
}

#signin-form .loginError {
	margin: 1px 0 0 0;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	position: absolute;
	left: 143px;
	top: 2px;
	max-width: 200px;
}

#signin-form .trouble {
	margin: 1px 22px 0 0px;
	font-size: 10px;
	color: #E09D9D;
	text-transform: uppercase;
}

#signin-form .rememberme {
	padding-right: 10px;
	border-right: 1px #E09D9D solid;
	margin: 1px 5px 0 0px;
	font-size: 10px;
	color: #E09D9D;
	text-transform: uppercase;
}

.remembermeLabel {
	display: inline;
}

.btn-li {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-li:hover,
.btn-li:active,
.btn-li.active,
.btn-li.disabled,
.btn-li[disabled] {
	color: #ffffff;
	background-color: #bd362f;
	*background-color: #a9302a;
}

.btn-li:active,
.btn-li.active {
	background-color: #942a25 \9;
}

.btn-li.selected {
	color: #fafafa;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #A0A0A0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#a0a0a0));
	background-image: -webkit-linear-gradient(#d5d5d5, #a0a0a0);
	background-image: -o-linear-gradient(#d5d5d5, #a0a0a0);
	background-image: linear-gradient(#d5d5d5, #a0a0a0);
	background-image: -moz-linear-gradient(top, #d5d5d5, #a0a0a0);
	background-repeat: repeat-x;
	border: solid 1px #999;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#a0a0a0', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-li.disabled,
.btn-li[disabled] {
	cursor: default;
	opacity: 0.2;
}

.btn-li.selected:hover {
	color: #fafafa;
	background-color: #A0A0A0;
}

input[type="text"],
input[type="password"] {
	padding: 2px 6px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size: 12px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(199, 117, 117, 0.8);
	border-color: #c77575;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 117, 117, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 117, 117, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 117, 117, 0.6);
}

.popover {
	border: 1px solid #8c8c8c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: auto;
	min-width: 236px;
	padding: 0;
	z-index: 1050;
}

.lt-ie9 .popover .arrow {
	background-image: url(/ext/li/img/sprite.png);
	background-repeat: no-repeat;
}

.lt-ie9 .popover .arrow:after {
	display: none;
}

.popover.arrowBottomLeft .mask {
	background-color: #fff;
	position: absolute;
	bottom: -11px;
	left: 0;
	height: 10px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	width: 100%;
}

.popover.arrowBottomLeft .arrow {
	bottom: -8px;
	left: 22px;
	margin-left: -10px;
	border-top-color: #f2f2f2;
	border-width: 8px 8px 0;
}

.popover.arrowBottomLeft .arrow:after {
	bottom: -1px;
	left: -9px;
	border-top-color: rgba(120, 120, 120, 1);
	border-width: 9px 9px 0;
}

.lt-ie9 .popover.arrowBottomLeft .arrow {
	margin-left: 0;
	border-width: 0;
	bottom: -9px;
	left: 12px;
	width: 17px;
	height: 9px;
	background-position: -54px 0;
}

.popover.arrowBottomRight .mask {
	background-color: #fff;
	position: absolute;
	bottom: -11px;
	left: 0;
	height: 10px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	width: 100%;
}

.popover.arrowBottomRight .arrow {
	bottom: -8px;
	right: 22px;
	margin-right: -10px;
	border-top-color: #f2f2f2;
	border-width: 8px 8px 0;
}

.popover.arrowBottomRight .arrow {
	bottom: -8px;
	right: 22px;
	margin-right: -10px;
	border-top-color: #f2f2f2;
	border-width: 8px 8px 0;
}

.popover.arrowBottomRight .arrow:after {
	bottom: -1px;
	right: -9px;
	border-top-color: rgba(120, 120, 120, 1);
	border-width: 9px 9px 0;
}

.lt-ie9 .popover.arrowBottomRight .arrow {
	margin-left: 0;
	border-width: 0;
	bottom: -9px;
	right: 22px;
	width: 17px;
	height: 9px;
	background-position: -54px 0;
}

.popover.arrowTopLeft .mask {
	background-color: #fff;
	position: absolute;
	top: -11px;
	left: 0;
	height: 10px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	width: 100%;
}

.popover.arrowTopLeft .arrow {
	top: -8px;
	left: 22px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-width: 0 8px 8px 8px;
}

.popover.arrowTopLeft .arrow {
	top: -8px;
	left: 22px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-width: 0 8px 8px 8px;
}

.popover.arrowTopLeft .arrow:after {
	top: -1px;
	left: -9px;
	border-bottom-color: rgba(120, 120, 120, 1);
	border-width: 0 9px 9px 9px;
}

.lt-ie9 .popover.arrowTopLeft .arrow {
	margin-left: 0;
	border-width: 0;
	top: -9px;
	left: 12px;
	width: 17px;
	height: 9px;
	background-position: -54px -9px;
}

.popover.arrowTopRight .mask {
	background-color: #fff;
	position: absolute;
	top: -11px;
	left: 0;
	height: 10px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	width: 100%;
}

.popover.arrowTopRight .arrow {
	top: -8px;
	right: 22px;
	margin-right: -10px;
	border-bottom-color: #fff;
	border-width: 0 8px 8px 8px;
}

.popover.arrowTopRight .arrow {
	top: -8px;
	right: 22px;
	margin-right: -10px;
	border-bottom-color: #fff;
	border-width: 0 8px 8px 8px;
}

.popover.arrowTopRight .arrow:after {
	top: -1px;
	right: -9px;
	border-bottom-color: rgba(120, 120, 120, 1);
	border-width: 0 9px 9px 9px;
}

.lt-ie9 .popover.arrowTopRight .arrow {
	margin-left: 0;
	border-width: 0;
	top: -9px;
	right: 22px;
	width: 17px;
	height: 9px;
	background-position: -54px -9px;
}

#userPopover .popover-content {
	padding: 10px 10px 45px 10px;
	width: 275px;
}

#userPopover .popover-content .avatar {
	float: left;
	width: 100px;
	height: 100px;
}

#userPopover .popover-content .info {
	margin-left: 110px;
	line-height: 1.15;
	font-size: 12px;
	color: #666;
}

#userPopover .popover-content .info h6 {
	margin: 0;
	line-height: 1.15;
	font-size: 14px;
}

#userPopover .popover-content .footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 275px;
	padding: 0 10px;
	height: 34px;
	border-top: 1px solid #ccc;
	background-color: #f2f2f2
}

#userPopover .popover-content .footer a {
	float: right;
	margin-top: 5px;
	font-weight: bold;
}

#userPopover .popover-content .footer [class^="icon-"],
#userPopover .popover-content .footer [class*=" icon-"] {
	margin-right: 2px;
	vertical-align: text-bottom;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.modal.fade {
	top: auto;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.modal-color-none .modal-backdrop.fade.in {
	background: #fff !important;
	opacity: 0.01;
}

.lt-ie9 .modal-color-none .modal-backdrop {
	background: #fff !important;
	filter: alpha(opacity=0.1);
}

.modal-color-white .modal-backdrop {
	background-color: #fff;
}

.modal-header {
	border-bottom: 1px solid #c46865;
	background-color: #d7736f;
	color: #fff;
}

.modal-header .close {
	margin-top: 0;
}

.modal-header h3 {
	line-height: 22px;
	font-size: 20px;
}

.modal-body {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.modal-footer {
	padding: 9px 15px 10px 15px;
}

#li-header {
	background-color: #fff;
	border-right: 1px #EBC2C2 solid;
	border-bottom: 1px #EBC2C2 solid;
	border-left: 1px #EBC2C2 solid;
	min-height: 220px;
}

#li-header .img {
	float: left;
	width: 172px;
	height: 172px;
	padding: 3px;
	border: 1px #EBC2C2 solid;
	background-color: #FFF;
	position: relative;
	z-index: 10;
}

#li-header .img img {
	width: 172px;
	height: 172px;
}

#li-header .info h1 {
	margin: 0;
}

#li-header h1 span {
	color: #A30002;
}

#divStlk .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin-left: -10px;
	margin-top: -10px;
}

#li-header .info .stalking {
	font-size: 14px;
	line-height: 20px;
	display: block;
}

#li-header .info .info-band {
	background-color: #f7e5e5;
	position: relative;
	margin: 6px 0 0 0;
}

#li-header .info .info-band .info-likes {
	color: #aaa;
}

#li-header .info .info-thumbs {
	margin-top: 10px;
}

#li-header .info .info-thumbs p {
	margin: 0 20px 0 0;
	float: left;
}

#li-nav-logged-in {
	line-height: 32px;
}

#li-nav-logged-in .avatar {
	margin-right: 10px;
	float: left;
}

#li-nav-logged-in .avatar img {
	display: block;
}

#li-nav-logged-in a {
	color: #fff;
	font-size: 14px;
}

#li-nav-logged-in .nav-user {
	padding-right: 10px;
	border-right: 1px solid #900101;
}

#li-nav-logged-in .nav-signout {
	padding-left: 10px;
	border-left: 1px solid #b74848;
}

#li-sidebar {
	min-height: 100px;
}

#li-sidebar .info {
	margin: 10px;
	font-size: 12px;
}

#li-sidebar .friend-list {
	padding: 10px;
}

#li-sidebar .friend-list h5 {
	margin: 0 0 5px 0;
}

#li-sidebar .friend-list p .avatar {
	float: left;
	vertical-align: top;
}

#li-sidebar .friend-list p .avatar img {
	display: block;
}

#li-sidebar .friend-list p .title {
	line-height: 1.15;
	display: block;
	margin-left: 74px;
}

#li-sidebar .info h6 {
	margin: 10px 0 0 0;
}

#li-sidebar .info table.data {
	line-height: 1.15;
	margin: 10px 0 20px 0;
}

#li-sidebar .info table.data span {
	color: #666;
}

#li-sidebar .info table.data hr {
	margin: 5px 0;
}

#li-adsbar h3 {
	background-color: #EBC2C2;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1;
	margin: 10px 0 5px;
	padding: 6px;
	text-transform: uppercase;
}

#li-adsbar .photos-right {
	width: 220px;
}

#li-adsbar .photos-right h5 {
	font-size: 13px;
	margin: 5px 0;
}

#li-adsbar .photos-right p {
	font-size: 11px;
	line-height: 1.15;
	margin: 5px 0;
}

#li-adsbar .photos-right p.meta {
	color: #666;
}

#li-adsbar hr {
	margin: 10px 0;
}

#li-feed {
	margin-left: 0;
	float: left;
	position: relative;
}

#li-feed .post {
	background-color: #fff;
	border: 1px #EBC2C2 solid;
	margin-top: 10px;
	padding: 5px;
}

#li-feed .post .type {
	line-height: 32px;
}

#li-feed .post .type .avatar {
	float: left;
	margin-right: 5px;
}

#li-feed .post .type img {
	display: block;
}

#li-feed .post .type .date {
	float: right;
	color: #aaa;
	margin-right: 5px;
}

#li-feed .post .text {
	padding: 5px 5px 0 5px;
	margin-top: 5px;
	border-top: 1px #eee solid;
}

#li-feed .post .media {
	margin-top: 5px;
}

#li-feed .post .media a:not('#stlkBtn') {
	display: block;
}

#li-feed .post .media .annotation {
	margin-top: 5px;
	padding: 5px;
	line-height: 1.15;
}

#li-feed .post .meta {
	background-color: #FBF2F2;
	padding: 3px 5px;
	margin-top: 5px;
	font-size: 12px;
}

#li-feed .post .likes {
	background-color: #FBF2F2;
	padding: 3px 5px;
	margin-top: 5px;
	font-size: 12px;
}

#li-feed .post .comments {
	background-color: #f7f7f7;
	padding: 5px;
	margin-top: 5px;
	line-height: 1.15;
}

#li-feed .post .comments.profile {
	background-color: #FBF2F2;
}

#li-feed .post .comments .avatar {
	float: left;
}

#li-feed .post .comments img {
	display: block;
}

#li-feed .post .comments p {
	margin: 0 0 0 37px;
	word-wrap: break-word;
}

#li-feed .post .comments .comments-meta {
	margin-top: 2px;
	color: #aaa;
	font-size: 12px;
}

#li-feed .post .add-comment {
	background-color: #FBF2F2;
	padding: 5px;
	margin-top: 5px;
}

#li-feed .post .add-comment .avatar {
	float: left;
	margin-right: 5px;
}

#li-feed .post .add-comment img {
	display: block;
}

#li-feed .post .add-comment textarea {
	height: 15px;
	line-height: 15px;
	margin: 3px 0 0 0;
	resize: none;
}

#li-feed .post .load-more {
	margin-top: 5px;
	padding: 5px 5px 0 5px;
}

#li-feed .post .alert {
	margin: 5px 0 0 0;
}

#li-feed.single-post .post {
	margin-top: 10px;
}

#modal-users {
	border: 0;
	background-color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	width: auto;
	top: 0;
	background-color: transparent;
}

#modal-users .modal-users-wrap {
	width: 440px;
	margin: 30px auto;
	overflow: hidden;
	position: relative;
}

#modal-users .box-wrap,
#modal-users .antiscroll-inner {
	height: 318px;
	width: 440px;
}

#modal-users .modal-body {
	position: relative;
	overflow: hidden;
	height: 318px;
}

#modal-users #modal-users-list {
	margin: 0;
}

#modal-users-list li {
	border-bottom: 1px #e5e5e5 solid;
	padding: 10px;
	color: #888;
	font-size: 12px;
	line-height: 1.15;
	height: 50px;
	overflow: hidden;
	background-color: #FFF;
}

#modal-users-list .post a {
	color: #EB9600;
}

#modal-users-list .avatar {
	float: left;
	width: 50px;
	height: 50px;
}

#modal-users-list .avatar img {
	display: block;
	width: 50px;
	height: 50px;
}

#modal-users-list .info {
	margin-left: 60px;
	overflow: hidden;
	max-height: 50px;
}

#modal-users-list .info a {
	font-size: 15px;
	line-height: 1.15;
}

#modal-users-list .btn {
	float: right;
	margin: 13px 2px 0 0;
	font-weight: bold;
}

#modal-users-list [class^="icon-"],
#modal-users-list [class*=" icon-"] {
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

#modal-users .modal-footer .btn {
	float: right;
}

#modal-users .loading-mask {
	background-color: #fff;
	background-image: url(/ext/li/img/spinners/black26x26.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.modal {
	margin: -250px 0 0 -200px;
	width: 400px;
}

.modal .close {
	filter: alpha(opacity=25);
	opacity: 0.25;
}

.modal .close:hover {
	filter: alpha(opacity=50);
	opacity: 0.50;
}

#modal-media {
	border: 0;
	background-color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	width: auto;
	top: 0;
	background-color: transparent;
}

#modal-media .modal-body {
	position: relative;
	overflow: hidden;
	max-height: inherit;
	margin-top: 30px;
	margin-bottom: 30px;
}

#modal-media .container {
	position: relative;
	background-color: #000;
}

#modal-media .loading-mask {
	background-color: #000;
	background-image: url(/ext/li/img/spinners/white32x32.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#media-viewer {
	margin: 0;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#single-media #media-viewer {
	overflow: hidden;
	display: table;
	position: static;
}

#media-viewer li {
	list-style: none;
}

#media-viewer .panel {
	margin: 0;
	background-color: #000;
}

#media-viewer .wrap {
	text-align: center;
}

#media-viewer .caption-bottom {
	background: #000;
	text-align: left;
	color: #fff;
	padding: 10px;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 640px;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	display: none;
}

#modal-media.hovered .caption-bottom {
	opacity: .8;
	filter: alpha(opacity=80);
}

#modal-media .container .arrow {
	margin: 0;
	top: 50%;
	position: absolute;
}

#modal-media .container .back {
	left: 20px;
}

#modal-media .container .forward {
	right: 20px;
}

#modal-media .container .arrow a {
	background-image: url(/ext/li/img/sprite.png);
	width: 27px;
	height: 45px;
	margin: -22px 0 0;
	position: relative;
	display: block;
}

#modal-media .container .back a {
	background-position: 0 0;
}

#modal-media .container .forward a {
	background-position: -27px 0;
}

#modal-media .sidebar {
	background-color: #FFF;
}

#modal-media .sidebar .loading {
	background-color: #fff;
	background-image: url(/ext/li/img/spinners/black26x26.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	top: 0;
	display: none;
}

#modal-media .sidebar .info-wrapper {
	padding: 20px;
	line-height: 1.15;
	font-size: 11px;
}

#modal-media .sidebar .user-wrapper .avatar {
	float: left;
	width: 64px;
	height: 64px;
}

#modal-media .sidebar .user-wrapper .avatar img {
	display: block;
	width: 64px;
	height: 64px;
}

#modal-media .sidebar .user-wrapper .info {
	margin-left: 74px;
	min-height: 64px;
	color: #666;
}

#modal-media .sidebar .user-wrapper .info h6 {
	margin: 0;
	line-height: 1.15;
	font-size: 14px;
}

#modal-media .sidebar .user-wrapper .user-comment {
	margin: 10px 0 0 0;
}

#modal-media .sidebar .user-wrapper .user-comment span {
	color: gray;
}

#modal-media .sidebar .user-wrapper .meta {
	background-color: #FBF2F2;
	padding: 3px 10px;
	margin-top: 5px;
}

#modal-media .sidebar .user-wrapper .likes {
	background-color: #FBF2F2;
	padding: 3px 10px;
	margin-top: 5px;
}

#modal-media .sidebar .user-wrapper .comments {
	background-color: #FBF2F2;
	padding: 5px;
	margin-top: 5px;
	line-height: 1.15;
}

#modal-media .sidebar .user-wrapper .comments .avatar {
	float: left;
	width: 32px;
	height: 32px;
}

#modal-media .sidebar .user-wrapper .comments img {
	display: block;
	width: 32px;
	height: 32px;
}

#modal-media .sidebar .user-wrapper .comments p {
	margin: 0 0 0 37px;
	word-wrap: break-word;
}

#modal-media .sidebar .user-wrapper .comments .comments-meta {
	margin-top: 2px;
	color: #aaa;
}

#modal-media .sidebar .user-wrapper .load-more {
	margin-top: 5px;
	padding: 5px 5px 0;
}

#modal-media .sidebar .user-wrapper .add-comment {
	background-color: #FBF2F2;
	padding: 5px;
	margin-top: 5px;
}

#modal-media .sidebar .user-wrapper .add-comment .avatar {
	float: left;
	margin-right: 5px;
	width: 32px;
	height: 32px;
}

#modal-media .sidebar .user-wrapper .add-comment img {
	display: block;
	width: 32px;
	height: 32px;
}

#modal-media .sidebar .user-wrapper .add-comment textarea {
	width: 199px;
	max-width: 199px;
	min-width: 199px;
	height: 15px;
	line-height: 15px;
	margin: 3px 0 0 0;
	resize: none;
}

#modal-media .sidebar .ad-wrapper h3 {
	background-color: #EBC2C2;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1;
	margin: 10px 0 5px;
	padding: 6px;
	text-transform: uppercase;
}

#modal-media .sidebar .ad-wrapper .photos-right {
	margin: 0 20px;
}

#modal-media .sidebar .ad-wrapper .photos-right h5 {
	font-size: 13px;
	margin: 5px 0;
}

#modal-media .sidebar .ad-wrapper .photos-right p {
	font-size: 11px;
	line-height: 1.15;
	margin: 5px 0;
}

#modal-media .sidebar .ad-wrapper .photos-right p.meta {
	color: #666;
}

#modal-media .sidebar .ad-wrapper hr {
	margin: 10px 0;
}

.thumb-wrapper {
	position: relative;
}

.thumb-wrapper span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent url(/ext/li/img/icons/overlay.png) no-repeat center center;
}

body.modal-open {
	overflow: hidden;
}

.errorLanding {
	min-height: 750px;
}

.errorLanding .errorMessage {
	background: #FFF;
	border: 1px solid #eac2c3;
}

.errorLanding .errorMessage .messageContent {
	padding: 10px 23px;
	border: 1px solid #edc1c0;
	margin: 30px;
	background: #fcf2f3;
}

.errorLanding .errorMessage .messageContent h3 {
	font-size: 20px;
}

.stalk {
	padding: 0 5px;
}

.stalk .stalkContent {
	padding: 8px 0 0;
}

.stalk #divStlk {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.stalk .claimTxt {
	display: inline;
	width: auto;
}

.stalk .claimTxt span {
	display: inline-block;
	padding-top: 4px;
}

.stalk .claimTxt span+span {
	padding-left: 10px;
	display: inline;
}

@media (min-width: 768px) and (max-width: 979px) {
	#li-header .info h1 {
		width: 415px;
	}

	#divStlk {
		position: absolute;
		right: 10px;
		top: 28px;
	}

	#li-header .info .stalking {
		margin-top: 4px;
	}

	#li-header .info .info-band {
		left: -220px;
		padding: 3px 153px 3px 220px;
		width: 349px;
	}

	#li-header .info .info-band .info-likes {
		position: absolute;
		top: 4px;
	}

	#signin-form .span2 {
		width: 126px;
	}

	.temp-grid .span9 {
		width: 724px;
	}

	.temp-grid .span3 {
		width: 220px;
	}

	#li-feed {
		width: 504px;
		min-height: 400px;
	}

	#li-feed .post {
		padding: 17px;
	}

	#ads-col {
		width: 724px;
	}

	#li-adsbar .photos-right {
		float: left;
		margin: 0 10px 0 10px;
	}

	#li-adsbar hr {
		display: none;
	}

	#li-feed.single-post {
		margin-left: 20px;
		width: 723px;
	}

	#li-feed.single-post .post {
		padding: 20px 31px;
	}

	#li-feed.single-post .post .add-comment textarea {
		width: 597px;
		max-width: 597px;
		min-width: 597px;
	}

	#modal-media .modal-body {
		width: 660px;
	}

	#modal-media .container {
		width: 660px;
	}

	#modal-media .loading-mask {
		height: 100%;
		width: 660px;
	}

	#media-viewer {
		width: 660px;
		height: 373px;
	}

	#media-viewer img {
		width: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	#modal-media .sidebar {
		width: 660px;
	}

	#modal-media .sidebar .loading {
		width: 660px;
	}

	#modal-media .sidebar .info-wrapper {
		float: left;
		width: 320px;
	}

	#modal-media .sidebar .ad-wrapper {
		width: 260px;
		float: right;
		padding: 10px 20px;
	}

	#modal-media .sidebar .close {
		border: 10px solid #000;
		height: 35px;
		margin: 0;
		opacity: 1;
		position: absolute;
		right: 0;
		top: 0;
		width: 35px;
		background-color: #000;
		background-position: 1px -81px;
		z-index: 10;
	}
}

@media (max-width: 767px) {
	body {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-right: -15px;
		margin-left: -15px;
	}

	#divStlk {
		padding: 5px 0;
		position: relative;
		display: inline-block;
	}

	#li-header .info .stalking {
		padding: 4px 0;
	}

	#li-header .info .info-band {
		padding: 5px;
	}

	#li-header .info .info-band .info-likes {
		display: block;
	}

	#li-adsbar .photos-right {
		float: left;
		margin: 0 10px 0 0;
	}

	#li-adsbar hr {
		display: none;
	}

	#li-feed .loadPosts {
		display: none !important;
	}

	#li-feed.single-post {
		width: 100%;
	}

	#li-feed.single-post .media {
		width: 100%;
	}

	#li-feed.single-post .media img {
		width: 100%;
	}

	#modal-media .modal-body {
		width: 300px;
	}

	#media-viewer {
		width: 300px;
		height: 170px;
	}

	#media-viewer img {
		width: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	#modal-media .sidebar .ad-wrapper h3 {
		padding: 6px 20px;
	}

	#modal-media .sidebar .close {
		border: 10px solid #000;
		height: 35px;
		margin: 0;
		opacity: 1;
		position: absolute;
		right: 0;
		top: 0;
		width: 35px;
		background-color: #000;
		background-position: 1px -81px;
		z-index: 10;
	}

	#modal-users .modal-users-wrap {
		width: 300px;
	}

	#modal-users .box-wrap,
	#modal-users .antiscroll-inner {
		width: 300px;
	}
}

@media (max-width: 480px) {
	#li-header .img {
		margin: 20px auto 0 auto;
		float: inherit;
		width: 100px;
		height: 100px;
	}
	
	#li-header .img img {
		width: 100px;
		height: 100px;
	}
	
	#li-header .info h1 {
		display: none;
	}

	#li-header .info {
		padding: 10px 10px 0px 10px;
	}

	#li-header .info h1 {
		text-align: center;
	}

	#divStlk {
		text-align: center;
		display: block;
	}

	#divStlk a {
		font-size: 14px;
		line-height: 20px;
		padding: 4px 14px;
	}

	#li-header .info .stalking {
		padding: 5px 10px 5px 0;
	}

	#li-nav-logged-in {
		padding: 10px 0 5px 0;
		float: left;
		clear: left;
	}

	#li-feed .post .type {
		line-height: 2.5;
	}

	#li-feed .post .type .avatar {
		margin: 0;
	}

	#li-feed .post .type .type-info {
		margin-left: 37px;
	}

	#li-feed .post .type .date {
		float: none;
		margin: 5px 0 0 0;
		display: block;
	}
}

@media (min-width: 481px) {
	#li-header .img {
		margin: 20px 0 0 20px;
	}

	#li-header .info {
		margin-left: 220px;
		padding-top: 20px;
		position: relative;
	}

	#li-nav-logged-in {
		position: absolute;
		top: 14px;
		right: 10px;
	}

	.navbar h3 {
		width: 50%;
	}
}

@media (max-width: 525px) {
	#li-feed .media {
		width: 100%;
	}

	#li-feed .media img {
		/*        width: 100%; */
	}
}

@media (min-width: 526px) {
	#li-feed .post .add-comment textarea {
		width: 407px;
		max-width: 407px;
		min-width: 407px;
	}
}

@media (min-width: 768px) {
	#li-feed .loadPosts {
		width: 32px;
		height: 32px;
		position: absolute;
		left: 50%;
		top: 200px;
		margin-left: -16px;
	}
}

@media (max-width: 979px) {

	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		padding: 0 15px;
	}

	.navbar-inverse .nav-collapse .navbar-form,
	.navbar-inverse .nav-collapse .navbar-search {
		border-top-color: #a10202;
		border-bottom-color: #910101;
	}

	#li-adsbar .photos-right {
		min-height: 200px;
	}
}

@media (min-width: 980px) {
	body {
		padding-top: 57px;
	}

	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		padding: 0 10px;
	}

	.navbar h3 {
		left: 10px;
	}

	.navbar-fixed-top .navbar-inner,
	.navbar-static-top .navbar-inner {
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	}

	#li-header .info h1 {
		width: 390px;
	}

	#divStlk {
		position: absolute;
		right: 10px;
		top: 28px;
	}

	#li-header .info .stalking {
		margin-top: 4px;
	}

	#li-header .info .info-band {
		left: -220px;
		padding: 3px 153px 3px 220px;
		width: 325px;
	}

	#li-feed {
		width: 480px;
		min-height: 400px;
	}

	#li-header .info .info-band .info-likes {
		position: absolute;
		top: 3px;
		right: 10px;
		right: 10px;
		text-align: right;
	}

	#signin-form {
		position: absolute;
		top: 0;
		right: 0;
	}

	#li-feed.single-post {
		margin-left: 20px;
		width: 700px;
	}

	#li-feed.single-post .post {
		padding: 20px;
	}

	#li-feed.single-post .post .add-comment textarea {
		width: 597px;
		max-width: 597px;
		min-width: 597px;
	}

	#modal-media .modal-body {
		width: 920px;
		height: 660px;
		max-height: 660px;
	}

	#modal-media .container {
		float: left;
		width: 620px;
	}

	#modal-media .loading-mask {
		width: 920px;
		height: 660px;
	}

	#media-viewer {
		width: 620px;
		height: 350px;
		position: relative;
		margin-bottom: 155px;
		margin-top: 155px;
	}

	#single-media #media-viewer li {
		position: static;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	#single-media #media-viewer .inner {
		position: relative;
		top: -50%;
		text-align: center;
	}

	#media-viewer .inner {
		width: 620px;
	}

	#media-viewer img,
	#media-viewer object,
	#media-viewer iframe {
		display: inline-block;
		vertical-align: middle;
		max-height: 660px;
		max-width: 660px;
	}

	#media-viewer img {
		width: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	#modal-media .sidebar {
		float: right;
		width: 300px;
		height: 660px;
		position: relative;
	}

	#modal-media .sidebar .loading {
		width: 300px;
		height: 660px;
	}

	#modal-media .sidebar .ad-wrapper {
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 260px;
	}

	#modal-media .sidebar .close {
		margin: 7px 7px 0 0;
	}
}

.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.space-between {
	justify-content: space-between;
}

li.flex-item {
	margin-right: 10px;
	margin-left: 10px;
}

.snapmatic-game-icon {
	margin-top: 4px;
	height: 24px;
	float: right;
}

@media screen and (orientation:landscape) {
	.only-portrait {
		display: none;
	}
}

@media screen and (orientation:portrait) {
	.only-landscape {
		display: none;
	}
}