.fshr-cataloguesWrapper{
    display: flex;
    flex-wrap: wrap;
}

.fshr-singleCatalogue figure{
    padding: 0px;
    margin: 0px;
}

.fshr-singleCatalogue {
    flex-basis: calc(50% - 15px);
}

.fshr-singleCatalogue:nth-child(2n+1){
    margin-right: 15px;
}

.fshr-singleCatalogue h3{
    font-size: 26px;
    font-weight: bold;
    color: #003473;
    margin-bottom: 5px;
    text-align: center;
}

.fshr-singleCatalogue p{
    text-align: center;
    margin-top: 0px;
    color: #003473;
}

.fshr-catalogueSharing{
    text-align: center;
    font-size: 14px;
}

.fshr-catalogueSharing .fshr-catalogueShareLink{
    font-size: 28px;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer;
}


.fshr-catalogueControls{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.fshr-button.fshr-button--catalogueButton{
    padding: 15px 0px;
    height: auto;
    line-height: normal;
    color: #f27823;
    font-weight: 600;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: none;
    flex-basis: 32%;
}

.fshr-button.fshr-button--catalogueButton:hover{
    background-color: #003473;
    color: white;
}

.fshr-button.fshr-button--catalogueButton .fshr-icon{
    vertical-align: baseline;
    font-weight: normal;
}

/* přepis ikon */

.fshr-catalogueSharing .fshr-icon--facebook:before {
    color: #1877f2;
}

.fshr-catalogueSharing .fshr-icon--twitter:before {
    color: #1da1f2;
 }


.fshr-icon--download:before{
    content: "";
}

@media screen and (max-width: 800px){
    .fshr-singleCatalogue{
        flex-basis: 100%;
    }

    .fshr-catalogueImage img{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .fshr-button.fshr-button--catalogueButton{
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .fshr-catalogueControls{
        flex-wrap: wrap;
    }
}