@charset "UTF-8";

.profile {
	box-sizing: border-box;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	display: block;
	margin: 20px auto 0;
}

.profile *,
.profile *:before,
.profile *:after {
	box-sizing: border-box;
}

.profile-intro {
	display: block;
}

.profile-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;

	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
         
        position: relative;
        margin-bottom: 15px;
        margin-top: 15px;
        border: 1px solid #ebebeb;
        padding: 20px;
}

.profile-photo-block {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.profile-photo {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 100px;
	background-position: center;
	background-size: cover;
	border-radius: 0;
}

.profile-photo-block .user_avatar {
	display: block;
}

.profile-photo-block .user_avatar img {
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	border-radius: 0;
	max-width: 100%;
	max-height: 100%;
}

.profile-status > span {
	display: block;
	width: 20px;
	height: 20px;
	background: #2BD400;
	position: absolute;
	top: auto;
	bottom: 5px;
	left: auto;
	right: 5px;
	font-size: 0;
	border-radius: 50%;
	border: 3px solid #ffffff;
}

.profile-status > span.statusOnline {
	background: #2BD400;
}

.profile-status > span.statusOffline {
	background: #F74659;
}

.profile-name {
	display: block;
	max-width: 100%;
}

.profile-full-name-row {
	display: block;
	margin: 0 0 6px;
	text-align: center;
}

.profile-full-name-row > span {
	display: inline-block;
	vertical-align: middle;
}

.profile-full-name {
	display: block;
	font-size: 1.2em;
	letter-spacing: .2px;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile-nickname {
	display: block;
	text-align: center;
}

.profile-nickname > a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile-moder-panel {
	display: block;
	margin: 20px auto 0;
}

.profile-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;

	padding: 30px 0 20px;

        position: relative;
        margin-bottom: 15px;
        margin-top: 15px;
        border: 1px solid #ebebeb;
        padding: 20px;
}

.profile-buttons .button {
	margin: 8px;
}

.profile-body {
	display: block;
	margin-left:15px;
	margin-bottom:15px;
        font-size: 0.93rem;
}

.profile-section {
	display: block;
	margin: 0 0 40px;
        position: relative;
        margin-bottom: 15px;
        margin-top: 15px;
        border: 1px solid #ebebeb;
        padding: 20px;
}

.profile-section-bottom {margin:20px 0;}

.profile-section:last-child {
	margin: 0;
}

.profile-section-name {
	display: block;
	margin: 0 0 20px;
}

.profile-section-content {
	display: block;
}

.profile-row:last-child {
	margin: 0;
}

.profile-row-name {
	display: block;
	min-width: 160px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
        font-weight:600;
}

.profile-row-content {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
        text-align: right;
}

/* profile labels */
.profile-labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.profile-label {
        display: inline-block;
        border: 1px solid black;
        padding: 4px 10px;
        font-size: 0.9rem;
        margin-right: 5px;
        color: #222222;
	margin: 5px 5px 5px 0;
	white-space: nowrap;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
}

.profile-label:focus,
.profile-label:hover {
        color: #d2691e;
        border: 1px solid #d2691e;
	text-decoration: none;
}

.profile-label b {
	font-weight: 600;
}

.social-accounts.profile-social-accounts {
	padding: 0;
}

.profile-social-accounts {
	padding: 0;
	font-size: 0;
}

@media screen and (min-width:768px){
.profile-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 15px;
}}

@media screen and (max-width:767px) {

.profile-row {
   display:block;
   margin: 0 0 15px;
   line-height: 1.4;
} 

.profile-row-content {
   text-align: left;
}}

@media screen and (max-width:991px){
.profile-body {
   margin-left: 0;
}}