/**
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Layout - Sprocket Strips - Core */
.sprocket-strips-apollo {position: relative;}
.sprocket-strips-apollo:after {display: table;content: "";*zoom: 1;clear: both;}
.sprocket-strips-apollo-container {list-style: none !important;overflow: hidden;padding: 0;}
.sprocket-strips-apollo-container:before, .sprocket-strips-apollo-container:after {content: "";display: table;line-height: 0;}

/* Layout - Sprocket Strips - Items */
.sprocket-strips-apollo-block {position: relative;clear: none;margin: 0 auto;list-style: none;text-align: center;display: block;float: left;}
.cols-1 .sprocket-strips-apollo-block {width: 100%;}
.cols-2 .sprocket-strips-apollo-block {width: 50%;}
.cols-3 .sprocket-strips-apollo-block {width: 33.33%;}
.cols-4 .sprocket-strips-apollo-block {width: 25%;}
.cols-5 .sprocket-strips-apollo-block {width: 20%;}
.cols-6 .sprocket-strips-apollo-block {width: 16.6667%;}
.cols-7 .sprocket-strips-apollo-block {width: 14.2555%;}
.cols-8 .sprocket-strips-apollo-block {width: 12.5%;}
.cols-9 .sprocket-strips-apollo-block {width: 11.11%;}
.cols-10 .sprocket-strips-apollo-block {width: 10%;}
.cols-11 .sprocket-strips-apollo-block {width: 9.09%;}
.cols-12 .sprocket-strips-apollo-block {width: 8.33%;}

/* Layout - Sprocket Strips - Apollo Effect */
.rt-apollo-1 .sprocket-strips-effect-apollo img {max-width: 100%;}
.rt-apollo-2 .sprocket-strips-effect-apollo img {max-width: calc(100% + 50px);}
.rt-apollo-3 .sprocket-strips-effect-apollo img {max-width: 100%;}

