.nodisplay {
  display: none; }

.alert i {
  font-size: 1.5em;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle; }
.alert span {
  display: inline-block;
  vertical-align: middle; }

.margin-bottom {
  margin-bottom: 20px; }

.vmiddle {
  vertical-align: middle; }

.inline {
  display: inline-block; }

header {
  position: relative; }
  header .top {
    position: absolute;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    top: 20px; }
    @media screen and (max-width: 767px) {
      header .top .top-strap {
        height: 180px;
        top: 0; } }
    header .top img.logo {
      margin-top: -21px; }
    header .top .top-contact {
      font-size: 12px;
      padding-top: 11px; }
      header .top .top-contact ul {
        padding-left: 0; }
        header .top .top-contact ul li {
          display: inline-block;
          padding-left: 5px; }
          header .top .top-contact ul li i {
            color: #C6CAD3;
            font-size: 14px; }
      header .top .top-contact a {
        color: white;
        text-decoration: none; }
      header .top .top-contact a.tel, header .top .top-contact a.gps, header .top .top-contact a.email {
        padding-right: 10px; }
    @media screen and (max-width: 767px) {
      header .top .top-contact {
        padding-top: 5px; }
      header .top ul li {
        width: 100%;
        display: block;
        padding-top: 5px; } }
  header .top-icon {
    position: absolute;
    z-index: 3;
    width: 120px;
    margin-bottom: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 15px;
    right: 0;
    -webkit-transition: padding-right 0.5s, width 0.5s;
    transition: padding-right 0.5s, width 0.5s;
    top: 80px;
    cursor: pointer; }
    header .top-icon div {
      width: 100px; }
  header .top-icon:hover {
    width: 130px;
    padding-right: 25px; }
  header .rezervacia, header .newsletter {
    background-color: #C6CAD3;
    color: black; }
    header .rezervacia i, header .newsletter i {
      color: black;
      font-size: 20px; }
  header .newsletter {
    margin-top: 40px; }
  header .facebook {
    background-color: #165E97;
    color: white;
    margin-top: 80px; }
    header .facebook i {
      color: white;
      font-size: 20px; }
  header .tripadvisor {
    background-color: #007A00;
    color: white;
    margin-top: 120px; }
    header .tripadvisor i {
      color: white;
      font-size: 20px; }
  header .google {
    background-color: #3369E8;
    color: white;
    margin-top: 160px; }
    header .google i {
      color: white;
      font-size: 20px; }

.navbar-collapse {
  padding: 0; }

