.tp-title-center .module-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #303030;
  margin: 0px auto 10px;
}
.tp-title-center .white {
  color: #ffffff;
  margin: 0 auto 13px;
  max-width: 750px;
  padding-bottom: 0px;
}
.title-dec-gray {
  margin: 0 auto 30px;
  max-width: 750px;
}
.tp-capital .module-title {
  text-transform: capitalize;
  font-size: 20px;
}
.tp-shop .module-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #303030;
  padding-bottom: 10px;
  position: relative;
}
.tp-shop .module-title:after {
  border-bottom: 2px solid #666666;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 14px;
  width: 100%;
  z-index: 1;
}
.tp-shop .module-title span {
  background-color: #ffffff;
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
.tp-bg-gray .tp-shop .module-title span {
  background-color: #f8f8f8;
}
.tp-bg-brand {
  color: #ffffff;
}
.tp-bg-brand .module-title {
  color: #ffffff;
}
.tp-overlay-dark .module-title .title-left {
  color: #ffffff;
}
.tp-overlay-dark .module-title .title-right {
  color: #cd2832;
}
.t3-module {
  background: transparent;
  color: inherit;
  *margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    *margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #303030;
  font-size: 30px;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-weight: bold;
}
.module-title .title-right {
  color: #cd2832;
}
.module-intro {
  font-family: 'Merriweather', serif;
  font-style: italic;
  text-align: center;
}
.tp-sub-text {
  font-family: 'Merriweather', serif;
  font-style: italic;
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.tp-mega-img {
  *background-position: 106% bottom;
  *background-size: contain;
  *height: 224px;
  *background-repeat: no-repeat;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #f1f2f7;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #f1f2f7;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #f1f2f7;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #f1f2f7;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #4f5861;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #f1f2f7;
  border-radius: 3px;
  color: #4f5861;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #b3232c;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar module-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #f1f2f7;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #4f5861;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #b3232c;
}
.css-loader-wrapper {
  padding: 10px !important;
}
.css-loader-wrapper .css-loader {
  border-width: 4px !important;
}
.arrow {
  border-radius: 3px !important;
  background: #222222 !important;
}
.arrow:hover {
  background: #cd2832 !important;
}
.sprocket-strips-pagination {
  display: inline !important;
}
.sprocket-strips-pagination ul {
  float: none !important;
  text-align: center;
}
.sprocket-strips-pagination ul li {
  border: 2px solid #999999;
  background: #ffffff;
  list-style: none;
  border-radius: 1em;
  cursor: pointer;
  display: inline-block;
  opacity: 0.3;
  padding: 4px !important;
}
.sprocket-strips-pagination ul li span {
  display: none;
}
.sprocket-strips-pagination ul li.active {
  border: 2px solid #cd2832;
  background: #ffffff;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li {
  border: none !important;
  padding: 0px;
  margin: 0px;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li:hover .sprocket-lists-portrait-title {
  color: #cd2832;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li:hover .sprocket-lists-portrait-title i {
  background-color: #cd2832;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li .sprocket-lists-portrait-title {
  text-transform: capitalize;
  *color: #666666;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li .sprocket-lists-portrait-title i {
  color: #ffffff;
  border-radius: 50%;
  background-color: #666666;
  margin-right: 10px;
  padding: 11px 12px;
  width: 40px;
  height: 40px;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li.active .sprocket-lists-portrait-title {
  color: #cd2832;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li.active .sprocket-lists-portrait-title i {
  background-color: #cd2832;
}
.tp-title-no-padding .sprocket-strips-title a:hover {
  text-decoration: none;
}
.tp-title-no-padding .sprocket-strips-title a .module-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tp-about-us .module-title {
  margin-bottom: 0px;
  margin-top: 10px;
}
.sprocket-strips-item {
  box-shadow: 0px 0px !important;
}
.sprocket-strips-item .sprocket-strips-content {
  background-color: transparent;
  padding: 0px;
  color: inherit;
  text-align: center;
}
.sprocket-strips-item .sprocket-strips-content .tp-title-block {
  padding: 20px 15px;
}
.sprocket-strips-item .sprocket-strips-content .tp-title-block .sprocket-strips-title a {
  color: #303030;
}
.sprocket-strips-item .sprocket-strips-content .tp-title-block .sprocket-strips-title a:hover {
  color: #cd2832;
}
.sprocket-strips-arrows {
  display: table !important;
  width: 100%;
}
.sprocket-strips-arrows .arrow {
  background: #222222 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  height: 30px !important;
  width: 30px !important;
  font-size: 1.3em !important;
}
.sprocket-strips-arrows .arrow:hover {
  background: #cd2832 !important;
}
.sprocket-strips-arrows .arrow i {
  font-size: 25px;
}
.sprocket-strips-c .tp-grid {
  margin: 5px;
  overflow: hidden;
}
.sprocket-strips-c .tp-runway .sprocket-strips-c-item {
  background: #ffffff !important;
}
.sprocket-strips-c .tp-runway .sprocket-strips-c-item .sprocket-strips-c-image {
  border-bottom: none;
}
.sprocket-strips-c .tp-runway .sprocket-strips-c-item .sprocket-strips-c-content {
  text-align: center;
  padding: 25px 0px 0px;
}
.sprocket-strips-c .tp-runway .sprocket-strips-c-item .sprocket-strips-c-content .sprocket-strips-c-title a {
  color: #303030;
}
.sprocket-strips-c .tp-runway .sprocket-strips-c-item .sprocket-strips-c-content .sprocket-strips-c-title a:hover {
  text-decoration: none;
}
.sprocket-strips-c .tp-runway .sprocket-strips-c-item .sprocket-strips-c-content .sprocket-strips-c-extended-info {
  position: relative;
}
.sprocket-strips-c .tp-runway .sprocket-strips-c-item .sprocket-strips-c-content .sprocket-strips-c-extended-info a:hover {
  text-decoration: none;
}
.sprocket-strips-c .sprocket-strips-c-nav {
  padding: 10px;
}
.sprocket-strips-c .sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow {
  background: #222222;
  color: #ffffff;
  height: 30px;
  width: 30px;
}
.sprocket-strips-c .sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow i {
  font-size: 25px;
}
.tp-home-2 .sprocket-strips-content {
  background: #cd2832;
  color: #ffffff;
}
.tp-home-2 .sprocket-strips-pagination li {
  background: #ffffff !important;
  box-shadow: none;
}
.sprocket-quotes .sprocket-quotes-item {
  background-color: #4f5861;
  color: #ffffff;
}
.sprocket-quotes .sprocket-quotes-item .sprocket-quotes-text {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 300;
}
.sprocket-quotes .quotes-bottomright-arrow:before {
  border-color: rgba(0, 0, 0, 0.15) transparent;
}
.sprocket-quotes .quotes-bottomright-arrow:after {
  border-color: #4f5861 transparent;
}
.sprocket-quotes .sprocket-quotes-info {
  text-align: center;
}
.sprocket-quotes .sprocket-quotes-info .sprocket-quotes-author {
  color: #cd2832;
}
.sprocket-quotes .sprocket-quotes-nav .sprocket-quotes-arrows .arrow {
  background: #222222;
  color: #ffffff;
  height: 30px;
  width: 30px;
}
.sprocket-quotes .sprocket-quotes-nav .sprocket-quotes-arrows .arrow i {
  font-size: 25px;
}
.sprocket-quotes .sprocket-quotes-nav .sprocket-quotes-pagination {
  padding-top: 40px;
}
.sprocket-quotes .sprocket-quotes-nav .sprocket-quotes-pagination li {
  padding: 8px !important;
  background-color: #cd2832;
}
.sprocket-tabs .sprocket-tabs-nav {
  background: transparent;
  border-bottom: 2px solid #cd2832;
  padding: 0px !important;
  border: none !important;
}
.sprocket-tabs .sprocket-tabs-nav li {
  margin-bottom: 0px;
  margin: 1%;
}
.sprocket-tabs .sprocket-tabs-nav li.active > .sprocket-tabs-inner {
  border-top: 2px solid #cd2832;
  border-right: 2px solid #cd2832;
  border-left: 2px solid #cd2832;
  border-bottom: 1px solid #cd2832;
  background: #cd2832;
  color: #ffffff;
  border-radius: 20px;
  border: 1px solid #cd2832;
}
.sprocket-tabs .sprocket-tabs-nav .sprocket-tabs-inner {
  border-radius: 20px;
  background: #f8f8f8;
  margin-right: 2px;
  color: #666666;
  border-bottom: 1px solid #f8f8f8;
  border: 1px solid #f1f2f7;
}
.sprocket-tabs .sprocket-tabs-nav .sprocket-tabs-inner .sprocket-tabs-text {
  font-size: 14px;
  font-weight: 400;
}
.sprocket-tabs .sprocket-tabs-panels .tp-margin-20 {
  margin-top: 20px;
}
.sprocket-tabs .sprocket-tabs-panels .tp-margin-20 ul {
  padding-left: 0px;
}
.sprocket-tabs .sprocket-tabs-panels .tp-margin-20 ul li {
  list-style: none;
}
.sprocket-tabs .sprocket-tabs-panels .tp-margin-20 ul .tp-icons i {
  padding: 10px;
  background: #4f5861;
  color: #ffffff;
  border-radius: 500px;
  margin: 10px;
}
.sprocket-strips-s .sprocket-strips-s-item {
  background: #ffffff;
}
.sprocket-strips-s .sprocket-strips-s-content {
  padding: 24px;
  margin: 0px;
}
.sprocket-strips-s .sprocket-strips-s-content .sprocket-strips-s-title a {
  color: #303030;
}
.sprocket-strips-s .sprocket-strips-s-content .sprocket-strips-s-title a:hover {
  text-decoration: none;
  color: #cd2832;
}
.sprocket-strips-s .sprocket-strips-s-nav ul {
  float: none;
  text-align: center;
}
.sprocket-strips-s .sprocket-strips-s-nav .sprocket-strips-s-pagination li {
  padding: 8px !important;
  background-color: #cd2832;
}
.sprocket-strips-p .sprocket-strips-p-item {
  border: 1px solid #f1f2f7;
  border-radius: 3px;
}
.sprocket-strips-p .sprocket-strips-p-item img {
  margin: 0 auto;
  opacity: 1;
}
.sprocket-strips-p .sprocket-strips-p-item img:hover {
  opacity: 0.5;
  cursor: pointer;
}
.sprocket-strips-p .sprocket-strips-p-item .sprocket-strips-p-content {
  display: none;
}
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow {
  background: #222222;
  color: #ffffff;
  height: 30px;
  width: 30px;
}
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow i {
  font-size: 25px;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  text-align: center;
  float: none !important;
  margin-bottom: 20px;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li {
  background: transparent !important;
  border: 2px solid #4f5861;
  font-size: 14px;
  padding: 8px 30px;
  margin: 5px;
  background-color: #f8f8f8;
  border-radius: 500px;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li:hover {
  border: 2px solid #cd2832;
  background: #cd2832 !important;
  color: #ffffff;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li.active {
  border: 2px solid #cd2832;
  background: #cd2832 !important;
  color: #ffffff;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  border: none;
  margin: 0px;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-mosaic-tags {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-loadmore {
  width: 50px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 50px;
}
.sprocket-mosaic .sprocket-mosaic-loadmore:hover {
  background: #cd2832;
  border: 1px solid #cd2832;
}
.sprocket-mosaic .sprocket-mosaic-loadmore:hover .loadmore-text i {
  color: #ffffff;
}
.sprocket-mosaic .sprocket-mosaic-loadmore .loadmore-text {
  font-size: 20px;
}
.sprocket-mosaic .sprocket-mosaic-loadmore .loadmore-text i {
  color: #cd2832;
}
.sprocket-mosaic .tp-portfolio .portfolio-item {
  display: block;
  overflow: hidden;
  position: relative;
}
.sprocket-mosaic .tp-portfolio .portfolio-item img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sprocket-mosaic .tp-portfolio .portfolio-item:hover img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sprocket-mosaic .tp-portfolio .portfolio-item {
  padding: 0px;
}
.sprocket-mosaic .tp-portfolio .portfolio-item a {
  text-decoration: none;
}
.sprocket-mosaic .tp-portfolio .thumbnail {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.sprocket-mosaic .tp-portfolio .portfolio-item .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}
.sprocket-mosaic .tp-portfolio .portfolio-item .caption:hover {
  opacity: 1;
}
.sprocket-mosaic .tp-portfolio .portfolio-item .caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  margin-top: -70px;
  padding: 0 50px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  transition: all ease .4s;
  opacity: 0;
}
.sprocket-mosaic .tp-portfolio .portfolio-item .caption:hover .caption-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.sprocket-mosaic .tp-portfolio .portfolio-item .caption-content .divider {
  margin-bottom: 15px;
}
.sprocket-mosaic .tp-portfolio .portfolio-item .caption-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.tp-active .sprocket-tables-item {
  border: 1px solid #cd2832 !important;
}
.tp-active .sprocket-tables-item .tp-pricing-title {
  background: #cd2832 !important;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item {
  border: 1px solid #f1f2f7;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .tp-pricing-title {
  background: #666666;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .sprocket-tables-desc .sprocket-tables-title a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .sprocket-tables-desc .sprocket-tables-text {
  display: none;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .sprocket-tables-bg2 {
  background: #ffffff;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .sprocket-tables-price {
  font-weight: bold;
  padding: 0px;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .sprocket-tables-price .tp-price {
  font-size: 60px;
  color: #4f5861;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .sprocket-tables-price .tp-limit {
  font-size: 16px;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .sprocket-tables-cell {
  border: none;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .sprocket-tables-link .product-qty {
  display: none;
}
.tp-pricing-table .sprocket-tables .sprocket-tables-block .sprocket-tables-item .sprocket-tables-link .product-price-container {
  display: none;
}

@media (min-width: 768px) {
  .cols-4 .sprocket-tables-block {
    width: 50% !important;
  }
}

@media (min-width: 992px) {
  .cols-4 .sprocket-tables-block {
    width: 25% !important;
  }
}

@media (min-width: 1200px) {
  .cols-4 .sprocket-tables-block {
    width: 25% !important;
  }
}
.sprocket-lists-portrait .sprocket-lists-portrait-container,
.sprocket-lists-modern .sprocket-lists-portrait-container,
.sprocket-lists .sprocket-lists-portrait-container {
  border-bottom: none;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li,
.sprocket-lists-modern .sprocket-lists-portrait-container li,
.sprocket-lists .sprocket-lists-portrait-container li {
  border: 1px solid #f1f2f7;
  margin: 5px 5px;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li h4,
.sprocket-lists-modern .sprocket-lists-portrait-container li h4,
.sprocket-lists .sprocket-lists-portrait-container li h4,
.sprocket-lists-portrait .sprocket-lists-portrait-container li .sprocket-lists-portrait-item,
.sprocket-lists-modern .sprocket-lists-portrait-container li .sprocket-lists-portrait-item,
.sprocket-lists .sprocket-lists-portrait-container li .sprocket-lists-portrait-item {
  margin: 5px 0px;
}
.sprocket-lists-portrait .sprocket-lists-portrait-container li h4 i,
.sprocket-lists-modern .sprocket-lists-portrait-container li h4 i,
.sprocket-lists .sprocket-lists-portrait-container li h4 i,
.sprocket-lists-portrait .sprocket-lists-portrait-container li .sprocket-lists-portrait-item i,
.sprocket-lists-modern .sprocket-lists-portrait-container li .sprocket-lists-portrait-item i,
.sprocket-lists .sprocket-lists-portrait-container li .sprocket-lists-portrait-item i {
  color: #cd2832;
  margin-right: 10px;
}
.tp-service-box {
  border: 1px solid #f1f2f7;
  padding: 10px;
  margin: 5px;
  text-align: center;
}
.tp-service-box .fa {
  background: #cd2832;
  color: #ffffff;
  border-radius: 50%;
  padding: 20px;
  margin: 10px;
}
.tp-team {
  background: #cd2832;
  border-radius: 0 0 2px 2px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 0;
}
.team-name {
  text-align: center;
  color: #ffffff;
}
.team-name h5 {
  line-height: 16px;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
}
.team-name span {
  display: block;
  font-weight: bold;
  font-style: italic;
}
.team-about {
  padding: 0 0 1px 0;
  margin: 0 20px 0px 20px;
}
.team-email {
  text-align: center;
  padding: 5px 0 10px;
  margin: 0 20px 0px 20px;
  font-weight: 300;
  font-size: 12px;
}
.team-email a {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
}
.team-email a i,
.team-email a em {
  margin-right: 5px;
}
.team-img {
  border-radius: 2px 2px 0 0;
}
.team-alt {
  width: 100%;
  float: left;
}
.team-alt .img-wrp {
  width: 49%;
  float: left;
}
.team-alt .content {
  width: 49%;
  float: right;
  text-align: left;
}
.img-wrp {
  position: relative;
}
.img-wrp img {
  display: block;
  width: 100%;
  border-radius: 2px;
}
.overlay-wrp {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
}
.overlay-wrp .overlay {
  opacity: 0.5;
  filter: alpha(opacity=50);
  height: 100%;
  width: 100%;
  border-radius: 2px;
}
.overlay {
  background: #000;
}
.overlay-content.social-icons {
  margin-top: -11px;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 10;
  padding: 0px;
}
.overlay-content.social-icons li {
  list-style: none;
  float: left;
}
.overlay-content.social-icons li a {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 50% !important;
  font-size: 18px !important;
}
.social-icons li {
  display: inline;
  float: left;
  margin-right: 4px;
}
.social-icons li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.social-icons li a i,
.social-icons li a em {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 20;
}
.social-icons li a i:before,
.social-icons li a em:before {
  margin: 3px 0 0 12px;
}
.social-icons li a:hover,
.social-icons li a i,
.social-icons li a em {
  color: #ffffff;
}
.tp-what-we-do img {
  margin: 0 auto;
}
.tp-what-we-do ul {
  padding: 0px;
}
.tp-what-we-do li {
  list-style: none;
  margin-bottom: 40px;
  margin-top: 40px;
}
.tp-what-we-do li em {
  width: 80px;
  height: 80px;
  color: #cd2832;
  border-style: solid;
  border-width: 3px;
  border-color: #cd2832;
  display: inline-block;
  line-height: 80px;
  font-size: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.tp-what-we-do li:hover em {
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px #303030;
  background-color: #303030;
  transition: all 500ms ease;
}
.tp-what-we-do .right em {
  float: right;
  margin: 0px 0px 40px 30px;
}
.tp-what-we-do .left em {
  float: left;
  margin: 0px 34px 40px 0px;
}
.tp-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tp-bg-gray {
  background: #f8f8f8;
}
.tp-bg-gray-shadow {
  box-shadow: 11px 30px 200px 2px #cfcfcf inset;
}
.tp-bg-brand {
  background: #cd2832;
}
.tp-white {
  color: #ffffff;
}
.gp-number {
  text-align: center;
}
@media (max-width: 767px) {
  .gp-number {
    padding: 50px 0px;
  }
}
@media (min-width: 768px) {
  .gp-number {
    padding: 60px 0px;
  }
}
@media (min-width: 992px) {
  .gp-number {
    padding: 90px 0px;
  }
}
.gp-number .gp-count .gp-icon {
  line-height: 48px;
  color: #cd2832;
  font-size: 48px;
  display: inline;
}
.gp-number .gp-count .odometer {
  margin-top: -26px;
  margin-left: 10px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 600;
  font-style: normal;
  color: #ccc;
  font-size: 48px;
}
.gp-number p {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 300;
  margin-top: 20px;
  color: #ccc;
  text-align: center;
}
.k2SearchBlockForm {
  display: flex;
}
.k2SearchBlockForm .inputbox {
  border-radius: 0px;
  box-shadow: 0px;
}
.k2SearchBlockForm .inputbox:focus {
  box-shadow: none;
  border-color: #4f5861;
}
.k2SearchBlockForm .btn {
  border-radius: 0px;
  border: 0px;
}
.tp-category .k2CategoriesListBlock li {
  padding: 0px;
  border: 0px;
}
.tp-category .k2CategoriesListBlock li:before {
  content: ' ';
}
.tp-category .k2CategoriesListBlock li a:before {
  content: "\e049";
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
  font-family: "lined-icons";
  color: #cd2832;
  font-size: 8px;
}
.acymailing_module {
  color: #999999;
}
.acymailing_module .acymailing_form {
  margin-top: 30px;
  margin-left: 1px;
}
.acymailing_module .acymailing_form .acyfield_email .inputbox {
  border: 1px solid transparent;
  height: 37px;
  border-radius: 0px;
}
.acymailing_module .acymailing_form .acysubbuttons .btn {
  border: 1px solid #cd2832;
  border-radius: 0px;
  text-align: center;
  box-shadow: 0px 2px #cd2832;
}
.acymailing_module .acymailing_form .acysubbuttons .btn:hover {
  border: 1px solid #b3232c;
  box-shadow: 0px 2px #b3232c;
}
.arrow li {
  list-style: none;
  padding-top: 10px;
}
.arrow li:before {
  content: "\e079";
  margin-right: 10px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  font-family: "Simple-Line-Icons";
  color: #cd2832;
  font-size: 12px;
}
ul.arrow {
  padding: 0;
  list-style: none;
  margin: 0px 0px 10px;
}
.circled li {
  list-style: none;
  padding-top: 10px;
}
.circled li:before {
  content: "\e049";
  margin-right: 10px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  font-family: "lined-icons";
  color: #cd2832;
  font-size: 8px;
}
ul.circled {
  padding: 0;
  list-style: none;
}
.right-hand li {
  list-style: none;
  padding-top: 10px;
}
.right-hand li:before {
  content: '\f0a4';
  margin-right: 10px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  font-family: 'FontAwesome';
  color: #cd2832;
  font-size: 12px;
}
ul.right-hand {
  padding: 0;
  list-style: none;
  margin: 0px 0px 10px;
}
.the-icons {
  padding-left: 0px;
}
.the-icons li {
  border: 1px solid #f1f2f7;
  border-radius: 5px;
  list-style: outside none none;
  margin: 5px;
  padding: 10px;
}
.the-icons li:hover {
  border: 1px solid #cd2832;
  background: #cd2832;
  color: #ffffff;
}
.the-icons li:hover em,
.the-icons li:hover i {
  color: #ffffff;
}
.the-icons li em,
.the-icons li i {
  color: #cd2832;
  margin-right: 10px;
}
.tp-hire {
  background: #4f5861;
  color: #ffffff;
  border-radius: 4px;
}
.tp-hire h2 {
  margin: 29px;
  font-style: italic;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
.tp-hire a {
  margin: 24px 0;
}
.home-2 .tp-border-r {
  border-right: 1px solid #f1f2f7;
}
.home-2 .tp-service {
  padding: 14%;
  text-align: center;
}
.home-2 .tp-service em {
  border-radius: 50%;
  color: #ffffff;
  display: inline-table;
  font-size: 36px;
  height: 80px;
  width: 80px;
  padding-top: 22px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.home-2 .tp-service h4 {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}
.home-5 .module-title,
.home-8 .module-title {
  font-weight: bold;
}
.home-5 .tp-icon,
.home-8 .tp-icon {
  color: #cd2832;
  margin-right: 10px;
}
.home-shop .t3-mainbody {
  padding-top: 0px;
}
.home-shop .t3-mainbody .t3-content {
  padding-top: 0px;
}
.home-6 .tp-runway .tp-runway-stripe-item {
  border: 1px solid #f1f2f7;
}
.home-6 .tp-runway .tp-runway-stripe-item .sprocket-strips-c-content h4 a {
  color: #303030;
}
figure {
  display: block;
  overflow: hidden;
  position: relative;
}
figure img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure:hover img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure:hover .text-overlay {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure:hover .text-overlay .info {
  top: 50%;
}
figure:hover .text-overlay .info span i {
  font-size: 40px;
}
figure .text-overlay {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  bottom: 0px;
}
figure .text-overlay .info {
  text-align: center;
  top: 40%;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: -33px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
figure .text-overlay .info h4 {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
figure a {
  color: #ffffff;
  font-weight: 200;
}
figure a:hover {
  color: #ffffff;
}
.tp-feature .center-title-wrapper {
  margin: 40px 0px;
}
.tp-feature .services-box-2 {
  border: 1px solid #f1f2f7;
  margin: 6px;
  padding: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.tp-feature .services-box-2 em {
  width: 80px;
  height: 80px;
  color: #cd2832;
  border-style: solid;
  border-width: 3px;
  border-color: #cd2832;
  display: inline-block;
  line-height: 80px;
  font-size: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.tp-feature .services-box-2:hover em {
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px #303030;
  background-color: #303030;
  *background-image: url("../../../templates/tp_runway/images/btn.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  transition: all 500ms ease;
}
.tp-feature .services-box-2 .content h3 {
  color: #303030;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 20px;
  text-transform: capitalize;
}
.tp-feature .services-box-2 .content p {
  overflow: auto;
}
.tp-feature .btn {
  margin-top: 30px;
}
.services-box-3 {
  text-align: left;
}
.services-box-3 em {
  width: 80px;
  height: 80px;
  color: #ffffff;
  border-style: solid;
  border-width: 3px;
  border-color: #cd2832;
  display: inline-block;
  line-height: 80px;
  font-size: 28px;
  text-align: center;
  float: left;
  background-color: #cd2832;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.services-box-3:hover em {
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px #303030;
  background-color: #303030;
  *background-image: url("../../../templates/tp_runway/images/btn.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  transition: all 500ms ease;
}
.services-box-3 .content h3 {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.services-box-3 .content p {
  overflow: auto;
}
.services-box-4 {
  text-align: left;
  color: #ffffff;
}
.services-box-4 em {
  width: 80px;
  height: 80px;
  color: #ffffff;
  border-style: solid;
  border-width: 3px;
  border-color: #ffffff;
  display: inline-block;
  line-height: 80px;
  font-size: 28px;
  text-align: center;
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.services-box-4:hover em {
  color: #cd2832;
  border: 3px solid #cd2832;
  box-shadow: 0 0 0 3px #ffffff;
  background-color: #ffffff;
  transition: all 500ms ease;
}
.services-box-4 .content h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.services-box-4 .content p {
  overflow: auto;
}
.tp-active .services-box-5 em {
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px #303030;
  background-color: #303030;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: all 500ms ease;
}
.tp-active .services-box-5:hover em {
  border-style: solid;
  border-width: 3px;
  border-color: #cd2832;
  background-color: #cd2832;
  box-shadow: 0 0 0 3px #cd2832;
}
.services-box-5 {
  text-align: center;
  border: 5px solid #f5f5f5;
  padding: 20px;
}
.services-box-5 em {
  width: 80px;
  height: 80px;
  color: #ffffff;
  border-style: solid;
  border-width: 3px;
  border-color: #cd2832;
  background-color: #cd2832;
  display: inline-block;
  line-height: 80px;
  font-size: 28px;
  text-align: center;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.services-box-5:hover em {
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px #303030;
  background-color: #303030;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: all 500ms ease;
}
.services-box-5 .content h3 {
  color: #303030;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.services-box-5 .content p {
  overflow: auto;
}
.feature-block {
  display: inline-block;
  text-align: center;
}
.feature-block .gp-feature-icon .gp-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0px auto 30px;
}
.feature-block .gp-feature-icon .gp-icon a,
.feature-block .gp-feature-icon .gp-icon i,
.feature-block .gp-feature-icon .gp-icon em {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 60px;
  line-height: 100px;
}
.feature-block .gp-feature-icon .gp-icon i,
.feature-block .gp-feature-icon .gp-icon em {
  border: none;
  border-radius: 50% 50% 5%;
  background-repeat: no-repeat;
  background-size: 200%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-block .gp-feature-icon h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.feature-block .gp-feature-icon p {
  margin: 14px 0px 14px;
}
.feature-block .gp-feature-icon:hover i,
.feature-block .gp-feature-icon:hover em {
  border: none;
  *color: #ffffff !important;
}
.tp-blue i,
.tp-blue em {
  *background: #0bbff2 !important;
  color: #0bbff2 !important;
}
.tp-red i,
.tp-red em {
  *background: #dd4b39 !important;
  color: #dd4b39 !important;
}
.tp-green-light i,
.tp-green-light em {
  color: #5bc98c !important;
}
.tp-orange i,
.tp-orange em {
  *background: #ff5a36 !important;
  color: #ff5a36 !important;
}
.tp-brown i,
.tp-brown em {
  *background: #5bc98c !important;
  color: #5bc98c !important;
}
.arrow-down-brand {
  position: relative;
  background: #cd2832;
}
.arrow-down-brand:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #cd2832;
  bottom: -26px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.arrow-up-brand {
  position: relative;
}
.arrow-up-brand:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #cd2832;
  bottom: 94%;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.arrow-down-white {
  background-color: #ffffff;
  position: relative;
}
.arrow-down-white:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
  bottom: -26px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.arrow-down-gray {
  background-color: #f8f8f8;
  position: relative;
}
.arrow-down-gray:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f8f8f8;
  bottom: -26px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.arrow-down-gray-dark {
  background-color: #303030;
  position: relative;
}
.arrow-down-gray-dark:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #303030;
  bottom: -26px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.tp-promo {
  background: #cd2832;
  color: #ffffff;
}
.tp-promo p {
  margin-bottom: 0px;
}
.tp-promo .button-full {
  display: block !important;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #cd2832;
  color: #ffffff;
  transition: all 500ms ease;
}
.tp-promo .button-full:hover {
  background: #b3232c;
  color: #ffffff;
}
.tp-promo h3 {
  margin-top: 4px;
  margin-bottom: 12px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 300;
}
.tp-promo-top {
  color: #ffffff;
}
.tp-promo-top h3 {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0px;
}
.flexslider {
  background-color: transparent !important;
}
.flexslider .slides li img {
  max-width: 100% !important;
  margin: 0 auto !important;
  width: auto;
  height: auto !important;
}
.social a {
  float: left;
  text-align: center;
  width: 32px;
  color: #ACACAC;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.social a:hover {
  color: #ffffff;
}
.social a:hover i,
.social a:hover em {
  color: #ffffff;
}
.social a i,
.social a em {
  display: block;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position: 32px;
  background-repeat: no-repeat;
}
.social a:hover .icon-twitter,
.social a:hover .icons-social-twitter,
.with_color a .icon-twitter,
.with_color a .icons-social-twitter {
  background-color: #00abdc;
}
.social a:hover .icon-facebook,
.social a:hover .icons-social-facebook,
.with_color a .icon-facebook,
.with_color a .icons-social-facebook {
  background-color: #325c94;
}
.social a:hover .icon-dribbble,
.social a:hover .icons-social-dribbble,
.with_color a .icon-dribbble,
.with_color a .icons-social-dribbble {
  background-color: #fa4086;
}
.social a:hover .icon-rss,
.social a:hover .icons-rss,
.with_color a .icon-rss,
.with_color a .icons-rss {
  background-color: #f1862f;
}
.social a:hover .icon-github,
.social a:hover .icons-social-github,
.with_color a .icon-github,
.with_color a .icons-social-github {
  background-color: #333;
}
.social a:hover .icon-instagram,
.with_color a .icon-instagram {
  background-color: #964b00;
}
.social a:hover .icon-linkedin,
.social a:hover .icons-social-linkedin,
.with_color a .icon-linkedin,
.with_color a .icons-social-linkedin {
  background-color: #0073b2;
}
.social a:hover .icon-pinterest,
.social a:hover .icons-social-pinterest,
.with_color a .icon-pinterest,
.with_color a .icons-social-pinterest {
  background-color: #d9031f;
}
.social a:hover .icon-google-plus,
.social a:hover .icons-social-google-plus,
.with_color a .icon-google-plus,
.with_color a .icons-social-google-plus {
  background-color: #d9031f;
}
.social a:hover .icon-foursquare,
.with_color a .icon-foursquare {
  background-color: #0cbadf;
}
.social a:hover .icon-skype,
.social a:hover .icons-social-skype,
.with_color a .icon-skype,
.with_color a .icons-social-skype {
  background-color: #00b9e5;
}
.social a:hover .icon-cloud,
.social a:hover .icons-social-soundcloud,
.with_color a .icon-cloud,
.with_color a .icons-social-soundcloud {
  background-color: #ff7700;
}
.social a:hover .icon-youtube,
.social a:hover .icons-social-youtube,
.with_color a .icon-youtube,
.with_color a .icons-social-youtube {
  background-color: #d9031f;
}
.social a:hover .icon-tumblr,
.social a:hover .icons-social-tumblr,
.with_color a .icon-tumblr,
.with_color a .icons-social-tumblr {
  background-color: #325c94;
}
.social a:hover .icon-stackexchange,
.with_color a .icon-stackexchange {
  background-color: #4e4e4e;
}
.social a:hover .icon-flickr,
.social a:hover .icons-social-flickr,
.with_color a .icon-flickr,
.with_color a .icons-social-flickr {
  background-color: #fa4086;
}
.tp-app-intro .carousel-control.left,
.tp-app-intro .carousel-control.right {
  background: rgba(0, 0, 0, 0.7);
  width: 22px;
  height: 32px;
  top: 40%;
}
.tp-app-intro .carousel-control.left {
  left: 0;
}
.tp-app-intro .carousel-control.left:after {
  content: '';
  position: absolute;
  right: -10px;
  border-top: 0px solid transparent;
}
.tp-app-intro .carousel-control.right {
  right: 0;
}
.tp-app-intro .carousel-control.right:after {
  content: '';
  position: absolute;
  left: -10px;
}
.tp-app-intro .carousel-box {
  max-width: 544px;
  height: 355px;
  padding: 21px 95px;
  margin: 0 auto;
  background: url("../../../templates/tp_runway/images/themeparrot/bg-slider.png") top center no-repeat;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
}
.tp-app-intro .carousel-box .carousel .item img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tp-app-intro .carousel-box {
    padding: 15px 55px;
  }
}
@media (max-width: 480px) {
  .tp-app-intro .carousel-box {
    padding: 0;
    height: auto;
    background: none;
  }
}
@media (max-width: 991px) {
  .tp-app-intro {
    text-align: center;
  }
  .tp-app-intro .action {
    margin: 0 0 20px;
  }
}
.tp-runway-products .owl-controls {
  float: none;
  position: inherit;
  text-align: right !important;
  margin-top: 0px !important;
  top: 0px;
}
.tp-runway-products .owl-controls .owl-buttons div {
  border-radius: 3px !important;
  background: #303030 !important;
  color: #ffffff;
  padding: inherit;
  margin: 3px !important;
  opacity: 1 !important;
}
.tp-runway-products .owl-controls .owl-buttons div:hover {
  background: #cd2832 !important;
}
.tp-runway-products .product {
  border: 1px solid #f1f2f7;
  margin: 5px;
}
.tp-runway-products .product .product-image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tp-runway-products .product .product-image img {
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-runway-products .product:hover .j2store_product_title a {
  color: #cd2832;
}
.tp-runway-products .j2store_product_content_block {
  text-align: center;
  padding-bottom: 10px;
}
.tp-runway-products .j2store_product_content_block .j2store_product_title {
  margin-top: 0px;
}
.tp-runway-products .j2store_product_content_block .j2store_product_title a {
  font-size: 18px;
  color: #303030;
}
.tp-runway-products .j2store_product_content_block .options {
  display: none;
}
.tp-runway-products .j2store_product_content_block .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
}
.tp-runway-products .j2store_product_content_block .product-price-container .base-price {
  display: inline;
}
.tp-runway-products .j2store_product_content_block .product-price-container .sale-price {
  display: inline;
  color: #cd2832;
  font-weight: bold;
}
.tp-top-currency .module-title {
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 13px 0;
  color: #eee;
  font-weight: 300;
  text-transform: capitalize;
}
.tp-top-currency a {
  padding: 8px;
  cursor: pointer;
}
.tp-top-currency #j2store_currency {
  background: #21252b;
  color: #ffffff;
}
.tp-top-currency #j2store_currency a {
  color: #cccccc;
}
.tp-top-currency #j2store_currency a.active {
  color: #ffffff;
}
.tp-top-currency #j2store_currency a:hover {
  color: #eeeeee;
}
.tp-work-no-margin .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding {
  padding: 0px;
}
.tp-work-no-margin .sprocket-mosaic .grid figure {
  margin: 0px;
}
.tp-work-no-margin .sprocket-mosaic .sprocket-mosaic-container {
  margin: 0px;
}
.tp-work-no-margin .sprocket-mosaic-loadmore {
  display: none;
}
.tp-breadcrumb {
  background: url("../../../templates/tp_runway/images/themeparrot/stars.png");
  background-position: 90%;
  background-attachment: scroll;
  
  
}
@media (max-width: 767px) {
  .tp-breadcrumb {
    padding: 20px;
  }
  .tp-breadcrumb .breadcrumb {
    margin-top: 17px;
    padding: 0px 17px;
    float: left;
  }
  .tp-breadcrumb .breadcrumb .active,
  .tp-breadcrumb .breadcrumb li a {
    font-size: 10px;
  }
  .tp-breadcrumb h1 {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .tp-breadcrumb {
    padding: 17px;
  }
  .tp-breadcrumb .breadcrumb {
    margin-top: 12px;
  }
  .tp-breadcrumb h1 {
    font-size: 18px;
    line-height: 3;
  }
}
@media (min-width: 992px) {
  .tp-breadcrumb {
    padding: 40px;
  }
  .tp-breadcrumb .breadcrumb {
    margin-top: 0px;
  }
  .tp-breadcrumb h1 {
    font-size: 20px;
    line-height: 1;
  }
}
.tp-breadcrumb .tp-breadcrumb-title {
  dispaly: inline;
}
.tp-breadcrumb h1 {
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: inline;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps {
  background: #cd2832;
  border-radius: 3px;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-header {
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-bar .active .numbers {
  background-color: #ffd769;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-bar .active .text {
  color: #ffffff;
  text-shadow: none;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-bar .step .numbers {
  text-shadow: none;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-bar .step .text {
  text-shadow: none;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level {
  border-radius: 10px;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level .level-title {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f1f2f7;
  text-shadow: none;
  background: #cd2832;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level .level-description {
  background-color: #f8f8f8;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level .level-description .level-description-inner img {
  border: none;
  box-shadow: none;
  display: block;
  float: right;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level .level-description .level-description-inner ul.arrow {
  padding-left: 40px;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form {
  background-color: #f8f8f8;
  margin: 0px 7px;
  border-radius: 10px;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form h3 {
  background: #cd2832;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  margin: 0 0 0.5em;
  padding: 0.4em 0;
  font-size: 20px;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form h3 legend {
  margin-bottom: 0px;
  border: none;
  color: #ffffff;
  font-size: 20px;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset {
  padding: 8px;
  text-align: center;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset .form-group {
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset .form-group .controls {
  margin-left: 0px;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset .form-group .controls .form-control {
  border: 1px solid #999999;
  box-shadow: none;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset .form-actions {
  background: #f8f8f8;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form {
  background-color: #f8f8f8;
  margin: 10px 7px;
  border-radius: 10px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form {
  padding: 8px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form h3 {
  background: #cd2832;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  margin: -15px -15px 21px -15px;
  padding: 0.4em 0;
  font-size: 20px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form h3 legend {
  margin-bottom: 0px;
  border: none;
  color: #ffffff;
  font-size: 20px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .tp-no-margin {
  margin: -7px -7px 15px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls {
  margin-left: 0px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls .chzn-container-single .chzn-single {
  background: none;
  border: 1px solid #999999;
  box-shadow: none;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls .input-group {
  display: flex;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls .form-control {
  border: 1px solid #999999;
  box-shadow: none;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls .add-on {
  border-color: #999999;
  padding: 5px 16px 11px 13px;
}
#akeebasubs-steps {
  background: #cd2832;
  border-radius: 3px;
}
#akeebasubs-steps #akeebasubs-steps-header {
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
}
#akeebasubs-steps #akeebasubs-steps-bar .active .numbers {
  background-color: #ffd769;
}
#akeebasubs-steps #akeebasubs-steps-bar .active .text {
  color: #ffffff;
  text-shadow: none;
}
#akeebasubs-steps #akeebasubs-steps-bar .step .numbers {
  text-shadow: none;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
#akeebasubs-steps #akeebasubs-steps-bar .step .text {
  text-shadow: none;
}
.akeebasubs-awesome {
  background: transparent !important;
  border-radius: 0px;
}
.akeebasubs-awesome .columns {
  border: none !important;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column:hover {
  box-shadow: none;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column:hover .akeebasubs-awesome-level {
  background: #cd2832;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column {
  border: 1px solid #f1f2f7;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column .akeebasubs-awesome-header {
  border-radius: 0px;
  background-image: none !important;
  background-color: #f8f8f8;
  padding: 0px;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column .akeebasubs-awesome-header .akeebasubs-awesome-level {
  padding: 15px;
  border-top: 0px;
  border-bottom: 0px;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column .akeebasubs-awesome-header .akeebasubs-awesome-level .akeebasubs-awesome-level-link {
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: none;
  font-size: 24px;
  text-transform: uppercase;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column .akeebasubs-awesome-header .akeebasubs-awesome-price {
  font-size: 30px;
  text-shadow: none;
  color: #cd2832;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column .akeebasubs-awesome-body .akeebasubs-awesome-description {
  padding: 0px;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column .akeebasubs-awesome-body .akeebasubs-awesome-description .tp-arrow {
  padding-left: 0px;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column .akeebasubs-awesome-body .akeebasubs-awesome-description .tp-arrow li {
  padding: 10px 30px 10px 30px;
  border-bottom: 1px solid #f1f2f7;
  text-align: center;
  list-style: none;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column .akeebasubs-awesome-body .akeebasubs-awesome-description .tp-arrow li:hover {
  background-color: #f8f8f8;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .tp-column .akeebasubs-awesome-footer {
  padding-top: 15px;
}
.akeebasubs-awesome .columns .akeebasubs-level-3 .akeebasubs-awesome-level {
  background: #cd2832;
}
.tp-portfolio-slider .sprocket-strips-container {
  margin: 0px;
}
.tp-portfolio-slider .sprocket-strips-container li {
  margin: 1%;
}
.tp-portfolio-slider .sprocket-strips-container li .tp-title-block {
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  box-shadow: 0 4px 0 0 #f2f2f2;
  color: #515151;
  padding: 17px 10px 15px;
  position: relative;
  text-decoration: none;
  transition: all 400ms ease 0s;
  width: 100%;
}
.tp-portfolio-slider .sprocket-strips-nav {
  padding: 0px;
}
.tp-portfolio-slider .tp-controls {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.tp-portfolio-slider .tp-controls .tp-prev {
  position: absolute;
  left: 0;
  pointer-events: auto;
}
.tp-portfolio-slider .tp-controls .tp-next {
  position: absolute;
  right: 0;
  pointer-events: auto;
}
.tp-portfolio-slider .tp-controls .tp-prev,
.tp-portfolio-slider .tp-controls .tp-next {
  background: #303030;
  border-radius: 10%;
  color: #ffffff;
  cursor: pointer;
  font-size: 30px;
  height: 70px;
  line-height: 1;
  position: absolute;
  top: 32%;
  transition: all 0.3s ease 0s;
  width: 43px;
  z-index: 100;
}
.tp-portfolio-slider .tp-controls .tp-prev:hover,
.tp-portfolio-slider .tp-controls .tp-next:hover {
  background: #cd2832;
  color: #ffffff;
}
.tp-portfolio-slider .tp-controls .tp-prev i,
.tp-portfolio-slider .tp-controls .tp-next i {
  padding-left: 16px;
  position: absolute;
  top: 27%;
}
.call-out-box {
  position: relative;
  padding: 2em 3.5em;
  margin: 2em auto;
  color: #ffffff;
  background: #cd2832;
  overflow: hidden;
  transition: all 500ms ease;
}
.call-out-box:hover {
  background: #303030;
  transition: all 500ms ease;
}
.call-out-box:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #ffffff #ffffff #000000 #000000;
  background: #cd2832;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  
  display: block;
  width: 0;
}
.call-out-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #ffffff #ffffff #b3232c #b3232c;
  background: #cd2832;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  
  display: block;
  width: 0;
}
.call-out-box h3 {
  color: #ffffff;
  margin-top: 10px;
}
.call-out-box .icon {
  color: rgba(0, 0, 0, 0.15);
  font-size: 79px;
  left: -11%;
  position: absolute;
  right: 0;
  top: -55px;
  transition: all 0.3s linear 0s;
  z-index: 0;
}