﻿/****************************
    Chil 2.0 
    Style for Profile
    *************************/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300");
/*azul claro*/
/*azul oscuro*/
/*verde*/
/*verde claro*/
/*#F4F4F4*/
/*naranja*/
@font-face {
  font-family: 'officina';
  src: url("/Fonts/OfficinaSanITCMedium.eot");
  src: url("/Fonts/OfficinaSanITCMedium.ttf") format("truetype"), url("/Fonts/OfficinaSanITCMedium.eot?#iefix") format("embedded-opentype");
  /* IE9+ */
}

@font-face {
  font-family: 'bebas';
  src: url("/Fonts/BebasNeue-webfont.eot");
  src: url("/Fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/BebasNeue-webfont.woff") format("woff"), url("/Fonts/BebasNeue-webfont.ttf") format("truetype"), url("/Fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/Fonts/Roboto-Condensed.woff) format("woff");
}

/*@font-face {
    font-family: 'MyFontFamily';
    src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
         url('myfont-webfont.woff') format('woff'), 
         url('myfont-webfont.ttf')  format('truetype'),
         url('myfont-webfont.svg#svgFontName') format('svg');
         }*/
@font-face {
  font-family: officina_it;
  src: url("/Fonts/OfficinaSanITCMediumItalic.ttf");
}

@font-face {
  font-family: code;
  src: url("/Fonts/SourceCodePro-Light.ttf");
}

/* Style for Header Profile
-----------------------------------------------------------------------------*/
header {
  margin: 0 auto;
  max-width: 1064px;
  background-color: #F4F4F4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper-profile-header {
  position: relative;
  margin-right: 40px;
}

.header-profile {
  width: 100%;
  padding-top: 23%;
  background: #FFF;
}

.profile-bkg {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.header-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.header-image .profile-title {
  position: absolute;
  height: 19.23%;
  left: 0px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0.83333rem;
}

.header-image .profile-title > div {
  width: 100%;
  height: 100%;
}

.header-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.header-image h2 {
  height: 100%;
  line-height: 150%;
  margin-right: 126px;
}

.profile-photo-header {
  width: 20%;
  padding-top: 23%;
  overflow: hidden;
  position: absolute;
  top: 6%;
  left: 2%;
  z-index: 2;
}

.profile-header {
  width: 100%;
  /* height: 100%; */
  position: absolute;
  top: 0px;
  left: 0px;
}

.profile-description {
  position: absolute;
  bottom: 15.38%;
  color: #FFF;
  left: 22%;
  padding-left: 1.66667rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  text-shadow: 1px 1px 2px rgba(151, 151, 151, 0.75);
}

.profile-name {
  position: absolute;
  bottom: 30%;
  color: yellow;
  left: 22%;
  padding-left: 1.66667rem;
  padding-bottom: 3rem;
  font-size: 3.33333rem;
  text-shadow: 1px 1px 2px rgba(151, 151, 151, 0.75);
}

.profile-button-follow {
  padding-right: 57px;
  border: none;
  background: transparent;
  font: 20px/24px "Roboto", Arial, san-serif;
  color: #314555;
  cursor: pointer;
}

.unfollow.profile-button-follow {
  color: #F18700;
}

.switch-button-follow {
  position: absolute;
  top: 50%;
  right: 0.83333rem;
  margin-top: -1rem;
}

.switch-button-follow label {
  position: relative;
  display: inline-block;
  font: 20px "Roboto", Arial, san-serif;
  color: #314555;
  width: 100%;
  margin-right: 10px;
}

.switch-button-follow input[type="checkbox"]:not(:checked),
.switch-button-follow input[type="checkbox"]:checked {
  /* :checked here acting as a filter for older browsers */
  position: absolute;
  opacity: 0;
}

.switch-button-follow label {
  position: relative;
  display: inline-block;
  font: 20px "Roboto", Arial, san-serif;
  color: #314555;
  width: 100%;
}

.switch-button-follow input[type="checkbox"].switch + span + div {
  width: 40px;
  height: 18px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
  background-origin: border-box;
  background-clip: border-box;
  overflow: hidden;
  transition-duration: .4s;
  transition-property: padding,width;
  float: right;
  margin-top: 4px;
}

.switch-button-follow input[type="checkbox"].switch:checked + span + div {
  padding-left: 22px;
  width: 18px;
}

.switch-button-follow input[type="checkbox"].switch + span + div:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
  border-radius: inherit;
  background: #314555;
}

.switch-button-follow input[type="checkbox"].switch:checked + span + div:before {
  background: #52D921;
}

.switch-button-follow input[type="checkbox"].switch:active + span + div:before {
  background-color: #aaa;
}

.followswitch {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 52px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.followswitch-checkbox {
  display: none;
}

.followswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #D7D7D7;
  border-radius: 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
}

.followswitch-inner {
  display: block;
  height: 22px;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.followswitch-inner:before, .followswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: white;
  font-family: "Roboto", Arial, san-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.followswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 1px;
  background: #314555;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.followswitch-checkbox:checked + .followswitch-label .followswitch-inner {
  margin-left: 0;
}

.followswitch-checkbox:checked + .followswitch-label .followswitch-switch {
  right: 0px;
  background: #80BA26;
}

.social-nets {
  position: absolute;
  z-index: 1;
  bottom: 15.38%;
  color: #FFF;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 0px 5px 10px;
}

.social-nets .website-profile {
  color: #FFF;
  padding: 2px;
  padding-right: 6px;
  border-right: 1px solid #FFF;
  float: left;
  margin-right: 10px;
  font: 1rem "Roboto", Arial, san-serif;
}

.social-nets .website-profile:hover {
  color: #F18700;
}

.social-nets i {
  border-radius: 50%;
  color: #FFF;
  font-size: 16px;
  padding: 4px;
  margin-right: 5px;
}

.social-nets i.fonticon-Facebook {
  background-color: #3b5998;
}

.social-nets i.fonticon-Twitter {
  background-color: #00aced;
}

.social-nets i.fonticon-Google {
  background-color: #dd4b39;
}

.social-nets i.fonticon-Youtube {
  background-color: #bf171d;
}

.social-nets i.fonticon-Linkedin {
  background-color: #007fb1;
}

.social-nets i.fonticon-Orcid {
  background-color: #96d72f;
}

.social-nets i.fonticon-Researcherid {
  background-color: #fda402;
}

.social-nets a:hover i {
  background-color: #FFF;
}

.social-nets a:hover i.fonticon-Facebook {
  color: #3b5998;
}

.social-nets a:hover i.fonticon-Twitter {
  color: #00aced;
}

.social-nets a:hover i.fonticon-Google {
  color: #dd4b39;
}

.social-nets a:hover i.fonticon-Youtube {
  color: #bf171d;
}

.social-nets a:hover i.fonticon-Linkedin {
  color: #007fb1;
}

.social-nets a:hover i.fonticon-Orcid {
  color: #96d72f;
}

.social-nets a:hover i.fonticon-Researcherid {
  color: #fda402;
}

.header-settings .social-nets {
  bottom: 0px;
}

.header-settings img {
  display: block;
}

/******************************

SECTIONS FROM PROFILE

*******************************/
.user-create-options {
  list-style: none;
}

.user-create-options li {
  margin-bottom: 10px;
}

.user-create-options a {
  display: block;
  font: 18px "Roboto", Arial, san-serif;
  line-height: 40px;
  color: #ecf3f9;
  background-color: #314555;
  padding: 0px 10px;
  border-radius: 6px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.user-create-options a:hover {
  color: #fbb256;
}

.user-create-options i {
  display: inline-block;
  background-color: #85898c;
  width: 26px;
  height: 26px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-right: 16px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.user-create-options a:hover i {
  background-color: #fbb256;
  color: #ecf3f9;
}

.ch-profile-custom-info > div,
.profile-custom-info section {
  position: relative;
  padding: 20px;
  background: #FFF;
  margin-bottom: 20px;
  color: #7F7F7F;
  font-size: 14px;
  line-height: 26px;
}

.ch-profile-custom-info > div ul,
.ch-profile-custom-info > div ol,
.profile-custom-info section ul, .profile-custom-info section ol {
  padding-left: 10px;
}

.ch-profile-custom-info img {
  max-width: 100%;
}

.ch-profile-custom-info > div:hover .remove-section,
.ch-profile-custom-info > div:hover .edit-icon,
.profile-custom-info section:hover .remove-section,
.profile-custom-info section:hover .edit-icon {
  display: block;
}

.ch-profile-custom-info > div .underline,
.profile-custom-info .underline {
  text-decoration: underline;
}

.ch-profile-custom-info > div .bold,
.profile-custom-info .bold {
  font-weight: bold;
}

.ch-profile-custom-info > div .italic,
.profile-custom-info .italic {
  font-style: italic;
}

.ch-profile-custom-info > div a,
.profile-custom-info a {
  color: #6e9fbe;
  text-decoration: none;
}

.ch-profile-custom-info > div a:hover,
.profile-custom-info a:hover {
  color: #314555;
  text-decoration: underline;
}

.ch-profile-custom-info > div > div:first-child,
.profile-custom-info header {
  font: 20px "Roboto", Arial, san-serif;
  color: #314555;
  margin-bottom: 20px;
  background-color: #FFF;
}

[data-editable="1"] > div > div:first-child {
  cursor: move;
}

.profile-view .ch-profile-custom-info > div {
  border: 1px solid #D7D7D7;
}

.profile-view .ch-profile-custom-info > div > div:nth-child(2) {
  max-height: 78px;
  overflow-y: auto;
}

[data-scroll="scrollbar-style"] > div > div:nth-child(2)::-webkit-scrollbar {
  width: 8px;
}

[data-scroll="scrollbar-style"] > div > div:nth-child(2)::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border: 1px solid #D7D7D7;
}

[data-scroll="scrollbar-style"] > div > div:nth-child(2)::-webkit-scrollbar-track {
  background-color: #6e9fbe;
  border: 1px solid #6e9fbe;
}

.profile-first-section {
  margin: -5px;
}

.profile-first-section .box-style.form-box {
  margin: 5px;
  flex-grow: 1;
  flex-shrink: 0;
}

.profile-first-section .box-style.form-box form {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: end;
}

.profile-first-section .box-style.form-box form textarea {
  flex-grow: 6;
}

.profile-first-section .box-style.profile-info-about {
  margin: 5px;
  flex-grow: 6;
  flex-shrink: 0;
  text-align: left;
  /* 
        font: 16px "Roboto", Arial, san-serif;
        line-height: normal;
        color: #7f7f7f;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 18px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

        .bio-title {    
            font: 20px "Roboto", Arial, san-serif;
            color: #314555;
            margin-bottom: 20px;
            padding: 0px;
        }

        .bio-about {
	        font-size:12px;
	        font-family: 'Segoe UI', Arial;
	        font-style:italic;
	        margin-top:5px;
	        margin-bottom:10px;
	        color:#7F7F7F;
        }

        .bio-data-title {
	        color: #6e9fbe;
        }

        .bio-data-value {
        }

        .bio-data-value a {
	        text-decoration:none;
	        color:#7F7F7F;
        }
            */
}

.profile-first-section .box-style.profile-info-about .bio-title {
  font-size: 20px;
  font-family: 'Segoe UI',Arial;
  color: orange;
}

.profile-first-section .box-style.profile-info-map {
  margin: 5px;
  flex-grow: 0;
  flex-shrink: 6;
}

.profile-first-section .box-style.profile-info-map .bio-map {
  height: 150px;
}

.profile-second-section .box-style.profile-info-about.bios {
  margin: 5px;
  margin-top: 15px;
}

.profile-button-header {
  margin: 0 10px;
  float: right;
  width: auto;
}

.profile-name-header {
  padding: 0px;
  margin-bottom: 0px;
}

.profile-loc {
  font-family: 'Segoe UI',Arial;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}

.profile-loc .loc-title {
  font-size: 18px;
}

.profile-loc .loc-name {
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
}

.profile-loc .ico-location {
  background-image: url("/Images/icons.png");
  background-position: -8px -579px;
  height: 15px;
  width: 15px;
  display: inline-block;
}

.profile-view .title-qa {
  padding-left: 0px;
  max-height: 72px;
  overflow: hidden;
  line-height: 36px;
}

.social-net {
  overflow: hidden;
}

.social-net-ico {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(/Images/social_nets.png);
}

.profile-form h2 {
  position: relative;
}

.profile-form h2 span {
  position: absolute;
  top: -170px;
}

#content-profile-about > p {
  padding: 5px 10px;
  border-bottom: 1px solid #E6E6E6;
}

#content-profile-about > p:last-child {
  border-bottom: none;
}

