/************************************** QUOTES */
.quotes {
    margin: 45px 80px 45px 50px;
    background:
        url('../images/quotes/open.png') top left no-repeat,
        url('../images/quotes/close.png') top right no-repeat;
}

.cbp-qtrotator {
    position: relative;
}
.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
}
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}
.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}
.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}
.cbp-qtrotator blockquote {
    padding: 0 110px 0 110px;
    color: #585858;
    font-family: "Palatino Linotype", "Book Antiqua", "URW Palladio L", serif;
}
.cbp-qtrotator blockquote p {
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
}

.cbp-qtrotator blockquote footer {
    margin-top: 30px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
/************************************** QUOTES */