@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
header .navbar {
  background-color: #fff; }
  header .navbar img {
    max-height: 73px; }
  header .navbar .navbar-collapse {
    flex-grow: unset; }
    header .navbar .navbar-collapse .links-container {
      display: flex;
      align-items: center; }
      @media (max-width: 992px) {
    header .navbar .navbar-collapse .links-container {
      background: #f8f9fa;
      margin-left: -16px;
      margin-right: -16px !important;
      padding: 20px; }
      header .navbar .navbar-collapse .links-container li {
        margin: 5px; } }
      header .navbar .navbar-collapse .links-container a {
        padding: 5px 10px;
        margin: 0;
        text-decoration: none !important;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif !important; }
        header .navbar .navbar-collapse .links-container a.color-green {
          color: #91c46c !important; }
        header .navbar .navbar-collapse .links-container a.btn-green {
          background: #92c46d;
          border-radius: 15px;
          color: #fff !important;
          padding: 5px 10px;
          margin-left: 5px; }
        header .navbar .navbar-collapse .links-container a.active {
          background-repeat: no-repeat;
          background-image: url('../themes/hemisfera/assets/images/scratch-small.png');
          background-position: center bottom; }
        header .navbar .navbar-collapse .links-container a:hover {
          color: #405f72 !important; }
  header .navbar .container {
    padding: 0; }
  header #kariera {
    z-index: 250;
    display: block;
    width: 254px;
    height: 240px;
    position: fixed;
    left: -129px;
    top: -122px;
    box-sizing: border-box;
    padding: 146px 0 0 133px;
    font-size: 1.3em;
    color: black;
    background: transparent url(../themes/hemisfera/assets/images/kariera_bg.png) 127px 120px no-repeat;
    background-size: 127px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    margin: 0;
    font-weight: 400;
    text-decoration: none !important; }
  @media (max-width: 768px) {
    header #kariera {
      display: none !important; } }
  header #kariera:hover {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

.login-scroll-btn {
  z-index: 99; }
  @media (max-width: 1100px) {
  .login-scroll-btn {
    display: none !important; } }

.footer {
  background-color: #1c344e;
  text-align: center; }
  .footer .container {
    padding: 30px 0; }
  .footer .container p {
    margin: 0;
    color: #92c46d;
    font-size: 13px; }

.container {
  max-width: 870px; }

ul {
  padding-left: 0; }

div#Registration * {
  box-sizing: initial; }

#Registration .inside {
  width: auto; }

#schools-window {
  margin-top: -15px;
  height: 250px; }
  #schools-window:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, #f7f7f6 0%, rgba(247, 247, 246, 0) 15%, rgba(247, 247, 246, 0) 85%, #f7f7f6 100%);
    background: -webkit-linear-gradient(top, #f7f7f6 0%, rgba(247, 247, 246, 0) 15%, rgba(247, 247, 246, 0) 85%, #f7f7f6 100%);
    background: linear-gradient(to bottom, #f7f7f6 0%, rgba(247, 247, 246, 0) 15%, rgba(247, 247, 246, 0) 85%, #f7f7f6 100%); }

@media (max-width: 992px) {
      .profile-cards .col-md {
        margin: 20px 0; } }
  @media (max-width: 992px) {
    .profile-cards .row {
      margin: 0;
      padding: 0 !important; } }
  .profile-cards .hemisfera-card {
    position: relative; }
  .profile-cards .hemisfera-card.more-info {
    position: relative;
    overflow: hidden; }
    .profile-cards .hemisfera-card.more-info:after {
      content: "";
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #fff;
      background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
      transition: all 0.2s ease; }
    @media (max-width: 767px) {
    .profile-cards .hemisfera-card.more-info:after {
      height: 150px; } }
    .profile-cards .hemisfera-card.more-info:hover:after {
      height: 150px; }
      .profile-cards .hemisfera-card.more-info:hover .more-info-btn {
        bottom: 25px;
        height: 28px;
        font-size: 16px; }
    .profile-cards .hemisfera-card.more-info .text {
      max-height: 160px;
      overflow: hidden; }
    .profile-cards .hemisfera-card.more-info .more-info-btn {
      position: absolute;
      background: #92c46d !important;
      border-radius: 15px;
      color: #fff !important;
      top: auto;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9;
      width: 90px;
      height: 0;
      line-height: 28px;
      margin: 0;
      transition: all 0.2s ease-in-out;
      padding: 0;
      font-size: 0;
      display: block; }
      @media (max-width: 767px) {
    .profile-cards .hemisfera-card.more-info .more-info-btn {
      bottom: 25px;
      height: 28px;
      font-size: 16px; } }
      .profile-cards .hemisfera-card.more-info .more-info-btn:hover {
        background: #92c46d !important;
        color: #000 !important; }

#profileInfo .card {
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    #profileInfo .card {
      flex-direction: column; } }
  #profileInfo .card img {
    max-width: 50%;
    align-self: center; }
    @media (max-width: 767px) {
    #profileInfo .card img {
      max-width: 100%; } }
  #profileInfo .card .more-info-btn {
    display: none; }

#ContactForm h3 {
  text-align: left !important; }

#ContactForm .actions {
  margin: 25px 0 35px 0; }

#ContactForm .button.submit {
  border-radius: 25px;
  border: 4px solid rgba(240, 255, 240, 0.3);
  background-color: #92c46d;
  padding: 10px 20px;
  color: #1c344e;
  font-weight: bold;
  text-transform: uppercase;
  border: 4px solid rgba(240, 255, 240, 0.3);
  background-color: #92c46d; }

@media (max-width: 767px) {
  .more-info-btn {
    font-size: 16px !important; } }

.anonymousReport .feedbackTab {
  visibility: hidden !important; }
