.bg-primary {
  background-color: #76E8E8 !important; }

.bg-secondary {
  background-color: #DFFDFD !important; }

.c-primary {
  color: #76E8E8 !important; }

.c-secondary {
  color: #DFFDFD !important; }

/* BUTTONS */
.btn {
  background-color: #76E8E8 !important;
  border: 2px solid transparent;
  font-weight: 500;
  padding: 18px 60px;
  border-radius: 4px;
  font-size: 1.25em;
  line-height: 1;
  text-decoration: none !important;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }
  .btn.home-btn {
    font-size: 1.5em;
    font-weight: 400;
    padding: 14px 18px; }
    .btn.home-btn i {
      margin-right: 18px; }

.btn-s-primary {
  background-color: #76E8E8 !important;
  border-color: #76E8E8;
  color: #fff; }
  .btn-s-primary:hover {
    background-color: transparent !important;
    border-color: #76E8E8 !important;
    color: #76E8E8 !important; }
  .btn-s-primary.disabled, .btn-s-primary:disabled {
    background-color: #4ae1e1 !important;
    border-color: #76E8E8 !important;
    color: #fff !important; }

.btn-o-primary {
  background-color: transparent !important;
  border-color: #76E8E8;
  color: #76E8E8; }
  .btn-o-primary:hover {
    background-color: #76E8E8 !important;
    border-color: #76E8E8 !important;
    color: #76E8E8 !important;
    color: #fff !important; }
  .btn-o-primary.disabled, .btn-o-primary:disabled {
    border-color: #76E8E8 !important;
    color: #76E8E8 !important; }

/* CUSTOM STYLE LIST ITEMS */
ul.custom-style {
  margin-bottom: 40px; }
  ul.custom-style li {
    font-size: 1.5em;
    display: flex;
    margin-bottom: 30px; }
    ul.custom-style li::before {
      content: '';
      width: 34px;
      background-image: url("/wp-content/uploads/images/li.png");
      background-repeat: no-repeat;
      background-size: 34px 34px;
      background-position: 0 center;
      padding-right: 64px; }
    ul.custom-style li:last-child {
      margin-bottom: 0; }

.underline a {
  color: #000;
  text-decoration: underline;
  color: inherit; }
  .underline a:hover {
    color: #76E8E8; }

/* CHECKBOXY */
input[type="checkbox"] {
  position: relative;
  border: 2px solid #76E8E8;
  border-radius: 6px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff; }
  input[type="checkbox"] + label {
    cursor: pointer; }
  input[type="checkbox"]:checked {
    background-color: #76E8E8;
    opacity: 1;
    border-color: #76E8E8; }
  input[type="checkbox"]::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2; }

/* RADIO BUTTONY */
input[type="radio"]:checked {
  position: absolute;
  left: -9999px; }
  input[type="radio"]:checked + label, input[type="radio"]:checked + .wpcf7-list-item-label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block; }
    input[type="radio"]:checked + label::before, input[type="radio"]:checked + .wpcf7-list-item-label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #76E8E8;
      border-radius: 100%;
      background: #fff; }
    input[type="radio"]:checked + label::after, input[type="radio"]:checked + .wpcf7-list-item-label::after {
      content: '';
      width: 10px;
      height: 10px;
      background: #76E8E8;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
  input[type="radio"]:not(:checked) + label, input[type="radio"]:not(:checked) + .wpcf7-list-item-label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block; }
    input[type="radio"]:not(:checked) + label::before, input[type="radio"]:not(:checked) + .wpcf7-list-item-label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #76E8E8;
      border-radius: 100%;
      background: #fff; }
    input[type="radio"]:not(:checked) + label::after, input[type="radio"]:not(:checked) + .wpcf7-list-item-label::after {
      content: '';
      width: 10px;
      height: 10px;
      background: #000;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }

/**/
.delay-1 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.delay-2 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.delay-3 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.delay-4 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.delay-5 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.delay-6 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.delay-7 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.delay-8 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

.delay-9 {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

.delay-10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/**/
div[class*="depth-"]:not(.depth-1),
li[class*="depth-"]:not(.depth-1) {
  margin-left: 40px; }

.nav-link:focus,
.nav-link:hover,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  color: #76E8E8; }

.dropdown-item:hover {
  background-color: transparent; }

.site-header {
  position: absolute;
  top: 65px;
  margin: 0 auto;
  left: 0;
  right: 0; }
  .site-header .container {
    box-shadow: 0px 0px 50px -8px rgba(0, 0, 0, 0.22);
    border-radius: 25px;
    background-color: #fff;
    padding: 0 100px; }
    .site-header .container .navbar-nav li a {
      font-weight: 500;
      font-size: 1.25em; }
    .site-header .container .navbar-nav li .dropdown-menu {
      border-radius: 0;
      margin-top: 0;
      border: 0;
      padding: 10px 20px; }
    @media (min-width: 992px) {
      .site-header .container .navbar-nav li .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        top: 90px;
        box-shadow: 0px 8px 16px 0px #ccc;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
        .site-header .container .navbar-nav li .dropdown-menu .dropdown-item.active,
        .site-header .container .navbar-nav li .dropdown-menu .dropdown-item:active {
          background-color: #e9ecef; }
      .site-header .container .navbar-nav li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 60px; } }
    .site-header .container .navbar-nav > li > a {
      padding: 20px 0 !important;
      margin-right: 40px; }
    .site-header .container a.social-icon i {
      border: 1px solid #76E8E8;
      padding: 3px;
      border-radius: 4px;
      line-height: 1; }

.contact-section {
  padding: 160px 0;
  position: relative; }
  .contact-section::before {
    content: '';
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(95.65deg, rgba(47, 161, 161, 0.4) 1.67%, #73E5E5 110.12%); }
  .contact-section > * {
    position: relative;
    z-index: 2; }
  .contact-section .section-title {
    text-transform: uppercase; }
  .contact-section button.btn {
    background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase; }
    .contact-section button.btn:hover {
      background-color: #fff !important;
      color: #000; }
  .contact-section .form-control {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 40px; }
    .contact-section .form-control:focus {
      box-shadow: none; }
  .contact-section label {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 1em; }
  .contact-section textarea {
    min-height: 145px; }

.reviews {
  padding-top: 90px;
  padding-bottom: 90px;
  background: radial-gradient(44.52% 44.52% at 50% 55.48%, #76E8E8 0%, rgba(118, 232, 232, 0) 100%); }
  .reviews h2 {
    font-weight: 500;
    margin-bottom: 80px; }
  .reviews .reviews-slider .slide {
    background-color: #fff;
    padding-top: 200px;
    padding-left: 90px;
    padding-right: 90px;
    margin: 60px;
    box-shadow: 0px 0px 37px 15px rgba(0, 0, 0, 0.05);
    border-radius: 71px 15px 15px 15px;
    position: relative; }
    .reviews .reviews-slider .slide::before {
      position: absolute;
      top: -60px;
      left: 0;
      right: 0;
      margin: 0 auto;
      content: url("/wp-content/uploads/images/review.png");
      width: 120px;
      height: 120px; }
    .reviews .reviews-slider .slide .description {
      margin-bottom: 100px;
      font-size: 1.5em;
      font-weight: 500;
      text-align: center;
      position: relative; }
    .reviews .reviews-slider .slide .review-info .name {
      font-size: 3.5em;
      font-weight: 700;
      margin-bottom: 32px;
      text-align: center; }
    .reviews .reviews-slider .slide .review-info .website {
      color: #76E8E8 !important;
      text-align: center;
      font-weight: 500;
      font-size: 1.5em;
      padding-bottom: 45px; }

footer.site-footer .footer {
  background-color: #DFFDFD;
  padding-top: 90px;
  padding-bottom: 90px; }
  footer.site-footer .footer h4 {
    font-size: 2em;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px; }
  footer.site-footer .footer ul li {
    margin-bottom: 16px; }
    footer.site-footer .footer ul li a {
      color: #C9CACC;
      font-weight: 500;
      font-size: 1.25em;
      line-height: 1;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
      footer.site-footer .footer ul li a:hover {
        color: #000; }
      footer.site-footer .footer ul li a[href^="mailto:"] {
        text-decoration: underline; }
    footer.site-footer .footer ul li:last-child {
      margin-bottom: 0; }
  footer.site-footer .footer p, footer.site-footer .footer p * {
    color: #C9CACC;
    font-size: 1.25em; }
footer.site-footer .post-footer {
  background-color: #76E8E8;
  text-align: center;
  color: #458D8D;
  font-weight: 500;
  font-size: 0.9em;
  padding-top: 26px;
  padding-bottom: 26px; }

/* SELECTION */
::-moz-selection {
  background-color: #60e4e4;
  color: #222; }

::selection {
  background-color: #60e4e4;
  color: #222; }

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background-color: #e6e6e6; }

::-webkit-scrollbar-thumb {
  background-color: #21c7c7 !important; }

/* GENERAL */
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Raleway', sans-serif;
  color: #000; }

a {
  color: #76E8E8;
  text-decoration: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }
  a:hover {
    color: #24d4d4; }

p {
  font-size: 1.5em;
  font-weight: 500; }

.section-title {
  font-weight: 300;
  font-size: 3.5em;
  line-height: 65px;
  margin-bottom: 40px; }
  .section-title span, .section-title strong {
    font-weight: 700; }

.bordered {
  padding: 36px 30px;
  border: 2px solid #76E8E8;
  border-radius: 50px 8px 8px 8px; }

body.edge {
  background-image: url("/wp-content/uploads/images/edge-shape.png");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right top; }

main {
  margin-top: 220px; }

.b-offset {
  position: relative;
  display: inline-block;
  z-index: 10; }
  .b-offset::before {
    content: '';
    border: 2px solid #76E8E8;
    position: absolute;
    width: 90%;
    height: 90%;
    top: -30px;
    left: -30px;
    z-index: -5;
    border-radius: 50px 8px 8px 8px; }

/* BACK TO TOP */
.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a2efef;
  color: #DFFDFD !important;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

.back-to-top:hover {
  cursor: pointer;
  background-color: #60e4e4; }

.back-to-top.show {
  opacity: 1;
  visibility: visible; }

.page-navigation .active > .page-link {
  color: #fff; }
.page-navigation .page-link {
  color: #76E8E8; }
  .page-navigation .page-link:hover {
    background-color: #76E8E8;
    color: #fff; }
.page-navigation .active > .page-link,
.page-navigation .page-link.active {
  background-color: #76E8E8;
  border-color: #76E8E8; }
.page-navigation:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.page-navigation:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/**/
.container-wide {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 5);
  padding-left: calc(var(--bs-gutter-x) * 5); }

@media (max-width: 1199.98px) {
  .container-wide {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * 2.5);
    padding-left: calc(var(--bs-gutter-x) * 2.5); } }
@media (max-width: 991.98px) {
  .container-wide {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * 2);
    padding-left: calc(var(--bs-gutter-x) * 2); } }
@media (max-width: 767.98px) {
  .container-wide {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1); } }
@media (max-width: 575.98px) {
  .container-wide {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); } }
/**/
.hero-section {
  display: flex;
  align-items: center; }
  .hero-section img {
    display: block;
    width: 75%;
    margin: 0 auto; }

.hero-section + .halfs {
  margin-top: 100px; }

/* HOME */
body#home .hero-section h4 {
  margin-bottom: 40px; }
body#home .intro {
  background-image: url("/wp-content/uploads/images/shape-left.png");
  background-position: left bottom;
  background-size: 25%;
  background-repeat: no-repeat;
  padding: 100px 0; }
  body#home .intro h2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px; }
  body#home .intro p {
    margin-bottom: 40px; }
body#home .cta-services {
  padding: 100px 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  background-attachment: fixed; }
  body#home .cta-services .row > div .service a {
    background-color: #76E8E8 !important;
    text-align: center;
    padding: 100px 100px 60px;
    border-radius: 8px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: relative;
    z-index: 2;
    display: block; }
    body#home .cta-services .row > div .service a::before {
      content: '';
      background: linear-gradient(224.16deg, #76E8E8 0%, #1C8E8E 116.87%);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.25s linear; }
    body#home .cta-services .row > div .service a img {
      display: block;
      margin: 0 auto;
      margin-bottom: 40px; }
    body#home .cta-services .row > div .service a span {
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      font-size: 2.5em; }
    body#home .cta-services .row > div .service a:hover {
      filter: drop-shadow(0px 0px 25px rgba(255, 255, 255, 0.42)); }
    body#home .cta-services .row > div .service a:hover::before {
      opacity: 1; }
  body#home .cta-services .row > div:first-child .service a, body#home .cta-services .row > div:first-child .service a::before {
    border-radius: 50px 8px 8px 8px; }
  body#home .cta-services .row > div:last-child .service a, body#home .cta-services .row > div:last-child .service a::before {
    border-radius: 8px 50px 8px 8px; }
body#home .why-us {
  padding: 140px 0;
  background: rgba(118, 232, 232, 0.19); }
body#home .our-goal {
  padding: 100px 0; }
  body#home .our-goal .p-y {
    padding-top: 150px; }
    body#home .our-goal .p-y p {
      font-weight: 500;
      font-size: 1.5em; }

body#o-nas .hero-section p {
  margin-bottom: 40px; }
body#o-nas .halfs {
  background-image: url("/wp-content/uploads/images/shape-left.png");
  background-position: left center;
  background-size: 25%;
  background-repeat: no-repeat; }
  body#o-nas .halfs h1 {
    margin-top: 115px; }
body#o-nas .features {
  padding: 100px 0;
  margin: 100px 0;
  background-color: #DFFDFD; }
  body#o-nas .features p {
    margin-top: 60px;
    font-weight: 700; }
body#o-nas .why-us {
  margin-bottom: 100px; }
  body#o-nas .why-us .row > div:nth-child(2), body#o-nas .why-us .row > div:nth-child(3) {
    margin-bottom: 115px; }

body#sluzby .hero-section h4 {
  margin-bottom: 40px; }
body#sluzby .services {
  margin: 120px 0; }
  body#sluzby .services .service {
    background: linear-gradient(224.16deg, #76E8E8 0%, #1C8E8E 116.87%);
    text-align: center;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 50px 8px 8px 8px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: relative;
    z-index: 2;
    display: block; }
    body#sluzby .services .service img {
      display: block;
      margin: 0 auto;
      margin-bottom: 40px;
      height: 220px;
      width: auto; }
    body#sluzby .services .service .title {
      color: #fff;
      font-weight: 700;
      font-size: 2.5em;
      line-height: 1.25; }
      body#sluzby .services .service .title a {
        color: #fff; }

