/* border-box */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

*:focus {
  outline: none; }

body {
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6, p {
  font-size: 1em;
  margin: 0; }

a, a:hover {
  text-decoration: none; }

::selection {
  color: white;
  background: rgba(16, 92, 170, 0.5); }

input, textarea {
  caret-color: #0087c8; }

/* clearfix */
.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

/* custom */
body {
  padding-top: 4.5rem;
  transition: padding-top 0.3s ease; }

.blueText {
  color: #0087c8; }

nav {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 4.5rem;
  margin-top: -4.5rem;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: height 0.3s ease, margin-top 0.3s ease; }
  nav > a {
    float: left;
    margin-left: 2vw; }
    nav > a img {
      height: 4.5rem;
      transition: height 0.3s ease; }
  nav #navLinks {
    height: 4.5rem;
    padding-right: 1em;
    transition: height 0.3s ease;
    float: right;
    overflow: hidden; }
    nav #navLinks a {
      position: relative;
      height: calc(4.5rem - 2em);
      display: inline-block;
      vertical-align: top;
      margin: 1em 0.25em;
      padding: 0.5em 1em;
      font-size: 1.125em;
      line-height: 1em;
      cursor: pointer;
      color: #323232;
      transition: all 0.2s ease, height 0.3s ease; }
      nav #navLinks a:hover {
        color: #0087c8; }
  nav #nav-mobileToggle {
    display: none;
    float: right;
    margin-top: 0.75em;
    margin-right: 1.5em;
    width: 2em;
    height: 2em;
    padding: 0.5em 0;
    border: solid #7c7c7c 1px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none; }
    nav #nav-mobileToggle > div {
      width: 70%;
      height: 2px;
      margin-bottom: calc(.33em - 1px);
      margin-left: 15%;
      background: #7c7c7c; }
    nav #nav-mobileToggle:hover {
      border-color: #105caa; }
      nav #nav-mobileToggle:hover > div {
        background: #105caa; }
  @media only screen and (min-width: 701px) {
    nav #navLinks a#nav-special {
      color: #0087c8;
      border: solid #0087c8 1px;
      transition: all 0.2s ease; }
      nav #navLinks a#nav-special:hover {
        margin: 0.9em 0.15em;
        height: calc(4.5rem - 1.8em);
        padding: 0.6em 1.1em; } }
  @media only screen and (max-width: 700px) {
    nav #navLinks {
      display: block;
      position: absolute;
      top: 3.5rem;
      left: 0;
      height: auto !important;
      width: 100%;
      padding: 0; }
      nav #navLinks a {
        width: 100% !important;
        margin: 0 !important;
        display: block;
        background: #f7f7f7;
        color: #323232;
        border-bottom: solid #105caa 1px; }
        nav #navLinks a:hover {
          background: white !important;
          color: #7c7c7c !important; }
        nav #navLinks a#nav-logOut:before {
          display: inline-block;
          content: "ODHLASIT";
          font-size: 0.75em;
          margin-right: 1em; }
    nav #navLinks:not(.navMobileVisible) {
      display: none; }
    nav #nav-mobileToggle {
      display: inline-block; }
    nav > a {
      margin-left: 1em; } }

body.scrolled, body.vwAdjust {
  padding-top: 3.5rem; }
  body.scrolled nav, body.vwAdjust nav {
    height: 3.5rem;
    margin-top: -3.5rem; }
    body.scrolled nav > a img, body.vwAdjust nav > a img {
      height: 3.5rem; }
    body.scrolled nav #navLinks, body.vwAdjust nav #navLinks {
      height: 3.5rem; }
      body.scrolled nav #navLinks a, body.vwAdjust nav #navLinks a {
        height: calc(3.5rem - 2em);
        font-size: 0.875em; }
        body.scrolled nav #navLinks a#nav-rez span, body.vwAdjust nav #navLinks a#nav-rez span {
          top: 1.0125rem; }
        body.scrolled nav #navLinks a:hover, body.vwAdjust nav #navLinks a:hover {
          height: calc(3.5rem - 1.8em) !important;
          margin: 0.9em 0.25em;
          padding: 0.6em 1em; }
    body.scrolled nav #nav-rezPopupsParent, body.vwAdjust nav #nav-rezPopupsParent {
      top: 3.5rem;
      right: 16.3rem; }

body.vwAdjust #nav-rezPopupsParent {
  font-size: 0.7em; }

