/* MARKI */

.marki-banner {
    margin-bottom: 30px !important;
}

.sante-marki h1 {
    margin-bottom: 10px !important;
}

.sante-sportowcy h1 {
    margin-bottom: 20px !important;
}


/* super box sportowca */

.single-box-wrapper {
    //width: 33.33333333%;
}


/*--------------------------------------------------
    [Work v1]
----------------------------------------------------*/
.work-v1 {
    position: relative;
    /*box-shadow: 0 2px 5px 3px rgba(0,0,0,0.07);*/
    overflow: hidden;
    margin-bottom: 30px;
}

.work-v1 .work-v1-img-gradient {
    position: relative;
    display: block;
    text-decoration: none;
}

.work-v1 .work-v1-img-gradient:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 60, 0);
    content: " ";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work-v1 .work-v1-img-gradient .work-v1-view {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work-v1 .work-v1-wrap {
    position: relative;
}

.work-v1 .work-v1-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    /*background: #fff;*/
    padding: 20px;
}

.work-v1 .work-v1-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    color: #fff;
    background: #00bcd4;
    padding: 5px 10px;
    text-align: center;
}

.work-v1 .work-v1-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.work-v1 .work-v1-list {
    margin-bottom: 0;
}

.work-v1 .work-v1-list > li {
    position: relative;
    color: #606060;
    padding: 0 20px 0 0;
}

.work-v1 .work-v1-list > li:after {
    position: absolute;
    top: 4px;
    right: 8px;
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #606060;
    content: " ";
}

.work-v1 .work-v1-list > li:last-child:after {
    display: none;
}

.work-v1 .work-v1-list .work-v1-category {
    font-size: 14px;
}

.work-v1 .work-v1-list .work-v1-category .work-v1-category-link:hover {
    color: #00bcd4;
}

.work-v1 .work-v1-list .work-v1-date {
    font-size: 14px;
}

.work-v1 .work-v1-collapse {
    padding-top: 15px;
}

.work-v1 .work-v1-img-gradient > .work-active-bg {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    /*background: rgba(52, 52, 60, 0.3);*/
    opacity: 0;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work-v1:hover .work-v1-img-gradient > .work-active-bg {
    opacity: 1;
}

.work-v1:hover .work-v1-img-gradient .work-v1-view {
    top: 22%;
    opacity: 1;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.ffb-id-1c9rbl9n .ffb-content .ffb-badge {
    background: #e32d22;
}

.ffb-id-1c9rbl9n .work-v1-content {
    background-color: #ffffff;
}

.ffb-id-1c9rbl9n.work-v1 {
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.07);
}

img.sportowiec {
    margin-bottom: 70px;
}

h2.work-v1-title a, h4.work-v1-title a {
    color: #000 !important;
}


.h1-marki {
    margin-top: 0px !important;
}

.categories-marki {
    margin-top: 55px !important;
}

h2.produkty-marki {
    margin-bottom:20px !important;
}

img.marka {
    width: 100%;
    padding: 5px;
}