body#jednoduche-uctovnictvo .hero-section h4,
body#digitalizacia-uctovnictva .hero-section h4 {
  margin-bottom: 40px; }
body#jednoduche-uctovnictvo .halfs,
body#digitalizacia-uctovnictva .halfs {
  background-image: url("/wp-content/uploads/images/shape-left.png"), url("/wp-content/uploads/images/shape-right.png");
  background-position: left top, right center;
  background-size: 25%;
  background-repeat: no-repeat;
  margin-bottom: 100px; }
body#jednoduche-uctovnictvo .highlighted,
body#digitalizacia-uctovnictva .highlighted {
  background-color: rgba(118, 232, 232, 0.2);
  padding: 100px 0; }
body#jednoduche-uctovnictvo .centered-section,
body#digitalizacia-uctovnictva .centered-section {
  padding-top: 80px;
  padding-bottom: 50px; }

body#podvojne-uctovnictvo .hero-section h4 {
  margin-bottom: 40px; }
body#podvojne-uctovnictvo .halfs {
  background-image: url("/wp-content/uploads/images/halfs-left.png");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 100px; }
body#podvojne-uctovnictvo .centered-section {
  padding-top: 80px;
  padding-bottom: 50px; }

body#mzdove-uctovnictvo .hero-section h4 {
  margin-bottom: 40px; }
