/**************************************************************************************************************/

/**************************************************************************************** RIGHT TO LEFT *******/

/**************************************************************************************************************/

.right-to-left {
    margin-bottom: 30px;
}

.right-to-left .caption {
    padding: 20px;
    border: 3px solid #ececec;
}

.right-to-left h3 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.right-to-left .right {
    float: right;
}

.right-to-left .left {
    float: left;
    text-align: right;
}

@media (max-width: 767px) {
    .right-to-left h3 {}
    .right-to-left .right {
        float: inherit;
    }
    .right-to-left .left {
        float: inherit;
        text-align: left;
    }
}


.download-box {

    text-align: center;
    margin-bottom: 30px;
}

.download-box h4 {
    font-size: 1em;
    margin-bottom: 0;
}

.download-box a .download-box-doc h5 {
    margin: 0;
    padding: 18px 45px;
    border-radius: 30px 30px 0 30px;
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
    background: #039ff5;
}

.download-box a .download-box-pdf h5 {
    margin: 0;
    padding: 18px 45px;
    border-radius: 30px 30px 0 30px;
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
    background: #ef3d41;

}


/**************************************************************************************************************/

/******************************************************************************************** section ********/

/**************************************************************************************************************/

section.parallax-bg {
    background-attachment: fixed;

}

section.normal-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.left-bg {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
}

section.right-bg {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}

/**************************************************************************************************************/

/******************************************************************************************** team box ********/

/**************************************************************************************************************/

#content .fw-team {
    margin-bottom: 30px;
}

#content .fw-team .fw-team-name h3 {
    font-size: 1.3em;
}

#content .fw-team .fw-team-name span {
    color: #f6712f;
}

#content .fw-team .fw-team-text {
    font-size: 0.9em;
    background: #f6712f;
    color: #fff;
    padding: 10px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

#content .fw-team .fw-team-text:hover {
    background: #232a36;
}



#content .fw-team .fw-team-text p:last-child {
    margin: 0;
}


.thumbnail-category h3 {
    margin: 0 0 20px 0;
    font-weight: 700;
}

.thumbnail-category img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e8e8;
}



#content .thumbnail-category ul {
    padding: 0;
}

#content .thumbnail-category ul li {
    list-style-image: none;
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 30px 30px 0;
}

#content .thumbnail-category ul li a {
    font-weight: 700;
    text-transform: lowercase;
    color: #fff;
    border-radius: 30px 30px 0;
    padding: 15px 25px;
    background: #039ff5;
    display: block;
}

#content .thumbnail-category ul li a:hover {
    background: #ef3d41;
}


/**************************************************************************************************************/

/******************************************************************************************** hover box *******/

/**************************************************************************************************************/

.hover-box {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    min-height: 470px;
    background: transparent;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

.hover-box img {}

#zrealizowane .hover-box {
    min-height: 140px;
}

.hover-box-caption .hover-box-caption-text {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    cursor: pointer;
    line-height: 1.2em;
    bottom: 0;
}

.hover-box-caption-text .btn-primary {
    font-size: 0.8em;
    padding: 16px 20px;
    border: none;
    color: #000;
    margin-top: 20px;
    opacity: 0.8;
    background: #fff;
    margin-bottom: 0;
}

.hover-box-caption .hover-box-caption-text p {}

.hover-box h3 {
    font-size: 1.8em;
    line-height: 28px;
    margin: 15px 0;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    padding: 8px;
    opacity: 0.9;
    text-shadow: rgb(51, 51, 51) 1px 1px 1px;
}


.hover-box .hover-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    border-radius: 5px;
}

.hover-box:hover {
    opacity: 0.8;
}

.nakladka {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


/**************************************************************************************************************/

/******************************************************************************************** team box *******/

/**************************************************************************************************************/

.team-hover-box {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    min-height: 360px;
    background: #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.team-hover-box-caption .team-hover-box-caption-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 15px;
    cursor: pointer;
    line-height: 1.2em;
}

.team-hover-box-caption .team-hover-box-caption-text p {
    margin: 0;
    color: #fff;
}

.team-hover-box h3 {
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #fff;
}


.team-hover-box .team-hover-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    background: rgba(246, 113, 47, 0.6);
}

.team-hover-box:hover .team-hover-box-caption {
    opacity: 0.8;
}


.team-hover-box-caption-text .links {
    margin-top: 15px;
}

.team-hover-box-caption-text .links a {
    font-size: 16px;
    color: #232a36;
}

.team-hover-box-caption-text .links a i {
    padding: 5px;
    line-height: 26px;
    width: 36px;
    height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}