#log-form,
.interested-form {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #log-form > div,
  .interested-form > div {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
    #log-form > div > div,
    .interested-form > div > div {
      position: relative;
      width: 25em;
      max-width: 90%;
      padding: 2em;
      background: #7c7c7c;
      border-radius: 0.5em;
      color: white;
      box-shadow: 0 0 50px black; }
      #log-form > div > div h1,
      .interested-form > div > div h1 {
        text-align: center;
        margin-bottom: 1em;
        font-size: 1.6em; }
      #log-form > div > div label,
      .interested-form > div > div label {
        font-weight: bold;
        display: block; }
      #log-form > div > div input,
      .interested-form > div > div input {
        display: block;
        width: 100%;
        margin: 0.7em 0 2em;
        padding: 0.6em 0.8em;
        border: none;
        border-radius: 0.5em; }
        #log-form > div > div input[type="submit"],
        .interested-form > div > div input[type="submit"] {
          display: inline-block;
          position: relative;
          padding: 0.7em 3em;
          margin-top: 9em;
          border: dashed #7c7c7c 1px;
          border-radius: 1em;
          color: #7c7c7c;
          background: transparent;
          cursor: pointer;
          transition: background-color 0.2s ease, border-color 0.2s ease; }
          #log-form > div > div input[type="submit"]:hover,
          .interested-form > div > div input[type="submit"]:hover {
            border-style: solid; }
          #log-form > div > div input[type="submit"]:before,
          .interested-form > div > div input[type="submit"]:before {
            position: absolute;
            display: block;
            content: "";
            top: -8em;
            left: 50%;
            height: 7em;
            width: 1px;
            border-left: dashed 1px black; }
      #log-form > div > div #log-formDivider,
      .interested-form > div > div #log-formDivider {
        height: 3px;
        width: 30%;
        margin: 2em auto;
        background: white;
        border-radius: 3px; }
      #log-form > div > div a,
      .interested-form > div > div a {
        display: inline-block;
        width: 100%;
        padding: 0.4em;
        border: solid #ef594a 3px;
        border-radius: 8px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease; }
        #log-form > div > div a:hover,
        .interested-form > div > div a:hover {
          border-color: white;
          letter-spacing: 0.1em;
          color: #ef594a; }

/* SLIDER */
#simpleSlider-parent {
  text-align: center;
  background: white;
  margin-bottom: 5em; }
  #simpleSlider-parent h1 {
    margin: 0;
    padding: 1.2em 0 0.8em;
    font-size: 2.5em;
    font-weight: 500;
    color: black; }
  #simpleSlider-parent #simpleSlider-main {
    display: inline-block;
    width: 100em;
    max-width: 90%; }
  #simpleSlider-parent #simpleSlider-leftArrow, #simpleSlider-parent #simpleSlider-rightArrow, #simpleSlider-parent #simpleSlider-center {
    display: inline-block;
    vertical-align: top; }
  #simpleSlider-parent #simpleSlider-leftArrow, #simpleSlider-parent #simpleSlider-rightArrow {
    width: 10%;
    font-size: 8em;
    line-height: 300px;
    color: #adadad;
    cursor: pointer;
    user-select: none; }
  #simpleSlider-parent #simpleSlider-leftArrow {
    margin-right: -20%; }
  #simpleSlider-parent #simpleSlider-rightArrow {
    margin-left: -20%; }
  #simpleSlider-parent #simpleSlider-center {
    width: 80%;
    overflow: hidden;
    pointer-events: none; }
  #simpleSlider-parent #simpleSlider-container {
    position: relative;
    left: 0; }
    #simpleSlider-parent #simpleSlider-container .simpleSlider-slide {
      display: inline-block;
      vertical-align: top; }
      #simpleSlider-parent #simpleSlider-container .simpleSlider-slide > * {
        left: 0;
        position: relative; }
      #simpleSlider-parent #simpleSlider-container .simpleSlider-slide .simpleSlider-slideImg {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 300px;
        transition: left 1s ease; }
        #simpleSlider-parent #simpleSlider-container .simpleSlider-slide .simpleSlider-slideImg img {
          max-width: 20vw;
          border-radius: 50%; }
      #simpleSlider-parent #simpleSlider-container .simpleSlider-slide h2 {
        margin: 1em 0;
        font-size: 1.8em;
        font-weight: bold;
        transition: left 1.1s ease; }
      #simpleSlider-parent #simpleSlider-container .simpleSlider-slide p {
        padding: 0 1em 1em;
        font-size: 1.4em;
        transition: left 1.2s ease; }
      #simpleSlider-parent #simpleSlider-container .simpleSlider-slide h6 {
        padding: 0 1em;
        font-size: 1.4em;
        text-align: right;
        font-weight: bold;
        transition: left 1.35s ease; }
  @media only screen and (max-width: 650px) {
    #simpleSlider-parent {
      padding: 0 0.5em; }
      #simpleSlider-parent h1 {
        padding: 0 0.5em;
        font-size: 2em; }
      #simpleSlider-parent #simpleSlider-main {
        max-width: unset;
        width: 100%; }
        #simpleSlider-parent #simpleSlider-main #simpleSlider-leftArrow,
        #simpleSlider-parent #simpleSlider-main #simpleSlider-rightArrow {
          margin: 0;
          font-size: 16vw; }
        #simpleSlider-parent #simpleSlider-main #simpleSlider-container .simpleSlider-slide .simpleSlider-slideImg img {
          width: 65vw;
          max-width: 280px; }
        #simpleSlider-parent #simpleSlider-main #simpleSlider-container .simpleSlider-slide h2 {
          font-size: 1.3em; }
        #simpleSlider-parent #simpleSlider-main #simpleSlider-container .simpleSlider-slide p {
          font-size: 1.1em; }
        #simpleSlider-parent #simpleSlider-main #simpleSlider-container .simpleSlider-slide h6 {
          font-size: 1.1em; } }

