@charset "utf-8";/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Layout - Sprocket Strips - Core */
.sprocket-strips-p {position: relative;}
.sprocket-strips-p:after {display: table;content: "";*zoom: 1;clear: both;}
.sprocket-strips-p-container {list-style: none !important;overflow: hidden;padding: 0;margin: 0 -1%;}
.sprocket-strips-p-container:before, .sprocket-strips-p-container:after {content: "";display: table;line-height: 0;}

/* Layout - Sprocket Strips - Items */
.sprocket-strips-p-item {background-size: cover;border-radius: 2px;}
.sprocket-strips-p-item img {width: 30%;float: left;margin-right: 15px;margin-bottom: 0;}
.sprocket-strips-p-content {z-index: 2;margin: 15px 0;}
.sprocket-strips-p-title {margin-top: 0;}
.sprocket-strips-p-text {display: block;}
.sprocket-strips-p-content .readon {display: inline-block;margin-top: 15px;}
.sprocket-strips-p-block {display: inline-block;vertical-align: top;margin: 1% -4px 1% 0;box-sizing: border-box;padding: 0 1%;}
.cols-1 .sprocket-strips-p-block {width: 100%;}
.cols-2 .sprocket-strips-p-block {width: 50%;}
.cols-3 .sprocket-strips-p-block {width: 33.33%;}
.cols-4 .sprocket-strips-p-block {width: 25%;}
.cols-5 .sprocket-strips-p-block {width: 20%;}
.cols-6 .sprocket-strips-p-block {width: 16.6667%;}
.cols-7 .sprocket-strips-p-block {width: 14.2555%;}
.cols-8 .sprocket-strips-p-block {width: 12.5%;}
.cols-9 .sprocket-strips-p-block {width: 11.11%;}
.cols-10 .sprocket-strips-p-block {width: 10%;}
.cols-11 .sprocket-strips-p-block {width: 9.09%;}
.cols-12 .sprocket-strips-p-block {width: 8.33%;}

@media (min-width: 481px) and (max-width: 767px) {
  .sprocket-strips-p-container .sprocket-strips-p-block {width: 50%;}
}

@media (max-width: 480px) {
	.sprocket-strips-p-container .sprocket-strips-p-block {width: 100%;float: none;}
}

