
.quote-doublequote {
    position: relative;
    background: url("../image/doublequote.png") no-repeat center;
    height: 20px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#block_quotes {

    background-size: 100%;
    margin-top: 70px;
    float: left;
    width: 100%;
}


.quotes-wrapper {
    position: relative;
}

.quotes-bg {
    background: url("../image/DCdI_HP_Bandeau3_min.jpg") no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    float: left;
    width: 100%;
    background-size: cover;
}

.quotes-text-container {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 auto;
    opacity: 1;
    padding: 150px 20px;
    width: 100%;
}

.quotes-text-wrapper {

    background: url("../image/quote_bg_pattern.png") repeat;
    float: left;
    height: 100%;
    margin: 0 25%;
    position: relative;
    width: auto;
	padding: 30px 50px 50px 50px;

}

.quotes-text {

    box-sizing: border-box;
    color: #333;
    float: left;
    font-family: "PalanquinLight";
    font-size: 16px;
    line-height: 23px;
    padding: 20px 10%;
    position: relative;
    text-align: justify;
    white-space: normal;
    width: 100%;
}

.quotes-button {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.quotes-text-by {
    float: left;
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
}

.quotes-text-by > span {
    border-top: 1px solid #aa9371;
    color: #333333;
    font-family: "CormorantUprightBold";
    font-size: 17px;
    padding-top: 20px;
}

.quotes-title {

    color: #333;
    font-family: "CormorantUprightBold";
    font-size: 32px;
    line-height: 45px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
/*

@media (min-width: 200px) {

    .quotes-text-container {
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .quotes-text-wrapper {
        width: 90%;
        margin: 0 5%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .quotes-title {
        font-size: 22px;
        line-height: 20px;
        padding-bottom: 0;
        padding-top: 4px;
    }

    .quotes-text {
        display: block;
        padding-top: 10px;
    }

    .quotes-title br {
        display: none;
    }

    .quotes-bg {
        background-size: 350%;
    }
}

@media (min-width: 462px) {

    .quotes-text-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .quotes-text-wrapper {
        width: 80%;
        margin: 0 10%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .quotes-title {
        font-size: 26px;
        line-height: 28px;
        padding-bottom: 0px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .quotes-title br {
        display: none;
    }

    .quotes-text {
        display: block;
    }

    .quotes-bg {
        background-size: 250%;
    }
}


@media (min-width: 758px) {

    .quotes-text-wrapper {
        margin: 0 20%;
        width: 60%;
        padding-bottom: 20px;

    }

    .quotes-title {
        padding-left: 40px;
        padding-right: 40px;
    }

    .quotes-text {
        display: block;
        font-size: 16px;
        line-height: 18px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
    }

    .quotes-title br {
        display: block;
    }

    .quotes-bg {
        background-size: 150%;
    }

}


@media (min-width: 940px) {
    .quotes-text-wrapper {
        margin: 0 25%;
        width: 50%;
    }

    .quotes-title {

        padding-bottom: 0px;
        padding-top: 20px;
    }

    .quotes-text {
        display: block;
        font-size: 16px;
        line-height: 18px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 0;
    }

    .quotes-bg {
        background-size: 130%;
    }

}



@media (min-width: 1020px) {

    .quotes-text-wrapper {
        margin: 0 25%;
        width: 50%;
        padding-top: 25px;
        padding-bottom: 42px;
    }

    .quotes-title {

        padding-bottom: 0px;
        padding-top: 20px;
    }

    .quotes-text {
        display: block;
        font-size: 18px;
        line-height: 24px;
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 0;
    }

    .quotes-bg {
        background-size: 120%;
    }

}

@media (min-width: 1300px) {
    .quotes-text-wrapper {
        margin-left: 25%;
        width: 50%;
    }

    .quotes-bg {
        background-size: 110%;
    }

    .quote-doublequote {
    }
}

@media (min-width: 1500px) {
    .quotes-text-wrapper {
        margin-left: 25%;
        width: 50%;
    }

    .quotes-bg {
        background-size: 100%;
    }

    .quote-doublequote {
    }
}
*/
