body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway' !important;
    font-weight: normal !important;
    background-color: #fff !important;
    font-size: 14px;
    color: #000 !important;
}

a {
    text-decoration: none !important;
}

#banner-section-welcome .container {
    min-height: 100% !important;
}

#navMenu {
    background-color: #fff;
    box-shadow: 0px 0px 10px #d1d1d1;
}

#navMenu .container a span {
    font-size: 0.9rem;
}

#content {
    min-height: calc(100vh - 194px);
}

.gradient-border-bottom {
    -moz-border-image: -moz-linear-gradient(to right, #81caf0, #f48993, #fcbb78);
	-webkit-border-image: -webkit-linear-gradient(to right, #81caf0, #f48993, #fcbb78);
	border-image: linear-gradient(to right, #81caf0, #f48993, #fcbb78);
    border-bottom: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
}

.gradient-border-top {
    -moz-border-image: -moz-linear-gradient(to right, #81caf0, #f48993, #fcbb78);
	-webkit-border-image: -webkit-linear-gradient(to right, #81caf0, #f48993, #fcbb78);
	border-image: linear-gradient(to right, #81caf0, #f48993, #fcbb78);
    border-top: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
}

.gradient-border-left {
    -moz-border-image: -moz-linear-gradient(to bottom, #81caf0, #f48993, #fcbb78);
	-webkit-border-image: -webkit-linear-gradient(to bottom, #81caf0, #f48993, #fcbb78);
	border-image: linear-gradient(to bottom, #81caf0, #f48993, #fcbb78);
    border-left: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
}

.gradient-border-right {
    -moz-border-image: -moz-linear-gradient(to bottom, #81caf0, #f48993, #fcbb78);
	-webkit-border-image: -webkit-linear-gradient(to bottom, #81caf0, #f48993, #fcbb78);
	border-image: linear-gradient(to bottom, #81caf0, #f48993, #fcbb78);
    border-bottom: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
}

.gradient-border-all {
    background: 
     linear-gradient(#fff,#fff) padding-box,
     linear-gradient(to right, #81caf0, #f48993, #fcbb78) border-box;
     border: 4px solid transparent;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.gradient-border-all-revert {
    background: 
     linear-gradient(#fff,#fff) padding-box,
     linear-gradient(to left, #81caf0, #f48993, #fcbb78) border-box;
     border: 4px solid transparent;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.gradient-border-all:hover {
    box-shadow: 2px 3px 4px rgb(217 217 217);
    transition: all 0.3s ease;
}

.boxShadowEffect:hover {
    box-shadow: 2px 3px 4px rgb(217 217 217);
    transition: all 0.3s ease;
}

.gradient-border-all-revert:hover {
    box-shadow: 2px 3px 4px rgb(217 217 217);
    transition: all 0.3s ease;
}

.boxShadowEffect:hover {
    box-shadow: 2px 3px 4px rgb(217 217 217);
    transition: all 0.3s ease;
}

.odnosnik {
    transition: all 0.3s ease;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    background-image: inherit;
    color: #000 !important;
    text-shadow: transparent;
}

.odnosnik.active {
    background-image: -moz-linear-gradient( 145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -webkit-linear-gradient( 145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -ms-linear-gradient( 145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    transition: all 0.3s ease;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgb(46, 46, 46);
}

.odnosnik:hover {
    background-image: -moz-linear-gradient( 145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -webkit-linear-gradient( 145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -ms-linear-gradient( 145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    transition: all 0.3s ease;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgb(46, 46, 46);
}

.zadzwon_przycisk {
    border-radius: 30px !important;
    background-image: -moz-linear-gradient( -145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -webkit-linear-gradient( -145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -ms-linear-gradient( -145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    color: #fff !important;
    transition: all 0.3s ease !important;
    font-weight: bold !important;
    font-size: 1.1rem;
    text-shadow: 0px 1px 1px rgb(46, 46, 46);
}

.gray {
    background-color: #fafafa !important;
    background-image: url(../img/bg.png);
    background-repeat: repeat;
}

.gray_clear {
    background-color: #f8f8f8 !important;
}

.gradient_background {
    background-image: -moz-linear-gradient( -145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -webkit-linear-gradient( -145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -ms-linear-gradient( -145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
}

.gradient_text {
    background: linear-gradient(to right, #81caf0, #f48993, #fcbb78);
	-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
	-webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

#welcome .element {
    margin-top: auto;
    margin-bottom: auto;
}

#welcome h1 {
    font-weight: bold;
    font-size: 3.3rem;
}

@media (max-width: 767.98px) {
    #welcome h1 {
        font-size: 2.5rem;
    }
}

.facebook-widget {
    text-align: center;
}

#welcome h1 span {
    background: linear-gradient(to right, #81caf0, #f48993, #fcbb78);
	-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
	-webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

#welcome h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

#content section .container #welcome .section-content .element a {
    text-decoration: none !important;
    color: #000;
    font-weight: bold;
    background-color: #fff !important;
    border-radius: 30px !important;
}

#content section .container #welcome .section-content .element .welcome-image {
    background: 
     linear-gradient(#fff,#fff) padding-box,
     linear-gradient(to right, #81caf0, #f48993, #fcbb78) border-box;
     border: 5px solid transparent;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    transition: all 0.3s ease;
}

#content section .container #welcome .section-content .element:nth-of-type(2) .welcome-image {
    background: 
     linear-gradient(#fff,#fff) padding-box,
     linear-gradient(to left, #81caf0, #f48993, #fcbb78) border-box;
     border: 5px solid transparent;
}

#content section .container #welcome .section-content .element .second-img {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.scroll_down_elem {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.scroll_down_elem .element .circle i {
    margin-top: auto;
    margin-bottom: auto;
}

.scroll_down_elem .text-scroll {
    font-size: 1.1rem;
    font-weight: 600;
}

.naglowek_sekcji {
    font-size: 2.7rem;
    font-weight: 600;
}

.naglowek_sekcji_mniejszy {
    font-size: 1.8rem;
    font-weight: 500;
}

.wiecej_o_sekcji {
    font-size: 1rem;
    color: gray;
}

.naglowek_separator {
    height: 5px;
    background-image: -moz-linear-gradient( -145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -webkit-linear-gradient( -145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    background-image: -ms-linear-gradient( -145deg, rgb(129,202,240) 0%, rgb(187,170,194) 18%, rgb(244,137,147) 48%, rgb(248,162,134) 78%, rgb(252,187,120) 100%);
    margin-left: auto;
    margin-right: auto;
}

.o-nas-opis {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
}

.zaleta_elem {
    background: 
     linear-gradient(#fff,#fff) padding-box,
     linear-gradient(to right, #81caf0, #f48993, #fcbb78) border-box;
     border: 2px solid transparent;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 1rem;
    text-align: center;
}

.zaleta_elem:hover {
    box-shadow: 0px 3px 6px rgb(217 217 217);
}

.zdjecie img {
    border-radius: 30px;
    transition: all 0.3s ease;
}

#photos {
    background-image: url(../img/bg-2.png);
    background-repeat: repeat;
    min-height: 743px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zacheta_pytania {
    font-size: 2rem;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
}

.element_cennika {
    background-color: #fff;
    border-radius: 30px;
}

.element_cennika .title {
    font-weight: bold;
    font-size: 1.7rem;
}

.element_cennika p {
    font-size: 1.2rem;
}

.element_cennika .price {
    font-size: 3rem;
    font-weight: bold;
}

.element_cennika .price span {
    font-size: 1.5rem;
}

footer {
    font-size: 1.1rem;
    box-shadow: 0px 0px 10px #d1d1d1;
}

address .row .element_con .contact_text {
    font-size: 1.2rem;
    font-weight: 500;
}

address .row .element_con .contact_text a {
    color: inherit;
    text-decoration: none;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}


address .row .element_con .contact_text a:hover {
    border-bottom: 1px dashed #f48993;
    color: #f48993;
    transition: all 0.3s ease;
}

.kontakt_zacheta a {
    color: #000 !important;
}

address .row .element_con .contact_icon {
    min-height: 70px;
}

address .row .element_con .contact_icon img {
    width: 70px;
}

address .row .element_con .contact_icon.place img {
    width: auto;
    height: 70px;
}

.powrot_na_gore {
    font-size: 1rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 0px 10px #d1d1d1;
    z-index: 999;
    color: #fff;
    font-weight: 500;
}

.powrot_na_gore a {
    color: #fff;
    display: block;
    opacity: 1;
    transition: all 0.3s ease;
}

.powrot_na_gore a:hover {
    color: inherit !important;
    transition: all 0.3s ease;
}

.powrot_na_gore:hover {
    transition: all 0.3s ease;
    opacity: 0.8;
}

.big_error_page_code {
    font-size: 8rem !important;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.error_page_title {
    font-size: 2.6rem !important;
    text-align: center;
    color: #000;
}

.error_page_short_desc {
    font-size: 1.8rem !important;
    text-align: center;
    color: #000;
}