/* Layout - Sprocket Strips - Navigation */
.sprocket-strips-p-nav {display: table;width: 100%;padding: 5px;}
.sprocket-strips-p-pagination {display: table-cell;vertical-align: middle;}
.sprocket-strips-p-pagination ul {float: left;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-p-pagination li {display: inline-block;padding: 4px !important;opacity: 0.3;border-radius: 1em;cursor: pointer;}
.sprocket-strips-p-pagination li.active {opacity: 1;}
.sprocket-strips-p-pagination li span {display: none;}
.sprocket-strips-p-pagination-hidden {display: none;}
.sprocket-strips-p-arrows {display: table-cell;vertical-align: middle;}
.sprocket-strips-p-arrow ul {float: right;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-p-arrows .arrow {display: block;width: 22px;height:22px;border-radius: 1em;opacity: 0.7;cursor: pointer;float: right;margin-left: 5px;text-align: center;font-size: 2em;position: relative;}
.sprocket-strips-p-arrows .arrow:hover {opacity: 1;}
.sprocket-strips-p-arrows .arrow:before {content: '';width: 0;height: 0;position: absolute;top: 50%;margin-top: -5px;border-top: 5px solid transparent;border-bottom: 5px solid transparent;}
.sprocket-strips-p-arrows .prev:before {left: 50%;margin-left: -3px;border-right: 5px solid;}
.sprocket-strips-p-arrows .next:before {right: 50%;margin-right: -3px;border-left: 5px solid;}

/* Layout - Sprocket Strips - Colors */
.sprocket-strips-p-pagination li {background: #000;color: #fff;}
.sprocket-strips-p-arrows .arrow {background: #ccc;color: #222;border-color: #303030;}

/* Spinner */
.sprocket-strips-p-overlay {display: none;position: absolute;margin-top: -66px;top:50%;left:0;right:0;bottom:0;background-color:transparent;z-index:5;}
.sprocket-strips-p-overlay .css-loader-wrapper {width: 60px;height:60px;margin: 0 auto;padding: 20px;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-p.loading .sprocket-strips-p-overlay {display: block;}
.sprocket-strips-p-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;}
.sprocket-strips-p-overlay .css-loader {border-radius: 50%;width: 44px;height: 44px;}

@-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);
  }
}

.roksprocket-ellipsis {display:none}
/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Layout - Sprocket Strips - Colors */
.sprocket-strips-c-pagination li {background: #000;color: #fff;}
.sprocket-strips-c-arrows .arrow {background: #fff;color: #222;border-color: #000;}
.sprocket-strips-c .sprocket-strips-c-image {border-color:none;}
.sprocket-strips-c-block:nth-child(odd) .sprocket-strips-c-item {background: #f5f5f5;}
.sprocket-strips-c-block:nth-child(even) .sprocket-strips-c-item {background: #f5f5f5;}

/* Layout - Sprocket Strips - Core */
.sprocket-strips-c {position: relative;}
.sprocket-strips-c:after {display: table;content: "";*zoom: 1;clear: both;}
.sprocket-strips-c-container {list-style: none !important;overflow: hidden;padding: 0;margin: 0;}
.sprocket-strips-c-container:before, .sprocket-strips-c-container:after {content: "";display: table;line-height: 0;}

/* Layout - Sprocket Strips - Items */
.sprocket-strips-c-item {-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;-webkit-backface-visibility: hidden;-webkit-transform: translatez(0);}
.sprocket-strips-c-item .sprocket-strips-c-text, .sprocket-strips-c-item .readon {}
.sprocket-strips-c-item:hover .sprocket-strips-c-text, .sprocket-strips-c-item:hover .readon {}
.sprocket-strips-c-extended {position: relative;}
.sprocket-strips-c-extended-info {visibility: hidden;position: absolute;top: 0;left: 0;}
.sprocket-strips-c-item:hover .sprocket-strips-c-extended-info {visibility: visible;}
.sprocket-strips-c-item:hover {margin-top: -35%;padding-bottom: 35%;}
.sprocket-strips-c-image {border-bottom: 5px solid transparent;}
.sprocket-strips-c-title {margin-top: 0;}
.sprocket-strips-c-text {display: block;margin-bottom: 15px;}
.sprocket-strips-c-content {z-index: 2;margin: 0;padding: 15px;position: relative;}
.sprocket-strips-c-readon {display: inline-block;}
.sprocket-strips-c-block {overflow: hidden;display: inline-block;vertical-align: top;margin: 0 -4px 0 0;box-sizing: border-box;-webkit-backface-visibility: hidden;-webkit-transform: translatez(0);}
.cols-1 .sprocket-strips-c-block {width: 100%;}
.cols-2 .sprocket-strips-c-block {width: 50%;}
.cols-3 .sprocket-strips-c-block {width: 33.33%;}
.cols-4 .sprocket-strips-c-block {width: 25%;}
.cols-5 .sprocket-strips-c-block {width: 20%;}
.cols-6 .sprocket-strips-c-block {width: 16.6667%;}
.cols-7 .sprocket-strips-c-block {width: 14.2555%;}
.cols-8 .sprocket-strips-c-block {width: 12.5%;}
.cols-9 .sprocket-strips-c-block {width: 11.11%;}
.cols-10 .sprocket-strips-c-block {width: 10%;}
.cols-11 .sprocket-strips-c-block {width: 9.09%;}
.cols-12 .sprocket-strips-c-block {width: 8.33%;}

@media (min-width: 481px) and (max-width: 767px) {
.sprocket-strips-c-container .sprocket-strips-c-block {width: 50%;}
}

@media (max-width: 480px) {
.sprocket-strips-c-container .sprocket-strips-c-block {width: 100%;float: none;}
}

/* Layout - Sprocket Strips - Navigation */
.sprocket-strips-c-nav {display: table;width: 95%;padding: 5px; margin:0 auto}
.sprocket-strips-c-pagination {display: table-cell;vertical-align: middle;}
.sprocket-strips-c-pagination ul {float: left;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-c-pagination li {display: inline-block;padding: 4px !important;opacity: 0.3;border-radius: 1em;cursor: pointer;}
.sprocket-strips-c-pagination li.active {opacity: 1;}
.sprocket-strips-c-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.sprocket-strips-c-pagination-hidden {display: none;}
.sprocket-strips-c-arrows {display: table-cell;vertical-align: middle;}
.sprocket-strips-c-arrow ul {float: right;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-c-arrows .arrow {display: block;width: 22px;height:22px;border-radius: 1em;opacity: 0.7;cursor: pointer;float: right;margin-left: 5px;text-align: center;font-size: 2em;position: relative;}
.sprocket-strips-c-arrows .arrow:hover {opacity: 1;}
.sprocket-strips-c-arrows .arrow:before {content: '';width: 0;height: 0;position: absolute;top: 50%;margin-top: -5px;border-top: 5px solid transparent;border-bottom: 5px solid transparent;}
.sprocket-strips-c-arrows .prev:before {left: 50%;margin-left: -3px;border-right: 5px solid;}
.sprocket-strips-c-arrows .next:before {right: 50%;margin-right: -3px;border-left: 5px solid;}

/* Spinner */
.sprocket-strips-c-overlay {display: none;position: absolute;margin-top: -66px;top:50%;left:0;right:0;bottom:0;background-color:transparent;z-index:5;}
.sprocket-strips-c-overlay .css-loader-wrapper {width: 60px;height:60px;margin: 0 auto;padding: 20px;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-c.loading .sprocket-strips-c-overlay {display: block;}
.sprocket-strips-c-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;}
.sprocket-strips-c-overlay .css-loader {border-radius: 50%;width: 44px;height: 44px;}

@-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);
  }
}

/* Plain */
.plain .sprocket-strips-c-item  {padding: 0;margin: 0;}
.plain .sprocket-strips-c-extended-info {visibility: visible;position: relative;}
/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Features - Layout Slideshow - Core */
.layout-slideshow {position: relative;}
.layout-slideshow:after {display: table;content: "";*zoom: 1;clear: both;}
.layout-slideshow ul {list-style: none !important;margin: 0;padding: 0;}

/* Features - Layout Slideshow - Content */
.layout-slideshow .sprocket-features-img-list {position: relative;overflow: hidden;}
.layout-slideshow .sprocket-features-img-container {position: absolute;top: 0;}
.layout-slideshow .sprocket-features-img-container img {width: 100%;}
.layout-slideshow .sprocket-features-content {position: absolute;top: 0;left: 0;right:0;width: 100%; height:100%; text-align:left}
.layout-slideshow .sprocket-features-title {margin: 10px 0;padding: 1% 0;font-size:150%;line-height:1.2;color:#222}
.layout-slideshow .sprocket-features-desc {margin: 0;padding: 10%;}
.layout-slideshow .sprocket-features-desc span {padding-bottom:10px;}

/* Features - Layout Slideshow - Enable First Item */
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container {position: relative;}
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container, .layout-slideshow .sprocket-features-index-1 .sprocket-features-content {z-index: 2;}

/* Features - Layout Slideshow - Navigation */
.layout-slideshow .sprocket-features-arrows .arrow {position: absolute;display: block;width: 40px;height: 40px;top: 50%;margin-top: -12px;border-radius: 0;opacity: 0.3;cursor: pointer;z-index: 10;text-align: center;font-size: 2.2em; line-height:1.1em}
.layout-slideshow .sprocket-features-arrows .prev {left: 10px;}
.layout-slideshow .sprocket-features-arrows .next {right: 10px;}
.layout-slideshow .sprocket-features-arrows .arrow:hover {opacity: 1;}
.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;}
.layout-slideshow .sprocket-features-pagination {position: absolute;left: 0;bottom: 15px;right:0;z-index: 10;}
.layout-slideshow .sprocket-features-pagination li {display: inline-block;padding: 4px;opacity: 0.4;border-radius: 1em;cursor: pointer;}
.layout-slideshow .sprocket-features-pagination li.active {opacity: 1;}
.layout-slideshow .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.layout-slideshow .sprocket-features-pagination-hidden {display: none;}

/* Features - Layout Slideshow - Colors */
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {background: #000;color: #fff;box-shadow: 1px 1px 1px rgba(255,255,255,0.5);}
.layout-slideshow .slideshow-content {background: rgba(255,255,255,0.95);color: #000; width:50%;height:100%}
.layout-slideshow .sprocket-features-desc {}
.layout-slideshow .sprocket-features-desc h3 {color: #fff;text-transform:uppercase; line-height:1.7}

/* Features - Layout Slideshow - Transitions */
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-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;}

.sprocket-fullslideshow-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Layout - Sprocket Strips - Colors */
.sprocket-strips-s-pagination li {background: #000;color: #fff;}
.sprocket-strips-s-arrows .arrow {background: #ccc;color: #222;border-color: #303030;}

/* Layout - Sprocket Strips - Core */
.sprocket-strips-s {position: relative;}
.sprocket-strips-s:after {display: table;content: "";*zoom: 1;clear: both;}
.sprocket-strips-s-container {list-style: none !important;overflow: hidden;padding: 0;margin: 0 -1%;}
.sprocket-strips-s-container:before, .sprocket-strips-s-container:after {content: "";display: table;line-height: 0;}

/* Layout - Sprocket Strips - Items */
.grey .sprocket-strips-s-item {background-size: cover;border-radius: 0;}

.sprocket-strips-s-item {background-size: cover;border-radius: 0;}

.sprocket-strips-s-content {z-index: 2;margin: 15px 0;}
.sprocket-strips-s-title {margin-top: 0;}
.sprocket-strips-s-text {display: block;}
.sprocket-strips-s-content .readon {display: inline-block;margin-top: 15px;}
.sprocket-strips-s-block {display: inline-block;vertical-align: top;margin: 1% -4px 1% 0;box-sizing: border-box;padding: 0 1%;}
.cols-1 .sprocket-strips-s-block {width: 100%;}
.cols-2 .sprocket-strips-s-block {width: 50%;}
.cols-3 .sprocket-strips-s-block {width: 33.33%;}
.cols-4 .sprocket-strips-s-block {width: 25%;}
.cols-5 .sprocket-strips-s-block {width: 20%;}
.cols-6 .sprocket-strips-s-block {width: 16.6667%;}
.cols-7 .sprocket-strips-s-block {width: 14.2555%;}
.cols-8 .sprocket-strips-s-block {width: 12.5%;}
.cols-9 .sprocket-strips-s-block {width: 11.11%;}
.cols-10 .sprocket-strips-s-block {width: 10%;}
.cols-11 .sprocket-strips-s-block {width: 9.09%;}
.cols-12 .sprocket-strips-s-block {width: 8.33%;}

@media (min-width: 481px) and (max-width: 767px) {
	.sprocket-strips-s-container .sprocket-strips-s-block {width: 50%;}
}

@media (max-width: 480px) {
	.sprocket-strips-s-item img {width: auto;float: none;margin: 0;}
	.sprocket-strips-s-container .sprocket-strips-s-block {width: 100%;float: none;}
}
@media only screen and (max-width: 1280px) {
	.sprocket-strips-s {overflow:hidden}
}

/* Layout - Sprocket Strips - Navigation */
.sprocket-strips-s-nav {display: table;width: 100%;padding: 5px;}
.sprocket-strips-s-pagination {display: table-cell;vertical-align: middle;}
.sprocket-strips-s-pagination ul {float: left;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-s-pagination li {display: inline-block;padding: 4px !important;opacity: 0.3;border-radius: 1em;cursor: pointer;}
.sprocket-strips-s-pagination li.active {opacity: 1;}
.sprocket-strips-s-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.sprocket-strips-s-pagination-hidden {display: none;}
.sprocket-strips-s-arrows {display: table-cell;vertical-align: middle;}
.sprocket-strips-s-arrow ul {float: right;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-s-arrows .arrow {display: block;width: 22px;height:22px;border-radius: 1em;opacity: 0.7;cursor: pointer;float: right;margin-left: 5px;text-align: center;font-size: 2em;position: relative;}
.sprocket-strips-s-arrows .arrow:hover {opacity: 1;}
.sprocket-strips-s-arrows .arrow:before {content: '';width: 0;height: 0;position: absolute;top: 50%;margin-top: -5px;border-top: 5px solid transparent;border-bottom: 5px solid transparent;}
.sprocket-strips-s-arrows .prev:before {left: 50%;margin-left: -3px;border-right: 5px solid;}
.sprocket-strips-s-arrows .next:before {right: 50%;margin-right: -3px;border-left: 5px solid;}

/* Spinner */
.sprocket-strips-s-overlay {display: none;position: absolute;margin-top: -66px;top:50%;left:0;right:0;bottom:0;background-color:transparent;z-index:5;}
.sprocket-strips-s-overlay .css-loader-wrapper {width: 60px;height:60px;margin: 0 auto;padding: 20px;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-s.loading .sprocket-strips-s-overlay {display: block;}
.sprocket-strips-s-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;}
.sprocket-strips-s-overlay .css-loader {border-radius: 50%;width: 44px;height: 44px;}

@-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);
  }
}
