/* 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;
}

#quoteLeftContainer {
    float: none;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
}

#quote2Box {
    float: none;
    height: auto;
    margin: 60px auto 70px;
    clear: none;
    width: 970px;
    min-height: 0px;
    border-bottom-color: rgb(216, 216, 214);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-image:url("img/petr-slechta.jpg");
    background-attachment: scroll;
    -webkit-background-size: 20%;
    background-size: 20%;
    min-width: 750px;
    background-position: 100% 0px;
    background-repeat: no-repeat no-repeat;
}

#quote2TextBox {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 75%;
    position: relative;
}

#quote2intro {
    float: left;
    font-size: 1em;
    width: 100%;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1.3em;
    margin: 18px 0% 24px;
    clear: both;
    min-height: 82px;
    display: block;
    padding: 0px;
}

#quote2Headline {
    float: left;
    font-size: 1.9em;
    width: 100%;
    height: auto;
    text-align: right;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    display: block;
}

#textspan {
    float: none;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
}

@media only screen and (max-width: 1280px) {
    #quote2Box {
        width: 80%;
    }

    #quote2intro {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 950px) {
    #quote2Box {
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    #quote2Box {
        min-width: 0px;
        width: 94.999186%;
    }

    #quoteLeftContainer {
        width: 100%;
    }

    #quote2Headline {
        font-size: 1.7em;
    }
}

@media only screen and (max-width: 640px) {
    #quoteLeftContainer {
        width: 100%;
    }

    #quote2intro {
        font-size: 1em;
        padding-left: 0px;
    }

    #quote2Headline {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 540px) {
    #quoteLeftContainer {
        width: 100%;
    }

    #quote2intro {
        width: 100%;
        font-size: 1em;
        text-align: left;
    }

    #quote2Headline {
        font-size: 1.6em;
        text-align: left;
    }
}

