.sprocket-quotes-pagination li {
     background: #000000 none repeat scroll 0% 0%;
     color: #ffffff;
}

.sprocket-quotes-arrows .arrow {
     background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
     color: rgba(0, 0, 0, 0.1);
}

.sprocket-quotes {
     position: relative;
}

.sprocket-quotes::after {
     clear: both;
     content: "";
     display: table;
}

.sprocket-quotes-container {
     list-style: outside none none ! important;
     margin: 0px -1%;
     overflow: hidden;
     padding: 0px;
}

.sprocket-quotes-container::before, .sprocket-quotes-container::after {
     content: "";
     display: table;
     line-height: 0;
}

.sprocket-quotes-container > li {
     box-sizing: border-box;
     display: inline-block ! important;
     margin: 0px -2px 0px 0px;
     padding: 0px;
     vertical-align: top;
}

.sprocket-quotes .cols-1 > li {
     width: 100%;
}

.sprocket-quotes .cols-2 > li {
     width: 50%;
}

.sprocket-quotes .cols-3 > li {
     width: 33.33%;
}

.sprocket-quotes .cols-4 > li {
     width: 25%;
}

@media (max-width: 767px) {
  .sprocket-quotes .cols-1 > li, .sprocket-quotes .cols-2 > li, .sprocket-quotes .cols-3 > li, .sprocket-quotes .cols-4 > li { width: 100%; float: none; }
}

.sprocket-quotes-item {
     background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
     margin: 0px;
     padding: 0px 30px;
     position: relative;
     text-align: center;
}

.quotes-no-arrow::before, .quotes-no-arrow::after {
     display: none;
}

.sprocket-quotes-item {
     background-image: url("../../images/quotes.png");
     background-position: center top ! important;
     background-repeat: no-repeat;
}

.sprocket-quotes-title {
     margin-top: 0px;
}

.sprocket-quotes-text {
     display: block;
     line-height: 2.5em;
     margin-top: 10px;
}

.sprocket-quotes-image {
     border-radius: 4px;
     margin: 0px auto;
     max-width: 30%;
}

.sprocket-quotes-info::before, .sprocket-quotes-info::after {
     content: "";
     display: table;
}

.sprocket-quotes-info::after {
     clear: both;
}

.sprocket-quotes-author {
     display: block;
     font-size: 20px;
     margin-bottom: 20px;
     margin-top: 20px;
}

.sprocket-quotes-subtext {
     display: block;
     font-style: italic;
     margin-top: -10px;
}

.sprocket-quotes-nav {
     display: table;
     margin: 0px auto;
     padding-top: 15px;
}

.sprocket-quotes-pagination {
     display: inline;
     vertical-align: middle;
}

.sprocket-quotes-pagination ul {
     padding: 0px ! important;
     text-align: center;
}

.sprocket-quotes-pagination li {
     border-radius: 0px;
     border: medium none ! important;
     cursor: pointer;
     display: inline-block ! important;
     opacity: 0.3;
     padding: 4px ! important;
}

.sprocket-quotes-pagination li.active {
     opacity: 1;
}

.sprocket-quotes-pagination li span {
     display: none;
     font-size: 0.85em;
     line-height: 1em;
}

.sprocket-quotes-pagination-hidden {
     display: none;
}

.sprocket-quotes-arrows .arrow {
     border-radius: 0px;
     border: 5px solid rgba(0, 0, 0, 0.1);
     cursor: pointer;
     display: block;
     float: right;
     font-size: 2em;
     height: 30px;
     margin-left: 5px;
     opacity: 0.5;
     position: relative;
     text-align: center;
     width: 30px;
}

.sprocket-quotes-arrows .arrow:hover {
     opacity: 1;
}

.sprocket-quotes-arrows .arrow::before {
     border-bottom: 5px solid transparent;
     border-top: 5px solid transparent;
     content: "";
     height: 0px;
     margin-top: -5px;
     position: absolute;
     top: 50%;
     width: 0px;
}

.sprocket-quotes-arrows .prev::before {
     border-right: 5px solid;
     left: 50%;
     margin-left: -3px;
}

.sprocket-quotes-arrows .next::before {
     border-left: 5px solid;
     margin-right: -3px;
     right: 50%;
}

.sprocket-quotes-overlay {
     background-color: transparent;
     bottom: 0px;
     display: none;
     left: 0px;
     margin-top: -66px;
     position: absolute;
     right: 0px;
     top: 50%;
     z-index: 5;
}

.sprocket-quotes-overlay .css-loader-wrapper {
     background-color: rgba(0, 0, 0, 0.7);
     border-radius: 4px;
     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
     height: 80px;
     margin: 0px auto;
     padding: 20px;
     width: 80px;
}

.sprocket-quotes.loading .sprocket-quotes-overlay {
     display: inline ! important;
}

.sprocket-quotes-overlay .css-loader {
     animation: 1.1s linear 0s normal none infinite running loader;
     border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) #ffffff;
     border-style: solid;
     border-width: 8px;
     display: block;
     font-size: 10px;
     margin: 0px auto;
     position: relative;
     text-indent: -9999em;
}

.sprocket-quotes-overlay .css-loader {
     border-radius: 50%;
     height: 44px;
     width: 44px;
}

@keyframes loader {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


