.container .container {
	padding: 0;
	max-width: 100%;
}

.widget ::-webkit-scrollbar {width:8px;}
.widget ::-webkit-scrollbar-button {background-repeat:no-repeat;width:8px;height: 0}
.widget ::-webkit-scrollbar-track {-webkit-box-shadow: none;border-radius: 4px;background-color: rgba(0,0,0,0);}
.widget ::-webkit-scrollbar-track-piece {background-color: rgba(0,0,0,0);}
.widget ::-webkit-scrollbar-thumb {border-radius: 8px;-webkit-box-shadow: none; background-color:#E5E5E5}

.widget *, .widget *::before, .widget *::after {
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	box-sizing: inherit;
	outline: none;
}

.widget img {
	display: block;
	margin: 0 auto;
	font-size: 0;
	max-width: 100%;
	max-height: 100%;
	border-style: none;
}.widget svg, .ps-popup svg {
	display: inherit;
}

.widget a, .widget span[data-href] {
	text-decoration: none;
	transition: .2s;
	opacity: .8;
	cursor: pointer;
	max-width: 100%;
}

.widget a:hover, .widget span[data-href]:hover {
	opacity: 1;
}

.widget p {
	line-height: 1.2;
}


.widget .fx {
	width: 100%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}.widget .fx-btwn {
	justify-content: space-between;
}.widget .fx-cntr {
	-ms-align-items: center;
	align-items: center;
}.widget .fx-nwrp {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.widget .lg-mt {
	margin-top: 30px;
}.widget .lg-mb {
	margin-bottom: 30px;
}.widget .lg-ml {
	margin-left: 30px;
}.widget .lg-mr {
	margin-right: 30px;
}

.widget .md-mt {
	margin-top: 20px;
}.widget .md-mb {
	margin-bottom: 20px;
}.widget .md-ml {
	margin-left: 20px;
}.widget .md-mr {
	margin-right: 20px;
}

.widget .sm-mt {
	margin-top: 10px;
}.widget .sm-mb {
	margin-bottom: 10px;
}.widget .sm-ml {
	margin-left: 10px;
}.widget .sm-mr {
	margin-right: 10px;
}

.widget .xsm-mt {
	margin-top: 6px;
}.widget .xsm-mb {
	margin-bottom: 6px;
}.widget .xsm-ml {
	margin-left: 6px;
}.widget .xsm-mr {
	margin-right: 6px;
}

.widget .ps-b, .widget.ps-b {
	margin-top: auto;
}.widget .ps-t, .widget.ps-t {
	margin-bottom: auto;
}.widget .ps-l, .widget.ps-l {
	margin-right: auto;
}.widget .ps-r, .widget.ps-r {
	margin-left: auto;
}.widget .ps-ch, .widget.ps-ch {
	margin-left: auto;
	margin-right: auto;
}.widget .ps-cv, .widget.ps-cv {
	margin-top: auto;
	margin-bottom: auto;
}

.widget .txt-b, .widget strong {
	font-weight: 600;
	letter-spacing: .4px;
}

.widget .txt-lg {
	font-size: 20px;
}
.widget .txt-md {
	font-size: 14px;
}
.widget .txt-sm {
	font-size: 12px;
}
.widget .txt-xsm {
	font-size: 10px;
}

.widget a.btn,
.widget span.btn,
.widget a.button,
.widget span.button {
	display: inline-block;
	background-color: #3897F0;
	color: #fff;
	padding: 0 22px;
	border-radius: 4px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #3897F0;
	transition: .3s;
	background-image: none;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
}
.widget a.btn:hover,
.widget span.btn:hover,
.widget a.button:hover,
.widget span.button:hover {
	background-color: transparent;
	color: #3897F0;
}

.widget .ps-navigation {
	margin-top: 8px;
}
.widget .pagination {
	padding: 0;
	border: 0;
	margin: 0;
}
.widget .pagination .links {
	border-radius: 4px;
}
.widget .pagination .links b,
.widget .pagination .links a {
	width: 30px;
	height: 30px;
	text-align: center;
    line-height: 28px;
    border: 1px solid #ddd;
    display: block;
    color: #337ab7;
    text-decoration: none;
    transition: .3s;
    padding: 0;
}
.widget .pagination .links b:first-child,
.widget .pagination .links a:first-child {
	border-radius: 2px 0 0 2px;
}
.widget .pagination .links b:last-child,
.widget .pagination .links a:last-child {
	border-radius: 0 2px 2px 0;
}
.widget .pagination .links b {
	color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.widget .pagination .links a {
    background-color: #fff;
    margin-left: -1px;
}
.widget .pagination .links a:hover {
	color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.widget .ic-wrp {
	font-size: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.widget .ic {
	display: inline-block;
	font-size: 0;
}
.widget .ic-text {
	font-size: 12px;
}
.widget .ic + .ic-text {
	margin-left: 4px;
}

/* Widget */
.widget {
	width: 100%;
	margin: 20px auto;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', Arial, Helvetical, sans-serif;
	line-height: 1;
	box-sizing: border-box;
}
.widget .widget-head {
	max-width: 650px;
}
.widget .widget-feed {
	/*margin: 0 -6px;*/
}
.widget .widget-title {
	font-size: 24px;
}

/* Avatar */
.widget .avatar {
	width: 100px;
	height: 100px;
	display: block;
}
.widget .avatar.avatar-stories {
	position: relative;
	padding: 4px;
	overflow: hidden;
	border-radius: 50%;
	overflow: hidden;
}
.widget .avatar.avatar-stories::before {
	content: '';
	width: 100%;
	height: 100%;
	z-index: -2;
	background: rgb(122,35,187);
	background: -webkit-linear-gradient(rgba(122,35,187,1) 0%, rgba(218,137,64,1) 100%);
	background: -o-linear-gradient(rgba(122,35,187,1) 0%, rgba(218,137,64,1) 100%);
	background: linear-gradient(rgba(122,35,187,1) 0%, rgba(218,137,64,1) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.widget .avatar.avatar-stories::after {
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	z-index: -1;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: #fff;
	border-radius: 50%;
}
.widget .avatar-wrap {
	overflow: hidden;
	border-radius: 50%;
	max-width: 100px;
	height: 100%;
	user-select: none;
}
.widget .widget-head-userinfo {
	max-width: 200px;
}
.widget .widget-head-userinfo > div {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Feed */
.widget .view-mosaic .feed-wrap {
	align-items: flex-start;
}
.widget .post {
	width: 100%;
	/*min-width: 220px;*/
	/*max-width: 420px;*/
	position: relative;
}
.widget .view-slider .post {
	max-width: 350px;
}
.widget [data-info="popup"] .post {
	cursor: pointer;
}
.widget .post > div {
	border: 1px solid #EBEBEB;
	position: relative;
	min-height: 100%;
	z-index: 1;
	background-color: #fff;
    box-shadow: 1px 1px 3px transparent;
	transition: box-shadow .2s;
}
.widget .post.post-caption-hide > div {
	overflow: hidden;
}
.widget .post > div:hover {
    box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.15);
}
.widget .post.post-hover-animate > div {
	cursor: pointer;
}
.widget .post.post-hover-animate > div:hover {
	position: absolute;
	height: auto;
	z-index: 2;
}
.widget a.post-link, .widget span.post-link {
	font-size: 0;
	display: inline;
}
.widget .post-link::before {
	position: absolute;
    content: '';
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
}
.widget .post-head {
	margin: 8px 10px 6px;
	height: 35px;
}
.widget .post-avatar {
	margin-right: 8px;
	position: relative;
}
.widget .post-avatar .avatar {
	width: 35px;
	height: 35px;
}
.widget .post-userinfo {
	position: relative;
	width: 100%;
	max-width: calc(100% - 65px);
}
.widget .post-username,
.widget .post-username a,
.widget .post-username span[data-href] {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #202123;
	line-height: 16px;
}
.widget .post-location,
.widget .post-location a,
.widget .post-username span[data-href] {
	color: #909193;
}
.widget .post-username + .post-location {
	margin-top: 3px;
}
.widget .post-location:hover {
	color: #737476;
}
.widget .post-location .ic svg {
	width: 10px;
	height: 10px;
}
.widget .post-location .ic-text {
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: block;
	max-width: calc(100% - 15px);
}
.widget .post-icon {
	margin-left: auto;
}
.widget .post-pict, .widget .post-video video {
	max-width: 100%;
	max-height: 350px;
	position: relative;
	overflow: hidden;
	z-index: -1;
}
.widget .post-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	text-align: center;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.widget .post-video video {
	z-index: 0;
}
.widget .post-pict img {
	transition: transform .2s, opacity .3s;
	transform: scale(1) rotate(0deg);
	opacity: 1;
	visibility: visible;
}
.widget .post > div:hover .post-pict:not(.post-pict-video) img {
	transform: scale(1.2) rotate(-5deg);
}
.widget .post-pict-video:hover img {
	opacity: 0;
	visibility: hidden;
}
.widget .post-pict-video:hover .post-video {
	opacity: 1;
	visibility: visible;
}
.widget .post-pict-ic {
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 4px 6px;
	z-index: 1;
}
.widget .post-pict-ic::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #777;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: .3;
    border-radius: 4px;
}
.widget .post-pict-ic svg {
	width: 20px;
	height: 20px;
}
.widget .post-pict-total {
	margin-left: 4px;
	color: #fff;
	text-shadow: 1px 1px 2px #777;
}
.widget .post-bottom {
	/*padding: 8px 10px 12px;*/
	color: #5F5D5E;
	position: relative;
}
.widget .post.post-caption-hide .post-bottom {
	position: relative;
	top: 40px;
	transition: top .3s, opacity .2s;
	opacity: 0;
}
.widget .post.post-caption-hide > div:hover .post-bottom {
	top: 0;
	opacity: 1;
}
.widget .post .ic-comment {
	margin-left: 14px;
}
.widget .post-info {
	padding: 8px 10px 12px;
}
.widget .post-info.no-caption {
	position:absolute;
	left:0;
	bottom:100%;
	width:100%;
	z-index:1;
	color:#fff;
	padding-bottom: 8px;
}
.widget .post-info.no-caption::before {
	content:'';
	position:absolute;
	left: 0;
	top: 0;
	background-color: #333;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: .8;
}
.widget .post-info.no-caption svg path {
	fill: #fff;
}
.widget .post-caption {
	/*margin-top: 12px;*/
	line-height: 1.2;
	padding: 0 10px 12px;
}
.widget .post-caption-ddd {
	height: 90px;
	overflow: hidden;
}
.widget .post-info.no-caption + .post-caption {
	padding-top: 8px;
}
.widget .post-caption-fhide {
	display: none;
}
.widget .post.post-hover-animate > div:hover .post-caption-ddd {
	display: none;
}
.widget .post.post-hover-animate > div:hover .post-caption-fhide {
	display: block;
}
.widget .ig-caption-uname {
	color: #3b39b5;
	font-weight: 600;
}
.widget .ig-caption-htag {
	color: #3897F0;
	font-weight: 600;
}
.widget .posts-pagemore {

}
.widget .posts-pagecount + .posts-pagenav,
.widget .posts-pagecount + .posts-pagemore,
.widget .posts-pagenav + .posts-pagemore {
	margin-left: 20px;
	user-select: none;
}

.widget .widget-loader {
	position: relative;
}
.widget .widget-loader::before {
	content: '';
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.widget .slick-slider {
	margin: 0;
}
.widget .slick-slider .slick-list {
	/*margin: 0 -6px;*/
}
.widget .slick-slider button.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    background-color: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.widget .slick-slider button.slick-arrow::before {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    border-radius: 50%;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.15);
    transition: .2s;
    transform: translateY(-50%);
}
.widget .slick-slider button.slick-arrow::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    background-image: url(/image/parusek/icons/arrow.svg);
    z-index: 2;
    width: 16px;
    height: 16px;
    margin-left: -3px;
    transition: .2s;
}
.widget .slick-slider button.slick-arrow:hover::after {
	margin-left: -5px;
}
.widget .slick-slider button.slick-arrow.slick-next {
    left: 100%;
    transform: translateY(-50%) translateX(-100%);
}
.widget .slick-slider button.slick-arrow.slick-next::before {
	left: 50%;
}
.widget .slick-slider button.slick-arrow.slick-next::after {
	left: 50%;
	transform: translate(100%, -50%) rotate(-90deg);
    margin-left: 1px;
}
.widget .slick-slider button.slick-arrow.slick-next:hover::after {
	margin-left: 2px;
}
.widget .slick-dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	list-style: none;
	padding: 0;
	margin: 0;

	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	padding: 5px 5% 15px;
	margin-bottom: 20px;
}
.widget .slick-dots li {
	padding: 2px;
	font-size: 0;
}
.widget .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid rgb(129, 87, 241);
	background-color: #fff;
	transition: background-color .2s;
	cursor: pointer;
}
.widget .slick-dots button:hover {
	background-color: rgba(129, 87, 241, .6);
}
.widget .slick-dots li.slick-active button {
	background-color: rgb(129, 87, 241);
}

.widget .ps-loader {
	width: 24px;
	margin-left: 10px;
	display: none;
	font-size: 0;
}
.widget.widget-loader .ps-loader {
	display: block;
}

.ps-popup-showin {
	overflow: hidden;
}
.ps-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	color: #333;
}.ps-popup-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}.ps-popup-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	z-index: 2;
}.ps-popup-container {
	background-color: transparent;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-ms-align-items: stretch;
	align-items: stretch;
}.post-prev,
.post-next {
	width: 50px;
	position: relative;
	z-index: 5;
}.post-arrow-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(90deg) translate(-50%, -50%);
	margin-left: -30px;
	cursor: pointer;
}.post-arrow-button,
.post-arrow-button svg {
	width: 30px;
	height: 30px;
}.post-arrow-button path {
	fill: #fff;
}.post-next .post-arrow-button {
	transform: rotate(-90deg) translate(-50%, -50%);
	margin-left: 0;
	margin-top: -30px;
}.post-content {
	width: calc(100% - 100px);
	border-radius: 4px;
	position: relative;
}.post-content > div {
	justify-content: center;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}.ps-popup .post-image,
