.sprocket-strips {
     position: relative;
}

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

.sprocket-strips-container {
     list-style: outside none none ! important;
     margin: 0px auto;
     overflow: hidden;
     padding: 0px;
     text-align: center;
}

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

.sprocket-strips-item {
     background-size: cover;
     border-radius: 4px;
}

.sprocket-strips-content {
     background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
     border-radius: 4px;
     color: #a2a2a2;
     display: inline-block;
     margin: 50px;
     padding: 30px;
     z-index: 2;
}

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

.sprocket-strips-text {
     display: block;
}

.sprocket-strips-container > li {
     float: left;
     margin: 0px 1% 20px;
}

.sprocket-strips .cols-1 > li {
     width: 98%;
}

.sprocket-strips .cols-2 > li {
     width: 48%;
}

.sprocket-strips .cols-3 > li {
     width: 31.33%;
}

.sprocket-strips .cols-4 > li {
     width: 23%;
}

.sprocket-strips .cols-5 > li {
     width: 18%;
}

.sprocket-strips .cols-6 > li {
     width: 14.6667%;
}

.sprocket-strips .cols-7 > li {
     width: 12.2555%;
}

.sprocket-strips .cols-8 > li {
     width: 10.5%;
}

.sprocket-strips .cols-9 > li {
     width: 9.11%;
}

.sprocket-strips .cols-10 > li {
     width: 8%;
}

.sprocket-strips .cols-11 > li {
     width: 7.09%;
}

.sprocket-strips .cols-12 > li {
     width: 6.33%;
}

.sprocket-strips-content {
     transition: all 0.4s ease 0s ! important;
}

@media (max-width: 767px) {
  .sprocket-strips .cols-1 > li, .sprocket-strips .cols-2 > li, .sprocket-strips .cols-3 > li, .sprocket-strips .cols-4 > li, .sprocket-strips .cols-5 > li, .sprocket-strips .cols-6 > li, .sprocket-strips .cols-7 > li, .sprocket-strips .cols-8 > li, .sprocket-strips .cols-9 > li, .sprocket-strips .cols-10 > li, .sprocket-strips .cols-11 > li, .sprocket-strips .cols-12 > li { width: 98%; float: none; }
}

.sprocket-strips-nav {
     display: table;
     padding: 5px;
     width: 100%;
}

.sprocket-strips-pagination {
     display: table-cell;
     vertical-align: middle;
}

.sprocket-strips-pagination ul {
     float: left;
     margin: 0px ! important;
     padding: 0px ! important;
}

.sprocket-strips-pagination li {
     border-radius: 1em;
     cursor: pointer;
     display: inline-block ! important;
     height: 10px;
     opacity: 0.3;
     padding: 4px ! important;
     width: 10px;
}

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

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

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

.sprocket-strips-arrows {
     display: table-cell;
     vertical-align: middle;
}

.sprocket-strips-arrow ul {
     float: right;
     margin: 0px ! important;
     padding: 0px ! important;
}

.sprocket-strips-arrows .arrow {
     background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
     border-radius: 0px;
     color: 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-strips-arrows .arrow:hover {
     opacity: 1;
}

.sprocket-strips-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-strips-arrows .prev::before {
     border-right: 5px solid;
     left: 50%;
     margin-left: -3px;
}

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

.sprocket-strips-pagination li {
     background: #000000 none repeat scroll 0% 0%;
     box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
     color: #ffffff;
}

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

.sprocket-strips-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-strips.loading .sprocket-strips-overlay {
     display: block;
}

.sprocket-strips-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-strips-overlay .css-loader {
     border-radius: 50%;
     height: 44px;
     width: 44px;
}

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

.roksprocket-ellipsis {
     display: none;
}


