/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Layout - Sprocket Strips - Core */
.sprocket-strips {position: relative;-webkit-transform: translateZ(0);}
.sprocket-strips:after {display: table;content: "";*zoom: 1;clear: both;}
.sprocket-strips-container {list-style: none !important;overflow: hidden;padding: 0;margin: 0;bottom: 0px;
position: relative;}
.sprocket-strips-container:before, .sprocket-strips-container:after {content: "";display: table;line-height: 0;}

/* Layout - Sprocket Strips - Items */
.sprocket-strips-item {background-size: cover;overflow: hidden;}
.sprocket-strips-content {z-index: 10;padding: 15px;position: relative;bottom: 240px;}
.sprocket-strips-title {margin-top: 0;}
.sprocket-strips-text {display: block;position: relative;}
.sprocket-strips-content .readon {margin-top: 10px;}
.sprocket-strips-container > li {float: left;margin: 10px 1%;position: relative;z-index: 20;}
.sprocket-strips-container > li:hover {z-index: 30;}
.cols-1 > li {width: 98%;}
.cols-2 > li {width: 48%;}
.cols-3 > li {width: 31.30%; height: 255px !important;}
.cols-4 > li {width: 23%;}
.cols-5 > li {width: 18%;}
.cols-6 > li {width: 14.6667%;}
.cols-7 > li {width: 12.2555%;}
.cols-8 > li {width: 10.5%;}
.cols-9 > li {width: 9.11%;}
.cols-10 > li {width: 8%;}
.cols-11 > li {width: 7.09%;}
.cols-12 > li {width: 6.33%;}

/* Layout - Sprocket Strips - Navigation */
.sprocket-strips-nav {display: table;width: 100%;}
.sprocket-strips-pagination {position: relative;text-align: center;z-index: 40;margin-top: 15px;}
.sprocket-strips-pagination ul {margin: 0 !important;padding: 0 !important;}
.sprocket-strips-pagination li {display: inline-block;padding: 7px;margin: 0 3px;opacity: 0.4;border-radius: 1em;cursor: pointer;-webkit-transform: translateZ(0);}
.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-arrows .arrow {position: absolute;display: block;width: 40px;height: 40px;top: 50%;margin-top: -40px;cursor: pointer;z-index: 50;text-align: center;font-size: 24px;line-height: 38px;opacity: 0.7;-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;}
.sprocket-strips-arrows .arrow:hover {opacity: 1;}
.sprocket-strips-arrows .arrow span {display: none;}
.sprocket-strips-arrows .prev {left: -60px;}
.sprocket-strips-arrows .next {right: -60px;}
.sprocket-strips-arrows .arrow.next:before {content: '\f105';font-family: FontAwesome;}
.sprocket-strips-arrows .arrow.prev:before {content: '\f104';font-family: FontAwesome;}

/* Layout - Sprocket Strips - Transitions */
.sprocket-strips-arrows .arrow {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;}

/* Layout - Sprocket Strips - Colors */
.sprocket-strips-item {-webkit-transform: translateZ(0);}

