.page-template-template-domki .site-content .content-area h2.cs-title {
	font-size: 2.25rem;
}

@media (max-width: 1024px) {
    .page-template-template-domki .site-content .content-area h2.cs-title {
        font-size: 1.875rem;
    }
}

.page-template-template-domki .site-content a:not([class*="button"]):not(:hover) {
    color: #B99D75;
	font-weight: 500;
}

.page-template-template-domki .site-content a:not([class*="button"]):hover {
	color: #493f8f;
	font-weight: 500;
}

.page-template-template-domki .site-content ul li::marker {
    color: #B99D75;
}

.breadcrumbs a:not(:hover) {
	color: #1a1b1a !important;
}

.page-template-template-domki .room-booking-title {
	display: block;
	margin-bottom: 20px;
}

.page-template-template-domki .cs-title-text h1, 
.page-template-template-domki .cs-title-text h2, 
.page-template-template-domki .cs-title-text h3, 
.page-template-template-domki .cs-title-text h4, 
.page-template-template-domki .cs-title-text h5, 
.page-template-template-domki .cs-title-text h6 {
	margin-bottom: 20px;
}

#galeria-button {
	position: absolute;
    bottom: 10%;
    right: calc(calc(100/25)* 2vw);
    border: 2px solid #fff;
    background: transparent;
	padding: 0 20px;
}

#galeria-button:hover {
    background: rgba(255,255,255,.4);
    color: #fff;
    border-color: #fff;
}

.custom-tabs {
  position: relative;
}
.custom-tabs input[name=tab-control] {
  display: none;
}

.custom-tabs > ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-left: 0;
}
.custom-tabs > ul li {
  box-sizing: border-box;
  flex: auto;
  width: 25%;
  padding: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .custom-tabs > ul li {
    width: 50%;
  }
}
.custom-tabs > ul li label {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 20px 15px;
  background: #F8F5F1;
  border: 2px solid #F8F5F1;
  border-radius: 5px;
  color: #493f8f;
	line-height: 1;
	text-align: center;

}

.custom-tabs > ul li label:hover, .custom-tabs > ul li label:focus, .custom-tabs > ul li label:active {
  outline: 0;
  color: #009846;
  border-color: #009846;
  font-weight: 500;
}
.custom-tabs .custom-tabs-content {
  margin-top: 30px;
}
.custom-tabs .custom-tabs-content .custom-tab-section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.custom-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #009846;
  border-color: #009846;
  font-weight: 500;
}
.custom-tabs input[name=tab-control]:nth-of-type(1):checked ~ .custom-tabs-content > .custom-tab-section:nth-child(1) {
  display: block;
}
.custom-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #009846;
  border-color: #009846;
  font-weight: 500;
}
.custom-tabs input[name=tab-control]:nth-of-type(2):checked ~ .custom-tabs-content > .custom-tab-section:nth-child(2) {
  display: block;
}
.custom-tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #009846;
  border-color: #009846;
  font-weight: 500;
}
.custom-tabs input[name=tab-control]:nth-of-type(3):checked ~ .custom-tabs-content > .custom-tab-section:nth-child(3) {
  display: block;
}
.custom-tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #009846;
  border-color: #009846;
  font-weight: 500;
}
.custom-tabs input[name=tab-control]:nth-of-type(4):checked ~ .custom-tabs-content > .custom-tab-section:nth-child(4) {
  display: block;
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

.custom-tab-section h3.cs-title {
	font-size: 1.5rem;
    margin-top: 10px !important;
}

.custom-tab-section h5.cs-title {
	font-size: 1.25rem;
}

.custom-tab-section .cs-info-box-img i {
    color: #B99D75;
    font-size: 30px;
}

.custom-tab-section .cs-info-box-title {
    font-size: 16px;
}