@import "helpers.css?v1";

body,html {
	height:100%;
}
body {
	min-width:1270px;
	background: #fafafa;
	color:#000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	padding:0px;
	margin:0px;
	position:relative;
}
#logbg {
	width:100%;
	height:100%;
	position:fixed;
	z-index:101;
	left:0px;
	top:0px;

	background-size:100% auto;
	display:none;
}
#top {
	width:100%;
	min-width:1270px;
	height:50px;
	position:fixed;
	left:0px;
	top:0px;
	z-index:100;
	background:transparent url('common/images/top.png') repeat-x 0 0;
}
#top a#logo {
	width:110px;
	height:47px;
	display:block;
	text-indent:-20000px;
	float:left;
	margin-left:20px;
	background:transparent url('common/images/logo.png') no-repeat 0 0;
}
#top > ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	margin-left:20px;
}
#top > ul li {
	float:left;
	height:47px;
}
#top > ul li.last {
	background:transparent url('common/images/top-break.png') no-repeat top left;
	padding-left:15px;
	padding-right:05px;
}
#top > ul li a:not(.btn-add) {
	color:#fff;
	font-size:16px;
	display:block;
	height:35px;
	padding-top:12px;
	padding-right:15px;
	padding-left:20px;
	background:transparent url('common/images/top-break.png') no-repeat top left;
}
#top > ul li.fap a {
	color:#ff8686;
	font-weight:bold;
}
#top > ul li a {
	text-decoration:none !important;
}
#top > ul li a.active {
	background-color:rgba(15,99,125,1);
}
#top > ul li a:hover {
	background-color:rgba(15,99,125,0.3);
}
#top > ul li a.btn-add {
	margin-top:7px;
}
#top #user-panel {
	float:right;
	margin-right:20px;
	padding-top:5px;
	position:relative;
}
#top #user-panel span {
	vertical-align:middle;
}
#top #user-panel span.notifications {
	width:30px;
	height:20px;
	display:inline-block;
	position:relative;
	margin-right:15px;
	top:4px;
	cursor:pointer;
	background: transparent url('common/images/ico-not2.png') no-repeat 0 0;
}
#top #user-panel span.messages {
	width:30px;
	height:20px;
	display:inline-block;
	position:relative;
	margin-right:15px;
	top:4px;
	cursor:pointer;
	background: transparent url('common/images/ico-not.png') no-repeat 0 0;
}
#top #user-panel span.notifications span,
#top #user-panel span.messages span {
	background:#9d0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:3px;
	color:#fff;
	font-size:12px;
	position:absolute;
	top:-12px;
	right:-10px;
	text-align:center;
	min-width:15px;
	display:inline-block;
}
#top #user-panel span.notifications ul.listed {
	width:265px;
	height:500px;
	position:absolute;
	top:29px;
	right:-20px;
	z-index:100;
	display:none;
	background-color:#fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);
	margin:0px;
	padding:5px;
	list-style:none;
	outline:none !important;
}
#top #user-panel span.notifications ul.listed:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#top #user-panel span.notifications ul.listed:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	right: 10%;
	margin-left: -8px;
}
#top #user-panel span.notifications ul.listed li {
	border-top:1px solid #ccc;
	font-size:12px;
	padding:5px;
	padding-top:8px;
	padding-bottom:8px;
}
#top #user-panel span.notifications ul.listed li.first {
	border:0px solid #ccc;
}
#top #user-panel span.notifications ul.listed li a {
	text-decoration:none;
}
#top #user-panel span.notifications ul.listed li .thumb {
	width:40px;
	height:50px;
	float:left;
	margin-right:9px;
	display:block;
}
#top #user-panel span.notifications ul.listed li .thumb img {
	width:38px;
	max-height:48px;
	border:1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#top #user-panel span.notifications ul.listed li .info {
	width:186px;
	display:block;
	float:left;
}