body#mzdove-uctovnictvo .halfs {
  background-image: url("/wp-content/uploads/images/halfs-right.png");
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 100px; }
body#mzdove-uctovnictvo .centered-section {
  padding-top: 80px;
  padding-bottom: 50px; }

body#dane .hero-section h4 {
  margin-bottom: 40px; }
body#dane .halfs {
  background-image: url("/wp-content/uploads/images/halfs-left.png");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 100px; }
  body#dane .halfs .section-title {
    margin: 110px 0; }
  body#dane .halfs .mb {
    margin-bottom: 80px; }
body#dane .centered-section {
  padding-top: 70px;
  padding-bottom: 50px; }

body#danove-priznanie .hero-section h4 {
  margin-bottom: 40px; }
body#danove-priznanie .halfs {
  background-image: url("/wp-content/uploads/images/shape2-left.png"), url("/wp-content/uploads/images/shape2-right.png");
  background-position: left top, right center;
  background-size: 25%;
  background-repeat: no-repeat;
  margin-bottom: 100px; }
body#danove-priznanie .centered-section {
  padding-top: 70px;
  padding-bottom: 50px; }

body#referencie .reviews h1 {
  font-weight: 500;
  margin-bottom: 200px; }
body#referencie .reviews img {
  width: 60%;
  display: block;
  margin: 0 auto; }
