:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --dark-slate-gray-3: #004d40;
  --khaki-2: #c7f464;
  --indian-red-3: #c44d58;
  --salmon-3: #ff6b6b;
  --dim-gray-3: #556270;
  --dark-slate-gray-4: #1b676b;
  --medium-turquoise: #63bbdd;
  --medium-turquoise-2: #40c0cb;
  --dim-gray-4: #556270;
  --dark-slate-blue: #54569d;
  --dodger-blue: #2d97df;
}

body {
  height: 100%;
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  height: 60px;
  color: #313131;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  background-color: #40c0cb;
  display: block;
}

.button.full-width:hover {
  background-color: #c44d58;
}

.section {
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.call-to-action-section {
  color: #fff;
  background-color: #40c0cb;
  padding: 44px 40px;
  position: relative;
}

.call-to-action-heading {
  text-align: left;
  margin-top: 12%;
  margin-bottom: 0;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 400;
}

.hero-subheading {
  color: #fff;
  margin-bottom: 25px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #c44d58;
  border-color: #fff;
}

.hollow-button.white.prenos {
  margin-top: 60%;
}

.hollow-button.red {
  color: #fff;
  background-color: #40c0cb;
  border-color: #63bbdd;
  display: inline-block;
}

.hollow-button.red:hover {
  background-color: #c44d58;
  border-color: #556270;
}

.hollow-button.ukrajina {
  color: #fff;
  background-color: #0057b7;
  border-style: none;
  border-color: #fff;
}

.hollow-button.ukrajina:hover {
  color: #0057b7;
  background-color: gold;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section-subheading.center {
  color: rgba(115, 115, 115, .74);
  text-align: center;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.section-title-group {
  text-align: center;
}

.form-field {
  min-height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #c44d58;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #c44d58;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer.center.astrologija {
  background-color: #2d97df;
}

.footer.center.dojencek {
  background-color: #54569d;
}

.footer-text {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #40c0cb;
  text-align: left;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline;
}

.link:hover {
  color: #c44d58;
}

.grid-image {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-title-wrapper {
  text-align: center;
  position: relative;
  top: 40%;
}

.left-navigation {
  z-index: 0;
  width: 329px;
  height: 100%;
  background-color: #c44d58;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.left-navigation.dojencek {
  background-color: #54569d;
}

.left-navigation.astrologija {
  background-color: #2d97df;
}

.nav-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0 15px;
  font-size: 16px;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #40c0cb;
}

.nav-link.knjige {
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
}

.nav-menu {
  float: left;
  text-align: left;
  margin-top: -8%;
  margin-left: 50px;
  padding-left: 5px;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  display: block;
}

.logo-link.w--current {
  margin-top: 70px;
}

.social-footer {
  text-align: center;
  display: block;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.banner {
  height: 100%;
  background-image: radial-gradient(circle closest-side, rgba(64, 64, 71, .5), rgba(0, 0, 0, 0) 84%), url('../images/Aplikacija.jpg');
  background-position: 0 0, 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.p-form {
  margin-bottom: 0;
}

.row {
  margin-top: 19px;
}

.prodajni-svetovalci {
  color: #c44d58;
  text-align: center;
  font-size: 51px;
}

.image-zaposlitev {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center {
  text-align: center;
}

.na-tevanje {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.obrazec-zaposlitev {
  text-align: center;
  margin-top: 19px;
  font-family: Droid Sans, sans-serif;
}

.link-1 {
  color: #40c0cb;
  text-decoration: none;
}

.link-1:hover {
  color: #c44d58;
}

.logo-sk {
  width: 150px;
}

.link-noga {
  color: #fff;
  text-decoration: none;
}

.link-noga:hover {
  color: #40c0cb;
}

.jeziki {
  text-align: center;
}

.nagrada {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-video {
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.div-block {
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.div-dojencek {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.image {
  margin-left: 15px;
  margin-right: 15px;
}

.heading {
  text-align: center;
}

.heading-2 {
  color: #54569d;
  margin-top: 25px;
  font-size: 50px;
  font-weight: 400;
}

.heading-2.astrologija {
  color: #2d97df;
}

.row-2 {
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 11px;
  display: flex;
}

.block-quote {
  text-align: left;
  margin-top: 25%;
  font-size: 22px;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  background-image: linear-gradient(#54569d, #54569d);
}

.div-block-3.astrologija {
  background-image: linear-gradient(#2d97df, #2d97df);
}

.block-quote-2 {
  color: #edeff2;
  border-left-style: none;
  padding-bottom: 20px;
  font-weight: 300;
}

.text-block {
  color: #54569d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.lightbox-link {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.image-2 {
  cursor: pointer;
  position: absolute;
}

.image-2:hover {
  transform: scale(1.05);
}

.section-2 {
  color: #fff;
  background-color: #54569d;
  padding: 40px;
}

.section-2.astrologija {
  background-color: #2d97df;
}

.text-block-4 {
  text-align: center;
  font-size: 30px;
}

.row-3 {
  margin-top: 50px;
}

.column-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-5 {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 300;
}

.image-3 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field, .field-label {
  font-weight: 300;
}

.link-2 {
  color: #edeff2;
}

.field-label-2 {
  margin-top: 15px;
  font-weight: 400;
}

.cena {
  margin-top: 15px;
  font-size: 35px;
  line-height: 45px;
}

.text-block-6 {
  margin-top: -6px;
  font-size: 14px;
  font-weight: 300;
}

.textarea {
  margin-top: 25px;
  font-weight: 300;
}

.text-span {
  font-size: 15px;
  font-weight: 300;
}

.text-span-2 {
  font-size: 14px;
  font-weight: 300;
}

.text-block-7 {
  font-weight: 300;
}

.text-span-3 {
  text-decoration: line-through;
}

.image-4 {
  position: absolute;
  top: -30px;
  right: 0;
}

.submit-button {
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 6px;
}

.link-block {
  text-decoration: none;
}

.text-block-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.div-block-4 {
  margin-top: 20px;
}

.heading-3 {
  height: auto;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
    padding-top: 18px;
    font-size: 30px;
  }

  .hamburger-button.w--open {
    background-color: #556270;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .call-to-action-heading {
    margin-top: 45px;
  }

  .hollow-button.white.prenos {
    margin-top: 52px;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    z-index: 2500;
    width: 100%;
    height: 80px;
    float: none;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    z-index: 10000;
    float: right;
    background-color: #49647b;
    margin-top: 0%;
    position: relative;
    top: 99%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .banner {
    z-index: 1000;
    height: 500px;
    background-size: auto, cover;
    margin-top: 79px;
    position: static;
  }

  .logo-sk {
    width: 60px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    top: -70px;
    left: 0;
    right: 0;
  }

  .hamburger {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .hamburger-button.w--open {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-top: 0;
  }

  .align-right {
    text-align: center;
  }

  .hero-heading {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 40px;
  }

  .hollow-button.white {
    margin-top: 20px;
  }

  .hollow-button.white.prenos {
    margin-top: 27px;
  }

  .section-subheading.center {
    line-height: 24px;
  }

  .footer-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .nav-menu {
    z-index: 1000000;
    float: right;
    position: relative;
    top: 94%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .grid-fours {
    width: 25%;
  }

  .banner {
    margin-top: 78px;
    position: static;
  }

  .col-spc {
    text-align: center;
    margin-bottom: 15px;
  }

  .col-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .pirs-android {
    width: 170px;
  }
}

@media screen and (max-width: 479px) {
  .call-to-action-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-to-action-heading {
    font-size: 29px;
  }

  .hero-heading {
    padding-top: 11px;
    font-size: 31px;
    line-height: 43px;
  }

  .hollow-button.white.prenos {
    display: inline-block;
  }

  .hollow-button.red {
    margin-top: 12px;
  }

  .section-heading.centered {
    margin-bottom: 0;
    font-size: 30px;
  }

  .section-subheading.center {
    font-size: 15px;
    line-height: 19px;
  }

  .section-title-group {
    margin-bottom: 25px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .nav-menu {
    top: -86%;
  }

  .grid-fours {
    width: 50%;
  }

  .banner {
    height: 450px;
  }

  .image-zaposlitev {
    margin-top: 0;
  }

  .na-tevanje {
    font-size: 13px;
    line-height: 17px;
  }
}


