/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "“" "”" "‘" "’";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "opensans";
  src: url("/assets/fonts/opensans-light-webfont-c5ac3db6.woff2")
      format("woff2"),
    url("/assets/fonts/opensans-light-webfont-3b76e6f4.woff") format("woff"),
    url("/assets/fonts/opensans-light-webfont-289d59f7.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "opensans";
  src: url("/assets/fonts/opensans-regular-webfont-85e9f133.woff2")
      format("woff2"),
    url("/assets/fonts/opensans-regular-webfont-a13a6cc0.woff") format("woff"),
    url("/assets/fonts/opensans-regular-webfont-190182f9.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "opensans";
  src: url("/assets/fonts/opensans-bold-webfont-054b674c.woff2") format("woff2"),
    url("/assets/fonts/opensans-bold-webfont-45c6d7bf.woff") format("woff"),
    url("/assets/fonts/opensans-bold-webfont-2b1d91b6.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "font-awesome";
  src: url("/assets/fonts/fa-solid-900-8aba5b59.woff2") format("woff2"),
    url("/assets/fonts/fa-solid-900-ecb37a1b.woff") format("woff"),
    url("/assets/fonts/fa-solid-900-a16829d0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "font-awesome";
  src: url("/assets/fonts/fa-regular-400-285cf9d3.woff2") format("woff2"),
    url("/assets/fonts/fa-regular-400-3799764c.woff") format("woff"),
    url("/assets/fonts/fa-regular-400-0a43b6f9.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font: 18px opensans, arial, sans-serif;
  line-height: 1.6em;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: auto;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -15px;
  }
}
.row .right,
.row .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 576px) {
  .row .right,
  .row .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.row .full {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 15px;
}
h1 {
  line-height: 1.5em;
  font-size: 1.55556em;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: 1.55556em;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 2.33333em;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 2.77778em;
  }
}
h1 span {
  display: block;
}
.sub {
  margin-top: 0.5em;
  font-size: 1.11111em;
}
@media only screen and (min-width: 992px) {
  .sub {
    font-size: 1.33333em;
  }
}
@media only screen and (min-width: 1200px) {
  .sub {
    font-size: 1.61111em;
  }
}
h2 {
  line-height: 1.3;
  font-size: 1.88889em;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 2.5em;
  }
}
.index #header {
  color: white;
  position: relative;
  background-color: #6a0e49;
}
.index #header .title {
  padding-bottom: 30px;
}
.index #header .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .index #header .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.index #header .left h1 {
  margin-top: 64px;
  margin-bottom: 0;
  color: white;
}
.index #header .left h1 span {
  font-weight: normal;
  font-size: 0.8em;
}
.index #header .right {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
@media only screen and (min-width: 576px) {
  .index #header .right {
    display: block;
  }
}
.index #header .right .ravypa {
  position: relative;
  height: 260px;
  width: 200px;
  font-size: 1.33333em;
  line-height: 1em;
}
.index #header .right .ravypa .bg-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../images/bg-ravypa-c16a2c17.png") 50% 50%
    no-repeat;
  background-size: cover;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.index #header .right .ravypa .logo {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 13px;
}
.index #header .right .ravypa .logo .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  text-align: right;
  padding: 5px 0;
  font-weight: normal;
  letter-spacing: 0;
}
.index #header .right .ravypa .logo .short {
  margin-left: 10px;
  font-weight: bold;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  border: 3px solid white;
  border-bottom: 0 solid transparent;
  padding: 5px 0;
}
.index #header .right .ravypa .logo .last .short {
  border-bottom: 3px solid white;
}
.index #header .motto {
  font-size: 1.11111em;
  padding: 30px 0 30px;
  border-top: 2px solid white;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  .index #header .motto {
    font-size: 23px;
  }
}
section {
  position: relative;
}
section:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 30px;
  margin-left: -30px;
  z-index: 100;
}
#consult {
  padding: 0 0 75px;
}
#consult .banner-wrapper {
  background-color: #252b51;
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) {
  #consult .banner-wrapper {
    margin-bottom: 100px;
  }
}
#consult .banner-wrapper .banner {
  color: white;
  font-size: 1.11111em;
  padding: 25px 0 25px;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  #consult .banner-wrapper .banner {
    font-size: 23px;
  }
}
#consult .banner-wrapper .banner a {
  color: white;
}
#consult .banner-wrapper .banner a:hover {
  opacity: 0.65;
}
@media only screen and (min-width: 768px) {
  #consult {
    padding: 0 0 100px;
  }
}
#consult .left {
  display: none;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}