.navbar-default {
  border: 0;
  min-height: 40px; }
  .navbar-default ul.nav {
    margin: 0 auto; }
    .navbar-default ul.nav li > a {
      height: 40px;
      text-transform: uppercase;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: transparent !important;
      color: #000; }
      .navbar-default ul.nav li > a:hover, .navbar-default ul.nav li > a:focus {
        color: #165E97; }
    .navbar-default ul.nav li .li-active {
      height: 3px;
      background-color: #603913;
      margin-right: 15px;
      margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .navbar-default ul.nav li .li-active {
        margin-right: 115px;
        margin-left: 115px; } }
    .navbar-default ul.nav li.active a {
      color: black;
      padding-bottom: 7px; }
      .navbar-default ul.nav li.active a:hover {
        color: #165E97; }
    .navbar-default ul.nav li.rezervacia a {
      background-color: #165E97 !important;
      color: white; }
      .navbar-default ul.nav li.rezervacia a:hover {
        background-color: #10456E !important;
        color: white; }

.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
  background-color: #A8AEBC !important;
  margin-top: 30px;
  margin-right: -44px;
  border-color: #99A0B1 !important; }
  @media (max-width: 767px) {
    .navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
      margin-right: 0;
      margin-top: 10px;
      display: inline-block; } }
  .navbar-toggle .icon-bar, .navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
    background-color: white; }

.menu {
  background-color: white; }

.navbar-nav {
  width: 100%;
  text-align: center; }
  .navbar-nav > li {
    float: none;
    display: inline-block; }

.navbar {
  min-height: 40px;
  background-color: white;
  margin: 0; }

@media (max-width: 767px) {
  .navbar {
    min-height: 52px; }

  .navbar-nav {
    text-align: left; }
    .navbar-nav > li {
      display: block; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #C6CAD3; } }
.btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold; }

.btn-dark {
  color: white;
  background-color: #1F5D95;
  border-color: #1F5D95; }
  .btn-dark:focus, .btn-dark.focus {
    color: white;
    background-color: #16436b;
    border-color: #091b2b; }
  .btn-dark:hover {
    color: white;
    background-color: #16436b;
    border-color: #143d62; }
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    color: white;
    background-color: #16436b;
    border-color: #143d62; }
    .btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
      color: white;
      background-color: #10304d;
      border-color: #091b2b; }
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    background-image: none; }
  .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
    background-color: #1F5D95;
    border-color: #1F5D95; }
  .btn-dark .badge {
    color: #1F5D95;
    background-color: white; }

.btn-secondary {
  color: white;
  background-color: #c6cad3;
  border-color: #c6cad3; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: white;
    background-color: #a9afbd;
    border-color: #7e879b; }
  .btn-secondary:hover {
    color: white;
    background-color: #a9afbd;
    border-color: #a3aab8; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #a9afbd;
    border-color: #a3aab8; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: white;
      background-color: #959dad;
      border-color: #7e879b; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
    background-color: #c6cad3;
    border-color: #c6cad3; }
  .btn-secondary .badge {
    color: #c6cad3;
    background-color: white; }

.carousel-fade {
  background: #c6cad3; }
  .carousel-fade .carousel-inner .item {
    transition-property: opacity;
    height: 100%;
    width: 100%; }
    .carousel-fade .carousel-inner .item img {
      margin: 0 auto; }
    .carousel-fade .carousel-inner .item .image {
      width: 100%;
      height: 400px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-caption {
    text-align: center;
    padding: 0;
    bottom: 150px;
    font-size: 81px;
    line-height: 1em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 767px) {
      .carousel-fade .carousel-caption {
        font-size: 40px; } }
    .carousel-fade .carousel-caption strong {
      display: block;
      font-weight: 400;
      font-family: "Great Vibes", "sans-serif"; }
      .carousel-fade .carousel-caption strong:before, .carousel-fade .carousel-caption strong:after {
        background-color: white;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 20%; }
      .carousel-fade .carousel-caption strong:before {
        right: 0.5em;
        margin-left: -20%; }
      .carousel-fade .carousel-caption strong:after {
        left: 0.5em;
        margin-right: -20%; }
    .carousel-fade .carousel-caption .viac {
      margin-top: 60px;
      color: #1F5D95;
      padding: .5em 1em;
      font-size: 18px;
      font-weight: 300;
      border-radius: 3px;
      border: 2px solid #1F5D95;
      text-transform: uppercase;
      display: inline-block; }
      .carousel-fade .carousel-caption .viac:hover {
        background: #1F5D95;
        color: white; }
  .carousel-fade .carousel-control {
    z-index: 2; }
  .carousel-fade ol.carousel-indicators li {
    width: 5px;
    height: 5px;
    margin: 0;
    margin-left: 5px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-fade ol.carousel-indicators li.active {
      margin-left: 5px;
      border: none;
      background-color: white; }
  .carousel-fade .scroll {
    position: absolute;
    bottom: 30px;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1F5D95;
    color: white;
    font-size: 40px; }

h1, .h1 {
  font-size: 48px;
  font-weight: 300;
  padding: 40px 0 35px;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #a9afbd;
  background-image: url("../images/floral.png");
  background-position: center bottom;
  background-repeat: no-repeat; }

h2, .h2 {
  margin-top: 1em;
  color: #1F5D95; }
  h2 a, .h2 a {
    color: #c6cad3; }
    h2 a:hover, .h2 a:hover {
      color: #a9afbd; }

h3 {
  margin-top: 0;
  color: #1F5D95; }
  h3 a {
    color: #1F5D95; }
    h3 a:hover {
      color: #16436b; }

.gallery {
  margin-top: 30px; }
  .gallery .gallery_item {
    cursor: pointer;
    margin-bottom: 30px; }

.clanok_vypis {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px; }
  .clanok_vypis div {
    margin-bottom: 1em; }
  .clanok_vypis .clanok {
    height: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    padding: 20px;
    background-color: white; }
    .clanok_vypis .clanok h2 {
      margin-top: 0;
      color: black;
      font-weight: 300;
      padding-top: 10px;
      padding-bottom: 15px;
      font-size: 18px;
      height: 65px; }
      .clanok_vypis .clanok h2 a {
        color: black; }
    .clanok_vypis .clanok img {
      width: 100%; }
    .clanok_vypis .clanok .text {
      padding-top: 15px;
      margin: 0; }

.table-cennik {
  margin-top: 20px; }
  .table-cennik thead {
    background-color: #F7F7F7; }
    .table-cennik thead th.polozka {
      width: 380px; }

.clanok-blog {
  display: flex; }
  .clanok-blog .blog-foto {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 250px; }
    .clanok-blog .blog-foto img {
      width: 250px; }
  .clanok-blog .blog-text h2 {
    text-align: left;
    margin-top: 0px; }
  .clanok-blog .blog-text .datum {
    text-align: left; }
  .clanok-blog .blog-text .text {
    text-align: justify; }

.btn {
  border-radius: 1px; }

.kontakt #map {
  margin-top: 15px;
  height: 380px; }
.kontakt .kontakt-form form textarea {
  height: 120px;
  border-radius: 1px; }
.kontakt .kontakt-form form input {
  border-radius: 1px; }

.forum-item {
  margin-top: 20px; }
  .forum-item .autor-item {
    float: right;
    margin-top: 10px; }
    .forum-item .autor-item .autor {
      float: left;
      font-style: italic;
      color: #4C4C4C; }
    .forum-item .autor-item .datum {
      color: #4C4C4C;
      float: left; }

.uvod-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }
  .uvod-icons .col-sm-3 {
    display: flex;
    align-items: center;
    justify-content: center; }
    .uvod-icons .col-sm-3 img {
      width: 50px;
      float: left;
      margin-right: 10px; }
    .uvod-icons .col-sm-3 .text {
      font-weight: bold; }

ul.subory_vypis {
  list-style: none;
  padding: 0; }
  ul.subory_vypis li a {
    display: inline-block;
    padding: 0 0 0 25px;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px 20px; }
    ul.subory_vypis li a.doc {
      background-image: url("../images/icon/doc.png"); }
    ul.subory_vypis li a.eml {
      background-image: url("../images/icon/eml.png"); }
    ul.subory_vypis li a.eps {
      background-image: url("../images/icon/eps.png"); }
    ul.subory_vypis li a.htm {
      background-image: url("../images/icon/htm.png"); }
    ul.subory_vypis li a.jpeg {
      background-image: url("../images/icon/jpeg.png"); }
    ul.subory_vypis li a.jpg {
      background-image: url("../images/icon/jpg.png"); }
    ul.subory_vypis li a.msg {
      background-image: url("../images/icon/msg.png"); }
    ul.subory_vypis li a.pdf {
      background-image: url("../images/icon/pdf.png"); }
    ul.subory_vypis li a.png {
      background-image: url("../images/icon/png.png"); }
    ul.subory_vypis li a.pst {
      background-image: url("../images/icon/pst.png"); }
    ul.subory_vypis li a.rar {
      background-image: url("../images/icon/rar.png"); }
    ul.subory_vypis li a.tif {
      background-image: url("../images/icon/tif.png"); }
    ul.subory_vypis li a.xls {
      background-image: url("../images/icon/xls.png"); }
    ul.subory_vypis li a.zip {
      background-image: url("../images/icon/zip.png"); }

footer {
  background-color: #FAFAFA;
  padding-top: 60px; }
  footer h2 {
    color: black; }
  footer div.contact a {
    color: black;
    text-decoration: underline; }
    footer div.contact a:hover {
      color: #333333; }
  footer div.contact .tel, footer div.contact .email {
    padding-top: 20px; }
  footer .navbar {
    background-color: transparent; }
    footer .navbar.navbar-footer nav, footer .navbar.navbar-footer .navbar-nav {
      text-align: left; }
      footer .navbar.navbar-footer nav li, footer .navbar.navbar-footer .navbar-nav li {
        display: block; }
        footer .navbar.navbar-footer nav li a, footer .navbar.navbar-footer .navbar-nav li a {
          color: black;
          padding-left: 0;
          padding-top: 0;
          padding-bottom: 5px;
          text-decoration: none; }
          footer .navbar.navbar-footer nav li a:hover, footer .navbar.navbar-footer nav li a:focus, footer .navbar.navbar-footer .navbar-nav li a:hover, footer .navbar.navbar-footer .navbar-nav li a:focus {
            background-color: transparent;
            text-decoration: underline;
            color: black; }
  footer .form-inline {
    padding-top: 20px; }
    footer .form-inline input {
      border-radius: 0px;
      height: 31px;
      padding-left: 6px; }
    footer .form-inline button {
      font-size: 12px;
      border-radius: 1px; }
  footer .created {
    height: 100px;
    padding-top: 40px;
    font-size: 11px;
    color: #777777; }
    footer .created a {
      color: #777777; }
  footer .align-left {
    text-align: left; }
  @media screen and (max-width: 768px) {
    footer .align-left {
      text-align: center; }
    footer .navbar-nav {
      text-align: center !important;
      margin: 0; }
      footer .navbar-nav a {
        padding: 0; } }

#app #ajax_loading {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 1em;
  width: 100%;
  z-index: 100;
  text-align: center;
  background: rgba(31, 93, 149, 0.7);
  color: white;
  font-size: 1.5em;
  font-weight: bold; }
  #app #ajax_loading .fa {
    animation: fa-spin 1s infinite steps(8);
    margin-right: .5em; }
#app .panel-primary h4 a:hover, #app .panel-primary h4 a:focus {
  text-decoration: none;
  color: white; }
#app .panel-primary h4 small {
  color: white;
  font-weight: bold;
  font-size: 1em;
  margin-left: 1em; }
#app .panel-primary .panel-body {
  background: transparent; }
#app .galeria img {
  width: calc(25% - 1px);
  margin-bottom: 1px;
  margin-right: 1px; }
#app .typ_izby {
  margin-bottom: 1px; }
  #app .typ_izby h2 {
    background: #eeeeee;
    color: black;
    padding: .5em 1em;
    margin: 0;
    margin-bottom: 1px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */ }
    #app .typ_izby h2:before {
      content: "\f096";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      padding-right: .5em; }
    #app .typ_izby h2 small {
      color: black;
      font-size: 1em;
      font-weight: bold;
      margin-left: 1em; }
    #app .typ_izby h2 .podnadpis {
      display: inline-block;
      margin-left: 1em;
      font-size: .8em; }
  #app .typ_izby .info {
    display: none; }
    #app .typ_izby .info .col-sm-5 {
      width: 100%; }
    #app .typ_izby .info .col-sm-7 {
      width: 100%; }
    #app .typ_izby .info .jednotkova_cena {
      cursor: help;
      text-decoration: underline;
      text-decoration-style: dotted; }
    #app .typ_izby .info .jednotkova_cena_bez_zlavy {
      font-size: 0.75em;
      margin-right: .5em;
      color: #aaa; }
    #app .typ_izby .info table {
      width: 100%; }
      #app .typ_izby .info table > tbody > tr:first-child td {
        border-top: 0; }
      #app .typ_izby .info table tr td {
        font-size: 13px;
        padding: 3px 4px; }
        #app .typ_izby .info table tr td label {
          margin-bottom: 0; }
        #app .typ_izby .info table tr td:nth-child(2) {
          width: 200px; }
        #app .typ_izby .info table tr td.vypocet div {
          float: left; }
        #app .typ_izby .info table tr td.vypocet div.vypocet_select {
          width: 25%; }
        #app .typ_izby .info table tr td.vypocet div.vypocet {
          width: 75%; }
        #app .typ_izby .info table tr td:last-child {
          width: 70px; }
      #app .typ_izby .info table tfoot th, #app .typ_izby .info table tfoot td {
        border-top: double 3px #222222;
        font-weight: bold;
        font-size: 14px;
        padding: 5px; }
        #app .typ_izby .info table tfoot th:first-child, #app .typ_izby .info table tfoot td:first-child {
          text-align: left;
          padding-left: 35px; }
        #app .typ_izby .info table tfoot th:nth-child(2), #app .typ_izby .info table tfoot td:nth-child(2) {
          text-align: left; }
    #app .typ_izby .info select.form-control {
      padding: 0 1px;
      height: 20px;
      font-size: 10px; }
  #app .typ_izby.selected h2:before {
    content: "\f046"; }
  #app .typ_izby .text {
    text-align: center;
    color: #aaa;
    margin-top: .5em; }
