@import url(_normalize.css);
/*-------------------------------------------------------------------------------------------------------------- variables */
/*----------------------------------------------------------------------------------------------------------------- preset */
html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  color: #2c2c2c;
  font-size: 100%;
  line-height: 1.5em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 480px) {
  body {
    font-size: 90%; } }
.link,
a {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #2c2c2c; }
  .link:hover,
  a:hover {
    text-decoration: none;
    color: #2d7ebf; }

input,
select,
button,
textarea {
  border: none; }

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

select {
  cursor: pointer; }

input[readonly],
input:hover[readonly] {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

section {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #2c2c2c;
  line-height: 1.2em;
  font-weight: normal; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.5em; }

  h2 {
    font-size: 2.25em; }

  h3 {
    font-size: 2em; }

  h4 {
    font-size: 1.75em; }

  h5 {
    font-size: 1.5em; }

  h6 {
    font-size: 1.25em; } }
@media (max-width: 767px) {
  h1 {
    font-size: 1.6em; }

  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1.4em; }

  h4 {
    font-size: 1.3em; }

  h5 {
    font-size: 1.2em; }

  h6 {
    font-size: 1.1em; } }
p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-bottom: 1em;
  line-height: 2.2; }
  p:last-child {
    margin-bottom: 0; }

iframe {
  border: none; }

hr {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  border-bottom: none; }

text {
  display: block; }

.btn,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  background-color: #30d4fc;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  background-image: none;
  white-space: nowrap;
  outline: 0;
  z-index: 1; }
  .btn:hover,
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #30d4fc; }

input[type="text"],
select,
textarea {
  padding: .7em;
  background-color: transparent;
  color: #2c2c2c;
  width: 100%;
  border-color: transparent;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  font-size: 16px !important; }
  input[type="text"]:hover, input[type="text"]:focus,
  select:hover,
  select:focus,
  textarea:hover,
  textarea:focus {
    background-color: transparent;
    border-bottom: 1px solid #d8d8d8; }
  input[type="text"]:focus,
  select:focus,
  textarea:focus {
    background-color: rgba(48, 212, 252, 0.1);
    outline: 0;
    border-bottom: 1px solid #30d4fc; }

input[type="file"] {
  display: block; }

/*placeholder*/
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: rgba(44, 44, 44, 0.5); }

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: rgba(44, 44, 44, 0.5); }

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: rgba(44, 44, 44, 0.5); }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: rgba(44, 44, 44, 0.5); }

