@font-face {
  font-family: 'icomoon';
  src:  url('https://www.playground.ru/css/font/icomoon.eot?foekx5');
  src:  url('https://www.playground.ru/css/font/icomoon.eot?foekx5#iefix') format('embedded-opentype'),
  url('https://www.playground.ru/css/font/icomoon.ttf?foekx5') format('truetype'),
  url('https://www.playground.ru/css/font/icomoon.woff?foekx5') format('woff'),
  url('https://www.playground.ru/css/font/icomoon.svg?foekx5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.playground.ru/css/font/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.playground.ru/css/font/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.playground.ru/css/font/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.playground.ru/css/font/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.playground.ru/css/font/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYb8td.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.playground.ru/css/font/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb8td.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.playground.ru/css/font/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb8td.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.playground.ru/css/font/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-wrapper {
  max-width: 760px;
  float: none;
}
.btn.disabled,
.btn.disabled:hover,
.btn[disabled],
.btn[disabled]:hover {
  color: transparent;
  position: relative;
  cursor: not-allowed;
}
.btn.disabled:after, .btn[disabled]:after {
  content: '\e649';
  font-family: "icomoon";
  display: block;
  animation: anim-rotate 1s infinite linear;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.btn-lg.disabled:after, .btn-lg[disabled]:after {
  font-size: large;
}
body, html {
  height: 100%;
  min-height:100%;
  position:relative;
  font-size: 16px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
input {
  font-family: Arial, Helvetica, sans-serif;
}
.social-group-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-group-links .btn {
  margin: 0 3px;
  padding: 0;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-vkontakte {
  background-color: #45668e;
}
.btn-facebook {
  background-color: #4267b2;
}
.btn-google {
  background-color: #ea4335;
}
.btn-mail_ru {
  background-color: #168de2;
}
.btn-yandex {
  background-color: #fc3f1d;
}
.btn-ok {
  background-color: #ed812b;
}
.social-group-links .btn span {
  font-size: 16px;
}
.service-icon {
  font-family: "icomoon";
}

.icon-yandex:before {
  content: "\e605";
}
.service-icon.google:before {
  content: "\e905";
}
.service-icon.vk:before {
  content: "\f189";
}
.service-icon.mail_ru:before {
  content: "\e600";
}
.service-icon.ok:before {
  content: "\e601";
}
.navbar.navbar-default {
  border-radius: 0;
}
.projects-list a.btn-default {
  border: none;
  background: none;
  padding: 15px;
  color: #fff;
}
.projects-list a.btn-default:hover {
  text-decoration: underline;
}
.projects-list .dropdown-menu {
  margin-top: -2px;
  border-radius: 0;
}
.projects-list .dropdown-toggle {
  padding: 4px 10px !important;
  background: none;
  margin: 10px 0 0 0 !important;
  border-radius: 0;
  border-color: #222;
}
.has-error .form-control {
  background-color: #FFE5E5;
  box-shadow: none;
  border-color: #ccc;

}
.has-error .form-control:focus, .has-success .form-control:focus  {
  box-shadow: none;
  border-color: #ccc
}
.page-title {
  color: #999;
  text-shadow: 0 3px 8px #2a2a2a;
  font-size: 42px;
  font-weight: normal;
  margin-top: 25px;
}
.main-logo {
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 0 0 0 -55px;
}
.mobile-logo {
  position: absolute;
  left: 50%;
  top: 3px;
  margin: 0 0 0 -26px;
}
.secondary-logo {
  width: 55px;
  float: left;
  margin: 3px 10px 0 0
}
.wrapper {
  padding-bottom: 100px
}
.relative {
  position: relative;
}
.no-float {
  float: none !important;
}
.vam {
  vertical-align: middle;
}
.display-ib {
  display: inline-block;
}
.alert-sign {
  font-size: 28px;
  margin: 0 10px 0 -5px;
}
.g-recaptcha div {
  margin: 0 auto;
}
.separator {
  border-bottom: 1px solid #333;
  border-top: 1px solid #111;
  margin: 30px 0 25px;
  display: block;
}

.bottom-block {
  position: fixed;
  bottom:0;
  right:0;
  left: 0;
  z-index: 100;
}
.bottom-block .alert, .bottom-block.alert {
  border-radius: 0;
  font-weight: bold;
  margin-bottom: 0;
}
.form-control-static {
  padding-top: 0;
  padding-bottom: 0;
}
.form-control-static {
  min-height: auto;
}
.js-block .control-label {
  margin-bottom: 0;
}
.js-block {
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
}
.js-block:hover {
  background: #232628;
}

.js-block > div {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden
}
.js-block .control-label {
  font: normal 12px/1 Arial, sans-serif;
  color: #aaa;
}
.js-block .btn-primary {
  border-color: #000
}
.js-block textarea {
  margin-bottom: 5px;
}
.avatar-container {
  margin-top: 55px
}
.upload-link {
  margin-top: 10px
}
.upload-link__inp {
  top: 10px;
  left: 0;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 18px;
  width: 100%;
}
.avatar-container.loading .upload__preview {
  width: 150px;
  height: 150px;
}
.avatar-container.loading img {
  opacity: 0.3
}
.avatar-container.loading .upload__preview:before {
  content:"\f110";
  position: absolute;
  color: #fff;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 50px;
  animation: 2s linear 0s normal none infinite running fa-spin;
  text-align: center;
  margin: -25px 0 0 -25px
}
.upload {
  height: 100px;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.upload__preview {
  position: absolute;
  z-index: 2;
}
.reminder-link {
  color: #ccc;
  font-size: 14px;
  margin: 0 0 5px 0;
  float: right;
}
.reminder-link:hover {
  color: #fff;
}
.js-block .reminder-link {
  top: 6px
}
.aside-column {
  float: right;
}
.social-accounts-container .pull-left {
  margin-right: 20px
}
.form-group.loading .input-group:after {
  content:"\f110";
  position: absolute;
  color: #444;
  z-index: 10;
  right: 10px;
  top: 50%;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 1.2em;
  animation: 2s linear 0s normal none infinite running fa-spin;
  text-align: center;
  margin-top: -0.4em;
}
.form-group.has-success .input-group:after, .form-group.has-error .input-group:after {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 50%;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 1.2em;
  margin-top: -0.4em;
}
.form-group.has-error .input-group:after {
  content: "\e209";
  color: #ee5f5b;
}
.form-group.has-success .input-group:after {
  content: "\e013";
  color: #62c462;
}
.profile-setting .block {
  padding: 10px 0 10px;
}
.profile-setting .label {
  font-size: 95%;
  font-weight: normal;
  white-space: normal;
  display: inline-block;
  text-align: left;
  width: 18em;
  vertical-align: middle;
  padding-left: 0;
}
.social-acc-container {
  padding: 13px 0 0 0
}
.social-acc-container .item {
  padding: 0 20px 5px 20px;
  color: #aaa;
  white-space: nowrap;
}
.social-acc-container .fa {
  width: 16px;
  text-align: center
}
.social-acc-container .btn {
  width: 70px;
  color: #ccc;
}
.social-acc-container .item:hover {
  color: #fff;
}
.social-acc-container a:hover {
  text-decoration: none;
}
.social-acc-container .loading:before {
  content:"\f110" !important;
  color: #eee;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 1.2em;
  animation: 2s linear 0s normal none infinite running fa-spin;
  text-align: center;
}
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}
.slow .toggle-group { transition: left 0.7s; -webkit-transition: left 0.7s; }
.fast .toggle-group { transition: left 0.1s; -webkit-transition: left 0.1s; }
.quick .toggle-group { transition: none; -webkit-transition: none; }
.toggle.android { border-radius: 0px;}
.toggle.android .toggle-handle { border-radius: 0px; }
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }

input.fake {
  position: absolute;
  left: -9999px
}
.form-wrapper p {
  margin: 20px 0;
}
/*!
Author  : Hunter Perrin
Version : 3.2.0
Link    : http://sciactive.com/pnotify/
*/.ui-pnotify{top:36px;right:36px;position:absolute;height:auto;z-index:2}body>.ui-pnotify{position:fixed;z-index:100040}.ui-pnotify-modal-overlay{background-color:rgba(0,0,0,.4);top:0;left:0;position:absolute;height:100%;width:100%;z-index:1}body>.ui-pnotify-modal-overlay{position:fixed;z-index:100039}.ui-pnotify.ui-pnotify-in{display:block!important}.ui-pnotify.ui-pnotify-move{transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-slow{transition:opacity .4s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move{transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-normal{transition:opacity .25s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{transition:opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-fast{transition:opacity .1s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move{transition:opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-in{opacity:1; text-align: center}.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.ui-pnotify-container{background-position:0 0;padding:.8em;height:100%;margin:0}.ui-pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.ui-pnotify-container.ui-pnotify-sharp{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-title{display:block;margin-bottom:.4em;margin-top:0}.ui-pnotify-text{display:block}.ui-pnotify-icon,.ui-pnotify-icon span{display:block;float:left;margin-right:.2em}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-topleft{left:25px;right:auto}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-bottomright{bottom:25px;top:auto}.ui-pnotify.stack-modal{left:50%;right:auto;margin-left:-150px}
.brighttheme{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.brighttheme.ui-pnotify-container{padding:18px}.brighttheme .ui-pnotify-title{margin-bottom:12px; text-shadow: none}.brighttheme-notice{background-color:#ffffa2;border:0 solid #ff0;color:#4f4f00}.brighttheme-info{background-color:#8fcedd;border:0 solid #0286a5;color:#012831}.brighttheme-success{background-color:#aff29a;border:0 solid #35db00;color:#104300}.brighttheme-error{background-color:#ffaba2;background-image:repeating-linear-gradient(135deg,transparent,transparent 35px,rgba(255,255,255,.3) 35px,rgba(255,255,255,.3) 70px);border:0 solid #ff1800;color:#4f0800}.brighttheme-icon-closer,.brighttheme-icon-info,.brighttheme-icon-notice,.brighttheme-icon-sticker,.brighttheme-icon-success{position:relative;width:16px;height:16px;font-size:18px;font-weight:700;line-height:16px;font-family:"Courier New",Courier,monospace;border-radius:50%}.brighttheme-icon-closer:after,.brighttheme-icon-info:after,.brighttheme-icon-notice:after,.brighttheme-icon-sticker:after,.brighttheme-icon-success:after{position:absolute;top:0;left:4px}.brighttheme-icon-notice{background-color:#2e2e00;color:#ffffa2;margin-top:2px}.brighttheme-icon-notice:after{content:"!"}.brighttheme-icon-info{background-color:#012831;color:#8fcedd;margin-top:2px}.brighttheme-icon-info:after{content:"i"}.brighttheme-icon-success{background-color:#104300;color:#aff29a;margin-top:2px}.brighttheme-icon-success:after{content:"\002713"}.brighttheme-icon-error{position:relative;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:16px solid #2e0400;font-size:0;line-height:0;color:#ffaba2;margin-top:1px}.brighttheme-icon-error:after{position:absolute;top:1px;left:-4px;font-size:12px;font-weight:700;line-height:16px;font-family:"Courier New",Courier,monospace;content:"!"}.brighttheme-icon-closer,.brighttheme-icon-sticker{display:inline-block}.brighttheme-icon-closer:after{top:-4px;content:"\002715"}.brighttheme-icon-sticker:after{top:-5px;content:"\002016"}.brighttheme-icon-sticker.brighttheme-icon-stuck:after{content:"\00003E"}.brighttheme .ui-pnotify-action-bar{padding-top:12px}.brighttheme .ui-pnotify-action-bar input,.brighttheme .ui-pnotify-action-bar textarea{display:block;width:100%;margin-bottom:12px!important}.brighttheme .ui-pnotify-action-button{text-transform:uppercase;font-weight:700;padding:4px 8px;border:none;background:0 0}.brighttheme .ui-pnotify-action-button.btn-primary{border:none;border-radius:0}.brighttheme-notice .ui-pnotify-action-button.btn-primary{background-color:#ff0;color:#4f4f00}.brighttheme-info .ui-pnotify-action-button.btn-primary{background-color:#0286a5;color:#012831}.brighttheme-success .ui-pnotify-action-button.btn-primary{background-color:#35db00;color:#104300}.brighttheme-error .ui-pnotify-action-button.btn-primary{background-color:#ff1800;color:#4f0800}
.ui-pnotify-closer,.ui-pnotify-sticker{float:right;margin-left:.2em}
.ui-pnotify-container{position:relative;left:0}@media (max-width:480px){.ui-pnotify-mobile-able.ui-pnotify{position:fixed;top:0;right:0;left:0;width:auto!important;font-size:1.2em;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;font-smoothing:antialiased}.ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom-width:5px}.ui-pnotify-mobile-able .ui-pnotify-container{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-topleft{left:0;right:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright{left:0;right:0;bottom:0;top:auto}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow{border-top-width:5px;border-bottom-width:1px}}
.ui-pnotify {
  top: auto
}
.ui-pnotify.like-modal {
  top: 50% !important;
  left: 50% !important;
  width: 640px !important;
  bottom: auto !important;
  transform: translate(-50%,-50%);
}
.ui-pnotify.like-modal .ui-pnotify-text {
  padding: 20px;
  background-color: #fff;
  color: #444;
}
.ui-pnotify.like-modal .ui-pnotify-text p a {
  text-decoration: underline;
  color: #b31919;
}
@media (max-width: 780px) {
  .aside-column {
    float: none;
  }
  .avatar-container {
    margin-top: 0;
  }
  .avatar-container img {
    float: left;
    margin-right: 20px
  }
  .navbar-right {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar .navbar-nav.navbar-right > li > a {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .navbar-header {
    margin-left: 0  !important;
  }
  .container-fluid > .row {
    margin: 0
  }
}
@media (min-width: 1024px) {
  .emboss .has-error {
    position: relative
  }
  .emboss .has-error .help-block {
    background: #ee5f5b none repeat scroll 0 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    color: #fff;
    left: 100%;
    margin: 0 0 0 8px;
    padding: 5px 10px;
    position: absolute;
    top: 3px;
    white-space: nowrap
  }
  .emboss .has-error .help-block:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #ee5f5b transparent transparent;
    -webkit-transform:rotate(360deg);
    left: -7px;
    top: 10px;
  }
  .emboss {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
    margin-top: 50px;
    padding: 10px 30px 70px;
  }
}
@media (max-width: 640px) {
   .page-title {
       font-size: 28px
   }
  .ui-pnotify.like-modal {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    transform: none;
    height: 100% !important;
    overflow: auto;
    bottom: auto !important;
  }
  .ui-pnotify.like-modal .ui-pnotify-container {
    height: auto;
  }
}