/* Spinner */
.sprocket-strips-overlay {display: none;position: absolute;margin-top: -66px;top:50%;left:0;right:0;bottom:0;background-color:transparent;z-index:60;}
.sprocket-strips-overlay .css-loader-wrapper {width: 60px;height:60px;margin: 0 auto;padding: 20px;background-color:#e5e5e5;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:1em;}
.sprocket-strips-overlay .css-loader-wrapper .css-loader {background-position: 50% 50%;background-repeat: no-repeat;}
.sprocket-strips.loading .sprocket-strips-overlay {display: block;}
.sprocket-strips.loading  .css-loader {-webkit-animation: rotate 1s linear infinite;-moz-animation: rotate 1s linear infinite;-ms-animation: rotate 1s linear infinite;-o-animation: rotate 1s linear infinite;animation: rotate 1s linear infinite;}

/* Spinner Images */
.sprocket-strips-overlay .css-loader:before {color: #fff;font-family: FontAwesome;content: "\f110";font-size: 60px;display: block;margin: 20px auto;width: 55px;text-shadow: none;}

/* Spinner Rotator Keyframes */
@-webkit-keyframes rotate {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotate {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(360deg);}
}
@-ms-keyframes rotate {
  from {-ms-transform: rotate(0deg);}
  to {-ms-transform: rotate(360deg);}
}
@-o-keyframes rotate {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(360deg);}
}
@keyframes rotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

/* Custom */
.sprocket-strips-arrows .arrow {color: #ffffff;background: rgba(0, 0, 0, 0.5);}
.sprocket-strips-content {visibility: visible;opacity: 1;color: #ffffff;background: rgba(0, 0, 0, 0.5);-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;-ms-transition: all 0.1s ease-in;transition: all 0.1s ease-in;}
.sprocket-strips-pagination li {background: rgba(0, 0, 0, 0.7);}
.sprocket-strips-pagination li.active {background: #000000;}

/*media*/
@media only screen and (min-width: 1200px){
.sprocket-strips-content {bottom: 210px;}
.cols-3 > li {width: 31.30% !important;height: 255px !important;}
}
@media only screen and (max-width: 1199px){
.sprocket-strips-content {bottom: 180px;}
.cols-3 > li {width: 31.30% !important;height: 190px !important;}
}
@media only screen and (max-width: 966px){
.sprocket-strips-content {bottom: 165px !important;}
}
@media only screen and (max-width: 960px){
.sprocket-strips-content {bottom: 156px !important;}
}
@media only screen and (max-width: 853px){
.sprocket-strips-content {bottom: 150px !important;}
}
@media only screen and (max-width: 800px){
.sprocket-strips-content {bottom: 145px !important;}
}
@media only screen and (max-width: 767px){
.sprocket-strips-content {bottom: 275px !important;}
.cols-3 > li{height: 255px;padding-bottom: 40px;}
}
@media only screen and (max-width: 752px){
.sprocket-strips-content {bottom: 140px !important;position: relative;right: 0px;font-size: 100%;display: inline;}
body.layout-mode-responsive .sprocket-strips-container.cols-3 li {height: 160px !important;padding-bottom: 0px;width: 31.3% !important;float: left!important;}
.sprocket-strips-container {margin: 0 0 0px 20px;}
}
@media only screen and (max-width: 640px){
.sprocket-strips-content {bottom: 310px !important;}
body.layout-mode-responsive .sprocket-strips-container.cols-3 li {
height: 310px !important;
padding-bottom: 0px;
width: 100% !important;
float: left!important;
}
}
@media only screen and (max-width: 603px){
.sprocket-strips-content {bottom: 310px !important;}
body.layout-mode-responsive .sprocket-strips-container.cols-3 li {
height: 255px !important;
padding-bottom: 70px !important;
width: 100% !important;
float: left!important;
}
}
@media only screen and (max-width: 568px){
.sprocket-strips-content {bottom: 310px !important;	}
article.item-page {font-size: 80% !important;	padding: 20px;}
body.layout-mode-responsive .sprocket-strips-container.cols-3 li {height: 160px !important;padding-bottom: 165px !important;width: 100% !important;float: left!important;}
}
@media only screen and (max-width: 533px){
.sprocket-strips-content {bottom: 310px !important;	}
article.item-page {font-size: 80% !important;	padding: 20px;}
body.layout-mode-responsive .sprocket-strips-container.cols-3 li {height: 255px;padding-bottom: 165px !important;width: 100% !important;float: left!important;}}
@media only screen and (max-width: 480px){
.sprocket-strips-content {bottom: 235px  !important;}
body.layout-mode-responsive .sprocket-strips-container.cols-3 li {
height: 255px !important;
padding-bottom: 0px !important;
width: 100% !important;
float: left!important;
}
.sprocket-strips-container {bottom: -34px !important;}
}
@media only screen and (max-width: 360px){
.sprocket-strips-content {bottom: 200px  !important;}
body.layout-mode-responsive .sprocket-strips-container.cols-3 li {
height: 163px !important;
padding-bottom: 45px !important;
width: 100% !important;
float: left!important;
}
.sprocket-strips-container {bottom: -25px  !important;}
}
@media only screen and (max-width: 320px){
.sprocket-strips-content {bottom: 180px !important;}
.cols-3 > li{height: 130px !important;padding-bottom: 40px !important;}
body.layout-mode-responsive .sprocket-strips-container.cols-1 li, 
body.layout-mode-responsive .sprocket-strips-container.cols-2 li, 
body.layout-mode-responsive .sprocket-strips-container.cols-3 li, 
body.layout-mode-responsive .sprocket-strips-container.cols-4 li, 
body.layout-mode-responsive .sprocket-strips-container.cols-5 li, 
body.layout-mode-responsive .sprocket-strips-container.cols-6 li, 
body.layout-mode-responsive .sprocket-strips-container.cols-7 li, 
body.layout-mode-responsive .sprocket-strips-container.cols-8 li, 
body.layout-mode-responsive .sprocket-strips-container.cols-9 li {
width: 100% !important;float: none !important;margin: 10px 0;}
ul.stripsmain.colss3 a {font-size: 100% !important;}
.sprocket-strips-container {bottom: -25px !important;}
}