.team-hover-box .nakladka {
    background: rgba(35, 42, 55, 0.6)
}


/**************************************************************************************************************/

/**************************************************************************************** OFERTA TABELA *******/

/**************************************************************************************************************/

.offer {
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background: #fff;
}

.offer-gratis {
    text-align: center;
    margin: 30px 0 5px 0;
    padding: 20px;
    border: 2px solid #039ff5;
    background: #fff;
}

.offer-gratis h1 {
    font-weight: 300;
}

.offer-gratis h1 strong {
    color: #039ff5;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.offer-gratis h4 {
    color: #999;
}

.offer .offer-header {
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.offer .offer-header h4 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 0 0 8px 0
}

.offer .offer-header h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    font-size: 2.4em;
}

#content .offer .offer-caption {
    padding: 15px 25px;
    text-align: center;
    font-size: 1.05em;
}

#content .offer .offer-caption ul {
    padding-left: 0;
    margin: 0;
}

#content .offer .offer-caption ul li {
    padding-top: 12px;
    padding-bottom: 13px;
    border-top: 1px solid rgba(76, 76, 76, 0.1);
    border-bottom: 1px solid rgba(76, 76, 76, 0.1);
    margin: 0;
    list-style-image: none;
    list-style: none;

}

#content .offer .offer-caption ul li + li {
    border-top: none;
}

#content .offer .offer-caption strong {
    color: #039ff5;
}

.offer .offer-price {
    padding: 0 10px 30px 15px;
}

.offer .offer-price h2 {
    font-size: 2.4em;
    font-weight: 700;
    color: #039ff5;
}

.offer .offer-more {}

.offer .offer-more a {
    margin-bottom: 30px;
}


.offer .offer-price h2 span {
    opacity: 0.9;
    font-size: 0.4em;
    vertical-align: middle;
    font-weight: 500;
    text-transform: uppercase;
    color: #4c4c4c;
}


.hvr-float {
    display: block;
}

/**************************************************************************************************************/

/******************************************************************************************** THUMBNAIL *******/

/**************************************************************************************************************/

.thumbnail {
    padding: 0;
    border: none;
    text-align: center;
}

.thumbnail .img-box {
    overflow: hidden;
}

.thumbnail img {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    object-fit: cover;
}

.thumbnail img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.thumbnail h3 {
    font-size: 1.8em;
    line-height: 28px;
    margin: 15px 0;
    font-weight: 700;
}

.thumbnail .caption {
    color: #777;
}

.thumbnail .img-box {
    position: relative;
}

.thumbnail .h-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    padding-top: 7px;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 40px;
}

.thumbnail .h-caption h3 {
    font-size: 1.2em;
    line-height: 28px;
    color: #444;
    letter-spacing: 0.0825em;
    margin: 0;
}


.thumbnail-read-more a {
    display: inline-block !important;
    border: none;
    margin-top: 1rem;
    background: linear-gradient(135deg, #21bbda 2%, #0d8faa 100%);
    margin-bottom: 1rem;
    font-size: 0.9em;
    color: #fff;
    border-radius: 30px;
    padding: 16px 30px 16px 30px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}


#content .fw-btn-1 {
    display: inline-block !important;
    border: none;
    margin-top: 1rem;
    background: linear-gradient(135deg, #21bbda 2%, #0d8faa 100%);
    margin-bottom: 1rem;
    font-size: 0.9em;
    color: #fff;
    border-radius: 30px;
    padding: 16px 30px 16px 30px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

#special-offer {
    text-align: center;
    color: #fff;
    padding: 70px 0 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#special-offer h1 {
    color: #fff;
    font-weight: 700;
    font-size: 4em;
    margin: 10px 0;
    line-height: 1.1;
}



/**************************************************************************************************************/


/*********************************************************************************************** CENNIK *******/


/**************************************************************************************************************/

.cennik-half p {margin-bottom: 10px;}

.cennik {
    margin-bottom: 30px;
}

.cennik h3 {
    margin: 0 0 15px;
    color: #fff;
    background: linear-gradient(135deg, #21bbda 2%, #0d8faa 100%);
    padding: 15px;
    font-size: 1.6em;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
}

.cennik-fryzjerstwo {
    margin: 25px 0 40px;
}

.cennik-fryzjerstwo .new-wiersz-header h3 {
    background: none;
    padding: 0; 
    color: #002147;
    text-transform: uppercase;
}

.new-wiersz-header span {
    color: #002147;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.cennik-fryzjerstwo .new-wiersz .new-right-cell {
   
}



.cennik h5,
.cennik .new-right-cell {
    font-size: 1em;
    margin: 0;
    font-weight: 600;

  
}

.cennik h5 span {
    font-weight: 300;
    color: #888;
}

.new-wiersz {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px dotted #edebe7;
    padding-bottom: 3px;
}

.new-wiersz-header {
    margin-bottom: 10px
        
}


.price-caption {
    
    margin-bottom: 10px;
    margin-top: 3px;
    font-style: italic;
    color: #9c9c9c;
}

.new-left-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}

.cennik-fryzjerstwo .new-left-cell {
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
}

.new-right-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 90px;
    color: #bba463;
    font-weight: bold;
}