#app .izba-buttons {
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between; }
  #app .izba-buttons .btn {
    margin-top: 1em; }
    #app .izba-buttons .btn.btn-back:before {
      content: "\f177";
      font-family: FontAwesome;
      padding-right: 10px; }
    #app .izba-buttons .btn.btn-next {
      margin-left: auto; }
      #app .izba-buttons .btn.btn-next:after {
        content: "\f178";
        font-family: FontAwesome;
        padding-left: 10px; }
#app .sumar {
  margin: 0 auto;
  display: table;
  margin-bottom: 1em; }
  #app .sumar > div {
    display: table-row; }
    #app .sumar > div > span, #app .sumar > div > strong {
      display: table-cell;
      font-size: 14px;
      padding: 3px; }
    #app .sumar > div > .cena_pred_zlavou {
      text-align: right;
      text-decoration: line-through;
      color: #aaa; }
    #app .sumar > div > strong {
      text-align: right; }
    #app .sumar > div.cena-spolu span, #app .sumar > div.cena-spolu strong {
      border-top: double 3px #222222;
      font-weight: bold;
      font-size: 20px; }
    #app .sumar > div.cena-spolu.is-zlava span, #app .sumar > div.cena-spolu.is-zlava strong {
      color: #777777;
      font-size: 14px;
      text-decoration: line-through; }
    #app .sumar > div.cena-vasa span,
    #app .sumar > div.cena-vasa strong {
      font-size: 20px;
      font-weight: bold;
      color: #1F5D95; }
    #app .sumar > div.cena-vasa span:before {
      content: "\f06b";
      font-family: FontAwesome;
      padding-right: 10px; }