body#referencie .reviews .owl-carousel .nav-btn {
  position: absolute;
  cursor: pointer;
  top: 50% !important;
  font-size: 40px;
  line-height: 1; }
body#referencie .reviews .owl-nav {
  height: 0;
  margin: 0; }
body#referencie .reviews .owl-carousel .owl-prev.disabled,
body#referencie .reviews .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2; }
body#referencie .reviews .owl-carousel .prev-slide {
  left: -33px; }
body#referencie .reviews .owl-carousel .next-slide {
  right: -33px; }
body#referencie .reviews .owl-carousel .prev-slide:hover {
  background-position: 0px -53px; }
body#referencie .reviews .owl-carousel .next-slide:hover {
  background-position: -24px -53px; }

body#cennik .hero-section h4 {
  margin-bottom: 40px; }
body#cennik .pricing-panels h2 {
  text-align: center;
  margin-bottom: 60px; }
body#cennik .pricing-panels .panels {
  margin-bottom: 120px; }
  body#cennik .pricing-panels .panels:last-child {
    margin-bottom: 0; }
  body#cennik .pricing-panels .panels .panel {
    display: flex;
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #000;
    border: 1px solid #76E8E8;
    padding: 40px; }
    body#cennik .pricing-panels .panels .panel:nth-child(odd) {
      background-color: #76E8E8;
      border-radius: 41px 8px 8px 8px; }
    body#cennik .pricing-panels .panels .panel:nth-child(even) {
      border-radius: 8px 41px 8px 8px; }
    body#cennik .pricing-panels .panels .panel .left {
      width: 70%; }
    body#cennik .pricing-panels .panels .panel .right {
      width: 30%;
      text-align: center; }
