.cf:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0; }

.cf {
  display: inline-block; }

* html .cf {
  height: 1%; }

.cf {
  display: block; }

::-webkit-scrollbar {
  display: none; }

.animate-show,
.animate-show.ng-hide-add, .animate-show.ng-hide-remove,
.showProfileImg-add, .showProfileImg-remove {
  -webkit-transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) all;
  -moz-transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) all;
  -ms-transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) all;
  -o-transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) all;
  transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) all; }

.animate-show {
  opacity: 1; }

.animate-show.ng-hide {
  opacity: 0; }

[animate-on-change] {
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

[animate-on-change].changed {
  color: #fff !important;
  background: #333 !important;
  border-radius: 1px;
  transition: none;
  -webkit-transition: none; }

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

.bgimage {
  text-align: right;
  color: white;
  background-size: cover;
  height: 100%;
  background-position: top center;
  min-height: 350px; }

.avatar, .avatarCover a.avatar, .avatarCover a.avatar .avatarimg {
  border-radius: 50%;
  box-shadow: 0; }

.avatarCover {
  height: 205px;
  width: 205px;
  padding: 0;
  position: relative;
  margin: 0 auto; }
  .avatarCover .username {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px auto 0;
    color: #777; }
  .avatarCover a.avatar, .avatarCover a.avatar a.avatarimg {
    background-color: white;
    overflow: hidden;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    display: inline-block;
    left: 0; }
    .avatarCover a.avatar .avatarimg {
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 101;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 101;
      left: 0%; }
      .avatarCover a.avatar .avatarimg .bgimage, .avatarCover a.avatar .avatarimg img {
        width: 100%;
        height: 100%;
        min-height: 0; }
    .avatarCover a.avatar .icon_wrap {
      position: absolute;
      top: 55%;
      left: 50%;
      text-align: center;
      z-index: 102;
      display: none;
      color: #fff;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      .avatarCover a.avatar .icon_wrap p {
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-top: 5px; }
      .avatarCover a.avatar .icon_wrap .icon {
        font-size: 25px;
        display: block; }
  .avatarCover a.avatar:hover .avatarimg, .avatarCover a.avatar a.avatarimg:hover .avatarimg {
    opacity: 0.5; }
  .avatarCover a.avatar:hover .icon_wrap, .avatarCover a.avatar a.avatarimg:hover .icon_wrap {
    display: block; }
  .avatarCover .progress_wrap {
    z-index: 101;
    width: 205px;
    height: 205px;
    margin: 0 auto 0;
    background: #fff;
    opacity: 0.8;
    left: 0;
    top: 0; }
    .avatarCover .progress_wrap .progressbar {
      margin: 100px 30px 0; }

.profile_screen-thumb {
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 20px; }
  .profile_screen-thumb .photo {
    width: 100%;
    /*height: 250px;*/
    display: block;
    margin-left: auto;
    margin-right: auto; }

.online {
  font-size: 12px;
  color: #0cb549; }

.offline {
  font-size: 12px;
  color: #999; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.no-padding-left {
  padding-left: 0; }

.verified {
  position: relative; }
  .verified .fa {
    position: absolute;
    left: 0; }
  .verified .fa-check-circle {
    font-size: 14px;
    left: 2px;
    top: 1px; }
  .verified .fa-sun-o {
    font-size: 16px; }

.alert-alua {
  padding: 5px 15px;
  border-radius: 2px;
  border: 0; }

#contact_form .close {
  font-size: 14px;
  line-height: 1.7; }
