@font-face {
  font-family: 'Myriad Web Pro';
  src: url('../themes/cassianinn/assets/font/MyriadWebPro-Bold.eot');
  src: local('MyriadWebPro-Bold'), url('../themes/cassianinn/assets/font/MyriadWebPro-Bold.eot?#iefix') format('embedded-opentype'), url('../themes/cassianinn/assets/font/MyriadWebPro-Bold.woff2') format('woff2'), url('../themes/cassianinn/assets/font/MyriadWebPro-Bold.woff') format('woff'), url('../themes/cassianinn/assets/font/MyriadWebPro-Bold.ttf') format('truetype'), url('../themes/cassianinn/assets/font/MyriadWebPro-Bold.svg#MyriadWebPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body {
  background: #f7f4ec;
  color: #2C2934;
}
header.position-absolute nav.navbar {
  background: rgba(44, 41, 52, 0.5);
  border: none;
  z-index: 99;
}
header.position-absolute nav.navbar ul.navbar-nav .nav-item a.nav-link {
  color: #f7f4ec;
}
header.position-absolute nav.navbar ul.navbar-nav .nav-item a.nav-link:hover {
  color: #cab680;
}
header.position-absolute img.logo--dark {
  display: none;
}
header.position-absolute img.logo {
  display: block !important;
}
nav.navbar {
  width: 100%;
  background: #fdfcfa;
  border-bottom: 1px solid;
  border-color: rgba(44, 41, 52, 0.1);
}
nav.navbar a.navbar-brand img {
  width: 180px;
}
nav.navbar ul.navbar-nav .nav-item a.nav-link {
  color: #2C2934;
}
nav.navbar ul.navbar-nav .nav-item a.nav-link:hover {
  color: #184062;
}
nav.navbar img.logo {
  display: none;
}
.room {
  color: #2C2934;
}
.room .room--info h1 {
  font-family: 'Myriad Web Pro';
}
.room svg.icon, .room .icons img {
  height: 40px;
}
.room .icons p {
  font-size: 10px;
  color: #184062;
}
.btn-cont {
  text-align: center;
  padding: 15px 0;
}
.btn-cont .btn {
  position: relative;
  padding: 20px 70px;
  border: 2px solid #184062;
  color: #184062;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}
.btn-cont .btn:hover {
  border: 2px solid transparent;
  transition: border 0.1s ease-in;
}
.btn-cont .btn:hover .line-1 {
  animation: move1 1500ms infinite ease;
}
.btn-cont .btn:hover .line-2 {
  animation: move2 1500ms infinite ease;
}
.btn-cont .btn:hover .line-3 {
  animation: move3 1500ms infinite ease;
}
.btn-cont .btn:hover .line-4 {
  animation: move4 1500ms infinite ease;
}
.btn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #184062;
  left: 0;
  bottom: 0;
}
.btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #184062;
  left: 0;
  top: 0;
}
.btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #184062;
  right: 0;
  top: 0;
}
.btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #184062;
  right: 0;
  bottom: 0;
}
@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
#reservation h2, .rezervacie_izba h2 {
  font-family: 'Myriad Web Pro';
}
#reservation a, .rezervacie_izba a {
  font-size: 24px;
  text-decoration: none;
  color: #2C2934;
  font-weight: bold;
  transition: 0.3s ease;
}
#reservation a:hover, .rezervacie_izba a:hover {
  color: #184062;
  transition: 0.3s ease;
}
#reservation i.fas, .rezervacie_izba i.fas {
  font-size: 40px;
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.rezervacie_izba {
  background: #184062;
  color: #f7f4ec;
}
.rezervacie_izba a {
  color: #f7f4ec;
}
.rezervacie_izba a:hover {
  color: #2C2934;
}
#cennik h2 {
  font-family: 'Myriad Web Pro';
}
#cennik a {
  text-decoration: none;
}
#cennik a:hover {
  color: #184062;
}
#cennik svg.icon, #cennik .icons img {
  height: 40px;
}
#cennik .icons p {
  font-size: 10px;
  color: #184062;
}
#cennik i.fas {
  font-size: 40px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#cennik .firmy {
  background: #f7f4ec;
  box-shadow: 0 0 10px rgba(24, 64, 98, 0.33);
}
#cennik .firmy a {
  font-size: 24px;
  text-decoration: none;
  color: #2C2934;
  font-weight: bold;
}
#cennik .pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
#cennik .pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}
#cennik .pricing-action {
  color: inherit;
  border: none;
  background: none;
}
#cennik .pricing-action:focus {
  outline: none;
}
@media (min-width: 1300px) {
  #cennik .pricing .pricing-item {
    -webkit-flex: 0 1 400px;
    flex: 0 1 400px;
  }
}
#cennik .pricing-palden .pricing-item {
  font-family: 'Open Sans', sans-serif;
  cursor: default;
  color: #2C2934;
  background: #fff;
  box-shadow: 0 0 10px rgba(44, 41, 52, 0.33);
  border-radius: 20px 20px 10px 10px;
  border: 1px solid #f7f4ec;
  margin: 1em;
}
@media screen and (min-width: 1059px) {
  #cennik .pricing-palden .pricing-item {
    margin: 1em -0.5em;
  }
  #cennik .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}
