/**
 * @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
 */
/* Sprocket Quotes - Colors */
.sprocket-quotes-pagination li {background: transparent; border: 2px solid #000;}
.sprocket-quotes-arrows .arrow {}

/* Sprocket Quotes - Core */
.sprocket-quotes {position: relative;}
.sprocket-quotes:after {display: table;content: "";*zoom: 1;clear: both;}
.sprocket-quotes-container {list-style: none !important;overflow: hidden;padding: 0 80px;text-align: center;}
.sprocket-quotes-container:before, .sprocket-quotes-container:after {content: "";display: table;line-height: 0;}
.sprocket-quotes-container > li {float:left;vertical-align: top;box-sizing: border-box;}
.sprocket-quotes-container > li:first-child{border-right: 1px dotted #d2d2d2;}
.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;margin-bottom: 10px;}
  .sprocket-quotes-container > li:first-child{border-color:transparent;}
}

@media (max-width: 480px){

  .sprocket-quotes-container{
    padding: 0;
  }
}

/* Sprocket Quotes - Items */
.sprocket-quotes-item {position: relative;margin: 0;background: #fff;}
.sprocket-quotes-item:before {content: "";position: absolute;bottom: -17px;left: 49px;border-width: 16px 0 0 16px;border-style: solid;border-color: rgba(0,0,0,0.15) transparent;display: block;width :0;}
.sprocket-quotes-item:after {content: "";position: absolute;bottom: -16px;left: 50px;border-width: 16px 0 0 16px;border-style: solid;border-color: #f5f5f5 transparent;display: block;width :0;}
.quotes-bottomright-arrow:before {bottom: -17px;right: 49px;left: auto;border-width: 16px 16px 0 0;border-color: rgba(0,0,0,0.15) transparent;}
.quotes-bottomright-arrow:after {bottom: -16px;right: 50px;left: auto;border-width: 16px 16px 0 0;border-color: #f5f5f5 transparent;}
.quotes-topleft-arrow:before {top: -16px;bottom: auto;left: 49px;right: auto;border-width: 0 16px 16px 0;border-color: rgba(0,0,0,0.15) transparent;}
.quotes-topleft-arrow:after {top: -16px;bottom: auto;left: 50px;right: auto;border-width: 0 16px 16px 0;border-color: #f5f5f5 transparent;}
.quotes-topright-arrow:before {top: -16px;bottom: auto;right: 49px;left: auto;border-width: 0 0 16px 16px;border-color: rgba(0,0,0,0.15) transparent;}
.quotes-topright-arrow:after {top: -16px;bottom: auto;right: 50px;left: auto;border-width: 0 0 16px 16px;border-color: #f5f5f5 transparent;}
.quotes-no-arrow:before, .quotes-no-arrow:after {display: none;}

/* Sprocket Quotes - Content */
.sprocket-quotes-title {margin-top: 0;}
.sprocket-quotes-text {font-size: 18px;font-style: italic;font-weight: 400;}
.sprocket-quotes-image {width:100px; height:100px;border-radius: 100%;margin: 0 0 25px 0;}
.sprocket-quotes-info {padding:40px 50px;text-align: center;}
.sprocket-quotes-info:before, .sprocket-quotes-info:after {content: '';display: table;}
.sprocket-quotes-info:after {clear: both;}
.sprocket-quotes-author {font-size: 16px;margin-top: 0.5em;font-weight: 300;display: block;font-style: italic;}
.sprocket-quotes-subtext {font-style: italic;display: block;}

/* Sprocket Quotes - Navigation */
.sprocket-quotes-nav {display: table;width: 100%;padding: 5px;}
.sprocket-quotes-pagination {display: table-cell;vertical-align: middle;}
.sprocket-quotes-pagination ul {text-align: center;margin: 0 !important;padding: 0 !important;}
.sprocket-quotes-pagination li {display: inline-block;border-radius: 100%;cursor: pointer;width: 12px;height: 12px;margin: 0 5px;}
.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 {position: absolute; top: 36%;;display: inline-block;width: 80px; height:80px; cursor: pointer;text-align: center;}
.sprocket-quotes-arrows .arrow.prev{
  left: 0;
}
.sprocket-quotes-arrows .arrow.next{
  right: 0;
}

.sprocket-quotes-arrows .arrow.prev,
.sprocket-quotes-arrows .arrow.next{
    padding: 18px;
    }

.sprocket-quotes-arrows .arrow .fa{
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 30px;
  color: #fff;
}

@media (max-width: 480px){
  .sprocket-quotes-arrows .arrow.prev{
    margin-left: 0;
  }

  .sprocket-quotes-arrows .arrow.next{
    margin-right: 0;
  }
}


/* Spinner */
.sprocket-quotes-overlay {display: none;position: absolute;margin-top: -66px;top:50%;left:0;right:0;bottom:0;background-color:transparent;z-index:5;}
.sprocket-quotes-overlay .css-loader-wrapper {width: 60px;height:60px;margin: 0 auto;padding: 10px;background-color: rgba(0, 0, 0, 0.7);box-shadow:0 0 5px rgba(0, 0, 0, 0.4) inset,1px 1px 1px rgba(255, 255, 255, 0.1);border-radius:100%;}
.sprocket-quotes.loading .sprocket-quotes-overlay {display: block;}
.sprocket-quotes-overlay .css-loader {display: block;margin: 0 auto;font-size: 10px;position: relative;text-indent: -9999em;border-top: 8px solid rgba(255, 255, 255, 0.2);border-right: 8px solid rgba(255, 255, 255, 0.2);border-bottom: 8px solid rgba(255, 255, 255, 0.2);border-left: 8px solid #ffffff;-webkit-animation: loader 1.1s infinite linear;animation: loader 1.1s infinite linear;top: -10px; left: -10px;}
.sprocket-quotes-overlay .css-loader {border-radius: 50%;width: 60px;height: 60px;}

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


.css-author-image{
  text-align: center;
}