#home-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background: fixed url("img/bg_uvod.jpg") no-repeat center;
  background-size: cover;
  color: #323232;
  height: calc(100vh - 4.5rem); }
  #home-main > div#home-mainQoute, #home-main > div#home-mainReasons {
    width: 40%; }
  #home-main > div#home-mainLogo {
    width: 20%;
    background: url("img/logo-only.png") no-repeat center;
    background-size: contain;
    height: 100%;
    max-height: 15em; }
  #home-main > div > div {
    max-width: 100%;
    margin: 0 auto; }
  #home-main > div#home-mainQoute {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #home-main > div#home-mainQoute > div {
      position: relative;
      width: 15em;
      font-size: 2em; }
      #home-main > div#home-mainQoute > div h1 {
        font-weight: normal; }
        #home-main > div#home-mainQoute > div h1 span {
          font-size: 1.5em;
          font-weight: 500; }
      #home-main > div#home-mainQoute > div h1:nth-of-type(1) {
        text-align: left; }
      #home-main > div#home-mainQoute > div h1:nth-of-type(2) {
        text-align: center; }
      #home-main > div#home-mainQoute > div h1:nth-of-type(3) {
        text-align: right; }
    #home-main > div#home-mainQoute a {
      display: inline-block;
      position: relative;
      padding: 0.7em 3em;
      margin-top: 9em;
      border: dashed #7c7c7c 1px;
      border-radius: 1em;
      color: #7c7c7c;
      background: transparent;
      cursor: pointer;
      transition: background-color 0.2s ease, border-color 0.2s ease;
      color: #323232;
      position: absolute;
      top: calc(50% + 10em); }
      #home-main > div#home-mainQoute a:hover {
        border-style: solid; }
      #home-main > div#home-mainQoute a:before {
        position: absolute;
        display: block;
        content: "";
        top: -8em;
        left: 50%;
        height: 7em;
        width: 1px;
        border-left: dashed 1px black; }
  #home-main > div#home-mainReasons {
    font-size: 1.25em; }
    #home-main > div#home-mainReasons > div {
      width: 20em; }
      #home-main > div#home-mainReasons > div h2 {
        font-size: 1.75em;
        font-weight: 500; }
      #home-main > div#home-mainReasons > div ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -0.575em; }
        #home-main > div#home-mainReasons > div ul li {
          margin-bottom: 1.1em; }

@media only screen and (max-width: 1200px) and (min-width: 961px) {
  #home-main {
    position: relative;
    padding: 15em 0;
    height: auto;
    min-height: calc(100vh - 4.5rem); }
    #home-main > div#home-mainQoute, #home-main > div#home-mainReasons {
      width: 50%; }
    #home-main > div#home-mainLogo {
      position: absolute;
      top: 20px;
      width: 100%;
      height: 13em; } }
@media only screen and (max-width: 960px) {
  #home-main {
    position: relative;
    display: block;
    height: auto;
    min-height: calc(100vh - 4.5rem);
    padding: 1px 0;
    text-align: center; }
    #home-main > div {
      position: relative !important;
      display: block;
      width: auto !important;
      margin: 3em; }
      #home-main > div#home-mainQoute > div {
        font-size: 5vw; }
      #home-main > div#home-mainQoute a {
        display: none; }
      #home-main > div#home-mainLogo {
        height: 15em; }
      #home-main > div#home-mainReasons {
        font-size: 1em; }
        #home-main > div#home-mainReasons ul {
          text-align: left; } }