#content-profile a.edit {
  display: block;
}

#content-profile-edit {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: -30px;
  padding-right: 30px;
}

.profile-box {
  height: 30px;
  display: block;
  margin-top: 15px;
  display: block;
  background-color: #F3F3F3;
  border: 1px solid #E6E6E6;
}

.profile-box ul {
  list-style: none;
  margin: 0;
  height: 30px;
}

.profile-box li {
  float: left;
  display: block;
  border-right: 1px solid #E6E6E6;
  position: relative;
}

/* Bubble for item selected*/
.profile-box li.selected:before,
.profile-box li.selected:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.profile-box li.selected:before {
  top: 30px;
  left: 40px;
  /* This value must to change according to option selected */
  /* Triangle */
  border-style: solid dashed dashed;
  border-width: 8px 8px 0;
  border-color: transparent;
  border-top-color: #E6E6E6;
  z-index: 0;
}

.profile-box li.selected:after {
  top: 29px;
  left: 40px;
  /* This value must to change according to option selected */
  /* Triangle */
  border-style: solid dashed dashed;
  border-width: 8px 8px 0;
  border-color: transparent;
  border-top-color: #21AEEC;
  z-index: 1;
}

/* End Bubble for item selected*/
.profile-box li:hover a,
.profile-box li.selected a {
  background-color: #21AEEC;
  color: #FFF;
}

