@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;700;900&display=swap');
@import url('../fonts/fontawesome/css/all.min.css');

/* MAIN */
html, body {
    font-family: 'Barlow', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #000;
    background: #fff;
}

a {
    text-decoration: none;
    color: #c95fb0;
}

a:hover, .entry-meta span a:hover, .comments-link a:hover {
  color: #495d6d;
}

/* END MAIN */


/* MAIN MENU */
.mainmenu {
    background-color: transparent;
    -webkit-transition: .25s background-color ease-in-out;
    transition: .25s background-color ease-in-out;
}

.mainmenu.iscarousel, .mainmenu.notiscarousel {
    position: absolute;
    z-index: 10;
    width: 100%;    
}

.mainmenu1.notiscarousel {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #fff;
}

.mainmenu.iscarousel.fixedtop, .mainmenu.notiscarousel.fixedtop {
  position: fixed;
  background-color: #fff !important;
  -webkit-transition: .25s background-color ease-in-out;
  transition: .25s background-color ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}


.mainmenu {
;transition: all 500ms linear;
}

.mainmenu .img-navbar-brand {
    max-height: 150px;
    width: auto;
    transition: all 0.5s ease;
}

h1.mainpage {
   margin-bottom: 0;
}

.mainmenu.fixedtop .img-navbar-brand {
    height: 100px;
    width: auto;
}

.mainmenu .nav-link {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;   
}

@media (max-width : 1200px) {
	.mainmenu.iscarousel.fixedtop .navbar-collapse.collapse.show .nav-link, .mainmenu.notiscarousel.fixedtop .navbar-collapse.collapse.show .nav-link {
		border-bottom: #cdcdcd 1px solid !important;
	}
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show  {
  color: #dfdfdf;
}

.mainmenu.notiscarousel.fixedtop .nav-link.active, .mainmenu.notiscarousel.fixedtop .nav-link.show,.mainmenu.iscarousel.fixedtop .nav-link.active, .mainmenu.iscarousel.fixedtop .nav-link.show {
    color: #afafaf;
}

.mainmenu li.active .nav-link {
    color: #c95fb0;
}

.mainmenu.iscarousel.fixedtop .nav-link, .mainmenu.notiscarousel.fixedtop .nav-link {
    color: #333;
}

.mainmenu.iscarousel.fixedtop li.active .nav-link, .mainmenu.notiscarousel.fixedtop li.active .nav-link {
    color: #c95fb0;
}

.mainmenu .nav-link:hover {
    color: #dfdfdf;
}

.mainmenu.iscarousel.fixedtop .nav-link:hover, .mainmenu.notiscarousel.fixedtop .nav-link:hover {
    color: #afafaf;
}

.mainmenu.iscarousel .navbar-collapse.collapse, .mainmenu.notiscarousel .navbar-collapse.collapse {
    background-color: transparent;
    padding-left: 2rem;
    transform: scale(1); 
    transition: 0.25s all ease;
}

.navbar-collapse {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 2rem;
    transform: scale(1); 
    transition: 0.25s all ease;    
}

.mainmenu.iscarousel .navbar-collapse.collapse.show, .mainmenu.notiscarousel .navbar-collapse.collapse.show {
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 2rem;
    padding-right: 2rem;
    transform: scale(1); /* you need a scale here to allow it to transition in both directions */
    transition: 0.25s all ease;
}

.mainmenu.iscarousel.fixedtop .navbar-collapse.collapse.show, .mainmenu.notiscarousel.fixedtop .navbar-collapse.collapse.show {
    background-color: rgba(255, 255, 255, 0);
    padding-left: 2rem;
    padding-right: 2rem;
    transform: scale(1); /* you need a scale here to allow it to transition in both directions */
    transition: 0.25s all ease;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
  position: relative;
}
.navbar-toggler {
  width: 30px;
  height: 30px;
  position: relative;
  transition: .5s ease-in-out;
}

.mainmenu.iscarousel .navbar-toggler.collapsed .toggler-icon, .mainmenu.notiscarousel .navbar-toggler.collapsed .toggler-icon {
  background: linear-gradient( 263deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100% );
}

.mainmenu.iscarousel.fixedtop .navbar-toggler.collapsed .toggler-icon, .mainmenu.notiscarousel.fixedtop .navbar-toggler.collapsed .toggler-icon {
  background: linear-gradient( 263deg, rgba(33, 33, 33, 1) 0%, rgba(33, 33, 33, 1) 100% );
}


.mainmenu.iscarousel .navbar-toggler.collapsed .top-bar, .mainmenu.notiscarousel .navbar-toggler.collapsed .top-bar {
  position: absolute;
  top: 0px;
  transform: rotate(0deg);
}
.mainmenu.iscarousel .navbar-toggler .top-bar, .mainmenu.notiscarousel .navbar-toggler .top-bar {
  top: inherit;
  transform: rotate(135deg);
}
.navbar-toggler span {
  margin: 0;
  padding: 0;
}
.mainmenu.iscarousel .toggler-icon, .mainmenu.notiscarousel .toggler-icon {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.mainmenu.iscarousel.fixedtop .toggler-icon, .mainmenu.notiscarousel.fixedtop .toggler-icon {
      background: rgb(33, 33, 33);
}

.mainmenu.iscarousel .navbar-toggler.collapsed .middle-bar, .mainmenu.notiscarousel .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  position: absolute;
  top: 10px;
  filter: alpha(opacity=100);
}
.mainmenu.iscarousel .navbar-toggler .middle-bar, .mainmenu.notiscarousel .navbar-toggler .middle-bar {
  opacity: 0;
  top: inherit;
  filter: alpha(opacity=0);
}

.mainmenu.iscarousel .navbar-toggler.collapsed .bottom-bar, .mainmenu.notiscarousel .navbar-toggler.collapsed .bottom-bar {
  position: absolute;
  top: 20px;
  transform: rotate(0deg);
}
.mainmenu.iscarousel .navbar-toggler .bottom-bar, .mainmenu.notiscarousel .navbar-toggler .bottom-bar {
  top: inherit;
  transform: rotate(-135deg);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 12rem;
  padding: 1rem 0;
  margin: 0;
    margin-top: 0px;
  font-size: 0.875rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.15);
  transition: all 0.3s ease-in-out;
}

