@import url(style.photoviewer.css);
@import url(style.comments.css);
@import url(style.like.css);
@import url(style.reposts.css);
@import url(style.ui.css);
@import url(style.ui-reference.css);
@import url(style.popup.css);
@import url(style.translate.css);
@import url(style.profile.css);

ul, li{ margin: 0; padding: 0; list-style: none; }
img{border: 0;}

.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	font-size:0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html, body{
	margin: 0; padding: 0;
	color: #ffffff;
	background: url(backgrounds/default.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
}
body{
	position: relative;
	min-width: 960px;
	overflow-y: scroll;
}

html, body, input, select, textarea{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

a{
	color: rgba(255,255,255,0.75);
	text-decoration: none;
}
a:hover{
	color: rgba(255,255,255,1);
}

.overflow_y{
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.msg_warning a, .msg_success a{
	color: #ffffff;
	text-decoration: underline;
}
.msg_success{
	clear: both;
	display: none;
	cursor: pointer;
	background: rgba(0,255,0,0.2);
	padding: 10px;
	border-radius: 10px;
	margin: 0 20px;
}
.msg_warning{
	clear: both;
	display: none;
	cursor: pointer;
	background: rgba(255,0,0,0.5);
	padding: 10px;
	border-radius: 10px;
	margin: 0 20px;
}
.msg_warning_field{
	display: none;
	cursor: pointer;
	clear: both;
	color: rgba(255,0,0,0.8);
	font-size: 12px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

/*** Grid span ***/
.p_span1{width: 60px;}
.p_span2{width: 120px;}
.p_span3{width: 180px;}
.p_span4{width: 240px;}
.p_span5{width: 300px;}
.p_span6{width: 360px;}
.p_span7{width: 420px;}
.p_span8{width: 480px;}
.p_span9{width: 540px;}
.p_span10{width: 600px;}
.p_span11{width: 660px;}
.p_span12{width: 720px;}
.p_span13{width: 780px;}
.p_span14{width: 840px;}
.p_span15{width: 900px;}
.p_span16{width: 960px;}
.p_span17{width: 1020px;}
.p_span18{width: 1080px;}
.p_span19{width: 1140px;}
.p_span20{width: 1200px;}

.pretty_scroll::-webkit-scrollbar {
	width: 5px;
}
.pretty_scroll::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.35);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.pretty_scroll::-webkit-scrollbar-thumb:hover{
	background-color: rgba(255, 255, 255, 0.55);
}

.p_content{
	display: table;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding: 72px 0 0 0;
}
.p_middle{
	padding: 0 0 0 0;
	#position: absolute; /*a variation of an "lte ie7" hack*/
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}
.p_page{
	height: 100%; width: 100%;
	margin: 0 auto 0 auto;
	padding: 71px 0 0 0;
}
.p_center{
	height: 100%; width: 20%;
	padding: 0 30px 50px 30px;
	vertical-align: top;
}
.p_left{
	height: 100%; width: 40%;
	border-right: 1px solid rgba(255,255,255,0.2);
	padding: 0 0 50px 0;
	vertical-align: top;
	text-align: right;
}
.p_right{
	height: 100%; width: 40%;
	border-left: 1px solid rgba(255,255,255,0.2);
	padding: 0 0 50px 0;
	vertical-align: top;
	text-align: left;
}
.cells2 .p_left{
	width: 30px;
}
.cells2 .p_center{
	width: 40%;
}
.cells2 .p_right{
	width: 30%;
}


.p_hr{
	height: 1px;
	background: rgba(255,255,255,0.2);
	margin: 0 -30px 30px -30px;
}

/*** ActionBar ***/
.actionbar{
	position: fixed;
	left: 0; top: 0; bottom: 0; right: 50%;
	background: rgba(0,0,0,0.2);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.2), rgba(0,0,0,0));
	margin: 0 420px 0 0;
	min-width: 60px;
	min-height: 600px;
	border-right: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}
.actionbar .inner{
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 60px;
	height: 100%;
}
.actionbar .bottom{
	position: absolute;
	bottom: 20px; right: 0;
	width: 60px;
}
.actionbar .logo{
	display: block;
	height: 39px;
	margin: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.actionbar .logo i{
	display: block;
	height: 39px;
	background: url(images/logo_actionbar.png) no-repeat;
	opacity: 0.5;
}
.actionbar .logo:hover i{
	opacity: 1;
}
.actionbar .logo .name{
	display: none;
	color: #ffffff;
}
.actionbar .divider{
	height: 1px;
	background: rgba(255,255,255,0.2);
	margin: 10px;
}
.actionbar .action_icon{
	position: relative;
	display: block;
	padding: 19px 0;
	height: 22px;
}
.actionbar .action_icon .count{
	position: absolute;
	top: 17px; left: 32px;
	background: #ffd603;
	font-size: 8px;
	line-height: 13px;
	color: #151617;
	padding: 0 3px;
	border-radius: 3px;
	font-weight: bold;
}
.actionbar .action_icon i{
	float: left;
	height: 22px;
	opacity: 0.5;
	width: 59px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.actionbar .action_icon:hover i{
	opacity: 1;
}
.actionbar .action_icon .title{
	display: none;
	line-height: 22px;
}
.actionbar .action_icon.stats .title{
	display: block;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
.actionbar .action_icon i.ic_library{
	background-image: url(images/ic_library.png);
}
.actionbar .action_icon i.ic_dictionary{
	background-image: url(images/ic_dictionary.png);
}
.actionbar .action_icon i.ic_training{
	background-image: url(images/ic_training.png);
}
.actionbar .action_icon i.ic_profile{
	background-image: url(images/ic_profile.png);
}
.actionbar .action_icon i.ic_notifications{
	background-image: url(images/ic_notifications.png);
}
.actionbar .action_icon i.ic_messages{
	background-image: url(images/ic_messages.png);
}
.actionbar .action_icon i.ic_stats{
	width: 60px;
	background: url(images/ic_stats.png) no-repeat 50% 25%;
	background-size: 15px auto;
}

@media screen and (min-width: 1200px){
	.actionbar{
		margin: 0 340px 0 0;
		min-width: 220px;
	}
	.actionbar .inner{
		width: 220px;
	}
	.actionbar .bottom{
		width: 220px;
	}
	.actionbar .logo{
		margin: 10px 20px;
	}
	.actionbar .logo i{
		float: left;
		width: 50px;
	}
	.actionbar .logo .name{
		display: block;
		float: left;
		line-height: 39px;
	}
	.actionbar .divider{
		margin: 10px 20px;
	}
	.actionbar .action_icon{
		margin: 0 10px;
	}
	.actionbar .action_icon .title{
		display: block;
		line-height: 22px;
	}
	.actionbar .action_icon.stats .title{
		display: block;
		font-size: 14px;
		text-align: left;
	}
	.actionbar .action_icon i.ic_stats{
		width: 59px;
		background: url(images/ic_stats.png) no-repeat 50% 20%;
		background-size: auto auto;
	}
	
}
@@@media screen and (min-width: 1500px){
	.actionbar{
		margin: 0 485px 0 0;
		min-width: 220px;
	}
}


.p_content{
	width: 900px;
	margin: 0 auto;
	
	min-height: 600px;
	padding: 0 0 0 60px;
}
.p_content .inner{
	height: 100%;
}
.p_content .column2_1{
	position: relative;
	width: 340px;
	border-right: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}
.p_content .column2_2{
	position: relative;
	width: 560px;
	box-sizing: border-box;
}
@media screen and (min-width: 1200px){
	.p_content{
		width: 900px;
		padding: 0 0 0 220px;
	}
}
@@@media screen and (min-width: 1500px){
	.p_content{
		width: 1190px;
		padding: 0 0 0 220px;
	}
}
.p_content.nologin{
	padding: 100px 0 0 0;
}

.p_logo_on_screen{
	display: block;
	margin: 0 auto;
	padding: 170px 0 0 0;
	width: 240px; height: 150px;
	background: url(images/logo_screen.png) no-repeat 50% 0;
	text-align: center;
	text-decoration: none;
}


.p_header{
	min-height: 60px;
	padding: 0 30px;
	margin: 0 0 20px 0;
	position: relative;
}
.p_header h1{
	position: relative;
	display: inline-block;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	z-index: 2;
}
.p_header.white_bg h1,
.p_header.white_bg h1 a{
	color: #000000;
}
.p_header h2{
	position: absolute;
	left: 0; right: 0; top: 0;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	font-weight: normal;
	margin: 0; padding: 0;
	z-index: 1;
}
.p_header .back{
	position: relative;
	top: 14px;
	z-index: 2;
}
.p_header .tabs{
	position: absolute;
	left: 10px; right: 0; top: 15px;
	z-index: 1;
}
.p_header .tabs ul{
	list-style: none;
	text-align: center;
}
.p_header .tabs ul li{
	display: inline-block;
	margin: 0 2px;
}
.p_header .tabs ul li a{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.p_header .tabs ul li.active a{
	border: 1px solid #ffffff;
	border-radius: 4px;
}
.p_header.white_bg .tabs{
	position: absolute;
	left: 0; top: 0; right: 0;
	z-index: 1;
	border-bottom: 1px solid #d8dcdf;
	padding: 0 20px;
}
.p_header.white_bg .tabs ul{
	text-align: left;
}
.p_header.white_bg .tabs ul li{
  margin: 0 25px 0 0;
	border-radius: 0;
}
.p_header.white_bg .tabs ul li a{
	padding: 22px 0;
	font-size: 16px;
  line-height: 16px;
	color: #ab54cc;
}
.p_header.white_bg .tabs ul li.active a{
	padding: 23px 0 22px 0;
	margin: 0 0 -1px 0;
	color: #000000;
	border-bottom: 2px solid #ab54cc;
	border-radius: 0;
}
.p_header .tabs ul li.active a{
	border: 1px solid #ffffff;
	border-radius: 4px;
}
.p_header .actions{
	position: absolute;
	right: 30px; top: 10px;
	height: 40px;
	z-index: 2;
}
.p_header .action_icon{
	display: inline-block;
	height: 40px; width: 30px;
	margin: 0 0 0 30px;
	opacity: 0.5;
	cursor: pointer;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	vertical-align: top;
}
.p_header .action_icon:hover{
	opacity: 1;
}
.p_header .action_icon.ic_filter{
	background-image: url(images/ic_filter.png);
	background-position: 0 10px;
}
.p_header .action_icon.ic_filter_active{
	opacity: 1;
	background-image: url(images/ic_filter_active.png);
	background-position: 0 5px;
}
.p_header .action_search{
	position: relative;
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: top;
	width: 24px; height: 40px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	overflow: hidden;
	z-index: 2;
}
.p_header .action_search .ic_search{
	position: absolute;
	width: 24px; height: 40px;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	background-position: 50% 50%;
}
.p_header .action_search:hover .ic_search{
	opacity: 1;
}
.p_header .action_search.active:hover .ic_search{
	opacity: 0.5;
}
.p_header .action_search input{
	position: absolute;
	left: 39px;
	display: none;
	text-align: left;
	width: 150px;
	text-transform: lowercase;
	vertical-align: top;
	line-height: 40px;
}
.p_header .action_search.active{
	width: 200px; height: 40px;
	background: #7aa5be;
	border-radius: 10px;
}
.p_header .action_search.active .ic_search{
	left: 12px;
}
.p_header .action_search.active input{
	display: block;
}
.p_header .button.back{
	vertical-align: top;
}
.p_header .filters{
	margin: 0 -30px;
}
.p_header .filters:after{
	display: block;
	clear: both;
	content: "";
}

.p_header .menu{
	position: absolute;
	right: 30px; top: 10px;
	height: 40px; width: 30px;
	z-index: 2;
	background: url(images/ic_hmenu_grey.png) no-repeat center center;
	opacity: 0.5;
	cursor: pointer;
}
.p_header .menu:hover{
	opacity: 1;
}
.p_header .menu ul{
	display: none;
	position: absolute;
	right: 0; top: 32px;
	background: rgba(0,0,0,0.8);
	border-radius: 10px;
	overflow: hidden;
	z-index: 100;
}
.p_header .menu:hover ul{
	display: block;
}
.p_header .menu ul li a{
	display: block;
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.75);
	white-space: nowrap;
}
.p_header .menu ul li:last-child a{
	border: 0;
}
.p_header .menu ul li a:hover{
	color: rgba(255,255,255,1);
}

.filter_field{
	margin: 15px 30px 15px 30px;
}
.filter_field.full{
	width: 860px;
}
.filter_field.half{
	float: left;
	width: 390px;
}
@@@media screen and (min-width: 1500px){
	.filter_field.half{
		width: 535px;
	}
}
.filter_field .label{
	font-size: 16px;
	line-height: 1;
	margin: 0 0 20px 0;
}
.filter_field .ui-filter-items{
	display: table;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
}
.filter_field .ui-filter-items li{
	display: table-cell;
	font-size: 14px;
	line-height: 1;
	padding: 12px 0;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.5);
	cursor: pointer;
}
.filter_field .ui-filter-items li:first-child{
	border: 0;
}
.filter_field .ui-filter-items li.ic_favorite{
	width: 38px;
	background: url(images/ic_favorite.png) no-repeat 50% 50%;
}
.filter_field .ui-filter-items li.active{
	background-color: rgba(255,255,255,0.15);
}

.filter_field .ui-filter-items li.text_image{
	box-sizing: border-box;
	height: 168px;
	background-repeat: no-repeat;
	background-position: 50% 30px;
	color: rgba(255,255,255,0.5);
	font-size: 12px; line-height: 1;
	padding-top: 140px;
}
.filter_field .ui-filter-items li.ic_traning_word_trans{
	background-image: url(images/ic_traning_word_trans.png);
}
.filter_field .ui-filter-items li.ic_traning_trans_word{
	background-image: url(images/ic_traning_trans_word.png);
}
.filter_field .ui-filter-items li.ic_traning_contruct{
	background-image: url(images/ic_traning_contruct.png);
}
.filter_field .ui-filter-items li.ic_traning_word_card{
	background-image: url(images/ic_traning_word_card.png);
}
.filter_field .ui-filter-items li.ic_traning_audio{
	background-image: url(images/ic_traning_audio.png);
}

.filter_field .ui-filter-select{
	width: 100%; height: 40px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	background-position: 95%;
	margin: 0; padding: 0 10px;
}


.ic_search{
	width: 20px; height: 20px;
	background: url(images/ic_search.png) no-repeat;
}
.ic_settings{
	width: 16px; height: 16px;
	background-image: url(images/ic_settings.png);
}
.ic_plus{
	width: 24px; height: 24px;
	background-image: url(images/ic_plus.png);
}
.ic_trash{
	background-image: url(images/ic_trash.png);
}
.ic_trash_grey{
	background-image: url(images/ic_trash_grey.png);
}
.ic_photo_grey{
	background-image: url(images/ic_photo_grey.png);
}
.ic_cancel_grey{
	background-image: url(images/ic_cancel.png);
}
.ic_btn{
	width: 24px; height: 24px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.ic_btn_text{
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 24px;
	padding: 0 0 0 24px;
	color: #000000;
	font-size: 14px;
	cursor: pointer;
	opacity: 0.5;
}
.ic_btn_text:hover{
	opacity: 1;
	color: #808a95;
}

.column2_2 .p_header{
	padding: 0 20px;
}
.column2_2 .p_header .actions{
	right: 20px;
}
.column2_2 .p_header .filters{
	margin: 0 -11px;
}
.column2_2 .filter_field{
	margin: 15px 10px 15px 11px;
}
.column2_2 .filter_field.full{
	width: 519px;
}
.column2_2 .filter_field.half{
	width: 249px;
}

/*** Login ***/
.p_login_form{
	margin: 0 auto;
	padding: 0 0 100px 0;
}
.p_login_form a.lostpass{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
}
.p_login_form a.reg{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
}
.p_login_form button.login{
	width: 200px;
}
.p_login_photo{
	position: relative;
	margin: 50px auto;
	width: 140px;
	height: 140px;
	overflow: hidden;
	background: rgba(255,255,255,0.2) url(images/ic_user.png) no-repeat center center;
	border-radius: 10px;
	cursor: pointer;
}
.p_login_photo img{
	position: absolute;
}

/*** UI ***/
/*
*::-webkit-scrollbar {
	width: 5px;
}
*::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.35);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover{
	background-color: rgba(255, 255, 255, 0.55);
}
*/
input{
	margin: 0; padding: 0 1px 0 0;
	background: none;
	outline: 0; border: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	text-align: right;
	border-radius: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
	padding: 0 2px 0 0;
	color: rgba(255,255,255,0.5);
	font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	padding: 0 2px 0 0;
	color: rgba(255,255,255,0.5);
	font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	padding: 0 2px 0 0;
	color: rgba(255,255,255,0.5);
	font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	padding: 0 2px 0 0;
	color: rgba(255,255,255,0.5);
	font-style: italic;
}
textarea{
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	background: rgba(255,255,255,0.2);
	border: 0;
	border-radius: 10px;
	color: rgba(255,255,255,0.5);
	outline: none;
	padding: 10px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 0;
}
textarea:focus{
	color: rgba(255,255,255,1);
}
select{
	padding: 0 15px 0 0; margin: 0;
	background: transparent url(images/ic_select_arrow.png) no-repeat right;
	background: transparent\9;
	border: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	outline: none;
	text-align: right;
	margin: 0 0 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
  text-overflow: "";
	border-radius: 0;
}
select::-ms-expand {
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
}
option{
	background: #FFFFFF;
	color: #000000;
}

.button{
	outline: none;
	background: rgba(255,255,255,0.15);
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	width: 100%;
	height: 32px;
	line-height: 30px;
	padding: 0 19px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.button:hover {
	opacity: 1;
	border-color: rgba(255,255,255,1);
}
.button.back{
	display: inline-block;
  padding-left: 11px;
  padding-right: 18px;
	width: auto;
	margin: 0 20px 0 0;
	vertical-align: middle;
}
.button i{
	display: inline-block;
	margin: 0 10px 0 0;
}
.button i.ic_back{
  width: 6px; height: 10px;
  background: url(images/ic_back.png) no-repeat;
}


.iSelect{
	position: relative;
	width: 240px; height: 17px;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}
.iSelect .title{
	position: absolute;
	left: 0; right: 20px; top: 0;
	text-align: right;
}
.iSelect .placeholder{
	position: absolute;
	left: 0; right: 20px; top: 0;
	text-align: right;
	font-style: italic;
	color: rgba(255,255,255,0.5);
}
.iSelect .expand{
	position: absolute;
	right: 0; top: 5px;
	display: block;
	width: 10px; height: 6px;
	background: url(images/ic_select_arrow.png) no-repeat;
	opacity: 0.5;
}
.iSelect:hover .expand{
	opacity: 1;
}
.iSelect .list{
	position: absolute;
	right: 0; top: 17px;
	z-index: 100;
	display: none;
	background: #ffffff;
	overflow: hidden;
	max-height: 280px;
	max-width: 100%;
	overflow-y: auto;
}
.iSelect.opened .list{
	display: block;
}
.iSelect .list .item{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.5);
	text-align: right;
	padding: 5px 20px 5px 10px;
	z-index: 101;
	white-space: nowrap;
}
.iSelect .list .item:hover{
	color: rgba(0,0,0,0.75);
}

.ui-autocomplete{
	display: inline-block;
	position: relative;
	height: 22px;
	width: 300px;
	overflow: hidden;
}
.ui-autocomplete input{
	position: absolute;
	z-index: 2;
	border: 0;
	margin: 0;
	outline: 0;
	background: transparent;
	width: 300px;
	font-size: 16px;
	line-height: 16px;
}
.ui-autocomplete-hint{
	position: absolute;
	z-index: 1;
	color: rgba(255,255,255,0.5);
	text-align: right;
	width: 300px;
	font-size: 16px;
	line-height: 16px;
}
.ui-autocomplete-loader{
	display: none;
	float: right;
	margin: 5px 5px 0 0;
	width: 16px;
	height: 11px;
	background: url(uiimages/ui-autocomplete-loader.gif) no-repeat;
}
.ui-autocomplete-list{
	position: absolute;
	z-index: 3;
	border: 1px solid #bbb;
	max-height: 200px;
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
}
.ui-autocomplete-list ul{
	margin: 0; padding: 0;
	list-style: none;
	background: #ffffff;
}
.ui-autocomplete-list ul li{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.5);
	text-align: right;
	padding: 5px 20px 5px 10px;
	z-index: 101;
	cursor: pointer;
}
.ui-autocomplete-list ul li:hover{
	color: rgba(0,0,0,0.75);
}
.ui-autocomplete-list ul li.active{
	background: #e8e8e8;
}
.ui-autocomplete-hidden{
	display: none;
}


.field_title{
	padding: 17px 0;
	clear: both;
	font-size: 16px;
	line-height: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.field{
	clear: both;
	padding: 16px 0;
	min-height: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 0 20px;
}
.field.noborder{
	border: 0;
}
.field .description{
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 14px;
	color: rgba(255,255,255,0.5);
}
.field .label{
	float: left;
	color: rgba(255,255,255,0.75);
	font-size: 16px;
	line-height: 16px;
	margin: 0 20px 0 0;
}
.field .label input[type="radio"]{
	float: none;
	width: 20px; height: 20px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.field .label input[type="checkbox"]{
	float: none;
	width: 20px; height: 20px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.field input, .field select, .field .iSelect, .field .ui-autocomplete{
	float: right;
}
.field input{
	width: 100%;
}
.field .checkboxs{
	float: right;
	padding-right: 0;
	text-align: right;
}
.field .checkboxs label{
	display: inline-block;
	cursor: pointer;
	opacity: 0.25;
	min-width: 50px;
}
.field .checkboxs label.checked{
	opacity: 1;
}
.field .checkboxs label.checked:before{
	content: "✔";
}
.field .checkboxs label.checkbox{
	display: block;
	opacity: 1;
	margin: 0 0 0 0;
}
.field .checkboxs label.checkbox i{
	display: inline-block;
	width: 20px; height: 20px;
	background: rgba(255,255,255,0.2);
	border-radius: 7px;
}
.field .checkboxs label.checkbox.checked{
	opacity: 1;
}
.field .checkboxs label.checkbox.checked i{
	background: rgba(255,255,255,0.2) url(images/ic_checked.png) 4px 5px no-repeat;
}
.field .checkboxs input{
	width: 0; height: 0;
	display: none;
}
.field .checkboxs .email{
	width: 22px; height: 16px;
	background: transparent url(images/ic_email.png) no-repeat;
}
.field .checkboxs .push{
	width: 20px; height: 20px;
	background: transparent url(images/ic_push.png) no-repeat;
}
.field .checkboxs .vk{
	width: 33px; height: 20px;
	background: transparent url(images/ic_vk.png) no-repeat;
}
.field .checkboxs .vk:hover{
	opacity: 1 !important;
}
.field .checkboxs .fb{
	width: 28px; height: 20px;
	background: transparent url(images/ic_fb.png) no-repeat;
}
.field .checkboxs .fb:hover{
	opacity: 1 !important;
}
.field .checkboxs .tw{
	width: 28px; height: 20px;
	background: transparent url(images/ic_tw.png) no-repeat;
}
.field .checkboxs .tw:hover{
	opacity: 1 !important;
}
.field .radios{
	float: right;
}
.field .radios label{
	display: block;
}
.field .radios label i{
	display: inline-block;
	width: 20px; height: 20px;
	background: rgba(255,255,255,0.2);
	border-radius: 7px;
	cursor: pointer;
}
.field .radios label.checked i{
	background: rgba(255,255,255,0.2) url(images/ic_checked.png) 4px 5px no-repeat;
}
.field .radios input{
	width: 0; height: 0;
	display: none;
} 
.field_action{
	margin: 30px 20px;
	height: 40px;
}
.field_action button{
	float: right;
	height: 40px;
}
.field_action button.full, .field_action .button.full{
	width: 100%;
}
.p_full_center .field{
	padding: 18px 0;
	min-height: 14px;
}
.p_full_center .field label{
	font-size: 14px;
	line-height: 14px;
}
.p_full_center .field input,
.p_full_center .field textarea,
.p_full_center .field select{
	font-size: 14px;
	line-height: 14px;
}
.field>table{
	max-width: 600px;
}



.p_menu_column{
	width: 340px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.p_menu_column.fixed{
	position: fixed;
	top: 0; bottom: 0;
	overflow: hidden;
	overflow-y: auto;
}
.p_menu_column ul{
	list-style: none;
}
.p_menu_column ul li{
	
}
.p_menu_column ul li a{
	display: block;
	line-height: 49px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 0 20px;
}
.p_menu_column ul li:hover a{
	background: rgba(255,255,255,0.15);
	color: #ffffff;
}
.p_menu_column ul li.active a{
	background: rgba(255,255,255,0.15);
	color: #ffffff;
}

.p_menu_column ul li a span{
	float: right;
	color: rgba(255,255,255,0.5);
}

.p_empty{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin: 100px 250px 0 250px;
	width: 370px;
}
.p_empty .btn{
	margin: 20px 0 0 55px;
	border: 2px dashed rgba(255,255,255,0.25);
	border-radius: 5px;
	padding: 21px 0;
	width: 256px;
	font-size: 16px; line-height: 24px;
	font-weight: normal;
	height: 24px;
	cursor: pointer;
	vertical-align: top;
}
.p_empty .btn:hover{
	border: 2px dashed rgba(255,255,255,0.75);
}
.p_empty .btn .ic_plus{
	display: inline-block;
	margin: -3px 20px 0 0;
	width: 24px; height: 24px;
	background: url(images/ic_plus.png) no-repeat;
	vertical-align: middle;
}
.p_empty .btn2{
	display: inline-block;
	margin: 20px 0 0 0;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 5px;
	padding: 6px 16px;
	cursor: pointer;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
}
.p_empty .btn2:hover{
	border: 1px solid rgba(255,255,255,0.75);
}
@media screen and (min-width: 1500px){
	
}



.p_attach_form{
	position: relative;
	height: 690px;
}
.p_attach_form .area{
	height: 640px;
	background: #ffffff;
	overflow: hidden;
	overflow-y: auto;
}
.p_attach_form button.btn_add{
	position: absolute;
  left: 0; right: 0; bottom: 0;
	width: 100%;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 17px 0;
  background: #ab54cc;
  cursor: pointer;
	border: 0;
	color: #ffffff;
	outline: none;
}
.p_attach_form button.btn_add:hover{
  background: #c46ce5;
}
.p_attach_item{
	position: relative;
	display: inline-block;
	width: 70px; height: 70px;
	margin: 10px 10px 0 0;
}
.p_attach_item img{
	width: 70px; height: 70px;
}
.p_attach_item .delete{
	display: none;
	position: absolute;
	top: 0; right: 0;
	background: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.5);
	font-size: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	cursor: pointer;
}
.p_attach_item:hover .delete{
	display: block;
}
.p_attach_item .delete:hover{
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}




/*** Image Editor ***/
.eimage_wrap{
	position: absolute;
	z-index: 1000;
	left: 0; top: 0;
	background: rgba(0,0,0,0.6);
}
.eimage_bg{
	position: absolute;
	z-index: 1000;
	left: 0; top: 0;
	background: rgba(0,0,0,0.8);
}
.eimage_img_cont{
	position: absolute;
	z-index: 1001;
	overflow: hidden;
	border-radius: 5px;
}


.p_white_wrap{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background: #ffffff;
	overflow: hidden;
	overflow-y: auto;
	padding: 80px 0 0 0;
}
.p_white_wrap::-webkit-scrollbar {
	width: 5px;
}
.p_white_wrap::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.35);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.p_white_wrap::-webkit-scrollbar-thumb:hover{
	background-color: rgba(0, 0, 0, 0.55);
}


.friends_list{
	padding: 60px 0 0 0;
}
.p_user_min{
	position: relative;
	height: 70px;
	border-bottom: 1px solid #d8dcdf;
}
.p_user_min a.image{
	position: absolute;
	left: 14px; top: 13px;
	width: 44px; height: 44px;
	border-radius: 22px;
	cursor: pointer;
	background: #d8dcdf;
	overflow: hidden;
}
.p_user_min .image img{
	width: 44px; height: 44px;
}
.p_user_min .name{
	position: absolute;
	left: 70px; top: 13px; right: 85px;
	overflow: hidden;
}
.p_user_min .name span{
	display: block;
	width: 500px;
	line-height: 44px;
	color: #33383e;
	font-weight: 600;
}
.p_user_min .name:after{
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 30px;
	background: -webkit-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
	content: "";
}
.p_user_min .subtitle{
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
}
.p_user_min .btn{
	position: absolute;
	right: 15px; top: 19px;
	width: 50px; height: 32px;
	border: 1px solid #bfc4ca;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0.5;
}
.p_user_min .btn.add{
	background: url(images/ic_friend_add.png) no-repeat 50% 50%;
}
.p_user_min .btn.remove{
	background: url(images/ic_friend_ok.png) no-repeat 50% 50%;
}
.p_user_min .btn.remove:hover{
	background: url(images/ic_friend_del.png) no-repeat 50% 50%;
}
.p_user_min .btn:hover{
	opacity: 1;
}
.p_user_min .btn.ic_blacklist_del{
	background: url(images/ic_blacklist_del.png) no-repeat 50% 50%;
}
.p_user_min .btn.ic_blacklist_add{
	background: url(images/ic_blacklist_add.png) no-repeat 50% 50%;
}




.p_notifications{
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	padding: 10px 0;
	margin: 0 0 0 30px;
}

.p_journal .item{
	color: #000000;
	padding: 0 20px;
	margin: 0 0 10px 0;
}
.p_journal .item a{
	color: #000000;
	text-decoration: underline;
	color: #ab54cc;
}
.p_journal .item b a{
	display: inline;
	color: #000000;
}
.p_journal .time{
	position: relative;
	margin: 10px 20px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
}
.p_journal .time span:before{
	position: absolute;
	left: 0; right: 60%; top: 6px;
	content: '';
	height: 1px;
	background: rgba(0,0,0,0.2);
}
.p_journal .time span:after{
	position: absolute;
	left: 60%; right: 0; top: 6px;
	content: '';
	height: 1px;
	background: rgba(0,0,0,0.2);
}

.a_arrow{
	width: 840px;
	margin: 0 30px 0 30px;
	height: 50px;
}
.a_arrow li{
	float: left;
	width: 420px;
	background: rgba(255,255,255,0.05);
	box-sizing: border-box;
}
.a_arrow li a{
	display: block;
	padding: 14px 0;
	text-align: center;
	background: rgba(255,255,255,0.1);
}
.a_arrow li:hover a{
	background: rgba(255,255,255,0.2);
}

.p_counters{
	text-align: center;
	margin: 0 0 30px 0;
}
.p_counters .count{
	font-size: 30px;
}