.ps-popup .post-info {
	width: 320px;
	min-height: 450px;
}.ps-popup .post-image {
	width: 100%;
	max-width: calc(100% - 320px);
	background-color: #efefef;
    background-image: url('/image/parusek/loader-img.gif');
    background-size: cover;
    overflow: hidden;
}.ps-popup.loadin .post-image {
	background-image: none;
}.ps-popup .post-image div {
	height: 100%;
}.ps-popup .post-image * {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
}.ps-popup .post-image img {
	width: 100%;
	/*max-width: 100%;*/
	/*height: auto;*/
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}.ps-popup.loadin .post-image * {
	opacity: 1;
}.ps-popup.loadin .post-video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: visible;
	z-index: 2;
	cursor: pointer;
}.ps-popup.loadin .post-video video {
	width: 100%;
	height: 100%;
	max-height: 100%;
}.ps-popup.loadin .post-video i.icon-play-video {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .6;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}.ps-popup.loadin .post-video.post-video-play i.icon-play-video {
	opacity: 0;
}.ps-popup.loadin .post-video i.icon-play-video svg {
	fill: #fff;
}.ps-popup .post-info {
	background-color: #fff;
	padding: 0px;
	position: relative;
	z-index: 1;
}.ps-popup .post-info-head {
	position: relative;
}.ps-popup .post-head {
	margin: 0;
}.ps-popup .widget .ig-caption-uname,
.ps-popup .widget .ig-caption-htag,
.ps-popup .widget .post-username span,
.ps-popup .widget .post-username strong {
	font-weight: 400;
	opacity: 1;
}.post-info-head .post-username strong,
.post-info-head .post-username:hover strong {
	color: #333;
}.post-info-head,
.post-info-text,
.post-info-bottom {
	padding: 12px 20px;
}.post-info-head {
	border-bottom: 1px solid #efefef;
}.post-info-bottom {
	border-top: 1px solid #efefef;
	border-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
}.ps-popup .avatar-wrap,
.ps-popup .post-info-caption,
.post-info-bottom > div {
	background-color: #efefef;
    background-image: url('/image/parusek/loader-img.gif');
    background-size: cover;
}.ps-popup.loadin .avatar-wrap,
.ps-popup.loadin .post-info-caption,
.ps-popup.loadin .post-info-bottom > div {
	background-color: transparent;
	background-image: none;
}.ps-popup .avatar-wrap img,
.ps-popup .post-username,
.ps-popup .post-info-caption *,
.ps-popup .post-info-comments,
.post-info-bottom > div > div {
	opacity: 0;
}.ps-popup.loadin .avatar-wrap img,
.ps-popup.loadin .post-username,
.ps-popup.loadin .post-info-caption *,
.ps-popup.loadin .post-info-comments,
.ps-popup.loadin .post-info-bottom > div > div {
	opacity: 1;
}.post-info-bottom .ic-wrp {
	margin-right: 12px;
}.post-info-bottom .ic svg {
	width: 14px;
	height: 14px;
}.post-info-bottom .ic path {
	fill: #333;
}.post-info-bottom .ic-text {
	font-size: 14px;
}.post-info-date {
	color: #afafaf;
}.post-info-text {
	max-height: calc(100% - 100px);
	overflow: hidden;
}.ps-popup.loadin .post-info-text {
	overflow-y: auto;
}.post-info-caption {
	border-radius: 4px;
}.post-info-caption,
.post-info-comments .post-head {
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}.post-info-comments .post-head * {
	opacity: 1;
}.post-info-comments .post-comment,
.post-info-comments .post-comment-date {
	margin-top: 6px;
	font-size: 12px;
	line-height: 16px;
}.post-info-comments .post-comment-date {
	font-size: 10px;
	color: #afafaf;
}.ps-popup .slick-slider button.slick-arrow::before {
	background-color: rgba(255,255,255,.2);
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}.ps-popup .slick-slider button.slick-arrow::after {
	left: 50%;
}.ps-popup .slick-slider button.slick-arrow.slick-next {
	margin-left: -23px;
}.ps-popup .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width: 992px) {
	.post-content {
		width: 100%;
	}.ps-popup .post-info,
	.ps-popup .post-image {
		min-height: auto;
		max-width: 100%;
	}.ps-popup .post-info {
		width: 100%;
	}.ps-popup .post-info-head,
	.ps-popup .post-info-text {
		display: none;
	}.ps-popup .post-info-bottom {
		position: relative;
	}.widget .slick-slider button.slick-arrow::after {
		left: 50%;
	}.widget .slick-slider button.slick-arrow::before,
	.widget .slick-slider button.slick-arrow.slick-next::before,
	.widget .slick-slider button.slick-arrow.slick-next::after {
		left: 3px;
		margin-left: 0;
	}
}

@media (max-width: 500px) {
	.ps-popup .slick-slider button.slick-arrow {
		display: none !important;
	}.post-prev,
	.post-next {
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 1;
	}.post-prev {
		left: 0;
	}.post-next {
		right: 0;
	}
}

@media (max-width: 540px) {
	.widget .widget-head-counts {
		display: none;
	}
}

@media (max-width: 480px) {
	.widget .avatar {
		width: 50px;
		height: 50px;
	}

	.widget .widget-head-info {
		width: calc(100% - 70px);
	}
	
	.widget .widget-head-userinfo {
		width: 100%;
		max-width: 100%;
	}

	.widget .widget-head-userinfo > div {
		width: 100%;
		white-space: nowrap;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.widget .widget-head-button {
		margin-top: 20px;
		margin-left: -70px;
	}
}