/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2014 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Layout - Sprocket Strips - Core */
.smarton-clients .sprocket-strips {position: relative;}
.smarton-clients .sprocket-strips:after {display: table;content: "";*zoom: 1;clear: both;}
.smarton-clients .sprocket-strips-container {list-style: none !important;overflow: hidden;padding: 0;margin: 0 -20px;}
.smarton-clients .sprocket-strips-container:before, .sprocket-strips-container:after {content: "";display: table;line-height: 0;}

/* Layout - Sprocket Strips - Items */
.smarton-clients .sprocket-strips-content {z-index: 2;padding: 0;}
.smarton-clients .sprocket-strips-title {margin-top: 0;}
.smarton-clients .sprocket-strips-text {display: block;}
.smarton-clients .sprocket-strips-content .readon {margin-top: 10px;}
.smarton-clients .sprocket-strips-container > li {float: left;margin: 10px 0; padding:0 20px;}
.smarton-clients .sprocket-strips-container > li .work-entry {padding:0;}
.smarton-clients .sprocket-strips-container > li .work-entry .work-entry-content {padding:0;}

.smarton-clients .sprocket-strips .cols-1 > li {width: 100%;}
.smarton-clients .sprocket-strips .cols-2 > li {width: 50%;}
.smarton-clients .sprocket-strips .cols-3 > li {width: 33.33%;}
.smarton-clients .sprocket-strips .cols-4 > li {width: 25%;}
.smarton-clients .sprocket-strips .cols-5 > li {width: 20%;}
.smarton-clients .sprocket-strips .cols-6 > li {width: 16.6667%;}
.smarton-clients .sprocket-strips .cols-7 > li {width: 14.2555%;}
.smarton-clients .sprocket-strips .cols-8 > li {width: 12.5%;}
.smarton-clients .sprocket-strips .cols-9 > li {width: 11.11%;}
.smarton-clients .sprocket-strips .cols-10 > li {width: 10%;}
.smarton-clients .sprocket-strips .cols-11 > li {width: 9.09%;}
.smarton-clients .sprocket-strips .cols-12 > li {width: 8.33%;}

@media (max-width: 767px) {
	.smarton-clients .sprocket-strips .cols-1 > li,
	.smarton-clients .sprocket-strips .cols-2 > li,
	.smarton-clients .sprocket-strips .cols-3 > li,
	.smarton-clients .sprocket-strips .cols-4 > li,
	.smarton-clients .sprocket-strips .cols-5 > li,
	.smarton-clients .sprocket-strips .cols-6 > li,
	.smarton-clients .sprocket-strips .cols-7 > li,
	.smarton-clients .sprocket-strips .cols-8 > li,
	.smarton-clients .sprocket-strips .cols-9 > li,
	.smarton-clients .sprocket-strips .cols-10 > li,
	.smarton-clients .sprocket-strips .cols-11 > li,
	.smarton-clients .sprocket-strips .cols-12 > li {width: 100%;float: none;}
}

/* Layout - Sprocket Strips - Navigation */
.smarton-clients .sprocket-strips-nav {}
.smarton-clients .sprocket-strips-pagination {display: block;vertical-align: middle;width:100%;text-align:center;}
.smarton-clients .sprocket-strips-pagination ul {float: none;margin: 0 !important;padding: 0 !important;}
.smarton-clients .sprocket-strips-pagination li {display: inline-block;padding: 0;width:10px;height:10px;opacity: 0.3;border-radius: 1em;cursor: pointer;}
.smarton-clients .sprocket-strips-pagination li.active {opacity: 1;}
.smarton-clients .sprocket-strips-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.smarton-clients .sprocket-strips-pagination-hidden {display: none;}
.smarton-clients .sprocket-strips-arrows {}
.smarton-clients .sprocket-strips-arrow ul {float: right;margin: 0 !important;padding: 0 !important;}
.smarton-clients .sprocket-strips-arrows .arrow {display: block;width: 30px;height:60px;line-height: 60px;opacity: 0.7;cursor: pointer;float: right;text-align: center;font-size: 24px;margin-top:-30px;position: absolute;top:50%;}
.smarton-clients .sprocket-strips-arrows .arrow:hover {opacity: 1;}
.smarton-clients .sprocket-strips-arrows .arrow.next {right:-15px;}
.smarton-clients .sprocket-strips-arrows .arrow.prev {left:-15px;}

/* Layout - Sprocket Strips - Colors */
.smarton-clients .sprocket-strips-content {color: #fff;}
.smarton-clients .sprocket-strips-item {}
.smarton-clients .sprocket-strips-pagination li {background: #000;color: #fff;}
.smarton-clients .sprocket-strips-arrows .arrow {color: #fff;}

/* Spinner */
.smarton-clients .sprocket-strips-overlay {display: none;position: absolute;margin-top: -50px;top:50%;left:0;right:0;bottom:0;background-color:transparent;z-index:5;}
.smarton-clients .sprocket-strips-overlay .css-loader-wrapper {background-color:#e5e5e5;
	
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 50px;
    height: 100px;
    line-height: 97px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100px;
	
	
}
.smarton-clients .sprocket-strips.loading .sprocket-strips-overlay {display: block;}
.smarton-clients .sprocket-strips-overlay .css-loader {width: 100%;height: 100%;}