.profile-box li a {
  display: inline-block;
  padding: 6px 15px 0 10px;
  color: #CCC;
  font-size: 16px;
  font-family: 'Segoe UI',Arial;
  height: 24px;
  width: auto;
}

.profile-box li i {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../images/icons2.png");
  background-repeat: no-repeat;
  background-size: auto;
}

.profile-box li i.profile {
  background-position: -3px -3px;
}

.profile-box li.selected i.profile,
.profile-box li:hover i.profile {
  background-position: -22px -3px;
}

.profile-box li i.post {
  background-position: -3px -3px;
}

.profile-box li.selected i.post,
.profile-box li:hover i.post {
  background-position: -22px -3px;
}

.bio-box {
  margin-top: 30px;
}

.bio-title {
  font-size: 18px;
  font-family: 'Segoe UI',Arial;
  color: #CCCCCC;
}

.bio-line {
  border: none;
  background-color: #CCCCCC;
  margin-top: 5px;
  /*width:420px;*/
  height: 1px;
}

.bio-about {
  font-size: 12px;
  font-family: 'Segoe UI', Arial;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7F7F7F;
}

.bio-data-title {
  font-size: 12px;
  font-family: 'Segoe UI',Arial;
  color: #CCCCCC;
  line-height: 24px;
}

.bio-data-value {
  font-size: 12px;
  font-family: 'Segoe UI',Arial;
  font-style: italic;
  color: #7F7F7F;
}

.bio-data-value a {
  text-decoration: none;
  color: #7F7F7F;
}

.bio-map {
  height: 150px;
}

.guys-holder img {
  vertical-align: middle;
  padding-right: 20px;
}

.guys-holder p {
  font: 16px/18px "Roboto", Arial, san-serif;
  cursor: pointer;
}

.guys-holder p:hover {
  color: #6e9fbe;
}

