/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    max-width: none;
    min-width: 0px;
    float: none;
    margin-top: 0px;
    clear: none;
}

body {
    font-family: open-sans;
    color: rgb(50, 50, 50);
    font-weight: 200;
    line-height: 1.2em;
    font-size: 1em;
}

#mediaPartners {
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    position: static;
    top: 0px;
    left: 0px;
    min-width: 0px;
    display: block;
    background-color: rgba(0, 0, 0, 0.65098);
    visibility: visible;
    margin: 0px;
}

#mediaLogoContainer {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 415px;
    margin-right: auto;
    min-width: 0px;
    min-height: 0px;
}

#mediaLogo1 {
    float: left;
    height: 70px;
    margin: 0px;
    clear: none;
    width: 99px;
    background-image:url("img/ct24.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#mediaLogo {
    float: left;
    height: 70px;
    margin: 0px;
    clear: none;
    width: 173px;
    background-image:url("img/aktualne.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#mediaLogo2 {
    float: left;
    height: 70px;
    margin: 0px;
    clear: none;
    width: 142px;
    background-image:url("img/idnes.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

@media only screen and (max-width: 640px) {
    #mediaLogo2 {
        clear: none;
    }
}

@media only screen and (max-width: 540px) {
    #mediaLogo1 {
        clear: none;
    }

    #mediaLogo2 {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 0px;
    }

    #mediaLogoContainer {
        width: 273px;
    }
}