#cennik .pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: #184062;
  padding: 4em 0 9em;
  position: relative;
}
#cennik .pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
#cennik .pricing-palden .pricing-title {
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f7f4ec;
}
#cennik .pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#cennik .pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
#cennik .pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
#cennik .pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #f7f4ec;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
#cennik .pricing-palden .pricing-currency {
  font-size: 0.35em;
  vertical-align: top;
}
#cennik .pricing-palden .pricing-period {
  font-size: 0.3em;
  padding: 0 0 0 0;
  font-style: italic;
}
#cennik .pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0 0 2.5em;
  list-style: none;
  text-align: center;
  margin-top: -70px;
  z-index: 99;
}
#cennik .pricing-palden .pricing-feature {
  padding: 1em 0;
}
#cennik .pricing-palden .pricing-feature.addon {
  font-size: 12px;
}
#cennik .pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #f7f4ec;
  border-radius: 30px;
  background: #184062;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#cennik .pricing-palden .pricing-action:hover, #cennik .pricing-palden .pricing-action:focus {
  background-color: #2C2934;
}
#cennik .pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}
footer {
  background: #2C2934;
  color: #f7f4ec;
}
footer img {
  height: 50px;
}
footer p {
  font-size: 16px;
}
footer p.footer--heading {
  letter-spacing: 2px;
  font-size: 18px;
  font-family: 'Myriad Web Pro';
}
footer .contact--info a {
  color: #f7f4ec;
  text-decoration: none;
  margin: 5px 15px 15px;
  display: block;
}
footer .contact--info a i {
  font-size: 26px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
footer .contact--info a:hover {
  color: #3183c8;
}
footer .created--by {
  background: #201e26;
}
footer .created--by a {
  color: #f7f4ec;
  text-decoration: none;
}
footer .created--by a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .room .room__wrapper {
    height: 100vh;
  }
  .room .icons p {
    display: none;
  }
  .room .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #cennik .icons p {
    display: none;
  }
  #reservation {
    min-height: 60vh;
    padding-top: 5%;
  }
  footer .contact--info a {
    display: inline-block;
  }
}
@media (min-width: 991px) {
  #landing {
    height: 100vh;
  }
  #landing .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .chooseRoom--wrapper .room--select a {
    font-size: 19px !important;
  }
}
@media (min-width: 768px) {
  .chooseRoom--wrapper {
    bottom: 0;
  }
  .chooseRoom--wrapper .room--select {
    background: rgba(44, 41, 52, 0.7);
    transition: 0.3s ease-in-out;
    border-left: 2px solid #f7f4ec;
  }
  .chooseRoom--wrapper .room--select:first-of-type {
    border-left: none;
  }
  .chooseRoom--wrapper .room--select:hover {
    background: #184062;
    transition: 0.3s ease-in-out;
  }
  .chooseRoom--wrapper .room--select a {
    color: #f7f4ec;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.81vw;
    letter-spacing: 2px;
    text-decoration: none;
  }
}