.profile-photo {
  width: 180px;
  height: 180px;
  border: 1px solid #E6E6E6;
  margin-top: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.profile-photo .remove {
  height: 15px;
  width: 15px;
  background-image: url("/images/icons2.png");
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: black;
  padding: 2px 0 2px 2px;
  opacity: .5;
  display: none;
  background-position: -155px -23px;
  border-radius: 3px;
}

.profile-photo:hover .remove {
  display: block;
}

.profile-photo:hover .remove:hover {
  opacity: 1;
}

.follow-by-email {
  width: 125px !important;
}

.profile-network {
  height: auto;
  margin: 30px 15px;
}

.profile-subtitle {
  color: #F27403;
  font-size: 18px;
  font-family: 'Segoe UI',Arial;
  padding-bottom: 5px;
}

.profile-grid-img {
  width: 180px;
  padding-bottom: 12px;
}

.profile-grid-img p {
  float: left;
  width: 15%;
  padding-right: 3px;
  line-height: 30px;
}

.profile-grid-img img {
  vertical-align: middle;
}

.profile-view-all {
  float: none;
  clear: both;
  width: 188px;
  height: 30px;
  background-color: #F3F3F3;
  border: 1px solid #E6E6E6;
}

.profile-view-all a {
  text-decoration: none;
  color: #CCCCCC;
  float: right;
  padding-top: 5px;
  padding-right: 10px;
  font-size: 12px;
  font-family: officina1,Arial;
}

.profile-clear {
  float: none;
  clear: both;
}

.widget-panel {
  height: 6rem;
  overflow: hidden;
  margin-bottom: 1.66667rem;
}

.widget-panel img {
  float: left;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.widget-panel .simple-info {
  position: relative;
  margin-left: 92px;
}

.widget-panel:last-child {
  margin-bottom: 0px;
}

.button-photo {
  width: 184px;
}

.button-edit {
  display: inline-block;
  height: 20px;
}

.fb-photo-sep {
  background-color: #E6E6E6;
  border: medium none;
  height: 1px;
  margin: 20px 30px 20px 0;
  position: relative;
  width: auto;
}

.fb-photo-sep span {
  background-color: #FFFFFF;
  border: medium none;
  color: #CBCBCB;
  font-family: 'Segoe UI',Arial;
  font-size: 16px;
  padding: 0 10px;
  position: absolute;
  top: -9px;
  left: 20px;
}

.organization-profile {
  background: #FFF;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #E6E6E6;
}

.organization-profile .profile-organization-save {
  border-top: 1px solid #E6E6E6;
  background: #F3F3F3;
  margin: 0px -20px -20px -20px;
}

.organization-profile .profile-organization-save input {
  margin: 10px;
}

.organization-profile .check-box-row {
  margin: -5px 0 15px 120px;
  color: #7F7F7F;
}

.organization-profile .field-row .tb-location {
  margin-left: 0px;
  border: none;
  padding-left: 0px;
}

.organization-profile .field-row .tb-location .location {
  width: 100%;
}

.organization-profile .field-row .tb-location a {
  position: absolute;
  top: 0px;
  right: 0px;
}

.organization-profile .field-row input[type=text] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.organization-profile .field-row {
  padding-right: 0px;
}

/* Style Header for Organizations
---------------------------------------------------------------------------*/
#wrapper > .wrap-header {
  border-left: 0px solid #fff;
  border-right: 210px solid #F3F3F3;
  height: 1%;
  position: relative;
}

#wrapper > .wrap-header:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

#wrapper > section > div.corp {
  margin-top: 0;
}