#top #user-panel span.name {
	color:#fff;
	margin-right:5px;
	cursor:pointer;
}
#top #user-panel span.arrow {
	width: 0;
	height: 0;
	display: inline-block;
	border: 5px solid;
	cursor:pointer;
	border-color: #fff transparent transparent transparent;
	overflow: hidden;
	vertical-align: bottom;
	padding-top: 9px;
	color: #dadada;
}
#top #user-panel #not-logged {
	color:#fff;
	padding-top:4px;
}
#top #user-panel #not-logged a {
	color:#fff;
	font-size:14px;

}
#top #user-panel > ul {
	width:187px;
	margin:0px;
	padding:0px;
	position:absolute;
	display:none;
	z-index:99;
	right:-20px;
	top:47px;
	list-style:none;
	background:#1789ae;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);
}
#top #user-panel > ul li {
	border-bottom:1px solid #2c2c2c;
}
#top #user-panel > ul li a {
	color:#fff;
	padding:5px;
	display:block;
	font-size:12px;
	padding-right:20px;
	text-align:right;
	text-decoration:none;
}
#page {
	min-width:1270px;
	margin: 0;
	z-index: 1;
	left: 0;
	top: 0;

	width: 100%;
	padding: 0;

	padding-top:41px;
}
#page-left {
	width: 80%;
	min-width: 890px;
	padding-top: 29px;
}
#page-left.ctr {
	width:100%;
	min-width:100%;
}
#page-left.pd {
	padding-bottom:50px;
}
#page-left.ctr.noup {
	padding-top:0px;
}
ul.posts {
	margin:0px;
	padding:0px;
	list-style:none;
	width: 770px;
	margin: 15px auto 40px auto;
	position: relative;
}
#page-left.ctr .ul.posts {
	width:770px;
	margin:0px auto;
}
#page-left .gender-choose {
	width:770px;
	margin:0px auto;
	font-size:36px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
	margin-bottom:40px;
}
#page-left .gender-choose a {
	width:66px;
	height:78px;
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
	opacity:0.3;
	filter:alpha(opacity=30);
}
#page-left .gender-choose a.active {
	opacity:1;
	filter:alpha(opacity=100);
}
#page-left .gender-choose span {
	position:relative;
	display:inline-block;
	top:5px;
	margin-right:20px;
}
#page-left .gender-choose a.male {
	background: transparent url('common/images/ico-genders.png') no-repeat 0 0
}
#page-left .gender-choose a.female {
	background: transparent url('common/images/ico-genders.png') no-repeat -66px 0
}
#page-left .gender-choose a.both {
	background: transparent url('common/images/ico-genders.png') no-repeat -132px 0
}
ul.posts > li {
	width:770px;
	margin-bottom:15px;
}
ul.posts > li .posts-left {
	width:113px;
	min-height:50px;
	float:left;
	margin-right:15px;
	position:relative;
}
ul.posts > li .posts-left span.thumb {
	border:1px solid #ccc;
	float:right;
}
ul.posts > li.fsad .posts-main {
	width:660px;
	margin:0px auto;
	float:none;
}
ul.posts > li .posts-main {
	width:528px;
	float:left;
	position:relative;
	min-height:300px;
	border:1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
}
ul.posts > li .posts-main.ad {
	min-height:10px;
}
ul.posts > li .posts-main a.arrow {
	width:105px;
	height:43px;
	display:block;
	text-indent:-2000px;
	position:absolute;
	top:30%;
	background:transparent url('common/images/arrow-next.png') no-repeat 0 0
}
ul.posts > li .posts-main a.arrow.arrow-prev {
	left:-140px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
ul.posts > li .posts-main a.arrow.arrow-next {
	right:-240px;
}
ul.posts > li .posts-main .head {
	border-bottom:1px solid #eeeeee;
	padding:10px;
	color:#373737;
	margin-bottom:10px;
	position:relative;
}
ul.posts > li .posts-main .head .like {
	position:absolute;
	right:10px;
	top:-3px;
}
ul.posts > li .posts-main .content {
	border-bottom:1px solid #eeeeee;
	margin-bottom:10px;
}
ul.posts > li .posts-main.ad .content {
	padding:10px;
}
ul.posts > li .posts-main .content .title {
	padding-left:10px;
	padding-right:10px;
	color:#373737;
	font-size:22px;
	margin-bottom:10px;
	word-wrap:break-word;
}
ul.posts > li .posts-main .content .image {
	text-align:center;
	position:relative;
	min-height:250px;
	padding:1px;
}
ul.posts > li .posts-main.ad .content .image {
	min-height:10px;
}
ul.posts > li .posts-main .content .image .mature {
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	z-index:30;
	display:table-cell;
	left:0px;
	top:0px;
	vertical-align:middle;
	font-size:60px;
	color:#1b9dc7;
	text-align:center;
	cursor:pointer;
}
ul.posts > li .posts-main .content .image .mature > div {
	width:100%;
	text-align:center;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-52.5px;
}
ul.posts > li .posts-main .content .image .mature span {
	font-size:22px;
	color:#ffffff;
	display:block;
}
ul.posts > li .posts-main .content .image .buttons {
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	display:table-cell;
	background-color:rgba(255,255,255,0.5);
	left:0px;
	top:0px;
	vertical-align:middle;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
ul.posts > li .posts-main .content .image .buttons a {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}
ul.posts > li .posts-main .content .image .buttons > div {
	position:absolute;
	top:30%;
	left:50%;
	margin-top:-17px;
	margin-left:-170px;
}
ul.posts > li .posts-main .content .image .buttons:hover {
	opacity:1;
}
ul.posts > li .posts-main .content .image img {
	max-width:100%;
}
ul.posts > li .posts-main .content .source {
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
	padding-bottom:5px;
}

ul.posts > li .posts-main .actions {
	height:40px;
	padding-left:10px;
	padding-right:10px;
}
ul.posts > li .posts-main .actions .users {
	width:60%;
	float:left;
}
ul.posts > li .posts-main .actions .users a {
	overflow:hidden;
	display:inline-block;
	margin-left:1px;
}
ul.posts > li .posts-main .actions .users a img {
	width:35px;
	height:35px;
	border:1px solid #ccc;
}
ul.posts > li .posts-main .actions .buttons {
	width:40%;
	float:right;
	text-align:right;
	position:relative;
}
ul.posts > li .posts-main .actions .buttons .num {
	font-size:26px;
	margin-left:15px;
	position:relative;
	vertical-align:middle;
	top:0px;
}
ul.posts > li .posts-right {
	width:100px;
	min-height:50px;
	float:left;
	margin-left:12px;
	position:relative;
}
ul.posts > li .posts-right .head {
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
}
ul.posts > li .posts-right .categories a {
	background: #373737;
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 4px 0;
	display: inline-block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration:none !important;
	text-transform:lowercase;
}
ul.posts > li .post-comments {
	width:500px;
	margin-left:132px;
	background: #f2f2f2;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	-moz-box-shadow: 0 0 4px 0 rgba(188, 188, 188, .3), inset 0 2px 2px 0 rgba(188, 188, 188, .3);
	-webkit-box-shadow: 0 0 4px 0 rgba(188, 188, 188, .3), inset 0 2px 2px 0 rgba(188, 188, 188, .3);
	box-shadow: 0 0 4px 0 rgba(188, 188, 188, .3), inset 0 2px 2px 0 rgba(188, 188, 188, .3);
}
.social a {
	width: 18px;
	text-align: center;
	height: 16px;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
.social a.fb {
	background: #476ebc url('common/images/ico-fb.png') no-repeat center center;
}
.social a.tw {
	background: #5dd6fe url('common/images/ico-twitter.png') no-repeat center 0px;
}
.link {
	margin-top:5px;
	margin-bottom:25px;
}
.report a,.link a {
	color:#000000;
	font-size:14px;
	text-decoration:none !important;
}
.report a span {
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:0px;
	background: transparent url('common/images/ico-flag.png') no-repeat 0 0;
	background-size:100% 100%;
	vertical-align:middle;
	position:relative;
	bottom:2px;
}
ul.posts .admin {
	margin-top:20px;
}
ul.posts .admin > div {
	margin-top:4px;
}
.link a span {
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:0px;
	background: transparent url('common/images/ico-link.png') no-repeat 0 0;
	background-size:100% 100%;
	vertical-align:middle;
	position:relative;
	bottom:2px;
}
ul.posts > li .point {
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	display: block;
	top: 15px;
	border: 7px solid;
}
ul.posts > li .point.outer {
	border-color: transparent #ccc transparent transparent;
	left: -14px;
}
ul.posts > li .point.inner {
	border-color: transparent #fff transparent transparent;
	left: -13px;
	z-index: 1;
}
#page-right {
	width: 20%;
	min-width: 210px;
	height:100%;
	background: #ebebeb;
	-moz-box-shadow: inset 2px 0 3px 0 #e6e6e6;
	-webkit-box-shadow: inset 2px 0 3px 0 #e6e6e6;
	box-shadow: inset 2px 0 3px 0 #e6e6e6;
	border-left: 1px solid #e6e6e6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #5a5a5a;
	left: auto;
	right: 0px;
	position: fixed;
	top: 0;
	padding-top:70px;
}
#page-right #user-place,
#page-right #options {
	margin-left:20px;
	margin-bottom:20px;
}
#page-right #user-place .thumb {
	width:102px;
	/*overflow:hidden;*/
	margin-bottom:10px;
	position:relative;
}
#page-right #user-place .thumb img {
	width:100px;
	border:1px solid #9e9e9e;
}
#page-right #user-place ul,
ul.users {
	margin:0px;
	padding:0px;
	list-style:none;
	overflow:hidden;
}
#page-right #user-place ul li {
	display:block;
	margin-bottom:3px;
	font-size:16px;
	color:#323131;
	font-weight:bold;
}
#page-right #user-place ul li a {
	text-transform:uppercase;
}
#page-right #options .head {
	font-size:16px;
	font-weight:bold;
	color:#373737;
	margin-bottom:10px;
	text-transform:uppercase;
	margin-top:10px;
}
#page-right #options ul.categories {
	font-size:14px;
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:5px;
	margin-bottom:30px;
}
#page-right #options ul.categories li {
	margin-bottom:3px;
}
#page-right #options .categories a:not(.add) {
	color:#373737;
	margin-right:5px;
	text-transform:capitalize;
}
ul.users li > a:not(.add) {
	color:#373737;
	text-decoration:none;
	display:block;
	padding:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul.users li > a:not(.add):hover,
ul.users li.active > a:not(.add){
	background:#E2F2F8;
}
ul.users li {
	display:block;
	margin-bottom:10px;
	position:relative;
}
ul.users.msgs {
	max-height:410px;
}
ul.users.nomgr li {
	margin-bottom:5px;
}
ul.users li .date{
	position:absolute;
	right:5px;
	top:5px;
	font-size:11px;
	color:#ccc;
}
ul.users li .thumb {
	width:55px;
	height:55px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
ul.users li .name p {
	margin:0px;
	padding:0px;
	font-size:12px;
}
ul.users li .name a {
	color:#373737;
	text-decoration:none;
}
ul.users li .thumb img { 
	width:53px;
	border:1px solid #9e9e9e;
}
#page-right .last-commented ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#page-right .last-commented ul li {
	border:1px solid #eeeeee;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:4px;
}
#page-right .last-commented ul li img {
	width:50px;
	height:50px;
}
a.add {
	padding-left:18px;
	background: transparent url('common/images/ico-plus.png') no-repeat 0px center;
}
a.msg {
	padding-left:18px;
	background: transparent url('common/images/ico-msg.png') no-repeat 0px center;
}
a.btn,
.btn  {
	border: 1px solid rgba(21, 125, 158, .2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding:5px;
	text-decoration:none !important;
}
a.btn-padding {
	padding-right:15px;
	padding-left:15px;
}
a.btn-red {
	padding-right:15px;
	padding-left:15px;
	background:#1b9dc7;
	cursor: pointer;
	display: inline-block;	
}
a.btn-red2 {
	padding-right:15px;
	padding-left:15px;
	background:#930303;
	cursor: pointer;
	display: inline-block;
}
a.btn-red-dark {
	padding-right:15px;
	padding-left:15px;
	background:#178cb1;
	cursor: pointer;
	display: inline-block;	
}
a.btn-yellow {
	padding-right:15px;
	padding-left:15px;
	background:#ffa200;
	cursor: pointer;
	display: inline-block;	
}
a.btn-add {
	padding-right:20px;
	padding-left:40px;
	background:#1b9dc7 url('common/images/ico-add.png') no-repeat 8px 5px;
	cursor: pointer;
	display: inline-block;	
}
a.btn-msg {
	padding-right:20px;
	padding-left:40px;
	background:#1b9dc7 url('common/images//ico-not.png') no-repeat 8px 8px;
	background-size:25px 16px;
	cursor: pointer;
	display: inline-block;	
}
a.btn-save {
	padding-right:20px;
	padding-left:40px;
	background:#1b9dc7 url('common/images/ico-save.png') no-repeat 8px 5px;
	cursor: pointer;
	display: inline-block;	
}
a.add-hate {
	background-color:#000 !important;
}
a.add-hate:hover {
	background-color:#2f2f2f !important;
}
a.btn-fuck {
	padding-right:20px;
	padding-left:45px;
	background:#1b9dc7 url('common/images/ico-fuck.png') no-repeat 8px 0px;
	cursor: pointer;
	display: inline-block;	
}
span.thumb {
	width:38px;
	height:38px;
	display:inline-block;
	overflow:hidden;
	margin-right:10px;
}
span.thumb img {
	width:38px;
	height:38px;
}
a.btnsq {
	padding:5px;
	-moz-box-shadow: inset 0 1px #178cb1;
	-webkit-box-shadow: inset 0 1px #178cb1;
	box-shadow: inset 0 1px #1b9dc7;
	border: 1px solid rgba(21, 125, 158, .2);
	background: #1b9dc7
}
a.btn-active {
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, .25);
	box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, .25);
	border: 1px solid rgba(181, 181, 181, .8);
	background-color: #bbb;
}
a.btnsq span {
	position:relative;
	top:6px;
}
span.add {
	min-width:22px;
	min-height:23px;
	display:inline-block;
	background:transparent url('common/images/ico-add.png') no-repeat 0px center
}
span.fuck {
	width:23px;
	height:23px;
	display:inline-block;
	background:transparent url('common/images/ico-fuck.png') no-repeat 0 0;
	background-size:100% 100%;
}
span.list {
	min-width:22px;
	min-height:23px;
	display:inline-block;
	background:transparent url('common/images/ico-list.png') no-repeat 0px center;
	background-size:100% 100%;
}
span.tiles {
	min-width:22px;
	min-height:23px;
	display:inline-block;
	background:transparent url('common/images/ico-tiles.png') no-repeat 0px center;
	background-size:100% 100%;
}
a.reglog {
	background:#000;
	padding-left:15px;
	padding-right:15px;
}
.simplemodal-wrap {
	overflow:visible !important;
}
.simplemodal-container {
	top:35px !important;
}
.simplemodal-overlay {
	background-color:#000;
}
.simplemodal-close {
	width:20px;
	height:20px;
	position:absolute;
	z-index:10000;
	right:10px;
	top:10px;
	cursor:pointer;
	background:transparent url('common/images/ico-close.png') no-repeat 0 0;
}
.simplemodal-close.logregclose {
	right: 152px;
	top: 106px;
}
.simplemodal-close-red {
	width:15px;
	height:15px;
	position:absolute;
	z-index:10000;
	right:10px;
	top:10px;
	cursor:pointer;
	background:transparent url('common/images/ico-delete.png') no-repeat 0 0;
}
.settings {
	width:1270px;
	margin:0px auto;
	margin-top:60px;
}
.settings .menu {
	width:290px;
	margin-right:10px;
	float:left;
}
.settings .thumb {
	width:57px;
	height:57px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
.settings .thumb img {
	width:55px;
	height:55px;
	border:1px solid #9e9e9e;
}
.box-settings {
	width: 820px;
	min-height:300px;
	padding:20px !important;
	float:left;
}
.box {
	margin-bottom:10px;
	padding:10px;
	background: #fdfdfd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px 0 #888;
	-webkit-box-shadow: 0 1px 3px 0 #888;
	box-shadow: 0 1px 3px 0 #888;
}
.box h1{
	margin:0px;
	padding:0px;
	display:block;
}
.box.no {
	padding:0px;
}
ul.choose {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.choose li {
	border-bottom: solid 1px #ccc
}
ul.choose li a {
	position:relative;
	display:block;
	padding:10px;
	text-decoration:none;
	font-size:14px;
}
ul.choose li a span.ico {
	width:7px;
	height:11px;
	position:absolute;
	right:10px;
	top:15px;
	display:block;
	background:transparent url('common/images/ico-arrow.png') no-repeat 0 -11px;
}
ul.choose li a.active span.ico {
	background:transparent url('common/images/ico-arrow.png') no-repeat 0 0;
}
ul.choose li a.active {
	background:#dfdfdf;
	color:#555;
	font-weight:bold;
}
ul.choose li a:hover {
	background:#eee;
}

ul.list {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.list li {
	padding:10px;
	border-bottom: solid 1px #ccc;
	text-decoration:none;
	font-size:20px;
	position:relative;
}
ul.list li span.name {
	position:relative;
	top:5px;
}
ul.list li .user {
	width:70%;
	float:left;
}
ul.list li a:not(.btn) {
	color:#373737;
}
ul.list li a.btn {
	float:right;
}
.page-ads {
	position:fixed;
	left:10px;
	top:70px;
}
.page-ads.right {
	left:auto;
	right:10px;
}
ul.haters {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.haters li {
	width:550px;
	float:left;
	border:1px solid #ccc;
	margin:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
}
ul.haters.small li {
	width:450px;
}
ul.haters li > span {
	position:absolute;
	left:-20px;
	top:-1px;
	font-size:25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#1b9dc7;
	padding:3px;
	color:#fff;
}

ul.haters li .head {
	border-bottom:1px solid #ccc;
	position:relative;
}
ul.haters li .head a.btn {
	position:absolute;
	right:10px;
	top:10px;
}
ul.haters li .head .thumb {
	width:80px;
	height:80px;
}
ul.haters li .head .thumb img {
	width:78px;
	height:78px;
}
ul.haters li .head .name {
	font-size:20px;
	margin-bottom:7px;
}
ul.haters li .head .option {
	color:#A2A2A2;
	font-size:14px;
	text-transform:uppercase;
}
ul.haters li .inside {
	padding:10px;
}
ul.haters li .contents a {
	width:94px;
	height:94px;
	float:left;
	margin:3px;
	display:block;
	overflow:hidden;
	border:2px solid #ccc;
	padding:1px;
	position:relative;
}
ul.haters li .contents a img {
	width:130px
}
ul.haters li .contents a .mature {
	width:96px;
	height:96px;
	background:#000;
	position:absolute;
	z-index:30;
	display:table-cell;
	left:0px;
	top:0px;
	vertical-align:middle;
	font-size:30px;
	color:#1b9dc7;
	text-align:center;
	cursor:pointer;
}
ul.haters li .contents a .mature > div {
	width:94%;
	padding-left:3%;
	padding-right:3%;
	text-align:center;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-35px;
}
ul.haters li .contents a .mature > div span {
	font-size:10px;
	color:#ffffff;
	display:block;
}
.user {
	width:100%;
	margin-top:40px;
}
.user .bar-top {
	width:100%;
	height:164px;
	position:relative;
	background-size:100% auto !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
}
.user .bar-top .inside {
	position:relative;
}
.user .bar-top .gradient {
	width:100%;
	height:164px;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	display:none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(41,137,216,0) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(50%,rgba(41,137,216,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(41,137,216,0) 50%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(41,137,216,0) 50%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(41,137,216,0) 50%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(41,137,216,0) 50%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
.user .bar-top .gradient .change-bg-image {
	position:relative;
	color:#fff;
	top:30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:rgba(0,0,0,0.8);
	padding:7px 15px;
	font-weight:600px;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	display:none;
	-webkit-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 1);
}
.user .bar-bottom {
	background:#fff;
	padding:10px;
	border-bottom:1px solid #ccc;
	min-height:30px;
	margin-bottom:30px;
	padding-top:20px;
	position:relative;
	z-index:10;
}
.user .inside {
	width:1000px;
	margin:0px auto;
	position:relative;
}
.user .bar-bottom .inside {
	padding-left:165px;
	width:835px;
}
.user .user-info {
	position:absolute;
	left:0px;
	top:64px;
	text-shadow:1px 1px 1px #000;
}
.user .user-info .thumb {
	width: 140px;
	height: 140px;
	float:left;
	position:relative;
	z-index:11;
	vertical-align:top;
	margin-right:15px;
	background: #EEE;
	border: 5px solid #fff;
	overflow: hidden;
	-moz-box-shadow: 0 2px 0 #a0a0a0;
	-webkit-box-shadow: 0 2px 0 #a0a0a0;
	box-shadow: 0 2px 0 #a0a0a0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.user .user-info .thumb img {
	width: 140px;
	height: 140px;
}
.user .user-info .name {
	width:900px;
	font-size:40px;
	color:#fff;
	margin-bottom:5px;
	font-weight:bold;
}
.user .user-info .description {
	width:700px;
	color:#fff;
	font-size:22px;
}
.users-contents-cointainer {
	max-width:1270px;
	margin:0px auto;
	position:relative;
}
.users-contents {
	margin:0px auto;
	position:relative;
}
.users-contents.choose {
	width:95%;
	min-width:1270px;
	padding-bottom:200px;
}
.users-contents .content {
	border:1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:5px;
	display:inline-block;
}
.users-contents.choose .content {
	margin:15px;
}
.users-contents .content .image {
	text-align:center;
	position:relative;
	padding:1px;
	border-bottom:1px solid #cccccc;
}

.users-contents .content .image .mature {
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	z-index:30;
	display:table-cell;
	left:0px;
	top:0px;
	vertical-align:middle;
	font-size:60px;
	color:#1b9dc7;
	text-align:center;
	cursor:pointer;
}
.users-contents .content .image .mature > div {
	width:100%;
	text-align:center;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-52.5px;
}
.users-contents .content .image .mature span {
	font-size:22px;
	color:#ffffff;
	display:block;
}

.users-contents .content .image img {
	height:250px;
	display:block;
}
.users-contents .content .image .buttons {
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	display:table-cell;
	background-color:rgba(255,255,255,0.5);
	left:0px;
	top:0px;
	vertical-align:middle;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.users-contents .content .image .buttons a:not(.simplemodal-close):not(.btn-add2) {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	margin-top:5px;
}
.users-contents .content .image .buttons > div {
	padding-top:35%;
}
.users-contents.choose .content .image .buttons > div{
	padding:0px;
 	position:absolute;
	top:50%;
	left:50%;
	margin-top:-70px;
	margin-left:-70px;
 }
.users-contents .content .image .buttons:hover {
	opacity:1;
}
.users-contents .content .actions {
	height:35px;
	padding:5px;
	text-align:right;
}
.choose-footer {
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
	background:#333;
	left:0px;
	z-index:101;
	bottom:0px;
	position:fixed;
	text-align:center;
}
.choose-footer .tip {
	width:110px;
	top:40px;
    position:absolute;
    color:#fff;
    text-shadow:0px 1px 0px #2f2f2f;
    font-size:20px;
    left:63%;
}
.choose-footer .tip span {
	width:107px;
	height:67px;
	display:block;
	background:transparent url('common/images/ico-arrow-top.png') no-repeat 0 0;
	background-size:100% 100%;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    position:absolute;
    left:-110px;
    top:0px;
}
a.btn-add2 {
	width:140px;
	height:140px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	background:transparent url('common/images/ico-add2.png') no-repeat center bottom;
	display:inline-block;
}
span.checked {
	width:140px;
	height:140px;
	text-align:center;
	font-size:30px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	background:transparent url('common/images/ico-check.png') no-repeat center bottom;
	display:inline-block;
}
.add-tip {
	width:755px;
	margin:0px auto;
	padding-top:70px;
	margin-bottom:70px;
	background:transparent url('common/images/ico-arrow-top.png') no-repeat 370px top;
	color:#000;
	font-size:30px;
	font-weight:bold;
	position:relative;
	top:-10px;
	left:30px;
}
.add-tip span {
	color:#178aaf;
}
.add-tip span.remove,
.avatar-tip span.remove,
.like-tip span.remove {
	width:15px;
	height:15px;
	position:absolute;
	z-index:1;
	right:0px;
	top:50px;
	cursor:pointer;
	background:transparent url('common/images/ico-delete.png') no-repeat 0 0;
}
.avatar-tip {
	width:150px;
	position:absolute;
	left:-177px;
	top:-20px;
	padding-top:67px;
	color:#000;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.avatar-tip span:not(.remove) {
	width:107px;
	height:67px;
	display:block;
	background:transparent url('common/images/ico-arrow-top.png') no-repeat 0 0;
	background-size:100% 100%;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    position:relative;
    right:-60px;
}
.avatar-tip span.remove {
	top:120px;
	right:10px;
}
.like-tip {
	width:150px;
	position:absolute;
	right:-210px;
	top:-120px;
	padding-top:67px;
	color:#000;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.like-tip span:not(.remove) {
	width:107px;
	height:67px;
	display:block;
	background:transparent url('common/images/ico-arrow-top-rev.png') no-repeat 0 0;
	background-size:100% 100%;
	transform:rotate(-90deg); 
	-webkit-transform:rotate(-90deg); 
	-moz-transform:rotate(-90deg); 
	-o-transform:rotate(-90deg);
    position:relative;
    left:-80px;
    top:70px;
}
.like-tip span.remove {
	top:120px;
	right:0px;
}
.welcome-tip {
	width:835px;
	margin:0px auto;
	padding-top:70px;
	margin-bottom:70px;
	color:#000;
	font-size:30px;
	font-weight:bold;
	position:relative;
	top:-10px;
	left:30px;
}
.welcome-tip span {
	color:#178aaf;
}
ul.list li .thumbs {
	float:right;
}
ul.list li .thumbs a {
	width:54px;
	height:54px;
	float:left;
	margin:3px;
	display:block;
	overflow:hidden;
	border:2px solid #ccc;
	padding:1px;
	position:relative;
}
ul.list li .thumbs a img {
	min-width:100%;
	height:56px
}
ul.list li .thumbs a .mature {
	width:56px;
	height:56px;
	background:#000;
	position:absolute;
	z-index:30;
	display:table-cell;
	left:0px;
	top:0px;
	vertical-align:middle;
	font-size:18px;
	color:#1b9dc7;
	text-align:center;
	cursor:pointer;
}
ul.list li .thumbs a .mature > div {
	width:94%;
	padding-left:3%;
	padding-right:3%;
	text-align:center;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-10px;
}
ul.list li .thumbs a .mature > div span {
	font-size:10px;
	color:#ffffff;
	display:block;
}
.user-profile-links {
	width:950px;
	margin:0px auto;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}