.user-profile-menu-selected {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}


.user-profile-image-home {
	width: 15em;
	height: 15em;
	background-size: cover;
 	background-position: top center;
	background-repeat: no-repeat;
}

.user-profile-info-home {
	float: left;
	margin-left: 2em;
	margin-top: 1em;
	width: calc(100% - 12em);
}

.user-profile-button {
	margin-top: -4em;
}

.user-profile-message {
}

.user-profile-message-message {
}




.user-profile-message-head {
}

.user-profile-message-title {
	padding: 0.5em 1em 0 1em;
}

.user-profile-message-body {
	padding: 2em 1em 2em 1em;
}


#user-profile-message-list {
}




.user-profile-add-picture {
	text-align: center;
}


.user-profile-add-picture-icon {
}


.edit-profile-remove-gallery-image {
	position: absolute;
	top: 1em;
	right: 1em;
}

.edit-profile-remove-gallery-image:hover {
	color: red;
}




.user-profiles-profile {
	padding-top: 1em;
	padding-bottom: 1em;
}

.user-profiles-profile-inner {
	float: left;
	width: calc(100% - 1em);
	height: 10em;
	padding: 1em;
}

.user-profiles-image {
	height: 5em;
	width: 5em;
	background-size: cover;
 	background-position: top center;
}


.user-profile-mesage-user-image-frame {
}

.user-profile-mesage-user-image {
	width: 4em;
	height: 4em;
	border: 0.5em solid white;
 	background-size: cover;
 	background-position: top center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: 0.5em;
    margin-bottom: 1em;
}




.user-profile-menu {
	list-style: none;
	float: left;
	padding: 0;
}

.user-profile-menu-item {
	float: left;
	width: 100%;
	padding: 1em 0 1em 0.5em;
	border-bottom: 1px solid #e9e9e9;
}





.user-profile-table {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);	
    overflow: hidden;
}


.user-profile-table > thead > tr > th {
	padding: 1.5em;
	background-color: #2568af;
	color: white;
}

.user-profile-table > thead > tr > th > a {
	color: white;
}

.user-profile-table > tbody > tr > td {
	padding: 1.5em;
}



.user-profile-image-mobile {
	float: left;	
	width: calc(100% + 6em);
	height: 25em;
	margin-top: -3em;
	margin-left: -3em;
	background-size: cover;
 	background-position: top center;
	background-repeat: no-repeat;
}

.user-profile-title-mobile {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: -2.5em;
	color: white;
	text-shadow: 0px 0px 5px #4b5f5d;	
}




.user-profiles-image-frame {
	width: 6em;
	height: 6em;
	margin: 1em auto;
	border: 5px solid white;
 	background-size: cover;
 	background-position: top center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.user-profiles-name {
	float: left;
	width: 100%;
	height: 4em;
	line-height: 1em;
	margin-top: 0.5em;
}





.user-profiles-pagination > li {
	display: inline-block;
}