.header-org {
  width: 540px;
  height: 182px;
  float: left;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.logo-corp {
  float: left;
  margin-top: 60px;
}

.logo-corp > img {
  width: 100%;
  height: 100%;
}

.corp-right {
  margin-top: -235px;
}

.corp-left {
  margin-top: 0;
}

.profile-box-corp {
  margin-top: 10px;
}

.content-profile-corp {
  padding: 0 30px !important;
}

.cover-org {
  position: absolute;
  left: 0;
}

/* Style for photo profile options
---------------------------------------------------------------------------*/
/*.profile-photo:hover .options-photo-profile, 
.profile-photo-header:hover .options-photo-profile,
.profile-photo-header:hover .edit-icon {
    display: block;
}


.profile-photo .options-photo-profile {
    position:absolute;    
    bottom:0;
    height:25px;
    width:100%;
    opacity:0.3;
    background-color:black;
    display:none;
}

.options-photo-profile ul {
    list-style: none;
    margin: 0 auto;   
    background-color:black; 
}

.options-photo-profile li {
    display:inline-block; 
    padding:0 3px;
    
}

.options-photo-profile li:hover {
    background-color:#21AEEC;
    opacity:1;
}


.options-photo-profile li a {
    background-image: url("../images/icons2.png");
    background-repeat: no-repeat;
    background-size: auto;  
    width:20px;
    height:18px;     
    vertical-align: middle;
    display:inline-block;
}

.options-photo-profile li a.change-photo {
    background-position: -168px -4px;
    opacity:0.6;
}

.options-photo-profile li:hover a.change-photo {    
    opacity:1;
}

.options-photo-profile li a.get-fcb {       
    background-position: -187px -4px;
    opacity:0.6;
}

.options-photo-profile li:hover a.get-fcb {    
    opacity:1;
}

.profile-photo:hover .options-photo-profile:hover {
    opacity:0.6;
    }*/
.name-effect {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Style for photo profile options
---------------------------------------------------------------------------*/
.profile-photo-header .remove {
  height: 20px;
  width: 20px;
  background-image: url("../images/icons2.png");
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  padding: 0;
  /*opacity: .5;*/
  display: none;
  background-position: -290px -25px;
  border-radius: 10px;
}

.profile-photo-header:hover .remove {
  display: block;
}

.profile-photo-header:hover .remove:hover {
  background-position: -310px -25px;
}

/*.profile-photo-header:hover .options-photo-profile {
    display: block;
}

.profile-photo-header .options-photo-profile {
    position:absolute;    
    bottom:0;
    height:20px;
    width:100%;
    opacity:0.6;
    background-color:black;
    display:none;
}

.profile-photo-header:hover .options-photo-profile:hover {
    opacity:1;
    }*/
/* Style for Profile Toolbar 
-----------------------------------------------------------------------------*/
.profile-toolbar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 15.38%;
}

.profile-toolbar ul {
  list-style: none;
  height: 100%;
}

.profile-toolbar ul li {
  width: 50%;
  float: left;
  height: 100%;
}

.profile-toolbar ul a {
  height: 100%;
  line-height: 150%;
  padding: 0.5rem 0px;
  width: 100%;
  display: block;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profile-toolbar ul a,
.profile-toolbar ul a:visited {
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "Roboto", Arial, san-serif;
  color: #7F7F7F;
}

.profile-toolbar ul li:hover a,
.profile-toolbar ul li.selected a {
  color: #6e9fbe;
}

.profile-toolbar ul i {
  background-image: url("../images/icons2.png");
  display: inline-block;
  width: 20px;
  height: 24px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto;
}

.profile-toolbar ul i.feeds {
  background-position: -2px -1px;
}

.profile-toolbar ul li.selected i.feeds,
.profile-toolbar ul li:hover i.feeds {
  background-position: -22px -1px;
}

.profile-toolbar i.msg {
  background-position: -417px -2px;
}

.profile-toolbar li.selected i.msg,
.profile-toolbar li:hover i.msg {
  background-position: -417px -2px;
}

.profile-toolbar ul i.files {
  background-position: -42px -2px;
}

.profile-toolbar ul li.selected i.files,
.profile-toolbar ul li:hover i.files {
  background-position: -62px -2px;
}

.profile-toolbar ul i.people {
  background-position: -204px -2px;
}

.profile-toolbar ul li.selected i.people,
.profile-toolbar ul li:hover i.people {
  background-position: -223px -2px;
}

.profile-toolbar ul i.settings {
  background-position: -126px -1px;
}

.profile-toolbar ul li.selected i.settings,
.profile-toolbar ul li:hover i.settings {
  background-position: -145px -1px;
}

.profile-toolbar ul i.none {
  background-position: 20px 0;
  width: 0;
}

/* Style for Background Image 
-----------------------------------------------------------------------------*/
.profile-wrap-bkg {
  width: 800px;
  height: 100%;
  margin-left: 142px;
  position: relative;
}

.profile-bkg > img {
  width: 100%;
  height: 100%;
}

.gradient-bkg {
  background: url("../images/gradient-header-profile.png");
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*opacity:0.12;*/
}

/* Style for Wall Settings
---------------------------------------------------------------------------*/
#wrapper.settings-view {
  margin-top: 60px;
}

#wrapper.settings-view .settings-nav {
  padding: 0px;
  border: 1px solid #D7D7D7;
  border-right: none;
}

#wrapper.settings-view section {
  border: 1px solid #D7D7D7;
  padding: 20px;
  background: #E5E5E5;
}

#wrapper.settings-view #content-profile {
  padding: 0px;
}

#wrapper.settings-view aside.settings-nav {
  position: fixed;
  top: 41px;
  left: 0px;
  width: 100%;
  border: none;
  text-align: center;
}

#wrapper.settings-view aside.settings-nav li {
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #C9C9C9;
}

#wrapper.settings-view aside.settings-nav li:hover a {
  background: #FFF;
  color: #314555;
}

#wrapper.settings-view aside.settings-nav .selected a {
  background: #FFF;
  color: #314555;
}

#wrapper.settings-view aside.settings-nav .selected:after {
  content: none;
}

#wrapper.settings-view aside.settings-nav .setting-profile-nav {
  max-width: 960px;
  margin: 0px auto;
}

.change-photo-text {
  float: left;
  padding-top: 20px;
  font-size: 15px;
  font-family: officina1,Arial;
}

.profile-setting-box .photo-profile-info .profile-photo-header .remove {
  left: 0;
}

/*.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile{
    display: block;
    position: relative;
    margin-left: 92px;
    opacity: 1;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile{
    background: transparent;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile ul{
    background: transparent;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile li{
    display: block;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile li:hover{
    background: transparent;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile ul a{
    width: auto;
    height: 16px;
    opacity: 1;
    padding: 5px 8px;
    border: 1px solid #A6A6A6;
    border-radius: 5px;
    margin-bottom: 4px;
    background: #FFF; /* Old browsers */
/*
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
/*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
/*
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
/*
    background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
/*
    background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
/*
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
/*
}

.profile-setting-box .photo-profile-info .profile-photo-header .options-photo-profile ul .get-fcb {
    background: #3b5798;
    border: 1px solid #3b5798;
    color: #fff;
    }*/
/* Settings - Custom Field
---------------------------------------------------------------------------*/
.search-box-people {
  margin-top: 5px;
}

.header-message {
  width: 95% !important;
  height: 28px;
  font-family: 'Segoe UI';
}

/* Style for Responsive Design
---------------------------------------------------------------------------*/
.no-desktop {
  display: none;
}

.send-msg,
.send-mail {
  height: 28px;
  position: absolute !important;
  right: 110px;
  background-color: #48C31D;
  border-radius: 3px;
  border: 1px solid #48C31D;
}