.navbar-collapse.collapse.show .nav-link {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }


@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #efefef;
}
/* END MAIN MENU */

/* CAROUSEL */
.carousel-item .imgsl {
  height: 50vh;
}

.carousel-item h2 {
  font-weight: 300;
  font-size: 2.6rem;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #eee;
}

@media (max-width : 992px) {
.carousel-item h2 {
  font-size: 1.4rem;
}
}

.carousel-item p {
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #eee;
}

@media (max-width : 992px) {
.carousel-item p {
	  font-size: 1.0rem;
}
}

.carousel-caption {
  top: 40%;
}

.imgsl:before {
  content:'';
  background-color: #000;
  opacity: 0.2;
  display:block;
  width:100%;
  height:100%;
}


.carousel-indicators .active {
    opacity: .9 !important;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

/* END CAROUSEL */

/* Testimonials */
.testimonialswrapper .card {
    border-radius: 0;
    border: 1px solid #dee2e6;
    transition: all ease-in-out 0.3s;
    text-align: center;
    padding: 1rem 1rem;
}

.testimonialswrapper .card .card-img-top {
	border-radius: 0 !important;
}


.cardiconwrapper {
    background: #c95fb0;
    color: #000;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.card .cardtitle {
    color: #000;
}

.h2testimonials {
    text-transform: uppercase;
    text-align: center;
}

.testimonialswrapper .card:hover {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}


.googlemap {
  margin: auto;
  margin-bottom: auto;
  margin-bottom: auto;
  margin-bottom: auto;
  margin-bottom: 15px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.25);
  border: 1px solid #ced4da;
  padding: 4px !important;
  border-radius: 3px;
  overflow: auto;
  width: 100%;
  height: 500px;
}

.mapdescription h4 {
	font-size: 1.1rem;
}

.mapdescription .contact-list li {
	font-size: .9rem;
}

.topbutton {
  *height: 50px;
  *width: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  Z-index: 1;
  *background-repeat: no-repeat;
  padding: 10px 12px;
  display: none;
  background-color: #c95fb0;
  color: #000 !important;
  transition: .3s;
}

.topbutton:hover {
	color: #fff !important;
}

/* LOADING PAGE */
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index:10000;
}

.preload {
	overflow: hidden;
}

/* HTML: <div class="loader"></div> */



