@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, ul, li, * {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover,
*:focus {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

i,
em,
dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * clearfix
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* For IE 6/7 only */
.clearfix {
  *zoom: 1; }

.left-col {
  width: 50%;
  float: left; }

.right-col {
  width: 50%;
  float: right; }

/*===VARIABLES====*/
/*===GENERALS=====*/
html {
  font-size: 62.5%;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 490px) {
    html {
      font-size: 56.5%; } }

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2.3rem; }

.section {
  position: relative; }

/*===404=========*/
.error-wrap-404 {
  width: 100%;
  height: 100vh;
  text-align: center;
  padding-top: 100px; }

/*===HEADER===*/
header {
  width: 100%;
  height: 13rem;
  background: white;
  transition: 0.2s;
  position: fixed;
  z-index: 90;
  top: 0; }
  header .container {
    position: relative;
    z-index: 999; }

header.fixed {
  height: 10rem; }

header.fixed .line1 {
  height: 5.5rem; }

header.fixed .line2 {
  top: 5.5rem;
  right: -20px; }

.login-button {
  line-height: 3rem;
  font-size: 1.5rem;
  color: #31335a;
  padding: 0 1.6rem;
  border: 1px solid #31335a;
  margin-left: 1.5rem;
  background-color: transparent;
  transition: 0.2s;
  font-weight: 300; }
  .login-button:hover {
    background-color: #31335a;
    color: white; }

.login-button.objednat {
  color: white;
  background-color: #3aaa35;
  border-color: #3aaa35; }
  .login-button.objednat:hover {
    background-color: #31335a;
    border-color: #31335a; }

.logout-button.language {
  padding: 0 0.6rem; }

.logout-button {
  line-height: 3rem;
  font-size: 1.5rem;
  color: white;
  background-color: #31335a;
  padding: 0 1.6rem;
  border: 1px solid #31335a;
  margin-left: 1.5rem;
  font-weight: 300;
  transition: 0.2s; }
  .logout-button:hover {
    background-color: white;
    border-color: white;
    color: #31335a; }

h1 {
  margin: 0; }

a.logo {
  display: inline-block;
  width: 213px;
  height: 87px;
  background-image: url("../img/logo.svg");
  background-size: contain;
  margin-top: 2.1rem;
  transition: 0.2s;
  background-repeat: no-repeat; }

header.fixed a.logo {
  width: 155px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/logo.svg"); }

.line1 {
  float: right;
  height: 8.5rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  padding-top: 0.9rem;
  transition: 0.2s; }
  .line1 a.program-link {
    color: #c9ab65;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    padding-right: 1.8rem;
    transition: 0.2s; }
    .line1 a.program-link:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 2.2rem;
      width: 1px;
      background: #626262; }
    .line1 a.program-link:hover {
      color: black; }
  .line1 a.program-link:nth-of-type(2) {
    padding-left: 1.8rem; }
  .line1 .contact-link {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #626262;
    transition: 0.2s;
    margin-left: 2rem; }
    .line1 .contact-link:hover {
      color: #c9ab65; }

.line2 {
  float: right;
  height: 4.5rem;
  position: absolute;
  right: 0;
  top: 8.5rem;
  text-align: right;
  transition: 0.2s; }

.line2 ul {
  list-style-type: none; }
  .line2 ul li {
    display: inline-block; }
  .line2 ul a {
    font-size: 1.7rem;
    line-height: 3rem;
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0.45rem;
    padding: 0 1.3rem;
    display: inline-block;
    transition: 0.2s; }
    .line2 ul a:hover, .line2 ul a.active {
      background: #c9ab65;
      color: white; }

.nav-button {
  display: none;
  font-size: 1.5rem;
  padding: 1rem;
  line-height: 1.6rem;
  background: #c9ab65;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.2s;
  margin-right: 0.45rem;
  margin-top: 5.5rem; }
  .nav-button:hover {
    background-color: #31335a;
    cursor: pointer; }

.sub-menu {
  display: none;
  padding: 2rem 0; }
  .sub-menu a.program-link {
    color: #c9ab65;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    padding-right: 1.8rem;
    transition: 0.2s; }
    .sub-menu a.program-link:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 2.2rem;
      width: 1px;
      background: #626262; }
    .sub-menu a.program-link:hover {
      color: black; }
  .sub-menu .contact-link {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #626262;
    transition: 0.2s;
    margin-left: 2rem; }
    .sub-menu .contact-link:hover {
      color: #c9ab65; }

a {
  color: #c9ab65;
  font-weight: 700;
  transition: .2s;
  text-decoration: none; }
  a:hover {
    color: black; }

a.button, .button {
  line-height: 5.5rem;
  background: #3aaa35;
  color: white;
  font-size: 2.2rem;
  text-transform: uppercase;
  padding: 0 6rem;
  margin-top: 6rem;
  display: inline-block;
  transition: 0.2s;
  font-weight: 400; }
  a.button:hover, .button:hover {
    background: #31335a;
    cursor: pointer; }

a.button.grey {
  color: white;
  background: #1e1e1e;
  font-weight: 400;
  margin-top: 0; }
  a.button.grey:hover {
    color: #1e1e1e;
    background: #c9ab65; }

a.button.transparent {
  background: transparent;
  border: 2px solid #1e1e1e;
  color: #1e1e1e; }
  a.button.transparent:hover {
    background: #1e1e1e;
    color: white; }

a.button.blue {
  background-color: #31335a;
  color: white;
  font-weight: 400; }
  a.button.blue:hover {
    background-color: white;
    color: #31335a; }

a.button.gold, .button.gold {
  background: #c9ab65;
  color: white;
  font-size: 2.2rem;
  line-height: 5.5rem; }
  a.button.gold:hover, .button.gold:hover {
    background: #31335a; }

.menu-button {
  display: none;
  float: right;
  color: #db261e;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-top: 1.2rem;
  margin-right: 1rem;
  padding: 10px;
  border: 2px solid #db261e; }
  @media screen and (max-width: 950px) {
    .menu-button {
      display: block; } }

h2 {
  font-family: "Abril Fatface", cursive;
  font-size: 7rem;
  line-height: 1;
  font-weight: 300; }

.uvod {
  width: 100%;
  height: calc(100vh - 13rem);
  background-image: url("../img/uvod.jpg");
  min-height: 500px;
  background-position: center;
  background-size: cover;
  margin-top: 13rem; 
overflow: hidden}

.detail-header .container {
	z-index: 4;
	position: relative;
}

.uvod::before, .detail-header:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7a964+0,c7a964+40,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(199,169,100,1) 0%, rgba(199,169,100,0.6) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(199,169,100,1) 0%,rgba(199,169,100,0.6) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(199,169,100,1) 0%,rgba(199,169,100,0.6) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a964', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.uvod::after,.detail-header:after {
  position: absolute;
  content: "";
  width: 474px;
  height: 100%;
  background-image: url('../img/kytka.png');
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
    left: -18%;
    display: block;
    z-index: 4;
}

@media screen and (max-width: 1580px) {
  .uvod::after, .detail-header:after {
      left: -22%;    
  }
}

@media screen and (max-width: 1480px) {
  .uvod::after, .detail-header:after {
    display: none; 
  }
}

.uvod .container {
  position: relative;
  height: 100%; 
z-index: 3}
  .uvod .container .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%; }
  .uvod .container .inner p {
    color: white;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    font-style: italic;
    padding-right: 7rem;
    margin: 20px 0 10px 0; }
  .uvod .container h2 {
    color: white;
    text-shadow: 0px 0px 8px #c9ab65; }

.tag {
  font-size: 1.8rem;
  line-height: 4.5rem;
  color: white;
  text-transform: uppercase;
  background: #31335a;
  padding: 0 1.7rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
  display: inline-block;
  font-weight: 400;
  transition: 0.2s; }
  .tag:hover {
    background: white;
    color: #31335a; }

.filter {
  width: 100%;
  height: 6rem;
  background-color: #31335a;
  padding-left: 2rem;
  padding-right: 2rem; }
  .filter .filter-tags {
    float: left; }
    .filter .filter-tags .tag {
      font-size: 1.8rem;
      line-height: 4.5rem;
      margin-top: 0.75rem;
      margin-right: 1.5rem;
      color: white;
      background-color: transparent;
      border: 1px solid white;
      margin-bottom: 0; }
      .filter .filter-tags .tag:hover, .filter .filter-tags .tag.active {
        border-color: #c9ab65;
        color: #c9ab65; }
  .filter .filter-gender {
    float: right; }
    .filter .filter-gender a {
      width: 90px;
      line-height: 4.5rem;
      text-transform: uppercase;
      font-size: 1.8rem;
      text-align: center;
      border: 1px solid white;
      color: white;
      transition: 0.2s;
      margin-top: 0.75rem;
      display: inline-block;
      margin-right: -2px;
      font-weight: 400; }
      .filter .filter-gender a.active, .filter .filter-gender a:hover {
        background-color: #c9ab65;
        color: black;
        border-color: #c9ab65;
        cursor: pointer; }

.sluzby-hp {
  width: 100%;
  padding: 12.5rem 16.5rem 11rem 0;
  text-align: center;
  background-size: cover; }
  .sluzby-hp .container {
    position: relative;
    z-index: 20; }
  .sluzby-hp:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 19;
    top: 0; }
  .sluzby-hp .tag:hover {
    background: white; }
  .sluzby-hp .images {
    display: block;
    text-align: center; }
  .sluzby-hp img {
    margin: 15px; }
  .sluzby-hp h2 {
    font-size: 6rem;
    color: #31335a;
    margin-bottom: 3rem; }
  .sluzby-hp p {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-style: italic;
    color: black;
    font-weight: 300;
    margin: 3.6rem 0 4.2rem 0; }
  .sluzby-hp .inner {
    width: 80%;
    max-width: 560px; }
  .sluzby-hp .inner.right {
    float: right;
    position: relative;
    margin-right: -170px; }
  .sluzby-hp .inner.left {
    float: left;
    position: relative;
    margin-left: -170px; }

.pece-o-plet {
  background-image: url("../img/sekce2.jpg");
  background-position: center; }

.kadernictvi {
  background-image: url("../img/sekce3.jpg");
  background-position: center; }

.pece-o-telo {
  background-image: url("../img/sekce4.jpg");
  background-position: center; }

.manikura-pedikura {
  background-image: url("../img/sekce5.jpg");
  background-position: center; }

.muz-section {
  background-image: url("../img/muz.jpg");
  background-position: center; }
  .muz-section h2 {
    color: black; }
  .muz-section .tag {
    color: black;
    border-color: black; }

.oval {
  line-height: 3.3rem;
  color: #31335a;
  border: 2px solid #31335a;
  border-radius: 30px;
  background: none;
  font-size: 1.8rem;
  text-transform: initial;
  margin-top: 1rem; }
  .oval:hover {
    background: none;
    color: #31335a; }

.tag.white {
  border-color: white;
  color: white;
  margin-top: 0;
  margin-bottom: 1.5rem; }
  .tag.white:hover {
    color: #31335a;
    border-color: #31335a;
    background-color: white; }

.blog {
  background-color: #3b3b3b;
  background-image: url("../img/sekce6.png");
  background-repeat: no-repeat;
  background-position: right 40px;
  padding: 7.5rem 0 6.3rem 0;
  text-align: center; }
  .blog h2 {
    color: #c9ab65;
    margin-bottom: 4rem; }

.blog-item {
  width: 29%;
  max-width: 395px;
  display: inline-block;
  margin-right: 4.5rem;
  margin-bottom: 5.5rem;
  text-align: left;
  transition: 0.2s;
  padding: 0.5%; }
  .blog-item:hover {
    background-color: rgba(201, 171, 101, 0.5); }
  .blog-item h3 {
    font-size: 4.5rem;
    line-height: 1.2;
    color: #e5e5e5;
    text-transform: uppercase; }
  .blog-item .date {
    font-size: 2.2rem;
    line-height: 1;
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    float: right; }
  .blog-item img {
    width: 100%;
    margin: 1rem 0; }
  .blog-item .tag {
    color: #c9ab65;
    border-color: #c9ab65; }
  .blog-item .content {
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 300;
    color: #d8d8d8;
    margin: 1.5rem 0; }
  .blog-item .more {
    font-size: 2.2rem;
    color: #c9ab65;
    font-weight: 400;
    float: right; }

.blog-item:nth-of-type(3) {
  margin-right: 0; }

footer {
  padding: 6.5rem 0 9rem 0;
  background-image: url("../img/footer.jpg");
  background-repeat: repeat;
  position: relative; }
  footer:before {
    width: 189px;
    height: 346px;
    display: block;
    position: absolute;
    content: "";
    top: 7rem;
    left: 0;
    background-image: url("../img/paticka-kytka.png"); }
  footer .container {
    position: relative;
    z-index: 9; }

.newsletter {
  margin-bottom: 8rem; }
  .newsletter p {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 300; }
  .newsletter p.title {
    font-family: "Abril Fatface", cursive;
    font-size: 3.3rem;
    line-height: 1.2rem;
    margin-bottom: 1rem; }
  .newsletter input[type="text"] {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 50px;
    border: 2px solid black;
    line-height: 4.6rem;
    font-size: 2rem;
    background-color: transparent;
    padding-left: 3rem;
    color: black;
    float: left;
    margin-right: 10px; }
  .newsletter input[type="submit"] {
    height: 50px;
    width: 100%;
    max-width: 225px;
    background: #1e1e1e;
    color: white;
    line-height: 50px;
    border: none;
    font-size: 2rem;
    text-transform: uppercase;
    transition: 0.2s; }
    .newsletter input[type="submit"]:hover {
      background: #c9ab65;
      color: black; }
  .newsletter .right-col {
    position: relative; }
    .newsletter .right-col input[type="checkbox"] {
      margin-right: 10px; }
    .newsletter .right-col label {
      position: absolute;
      left: 0;
      top: 50px; }

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6c6044; }

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #6c6044; }

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #6c6044; }

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #6c6044; }

footer .content {
  margin-bottom: 7rem; }
  footer .content p {
    font-family: "Abril Fatface", cursive;
    font-size: 6rem;
    line-height: 9.5rem;
    color: #1e1e1e; }
  footer .content .button {
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    margin-top: 1rem;
    margin-right: 3rem;
    line-height: 3.5rem;
    padding: 0 4rem;
    font-weight: 400; }
  footer .content .button:nth-of-type(2) {
    margin-right: 0; }
  footer .content .button.transparent {
    line-height: 3.1rem; }

.footer-menu ul {
  padding-left: 1.5rem; }
.footer-menu .left-col {
  width: 100%;
  max-width: 380px; }
  .footer-menu .left-col li {
    width: 50%;
    float: left; }
  .footer-menu .left-col li.last {
    float: right;
    text-align: left; }
.footer-menu .menu-title {
  font-size: 2.3rem;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 1.5rem;
  font-weight: 700; }
.footer-menu ul {
  list-style-type: none; }
  .footer-menu ul li a {
    font-size: 1.8rem;
    font-weight: 300;
    color: black;
    transition: 0.2s; }
    .footer-menu ul li a:hover {
      color: white; }
  .footer-menu ul li {
    font-size: 1.8rem;
    font-weight: 300;
    color: black; }
.footer-menu .middle-col {
  width: 100%;
  max-width: 260px;
  float: left; }
.footer-menu .middle-col-2 {
  width: 100%;
  max-width: 330px;
  float: left; }
.footer-menu .right-col {
  width: 100%;
  max-width: 300px;
  float: left; }
  .footer-menu .right-col ul {
    list-style-type: none;
    width: 80%;
    float: left; }
  .footer-menu .right-col li span {
    width: 21px;
    display: inline-block; }
  .footer-menu .right-col .social-icon {
    float: right;
    width: 43px;
    height: 43px;
    border-radius: 22px;
    transition: 0.2s;
    background-repeat: no-repeat; }
    .footer-menu .right-col .social-icon:hover {
      background-color: white; }
  .footer-menu .right-col .facebook-icon {
    background-image: url("../img/facebook.png"); }
    .footer-menu .right-col .insta-icon {
    background-image: url("../img/insta.png"); 
    margin-top: 1.5rem;}

/*==cenik==*/
.cenik-header {
  padding: 9.5rem 0 8rem 0;
  background-image: url("../img/galerie.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 10rem; }
  .cenik-header .container {
    padding-right: 35rem; }
    .cenik-header .container .button.blue {
      width: 15rem;
      height: 4.5rem;
      display: block;
      margin-top: 2rem;
      font-size: 1.8rem;
      padding: 0 2rem;
      line-height: 4.5rem;
      text-align: center; }
  .cenik-header h1 {
    font-family: "Abril Fatface", cursive;
    font-size: 7rem;
    line-height: 1;
    font-weight: 300;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65;
    margin-bottom: 3.5rem; }

.cenik-sluzby {
  padding: 5rem 0 8rem 0;
  text-align: center; }
  .cenik-sluzby h2 {
    font-size: 6rem;
    margin-bottom: 2rem;
    color: #31335a; }
  .cenik-sluzby table {
    width: 90%;
    max-width: 910px;
    margin: 0 auto;
    margin-bottom: 3rem; }
    .cenik-sluzby table tr {
      border-bottom: 2px solid #e6e6e6;
      line-height: 3.6rem;
      font-size: 2rem;
      color: #31335a; }
    .cenik-sluzby table tr:last-child {
      border: none; }
    .cenik-sluzby table tr.active, .cenik-sluzby table tr:hover {
      background-color: #c9ab65; }
      .cenik-sluzby table tr.active a, .cenik-sluzby table tr:hover a, .cenik-sluzby table tr a {
        color: #31335a;
            font-weight: 400;
      }

            .cenik-sluzby table tr.active a:hover, .cenik-sluzby table tr:hover a:hover {
        color: white;
      }
    .cenik-sluzby table td {
      width: 50%;
      padding-left: 2.5rem; 
      text-align: left;}
    .cenik-sluzby table td:nth-of-type(2) {
      text-align: right;
      padding-left: 0;
      padding-right: 2.5rem; }
  .cenik-sluzby .oval {
    margin-bottom: 2.5rem; }

.cenik-sluzby.grey {
  background-color: #f2f2f2; }
  .cenik-sluzby.grey tr {
    border-color: white; }

/*==o-nas==*/
.o-nas-header {
  padding: 28rem 0 25rem 0;
  background-image: url("../img/o-nas.jpg");
  background-position: center;
  margin-top: 10rem; }
  .o-nas-header h1 {
    width: 33%;
    float: left;
    color: white;
    font-family: "Abril Fatface", cursive;
    font-weight: 300;
    font-size: 7rem;
    line-height: 1; }
  .o-nas-header p {
    width: 33%;
    float: left;
    color: white;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.8rem;
    padding-right: 5rem; }
  .o-nas-header .podpis {
    width: 206px;
    height: 63px;
    background-image: url("../img/podpis.png");
    display: inline-block;
    margin-top: 1rem;
    float: right;
    margin-right: 5rem; }

.o-nas-fotka {
  background-image: url("../img/o-nas-fotka.jpg");
  min-height: 555px;
  background-size: cover;
  background-position: center; }

.prednosti {
  padding: 10rem 0 12rem 0;
  background-image: url("../img/prednosti.jpg"); }
  .prednosti .prednosti-item {
    width: 24%;
    display: inline-block;
    text-align: center; }
    .prednosti .prednosti-item h3 {
      text-transform: uppercase;
      font-size: 3.6rem;
      font-weight: 400;
      margin-bottom: 2rem;
      line-height: 1; }
    .prednosti .prednosti-item p {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.4;
      padding: 0 25px; }

.nas-tym {
  padding: 7.5rem 0 1rem 0;
  text-align: center; }
  .nas-tym h2 {
    font-size: 7rem;
    line-height: 1;
    color: 353535;
    margin-bottom: 6.5rem; }
  .nas-tym .nas-tym-item {
    width: 33%;
    display: inline-block;
    margin-bottom: 8rem;
    position: relative; }
    .nas-tym .nas-tym-item img {
      width: 252px;
      height: 252px;
      border-radius: 126px;
      margin-bottom: 2rem; }
    .nas-tym .nas-tym-item .hover {
      position: absolute;
      width: 252px;
      height: 252px;
      border-radius: 126px;
      margin-bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      background-color: rgba(201, 171, 101, 0.9);
      text-align: center;
      padding: 0 1.5rem;
      color: white;
      opacity: 0;
      transition: 0.2s;
      top: 0; }
      .nas-tym .nas-tym-item .hover .content {
        position: relative;
        height: 100%;
        width: 100%; }
        .nas-tym .nas-tym-item .hover .content p {
          top: 50%;
          transform: translateY(-50%);
          font-weight: 300;
          position: absolute; }
    .nas-tym .nas-tym-item .jmeno {
      font-size: 3rem;
      line-height: 1.2;
      font-weight: 400; }
    .nas-tym .nas-tym-item .pozice {
      font-size: 2rem;
      font-weight: 300; }
  .nas-tym .nas-tym-item:hover .hover {
    opacity: 1; }

.kontakt-header {
  padding: 14rem 0 16rem 0;
  background-image: url("../img/kontakt.jpg");
  background-size: cover;
  margin-top: 10rem; }
  .kontakt-header .container {
    padding-left: 2.5rem; }
  .kontakt-header h1 {
    font-family: "Abril Fatface", cursive;
    font-size: 8.5rem;
    font-weight: 300;
    line-height: 1;
    color: white;
    margin-bottom: 5.5rem; }
  .kontakt-header .left-col {
    width: 30%;
    max-width: 385px;
    padding-left: 2.5rem; }
    .kontakt-header .left-col ul {
      list-style-type: none;
      padding: 0; }
    .kontakt-header .left-col li a {
      font-size: 1.8rem;
      font-weight: 300;
      color: black;
      transition: 0.2s; }
      .kontakt-header .left-col li a:hover {
        color: white; }
    .kontakt-header .left-col li {
      font-size: 1.8rem;
      font-weight: 300;
      color: black;
      transition: 0.2s; }
      .kontakt-header .left-col li span {
        width: 4rem;
        display: inline-block; }
    .kontakt-header .left-col .button {
      margin-top: 1.7rem;
      font-size: 1.8rem;
      padding: 0 1.5rem;
      line-height: 4rem; }
    .kontakt-header .left-col .col1, .kontakt-header .left-col .col2 {
      margin-bottom: 30px; }
    .kontakt-header .left-col .col3 a {
      color: white;
      text-decoration: underline;
      font-weight: 400; }
      .kontakt-header .left-col .col3 a:hover {
        color: #31335a; }
  .kontakt-header .right-col {
    width: 67%;
    float: right;
    max-width: 820px;
    margin-right: 5rem; }
    .kontakt-header .right-col input[type="text"] {
      width: 100%;
      background: transparent;
      line-height: 4.1rem;
      font-size: 1.7rem;
      color: white;
      transition: 0.2s;
      border: 2px solid white;
      margin-bottom: 1rem;
      padding-left: 1rem; }
    .kontakt-header .right-col input[type="text"]:focus {
      border: 2px solid #31335a;
      color: #31335a; }
    .kontakt-header .right-col select {
      width: 100%;
      max-width: 264px;
      margin-right: 1rem;
      font-size: 1.7rem;
      font-weight: 300;
      color: white;
      background: transparent;
      border: 2px solid white;
      line-height: 4.1rem;
      height: 4.1rem;
      margin-bottom: 1rem;
      padding-left: 1rem;
      background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
    .kontakt-header .right-col select option:nth-of-type(n+1) {
      color: black; }
    .kontakt-header .right-col select:nth-of-type(3) {
      margin-right: 0; }
    .kontakt-header .right-col textarea {
      width: 100%;
      height: 171px;
      padding: 1rem 0 0 1rem;
      margin-bottom: 2rem;
      border: 2px solid white;
      resize: none;
      color: white;
      transition: 0.2s;
      background: transparent; }
    .kontakt-header .right-col textarea:focus {
      color: #31335a;
      border-color: #31335a; }
    .kontakt-header .right-col p {
      font-size: 1.5rem;
      font-weight: 300;
      color: white;
      width: 65%;
      float: left; }
    .kontakt-header .right-col a {
      color: #31335a;
      font-weight: 400;
      text-decoration: underline; }
      .kontakt-header .right-col a:hover {
        color: white; }
    .kontakt-header .right-col input[type="submit"] {
      line-height: 5.5rem;
      background: #3aaa35;
      color: white;
      font-size: 2.2rem;
      text-transform: uppercase;
      padding: 0 6rem;
      display: inline-block;
      transition: 0.2s;
      font-weight: 400;
      border: none;
      float: right; }
      .kontakt-header .right-col input[type="submit"]:hover {
        background: #31335a;
        cursor: pointer; }
  .kontakt-header .menu-title {
    color: white;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .kontakt-header .menu-title:nth-of-type(2) {
    margin-top: 2rem; }

#map {
  width: 100%;
  height: 840px; }

.google-map {
  position: relative; }

.adress-box {
  width: 100%;
  max-width: 585px;
  height: 210px;
  background: #c9ab65;
  padding-top: 4rem;
  padding-left: 2.5rem;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 55%;
  z-index: 999; }
  .adress-box p.title {
    font-family: "Abril Fatface", cursive;
    color: white;
    font-weight: 300;
    font-size: 7rem;
    line-height: 1;
    margin-bottom: 1.5rem; }
  .adress-box p.adress {
    font-size: 2.1rem;
    font-weight: 300; }

/*==znacky==*/
.znacky-header {
  width: 100%;
  height: calc(100vh - 13rem);
  background-image: url("../img/znacky.jpg");
  background-position: center;
  margin-top: 10rem; }

.znacky-header .container {
  position: relative;
  height: 100%; }
  .znacky-header .container .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%; }
  .znacky-header .container .inner p {
    color: white;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    font-style: italic;
    padding-right: 7rem;
    margin: 20px 0 10px 0; }
  .znacky-header .container h1 {
    font-family: "Abril Fatface", cursive;
    font-weight: 300;
    font-size: 7rem;
    line-height: 1;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65; }
  .znacky-header .container .skolici-centrum-btn {
    font-size: 1.8rem;
    color: #31335a;
    text-decoration: underline;
    transition: 0.2s;
    display: block;
    margin-top: 2rem; }
    .znacky-header .container .skolici-centrum-btn:hover {
      color: white; }

      .znacky-items img {
        margin: 20px; }

.znacka-item {
  min-height: 860px; }
  .znacka-item .left-col {
    text-align: center;
    padding: 2.5rem 0 10.5rem 2.5rem; }
  .znacka-item .tags {
    text-align: left;
    margin-bottom: 6.5rem; }
  .znacka-item .tag {
    font-size: 1.8rem; 
    pointer-events: none}
  .znacka-item img {
    margin-bottom: 6rem; }
  .znacka-item p {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    width: 90%;
    max-width: 485px;
    margin: 0 auto;
    margin-bottom: 2.5rem; }
  .znacka-item .button {
    margin-top: 9.5rem;
    padding: 0 9rem; }
  .znacka-item .right-col {
    background-size: cover;
    min-height: 860px; }

.znacka-item:nth-of-type(2n+1) .left-col {
  float: right;
  padding: 2.5rem 2.5 10.5rem 0; }
.znacka-item:nth-of-type(2n+1) .tags {
  text-align: right; }
.znacka-item:nth-of-type(2n+1) .right-col {
  float: left; }

.centrum {
  padding: 20rem 0 20rem 0;
  background-image: url("../img/centrum.jpg");
  background-size: cover; }
  .centrum h2 {
    font-size: 6rem;
    color: white;
    font-weight: 300;
    margin-bottom: 3rem; }
  .centrum p {
    text-align: left;
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin: 3.6rem 0 4.2rem 0; }
  .centrum .inner {
    width: 80%;
    max-width: 560px; }
  .centrum .inner.right {
    float: right;
    position: relative;
    margin-right: -170px; }
  .centrum .inner.left {
    float: left;
    position: relative; }
  .centrum a.button {
    margin-top: 0; }

.blog-header {
  padding: 9.5rem 0 8rem 0;
  background-image: url("../img/cenik.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 10rem; }
  .blog-header .container {
    padding-right: 72rem; }
    .blog-header .container .button.blue {
      width: 15rem;
      height: 4.5rem;
      display: block;
      margin-top: 2rem;
      font-size: 1.8rem;
      padding: 0 2rem;
      line-height: 4.5rem;
      text-align: center; }
  .blog-header h1 {
    font-family: "Abril Fatface", cursive;
    font-size: 7rem;
    line-height: 1;
    font-weight: 300;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65;
    margin-bottom: 3.5rem; }
  .blog-header p {
    text-align: left;
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin: 3.6rem 0 4.2rem 0; }

.clanky {
  text-align: center; }
  .clanky .clanky-items {
    margin-top: 9.5rem; }
    .clanky .clanky-items .filter {
      text-align: right;
      background: none;
      width: 90%;
      max-width: 1165px;
      margin: 0 auto;
      padding-right: 0; }
      .clanky .clanky-items .filter select {
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        min-width: 105px;
        padding-left: 10px; }
    .clanky .clanky-items .clanek-item {
      width: 90%;
      max-width: 1165px;
      margin: 0 auto;
      margin-bottom: 2.5rem;
      text-align: left; }
    .clanky .clanky-items .clanek-item img {
      float: left; }
    .clanky .clanky-items .clanek-item .content {
      float: right;
      width: 70%;
      max-width: 72.5rem;
      min-height: 24.3rem;
      padding: 3rem 2rem 2rem 3rem;
      background-image: url("../img/blog-content.jpg");
      transition: 0.2s; }
    .clanky .clanky-items .clanek-item:hover .content {
      background: #c9ab65; }
    .clanky .clanky-items .clanek-item h2 {
      color: white;
      font-family: "Oswald", sans-serif;
      font-size: 4.5rem;
      line-height: 1;
      width: 80%;
      float: left;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 1rem; }
    .clanky .clanky-items .clanek-item .date {
      width: 20%;
      float: right;
      font-size: 2.2rem;
      color: black; }
    .clanky .clanky-items .clanek-item .tags {
      width: 100%;
      float: left; }
      .clanky .clanky-items .clanek-item .tags .tag.white {
        border: none; }
      .clanky .clanky-items .clanek-item .tags .tag.white:hover:hover {
        color: white;
        cursor: normal;
        border-color: white;
        background-color: transparent; }
    .clanky .clanky-items .clanek-item p {
      color: black;
      font-size: 1.5rem;
      line-height: 2.1rem;
      font-weight: 300;
      float: left; }
    .clanky .clanky-items .clanek-item .more-button {
      float: right;
      color: white;
      text-decoration: underline;
      font-weight: 400; }
  .clanky .button.gold {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 10rem; }

.strankovani {
  text-align: right;
  width: 90%;
  max-width: 1165px;
  margin: 0 auto;
  margin-bottom: 5.5rem;
  float: right; }
  .strankovani .cislo {
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 1.8rem;
    color: #c9ab65;
    font-weight: 300;
    margin-left: 1rem;
    border: 2px solid #c9ab65;
    transition: 0.2;
    text-align: center;
    display: inline-block; }
    .strankovani .cislo:hover, .strankovani .cislo.active {
      color: white;
      background: #c9ab65;
      cursor: pointer; }

.after-sluzby-items {
  width: 80%;
  max-width: 980px;
  float: right; }

/*==sluzby==*/
.sluzby-header {
  width: 100%;
  height: calc(100vh - 13rem);
  background-image: url("../img/sluzby-header.jpg");
  background-position: center;
  margin-top: 10rem; }

.sluzby-header .container {
  position: relative;
  height: 100%; }
  .sluzby-header .container .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%; }
  .sluzby-header .container .inner p {
    color: white;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    font-style: italic;
    padding-right: 7rem;
    margin: 20px 0 10px 0; }
  .sluzby-header .container h1 {
    font-family: "Abril Fatface", cursive;
    font-weight: 300;
    font-size: 7rem;
    line-height: 1;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65; }
  .sluzby-header .container .skolici-centrum-btn {
    font-size: 1.8rem;
    color: #31335a;
    text-decoration: underline;
    transition: 0.2s;
    display: block;
    margin-top: 2rem; }
    .sluzby-header .container .skolici-centrum-btn:hover {
      color: white; }

.sluzby-nav .muz-section .inner {
  top: 0; }
.sluzby-nav .sluzba-item {
  width: 24.85%;
  height: 860px;
  float: left;
  margin-right: 0.2%;
  margin-top: 0.2%;
  text-align: center;
  position: relative;
  background-position: right; 
  background-size: cover;
  }
.sluzby-nav .sluzba-item:nth-of-type(4) {
  margin-right: 0; 
  background-size: cover;
  background-position: left;}
.sluzby-nav .sluzba-item h2 {
  font-size: 5.5rem;
  text-shadow: 0px 0px 8px #c9ab65;
  line-height: 6.5rem;
  margin-bottom: 2.5rem;
  color: white; }
.sluzby-nav .sluzba-item .button {
  line-height: 5rem;
  padding: 0 3rem;
  font-weight: 300;
  position: absolute;
  bottom: 8.5rem;
  left: 50%;
  transform: translateX(-50%); }
.sluzby-nav .tag {
  background-color: white;
  color: #212236;
  border: 1px solid #9a9a9a; }
  .sluzby-nav .tag:hover {
    background-color: #31335a;
    color: white;
    border-color: #31335a; }
.sluzby-nav .inner {
  position: absolute;
  top: 36rem;
  transition: 0.2s;
  text-align: center;
  width: 100%;
  padding: 0 5%; }
.sluzby-nav .sluzba-item:hover .inner {
  top: 32rem; }
.sluzby-nav .sluzba-item:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(201, 171, 101, 0.9);
  opacity: 0;
  transition: 0.2s; }
.sluzby-nav .sluzba-item:hover:before {
  opacity: 1; }

.poukazy {
  margin-top: 12rem;
  text-align: center; }
  .poukazy h2 {
    font-size: 6rem;
    line-height: 7.1rem;
    color: #31335a;
    font-weight: 300;
    margin-bottom: 5rem; }
  .poukazy .poukaz-item {
    width: 95%;
    max-width: 1235px;
    min-height: 465px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 11rem; }
  .poukazy .poukaz-item img {
    width: 50%;
    min-height: 465px;
    float: left; }
  .poukazy .content {
    min-height: 465px;
    background-color: #c9ab65;
    width: 50%;
    text-align: center;
    float: right; }
  .poukazy .poukaz-item .content .inner {
    position: absolute;
    width: 50%;
    right: 0;
    color: white;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 5rem; }

.doporucujeme {
  text-align: center; }
  .doporucujeme h2 {
    font-size: 6rem;
    line-height: 7.1rem;
    color: #31335a;
    font-weight: 300;
    margin-bottom: 5rem; }
  .doporucujeme .doporucujeme-item {
    width: 100%;
    max-width: 395px;
    margin: 0 0.5rem;
    margin-bottom: 10rem;
    display: inline-block;
    vertical-align: top; }
    .doporucujeme .doporucujeme-item .fotka {
      position: relative;
      width: 100%;
      height: 245px; }
    .doporucujeme .doporucujeme-item .fotka img {
      position: absolute;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      left: 0; }
    .doporucujeme .doporucujeme-item .fotka .hover {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(201, 171, 101, 0.9);
      opacity: 0;
      transition: 0.2s;
      color: white; }
      .doporucujeme .doporucujeme-item .fotka .hover .inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 4rem;
        width: 100%;
        text-align: center; }
      .doporucujeme .doporucujeme-item .fotka .hover .inner p {
        color: white;
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 2rem; }
  .doporucujeme .doporucujeme-item h3 {
    color: #31335a;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    text-align: left;
    padding-left: 1rem;
    margin-top: 1.5rem; }
  .doporucujeme .doporucujeme-item:hover img {
    opacity: 0; }
  .doporucujeme .doporucujeme-item:hover .hover {
    opacity: 1; }
  .doporucujeme .doporucujeme-item .button {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 4rem;
    padding: 0 4rem;
    margin-top: 2.5rem; }

/*==galerie==*/
.galerie-header {
  width: 100%;
  height: calc(100vh - 13rem);
  background-image: url("../img/galerie.jpg");
  background-position: center;
  margin-top: 10rem; }

.galerie-header .container {
  position: relative;
  height: 100%; }
  .galerie-header .container .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%; }
  .galerie-header .container .inner p {
    color: white;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    font-style: italic;
    padding-right: 7rem;
    margin: 20px 0 10px 0; }
  .galerie-header .container h1 {
    font-family: "Abril Fatface", cursive;
    font-weight: 300;
    font-size: 7rem;
    line-height: 1;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65; }
  .galerie-header .container .skolici-centrum-btn {
    font-size: 1.8rem;
    color: #31335a;
    text-decoration: underline;
    transition: 0.2s;
    display: block;
    margin-top: 2rem; }
    .galerie-header .container .skolici-centrum-btn:hover {
      color: white; }
  .galerie-header .container .button {
    padding: 0 2rem;
    margin-top: 3rem; }

.galerie-items {
  margin-top: 13.5rem; }
  .galerie-items .galerie-item {
    float: left;
    vertical-align: top;
    height: 413px;
    position: relative;
    margin-right: 1%;
    margin-bottom: 1%; }
    .galerie-items .galerie-item img {
      width: 100%;
      height: 100%; }
  .galerie-items .row-2-items .galerie-item {
    margin-right: 1%; }
  .galerie-items .row-3-items .galerie-item {
    margin-right: 1%; }
  .galerie-items .row-3-items .galerie-item:nth-of-type(2) {
    margin-right: 1%;
    width: 32%; }
  .galerie-items .row .galerie-item:last-child {
    margin-right: 0; }
  .galerie-items .col-1 {
    width: 33%; }
  .galerie-items .col-2 {
    width: 66%; }
  .galerie-items .text {
    background-color: #c9ab65;
    color: white;
    font-family: "Abril Fatface", cursive;
    font-weight: 300;
    line-height: 5.7rem;
    font-size: 3.5rem;
    text-align: center; }
    .galerie-items .text:before {
      position: absolute;
      content: "";
      display: block;
      width: 41px;
      height: 32px;
      background-image: url("../img/uvozovnky-top.png");
      right: 3rem;
      top: 3rem; }
    .galerie-items .text:after {
      position: absolute;
      content: "";
      display: block;
      width: 75px;
      height: 58px;
      background-image: url("../img/uvozovnky-bottom.png");
      left: 3rem;
      bottom: 3rem; }
    .galerie-items .text .content {
      position: absolute;
      width: 95%;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%); }
  .galerie-items .front, .galerie-items .back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.2s; 
background-size: cover;}
  .galerie-items .back {
    opacity: 0;
    background-color: rgba(201, 171, 101, 0.9); }
    .galerie-items .back p {
      position: absolute;
      width: 100%;
      padding: 0 10%;
      text-align: center;
      color: white;
      font-size: 1.6rem;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      font-weight: 300;
      line-height: 2rem; }
  .galerie-items .galerie-item:hover .back {
    opacity: 1; }
  .galerie-items .strankovani {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    float: left; }

/*==skolici centrum ==*/
.skolici-centrum-header {
  padding: 9.5rem 0 8rem 0;
  background-image: url("../img/skolici-centrum.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 10rem; }
  .skolici-centrum-header .container {
    padding-right: 72rem; }
    .skolici-centrum-header .container .button.blue {
      width: 15rem;
      height: 4.5rem;
      display: block;
      margin-top: 2rem;
      font-size: 1.8rem;
      padding: 0 2rem;
      line-height: 4.5rem;
      text-align: center; }
  .skolici-centrum-header h1 {
    font-family: "Abril Fatface", cursive;
    font-size: 7rem;
    line-height: 1;
    font-weight: 300;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65;
    margin-bottom: 3.5rem; }
  .skolici-centrum-header p {
    text-align: left;
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin: 3.6rem 0 4.2rem 0; }

.calendar-wrap {
  margin: 7rem 0; }
  .calendar-wrap .left-col {
    width: 30%;
    max-width: 285px;
    text-align: center; }
    .calendar-wrap .left-col h2 {
      font-size: 3rem;
      color: #31335a; }
    .calendar-wrap .left-col .tag {
      font-size: 1.5rem;
      line-height: 3rem;
      padding: 0 2rem;
      color: #31335a;
      border: 1px solid #31335a; }
    .calendar-wrap .left-col .tag.active, .calendar-wrap .left-col .tag:hover {
      color: white;
      border-color: #c9ab65;
      background: #c9ab65;
      cursor: pointer; }
  .calendar-wrap .right-col {
    width: 100%;
    max-width: 985px;
    background-color: #f8f8f8;
    padding: 3rem 0 4rem 0; }

.arrow-left {
  float: left;
  width: 60px;
  position: relative;
  display: block; }
  .arrow-left:before {
    position: absolute;
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    border-left: 3px solid #c9ab65;
    border-bottom: 3px solid #c9ab65;
    transform: rotate(45deg);
    top: 5px;
    left: 18px;
    transition: 0.2s; }

.arrow-left:hover:before {
  border-color: #31335a;
  cursor: pointer; }

.calendar-box {
  float: left;
  overflow: hidden;
  width: 88%;
  max-width: 850px;
  white-space: nowrap;
  margin-left: 60px; }

.calendar-col {
  width: 165px;
  position: relative;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  .calendar-col p.month {
    font-family: "Abril Fatface", cursive;
    font-size: 2.5rem;
    color: #c9ab65;
    line-height: 4rem;
    font-weight: 300; }
  .calendar-col p.year {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #4c4c4c; }

.calendar-action {
  width: 100%;
  height: 195px;
  position: relative;
  margin-bottom: 6px;
  display: block;
  background-color: white; }
  .calendar-action p {
    font-size: 1.7rem;
    color: #adadad; }

.calendar-action.grey p,
.calendar-action.brown p,
.calendar-action.green p {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem; }

.calendar-action.grey {
  background-color: #818181; }
  .calendar-action.grey p.date {
    text-decoration: line-through; }

.calendar-action.brown {
  background-color: #c9ab65; }
  .calendar-action.brown p.date {
    color: #675428; }
  .calendar-action.brown .status {
    font-size: 1.6rem;
    line-height: 2.9rem;
    border: 2px solid #675428;
    border-radius: 1.5rem;
    color: #675428;
    text-transform: uppercase;
    transition: 0.2s;
    width: 81%;
    margin: 0 auto;
    display: inline-block; }
    .calendar-action.brown .status:hover {
      background-color: white;
      cursor: pointer; }

.calendar-action.green {
  background-color: #3aaa35; }
  .calendar-action.green p.date {
    color: white; }
  .calendar-action.green .status {
    font-size: 1.6rem;
    line-height: 2.9rem;
    border: 2px solid white;
    border-radius: 1.5rem;
    color: white;
    text-transform: uppercase;
    transition: 0.2s;
    width: 81%;
    margin: 0 auto; }

.calendar-action .content {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  top: 50%;
  transform: translateY(-50%);
  white-space: initial; }

.arrow-right {
  float: right;
  width: 60px;
  position: relative;
  display: block; }
  .arrow-right:before {
    position: absolute;
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    border-left: 3px solid #c9ab65;
    border-bottom: 3px solid #c9ab65;
    transform: rotate(225deg);
    top: 5px;
    right: 18px;
    transition: 0.2s; }

.arrow-right:hover:before {
  border-color: #31335a;
  cursor: pointer; }

/*==detailni-sluzby==*/
.detailni-sluzby-header {
  padding: 9.5rem 0 8rem 0;
  background-image: url("../img/cenik.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 10rem; }
  .detailni-sluzby-header .container {
    padding-right: 35rem; }
    .detailni-sluzby-header .container .button.blue {
      width: 15rem;
      height: 4.5rem;
      display: block;
      margin-top: 2rem;
      font-size: 1.8rem;
      padding: 0 2rem;
      line-height: 4.5rem;
      text-align: center; }
  .detailni-sluzby-header h1 {
    font-family: "Abril Fatface", cursive;
    font-size: 7rem;
    line-height: 1;
    font-weight: 300;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65;
    margin-bottom: 3.5rem; }

.sluzby-list {
  padding-top: 4.5rem;
  margin-bottom: 3rem; }
  .sluzby-list .container {
    text-align: center; }
    .sluzby-list .container .strankovani {
      width: 100%;
      max-width: 100%;
      margin-bottom: 0;
      float: left; }
  .sluzby-list .left-col {
    max-width: 285px;
    text-align: left;
    width: 30%; }
  .sluzby-list .filter-section {
    margin-bottom: 3rem; }
    .sluzby-list .filter-section p.filter-header {
      font-family: "Abril Fatface", cursive;
      font-size: 3rem;
      font-weight: 300;
      color: #31335a; }
    .sluzby-list .filter-section ul {
      list-style-type: none;
      margin-top: 2rem;
      padding-left: 2rem; }
    .sluzby-list .filter-section ul li {
      font-size: 1.7rem;
      line-height: 2.5rem;
      text-decoration: underline;
      color: #31335a; }
    .sluzby-list .filter-section ul li.more-button {
      display: none; }
  .sluzby-list .right-col {
    width: 80%;
    max-width: 980px;
    background-color: #f8f8f8;
    padding: 1.5rem 1.5rem 5rem 0;
    text-align: left;
    margin-bottom: 3rem; }
  .sluzby-list .filter2 {
    width: 100%;
    display: block;
    margin-bottom: 3rem; }
  .sluzby-list select {
    float: right;
    font-size: 1.5rem;
    color: white;
    line-height: 2.5rem;
    background-color: #c9ab65;
    padding-left: 1.5rem;
    border: none;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 10px; }
  .sluzby-list .sluzba-item {
    margin-left: 5rem;
    margin-bottom: 4rem;
    width: 260px;
    height: 260px;
    text-align: left;
    display: inline-block;
    position: relative; }
    .sluzby-list .sluzba-item .front {
      position: absolute;
      left: 0;
      top: 185px;
      width: 100%;
      opacity: 1;
      transition: 0.2s; }
    .sluzby-list .sluzba-item img {
      width: 100%;
      height: 175px;
      margin-bottom: 1rem; }
    .sluzby-list .sluzba-item .cena, .sluzby-list .sluzba-item .delka {
      font-size: 1.7rem;
      line-height: 2rem;
      color: #c9ab65;
      margin-bottom: 1.5rem;
      font-weight: 400; }
    .sluzby-list .sluzba-item .cena {
      width: 50%;
      text-align: left;
      float: left; }
    .sluzby-list .sluzba-item .delka {
      width: 50%;
      text-align: right;
      float: right; }
    .sluzby-list .sluzba-item p.title {
      font-size: 1.7rem;
      line-height: 2rem;
      color: #31335a;
      font-weight: 400; }
    .sluzby-list .sluzba-item .back {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 260px;
      opacity: 0;
      transition: 0.2s;
      text-align: center;
      padding-top: 175px; }
    .sluzby-list .sluzba-item .back .content {
      width: 100%;
      height: 175px;
      background-color: rgba(201, 171, 101, 0.9);
      text-align: center;
      position: relative;
      padding: 0 1.5rem; }
    .sluzby-list .sluzba-item .back .content p {
      color: white;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 300;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      left: 0;
      padding: 0 1.5rem; }
    .sluzby-list .sluzba-item .back .button {
      font-size: 1.6rem;
      line-height: 4rem;
      padding: 0 4.5rem;
      margin: 0 auto;
      margin-top: 3rem; }
      .sluzby-list .sluzba-item .back .button:hover {
        background-color: #c9ab65; }
  .sluzby-list .sluzba-item:hover .front {
    opacity: 0; }
  .sluzby-list .sluzba-item:hover .back {
    opacity: 1; }

.sluzby-list .filter-section {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding-right: 10%; }
  .sluzby-list .filter-section ul.hidding li:nth-of-type(n+6) {
    display: none; }
  .sluzby-list .filter-section ul.hidding li.more-button {
    display: block;
    font-size: 1.5rem;
    color: white;
    line-height: 2.5rem;
    background-color: #c9ab65;
    padding-left: 1.5rem;
    border: none;
    width: 130px;
    position: relative;
    transition: 0.2s; }
    .sluzby-list .filter-section ul.hidding li.more-button:after {
      position: absolute;
      display: block;
      content: "";
      top: 8px;
      right: 8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 7.5px 0 7.5px;
      border-color: #ffffff transparent transparent transparent;
      transition: 0.5s; }
    .sluzby-list .filter-section ul.hidding li.more-button:hover {
      background-color: #31335a;
      cursor: pointer; }
    .sluzby-list .filter-section ul.hidding li.more-button.active:after {
      transform: rotate(180deg); }

/*==kalendar==*/
.kalendar-header {
  padding: 9.5rem 0 8rem 0;
  background-image: url("../img/cenik.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 10rem; }
  .kalendar-header .container {
    padding-right: 35rem; }
    .kalendar-header .container .button.blue {
      width: 15rem;
      height: 4.5rem;
      display: block;
      margin-top: 2rem;
      font-size: 1.8rem;
      padding: 0 2rem;
      line-height: 4.5rem;
      text-align: center; }
  .kalendar-header h1 {
    font-family: "Abril Fatface", cursive;
    font-size: 7rem;
    line-height: 1;
    font-weight: 300;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65;
    margin-bottom: 3.5rem; }
  .kalendar-header p {
    color: white;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    font-style: italic;
    padding-right: 7rem;
    margin: 20px 0 10px 0; }

.kalendar-container {
  padding-top: 9rem; }
  .kalendar-container .left-col {
    max-width: 285px;
    text-align: left;
    text-align: center;
    padding-top: 3.5rem; }
    .kalendar-container .left-col h2 {
      font-family: "Abril Fatface", cursive;
      font-size: 3rem;
      font-weight: 300;
      color: #31335a; }
    .kalendar-container .left-col .filter-section {
      margin-bottom: 3rem; }
    .kalendar-container .left-col .tag {
      font-size: 1.5rem;
      line-height: 3rem;
      padding: 0 3rem;
      margin: 0.6rm; }
  .kalendar-container .left-col .favourite h2 {
    color: #c9ab65; }
  .kalendar-container .left-col .favourite .tag {
    border-color: #c9ab65;
    color: #c9ab65; }
  .kalendar-container .right-col {
    width: 100%;
    max-width: 980px;
    background-color: #f8f8f8;
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 10px; }

.calendar {
  position: relative;
  width: 980px;
  padding-right: 25px; }
  .calendar .first-col {
    width: 90px;
    float: left; }
    .calendar .first-col .month {
      font-size: 1.6rem;
      color: #c9ab65;
      font-family: "Abril Fatface", cursive;
      height: 30px;
      width: 85px;
      margin-top: 10px;
      margin-bottom: 70px;
      margin-left: 4px;
      background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      padding-left: 10px;
      background-color: white; }
    .calendar .first-col .hour {
      width: 100%;
      height: 70px;
      margin-bottom: 10px;
      padding-top: 25px; }
      .calendar .first-col .hour span {
        width: 75px;
        height: 20px;
        line-height: 20px;
        background-color: #f4f4f4;
        color: black;
        font-size: 16px;
        margin: 0 auto;
        display: block; }
    .calendar .first-col .slider-arrow-left {
      position: absolute;
      content: "";
      display: block;
      height: 26px;
      width: 26px;
      border-left: 3px solid #c9ab65;
      border-bottom: 3px solid #c9ab65;
      transform: rotate(45deg) translateY(-50%);
      top: 70px;
      left: 18px;
      transition: 0.2s; }
      .calendar .first-col .slider-arrow-left:hover {
        border-color: #31335a;
        cursor: pointer; }
  .calendar .day-col {
    width: 165px;
    float: left;
    margin-right: 10px;
    position: relative; }
  .calendar .day-col:nth-of-type(6) {
    margin-right: 0; }
  .calendar .day-col .date {
    font-size: 2.5rem;
    color: #c9ab65;
    font-family: "Abril Fatface", cursive;
    height: 100px;
    padding-top: 40px; }
    .calendar .day-col .date span {
      color: black;
      font-family: "Oswald", sans-serif;
      font-size: 1.5rem;
      display: block; }
  .calendar .calendar-item {
    width: 100%;
    background: white;
    position: absolute;
    margin-bottom: 10px; }
    .calendar .calendar-item .content {
      position: relative;
      width: 100%;
      height: 100%; }
    .calendar .calendar-item .inner {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .calendar .calendar-item .tag {
      line-height: 29px;
      font-size: 1.5rem;
      border: 1px solid #31335a;
      padding: 0 30px;
      margin: 0 auto;
      margin-bottom: 7px;
      color: #31335a; }
    .calendar .calendar-item .time {
      font-size: 15px;
      color: #31335a; }
  .calendar .calendar-item.lenght1 {
    height: 70px; }
  .calendar .calendar-item.lenght2 {
    height: 150px; }
  .calendar .calendar-item.active {
    background-color: #c9ab65;
    z-index: 20; }
    .calendar .calendar-item.active .tag {
      color: white;
      border-color: white; }
    .calendar .calendar-item.active .time {
      color: #8a6b24; }
  .calendar .calendar-item.potvrzeno {
    background-color: #3aaa35;
    z-index: 20; }
    .calendar .calendar-item.potvrzeno .tag {
      color: white;
      border-color: white; }
    .calendar .calendar-item.potvrzeno .time {
      color: #034a00; }
  .calendar .calendar-item.free {
    z-index: 20; }
  .calendar .calendar-item.start8 {
    top: 110px; }
  .calendar .calendar-item.start9 {
    top: 190px; }
  .calendar .calendar-item.start10 {
    top: 270px; }
  .calendar .calendar-item.start11 {
    top: 350px; }
  .calendar .calendar-item.start12 {
    top: 430px; }
  .calendar .calendar-item.start13 {
    top: 510px; }
  .calendar .calendar-item.start14 {
    top: 590px; }
  .calendar .calendar-item.start15 {
    top: 670px; }
  .calendar .calendar-item.start16 {
    top: 750px; }
  .calendar .calendar-item.start17 {
    top: 830px; }

.calendar .slider-arrow-right {
  position: absolute;
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  border-left: 3px solid #c9ab65;
  border-bottom: 3px solid #c9ab65;
  transform: rotate(-135deg) translateY(-50%);
  top: 44px;
  right: 10px;
  transition: 0.2s; }

.calendar .slider-arrow-right:hover {
  border-color: #31335a;
  cursor: pointer; }

/*==vernosti-programm==*/
.vernostni-program-header {
  padding: 9.5rem 0 8rem 0;
  background-image: url("../img/cenik.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 10rem; }
  .vernostni-program-header .container {
    padding-right: 35rem; }
    .vernostni-program-header .container .button.blue {
      width: 15rem;
      height: 4.5rem;
      display: block;
      margin-top: 2rem;
      font-size: 1.8rem;
      padding: 0 2rem;
      line-height: 4.5rem;
      text-align: center; }
  .vernostni-program-header h1 {
    font-family: "Abril Fatface", cursive;
    font-size: 7rem;
    line-height: 1;
    font-weight: 300;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65;
    margin-bottom: 3.5rem; }
  .vernostni-program-header ul {
    list-style-type: square; }
    .vernostni-program-header ul li {
      color: white;
      font-size: 1.8rem;
      line-height: 2.4rem;
      font-weight: 300;
      font-style: italic; }
  .vernostni-program-header .tip {
    margin-top: 4rem;
    line-height: 4rem; }
    .vernostni-program-header .tip strong {
      display: inline-block;
      color: white;
      font-family: "Abril Fatface", cursive;
      font-weight: 300;
      padding: 0 1rem;
      background-color: #c9ab65;
      margin-right: 15px; }
    .vernostni-program-header .tip p {
      color: white;
      font-size: 1.8rem;
      font-weight: 300;
      font-style: italic;
      display: inline-block; }

/*==vernostn├ş program == */
.vernostni-program {
  padding: 5rem 0 8rem 0;
  text-align: center; }
  .vernostni-program h2 {
    font-size: 6rem;
    margin-bottom: 2rem;
    color: #31335a; }
  .vernostni-program p {
    font-size: 1.7rem;
    line-height: 2.5rem;
    width: 90%;
    max-width: 975px;
    margin: 0 auto;
    margin-bottom: 2rem;
    font-weight: 300; }
  .vernostni-program table {
    width: 90%;
    max-width: 890px;
    margin: 0 auto;
    margin-bottom: 10rem; }
    .vernostni-program table tr {
      border-bottom: 2px solid #e6e6e6;
      line-height: 3.6rem;
      font-size: 2rem;
      color: #31335a; }
    .vernostni-program table tr:last-child {
      border: none; }
    .vernostni-program table tr.active {
      background-color: #c9ab65;
      border-bottom: none; }
    .vernostni-program table td:nth-of-type(1) {
      width: 11%;
      text-align: left;
      padding-left: 1.5rem; }
    .vernostni-program table td:nth-of-type(2) {
      width: 11%;
      text-align: center;
      color: #c9ab65; }
    .vernostni-program table td:nth-of-type(3) {
      width: 50%;
      text-align: left;
      padding-left: 1.5rem;
      color: #c9ab65;
      font-style: italic;
      font-weight: 300;
      font-size: 1.5rem; }
    .vernostni-program table td:nth-of-type(4) {
      width: 28%;
      text-align: right;
      padding-left: 1.5rem; }
  .vernostni-program .oval {
    margin-bottom: 2.5rem; }

.vernostni-program .container .login-button {
  line-height: 4rem;
  display: inline-block;
  padding: 0 3rem;
  font-size: 1.7rem; }

.tip-zaver {
  width: 90%;
  max-width: 975px;
  background: #c9ab65;
  color: white;
  padding: 1.5rem;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 5rem; }
  .tip-zaver h3 {
    font-size: 3.4rem;
    width: 100%;
    text-align: left;
    color: white;
    font-weight: 300;
    font-family: "Abril Fatface", cursive;
    line-height: 1; }
  .tip-zaver p {
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 2.5rem;
    padding: 0 7rem 3.5rem 7rem;
    margin-top: 1rem; }

/*==detail==*/
.detail-header {
  padding: 9.5rem 0 8rem 0;
  background-image: url("../img/cenik.jpg");
  background-size: cover;
background-attachment: scroll;
  background-position: right;
  margin-top: 10rem; }
  .detail-header .container {
    padding-right: 35rem; }
  .detail-header p {
    color: white;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    font-style: italic;
    padding-right: 7rem;
    margin: 20px 0 10px 0; }
  .detail-header h1 {
    font-family: "Abril Fatface", cursive;
    font-size: 7rem;
    line-height: 1;
    font-weight: 300;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65;
    margin-bottom: 3.5rem; }

.detail-content {
  padding-top: 7.5rem;
  text-align: center;
  margin-bottom: 4rem; }
  .detail-content h2 {
    font-size: 6rem;
    margin-bottom: 7rem;
    color: #31335a;
    line-height: 8rem; }
  .detail-content p {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 2.5rem;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    margin-bottom: 4rem; }
  .detail-content a {
    color: #3aaa35; }
    .detail-content a:hover {
      color: #c9ab65; }
  .detail-content .znacka-item {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 3.5rem;
    height: 290px;
    min-height: 290px; }
    .detail-content .znacka-item img {
      margin-bottom: 2.5rem;
      max-width: 300px; }
    .detail-content .znacka-item .fotka {
      width: 50%;
      float: left;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .detail-content .znacka-item .content {
      width: 50%;
      float: right;
      text-align: left;
      padding-left: 3.5rem;
      position: relative;
      height: 100%; }
      .detail-content .znacka-item .content .inner {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .detail-content .znacka-item p {
      font-size: 1.7rem;
      font-weight: 300;
      line-height: 2.5rem;
      margin: 0; }

.oblibene-procedury {
  background-color: #f2f2f2;
  padding: 5.5rem 0 12rem 0; }
  .oblibene-procedury .container {
    text-align: center; }
  .oblibene-procedury h2 {
    font-size: 6rem;
    margin-bottom: 7rem;
    color: #31335a;
    line-height: 8rem; }
  .oblibene-procedury .procedura-item {
    width: 395px;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 30px 12px;
    text-align: left; }
    .oblibene-procedury .procedura-item .obrazek {
      position: relative;
      width: 100%;
      height: 245px;
      margin-bottom: 2rem; }
    .oblibene-procedury .procedura-item .obrazek .front {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: 0.2s;
      opacity: 1; }
      .oblibene-procedury .procedura-item .obrazek .front img {
        width: 100%;
        height: 100%; }
    .oblibene-procedury .procedura-item .obrazek .back {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(201, 171, 101, 0.9);
      opacity: 0;
      transition: 0.2s;
      text-align: center; }
      .oblibene-procedury .procedura-item .obrazek .back p {
        color: white;
        font-weight: 300;
        line-height: 2rem;
        font-size: 1.5rem;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        margin-top: 4rem; }
      .oblibene-procedury .procedura-item .obrazek .back .button {
        font-size: 1.5rem;
        color: white;
        font-weight: 400;
        line-height: 4rem;
        padding: 0 4.5rem;
        margin: 0 auto;
        background-color: #a68843;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
      .oblibene-procedury .procedura-item .obrazek .back .content {
        position: relative;
        width: 100%;
        height: 100%; }
    .oblibene-procedury .procedura-item p.title {
      font-size: 2.4rem;
      line-height: 2.7rem;
      color: #31335a;
      transition: 0.2s;
      padding-left: 2rem;
      padding-right: 11rem;
      font-weight: 400; }
  .oblibene-procedury .procedura-item:hover .back {
    opacity: 1; }
  .oblibene-procedury .procedura-item:hover p.title {
    color: #c9ab65; }

.galerie-slider {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  width: 100%; }
  .galerie-slider .slide {
    width: 90%;
    margin: 0 auto; }
    .galerie-slider .slide img {
      width: 100%; }
      .slick-slide img {
        display: inline-block;
      }
  .galerie-slider .slider-arrow-left {
    position: absolute;
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    border-left: 3px solid #c9ab65;
    border-bottom: 3px solid #c9ab65;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    left: 18px;
    transition: 0.2s; }
    .galerie-slider .slider-arrow-left:hover {
      border-color: #31335a;
      cursor: pointer; }
  .galerie-slider .slider-nav {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
    .galerie-slider .slider-nav .ball {
      width: 18px;
      height: 18px;
      border-radius: 9px;
      border: 1px solid #c9ab65;
      display: inline-block;
      margin: 0 10px;
      transition: 0.2s; }
      .galerie-slider .slider-nav .ball:hover, .galerie-slider .slider-nav .ball.active {
        cursor: pointer;
        background-color: #c9ab65; }
  .galerie-slider .slider-arrow-right {
    position: absolute;
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    border-left: 3px solid #c9ab65;
    border-bottom: 3px solid #c9ab65;
    transform: rotate(-135deg) translateY(-50%);
    top: 50%;
    right: 18px;
    transition: 0.2s; }
    .galerie-slider .slider-arrow-right:hover {
      border-color: #31335a;
      cursor: pointer; }

      .galerie-slider .slick-slide img {
        max-height: 350px;
        width: auto !important;
        margin: 0 auto;
      }

/*==reference==*/
.reference {
  background-color: #3b3b3b;
  background-image: url("../img/reference.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 6rem 0 7rem 0; }
  .reference .reference-arrow-left {
    width: 45px;
    height: 45px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.2s; }
    .reference .reference-arrow-left:hover {
      border-color: #c9ab65;
      cursor: pointer; }
  .reference .reference-arrow-right {
    width: 45px;
    height: 45px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(-135deg);
    transition: 0.2s; }
    .reference .reference-arrow-right:hover {
      border-color: #c9ab65;
      cursor: pointer; }
  .reference .container {
    text-align: center; }
  .reference h2 {
    color: white;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 5rem; }
  .reference .reference-item {
    width: 100%;
    padding: 6.5rem 4rem 5.5rem 4rem;
    color: white;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 200; }
    .reference .reference-item p.content {
      padding: 0 17rem;
      position: relative; }
      .reference .reference-item p.content:before {
        position: absolute;
        content: "";
        display: block;
        width: 41px;
        height: 32px;
        background-image: url("../img/uvozovnky-top.png");
        right: 145px;
        top: -35px; }
      .reference .reference-item p.content:after {
        position: absolute;
        content: "";
        display: block;
        width: 75px;
        height: 58px;
        background-image: url("../img/uvozovnky-bottom.png");
        left: 80px;
        bottom: -55Px; }
  .reference .reference-name {
    width: 100%;
    text-align: right; }
    .reference .reference-name p {
      line-height: 115px;
      display: inline-block;
      padding: 0;
      margin-right: 2rem;
      position: static; }
    .reference .reference-name img {
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%; }

/*==detail-skolici-centrum==*/
.detail-skc-header {
  padding: 9.5rem 0 8rem 0;
  background-image: url("../img/cenik.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 10rem; }
  .detail-skc-header .container {
    padding-right: 23rem; }
  .detail-skc-header a.button {
    margin-top: 3.5rem; }
  .detail-skc-header p {
    color: white;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    font-style: italic;
    padding-right: 7rem;
    margin: 20px 0 10px 0; }
  .detail-skc-header h1 {
    font-family: "Abril Fatface", cursive;
    font-size: 7rem;
    line-height: 1;
    font-weight: 300;
    color: white;
    text-shadow: 0px 0px 8px #c9ab65;
    margin-bottom: 3.5rem; }

.detail-skc-content {
  padding-top: 7.5rem;
  text-align: center; }
  .detail-skc-content h2 {
    font-size: 6rem;
    margin-bottom: 7rem;
    color: #31335a;
    line-height: 8rem; }
  .detail-skc-content p {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 2.5rem;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    margin-bottom: 4rem; }
  .detail-skc-content .datum-skoleni {
    width: 50%;
    float: left;
    margin-bottom: 7rem; }
  .detail-skc-content .misto-skoleni {
    width: 50%;
    float: right;
    margin-bottom: 7rem; }
  .detail-skc-content p.title {
    color: #31335a;
    font-size: 4rem;
    font-family: "Abril Fatface", cursive;
    line-height: 7.5rem;
    font-weight: 300;
    margin-bottom: 0; }
  .detail-skc-content p.time {
    font-size: 2.4rem;
    line-height: 2.7rem;
    color: #31335a;
    margin-bottom: 0; }
  .detail-skc-content .info-skoleni p.title {
    line-height: 5rem; }
  .detail-skc-content .skolitel {
    margin-bottom: 35px; }
  .detail-skc-content a {
    color: #31335a;
    font-weight: 300; }
    .detail-skc-content a:hover {
      color: #c9ab65; }
  .detail-skc-content a.button {
    color: white;
    margin-bottom: 22rem; }

.mapa-skoleni {
  height: 750px;
  margin-top: 8rem; }
  .mapa-skoleni #map {
    height: 100%; }
  .mapa-skoleni .left-col {
    height: 100%;
    background-color: #c9ab65;
    padding: 1.5rem 8.5rem 0 4rem;
    text-align: left; }
    .mapa-skoleni .left-col h3 {
      font-size: 4rem;
      line-height: 5rem;
      font-weight: 300;
      color: white;
      margin-top: 4rem;
      font-family: "Abril Fatface", cursive;
      text-transform: uppercase;
      margin-bottom: 3rem; }
    .mapa-skoleni .left-col p {
      font-size: 2.2rem;
      color: white;
      line-height: 2.8rem;
      width: 100%;
      margin-bottom: 0; }
    .mapa-skoleni .left-col p.first {
      font-weight: 300;
      margin-bottom: 2rem; }
    .mapa-skoleni .left-col p span {
      display: inline-block;
      width: 16rem; }
    .mapa-skoleni .left-col a {
      color: #31335a;
      text-decoration: underline; }
      .mapa-skoleni .left-col a:hover {
        color: white; }
  .mapa-skoleni .right-col {
    height: 100%; }

.eu-cookies {
  bottom: 0;
  flex-wrap: nowrap;
  justify-content: center;
  background: Menu;
  align-items: center;
  color: GrayText;
  padding: 5px;
  z-index: 1000;
  position: fixed !important;
  width: 100%;
  background: white !important;
  color: black !important;
  padding: 8px; }
  .eu-cookies, .eu-cookies span, .eu-cookies a {
    font-size: 12px;
    font-family: 'Arial', 'Helvetica', sans-serif; }
  .eu-cookies span {
    padding-right: 5px; }
  .eu-cookies a, .eu-cookies a:hover, .eu-cookies a:visited, .eu-cookies a:active, .eu-cookies a:focus {
    color: GrayText;
    text-decoration: underline; }
  .eu-cookies button {
    flex-shrink: 0;
    cursor: pointer;
    font-weight: 0.9em;
    border: none;
    background: #db261e;
    color: white; }
    .eu-cookies button:hover {
      background: #2d2d2c; }

/*==animace cisel===*/
.postup-item:nth-of-type(1) .cislo.animated {
  animation: cislo 1s linear 0s 1;
  animation-fill-mode: forwards; }

.postup-item:nth-of-type(2) .cislo.animated {
  animation: cislo 1s linear 1s 1;
  animation-fill-mode: forwards; }

.postup-item:nth-of-type(3) .cislo.animated {
  animation: cislo 1s linear 2s 1;
  animation-fill-mode: forwards; }

.postup-item:nth-of-type(4) .cislo.animated {
  animation: cislo 1s linear 3s 1;
  animation-fill-mode: forwards; }

.postup-item:nth-of-type(5) .cislo.animated {
  animation: cislo 1s linear 4s 1;
  animation-fill-mode: forwards; }

@keyframes cislo {
  from {
    color: #a7a9ac; }
  to {
    color: #db261e; } }
.zakonne-info {
  text-align: center;
  color: white;
  width: 100%;
  float: left;
  font-size: 11px;
  background: #db261e;
  margin-top: 5px; }

.filter .filter-bubble {
  position: absolute;
  top: -125px;
  right: 65px;
  display: block;
  width: 240px;
  height: 100px;
  color: white;
  padding: 1rem 1rem;
  background: #c9ab65;
  text-align: center;
  z-index: 81;
  animation: kickstarter 2.5s infinite ease; }
  .filter .filter-bubble p {
    font-family: "Abril Fatface", cursive;
    font-size: 1.8rem;
    line-height: 1.9rem; }
  .filter .filter-bubble .close {
    height: 14px;
    display: block;
    background-image: url("../img/close.png");
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 10px; }
    .filter .filter-bubble .close:hover {
      cursor: pointer; }
.filter .filter-bubble:after {
  position: absolute;
  content: "";
  right: 0;
  top: 73px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 29px 0;
  border-color: transparent #c9ab65 transparent transparent;
  z-index: 80; }

@keyframes kickstarter {
  0% {
    transform: rotate(0); }
  76% {
    transform: rotate(0); }
  81% {
    transform: rotate(-4deg); }
  89% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(0); } }
.filter.fixed {
  position: fixed;
  top: 0;
  z-index: 30;
  top: 10rem; }

.copyright {
  position: relative;
  padding: 1.6rem 0;
  background-color: #121212;
  text-align: center;
  /* font-size: 13px; */
  color: #ccc; }
  .copyright .inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.5rem;
    z-index: 25;
    font-size: 1.6rem;
    font-weight: 300; }
  .copyright p {
    line-height: 1.4;
    margin-top: 0; }
  .copyright .madeby {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    font-size: 1.6rem; }
  .copyright a {
    color: #666;
    font-size: 1.6rem;
    font-weight: 300; }
    .copyright a:hover {
      color: #c9ab65; }
  .copyright .copyright .madeby img {
    margin-left: 5px;
    vertical-align: text-bottom; }

.share {
  text-align: left; }
  .share p {
    margin: 0;
    display: inline-block;
    line-height: 43px;
    width: 95px;
    float: left; }
  .share .facebook-icon {
    background-image: url("../img/facebook2.png");
    width: 43px;
    height: 44px;
    display: inline-block;
    transition: 0.2s; }
    .share .facebook-icon:hover {
      background-image: url("../img/facebook2-br.png"); }

.souvisejici {
  text-align: left;
  margin-top: 15px; }
  .souvisejici p {
    margin: 0;
    float: left;
    width: 135px; }

    .scroll-top-button {
      display: none;
      position: fixed;
      z-index: 99;
      right: 2rem;
      bottom: 2rem;
      width: 5rem;
      height: 5rem;
      background: rgba(201, 171, 101, 0.7);
      transition: .2s; }
      .scroll-top-button .inner {
        position: relative;
        width: 100%;
        height: 100%; }
      .scroll-top-button .inner:before {
        position: absolute;
        content: "";
        width: 2rem;
        height: 2rem;
        display: block;
        border-bottom: 2px solid white;
        border-left: 2px solid white;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-25%) rotate(135deg);
        animation: bounce 3s infinite; }
      @media screen and (max-width: 1000px) {
        .scroll-top-button {
          display: none !important; } }
      .scroll-top-button:hover {
        cursor: pointer;
        background: #c9ab65; }
    
    @keyframes bounce {
      0% {
        transform: translateX(-50%) translateY(0%) rotate(135deg); }
      50% {
        transform: translateX(-50%) translateY(-57%) rotate(135deg); }
      100% {
        transform: translateX(-50%) translateY(0%) rotate(135deg); } }
/*# sourceMappingURL=style.css.map */

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;    
}

@media screen and (max-width: 1000px) {
  video {
    display: none;
  }
}

@media screen and (max-width: 1795px) {
  .sluzby-hp .inner.left {
    margin-left: 0; }

  .kadernictvi, .manikura-pedikura {
    padding: 12.5rem 0 11rem 0; } }
@media screen and (max-width: 1462px) {
  .sluzby-hp .inner.right {
    margin-right: -9%; 
    transform: none} }
@media screen and (max-width: 1335px) {
  .sluzby-nav .sluzba-item {
    width: 49.9%;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

  .sluzby-nav .sluzba-item:nth-of-type(2) {
    margin-right: 0; }

  .sluzby-nav .inner {
    top: 50%;
    transform: translateY(-50%); }

  .sluzby-nav .sluzba-item:hover .inner {
    top: 45%; }

  .sluzby-nav .sluzba-item .button {
    bottom: 3.5rem; }

  .adress-box {
    transform: none;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%; }

  .adress-box p.title {
    font-size: 5rem; }

  #map {
    height: 50%;
    min-height: 350px;
    margin-bottom: 3rem; } }
@media screen and (max-width: 1310px) {
  .cenik-header .container,
  .znacky-header .container,
  .galerie-header .container,
  .blog-header .container,
  .skolici-centrum-header .container,
  .kalendar-header .container,
  .detail-header .container,
  .detail-skc-header .container,
  .sluzby-header .container,
  .vernostni-program-header .container,
  .detailni-sluzby-header .container {
    padding: 0;
    width: 100%;
    text-align: center;
    min-height: 500px; }
    .cenik-header .container .inner,
    .znacky-header .container .inner,
    .galerie-header .container .inner,
    .blog-header .container .inner,
    .skolici-centrum-header .container .inner,
    .kalendar-header .container .inner,
    .detail-header .container .inner,
    .detail-skc-header .container .inner,
    .sluzby-header .container .inner,
    .vernostni-program-header .container .inner,
    .detailni-sluzby-header .container .inner {
      width: 100%; }

  .cenik-header,
  .znacky-header,
  .galerie-header,
  .blog-header,
  .sluzby-header,
  .vernostni-program-header {
    min-height: 500px; }

  .blog-header .container, .blog-header,
  .skolici-centrum-header .container,
  .kalendar-header .container,
  .detail-header .container,
  .detail-skc-header .container,
  .vernostni-program-header .container,
  .vernostni-program-header,
  .detailni-sluzby-header .container,
  .cenik-header .container, .cenik-header {
    min-height: auto; }

  .znacky-header .container .inner p,
  .galerie-header .container .inner p,
  .blog-header .container p,
  .skolici-centrum-header .container p,
  .kalendar-header .container p,
  .detail-header .container p,
  .detail-skc-header .container h1,
  .sluzby-header .container .inner p {
    padding: 0 2%; }

  .blog-header .container p {
    text-align: center; }

  .cenik-header .container .button.blue {
    margin: 0 auto;
    margin-top: 2rem; }

  .vernostni-program-header ul {
    width: 500px;
    text-align: left;
    margin: 0 auto; }

  .vernostni-program-header,
  .detailni-sluzby-header {
    background-position: center; }

  .sluzby-list .left-col {
    width: 20%;
    padding-left: 2%; }
  .sluzby-list .right-col {
    width: 80%; }

  .sluzby-list .filter-section p.filter-header {
    font-size: 2rem; }

  .sluzby-list .filter-section ul {
    margin-top: 1rem;
    padding-left: 1rem; }

  .sluzby-list .filter-section {
    margin-bottom: 1rem; } }
@media screen and (max-width: 1286px) {
  .newsletter .left-col {
    width: 100%;
    float: none;
    text-align: center; }
  .newsletter .right-col {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 15px; }
    .newsletter .right-col label {
      left: 50%;
      transform: translateX(-50%); }

  .newsletter input[type="text"] {
    float: none;
    width: 90%;
    margin: 0 auto; }

  footer .content {
    text-align: center; }

  .footer-menu {
    width: 80%;
    margin: 0 auto; }
    .footer-menu ul {
      padding-left: 0; }

  .footer-menu .left-col {
    width: 50%;
    max-width: 50%; }

  .footer-menu .middle-col,
  .footer-menu .middle-col-2 {
    width: 25%;
    max-width: 25%; }

  .footer-menu .right-col {
    margin-top: 35px; }

  .calendar-wrap .left-col,
  .kalendar-container .left-col {
    width: 100%;
    float: none;
    text-align: center;
    max-width: 100%; }

  .calendar-wrap .right-col,
  .kalendar-container .right-col {
    display: block;
    margin: 0 auto;
    float: none; }
    .calendar-wrap .right-col .calendar-box,
    .kalendar-container .right-col .calendar-box {
      overflow-x: scroll;
      width: 78%; }

  .kalendar-container {
    padding-top: 1rem; }

  .kalendar-container .right-col {
    overflow-x: scroll; }

  .kalendar-container .left-col .filter-section {
    width: 100%;
    margin-bottom: 1rem; }

  .kalendar-container .left-col h2 {
    font-size: 2.5rem; }
  .kalendar-container .left-col .tag {
    line-height: 2.5rem; }

  .kontakt-header .right-col {
    margin-right: 3%; } }
/*1286*/
@media screen and (max-width: 1270px) {
  .uvod {
    background-size: cover;
    background-position: center; }

  .uvod .container .inner {
    left: 2%; }

  .sluzby-hp {
    background-position: center; }

  .clanky .clanky-items .clanek-item {
    width: 392px;
    display: inline-block;
    vertical-align: top; }
    .clanky .clanky-items .clanek-item .content {
      width: 100%; }
    .clanky .clanky-items .clanek-item .date {
      width: 31%; }

  .poukazy {
    margin-top: 6rem; } }
@media screen and (max-width: 1190px) {
  .sluzby-list .right-col {
    text-align: center; } }
@media screen and (max-width: 1185px) {
  .uvod .container .inner {
    width: 70%; }

  .sluzby-hp {
    padding: 12.5rem 0 11rem 0; }
    .sluzby-hp h2 {
      color: white;
      padding-right: 0; }

  .pece-o-telo h2, .manikura-pedikura h2 {
    color: #31335a; }

  .sluzby-hp .inner.right, .sluzby-hp .inner {
    width: 95%;
    max-width: 100%;
    margin-right: 0px;
    margin: 0 auto;
    float: none; }

  .sluzby-hp .inner.left {
    width: 95%;
    max-width: 100%;
    margin-right: 0px;
    margin: 0 auto;
    float: none; }

  .sluzby-hp .tag {
    background: white; }
    .sluzby-hp .tag:hover {
      background: #31335a;
      color: white;
      cursor: pointer; }

  .pece-o-plet p {
    color: white; }
  .pece-o-plet:before {
    opacity: 0.6;
    background-color: #31335a; }

  .kadernictvi:before {
    opacity: 0.6;
    background-color: #c9ab65; }
  .kadernictvi p {
    color: white; }
  .kadernictvi h2 {
    font-size: 5rem; }

  .pece-o-telo:before {
    opacity: 0.6;
    background-color: #31335a; }
  .pece-o-telo p {
    color: white; }
  .pece-o-telo h2 {
    color: white; }

  .manikura-pedikura:before {
    opacity: 0.6;
    background-color: #c9ab65; }
  .manikura-pedikura p {
    color: white; }
  .manikura-pedikura h2 {
    color: white; }

  .muz-section:before {
    opacity: 0.6;
    background-color: #31335a; }
  .muz-section p {
    color: white; }
  .muz-section h2 {
    color: white; } }
@media screen and (max-width: 1123px) {
  .blog a.button {
    display: block;
    width: 202px;
    padding: 0 0;
    margin: 0 auto; } }
@media screen and (max-width: 1035px) {
  .o-nas-fotka {
    height: 30%;
    min-height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat; }

  footer .content p {
    font-size: 4rem;
    line-height: 6.5rem; }

  .newsletter {
    margin-bottom: 5rem; }

  .galerie-items .col-1, .galerie-items .col-2 {
    width: 49%; }

  .galerie-items .row-3-items .galerie-item:nth-of-type(2) {
    width: 49%; }

  .galerie-items .row .galerie-item:last-child {
    margin-right: 1%; }

  .reference .reference-arrow-right,
  .reference .reference-arrow-left {
    display: none; }

  .reference .reference-item {
    padding: 1.5rem 4rem 0 4rem; }

  .reference .reference-item p.content {
    padding: 0 4rem; }
    .reference .reference-item p.content:before, .reference .reference-item p.content:after {
      display: none; }

  .kontakt-header {
    padding: 5rem 0 5rem 0;
    background-position: center; }

  .filter .filter-gender {
    display: block;
    float: none; }

  .filter .filter-tags {
    display: block;
    float: none; }

  .filter {
    height: auto;
    padding: 0 2% 0.75rem 2%; } }
/*1035*/
@media screen and (max-width: 1100px) {
  header h1 {
    float: left; }

  .cenik-header {
    background-position: center; }

  .cenik-header h1 {
    width: 100%;
    float: none; }

  header {
    height: 10rem; }

  .uvod {
    height: calc(100vh - 10rem); }

  .line1 {
    height: 5.5rem;
    padding-right: 1.45rem; }

  .line2 {
    top: 5.5rem; }

  .line2 ul a {
    font-size: 1.5rem;
    padding: 1rem;
    line-height: 1.6rem; }

  a.logo {
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    width: 155px;
    height: 70px;
    margin-top: 35px;
    background-image: url("../img/logo.svg"); } }
@media screen and (max-width: 985px) {
  .znacka-item {
    min-height: auto; }
    .znacka-item img {
      margin: 0 auto;
      margin-bottom: 4rem;
      max-width: 90%; }

  .znacka-item .tags {
    margin-bottom: 2.5rem; }

  .znacka-item .right-col {
    display: none; }

  .znacka-item .left-col {
    width: 100%; }

  .znacka-item:nth-of-type(2n-1) .left-col {
    background-color: rgba(201, 171, 101, 0.9); }

  .znacka-item:nth-of-type(2n+1) .tags {
    text-align: left; }

  .znacka-item:nth-of-type(2n+1) .left-col {
    padding: 2.5rem 0 10.5rem 2.5rem; }

  .znacka-item .button {
    margin-top: 3.5rem; }

  .centrum {
    background: none;
    padding: 10rem 0; }
    .centrum .inner {
      width: 100%;
      text-align: center;
      max-width: 100%;
      padding: 0 2%; }
    .centrum h2, .centrum p {
      color: black;
      text-align: center; }

  .mapa-skoleni .left-col {
    height: auto;
    padding: 1.5rem 3rem 3rem 3rem;
    width: 100%;
    float: none; }
    .mapa-skoleni .left-col h3 {
      margin-top: 3rem; }
    .mapa-skoleni .left-col .narrow {
      width: 50%;
      float: left; }

  .mapa-skoleni .right-col {
    height: 300px;
    width: 100%; }

  .detail-skc-content a.button {
    margin-bottom: 3rem; }

  .sluzby-list .left-col {
    width: 100%;
    float: none;
    max-width: 100%; }

  .sluzby-list .right-col {
    width: 100%;
    float: none;
    margin-top: 2rem; }

  .sluzby-list .sluzba-item {
    margin: 2rem 2.5rem; } }
/*985*/
@media screen and (max-width: 945px) {
  nav {
    display: none;
    position: absolute;
    top: 10rem;
    left: 0;
    width: 100%; }

  .nav-button {
    display: block; }

  .line2 {
    position: static; }

  .line2 ul {
    padding: 0; }

  .line2 ul a {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 4rem;
    font-size: 1.7rem;
    background: white; } }
@media screen and (max-width: 900px) {
  .copyright .madeby {
    position: static;
    margin-top: 10px; } }
@media screen and (max-width: 860px) {
  .blog-item {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5.5rem; }

  .galerie-slider .slider-arrow-right,
  .galerie-slider .slider-arrow-left {
    display: none; }

  .slide, .galerie-slider {
    width: 100%; }

  .mapa-skoleni .left-col .narrow {
    width: 100%; }
  .mapa-skoleni .left-col p span {
    width: 10rem; }

  .sluzby-nav .sluzba-item {
    width: 100%;
    margin-right: 0;
    padding: 3rem 2% 3rem 2%;
    height: auto; }

  .sluzby-nav .inner {
    position: relative;
    top: 0;
    transform: none; }

  .sluzby-nav .sluzba-item .button {
    position: relative;
    left: 0;
    transform: none; }

  .kontakt-header .right-col {
    width: 97%;
    margin-bottom: 3rem;
    float: none; }

  .kontakt-header .left-col {
    width: 97%;
    max-width: 100%;
    padding-left: 0; }

  .kontakt-header .col1,
  .kontakt-header .col2,
  .kontakt-header .col3 {
    width: 33%;
    float: left; }

  .kontakt-header .col3 {
    float: right;
    text-align: right; }

  .kontakt-header .container {
    padding-left: 2%; } }
/* 860*/
@media screen and (max-width: 851px) {
  .uvod .container .inner {
    width: 100%;
    left: 0;
    padding-left: 2%; }

  .nas-tym .nas-tym-item {
    width: 49%; }

  .detail-skc-header .container h1 {
    font-size: 5rem; } }
@media screen and (max-width: 780px) {
  .pece-o-telo {
    background-position: -210px; }

  .footer-menu .left-col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3rem; }
    .footer-menu .left-col ul {
      width: 50%; }

  .footer-menu .middle-col,
  .footer-menu .middle-col-2 {
    width: 25%;
    max-width: 25%; }

  .footer-menu .right-col {
    margin-top: 0;
    width: 50%;
    max-width: 50%; }

  .detail-skc-content {
    padding-top: 3rem; }

  .detail-skc-content .datum-skoleni,
  .detail-skc-content .misto-skoleni {
    width: 100%;
    margin-bottom: 1.5rem; } }
@media screen and (max-width: 800px) {
  .filter .filter-tags {
    display: none; }

  .poukazy .poukaz-item {
    margin-bottom: 3rem; }

  .poukazy .poukaz-item img {
    width: 100%;
    height: auto;
    max-height: 220px;
    min-height: auto; }

  .poukazy .content {
    width: 100%;
    padding: 2rem 2% 2rem 2%;
    min-height: auto;
    height: auto; }

  .poukazy .poukaz-item .content .inner {
    position: static;
    width: 100%;
    transform: none;
    padding: 0; }

  .poukazy .poukaz-item .button {
    margin-top: 2rem;
    font-size: 1.7rem;
    padding: 0 3rem;
    line-height: 4.2rem; }

  .poukazy h2,
  .doporucujeme h2 {
    font-size: 4rem;
    line-height: 5rem; }

  .doporucujeme .doporucujeme-item {
    max-width: 100%;
    width: 48%;
    margin-bottom: 3rem; } }
@media screen and (max-width: 785px) {
  .prednosti {
    padding: 4rem 0 4rem 0; }
    .prednosti .prednosti-item {
      width: 49%;
      margin-bottom: 3rem; } }
@media screen and (max-width: 760px) {
  .pece-o-telo {
    background-position: -355px; } }
@media screen and (max-width: 645px) {
  .newsletter input[type="submit"] {
    margin-top: 35px; }

  .newsletter .right-col label {
    top: 55px; } }
@media screen and (max-width: 769px) {
  .o-nas-header {
    padding: 6rem 0 6rem 0; }

  .o-nas-header .container {
    text-align: center; }
    .o-nas-header .container h1 {
      width: 100%;
      float: none;
      margin-bottom: 3rem; }
    .o-nas-header .container p {
      width: 100%;
      float: none;
      padding: 0 2%;
      margin-bottom: 3rem; } }
@media screen and (max-width: 700px) {
  .line1 {
    display: none; }

  .sub-menu {
    display: block;
    width: 100%;
    background: white;
    text-align: center; } }
@media screen and (max-width: 700px) {
  .galerie-items {
    margin-top: 7.5rem; }

  .galerie-items .strankovani {
    text-align: center; }

  .galerie-items .row-2-items .galerie-item,
  .galerie-items .row-3-items .galerie-item {
    width: 100%;
    margin-right: 0;
    min-height: 25%;
    height: auto; }

  .galerie-items .row-3-items .galerie-item:nth-of-type(2) {
    width: 100%;
    margin-right: 0; }

  .galerie-items .row .galerie-item:last-child {
    width: 100%; }

  .detail-content .znacka-item {
    height: auto; }
    .detail-content .znacka-item .fotka {
      width: 300px;
      float: none;
      margin: 0 auto;
      height: 28%; }
    .detail-content .znacka-item .content {
      padding-left: 0;
      text-align: center;
      width: 100%;
      height: auto; }
      .detail-content .znacka-item .content .inner {
        position: static;
        transform: none; }
    .detail-content .znacka-item p {
      margin: 0 auto; }

  .vernostni-program h2 {
    font-size: 4rem; }

  .vernostni-program table {
    margin-bottom: 6rem; }

  .vernostni-program table tr {
    line-height: 2.6rem;
    font-size: 1.6rem; }

  .vernostni-program table td:nth-of-type(1) {
    width: 14%; }

  .vernostni-program table td:nth-of-type(3) {
    width: 39%; }

  .vernostni-program table td:nth-of-type(4) {
    width: 44%; }

  .filter .filter-bubble, .filter .triangl {
    display: none; } }
/*700*/
@media screen and (max-width: 630px) {
  a.logo {
    margin-top: 15px; }

  .uvod {
    margin-top: 10rem; }

  .nav-button {
    margin-top: 3.2rem; }

  .kadernictvi {
    background-repeat: no-repeat;
    background-position: -1000px; }
    .kadernictvi p {
      color: white; }

  .footer-menu .middle-col,
  .footer-menu .middle-col-2 {
    width: 50%;
    max-width: 50%; }

  .footer-menu .right-col {
    width: 62%;
    max-width: 62%;
    margin-top: 3rem; }

  .calendar-wrap .arrow-right,
  .calendar-wrap .arrow-left {
    display: none; }

  .calendar-wrap .right-col .calendar-box {
    width: 100%;
    margin-left: 0; }

  .doporucujeme .doporucujeme-item {
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 3rem; }

  .vernostni-program-header h1 {
    font-size: 5rem; } }
/* 630*/
@media screen and (max-width: 600px) {
  .kontakt-header .right-col select {
    width: 100%;
    max-width: 100%; }

  .kontakt-header .right-col p {
    width: 100%;
    float: none; }

  .kontakt-header .right-col input[type="submit"] {
    margin: 0 auto;
    margin-top: 2rem;
    width: 190px;
    display: block;
    float: none; }

  .adress-box p.title {
    font-size: 3rem; }

  .kontakt-header .col1,
  .kontakt-header .col2,
  .kontakt-header .col3 {
    width: 50%;
    float: left;
    margin-bottom: 2rem; }

  .kontakt-header .col3 {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 0; }

  .kontakt-header .left-col .button {
    margin-top: 0; }

  .galerie-items .text:before,
  .galerie-items .text:after {
    display: none; } }
@media screen and (max-width: 590px) {
  .tip-zaver p {
    padding: 0 2% 2rem 2%;
    width: 100%; }

  .vernostni-program {
    padding: 5rem 0 0rem 0; } }
@media screen and (max-width: 590px) {
  .prednosti .prednosti-item {
    width: 100%;
    margin-bottom: 3rem; }

  .nas-tym .nas-tym-item {
    width: 100%;
    margin-bottom: 3rem; } }
@media screen and (max-width: 515px) {
  .vernostni-program-header ul {
    width: 100%; }

  .sluzby-hp .images {
    display: none; } }
@media screen and (max-width: 500px) {
  .uvod .container h2 {
    font-size: 5rem; }

  .blog {
    background-image: none; }

  .footer-menu ul {
    width: 100%; }

  .footer-menu .right-col {
    width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 470px) {
  /*.pece-o-telo {
  	background-position: -455px;
  }*/
  footer .content p {
    font-size: 3rem;
    line-height: 4.5rem; }

  .newsletter input[type="submit"]:hover {
    background-color: #3aaa35;
    color: white; }

  .oblibene-procedury .procedura-item {
    width: 100%;
    margin: 0 0 5rem 0; } }
@media screen and (max-width: 435px) {
  .clanky .clanky-items .clanek-item {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .clanky .clanky-items .clanek-item .content, .clanky .clanky-items .clanek-item img {
      width: 100%; }
    .clanky .clanky-items .clanek-item .date {
      width: 31%; } }
@media screen and (max-width: 405px) {
  .vernostni-program table td,
  .vernostni-program table td:nth-of-type(1) {
    text-align: center; }

  .newsletter .right-col label {
    position: static;
    width: 100%;
    display: block;
    transform: none;
    margin-top: 15px; }

  .newsletter input[type="submit"] {
    margin-top: 15px; } }
@media screen and (max-width: 360px) {
  .pece-o-plet {
    background-position: 46%;
    background-repeat: no-repeat; }

  .kadernictvi {
    background-repeat: no-repeat;
    background-position: -1000px; }

  .pece-o-telo {
    background-position: 22%; }

  .manikura-pedikura {
    background-position: -63%; }

  .muz-section {
    background-position: 13%; }

  .sluzby-hp img {
    width: 60%; }

  .sluzby-nav .sluzba-item h2 {
    font-size: 5rem; } }
@media screen and (max-width: 353px) {
  footer .content .button {
    margin-right: 0; }

  .kontakt-header .col1,
  .kontakt-header .col2,
  .kontakt-header .col3 {
    width: 100%;
    float: none;
    text-align: center; }

  .kontakt-header .left-col .button {
    margin-top: 0; }

  .kontakt-header .left-col li span {
    text-align: left; }

  .adress-box {
    width: 100%;
    height: auto;
    padding: 2rem;
    position: static;
    text-align: center; }

  .kontakt-header {
    padding: 3rem 0 3rem 0; }

  .kontakt-header h1 {
    font-size: 5.5rem;
    margin-bottom: 3.5rem;
    text-align: center; }

  .kontakt-header .right-col p {
    text-align: center; }

  .sluzby-list .right-col {
    padding-right: 0; }
    .sluzby-list .right-col .sluzba-item {
      width: 100%;
      margin: 0;
      margin-bottom: 4rem; } }

/*# sourceMappingURL=screen.css.map */
.sluzby-slider {
      max-height: 400px;
}

.sluzby-slider .slick-slide {
  max-height: 400px;
}
.galerie-slider .slider-nav {
    width: 100%;
    text-align: center;
    margin-top: 10px; }

    .sluzby-slider  ul.slider-nav {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }
    
    .galerie-slider .slider-nav li button {
      display: none;
    }
  


    .galerie-slider .slider-nav li {
      width: 18px;
      height: 18px;
      border-radius: 9px;
      border: 1px solid #c9ab65;
      display: inline-block;
      margin: 0 10px;
      transition: 0.2s; }

      .galerie-slider .slider-nav li:hover, .galerie-slider .slider-nav li.slick-active {
        cursor: pointer;
        background-color: #c9ab65; }

        @media screen and (max-width: 660px){
          .galerie-slider .slider-arrow-right,
          .galerie-slider .slider-arrow-left {
            display: none !important;
          }
        }


/*prihlaseni*/

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbUser,
#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbPassword {
    max-width: 200px;
    background: transparent;
    line-height: 4.1rem;
    font-size: 1.7rem;
    color: white;
    transition: 0.2s;
    border: 2px solid white;
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-radius: 0;
}

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbUser::-webkit-input-placeholder,
#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbPassword::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6c6044; }

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbUser::-moz-placeholder,
#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbPassword::-moz-placeholder {
  /* Firefox 19+ */
  color: #6c6044; }
#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbUser:-ms-input-placeholder,
#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbPassword:-ms-input-placeholder {
  /* IE 10+ */
  color: #6c6044; }

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbUser:-moz-placeholder,
#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_tbPassword:-moz-placeholder {
  /* Firefox 18- */
  color: #6c6044; }

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_BnLogin,
#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_bnLoginGoogle,
#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_bnLoginFacebook {
    line-height: 3.5rem;
    background: #3aaa35;
    color: white;
    font-size: 1.9rem;
    text-transform: uppercase;
    padding: 0 3rem;
    display: inline-block;
    transition: 0.2s;
    font-weight: 400;
    border: none;
    /* float: right; */
    text-decoration: none; 
}

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_bnLoginGoogle{
  background-color: #db4539;
}

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_bnLoginGoogle:hover {
  background-color: #e26d63;
}

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_bnLoginFacebook {
  background-color: #3b5998;
}

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_bnLoginFacebook:hover { 
  background-color: #6686c7;
}

#ctl00_ewpz1_mainTemplateCtrl_LoginNavBar31_BnLogin:hover {
  background-color: #5eb95a;
}

#ctl00_ewpz1_mainTemplateCtrl_ctl01 .col-sm-5{
  display: none;
}

#ctl00_ewpz1_mainTemplateCtrl_ctl01 .col-sm-7.text-right {
  margin-top: -22px;
}

#ctl00_ewpz1_mainTemplateCtrl_ctl01 .text-right a {
    
    font-size: 14px;
    font-weight: 400;
}