.send-msg span,
.send-mail span {
  color: #FFF;
  text-shadow: none;
}

.profile-toolbar ul .send-msg a .msg,
.profile-toolbar ul .send-mail a .msg {
  height: 21px;
}

.profile-toolbar ul .send-msg:hover,
.profile-toolbar ul .send-mail:hover {
  background-color: #52D921;
}

/*

@media only screen and (max-width: 960px){
    #content-profile {
        margin: 10px auto;
        max-width: 480px;
    }
    .profile-view h1 {
        margin: 0px auto;
        max-width: 480px;
        padding-left: 0px;
    }

    .profile-view .title-qa {
        max-height: 42px;
        overflow: hidden;
    }

    .profile-view section {
        border-right: none !important;
    
    }

    #wrapper-2col-left > section > div {
        margin-top: 55px;
    }
    
    .setting-nav .selected:after {
        content: none;
    }

    .profile-form p {
        margin: 0 auto;
        padding: 0;
    }

    .no-desktop {
        display:block;
    }

    .hide-me {
        display:none;
    }

    .profile-info-2-col {
        margin-left:160px;
    }

    .profile-photo {
        margin-right:15px;
        margin-top:0;
        width:135px;
        height:135px;
    }

    .profile-photo > img {
        width:135px;
    }

    .profile-display {
        margin:-160px 0 0 0;
    }

    .button-edit {        
        width:70px;
    }

    .follow-box-2-col {
        width:auto;
        margin-left:0;
    }

    .profile-view-all {
        width:auto;
    }

    .wrapper-profile-header .header-profile {
        width:100%;
    }    

    h1 {
        font-size:28px;
    }

    h2 {
        font-size:16px;
    }

    .profile-loc .loc-name {
        font-size:12px;
    }        
}

/*
@media only screen and (max-width: 768px) {

    .wrapper-profile-header {
        height:112px !important;
    }

    .profile-view {
        /*padding-top:70px !important;*/
/*
    }
    
    .profile-data-header {
        width:74%;
        top: 30px;
        left:115px;        
    }
   
    .profile-photo-header,
    .profile-header {
        width:90px;
        height:90px;
    }

    header .profile-toolbar {
        /*margin-top:112px;*/
/*
    }

	
    .profile-toolbar > div {
        width:100% !important;
    }


    .profile-view {
        /*padding-top:100px !important;*/
/*
    }

	
    .profile-toolbar > ul a,
    .profile-toolbar > ul a:visited {
        font-size:14px !important;
    }

    h1 {
        padding:10px 0 8px;
    }

    h2 {
        padding-bottom:0;
    }

    .bio-data-title {
        font-size:16px;
    }
}

@media only screen and (max-width: 590px) {

    .profile-view .settings-nav {
        left: 0px;
        top: 25px;
        position: relative;
        height: 30px;
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
        background: transparent;
    }

    .profile-view .settings-nav .setting-nav .selected a,
    .profile-view .settings-nav .setting-nav li a:hover {
        border-color: #48C31D;
        background-color: #52D921;
        color: #fff;
    }
    .profile-view .settings-nav .setting-nav li a{
		background-color: #F3F3F3;
		border: 1px solid #E5E5E5;
		color: #999;
		text-shadow: none;
		border-radius: 4px;
		padding: 5px 10px;
		margin-right: 10px;
	}
	.profile-view .settings-nav li{
        display: inline-block;
    }
    .profile-setting-box, .wall-setting-box {
        margin: 15px auto;
    }
}


@media only screen and (max-width: 480px) {    

    .wrapper-profile-header .header-profile {
        height:110px;
    }

    .wrapper-profile-header {
        height:75px !important;
    }

    .wrapper-profile-header .header-profile {
        height:100%;
    }

    header .profile-toolbar {
        /*margin-top:75px;*/
/*
    }
	
    .profile-photo-header,
    .profile-header {
        width:60px;
        height:60px;
    }

    .profile-photo-header {
        margin:0;
    }

    .profile-data-header {
        top:28px;
        left:85px;
        width:84%;
    }

    .profile-button-header {
        width:23%;
        display:block;
    }

    .profile-button-follow {
        width:80px;
        margin-top:0;
        font-size:14px;
        padding:0 10px 1px;
    }

    .profile-name-header {
        font-size:20px;
        padding:0;
        height:24px;
    }
    

    h2 {        
        height:20px;
    }

    .profile-loc {
        display:none;
    }

    .profile-toolbar > ul a,
    .profile-toolbar > ul a:visited {
        font-size:12px !important;
    }

    .profile-view {
        /*padding-top:60px !important;*/
/*
    }
	
    .profile-toolbar ul a,
    .profile-toolbar ul a:visited {
        font-size:14px !important;
    }

    .bio-data-title {
        font-size:16px;
    }

    .change-bkg-box {
        bottom:10px;
        right:5px;
    }

    /* Edit Profile */
/*
    #content-profile-edit {
        margin-top:-20px;
        padding-right:0;        
    }

    .bio-box {
        padding:30px 15px;
    }


    /* Create Organization */
/*
    .organization-wrapper {
        padding:0 15px !important;
    }
    .profile-setting-box, .wall-setting-box {
        margin-left: 10px;
        margin-right: 10px;
    }
    .profile-form input[type=submit], #settings-profile [type=submit] {
        margin-right: 15px;
    }

    .organization-box {
        width:100% !important;
    }
    .profile-form .tb-location input[type=text] {
        width: 82%;
    }
    .send-msg,
    .send-mail {
        right: 80px;
    }
    }*/