@media only screen and (min-width: 576px) {
  #consult .left {
    display: block;
  }
}
#consult .left img {
  width: 90%;
  height: auto;
}
@media only screen and (min-width: 576px) {
  #consult .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
}
#consult .right h2 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  #consult .right h2 {
    margin-top: -9px;
  }
}
@media only screen and (min-width: 992px) {
  #consult .right h2 {
    margin-top: -14px;
  }
}
#start {
  padding-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  #start {
    text-align: center;
  }
}
#start .title-bg {
  background-color: #1c345a;
}
#start .title-bg h2 {
  color: white;
  margin: 60px 0;
}
#start .tel,
#start .email {
  display: inline-block;
  font-size: 22px;
}
@media only screen and (min-width: 576px) {
  #start .tel,
  #start .email {
    margin: 100px 0 !important;
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  #start .tel,
  #start .email {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  #start .tel,
  #start .email {
    font-size: 40px;
  }
}
#start .tel a,
#start .email a {
  color: black;
  text-decoration: none;
}
#start .tel a:hover,
#start .email a:hover {
  color: #6a0e49;
}
#start .tel:before,
#start .email:before {
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  #start .tel:before,
  #start .email:before {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #start .tel:before,
  #start .email:before {
    display: inline-block;
  }
}
#start .tel {
  margin-top: 50px;
  margin-bottom: 20px;
}
#start .tel:before {
  content: "";
  font-family: font-awesome;
  font-weight: 900;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#start .email {
  margin-bottom: 50px;
}
#start .email:before {
  content: "";
  font-family: font-awesome;
  font-weight: normal;
}
#adviser {
  padding: 75px 0;
  color: white;
  background-color: #6a0e49;
}
@media only screen and (min-width: 768px) {
  #adviser {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 576px) {
  #adviser .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
}
#adviser .left .author {
  text-align: right;
}
#adviser .right {
  display: none;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}
@media only screen and (min-width: 576px) {
  #adviser .right {
    display: block;
  }
}
#adviser .right img {
  width: 90%;
  height: auto;
}
#when {
  padding: 75px 0;
}
@media only screen and (min-width: 768px) {
  #when {
    padding: 100px 0;
  }
}
#when h2 {
  max-width: 820px;
}
#when .reason {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.55556em;
}
#when .reason:last-of-type {
  margin-bottom: 0;
}
#when ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#when ul li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3em;
}
@media only screen and (min-width: 1200px) {
  #when ul li {
    font-size: 18px;
  }
}
#when ul li:before {
  content: "–";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#when ul li:first-child {
  margin-top: 10px;
}
#pricelist {
  padding-bottom: 75px;
}
@media only screen and (min-width: 768px) {
  #pricelist {
    padding-bottom: 100px;
  }
}
#pricelist .title-bg {
  padding: 70px 0 40px;
  background-color: #1c345a;
  color: white;
  margin-bottom: 40px;
}
#pricelist h2 {
  margin-bottom: 5px;
}
#pricelist .sub {
  font-size: 1.5em;
  margin-bottom: 20px;
}
#pricelist .data {
  margin-bottom: 20px;
}
#pricelist .data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #1c345a;
}
@media only screen and (min-width: 576px) {
  #pricelist .data-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#pricelist .data-row:hover {
  background-color: rgba(28, 52, 90, 0.1);
}
#pricelist .data-row.heading {
  display: none;
}
@media only screen and (min-width: 576px) {
  #pricelist .data-row.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#pricelist .data-row.heading:hover {
  background-color: transparent;
}
#pricelist .data-row.heading .title,
#pricelist .data-row.heading .hours,
#pricelist .data-row.heading .price {
  text-align: center;
  font-weight: bold;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#pricelist .data-row.heading .title {
  text-align: left;
}
#pricelist .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
#pricelist .title .service-name {
  font-weight: bold;
}
#pricelist .title ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#pricelist .title ul li {
  font-size: 0.88889em;
  line-height: 1.5em;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
  margin-bottom: 3px;
}
#pricelist .title ul li:before {
  content: "–";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#pricelist .hours,
#pricelist .price {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media only screen and (min-width: 576px) {
  #pricelist .hours,
  #pricelist .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    text-align: right;
  }
}
#pricelist .price:before {
  content: "Cena: ";
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  #pricelist .price:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  #pricelist .hours {
    text-align: center;
  }
}
#pricelist .hours:before {
  content: "Počet hodin: ";
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  #pricelist .hours:before {
    display: none;
  }
}
#contact {
  background-color: #6a0e49;
  color: white;
  padding: 75px 0;
  font-size: 1em;
  line-height: 1.33333em;
}
@media only screen and (min-width: 768px) {
  #contact {
    padding: 100px 0;
  }
}
#contact:after {
  display: none;
}
#contact a {
  text-decoration: none;
  font-weight: normal;
  color: white;
}
#contact a:hover {
  text-decoration: none;
  opacity: 0.65;
}
#contact h2 {
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  #contact h2 {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 768px) {
  #contact h2 {
    margin-top: -15px;
  }
}
@media only screen and (min-width: 576px) {
  #contact h2 {
    margin-left: 45px;
  }
}
#contact .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  #contact .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#contact .left,
#contact .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media only screen and (min-width: 768px) {
  #contact .left,
  #contact .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