/**************************************************************************************************************/

/******************************************************************************************** Flat Icon *******/

/**************************************************************************************************************/

.flat-thumbnail {
    text-align: center;
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
    border: 2px solid #039ff5;
    padding: 40px 20px 20px;
    box-shadow: -1px 9px 18px 0 rgba(75, 81, 91, .1);
    background: #fff;
    border-radius: 30px 30px 0;
    transition: all 0.8s ease 0s;
}

.flat-thumbnail:hover {}

.flat-thumbnail h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1.25em;
}

.flat-thumbnail .glyph-icon {
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}



.flat-thumbnail .glyph-icon:before {
    font-size: 3.1em;
    color: #fff;
    background: -webkit-linear-gradient(left, #25409a 0%, #0b257f 100%);
    width: 88px;
    height: 88px;
    line-height: 88px;
    margin: 0;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;

}

.flat-thumbnail:hover .glyph-icon:before {}

.flat-thumbnail:hover .glyph-icon {}

.flat-read-more a {
    background: #039ff5;
    border-radius: 6px;
    font-weight: 500;
    padding: 6px 28px;
    color: #fff;
    border: 2px solid #039ff5;
    font-size: 1em;
    margin-bottom: 15px;
    display: inline-block;
}

#section-couter {
    padding: 40px 0 20px;
    background: -webkit-linear-gradient(left, #25409a 0%, #0b257f 100%);
}

#shiva.flat-thumbnail {
    border: none;
    padding: 30px 20px 10px;
    min-height: 255px;
}


#shiva.flat-thumbnail h3 {
    margin: 0 0 20px;
    text-transform: lowercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1em;
}

#shiva.flat-thumbnail h2 {
    font-size: 1.45em;
    margin-top: 10px;
}

#shiva.flat-thumbnail span.count {
    margin-right: 4px;
    font-weight: 600;
    color: #ef3d41;
    font-size: 1.25em;
}



/**************************************************************************************************************/

/******************************************************************************************** Jumbotron *******/

/**************************************************************************************************************/

.jumbotron {
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}


/**************************************************************************************************************/

/**************************************************************************************** SCROLL BUTTON *******/

/**************************************************************************************************************/

.scroll-down-btn-section {
    text-align: center;
}

.scroll-down i {
    font-size: 2em;
    color: #fff;
    background: -webkit-linear-gradient(left, #25409a 0%, #0b257f 100%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    border-radius: 50%;
    transition: .45s ease-in-out;
    -moz-animation: flipInX 6s infinite;
    -webkit-animation: flipInX 6s infinite;
    animation: flipInX 6s infinite;
    margin-top: 40px;

}


.scroll-down i:hover {
    color: #000;
}



/**************************************************************************************************************/

/****************************************************************************************** TEXT SLIDER *******/

/**************************************************************************************************************/

.text-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-slider-caption h2 {
    -webkit-animation: bounceInUp 1.5s;
    animation: fadeInUp 1.5s;
}

#text-slider .carousel-indicators li {
    border-radius: 0;
}

.carousel-indicators {
    bottom: 0;
    margin-bottom: 10px;
}

.text-slider-caption {
    padding: 80px 5%;
    background: rgba(0, 0, 0, 0.4);
}


/**************************************************************************************************************/

/****************************************************************************************** STANDARDOWE *******/

/**************************************************************************************************************/

#content .fw-accordion .fw-accordion-title.ui-state-active {
    background: -webkit-linear-gradient(left, #25409a 0%, #0b257f 100%);
    color: #fff;
}

#content .fw-accordion {
    border: 1px solid #039ff5;
    background: #fff;
}

#content .fw-accordion .fw-accordion-content > p {
    padding: 20px 35px;
}

#content .fw-accordion .fw-accordion-title {

    color: #242732;
    background: #f5f4ff;
    padding: 22px 40px;
    font-size: 1.2em;
}

#content .fw-accordion .fw-accordion-title .ui-icon {
    top: 28px;
}