/*Styles for Wall widget editor*/
.wall-widget-editor {
  width: 500px;
}

.wall-widget-editor label {
  width: 70px;
  text-align: left;
}

.wall-widget-editor label.copy-html {
  width: auto;
}

.wall-widget-editor .field-row .tb-identifier {
  width: 200px;
}

.wall-widget-editor .field-row .tb-width,
.wall-widget-editor .field-row .tb-height {
  width: 50px;
}

.wall-widget-editor .field-row textarea {
  width: 435px;
}

.wall-widget-editor .popup-form .field-row {
  margin-bottom: 10px;
}

/*Styles for Wall widget editor*/
.invite-to-profile label {
  width: 50px;
  text-align: left;
}

.invite-to-profile label.error {
  float: none;
  width: auto;
  margin-left: 55px;
}

.invite-to-profile .field-row textarea,
.invite-to-profile .field-row input[type=text] {
  width: 470px;
}

.invite-to-profile .popup-form .field-row {
  margin-bottom: 10px;
}

.help-text {
  width: auto;
  color: #999;
}

.invite-to-profile .help-text {
  margin-left: 55px;
}

/*.profile-widget {
    margin-bottom: 20px;
	padding: 20px;
}

.profile-widget h2 {
    font: 18px 'officina1', Arial, san-serif;
    color: #606060;
    margin-bottom: 10px;
    padding: 0px;
    }*/
.no-widget-profile {
  margin: 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  background: #F3F3F3;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
}

.wall-videos-widget,
.wall-photos-widget {
  list-style-type: none;
  overflow: hidden;
  margin: -0.41667rem;
}

.wall-videos-widget li,
.wall-photos-widget li {
  float: left;
  padding: 0.41667rem;
  width: 25%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wall-videos-widget img,
.wall-photos-widget img {
  width: 100%;
  height: auto;
}

.wall-videos-widget li:hover .play {
  display: block;
}

.wall-videos-widget .play {
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url(/images/icons2.png);
  background-position: -81px -74px;
  display: none;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}

.profile-widgets-sep {
  margin: 8px;
  height: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

/****************************

MANAGER SETTINGS

*****************************/
/* Layout (/Profile/_LayoutLeftSection.cshtml)
---------------------------------------------------------------------------*/
#wrapper.profile-view > div {
  padding: 10px;
}

#wrapper.profile-view aside {
  width: 240px;
  min-width: 240px;
}

/* Form settings (/User/EditProfileForm.cshtml)
---------------------------------------------------------------------------*/
.profile-form {
  overflow: hidden;
}

.header-settings {
  position: relative;
  margin-bottom: 20px;
}

.profile-setting-box {
  margin-bottom: 20px;
}

.profile-setting-box > div {
  max-width: 540px;
  margin: 0px auto;
}

.profile-setting-box label {
  float: left;
  text-align: right;
  width: 130px;
}

.profile-setting-box .avatar-companion,
.profile-setting-box label + div {
  position: relative;
  margin-left: 140px;
}

.profile-setting-box input {
  margin-bottom: 20px !important;
}

.profile-setting-box .date-selector {
  margin-bottom: 10px;
}

/* Avatar */
.avatar-settings {
  float: left;
  position: relative;
}

.avatar-settings .profile-header {
  position: relative;
  width: 128px;
  height: auto;
}

.avatar-settings img {
  border: 1px solid #D7D7D7;
}

.rolespicker-wrapper {
  margin-left: 20px;
}

.rolespicker-wrapper:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0px;
}

.qa-costum,
.pp-roles {
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}

.wall-setting-box .search-box-people {
  width: auto;
  padding-left: 0;
}

.profile-form .field-row .date-selector {
  border: none;
}

.profile-form .tb-location {
  color: #B2B2B2;
  background-color: #fff;
  font-size: 12px;
  font-family: 'Segoe UI',Arial;
}

.profile-form .tb-location input[type=text] {
  width: 100%;
  padding-left: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profile-form .tb-location a {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 6px 5px 0 3px;
}

.profile-form .tb-location .loading-ico {
  display: none;
  margin-top: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
}

.profile-form input[type=submit],
#settings-profile [type=submit] {
  float: right;
  margin-top: 15px;
}

.profile-form .loading-txt,
#settings-profile .loading-txt {
  float: right;
  margin-top: 15px;
  display: none;
}

.profile-form .field-row label {
  width: 94px;
  padding: 5px 0;
  float: left;
  font-size: 15px;
  font-family: officina1,Arial;
  text-align: left;
}

.password-form .field-row input[type=password] {
  padding-bottom: 2px;
}

.password-form .loading-txt {
  padding-left: 20px;
}

.password-form .field-row label {
  width: 135px;
}

.password-form .field-row input[type=submit] {
  margin-top: 0;
  width: auto;
  float: left;
}

.profile-form label.error {
  width: auto;
  font: 12px/18px "Segoe UI", Arial;
  float: none;
  color: red;
  padding: 5px 0 0;
}

.profile-form textarea {
  resize: none;
  width: 285px;
  height: 50px;
  padding: 5px 0 5px 5px;
  border-top: 2px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-left: 2px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  font-size: 12px;
  font-family: 'Segoe UI',Arial;
  font-style: italic;
  margin: 5px 0 10px;
  color: #7F7F7F;
}