#contact .right {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #contact .right {
    padding-left: 50px;
  }
}
#contact #ga-map {
  width: 100%;
  height: 100%;
  min-height: 200px;
}
#contact .address {
  position: relative;
}
@media only screen and (min-width: 576px) {
  #contact .address {
    padding-left: 45px;
  }
}
#contact .address:before {
  display: none;
  position: absolute;
  content: "";
  font-family: font-awesome;
  font-weight: normal;
  top: 0;
  left: 0;
  font-size: 1.33333em;
}
@media only screen and (min-width: 576px) {
  #contact .address:before {
    display: inline-block;
  }
}
#contact .email,
#contact .tel {
  display: block;
  font-weight: normal;
  font-size: 1.22222em;
  line-height: 1.31818em;
}
@media only screen and (min-width: 992px) {
  #contact .email,
  #contact .tel {
    font-size: 1.33333em;
    line-height: 1.58333em;
  }
}
#contact .email:before,
#contact .tel:before {
  margin-right: 15px;
}
#contact .tel {
  margin-top: 15px;
}
#contact .tel:before {
  display: none;
  content: "";
  font-family: font-awesome;
  font-weight: 900;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (min-width: 576px) {
  #contact .tel:before {
    display: inline-block;
  }
}
#contact .email {
  margin-bottom: 15px;
}
#contact .email:before {
  display: none;
  content: "";
  font-family: font-awesome;
  font-weight: normal;
}
@media only screen and (min-width: 576px) {
  #contact .email:before {
    display: inline-block;
  }
}
#contact .opening-hours {
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  #contact .opening-hours {
    padding-left: 45px;
  }
}
#contact .opening-hours:before {
  display: none;
  content: "";
  font-family: font-awesome;
  font-weight: normal;
  font-size: 1.33333em;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 576px) {
  #contact .opening-hours:before {
    display: inline-block;
  }
}
#contact .ico,
#contact .zapis,
#contact .sidlo {
  font-size: 0.83333em;
  line-height: 1.46667em;
  opacity: 0.8;
}
@media only screen and (min-width: 576px) {
  #contact .ico,
  #contact .zapis,
  #contact .sidlo {
    margin-left: 45px;
  }
}
#contact .socials {
  margin-top: 24px;
  margin-bottom: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
}
@media only screen and (min-width: 576px) {
  #contact .socials {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 768px) {
  #contact .socials {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#contact .socials .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 10px;
  opacity: 1;
  height: 100%;
  width: auto;
}
#contact .socials .social-icon svg {
  width: auto;
  opacity: 1;
  fill: white;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
#contact .socials .social-icon svg path {
  height: 100%;
  width: auto;
}
#contact .socials .social-icon:hover svg {
  opacity: 0.65;
}
#footer {
  color: white;
  padding-bottom: 70px;
  background-color: #6a0e49;
}
#footer:after {
  display: none;
}
#footer .row {
  border-top: 1px solid white;
  padding-top: 30px;
}
#footer .copyright,
#footer .creator,
#footer .cookies a {
  font-size: 0.77778em;
  line-height: 1.28571em;
  opacity: 0.6;
}
#footer .cookies a {
  color: white;
  text-decoration: none;
}
#footer .cookies a:hover {
  opacity: 1;
}
@media only screen and (min-width: 576px) {
  #footer .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
}
@media only screen and (min-width: 576px) {
  #footer .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    text-align: right;
  }
}
#cookies {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
}
#cookies #close-cookies {
  position: absolute;
  top: 19px;
  right: 15px;
  cursor: pointer;
  overflow: auto;
  padding-top: 8px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  #cookies #close-cookies {
    top: 29px;
    right: 25px;
  }
}
#cookies #close-cookies .line {
  display: block;
  background-color: black;
  height: 4px;
  width: 27px;
  -webkit-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}
#cookies #close-cookies .line:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cookies #close-cookies .line:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cookies #close-cookies:hover .line {
  background-color: #6a0e49;
}
#cookies .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#cookies .container .title {
  font-weight: bold;
  margin-bottom: 0.4em;
  line-height: 1.3;
  font-size: 1.88889em;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  #cookies .container .title {
    font-size: 2.5em;
  }
}
#cookies .container .heading {
  font-weight: normal;
  margin-top: 1em;
}
#cookies .container .text a {
  color: #6a0e49;
}
#cookies .container .text a:hover {
  text-decoration: none;
}