body#cennik .centered-section {
  padding: 110px 0; }
body#cennik .calculation {
  margin-bottom: 110px; }
  body#cennik .calculation h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 80px; }
  body#cennik .calculation .form-control {
    background: rgba(118, 232, 232, 0.3);
    color: #000;
    font-weight: 700;
    font-size: 1.25em;
    border: 1px solid #76E8E8;
    border-radius: 8px;
    margin-bottom: 40px; }
    body#cennik .calculation .form-control:focus {
      box-shadow: none; }
  body#cennik .calculation label, body#cennik .calculation .label {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 1em;
    color: #76E8E8; }
  body#cennik .calculation .t-c {
    text-align: center; }

body#blog main,
body#archive main,
body#single main {
  margin-top: 0; }
body#blog .home-banner,
body#archive .home-banner,
body#single .home-banner {
  background-image: radial-gradient(47.94% 60.49% at 49.64% 54.45%, #76E8E8 0%, rgba(174, 224, 224, 0.438462) 63.02%, rgba(217, 217, 217, 0) 100%), url("/wp-content/uploads/images/blog.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center; }
  body#blog .home-banner .page-title,
  body#archive .home-banner .page-title,
  body#single .home-banner .page-title {
    color: #fff; }
body#blog .blogposts,
body#archive .blogposts,
body#single .blogposts {
  margin-top: 120px;
  margin-bottom: 150px; }
  body#blog .blogposts .blogpost .blogpost-image,
  body#blog .blogposts .blogpost .title,
  body#blog .blogposts .blogpost .short-description,
  body#archive .blogposts .blogpost .blogpost-image,
  body#archive .blogposts .blogpost .title,
  body#archive .blogposts .blogpost .short-description,
  body#single .blogposts .blogpost .blogpost-image,
  body#single .blogposts .blogpost .title,
  body#single .blogposts .blogpost .short-description {
    margin-bottom: 40px; }
  body#blog .blogposts .blogpost .blogpost-content .title,
  body#archive .blogposts .blogpost .blogpost-content .title,
  body#single .blogposts .blogpost .blogpost-content .title {
    font-size: 2em;
    font-weight: 700; }
  body#blog .blogposts .blogpost .blogpost-content .short-description,
  body#archive .blogposts .blogpost .blogpost-content .short-description,
  body#single .blogposts .blogpost .blogpost-content .short-description {
    font-size: 1.5em;
    font-weight: 300; }