.profile-form .bio-map {
  margin-top: 15px;
}

.profile-form .check-box-row {
  margin: -5px 0 15px 120px;
  color: #333;
  font: 12px 'Segoe UI',arial;
}

.profile-form .date-selector-day {
  width: 64px;
}

.profile-form .prfile-header-type {
  width: auto;
}

.profile-form .date-selector-year {
  width: 80px;
}

/* Nav settings (/Profile/.cshtml)
---------------------------------------------------------------------------*/
.setting-nav {
  list-style: none;
  font: 18px "Roboto", Arial, san-serif;
  color: #6e9fbe;
}

.setting-nav li {
  position: relative;
}

.setting-nav a {
  display: block;
  padding: 0px 10px;
  color: inherit;
  font-size: inherit;
  line-height: 40px;
  padding: 0px 10px;
}

.setting-nav li:hover a {
  background: #6e9fbe;
  color: #FFF;
}

.setting-nav li.selected a {
  background-color: #FFF;
}

.setting-nav li.selected:hover a {
  color: #6e9fbe;
}

/*______ FAVICON ______*/
.favicon {
  position: relative;
}

.favicon .ch-profile-favicon {
  width: 16px;
  margin: 5px;
}

.favicon .select-favicon {
  display: none;
  opacity: 0;
  border: 1px solid #D7D7D7;
  position: absolute;
  top: 30px;
  background-color: #FFF;
  z-index: 1;
}

.favicon .select-favicon a {
  display: block;
  padding: 10px;
}

.favicon .select-favicon a:hover {
  background-color: #6e9fbe;
  color: #FFF;
}

.favicon .select-favicon li:first-child a:hover:before {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  bottom: 100%;
  left: 5px;
  border-color: transparent transparent #6e9fbe transparent;
  margin-bottom: -1px;
  z-index: 2;
}

.favicon .select-favicon:after,
.favicon .select-favicon:before {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  bottom: 100%;
  left: 5px;
}

.favicon .select-favicon:after {
  border-color: transparent transparent #D7D7D7 transparent;
}

.favicon .select-favicon:before {
  border-color: transparent transparent #FFF transparent;
  margin-bottom: -1px;
  z-index: 1;
}

.favicon:hover .select-favicon {
  display: block;
  opacity: 1;
}

/*______ SETTINGS ______*/
/*_ List I belong _*/
.ibelong-holder {
  overflow: hidden;
  margin: -10px;
}

.ibelong-holder .ibelong-panel {
  width: 50%;
  padding: 10px;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.ibelong-holder .ibelong-panel .avatar-holder {
  display: block;
  border-radius: 50%;
  margin-left: -20px;
  border: 4px solid #FFF;
  position: relative;
  z-index: 1;
}

.ibelong-holder .ibelong-panel h2 {
  font-size: 20px;
  padding-left: 45px;
  width: 100%;
  line-height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ibelong-holder .ibelong-panel h2 a {
  color: #314555;
}

.ibelong-holder .ibelong-panel h3 {
  margin-bottom: 5px;
}

.ibelong-holder .ibelong-panel h3 span {
  color: #F18700;
}

.ibelong-holder .ibelong-panel .info-holder {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -55px;
}

.ibelong-holder .ibelong-panel .info-holder img {
  width: 100%;
}

/*_ End List I belong _*/
@media only screen and (max-width: 360px) {
  #content-profile {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper-profile-header .header-profile {
    height: 110px;
  }
  .wrapper-profile-header {
    height: 75px !important;
  }
  .wrapper-profile-header .header-profile {
    height: 100%;
  }
  header .profile-toolbar {
    /*margin-top: 75px;*/
  }
  .profile-photo-header,
  .profile-header {
    width: 60px;
    height: 60px;
  }
  .profile-photo-header {
    margin: 0;
  }
  .profile-data-header {
    top: 28px;
    left: 80px;
    width: 75%;
  }
  .profile-name-header {
    font-size: 18px;
    padding: 0;
  }
  h2 {
    padding-bottom: 0;
  }
  .profile-loc {
    display: none;
  }
  .profile-toolbar ul a,
  .profile-toolbar ul a:visited {
    font-size: 12px !important;
  }
  .profile-toolbar span {
    display: none;
  }
  .bio-data-title {
    font-size: 14px;
  }
  /* Menu profile */
  .profile-menu-box {
    width: 180px;
    /*left:-86px;*/
  }
  /*.profile-menu-box > div.menu-box-buble:after {
        left:70%;
        }*/
  .header-profile:hover .change-bkg-box {
    display: none;
  }
  .profile-photo .remove {
    display: none;
    height: 0;
    width: 0;
  }
  .profile-photo:hover .remove {
    display: none;
  }
  .button-submit,
  .button-cancel {
    font-size: 12px;
  }
  .question-ico {
    width: 20px !important;
    height: 24px !important;
    background-position: -4px -3px;
  }
  .feed-item .question-title .q-title {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 780px) {
  .profile-name-header {
    font-size: 1.75rem;
  }
  .profile-toolbar ul a {
    padding: 0px;
  }
  .profile-description {
    padding-bottom: 0.83333rem;
    font-size: 1.5rem;
    left: 22%;
  }
  .profile-name {
    bottom: 18%;
    font-size: 2.5rem;
    left: 22%;
  }
  .profile-photo-header {
    width: 20%;
  }
}

@media only screen and (max-width: 610px) {
  .profile-name-header {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=Profile.css.map */