.download-mobile-app-container {
  position: fixed;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 14px;
  border-top-left-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  border-top-right-radius: 8px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1001; }
  .download-mobile-app-container div.content-container {
    display: flex; }
    .download-mobile-app-container div.content-container .close-popup-container {
      position: absolute;
      top: 14px;
      right: 16px;
      max-width: 45px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .download-mobile-app-container div.content-container .close-popup-container i {
        font-size: 12px; }
    .download-mobile-app-container div.content-container .popup-data {
      display: flex;
      align-items: center;
      flex: 2; }
      .download-mobile-app-container div.content-container .popup-data .image-container {
        margin-right: 15px; }
        .download-mobile-app-container div.content-container .popup-data .image-container img {
          max-width: 56px; }
      .download-mobile-app-container div.content-container .popup-data .title h5 {
        font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #333333;
        margin-top: 4px; }
  .download-mobile-app-container div.button-container .download-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .download-mobile-app-container div.button-container .download-container a {
      font-family: Ubuntu, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      height: 36px;
      border-radius: 3px;
      background-color: #333333;
      color: #fff;
      text-transform: uppercase;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }

html,
body {
  margin: 0; }

.no-scroll {
  position: fixed;
  overflow: hidden; }

.font-primary, .switcher a {
  font-family: 'Ubuntu', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.font-secondary {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.font-300 {
  font-weight: 300; }

.font-400 {
  font-weight: 400; }

.font-500, .switcher a {
  font-weight: 500; }

.font-700 {
  font-weight: 700; }

.primary-btn {
  height: 40px;
  background-color: #00f1ff;
  border-radius: 6px;
  border: none;
  color: #000 !important;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .primary-btn:hover, .primary-btn:active, .primary-btn:focus {
    background-color: #00f1ff !important;
    color: #000 !important; }

.secondary-btn {
  color: #111111;
  font-family: 'Ubuntu', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  border: none;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: 40px; }

.ghost-btn {
  height: 40px;
  background-color: transparent !important;
  border-radius: 6px;
  border: 3px solid white;
  color: #FFFFFF !important;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  padding-right: 15px !important;
  padding-left: 15px !important;
  text-transform: uppercase;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s; }
  .ghost-btn:hover {
    background-color: #fff !important;
    color: #000 !important; }

.border-btn {
  height: 40px;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid #D8D8D8;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s; }
  .border-btn:hover {
    background-color: #D8D8D8; }

.first-letter-uppercase::first-letter {
  text-transform: uppercase; }

.d-flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.justify-content-center {
  justify-content: center; }

.align-items-center {
  align-items: center; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-between {
  justify-content: space-between; }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

input {
  outline: none; }

.select2 {
  outline: none; }
  .select2 .select2-selection {
    border: 2px solid #CCCCCC;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    transition: all ease-in-out 0.3s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .select2 .select2-selection .select2-selection__rendered {
      height: 40px;
      line-height: 37px; }
    .select2 .select2-selection .select2-selection__arrow {
      top: 11px; }
    .select2 .select2-selection:active, .select2 .select2-selection:focus {
      outline: none; }

.loader-container {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loader-container .lds {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
  .loader-container .lds div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #ccc;
    animation: lds 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
  .loader-container .lds div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s; }
  .loader-container .lds div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s; }
  .loader-container .lds div:nth-child(3) {
    left: 45px;
    animation-delay: 0; }

@keyframes lds {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }
/* NAVBAR */
.navbar {
  background-image: linear-gradient(321.32deg, #4d78b6 60%, #00f1ff 100%);
  min-height: 85px;
  border-radius: 0;
  border: 0;
  font-family: 'Ubuntu', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0; }

.navbar-stick-top {
  z-index: 50; }

.mobile-navbar-close {
  display: none;
  font-size: 18px; }

.navbar-transparent {
  background: transparent; }

.navbar-brand {
  padding: 0 15px;
  height: 85px;
  line-height: 85px; }

@media (max-width: 767px) {
  .navbar {
    min-height: 60px; }

  .navbar-brand {
    height: 60px;
    line-height: 60px; } }
.navbar-inverse .navbar-nav > li > a {
  color: #fff; }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #eee; }
.navbar-inverse .navbar-nav > li.active > a {
  color: #fff;
  background: none; }
  .navbar-inverse .navbar-nav > li.active > a:hover {
    background: none;
    color: #eee; }
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: none; }

.navbar-brand > img {
  display: inline-block; }

.navbar-btn {
  margin: 22px 15px; }

.navbar-toggle {
  margin-top: 15px;
  padding: 9px 10px !important;
  border: 0; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 27px; }

  .navbar-nav > li {
    padding-top: 29px;
    padding-bottom: 29px; }

  .navbar-nav > li.np {
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 1200px) {
  .navbar {
    font-size: 15px; } }
.navbar-collapse.collapse.in {
  border: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: linear-gradient(321.32deg, #4d78b6 60%, #00f1ff 100%);
  z-index: 1002;
  transition: all ease-in-out 0.3s; }
  .navbar-collapse.collapse.in .navbar-nav {
    margin-top: 15vh; }
  .navbar-collapse.collapse.in .navbar-nav > li > a {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 1.5em;
    padding: 20px 15px; }
  .navbar-collapse.collapse.in .navbar-nav > li:first-of-type > a {
    border: 0; }
  .navbar-collapse.collapse.in .navbar-btn {
    display: block;
    margin: 30px auto;
    font-size: 1.2em;
    padding: 10px 25px;
    line-height: 1.4em;
    height: auto !important; }
  .navbar-collapse.collapse.in .navbar-btn.primary-btn {
    height: 45px !important;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.14px;
    text-align: center;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 160px;
    color: #fff;
    border: 0; }
  .navbar-collapse.collapse.in .navbar-btn.ghost-btn {
    height: 45px !important;
    padding: 0;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.14px;
    text-align: center;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 110px;
    color: #fff; }

.navbar-toggle {
  z-index: 210;
  color: #fff; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background: none; }
  .navbar-toggle.fixedtoggle {
    position: fixed;
    top: 0;
    right: 0; }
    .navbar-toggle.fixedtoggle .mobile-navbar-close {
      display: block; }
    .navbar-toggle.fixedtoggle .icon-bar {
      display: none; }
  .navbar-toggle .navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
    line-height: 27px; }
  .navbar-toggle.collapsed {
    z-index: 1003; }

/* navbar focus fix */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent; }

/* FOOTER */
.site_footer {
  padding: 30px 0;
  margin-top: 60px; }
  .site_footer__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .site_footer__icons a {
      display: block; }
      .site_footer__icons a:not(:last-of-type) {
        margin-right: 15px; }
  .site_footer #copyRight {
    color: #AAAAAA;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center; }
  .site_footer .footer-menu {
    color: #AAAAAA; }
    .site_footer .footer-menu a {
      color: #AAAAAA;
      font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      text-decoration: underline; }

.szechenyi-2020 {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 180px;
  z-index: 1001; }

@media only screen and (max-width: 992px) {
  .site_footer {
    padding: 40px 0 !important;
    margin-top: 0; }

  footer {
    padding-bottom: 160px !important; }

  .szechenyi-2020 {
    height: 135px; } }
.page-hero {
  padding-top: 85px;
  height: 400px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  top: -85px; }
  @media only screen and (max-width: 768px) {
    .page-hero p {
      font-size: 16px;
      margin-top: 15px; } }

.page-title {
  padding: 50px 0; }

.inpt-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%; }

.form-inline .form-control {
  width: 100%;
  border: 2px solid #CCCCCC;
  border-radius: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 40px;
  transition: all ease-in-out 0.3s; }
  .form-inline .form-control:focus {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.3s; }

.inputbox-container {
  position: relative; }

.inputbox {
  padding-left: 32px; }

.inputbox-icon {
  position: absolute;
  left: 27px;
  top: 18px;
  height: 13px; }

.switcher a {
  display: inline-flex;
  padding: 6px 15px;
  color: #111111; }
  .switcher a:hover, .switcher a:active, .switcher a:focus {
    text-decoration: none; }
  .switcher a.active {
    color: #4d78b6; }
  .switcher a:last-of-type {
    padding-right: 0; }
  .switcher a img {
    margin-right: 5px; }

.mobile-switcher {
  text-align: right; }
  @media only screen and (min-width: 992px) {
    .mobile-switcher {
      display: none; } }

.desktop_switcher {
  text-align: center;
  height: 50px; }
  @media only screen and (max-width: 992px) {
    .desktop_switcher {
      display: none; } }

@media (max-width: 770px) {
  .inputbox-icon {
    top: 13px; } }
@media screen and (max-width: 991px) {
  .switcher {
    margin-bottom: 20px; } }
.loader-container {
  height: 15vh !important;
  align-items: flex-end !important; }

.no-item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 0 15px; }
  .no-item-container img {
    max-width: 204px; }
  .no-item-container p.text-first {
    font-family: 'Poppins-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    max-width: 50%;
    text-align: center;
    margin: 29px 0; }
  .no-item-container p.text-last {
    font-family: 'OpenSans-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333; }

.card {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.21);
  width: 100%;
  height: 400px;
  margin: 15px 0; }
  .card .card-header {
    width: 100%;
    height: 110px;
    border-radius: 10px 10px 0 0;
    background-position: center center;
    background-size: cover; }
  .card .card-avatar {
    position: absolute;
    top: 60px;
    left: 15px;
    border-radius: 5px; }
  .card .company-name {
    position: absolute;
    top: 70px;
    left: 90px;
    color: #FFFFFF;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    width: 157px;
    text-align: left; }
  .card .card-content {
    margin: 20px 15px 15px 15px; }
    .card .card-content .title {
      color: #353535;
      font-family: Ubuntu, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      text-align: left; }
    .card .card-content .category {
      letter-spacing: 1px;
      color: #FFFFFF;
      font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-size: 11px;
      line-height: 16px;
      text-align: left;
      background-color: black;
      width: fit-content;
      border-radius: 3px;
      padding: 2px 5px 2px 5px;
      margin-bottom: 5px; }
    .card .card-content .info {
      margin: 10px 0 10px 0; }
      .card .card-content .info table tr td:first-of-type {
        margin: 0;
        color: #999999;
        font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        max-width: 140px;
        vertical-align: top;
        padding-bottom: 5px; }
      .card .card-content .info table tr td:last-of-type {
        margin: 0;
        color: #353535;
        font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        vertical-align: middle;
        padding-bottom: 5px;
        text-align: right; }
    .card .card-content .details {
      color: #111111;
      font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.46px;
      line-height: 13px;
      text-align: left;
      text-decoration: underline;
      text-transform: uppercase; }

.bg {
  background-image: linear-gradient(70deg, rgba(0, 241, 255, 0.7), rgba(77, 120, 182, 0.7)), url("/assets/themes/frontend/winder/images/jobs_header.jpeg");
  background-size: cover; }

@media screen and (max-width: 991px) {
  .no-item-container p.text-first {
    max-width: 75%;
    font-size: 26px; } }
@media screen and (max-width: 550px) {
  .no-item-container p.text-first {
    max-width: 100%;
    font-size: 18px; } }
