.sportsmen-header
{
    height: 800px;
}
.node-sportowiec ul.sportsmen-achivements
{
    margin: 0; padding: 0;
    display: block;
    margin-bottom: 7rem;
}

.node-sportowiec ul.sportsmen-achivements li
{
    display: block;
    list-style: none;
    border-bottom: 1px solid #232323;
    margin: 24px 0 0 0;
    padding: 0 20% 24px 20%;
}
.node-sportowiec ul.sportsmen-achivements li:last-child
{
    border-bottom: none;
}
.node-sportowiec ul.sportsmen-achivements .sportsmen-achivement-position-label {
    text-transform: uppercase;
    color: #f0000f;
    font-size: .6em;
}
.node-sportowiec .product-title {
    font-size: 2rem;
    margin-bottom: 0;
}
.node-sportowiec ul.sportsmen-achivements .sportsmen-achivement-position
{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f0000f;
    border-radius: 20px;
    line-height: 40px;
    color: white;
    text-align: center;
    margin: 0 1em;
}
.node-sportowiec ul.sportsmen-achivements .sportsmen-achivement-name {
    display: inline-block;
}
.node-sportowiec ul.sportsmen-achivements .sportsmen-achivement-location {
    display: inline-block;
    color: #808080;
    margin: 0 .5em;
}
.node-sportowiec ul.social-links{
    list-style: none;
    display: block;
    text-align: center;
    margin: 4rem 0;
    padding: 0;
    clear: none;
}
.node-sportowiec ul.social-links li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px;
    padding: 0;

}
.node-sportowiec ul.social-links a
{
    display: block;
    width: 40px;
    height: 40px;
}

.node-sportowiec ul.social-links li a.social-link-facebook {
    background: url(facebook.png) no-repeat 0 0;

}
.node-sportowiec ul.social-links li a.social-link-instagram {
    background: url(instagram.png) no-repeat 0 0;
}
.node-type-sportowiec .page-title {
    bottom: auto !important;
}
.node-type-sportowiec .s-relevant .s-relevant-content .product-teaser
{
    padding: 2rem;
}
.node-sportowiec p {
    color: #e3e2e2;
    padding: 0 10% ;
    text-align: center;
    margin: 3rem 0;
}
.node-sportowiec h5 {
    text-align: center;
    font-size: 4.8rem;
    line-height: 1.2em;
    margin-bottom: 5rem;
}
.node-type-sportowiec .s-relevant-content
{
    /*padding: 1rem 0 4rem 0;*/
}
.node-type-sportowiec .s-relevant-content .btn-red
{
    width: auto;
    margin-top: 3rem;
    padding: 1.4rem 6rem;
}
.node-type-sportowiec h1 ,
.node-type-sportowiec h1 .color-model
{
    font-size: 4.7rem;
}
.node-type-sportowiec h6
{
    text-transform: uppercase;
    text-align: center;
    color: #9d9d9d;
    font-size: 2.4rem;
}
.product-teaser-sportsmen-bike.view-sportsmen-bike
{
    width: 25%;
    min-width: 400px;
}
@media (max-width: 640px) {
    body.node-type-sportowiec  .page-title {
        /* mateuszowa magia bottom 0; top: 50%, transform: -50 */
        bottom: auto !important;
        top: 0 !important;
        transform: none !important;
    }
    .node-sportowiec ul.sportsmen-achivements li
    {
        margin: 24px 0 0 0;
        padding: 0 2% 24px 2%;
    }
    .node-sportowiec ul.sportsmen-achivements .sportsmen-achivement-name
    {
        clear: left;
    }
}
@media (max-width: 1024px)
{
    body.node-type-sportowiec  .page-title {
        /* mateuszowa magia bottom 0; top: 50%, transform: -50 */
        bottom: auto !important;
        transform: none !important;
    }

    .product-teaser-sportsmen-bike.view-sportsmen-bike
    {
        width: 100%;
    }

    .node-sportowiec ul.sportsmen-achivements .sportsmen-achivement-position-label,
    .node-sportowiec ul.sportsmen-achivements .sportsmen-achivement-position,
    .node-sportowiec ul.sportsmen-achivements .sportsmen-achivement-name,
    .node-sportowiec ul.sportsmen-achivements .sportsmen-achivement-location
    {
        display: block;
        text-align: center;
        margin: 1rem auto;

    }

}
@media (max-width: 1600px)
{
    .node-sportowiec ul.sportsmen-achivements li
    {
        margin: 24px 0 0 0;
        padding: 0 10% 24px 10%;
    }
}
