.pp-user-avatar {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #222; }
  .pp-user-avatar.size-1 {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 30px; }
  .pp-user-avatar.size-2 {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 24px;
    line-height: 36px; }
  .pp-user-avatar.size-3 {
    width: 80px;
    height: 80px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    font-size: 40px;
    line-height: 74px; }
  .pp-user-avatar.size-4 {
    width: 120px;
    height: 120px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    font-size: 60px;
    line-height: 112px; }
  .pp-user-avatar.size-5 {
    width: 200px;
    height: 200px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    font-size: 100px;
    line-height: 190px; }

/* USER PROFILE PAGE */
.card {
  margin-top: 20px;
  padding: 30px;
  background-color: rgba(214, 224, 226, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  background-color: white; }

.card.hovercard .card-background {
  height: 130px; }

.card-background img {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  margin-left: -190px;
  margin-top: -190px;
  width: 800px;
  height: 800px; }

.pp-user-card-avatar {
  margin-top: -130px;
  margin-left: calc(50% - 115px);
  position: absolute; }
  .pp-user-card-avatar.canEdit:hover .pp-user-card-action-overlay {
    display: block; }
  .pp-user-card-avatar .pp-user-card-action-overlay {
    display: none;
    top: 0;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    border: 5px solid white;
    color: #fff; }
    .pp-user-card-avatar .pp-user-card-action-overlay a {
      color: #fff; }
    .pp-user-card-avatar .pp-user-card-action-overlay table {
      height: 200px;
      width: 100%; }

.pp-user-container {
  background: #fff;
  padding: 15px; }

.card.hovercard .useravatar {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0; }

.card.hovercard .card-info {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0; }

.card.hovercard .card-info .card-title {
  padding: 0 5px;
  font-size: 24px;
  line-height: 1;
  color: #262626;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.card.hovercard .card-info {
  overflow: hidden;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis; }

.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px; }

.btn-pref .btn {
  -webkit-border-radius: 0 !important; }

body {
  font-family: "OpenSans";
  font-size: 12px;
  line-height: 1.5;
  background-color: #111;
  padding-top: 70px;
  padding-bottom: 35px; }

h1 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px; }

a:hover, a.btn-link:hover {
  text-decoration: none; }

a:visited, a:active {
  text-decoration: none;
  color: #337ab7; }

nav.navbar-inverse {
  background-color: #000000;
  background-image: none;
  border-bottom: 1px solid #565656;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #222; }

footer {
  padding-top: 10px;
  background-color: #000000; }
  footer a {
    color: #777; }
    footer a.active, footer a:hover, footer a:focus, footer a:visited, footer a:active {
      color: #fff;
      text-decoration: none; }

.pp-language-link {
  color: #777; }
  .pp-language-link.active, .pp-language-link:hover, .pp-language-link:focus, .pp-language-link:visited, .pp-language-link:active {
    color: #fff;
    text-decoration: none;
    font-weight: bold; }

.pp-page-container {
  margin-bottom: 15px;
  background-color: #fff; }

.pp-content {
  padding: 0 25px; }

.img-bg-left {
  height: 768px;
  background-image: url("../images/men.jpg");
  background-size: auto 100%;
  background-position: top right; }

.img-bg-right {
  height: 768px;
  background-image: url("../images/girl.jpg");
  background-size: auto 100%;
  background-position: top left; }

.pp-title {
  margin: 80px 0 25px;
  font-size: 16px; }

.pp-description {
  margin-bottom: 100px; }

.row {
  margin: 0 -5px; }

.form-control {
  border-radius: 0px;
  border: none;
  box-shadow: inset 0 0 transparent;
  -webkit-box-shadow: inset 0 0 transparent;
  border-bottom: 1px solid #ccc;
  outline: none; }
  .form-control:focus {
    box-shadow: inset 0 0 transparent;
    -webkit-box-shadow: inset 0 0 transparent; }

.has-error .form-control {
  box-shadow: inset 0 0 transparent;
  -webkit-box-shadow: inset 0 0 transparent;
  outline: none; }
  .has-error .form-control:focus {
    box-shadow: inset 0 0 transparent;
    -webkit-box-shadow: inset 0 0 transparent; }
  .has-error .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a94442; }
  .has-error .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a94442;
    opacity: 1; }
  .has-error .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a94442;
    opacity: 1; }
  .has-error .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a94442; }
  .has-error .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a94442; }

select.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat; }
  select.form-control.unactive:first-child {
    opacity: 0.7; }

/* Page Loader */
/* ----------------------------------------------------- */
.pp-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/PP_Loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000;
  z-index: 9999; }

.pp-loader.active {
  -webkit-animation: fadein 2s forwards;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s forwards;
  /* Firefox < 16 */
  -ms-animation: fadein 2s forwards;
  /* Internet Explorer */
  -o-animation: fadein 2s forwards;
  /* Opera < 12.1 */
  animation: fadein 2s forwards; }

.pp-loader.unactive {
  -webkit-animation: fadeout 2s forwards;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeout 2s forwards;
  /* Firefox < 16 */
  -ms-animation: fadeout 2s forwards;
  /* Internet Explorer */
  -o-animation: fadeout 2s forwards;
  /* Opera < 12.1 */
  animation: fadeout 2s forwards; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    visibility: visible; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    visibility: visible; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    visibility: visible; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    visibility: visible; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

.pp-login-page {
  max-width: 360px;
  padding: 3% 0 0;
  margin: auto; }

.pp-login-form {
  padding: 25px 50px;
  background-color: #e9e9e9;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.form-group {
  position: relative; }

.form-group.error .pp-input-text, .form-group.error select {
  border-color: darkred; }

.form-group.error .pp-input-text-validation {
  color: darkred; }

.pp-form-label {
  text-transform: uppercase;
  font-family: "Raleway"; }

.pp-form-label.required:after {
  content: ' * '; }

.pp-input-text:focus {
  border-color: #565656;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 86, 86, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 86, 86, 0.6); }

input[type="password"] {
  padding: 0 12px; }

.pp-input-text-validation {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  font-size: 17px;
  right: 5px; }

.pp-button {
  text-transform: uppercase;
  outline: 0 !important;
  margin: 0;
  border-radius: 0px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear; }

.pp-button:hover {
  border: 0;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear; }

.pp-button-icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  font-size: 17px;
  right: 11px; }

.btn-black-white-border {
  background-color: #000000;
  color: #fefefe;
  font-size: 14px;
  height: 38px;
  border: 1px solid #fefefe; }

.btn-black-white-border:hover, .btn-black-white-border:focus {
  background-color: #fefefe;
  color: #000000;
  border: 1px solid #000000; }

.modal {
  overflow: auto; }

.modal-content {
  border-radius: 0px; }

.dropdown-menu {
  font-size: inherit; }

.pp-type-chooser {
  margin: 20px 0px; }
  .pp-type-chooser a {
    width: 100px;
    color: #000;
    padding: 5px;
    border-bottom: 2px solid transparent; }
    .pp-type-chooser a:visited, .pp-type-chooser a:focus, .pp-type-chooser a:hover {
      color: #000;
      text-decoration: none; }
    .pp-type-chooser a:active, .pp-type-chooser a.active {
      font-weight: bold;
      border-color: #000; }

.pp-types {
  height: 125px; }
  .pp-types .img-responsive {
    display: block;
    width: auto;
    max-height: 100%;
    margin: 0 auto; }

.b-button {
  -webkit-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  display: inline-block;
  padding: 8px 40px;
  border: 1px solid;
  outline: 0;
  font: 600 13px/17px "Open Sans", sans-serif;
  letter-spacing: .75px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  cursor: pointer;
  background: #333;
  border-color: #333;
  color: #fff; }
  .b-button.b-button-large {
    width: 100%; }
  .b-button:hover {
    background: #fff;
    border-color: #333;
    color: #333; }
  .b-button.m-black_transparent {
    background: transparent;
    color: #333; }
    .b-button.m-black_transparent:hover {
      background: #333;
      border-color: #333;
      color: #fff; }
    .b-button.m-black_transparent:disabled {
      opacity: 0.7; }
      .b-button.m-black_transparent:disabled:hover {
        background: transparent;
        color: #333; }
  .b-button:disabled {
    opacity: 0.7; }
    .b-button:disabled:hover {
      background: #333;
      border-color: #333;
      color: #fff; }

@media only screen and (max-width: 767px) {
  .img-bg-left {
    background-image: none;
    height: auto; }
  .img-bg-right {
    background-image: none;
    height: auto; }
  .pp-title {
    margin: 20px 0 15px; }
  .pp-description {
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-bg-left {
    height: 460px; }
  .img-bg-right {
    height: 460px; }
  .pp-title {
    margin: 30px 0 15px;
    font-size: 12px; }
  .pp-description {
    margin-bottom: 40px; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .img-bg-left {
    height: 600px; }
  .img-bg-right {
    height: 600px; }
  .pp-title {
    margin: 60px 0 20px; }
  .pp-description {
    margin-bottom: 50px; } }
