.uk-position-top {
  top: 75px !important;
  left: 0px !important;
}

.uk-lightbox-toolbar {
  padding: 10px 10px !important;
  background: rgba(0, 0, 0, 0.3) !important;
}

.current {
  border-bottom: 2px #8572a5 double;
  color: #8572a5 !important;
}

.button-1-1:active {
  background-color: rgb(112,175,154) !important;
}

.button-1-2:active {
  background-color: #9d82cc !important;
}



.btn:hover, .btn:active, .btn:focus{
  outline: 0 !important;
  outline: none !important;
  border: none !important;
}


.btn{
  line-height: 38px;
}

/* h2 na glownym obrazku */
.gracja {
  font-size: 26px;
  padding-top: 10px;

  font-weight: 300;
  margin-bottom: 1rem;
  color: #f8f9fa;
}
/* teraz h3 - wczesniej to bylo h2 */
.heading-3 {
  font-weight: 300;
  color: rgb(135, 102, 165);
  font-size: 48px;
}

/*
Najnowsze style co dodaje teraz
*******************************
************* end *************
*******************************
*/

/* 
GALLERY STYLES
*/

.button-gallery {
  border: none;
  border-radius: 25px;
  height: 50px;
  width: 250px;
  margin-top: 2em;
  background-color: rgb(138,108,191,0.9);
  border: none;
  border-radius: 25px;
  height: 50px;
  width: 250px;
  margin-top: 2em;
  margin-right: 5px;
  text-transform: uppercase;
}
.container-more-information-gallery {
  padding: 50px 0;
  background-image: url(../img/background.jpg);
  
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbf5fc));
  
  background: -webkit-linear-gradient(#fff, #fbf5fc);
  
  background: -o-linear-gradient(#fff, #fbf5fc);
  
  background: linear-gradient(#fff, #fbf5fc);
  background-repeat: no-repeat;
  background-position: 54% 22%;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
 
 
 
  /* background: linear-gradient(to right, #8870a8 , #93c5be); */
}


.more-information-gallery {
  color: #7b777e;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
 
.more-information-2-gallery {
    color: #7b777e;
  font-family: 'Merriweather', serif;
  font-size: 35px;
}


.row-cards {
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 15px;
}

.section-gallery {
  padding-top: 30px;
}

.gallery-box {
  width: 500px;
}

.container-gallery {
  padding-top: 50px;
}

.card-gallery {
  border: none;
}

.img-card-size {
  width: 460px !important;
  border-radius: 15px;
}

.gallery-card-title {
  font-size: 20px;
}
.gallery-card-content {
  font-size: 14px;
  color: #a3a3a3;
 
}




.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -webkit-linear-gradient(top, white, black);
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
body {
  position: relative;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 16px;
  width: 100%;
}
 
/* HEADINGS FONTS */
.p {
  margin-bottom: 0px;
}
 
.lead {
  font-size: 26px;
  padding: 10px 0px;

}
 
h1 {
  font-size: 64px;
}
h2 {
  font-weight : 300;
  color: rgb(135, 102, 165);
  font-size: 48px;
}

.h2-help {
  font-weight : 300;
  color: rgb(135, 102, 165);
  font-size: 48px;
}

h2.heading {
  font-size: 64px;
  font-family: 'Merriweather' !important; 
  color: white !important;
}
 
h4 {
  color: rgb(102, 102, 103);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.help-h4 {
  color: rgb(102, 102, 103);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
h6 {
  padding-bottom: 3em;
}
 
/* ******************* OTHER CONTENT ******************* */
.under-section {
  background-color: rgb(135, 102, 165);
  width: 5%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
 
.thing {
  width: 500px;
}
 
 
 
 
 
 
 
 
 
/* ******************* HEADER NAVBAR JUMBOTRON 1 SECTION ******************* */
 
.header-content{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60vh;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
 
.nav-item {
  padding-left: 30px;
}
 
#navbar{
  -webkit-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.48);
          box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.48);
}
 
.nav-ul{
  text-transform: uppercase;
  color: #6c6c6c;
  font-size: 17px;
  padding: 10px 40px 10px 0px;
}
 
 
.jumbotron {
  padding-top: 3em;
  margin-top: 50px;
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-position: 54% 22%;
  background-size: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  border-radius: 0;
  background-attachment: scroll !important;
 
  height: 80vh;
  background-size: cover;
}
/* ******************* FIRST BUTTONS ******************* */
 
.button-1-1,
.button-1-2 {
  border: none;
  border-radius: 25px;
  height: 50px;
  width: 250px;
  margin-top: 2em;
}
 
.button-1-1 {
  background-color: rgb(112,175,154);
  transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
 
}

.button-1-2 {
  background-color: rgb(138,108,191);
  transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  
 
}
.button-1-1:hover {
-webkit-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
-webkit-transition: background-color 0.3s ease-out, font-size 0.5s ease-out, letter-spacing 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
-o-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
font-size: 101%;
  letter-spacing: 0.4px;
  background-color: #98d1be;
}
.button-1-2:hover {
  transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  background-color: #9d82cc;
  font-size: 101%;
  letter-spacing: 0.4px;
}


.button-3-1:hover {
  -webkit-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
  transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
-webkit-transition: background-color 0.3s ease-out, font-size 0.5s ease-out, letter-spacing 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
-o-transition: background-color 0.3s ease-out, font-size 0.3s ease-out, letter-spacing 0.3s ease-out;
font-size: 101%;
  letter-spacing: 0.4px;
  background-color: #98d1be;
}
 
/* ******************* SECTION 1 ******************* */
 
section {
  /*height: 100vh;*/
}
 
.section-1 {
 
}
/* BOX CARD */
.section-1-box {
  background-color: #fff;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 11px 21px 0px rgba(167, 213, 198, 0.55);
          box-shadow: 0px 11px 21px 0px rgba(167, 213, 198, 0.55);
  border: none;
}
 
.card-deck {
  margin-top: 40px;
}
 
#single-card {
  margin-top: 20px;
}
 
.card-img-top {
  padding-top: 0.5em;
  width: 150px;
}
 
.card-text {
  padding-top: 10px;
  color: #555555;
}
 
.card-title{
  font-weight: 600;
 
}
 
.card-body{
  width: 90%;
  margin: 0 auto;
}
 
.card-content{
  padding-top: 1.25em;
}
 
 
 
/* ******************* SECTION 2 ***************** */
.section-2{
  padding: 75px 0;
}
 
 
 
 
/* ******************* SECTION 3 ******************* */
 
.section-3 {
  background-color: #fbf7ff;
  padding: 50px 0;
}
 
.section-3-box {
  background-color: #fff;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 11px 21px 0px rgba(167, 213, 198, 0.55);
          box-shadow: 0px 11px 21px 0px rgba(167, 213, 198, 0.55);
  max-width: 80%;
  height: 120px;
}
 
.button-1-1,
.button-1-2,
.button-3-1 {
  border: none;
  border-radius: 25px;
  height: 50px;
  width: 250px;
  margin-top: 2em;
  margin-right: 5px;
  text-transform: uppercase;
}
.button-3-1 {
  background-color: #70AF9A;
  margin-top: 3em;
}
 
/* ******************* BOX FONTS ******************* */
.box-first {
  color: #70af9a;
  font-weight: 700;
  font-size: 35px;
  padding-top: 0.7em;
  line-height: 100%;
  padding-bottom: 0.2em;
 
}
 
.box-second {
  font-size: 20px;
  color: #555555;
  line-height: 100%;
}
 
/* ******************* SECTION 4 ******************* */
.section-4{
  padding:75px 0;
}

.section-4-img {
  width: 440px;
  border-radius: 20px;
}
 
.pre-gallery {
  padding-top: 30px;
}
 
.title-gallery {
  color: #7BCEB3;
  font-size: 26px;
  font-weight: 400;
}
 
.under-gallery {
  color: #8766A5;
  font-size: 20px;
  font-weight: 400;
}
 
.description-image {
  color: rgb(41, 43, 44);
  font-size: 18px;
  font-weight: regular;
}
 
.container-more-information {
  padding-top: 45px;
  background-image: url(../img/background2.png);
  background-repeat: no-repeat;
  background-position: 54% 22%;
  text-align: center;
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
 
 
 
  /* background: linear-gradient(to right, #8870a8 , #93c5be); */
}
 
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  margin-right:0px;
    margin-left:0px;
}
 
.more-information {
  color: #fff;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
 
.more-information-2 {
  color: #fff;
  font-family: 'Merriweather', serif;
  font-size: 35px;
}
 
 
 
 
/* ******************* CAROUSEL ******************* */
 
.button-conatiner{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
 
.carousel-indicators{
  bottom: 60px;
}
 
.border-gradient{
  height: 5px;
  background: #70af9a; /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, right top, from(#a081d6) , to(#70af9a));
  background: -webkit-linear-gradient(left, #a081d6 , #70af9a);
  background: -o-linear-gradient(left, #a081d6 , #70af9a);
  background: linear-gradient(to right, #a081d6 , #70af9a);
}
 
/* ******************* SLICK ******************* */
.slider {
        width: 90%;
        margin: 75px auto 0 auto;
    }
 
    .slick-slide {
      margin: 0px 20px;
    }
 
    .slick-slide img {
      width: 100%;
    }
 
/*    .slick-next {
      right: 0px !important;
    }
 
    .slick-prev {
      left: 0px !important;
    }*/
 
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
 
 
    .slick-slide {
      -webkit-transition: all ease-in-out .3s;
      -o-transition: all ease-in-out .3s;
      transition: all ease-in-out .3s;
      opacity: .2;
    }
   
    .slick-active {
      opacity: .5;
    }
 
    .slick-current {
      opacity: 1;
    }
 
/* ******************* SLICK END ******************* */
 
/* ******************* FOOTER ******************* */
 
footer {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 0;
}
 
.row-footer {
 padding-left: 100px;
 
}
 
.footer-title {
  font-size: 16px;
  font-weight: 600;
}
 
.footer-content {
  font-size: 12px;
  color: #a3a3a3;
}

.footer-about{
  width: 70%;
  font-size: 10px;
}