/* Layout - Sprocket Strips - Navigation */
.sprocket-strips-apollo-nav {display: table;width: 100%;}
.sprocket-strips-apollo-pagination {display: table-cell;vertical-align: middle;}
.sprocket-strips-apollo-pagination ul {float: left;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-apollo-pagination li {display: inline-block;padding: 4px !important;opacity: 0.3;border-radius: 1em;cursor: pointer;}
.sprocket-strips-apollo-pagination li.active {opacity: 1;}
.sprocket-strips-apollo-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.sprocket-strips-apollo-pagination-hidden {display: none;}
.sprocket-strips-apollo-arrows {display: table-cell;vertical-align: middle;}
.sprocket-strips-apollo-arrow ul {float: right;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-apollo-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-apollo-arrows .arrow:hover {opacity: 1;}
.sprocket-strips-apollo-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-apollo-arrows .prev:before {left: 50%;margin-left: -3px;border-right: 5px solid;}
.sprocket-strips-apollo-arrows .next:before {right: 50%;margin-right: -3px;border-left: 5px solid;}

/* Spinner */
.sprocket-strips-apollo-overlay {display: none;position: absolute;margin-top: -66px;top:50%;left:0;right:0;bottom:0;background-color:transparent;z-index:5;}
.sprocket-strips-apollo-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-apollo.loading .sprocket-strips-apollo-overlay {display: block;}
.sprocket-strips-apollo-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-apollo-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-apollo-item  {padding: 0;margin: 0;}
.plain .sprocket-strips-apollo-extended-info {visibility: visible;position: relative;}

/* text styling */
h2.sprocket-strips-apollo-title {
    font-size: 2rem;
}
span.sprocket-strips-apollo-text {
    font-size: 1.6rem;
}
.fp-roksprocket-strips-fullstrip.rt-block {
    margin: 0;
    padding: 0;
}
.fp-roksprocket-strips-fullstrip .sprocket-strips-apollo-readon {
    color: #ffffff;
}
.fp-roksprocket-strips-fullstrip .sprocket-strips-apollo-container {
    display: block !important;
}
.fp-roksprocket-strips-fullstrip .cols-5 .sprocket-strips-apollo-block {
    margin: 0;
    width: 19.98%;
}
@media (max-width: 767px) {
.fp-roksprocket-strips-fullstrip [class*="cols-"] .sprocket-strips-apollo-block {
    display: block;
    width: 100%;
}
}
@media (min-width: 1200px) {
.fp-roksprocket-strips-fullstrip .sprocket-strips-effect-apollo .sprocket-strips-apollo-title {
    max-width: 150px;
}
}
@media (min-width: 960px) and (max-width: 1199px) {
.fp-roksprocket-strips-fullstrip .sprocket-strips-effect-apollo .sprocket-strips-apollo-title {
    max-width: 125px;
}
}
@media (min-width: 768px) and (max-width: 959px) {
.fp-roksprocket-strips-fullstrip .sprocket-strips-effect-apollo .sprocket-strips-apollo-title {
    font-size: 110%;
    max-width: 115px;
}
}
@media (min-width: 768px) and (max-width: 959px) {
.fp-roksprocket-strips-fullstrip .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title, body.layout-mode-responsive .fp-roksprocket-strips-fullstrip .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title::after {
    opacity: 0;
}
}
@media (min-width: 1200px) {
.fp-roksprocket-strips-fullstrip .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-extended {
    max-width: 178px;
}
}
@media (min-width: 960px) and (max-width: 1199px) {
.fp-roksprocket-strips-fullstrip .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-extended {
    margin: 15px;
    max-width: 149px;
    right: 15px;
}
}
@media (min-width: 768px) and (max-width: 959px) {
.fp-roksprocket-strips-fullstrip .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-extended {
    margin: 15px;
    max-width: 110px;
    right: 15px;
}
}
.sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-container {
    display: flex;
}
@media (max-width: 767px) {
.sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-container {
    display: block;
    width: 100%;
}
}
.sprocket-strips.sprocket-strips-apollo .sprocket-strips-effect-apollo {
    background: #1f228a none repeat scroll 0 0;
}
.sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-title, .sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-title a {
    color: #ffffff;
    font-family: "lato",Verdana,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-readon {
    font-family: "lato",Verdana,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-title {
    font-family: "lato",Verdana,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-text {
    text-align: center;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-image-container {
    background: #1f228a none repeat scroll 0 0;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-image-container img {
    transition: all 0.2s ease 0s;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-image-container:hover img {
    opacity: 0.85;
}
.sprocket-strips .sprocket-strips-xscroll-readmore {
    font-family: "lato",Verdana,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.rt-apollo-1 .sprocket-strips-effect-apollo {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content {
    backface-visibility: hidden;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::before {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    transition: transform 0.6s ease 0s;
    width: 100%;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-title {
    bottom: 0;
    line-height: 1.5em;
    margin: 1em;
    max-width: 60%;
    position: absolute;
    text-align: left;
    transition: all 0.35s ease 0s;
}
.rt-apollo-1 .sprocket-strips-effect-apollo img {
    opacity: 0.9;
    transform: scale3d(1.15, 1.15, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-extended {
    border-right: 4px solid #ffffff;
    bottom: 0;
    margin: 1em;
    opacity: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    text-align: right;
    transition: opacity 0.35s ease 0s;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-readon {
    display: block;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::before, .rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::after {
    pointer-events: none;
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-content::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title {
    bottom: 50%;
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover img {
    opacity: 0.35;
    transform: scale3d(1, 1, 1);
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-extended {
    opacity: 1;
    transition-delay: 0.1s;
}
.rt-apollo-2 .sprocket-strips-effect-apollo {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content {
    backface-visibility: hidden;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-title {
    bottom: 0;
    line-height: 1.5em;
    margin: 25px;
    max-width: 60%;
    position: absolute;
    text-align: left;
    transition: all 0.25s ease 0s;
}
.rt-apollo-2 .sprocket-strips-effect-apollo img {
    opacity: 0.9;
    transform: translate3d(-40px, 0px, 0px);
    transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-extended {
    bottom: 0;
    left: -50px;
    margin: 25px;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: left 0.25s ease 0s, opacity 0.25s ease 0s;
    width: 85%;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-readon {
    display: block;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::before, .rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::after {
    pointer-events: none;
}
.rt-apollo-2 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title {
    bottom: 25%;
}
.rt-apollo-2 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}
.rt-apollo-2 .sprocket-strips-effect-apollo:hover img {
    opacity: 0.35;
    transform: translate3d(0px, 0px, 0px);
}
.rt-apollo-2 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-extended {
    left: 0;
    opacity: 1;
}
.rt-apollo-3 .sprocket-strips-effect-apollo {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content {
    backface-visibility: hidden;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-title {
    bottom: 0;
    line-height: 1.5em;
    margin: 25px;
    max-width: 60%;
    position: absolute;
    text-align: left;
    transition: all 0.25s ease 0s;
}
.rt-apollo-3 .sprocket-strips-effect-apollo img {
    opacity: 0.9;
    transform: scale3d(1.25, 1.25, 1);
    transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-extended {
    border-right: 2px solid #ffffff;
    margin: 25px;
    opacity: 0;
    padding-right: 15px;
    position: absolute;
    right: -25px;
    text-align: right;
    top: 0;
    transition: right 0.25s ease 0s, opacity 0.25s ease 0s;
    width: 85%;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-readon {
    display: block;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::before, .rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::after {
    pointer-events: none;
}
.rt-apollo-3 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title {
    bottom: 15px;
}
.rt-apollo-3 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}
.rt-apollo-3 .sprocket-strips-effect-apollo:hover img {
    opacity: 0.35;
    transform: scale3d(1, 1, 1) !important;
}
.rt-apollo-3 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-extended {
    opacity: 1;
    right: 0;
}
.sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-container {
    display: flex;
}
@media (max-width: 767px) {
body.layout-mode-responsive .sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-container {
    display: block;
    width: 100%;
}
}
.sprocket-strips.sprocket-strips-apollo .sprocket-strips-effect-apollo {
    background: #1f228a none repeat scroll 0 0;
}
.sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-title, .sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-title a {
    color: #ffffff;
    font-family: "lato",Verdana,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sprocket-strips.sprocket-strips-apollo .sprocket-strips-apollo-readon {
    font-family: "lato",Verdana,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-title {
    font-family: "lato",Verdana,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-text {
    text-align: center;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-image-container {
    background: #1f228a none repeat scroll 0 0;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-image-container img {
    transition: all 0.2s ease 0s;
}
.sprocket-strips.sprocket-strips-xscroll .sprocket-strips-xscroll-image-container:hover img {
    opacity: 0.85;
}
.sprocket-strips .sprocket-strips-xscroll-readmore {
    font-family: "lato",Verdana,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.rt-apollo-1 .sprocket-strips-effect-apollo {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content {
    backface-visibility: hidden;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::before {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    transition: transform 0.6s ease 0s;
    width: 100%;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-title {
    bottom: 0;
    line-height: 1.5em;
    margin: 1em;
    max-width: 60%;
    position: absolute;
    text-align: left;
    transition: all 0.35s ease 0s;
}
.rt-apollo-1 .sprocket-strips-effect-apollo img {
    opacity: 0.9;
    transform: scale3d(1.15, 1.15, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-extended {
    border-right: 4px solid #ffffff;
    bottom: 0;
    margin: 1em;
    opacity: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    text-align: right;
    transition: opacity 0.35s ease 0s;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-readon {
    display: block;
}
.rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::before, .rt-apollo-1 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::after {
    pointer-events: none;
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-content::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title {
    bottom: 50%;
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover img {
    opacity: 0.35;
    transform: scale3d(1, 1, 1);
}
.rt-apollo-1 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-extended {
    opacity: 1;
    transition-delay: 0.1s;
}
.rt-apollo-2 .sprocket-strips-effect-apollo {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content {
    backface-visibility: hidden;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-title {
    bottom: 0;
    line-height: 1.5em;
    margin: 25px;
    max-width: 60%;
    position: absolute;
    text-align: left;
    transition: all 0.25s ease 0s;
}
.rt-apollo-2 .sprocket-strips-effect-apollo img {
    opacity: 0.9;
    transform: translate3d(-40px, 0px, 0px);
    transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-extended {
    bottom: 0;
    left: -50px;
    margin: 25px;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: left 0.25s ease 0s, opacity 0.25s ease 0s;
    width: 85%;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-readon {
    display: block;
}
.rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::before, .rt-apollo-2 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::after {
    pointer-events: none;
}
.rt-apollo-2 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title {
    bottom: 25%;
}
.rt-apollo-2 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}
.rt-apollo-2 .sprocket-strips-effect-apollo:hover img {
    opacity: 0.35;
    transform: translate3d(0px, 0px, 0px);
}
.rt-apollo-2 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-extended {
    left: 0;
    opacity: 1;
}
.rt-apollo-3 .sprocket-strips-effect-apollo {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content {
    backface-visibility: hidden;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-title {
    bottom: 0;
    line-height: 1.5em;
    margin: 25px;
    max-width: 60%;
    position: absolute;
    text-align: left;
    transition: all 0.25s ease 0s;
}
.rt-apollo-3 .sprocket-strips-effect-apollo img {
    opacity: 0.9;
    transform: scale3d(1.25, 1.25, 1);
    transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-extended {
    border-right: 2px solid #ffffff;
    margin: 25px;
    opacity: 0;
    padding-right: 15px;
    position: absolute;
    right: -25px;
    text-align: right;
    top: 0;
    transition: right 0.25s ease 0s, opacity 0.25s ease 0s;
    width: 85%;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-readon {
    display: block;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::before, .rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-content::after {
    pointer-events: none;
}
.rt-apollo-3 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title {
    bottom: 15px;
}
.rt-apollo-3 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}
.rt-apollo-3 .sprocket-strips-effect-apollo:hover img {
    opacity: 0.35;
    transform: scale3d(1, 1, 1) !important;
}
.rt-apollo-3 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-extended {
    opacity: 1;
    right: 0;
}