#app .btn-submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: none;
  font-weight: normal; }

.flatpickr-calendar .flatpickr-weekdays {
  background: #eeeeee !important; }
.flatpickr-calendar .flatpickr-month {
  background: #eeeeee !important; }
.flatpickr-calendar .flatpickr-day.selected {
  background: #1F5D95 !important;
  border-color: #1F5D95 !important; }

.popover .cena_v_datume {
  display: inline-block;
  margin-right: 3px; }
  .popover .cena_v_datume span {
    display: block;
    text-align: center;
    font-size: 9px; }
    .popover .cena_v_datume span.cena {
      background: #1F5D95;
      color: white;
      font-weight: bold;
      padding: 0 .5em; }

#hlavna_rezervacia table tr td:nth-child(2) {
  text-align: right; }
#hlavna_rezervacia table tr.pocet_osob td {
  border-bottom: 1px solid #1F5D95; }
#hlavna_rezervacia table tr.cena td {
  border-top: 3px double #1F5D95; }

/* ************************************************* HTML */
html, body {
  background-color: #FAFAFA; }
  @media print {
    html a[href]:after, body a[href]:after {
      content: none !important; } }
  html a:hover, html a:focus, body a:hover, body a:focus {
    text-decoration: none; }
  html p:last-child, body p:last-child {
    margin: 0; }

#map {
  width: 100%;
  height: 300px; }

.page {
  padding-top: 20px; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

@media screen and (max-width: 767px) {
  .align-left {
    text-align: center; }

  .align-right {
    text-align: center; } }
.virtualna-prehliadka {
  margin: -8px; }
  .virtualna-prehliadka iframe {
    width: 100%;
    height: 100%; }

.virtualna-prehliadka-view {
  margin-top: 30px;
  margin-bottom: 20px; }
  .virtualna-prehliadka-view a .row {
    margin: 0; }
    .virtualna-prehliadka-view a .row .col-sm-4 {
      padding: 0; }
      .virtualna-prehliadka-view a .row .col-sm-4 .shadow {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: white;
        opacity: 0.5;
        top: 0; }
      .virtualna-prehliadka-view a .row .col-sm-4 h2 {
        position: absolute;
        z-index: 2;
        font-size: 30px;
        top: 0;
        left: 0;
        right: 0;
        text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.5);
        text-align: center;
        margin-top: 60px; }
  .virtualna-prehliadka-view a .col-sm-4:hover > .shadow {
    opacity: 0; }

#odvolanie_suhlasu_form {
  margin-top: 30px; }
  #odvolanie_suhlasu_form input {
    width: 30%; }
    @media screen and (max-width: 991px) {
      #odvolanie_suhlasu_form input {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      #odvolanie_suhlasu_form input {
        width: 100%; } }
    #odvolanie_suhlasu_form input#odvolanie {
      width: auto;
      margin-left: 0; }
  #odvolanie_suhlasu_form .checkbox {
    padding: 20px 10px;
    background-color: rgba(31, 93, 149, 0.03);
    margin-bottom: 15px; }
  #odvolanie_suhlasu_form .poucenie {
    color: #444343;
    margin-top: 15px; }

/*# sourceMappingURL=screen.css.map */