#nasSoftware {
  display: flex;
  height: 30vw;
  align-items: center;
  padding: 5em; }
  #nasSoftware > div {
    width: 50%;
    font-size: 1.5em; }
    #nasSoftware > div h1 {
      margin-bottom: 1em;
      font-size: 1.3em;
      font-weight: normal; }
      #nasSoftware > div h1 span {
        font-weight: bold; }
    #nasSoftware > div p {
      color: #323232; }
  @media only screen and (max-width: 1000px) {
    #nasSoftware {
      height: auto; } }

#funkcie .func-section {
  position: relative;
  margin-bottom: 10em;
  background: #f7f7f7;
  box-shadow: #ddd 2px 2px 20px 1px; }
  #funkcie .func-section:not(:last-of-type):after {
    position: absolute;
    display: block;
    content: "";
    bottom: -10em;
    width: 100%;
    height: 10em;
    background: url("./img/zub_png.png") no-repeat center;
    background-size: contain;
    opacity: 0.5; }
  #funkcie .func-section .func-sectionMark {
    position: absolute;
    display: block;
    content: "";
    top: -3em;
    height: 6em;
    width: 1em;
    right: 1em;
    background: black;
    opacity: 0.6;
    transition: top 0.8s ease-out; }
  #funkcie .func-section > div.func-sectionImg {
    transition: top 0.2s ease-out; }
    #funkcie .func-section > div.func-sectionImg#func-sectionImg1, #funkcie .func-section > div.func-sectionImg#func-sectionImg3 {
      right: -2vw;
      left: auto; }
    #funkcie .func-section > div.func-sectionImg > div {
      position: relative;
      width: 100%;
      height: 30vw;
      background: url("http://via.placeholder.com/600x500") no-repeat center;
      background-size: cover; }
    #funkcie .func-section > div.func-sectionImg#func-sectionImg0 > div {
      background-image: url("img/1.jpg"); }
    #funkcie .func-section > div.func-sectionImg#func-sectionImg1 > div {
      background-image: url("img/2.jpg"); }
    #funkcie .func-section > div.func-sectionImg#func-sectionImg2 > div {
      background-image: url("img/3.jpg"); }
    #funkcie .func-section > div.func-sectionImg#func-sectionImg3 > div {
      background-image: url("img/4.jpg"); }
  #funkcie .func-section > div.func-sectionText h2 {
    display: inline-block;
    padding: 0 2em;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.4em;
    text-align: center;
    color: white;
    background: black; }
  #funkcie .func-section > div.func-sectionText h1 {
    margin: 0.8em 0 1.2em;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5em;
    color: #323232; }
  #funkcie .func-section > div.func-sectionText p {
    margin-bottom: 1em;
    color: #7c7c7c; }
    #funkcie .func-section > div.func-sectionText p.func-sectionHiddenText {
      position: relative; }
  #funkcie .func-section > div.func-sectionText div.func-sectionMore {
    display: inline-block;
    position: relative;
    padding: 0.7em 3em;
    margin-top: 9em;
    border: dashed #7c7c7c 1px;
    border-radius: 1em;
    color: #7c7c7c;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease; }
    #funkcie .func-section > div.func-sectionText div.func-sectionMore:hover {
      border-style: solid; }
    #funkcie .func-section > div.func-sectionText div.func-sectionMore:before {
      position: absolute;
      display: block;
      content: "";
      top: -8em;
      left: 50%;
      height: 7em;
      width: 1px;
      border-left: dashed 1px black; }
  #funkcie .func-section:nth-of-type(1) .func-sectionMark {
    background: #105caa; }
  #funkcie .func-section:nth-of-type(1) .func-sectionText h2 {
    background: #105caa; }
  #funkcie .func-section:nth-of-type(2) .func-sectionMark {
    background: #f8a559; }
  #funkcie .func-section:nth-of-type(2) .func-sectionText h2 {
    background: #f8a559; }
  #funkcie .func-section:nth-of-type(3) .func-sectionMark {
    background: #ef594a; }
  #funkcie .func-section:nth-of-type(3) .func-sectionText h2 {
    background: #ef594a; }
  #funkcie .func-section:nth-of-type(4) .func-sectionMark {
    background: #7fc356; }
  #funkcie .func-section:nth-of-type(4) .func-sectionText h2 {
    background: #7fc356; }

