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

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

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

h3 {
  height: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

.call-to-action-heading {
  margin-bottom: 0px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.hero-heading {
  margin-right: 30px;
  margin-bottom: 19px;
  margin-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 74px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #000;
}

.hero-subheading {
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-shadow: 1px 1px 2px #000;
}

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

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

.hollow-button.red {
  border-color: #2e80b6;
  background-color: #2e80b6;
  color: #fff;
}

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

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

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

.section-subheading.center {
  margin: 25px 10px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 45.1%, 0.74);
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
  text-align: center;
}

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

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

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

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

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

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

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #2e80b6;
  background-image: url('../images/translucent-fibres.png');
  background-position: 50% 50%;
  background-size: 8px;
  text-align: center;
}

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

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

.link:hover {
  color: #c44d58;
}

.hero-title-wrapper {
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 329px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2e80b6;
}

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

.nav-link:hover {
  color: #face6a;
}

.nav-link.w--current {
  color: #face6a;
}

.nav-menu {
  float: none;
}

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

.logo-link.w--current {
  display: block;
}

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

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

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Recepcija-Slovenska-knjiga-Stegne--Ljubljana.jpg');
  background-position: 80% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content {
  height: 100%;
}

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

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

.row {
  margin-top: 19px;
}

.center {
  text-align: center;
}

.link-1 {
  color: #63bbdd;
  text-decoration: none;
}

.link-1:hover {
  color: #962e26;
}

.logo-sk {
  width: 150px;
}

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

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

.telefon {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
}

.telefonska-tevilka {
  display: inline-block;
  margin: 10px auto;
  padding: 15px;
  border-radius: 10px;
  background-color: #c44d58;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}

.najem-pisarne {
  height: auto;
}

.najem-pisarne.sredina {
  text-align: center;
}

.povecava {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 30px;
  margin-top: 40%;
  margin-right: auto;
  margin-left: auto;
}

.pikotki {
  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}

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

.link-box:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.container-prodaja {
  margin-bottom: 20px;
}

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

.video {
  display: inline-block;
}

.vr-prikaz {
  margin-bottom: 20px;
}

.simbolicne {
  font-size: 12px;
}

.opis {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.sejna {
  display: none;
}

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

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

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

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

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

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

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

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

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

  .hamburger-button.w--open {
    background-color: #556270;
  }

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

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

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

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

  .nav-menu {
    background-color: #49647b;
  }

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

  .banner {
    background-size: auto;
  }

  .logo-sk {
    width: 60px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hamburger {
    font-size: 40px;
  }

  .telefon {
    bottom: 0px;
  }

  .telefonska-tevilka {
    margin-left: 15px;
  }
}

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

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

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

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

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

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

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

  .grid-fours {
    width: 25%;
  }

  .banner {
    height: 50%;
    background-size: cover;
  }

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

@media screen and (max-width: 479px) {
  p {
    font-size: 13px;
    line-height: 16px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .call-to-action-section {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .hero-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .hero-subheading {
    font-size: 18px;
    line-height: 16px;
  }

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

  .section-heading.centered {
    display: inline;
    font-size: 22px;
  }

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

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

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

  .footer.center {
    font-size: 11px;
  }

  .footer-text {
    font-size: 13px;
    line-height: 16px;
  }

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

  .left-navigation {
    height: 66px;
  }

  .grid-fours {
    width: 50%;
  }

  .banner {
    height: 370px;
  }

  .logo-sk {
    width: 45px;
  }

  .telefon {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: inline-block;
  }

  .telefonska-tevilka {
    display: inline-block;
    padding: 8px;
    font-size: 18px;
  }
}

