/**************************************************************************************************************/

/**************************************************************************************** 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;
    }
}

/**************************************************************************************************************/

/***************************************************************************************** Do Pobrania ********/

/**************************************************************************************************************/

.download-box {
    padding: 10px;
    border: 2px solid #15295b;
    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: 15px;
    display: block;
    background: #15295b;
    color: #fff;
    font-weight: 700;
}

.download-box a .download-box-pdf h5 {
    margin: 0;
    padding: 15px;
    display: block;
    background: #ca463d;
    color: #fff;
    font-weight: 700;
}


/**************************************************************************************************************/

/******************************************************************************************** Section ********/

/**************************************************************************************************************/

section.parallax-bg {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.normal-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


#content .fw-heading.fw-heading-center {
    margin-bottom: 3.2em;
}

#content .fw-heading h4 {
    font-weight: 500;
}

/**************************************************************************************************************/

/******************************************************************************************** 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;
}


/**************************************************************************************************************/

/******************************************************************************************** hover box *******/

/**************************************************************************************************************/

.hover-box {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    min-height: 320px;
    background: transparent;
    background-size: cover;
    background-position: center center;
    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.7em;
    padding: 16px 20px;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 20px;
    opacity: 0.8;
    background: transparent;
    margin-bottom: 0;
    border-radius: 40px;
}

.hover-box-caption .hover-box-caption-text p {
    margin: 0;
}

.hover-box h3 {
    margin: 0;
    font-weight: 500;
    font-size: 1.2em;
    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;
}

.hover-box:hover {
    opacity: 0.8;
}

.nakladka {
    
    background: rgb(116 123 136 / 50%);
    background: rgb(18 131 76 / 50%);
    background: linear-gradient(to top,rgb(18 131 76 / 75%),transparent);
    background: rgb(37 38 57 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/**************************************************************************************************************/

/*************************************************************************************** team hover 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: 700;
    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(0, 44, 95, 0.5);
}

.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)
}


/**************************************************************************************************************/

/******************************************************************************************** THUMBNAIL *******/

/**************************************************************************************************************/

.thumbnail {
    margin-bottom: 30px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    border: none;
    border-radius: 0;
}

.thumbnail-flat {
    
}

.thumbnail-flat .caption {
    
    padding: 15px;
}

.thumbnail-flat .img-box {
    overflow: hidden;
    position: relative;
}
.thumbnail-flat .thumbnail-read-more a {
    background: #b72d23;
    border-radius: 0;
    color: #fff;
    text-align: center;
    border: 2px solid #b72d23;
    margin-bottom: 0;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 25px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(71, 80, 80, 0.2);
    font-size: 0.9em;
}

    

.thumbnail-flat .entry-meta-room {
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    background: #fff;
    color: #15295b;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0 15px 0 0;
    opacity: 0.8;
}

.thumbnail-flat .entry-meta-room h3 {
    margin: 0;
    font-size: 1.4em;
    text-transform: none;
    font-weight: 700;
}

.thumbnail-flat .caption h4 {
    font-size: 1.4em;
    font-weight: 700;
}

.thumbnail-flat .caption h4.city {
    color: #b72d23;
}

.thumbnail-flat .caption h4.price {
    color: #b72d23;
}

.thumbnail-flat .caption h5 {
    text-align: center;
    padding: 10px 15px;
    border: 2px solid #d0d0d0;
    color: #a5a5a5;
    font-size: 1.2em;
    width: 100%;
}

.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.3em;
    margin: 10px 0 15px;
}

.thumbnail .caption {
    color: #a5a5a5;
    font-size: 0.9em;
}


.thumbnail-read-more a {
    background: #b72d23;
    border-radius: 6px;
    font-weight: 500;
    padding: 6px 28px;
    color: #fff;
    border: 2px solid #b72d23;
    font-size: 1em;
    margin-bottom: 15px;
    display: inline-block;
}


/**************************************************************************************************************/

/******************************************************************************************** Flat Icon *******/

/**************************************************************************************************************/

.flat-thumbnail {
    text-align: center;
    background: #fff;
    padding: 20px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    min-height: 202px;
}

.flat-thumbnail h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 1em;
}

.flat-thumbnail .glyph-icon {
    display: inline-block;
    padding: 20px;
}

.flat-thumbnail .caption {
    padding: 0;
}

.flat-thumbnail .glyph-icon:before {
    font-size: 2.4em;
    color: #b72d23;
    background: transparent;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0;
    display: block;
    border: 2px solid #b72d23;
}

.flat-read-more a {
    background: transparent;
    border-radius: 6px;
    font-weight: 500;
    padding: 6px 28px;
    color: #fff;
    border: 2px solid #b72d23;
    font-size: 1em;
    margin-bottom: 15px;
    display: inline-block;
}

/**************************************************************************************************************/

/******************************************************************************************** Jumbotron *******/

/**************************************************************************************************************/

.jumbotron {
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron .btn-jumbotron  {
    background: #b72d23;
    border-radius: 6px;
    font-weight: 500;
    padding: 6px 28px;
    color: #fff;
    border: 2px solid #b72d23;
    font-size: 1em;
    margin-bottom: 15px;
    display: inline-block;
}


/**************************************************************************************************************/

/**************************************************************************************** SCROLL BUTTON *******/

/**************************************************************************************************************/

.scroll-down-btn-section {
    text-align: center;
}

.scroll-down i {
    font-size: 3em;
    color: #ddd;
    transition: .35s ease-in-out;
}

.scroll-down i:hover {
    color: #15295b;
}

.scroll-down i {
    color: #fff;
}

.scroll-down i:hover {
    color: #15295b;
}


/**************************************************************************************************************/

/*********************************************************************************************** CENNIK *******/

/**************************************************************************************************************/

.cennik {
    margin-bottom: 30px;
}

.cennik-caption {
    padding: 15px 15px 5px 15px;
    background: #15295b;
} 

.cennik h3 {
    margin: 0;
    color: #fff;
    background: #b72d23;
    padding: 15px 15px 13px 15px;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: 500;
}


.cennik h5,
.cennik .new-right-cell {
    font-size: 1em;
    margin: 0;
    color: #fff;
}

.new-wiersz {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px dotted #fff;
    padding-bottom: 3px;
}

.cennik-caption .new-wiersz:last-child { 
border-bottom: none;
}

.price-caption {
    margin-bottom: 10px;
    margin-top: 3px;
    font-style: italic;
    color: #888;
}

.new-left-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}

.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: 80px;
    color: #b72d23;
    font-weight: bold;
}


/**************************************************************************************************************/

/****************************************************************************************** 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-btn-1 {
    background: linear-gradient(45deg,#22b577,#12834c);
    background: #b72d23;
    border-radius: 0;
    border: none;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    padding: 14px 45px;
    box-shadow: 0 2px 6px rgba(71, 80, 80, 0.2);
    font-size: 0.7em;
    margin: 10px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Lexend Peta", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#content .fw-accordion .fw-accordion-title.ui-state-active {
    background: #b72d23;
    color: #fff;
}

#content .fw-accordion {
    border: 2px solid #b72d23;
}