.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 3px;
  background: 
    radial-gradient(farthest-side,#c95fb0 95%,#0000) 50% 0/12px 12px no-repeat,
    radial-gradient(farthest-side,#0000 calc(100% - 5px),#c95fb0 calc(100% - 4px)) content-box;
  animation: l6 2s infinite ;
}

@keyframes l6 {to{transform: rotate(1turn)}}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

/* END LOADING PAGE */

.pagetitlewrapper {
  position: relative;
  color: #fff;
  padding-top: 9.5rem;
  padding-bottom: 1.5rem;
  background: url('../img/title_background.jpg') no-repeat top center;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pagetitlewrapper:before {
  content:'';
  background-color: #000;
  opacity: 0.3;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pagetitleinner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 2rem;
}

.pagetitle h1 {
  font-weight: 300;
  font-size: 2.6rem;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #eee;
}

@media (max-width : 992px) {
.pagetitle h1 {
  font-weight: 300;
  font-size: 2.0rem;
}
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7c3a6d;
  --bs-btn-border-color: #7c3a6d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #954683 !important;
	border-color: #954683 !important;
}
/* FORMULARZE */
input[type="checkbox"] {
  accent-color: #25b9d7;
  color-scheme: light;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input {
  position: relative !important;
  *display: inline;
  margin-bottom: 0;
  margin-top: .3rem !important;
  margin-left: 0 !important;
}
.wpcf7-list-item {
  display: inline !important;
  margin: 0 0 0 0 !important;
}

.wpcf7-form-control-wrap, .wpcf7-form-control {
  display: inline !important;
  position: relative;
}

.wpcf7-form label {
  position: relative !important;
  display: inline;
}
.form-check-label {
  margin-left: 1.0rem;
  margin-bottom: 0;
}

.form-control:focus {
    border-color: #905cc1;
    box-shadow: 0 0 0 .25rem rgba(144, 92, 193,.25);
}

.form-check-input:checked {
    background-color: #905cc1;
    border-color: #905cc1;
}

.form-check-input:focus {
  border-color: #905cc1;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(144, 92, 193,.25);
}
/* KONIEC FORMULARZE */

.page ul {
  list-style: outside none none;
  padding-left: 0;
}
.contact-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 1.1rem;
  margin-left: 2rem;
}
.contact-list li {
  text-indent: -.9em;
  padding-bottom: .4rem;
  color: #000;
}

.page ul.checklist {
  list-style: outside none none;
  padding-left: .5rem;
}

.page ul.checklist li::before {
  content: '\f00c';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-right: 8px;
  color: #000;
}

.page .alignleft {
  float: left !important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.page .alignright {
  float: right !important;
  margin-left: 10px;
  margin-bottom: 10px;
}

.page .aligncenter, .page .alignnone {
  display: block;
  float: none !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .4rem;
}

.page img {

}

/* FOOTER */
.footer {
    background-color: #2e3038;
    color: #aaa;
    padding-top: 1rem;
    padding-bottom: 1rem;
	font-size: 1rem;
}

.footer ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 1.0rem;
  margin-left: 0rem;
}

.footer ul li {
  text-indent: 0;
  padding-bottom: .4rem;
  color: #24a7cf;
}

.footer ul.menu-list li a {
  color: #c95fb0;
  text-transform: uppercase;
}

.footer ul.menu-list li a:hover, .contact-footer a:hover, .underfooter a:hover {
  color: #afafaf;
}

.footer h3 {
  position: relative;
  margin-bottom: 1.2rem;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.footer h3::before {
  content: "";
  position: relative;
  display: block;
  width: 1.5em;
  border-bottom: .2em solid;
  opacity: .25;
  top: -5px;
}

.footer address > span {
  display: block;
  float: none;
  clear: both;
  margin: 5px 0;
  line-height: 2.2;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.footer span i {
    padding-top: .4rem;
    display: inline-block;
  float: left;
  width: 1.8em;
  height: 1.8em;
  font-size: 1em;
  text-align: center;
  background: rgba(255,255,255,.05);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.footer span:hover i {
  background: rgba(255,255,255,.1);
}

.contact-footer {
  display: block;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}
/* END FOOTER */

/* UNDER FOOTER */

.underfooter {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #2e3038;
    color: #aaa;
    border-top: solid #3d3f47 2px;
}


/* NGG */

.ngg-card-album.card, .ngg-card-album .card-img-overlay {
    border-radius: 0;
    border: 0;
}

.ngg-card-album .card-img-overlay .card-title {
  margin-bottom: 1rem;
}

.ngg-card-album .card-img-overlay .card-title a {
  background: #fff;
  color: #000;
  opacity: 0.85;
  padding: .2rem;
}