/*scrollbar*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-button {
  width: 0;
  height: 0; }

::-webkit-scrollbar-thumb {
  border: none none #fff;
  background-color: #bfbfbf;
  border-radius: 0; }

::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf; }

::-webkit-scrollbar-thumb:active {
  background: #2d7ebf; }

::-webkit-scrollbar-track {
  border: none none #fff;
  background: #666;
  border-radius: 0; }

::-webkit-scrollbar-track:hover {
  background: #666; }

::-webkit-scrollbar-track:active {
  background: #333; }

::-webkit-scrollbar-corner {
  background: transparent; }

#backToTop {
  display: block;
  position: fixed;
  background-color: #30d4fc;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  z-index: 100; }
  #backToTop.view {
    visibility: visible;
    opacity: 1; }
  #backToTop.mostBottom {
    background-color: #fff; }
    #backToTop.mostBottom svg path {
      fill: #30d4fc; }
  #backToTop svg {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  #backToTop:hover svg {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

.anchor {
  display: block;
  height: 70px;
  visibility: hidden;
  position: absolute;
  top: -70px; }

.excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis; }

.container {
  margin: 0 150px; }
  .has-sidebar .container {
    width: calc(100% - 150px);
    margin-right: 0;
    margin-left: auto; }

main {
  min-height: calc(100vh - 70px - 60px); }

body:not(#login) input[type="text"],
body:not(#login) input[type="email"],
body:not(#login) input[type="password"],
body:not(#login) input[type="select"],
body:not(#login) input[type="number"],
body:not(#login) input[type="search"],
body:not(#login) select {
  background-color: transparent;
  border-bottom: 1px solid #d8d8d8 !important;
  padding: 10px;
  width: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  body:not(#login) input[type="text"]:focus,
  body:not(#login) input[type="email"]:focus,
  body:not(#login) input[type="password"]:focus,
  body:not(#login) input[type="select"]:focus,
  body:not(#login) input[type="number"]:focus,
  body:not(#login) input[type="search"]:focus,
  body:not(#login) select:focus {
    border-color: #2d7ebf !important;
    outline: none; }

input[type=submit][disabled] {
  opacity: .4;
  cursor: initial; }

input[type=submit][disabled]:hover {
  background-color: transparent !important;
  color: #2d7ebf !important; }

table {
  width: 100%;
  border-collapse: collapse; }
  table th {
    color: #fff;
    border: none !important; }
  table th, table td {
    padding: 10px;
    text-align: left; }
  table tr:nth-child(2n+1) {
    background-color: #d8d8d8; }
  table tr:first-child {
    background-color: #2d7ebf; }
  table tbody tr:nth-child(2n+1) {
    background-color: #ffffff !important; }
  table tbody tr:nth-child(2n) {
    background-color: #d8d8d8 !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #30d4fc;
    font-family: "Nunito", sans-serif; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2.2em; }

h3 {
  font-size: 2em; }

h3 {
  font-size: 1.8em; }

h5 {
  font-weight: 400; }

.label {
  line-height: 1.4em; }
  .label.label-big {
    font-size: 3.5em; }
  .label.label-semiBig {
    font-size: 2.75em; }
  .label.label-medium {
    font-size: 2em; }
  .label.label-semiMedium {
    font-size: 1.25em; }
  .label.label-small {
    font-size: .8em; }
  .label.label-font1 {
    font-family: "Nunito", sans-serif; }
  .label.label-font2 {
    font-family: "OpenSans", sans-serif; }
  .label.label-uppercase {
    text-transform: uppercase; }
  .label.label-light {
    font-weight: 300; }
  .label.label-bold {
    font-weight: 800; }
  .label.label-semiBold {
    font-weight: 700; }
  .label.label-light {
    font-weight: 300; }
  .label.label-color-base {
    color: #30d4fc; }
  .label.label-color-cta {
    color: #2d7ebf; }

header {
  position: relative;
  height: 70px;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px -6px 18px 0px rgba(0, 0, 0, 0.3); }
  header #logo img {
    height: calc(70px - 15px);
    width: auto; }
  header .account {
    position: absolute;
    font-size: 1.1em;
    right: 150px; }

.sidebar-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0px -6px 18px 0px rgba(0, 0, 0, 0.3); }
  .sidebar-menu .menu-item {
    padding: 20px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .sidebar-menu .menu-item::before {
      content: "";
      position: absolute;
      left: -5px;
      top: 0;
      height: 100%;
      width: 5px;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .sidebar-menu .menu-item:hover .title {
      color: #2d7ebf; }
    .sidebar-menu .menu-item:hover svg {
      fill: #2d7ebf; }
    .sidebar-menu .menu-item:hover::before {
      background-color: #9d9d9d;
      left: 0; }
    .sidebar-menu .menu-item.active svg {
      fill: #2d7ebf; }
    .sidebar-menu .menu-item.active .title {
      color: #2d7ebf; }
    .sidebar-menu .menu-item.active::before {
      left: 0;
      background-color: #2d7ebf; }
    .sidebar-menu .menu-item svg {
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      height: 40px;
      margin-bottom: 10px; }
    .sidebar-menu .menu-item .title {
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      color: #2c2c2c;
      font-size: 1.1em;
      font-weight: 300; }

footer {
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 300; }

.button, input[type=submit] {
  background-color: transparent;
  color: #2d7ebf;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  border-radius: 20px;
  padding: 10px 40px;
  border: 2px solid #2d7ebf !important;
  -webkit-transition: .2s;
  transition: .2s; }
  .button:hover, input[type=submit]:hover {
    background-color: #2d7ebf !important;
    color: #fff; }

#login main {
  min-height: 100vh;
  background: radial-gradient(circle at center, #30d4fc 30%, #2b378c 100%); }
#login .content {
  min-height: 100vh;
  position: relative;
  width: 550px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 50px 50px 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff; }
#login .intro {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px; }
#login .copyright {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  left: 0;
  bottom: 30px;
  opacity: .6;
  text-align: center; }
#login .logo img {
  height: 130px;
  margin-bottom: 20px; }
#login .label {
  text-align: center; }
#login .login-form {
  width: 100%;
  max-width: 350px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center; }
#login .login-form span {
  position: relative;
  width: 100%; }
#login .login-form span svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  fill: #2d7ebf; }
#login .login-form span input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: flex;
  padding-left: 40px;
  height: 40px;
  font-size: 1.1em;
  margin-bottom: 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
#login .login-form span input:not([type=submit]):focus {
  outline: none;
  border-bottom: 1px solid #2d7ebf;
  padding: 10px 10px 10px 40px; }
#login input[type=submit] {
  background-color: transparent;
  color: #2d7ebf;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  border-radius: 20px;
  padding: 10px 40px;
  border: 2px solid #2d7ebf;
  -webkit-transition: .2s;
  transition: .2s;
  margin-top: 15px;
  margin-bottom: 20px; }
#login input[type=submit]:hover {
  background-color: #2d7ebf;
  color: #fff; }

#index main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
#index .container {
  width: 100%; }
#index .tiles {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  #index .tiles .tile {
    width: calc(25% - 30px);
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.3);
    padding: 100px 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center; }
    #index .tiles .tile svg {
      width: 90px;
      padding-bottom: 60px;
      fill: #2c2c2c; }
    #index .tiles .tile .title {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.3em;
      text-align: center;
      line-height: 1.3em;
      color: #2c2c2c; }
    #index .tiles .tile:hover {
      border-color: #2d7ebf; }
      #index .tiles .tile:hover .title {
        color: #2d7ebf; }
      #index .tiles .tile:hover svg {
        fill: #2d7ebf; }

#karty main, #transakcie main, #sluzby main, #pouzivatelia main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start; }
#karty .content, #transakcie .content, #sluzby .content, #pouzivatelia .content {
  width: calc(100% - 150px);
  padding: 0 75px;
  margin-bottom: 40px; }
#karty .add-new, #transakcie .add-new, #sluzby .add-new, #pouzivatelia .add-new {
  width: 100%;
  padding: 40px 0;
  position: relative; }
  #karty .add-new::after, #transakcie .add-new::after, #sluzby .add-new::after, #pouzivatelia .add-new::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    position: absolute;
    bottom: 0; }
  #karty .add-new a, #transakcie .add-new a, #sluzby .add-new a, #pouzivatelia .add-new a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-size: 1.2em; }
    #karty .add-new a .label, #transakcie .add-new a .label, #sluzby .add-new a .label, #pouzivatelia .add-new a .label {
      margin-left: 15px; }
    #karty .add-new a:hover svg, #transakcie .add-new a:hover svg, #sluzby .add-new a:hover svg, #pouzivatelia .add-new a:hover svg {
      fill: #2d7ebf;
      border-color: #2d7ebf; }
  #karty .add-new svg, #transakcie .add-new svg, #sluzby .add-new svg, #pouzivatelia .add-new svg {
    width: 40px;
    fill: #2c2c2c;
    border: 2px solid #2c2c2c;
    border-radius: 10px;
    padding: 5px; }

.items-list {
  margin-top: 40px; }
  .items-list table {
    margin-top: 20px; }
    .items-list table tbody tr {
      cursor: pointer; }
      .items-list table tbody tr:hover {
        background-color: rgba(157, 157, 157, 0.6) !important; }
  .items-list .dataTables_wrapper {
    margin-top: 20px; }
    .items-list .dataTables_wrapper .dataTables_paginate .paginate_button {
      border: none !important;
      background: transparent !important;
      position: relative !important; }
      .items-list .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .items-list .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: transparent !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important; }
      .items-list .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: black !important; }
        .items-list .dataTables_wrapper .dataTables_paginate .paginate_button:hover::after {
          background-color: #2d7ebf; }
      .items-list .dataTables_wrapper .dataTables_paginate .paginate_button::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - 15px);
        width: 30px;
        height: 3px;
        border-radius: 10px;
        background-color: transparent;
        -webkit-transition: .2s;
        transition: .2s; }
      .items-list .dataTables_wrapper .dataTables_paginate .paginate_button.current::after {
        background-color: #2d7ebf; }
      .items-list .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after, .items-list .dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
        background-color: transparent; }
  .items-list .dataTables_length, .items-list .dataTables_filter {
    margin-bottom: 10px; }

#platba #qr-scanner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center; }
  #platba #qr-scanner .video {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%; }
    #platba #qr-scanner .video #canvas {
      width: 100%;
      max-width: 500px; }
  #platba #qr-scanner .form {
    margin-top: 80px;
    padding: 0 150px;
    width: 100%; }
    #platba #qr-scanner .form h3 {
      text-align: center; }
    #platba #qr-scanner .form .fields {
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      align-items: center;
      padding-top: 10px; }
      #platba #qr-scanner .form .fields input[type="text"] {
        width: 100%;
        margin-bottom: 10px; }
#platba .container {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 20px; }
  #platba .container.hidden {
    opacity: 0;
    visibility: hidden; }
  #platba .container h1 {
    margin-bottom: 20px; }
  #platba .container h2 {
    margin-bottom: 10px; }
  #platba .container #card-info {
    margin-bottom: 40px; }
  #platba .container #payment-form form > * {
    margin-bottom: 15px; }

#platba-uspesna main {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }
#platba-uspesna .payment-success {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }
#platba-uspesna .svg-div {
  width: 150px;
  border: 6px solid green;
  padding: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 30px; }
  #platba-uspesna .svg-div svg {
    width: 100%;
    fill: green; }
#platba-uspesna .label {
  font-size: 2em;
  margin-bottom: 30px; }

#sluzby h2 {
  margin-bottom: 20px; }
#sluzby img {
  position: relative;
  left: -15px; }

#pouzivatelia .content {
  margin-top: 40px; }

@media (max-width: 1024px) {
  .container {
    margin: 0 75px; }

  section {
    padding-top: 40px;
    padding-bottom: 40px; }

  .label.label-leftLine {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 20px; }

  header {
    padding: 0 50px; }
    header #logo {
      width: 170px; }
    header #hamburger-icon {
      display: block; }
    header .menu {
      display: none; }
    header .responsive-menu .menu {
      display: block; }

  #o-mne {
    margin-left: 0;
    margin-right: 0; }
    #o-mne .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-direction: column-reverse; }
    #o-mne .split:first-child {
      width: calc(100% + 2*75px);
      margin-left: -75px;
      margin-right: -75px;
      padding-right: 0; }
      #o-mne .split:first-child img {
        -webkit-clip-path: none;
        clip-path: none; }
    #o-mne .split:last-child {
      padding-top: 26.66667px;
      padding-bottom: 60px;
      padding-left: 0;
      padding-right: 0;
      width: 100%; }

  #sluzby .innerContent .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
    padding-left: 70px;
    -webkit-box-align: start;
    align-items: flex-start; }
    #sluzby .innerContent .row:last-child::after {
      height: calc(50% + 50px); }
    #sluzby .innerContent .row::after {
      left: 15px; }
    #sluzby .innerContent .row .description {
      margin: 0 !important;
      width: 100%;
      text-align: left !important;
      -webkit-box-align: start !important;
      align-items: flex-start !important; }
    #sluzby .innerContent .row .image {
      padding-bottom: 20px;
      margin-left: 0 !important; }
    #sluzby .innerContent .row .checkbox {
      left: 0; }
  #sluzby .innerFooter {
    padding-top: 0;
    padding-bottom: 20px; }

  #galeria .innerHeader {
    margin-top: 13.33333px; }
  #galeria .innerContent {
    margin-top: 20px; }
    #galeria .innerContent #lightgallery {
      grid-gap: 10px;
      grid-template-columns: repeat(4, 1fr); }
      #galeria .innerContent #lightgallery a {
        height: 140px; }
  #galeria .innerFooter .button#button-order.active {
    padding-left: 40px;
    padding-right: 40px; }
    #galeria .innerFooter .button#button-order.active .wpcf7 {
      width: 100%; }

  #kontakt .image {
    display: none; }
  #kontakt .content {
    width: 100%;
    margin-left: 0; } }
@media (max-width: 767px) {
  .container {
    margin: 0 50px; }

  #login main {
    -webkit-box-pack: start;
    justify-content: center; }
  #login .content {
    width: 480px;
    height: 100%; } }
@media (max-width: 480px) {
  .container {
    margin: 0 25px; }

  #login main {
    min-height: auto;
    background: transparent; }
  #login .content {
    min-height: auto;
    width: 100%;
    box-shadow: none; }
  #login .copyright {
    position: initial;
    padding: 0;
    margin-top: 50px; }

  header {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 20px; }
    header .account {
      position: initial; }

  #platba #qr-scanner .form {
    margin-top: 20px;
    padding: 0 25px; } }

/*# sourceMappingURL=master.css.map */