@media only screen and (min-width: 1101px) {
  #funkcie {
    margin: 0 5em; }
    #funkcie .func-section > div {
      width: 50%; }
    #funkcie .func-section > div.func-sectionImg {
      position: absolute;
      z-index: 1;
      top: 0;
      left: -2vw; }
      #funkcie .func-section > div.func-sectionImg > div {
        transform: translate(0, -50%); }
    #funkcie .func-section:nth-of-type(1) > div.func-sectionText, #funkcie .func-section:nth-of-type(3) > div.func-sectionText {
      margin-left: 50%; }
    #funkcie .func-section:nth-of-type(1) div.func-sectionMore, #funkcie .func-section:nth-of-type(3) div.func-sectionMore {
      right: -100%;
      transform: translate(-100%, 0); }
    #funkcie .func-section > div.func-sectionText {
      padding: 5em; } }
@media only screen and (max-width: 1100px) {
  #funkcie {
    margin: 0 5vw; }
    #funkcie .func-section > .func-sectionMark {
      z-index: 1; }
    #funkcie .func-section > div.func-sectionImg {
      padding: 5vw 5vw 0; }
      #funkcie .func-section > div.func-sectionImg > div {
        height: 40vw; }
    #funkcie .func-section > div.func-sectionText {
      padding: 5vw; }
      #funkcie .func-section > div.func-sectionText h1 {
        font-size: 1.7em; } }
footer {
  background: #f7f7f7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  footer #footer-alebo {
    position: relative;
    display: inline-block; }
    footer #footer-alebo:after, footer #footer-alebo:before {
      display: inline-block;
      content: "";
      position: relative;
      width: 5em;
      height: 2px;
      background: black; }
  footer > section {
    display: inline-block;
    width: 50%;
    padding: 3em 5em 0;
    vertical-align: top; }
    footer > section p, footer > section a {
      display: block;
      font-size: 1.5em;
      line-height: 1.8em; }
    footer > section a {
      display: inline-block;
      color: black; }
      footer > section a:not(.foot-social):hover {
        text-decoration: underline; }
      footer > section a.foot-social {
        display: inline-block;
        background: #323232;
        width: 1.5em;
        height: 1.5em;
        margin-right: 0.3em;
        line-height: 1.6em;
        font-size: 2em;
        text-align: center;
        border-radius: 50%;
        color: white;
        transition: background-color 0.1s ease; }
        footer > section a.foot-social:hover {
          background: black; }
  footer form {
    width: 20em;
    max-width: 100%;
    margin: 0 0 0 auto; }
    footer form input, footer form textarea {
      display: block;
      width: 100%;
      margin: 1em auto;
      padding: 0.5em 0.8em;
      border: solid 1px black;
      background: none;
      font-family: inherit; }
      footer form input[type="submit"], footer form textarea[type="submit"] {
        width: 7.5em;
        font-weight: bold;
        transition: letter-spacing 0.2s ease; }
        footer form input[type="submit"]:hover, footer form textarea[type="submit"]:hover {
          letter-spacing: 0.1em; }
    footer form textarea {
      resize: none;
      height: 6.75em; }
  footer > div {
    display: block;
    position: relative;
    width: 100%; }
    footer > div p, footer > div a {
      display: inline-block;
      width: 50%;
      padding: 0.5em 1em;
      color: black; }
    footer > div p {
      text-align: right; }
    footer > div a:hover {
      text-decoration: underline; }
    footer > div > div {
      position: absolute;
      bottom: 0.5em;
      left: 50%;
      transform: translate(-50%, 0);
      text-align: center; }
      footer > div > div:after {
        display: inline-block;
        position: absolute;
        bottom: 5em;
        content: "";
        background-color: black;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        left: 50%;
        transform: translate(-50%, 0); }
      footer > div > div:before {
        display: inline-block;
        position: absolute;
        bottom: 0;
        content: "";
        background-color: black;
        width: 2px;
        height: 5em;
        left: 50%;
        transform: translate(-50%, 0); }
      footer > div > div span {
        position: absolute;
        bottom: 6.5em;
        width: 8em;
        transform: translate(-50%, 0);
        text-transform: uppercase;
        cursor: pointer;
        transition: letter-spacing 0.1s ease; }
        footer > div > div span:hover {
          letter-spacing: 0.1em; }
  @media only screen and (min-width: 787px) and (max-width: 950px) {
    footer > section:first-of-type {
      padding-left: 5vw; }
    footer > section:last-of-type {
      padding-right: 5vw; } }
  @media only screen and (max-width: 787px) {
    footer > section {
      display: block;
      width: 100%;
      padding: 1em 5vw; }
      footer > section form {
        width: 100%;
        margin-bottom: 5em; }
    footer > div > div:before {
      height: 3em; }
    footer > div > div:after {
      bottom: 3em; }
    footer > div > div span {
      bottom: 4.5em; } }

/*# sourceMappingURL=style.css.map */