body#single .blogpost-content p,
body#single #comments p {
  font-size: 1.25em;
  margin-bottom: 24px; }
body#single .form-control:focus {
  box-shadow: none; }
body#single #comments [id*="div-comment-"] {
  margin-bottom: 40px; }

body#kontakt .contact {
  margin-top: 200px;
  margin-bottom: 100px; }
  body#kontakt .contact h1.section-title {
    font-size: 3em; }
  body#kontakt .contact .form-control {
    background: rgba(118, 232, 232, 0.3);
    color: #000;
    font-weight: 700;
    font-size: 1.25em;
    border: 1px solid #76E8E8;
    border-radius: 8px;
    margin-bottom: 40px; }
    body#kontakt .contact .form-control:focus {
      box-shadow: none; }
  body#kontakt .contact label, body#kontakt .contact .label {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 1em;
    color: #76E8E8; }
  body#kontakt .contact .btn {
    margin-top: 40px;
    text-transform: uppercase; }
  body#kontakt .contact h2.section-title {
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 36px; }
    body#kontakt .contact h2.section-title::before {
      content: '';
      width: 34px;
      background-image: url("/wp-content/uploads/images/li.png");
      background-repeat: no-repeat;
      background-size: 34px 34px;
      background-position: 0 center;
      padding-right: 64px; }
  body#kontakt .contact address {
    margin-bottom: 30px; }
    body#kontakt .contact address a {
      display: block;
      margin-bottom: 16px;
      font-weight: 700;
      font-size: 1.5em; }
    body#kontakt .contact address p {
      font-size: 1.25em; }
    body#kontakt .contact address span {
      font-size: 1.25em;
      font-weight: 700;
      margin-bottom: 16px;
      display: block; }

.navbar-toggler {
  padding: 0;
  border: 0; }
  .navbar-toggler:focus {
    box-shadow: none; }
  .navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left; }
  .navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg); }
  .navbar-toggler span:nth-child(2) {
    opacity: 1; }
  .navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg); }
  .navbar-toggler span:nth-child(1) {
    margin-top: 0.3em; }
  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg); }
  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0; }
  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg); }

@media (max-width: 1399.98px) {
  .site-header .container {
    padding: 0 30px; }

  body#home .cta-services .row > div .service a span {
    font-size: 1.5em; } }
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 2.5em;
    line-height: 55px; }

  .site-header .container {
    padding: 0 15px; }
    .site-header .container img {
      width: 140px; }
    .site-header .container .navbar-nav > li > a {
      margin-right: 30px; }

  .contact-section {
    padding: 140px 0; }

  body#home .intro {
    padding-bottom: 100px; }
  body#home .why-us, body#home .our-goal {
    padding: 100px 0; }
  body#home .our-goal .p-y {
    padding-top: 100px; }

  .reviews .reviews-slider .slide {
    padding-top: 160px;
    padding-left: 60px;
    padding-right: 60px; } }
@media (max-width: 991.98px) {
  .site-header .container {
    padding: 20px 40px;
    position: relative;
    z-index: 100; }

  .section-title {
    font-size: 2em;
    line-height: 40px; }

  .hero-section {
    padding-top: 0 !important;
    padding-bottom: 60px !important; }

  .halfs {
    margin-bottom: 50px !important; }
    .halfs .section-title {
      margin: 30px 0 !important; }

  .features {
    padding: 110px 0 !important;
    margin-top: 100px !important;
    margin-bottom: 80px !important; }
    .features p {
      margin-top: 30px !important;
      margin-bottom: 40px !important; }

  body#home .cta-services .row {
    justify-content: center; }
    body#home .cta-services .row > div:first-child .service a, body#home .cta-services .row > div:last-child .service a {
      border-radius: 8px; }
    body#home .cta-services .row > div .service a {
      margin-bottom: 16px; }
  body#home .b-offset::before {
    content: none; }

  body#referencie .reviews img {
    margin-bottom: 30px; }

  body#cennik .pricing-panels .panels .panel {
    font-size: 1.25em; }

  body#blog .blogpost .title,
  body#archive .blogpost .title {
    font-size: 1.5em !important;
    line-height: 1.25; }
  body#blog .blogpost .short-description,
  body#archive .blogpost .short-description {
    font-size: 1.25em !important; }

  p,
  ul.custom-style li,
  .why-us ul.custom-style li,
  .our-goal .p-y p {
    font-size: 1.25em !important; }

  .reviews .reviews-slider .slide {
    padding-top: 120px;
    padding-left: 60px;
    padding-right: 60px; }
    .reviews .reviews-slider .slide .description {
      font-size: 1.25em;
      margin-bottom: 30px; }
    .reviews .reviews-slider .slide .review-info .name {
      font-size: 2em;
      line-height: normal;
      margin-bottom: 20px; }
    .reviews .reviews-slider .slide .review-info .website {
      font-size: 1.25em; } }
@media (max-width: 767.98px) {
  section img {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
    width: 80%; }

  .bordered {
    border: 0; }

  .b-offset::before {
    content: none !important; }

  body#home .intro,
  body#o-nas .halfs,
  body#jednoduche-uctovnictvo .halfs,
  body#digitalizacia-uctovnictva .halfs,
  body#podvojne-uctovnictvo .halfs,
  body#mzdove-uctovnictvo .halfs,
  body#dane .halfs,
  body#danove-priznanie .halfs {
    background-image: none !important; }

  .hero-section {
    padding-bottom: 0 !important; }
    .hero-section p:last-child {
      margin-bottom: 0 !important; }
    .hero-section img {
      width: 100%;
      margin: auto; }

  .halfs .row > div {
    margin-bottom: 30px !important; }
    .halfs .row > div img {
      margin-top: 0; }

  .features {
    padding: 70px 0 !important;
    margin-top: 70px !important;
    margin-bottom: 60px !important; }

  .centered-section {
    padding-top: 80px !important; }
    .centered-section .bordered {
      width: 100% !important; }

  body#home .our-goal .b-offset {
    display: block; }
    body#home .our-goal .b-offset img {
      display: block;
      margin: 0 auto; }

  body#o-nas .why-us {
    margin-bottom: 80px; }
    body#o-nas .why-us .row > div:nth-child(2), body#o-nas .why-us .row > div:nth-child(3) {
      margin-bottom: 50px; }

  body#jednoduche-uctovnictvo .highlighted,
  body#digitalizacia-uctovnictva .highlighted {
    padding: 70px 0 !important; }

  body#danove-priznanie .centered-section {
    padding-top: 0 !important;
    padding-bottom: 70px !important; }

  body#referencie .reviews h1 {
    margin-bottom: 80px; }

  body#cennik .pricing-panels .panels {
    margin-bottom: 100px; }
    body#cennik .pricing-panels .panels .panel .right {
      text-align: right; }

  body#kontakt .contact .row > div {
    margin-bottom: 60px; }
    body#kontakt .contact .row > div:last-child {
      margin-bottom: 0;
      margin-top: 0 !important; }

  .contact-section .section-title {
    margin-bottom: 30px !important; }

  .reviews {
    background: none; }
    .reviews .reviews-slider .slide {
      padding-top: 100px;
      padding-left: 40px;
      padding-right: 40px;
      margin-left: 10px;
      margin-right: 10px;
      box-shadow: none;
      border: 1px solid #76E8E8; } }
@media (max-width: 575.98px) {
  .site-header .container {
    margin: 0 15px; }

  .hero-section {
    padding-top: 0 !important;
    padding-bottom: 60px !important; }

  .reviews .reviews-slider .slide {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px; }

  body#referencie .owl-nav {
    display: none; }

  footer.site-footer .footer {
    padding-top: 60px;
    padding-bottom: 60px; }
    footer.site-footer .footer h4 {
      margin-top: 30px; } }

/*# sourceMappingURL=style.css.map */
