

/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
/* Global styles
================================================== */
/*-- Joomla item page --*/
.pull-left,
.media > .pull-left {
  margin-right: 15px;
}
.article-image-full {
  margin-right: 30px;
}
.item-page .divider-vertical {
  border-top: 0;
}
/*-- Typography start --*/
body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857;
  color: #323232;
}
a,
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
h2 {
  font-size: 28px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}
.page-content-title {
  margin-top: 0;
}
.t3-wrapper {
  overflow: hidden !important;
}
/*-- Buttons --*/
.btn,
.btn.btn-primary {
  padding: 12px 32px;
  background: #eb2c33;
  color: #fff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:hover,
.btn.btn-primary:hover {
  background: #000;
  border: 0;
  color: #fff;
}
.btn.cancel {
  background: #f2f2f2;
  color: #323232;
  margin-left: 5px;
}
.btn.cancel:hover {
  background: #000;
  color: #fff;
}
/*-- Deafult module title --*/
.title h3.module-title {
  font-size: 24px;
  font-weight: 300;
  padding: 20px 15px 40px;
  position: relative;
  left: 0;
  line-height: normal;
  text-align: center;
}
.title h3.module-title span {
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 10px 15px;
}
.title h3.module-title:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 1px;
  width: 100%;
  left: 0;
  z-index: 0;
  border-bottom: 1px solid #cecece;
}
.title-right h3.module-title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  position: relative;
}
.title-right h3.module-title span {
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 0 10px 0 0;
}
.title-right h3.module-title:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 0;
  margin-top: -10px;
  border-bottom: 1px solid #cecece;
  z-index: 0;
}
/*-- List style --*/
ul.circle {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.circle li {
  position: relative;
  margin-left: 30px;
  padding-bottom: 10px;
}
ul.circle li:before {
  content: "\f111";
  color: #eb2c33;
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 8px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  position: absolute;
  margin-left: -20px;
  top: 5px;
}
/*-- Breadcrumbs --*/
.breadcrumb {
  background: none;
}
.breadcrumb li {
  font-size: 16px;
}
.breadcrumb li .hasTooltip {
  display: none;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #ccc;
}
/*-- Owl carousel --*/
.owl-controls .owl-prev,
.owl-controls .owl-next {
  cursor: pointer;
  background: #f6f6f6;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #989898;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.owl-controls .owl-next {
  margin-left: 6px;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  background: #eb2c33;
  color: #fff;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  display: inline-block;
}
/* Header
================================================== */
#t3-header {
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
}
#t3-header .col-md-12 {
  min-height: 0;
}
#t3-header .t3-navbar {
  padding-right: 0;
}
/*-- Fixed header --*/
.header-fixed {
  position: fixed !important;
  border: 0;
}
.header-fixed .topbar {
  display: none;
}
/*-- Top bar --*/
.topbar ul.top-info {
  display: inline-block;
  float: right;
  overflow: hidden;
  color: #fff;
  padding: 25px 0;
  font-size: 12px;
  list-style: none;
  margin: 0;
}
.topbar ul.top-info li {
  float: left;
  margin-left: 10px;
  font-weight: 600;
}
.topbar ul.top-info i {
  color: #eb2c33;
  font-size: 16px;
  margin-right: 5px;
}
.topbar ul.top-info li.social-icon i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  margin-right: 0;
}
.topbar ul.top-info li.social-icon i:hover {
  color: #8c1b1e;
}
/*-- Logo start --*/
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  background: #eb2c33;
  padding: 5px 10px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
/*-- Off canvas --*/
.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 1030 !important;
  right: 0;
  top: 0;
}
html[dir="ltr"] .off-canvas-right.t3-off-canvas {
  left: auto;
  right: 0;
}
/*-- Nav search --*/
.nav-search .form-control {
  border: 0;
  background: #333;
  margin: 5px 0 0 0;
}
.nav-search .form-control:hover,
.nav-search .form-control:focus {
  border: 0;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
/* Slideshow
================================================== */
/*-- Revolution slider --*/
.rev_slider .tp-caption.slider_title {
  color: #fff;
  font-size: 76px;
  font-weight: 100;
  text-transform: uppercase;
}
.rev_slider .tp-caption.slider_subtitle {
  text-transform: uppercase;
}
.rev_slider .tp-caption.slider_btn a {
  padding: 12px 36px !important;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 28px;
  border: 0;
  background: #eb2c33;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.rev_slider .tp-caption.slider_btn a:hover {
  background: #000;
}
.rev_slider .tp-caption.slider_btn_default {
  background: #fff;
  padding: 11px 36px !important;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 28px;
  border: 0;
  font-weight: 400;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.rev_slider .tp-caption.slider_btn_default a {
  color: #323232 !important;
}
.rev_slider .tp-caption.slider_btn_default:hover {
  background: #000;
}
.rev_slider .tp-caption.slider_btn_default:hover a {
  color: #fff !important;
}
.tp-bullets {
  bottom: 30px !important;
}
/*-- Roksprocket Slider --*/
.sprocket-features.layout-slideshow .sprocket-features-content {
  top: 50%;
  left: 162px;
  margin-top: -15px;
}
.sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc {
  padding: 25px;
}
.sprocket-features.layout-slideshow .sprocket-features-content h1 {
  font-size: 68px;
  font-weight: 100;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.sprocket-features.layout-slideshow .sprocket-features-content h2 {
  font-size: 32px;
  line-height: normal;
  font-weight: 300;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.sprocket-features.layout-slideshow .sprocket-features-content .roksprocket-ellipsis {
  display: none;
}
.sprocket-features.layout-slideshow .sprocket-features-arrows .arrow {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 52px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.sprocket-features.layout-slideshow .sprocket-features-arrows .arrow:hover {
  background: #eb2c33;
}
/* Service Box
================================================== */
#services {
  position: relative;
  padding: 40px 0;
}
.service-content {
  text-align: center;
  position: relative;
  padding: 0 10px;
}
.service-content .service-icon {
  position: relative;
}
.service-content:after {
  content: "";
  background: #eb2c33;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -58px;
  left: 274px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  z-index: 3;
}
.service-content:before {
  content: '';
  background: #ccc;
  position: absolute;
  top: 50%;
  margin-top: -55px;
  width: 100%;
  left: 74px;
  height: 1px;
  z-index: 0;
}
.service-content.last:after,
.service-content.last:before {
  content: '';
  position: relative;
  box-shadow: none;
  border: 0;
}
.service-content i {
  display: inline-block;
  overflow: hidden;
  color: #fff;
  font-size: 48px;
  background: #eb2c33;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 30px 0 0;
  -webkit-box-shadow: 0 0 0 12px #f0f0f0;
  -moz-box-shadow: 0 0 0 12px #f0f0f0;
  box-shadow: 0 0 0 12px #f0f0f0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.service-content i:hover {
  background: #d0141b;
}
.service-content h3 {
  font-size: 16px;
}
/* Features
================================================== */
#features {
  padding: 40px 0;
}
.feature-image {
  position: relative;
}
.feature-image:after {
  content: '';
  width: 120px;
  right: 24px;
  top: 50%;
  margin-top: 24px;
  height: 1px;
  background: #cecece;
  position: absolute;
  z-index: -1;
}
.feature-wrapper {
  position: relative;
}
.feature-wrapper:before {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #cecece;
  position: absolute;
  left: -50px;
  z-index: 1;
}
.feature-wrapper:after {
  content: "";
  background: #eb2c33;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -53.5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  z-index: 3;
}
.feature-content-wrapper {
  position: relative;
  padding: 10px 0;
}
.feature-content-wrapper h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
}
.feature-content-wrapper:before {
  content: "";
  background: #eb2c33;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: -53.5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  z-index: 3;
}
.feature-content-wrapper:after {
  content: "";
  background: #eb2c33;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: -53.5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  z-index: 3;
}
.feature-box .feature-icon {
  text-align: center !important;
  padding: 20px 0 0;
  font-size: 18px;
}
.feature-box .feature-icon i {
  color: #eb2c33;
  font-size: 36px;
}
.feature-box .feature-icon i.fa-mobile-phone {
  font-size: 48px;
}
.feature-box h3 {
  font-size: 16px;
  font-weight: 700;
}
.feature-box .feature-box-content {
  margin-left: 60px;
}
/*-- Featured tab --*/
.featured-tab {
  background: #f2f2f2;
  border: 1px solid #d7d7d7;
  padding: 40px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.featured-tab .sprocket-tabs-nav {
  background: none !important;
  border: 0 !important;
  margin-right: 70px !important;
}
.featured-tab .sprocket-tabs-nav > li > .sprocket-tabs-inner {
  border: 0 !important;
  min-width: 300px !important;
  color: #858585;
  padding: 20px 15px 13px;
  position: relative;
}
.featured-tab .sprocket-tabs-nav > li > .sprocket-tabs-inner i {
  font-size: 34px;
  margin-top: 5px;
}
.featured-tab .sprocket-tabs-nav > li > .sprocket-tabs-inner .featured-tab-content h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.featured-tab .sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  background: #eb2c33;
  color: #fff;
}
.featured-tab .sprocket-tabs-nav > li.active > .sprocket-tabs-inner:after {
  left: 100%;
  border: transparent solid;
  content: " ";
  position: absolute;
  border-width: 41px;
  top: 50%;
  border-left-color: #e8161e;
  margin-top: -42px;
}
.featured-tab .sprocket-tabs-panels img.pull-left {
  margin-right: 25px;
}
.featured-tab .sprocket-tabs-panels h3 {
  margin: 0;
  line-height: normal;
  color: #eb2c33;
}
.featured-tab .sprocket-tabs-panels h4 {
  line-height: normal;
  margin: 0 0 20px;
  font-weight: 300;
}
/* Portfolio
================================================== */
.rportfolio .sprocket-strips-item {
  height: 351px;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.rportfolio .sprocket-strips-item .sprocket-strips-content {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  left: 50%;
  text-align: center;
  margin-left: -130px;
  -webkit-transition: opacity 800ms;
  -moz-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  transition: opacity 800ms;
}
.rportfolio .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title {
  font-size: 22px;
  text-align: center;
}
.rportfolio .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title a {
  color: #fff;
  text-decoration: none;
}
.rportfolio .sprocket-strips-item .sprocket-strips-content .sprocket-strips-text {
  text-align: center;
}
.rportfolio .sprocket-strips-item .sprocket-strips-content a.readon {
  display: block;
  text-align: center;
}
.rportfolio .sprocket-strips-item .sprocket-strips-content a.readon span {
  display: none;
}
.rportfolio .sprocket-strips-item .sprocket-strips-content a.readon i {
  border: 4px solid #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: 46px;
  line-height: 40px;
  position: relative;
  text-align: center;
  top: -40px;
  width: 46px;
  z-index: 8;
}
.rportfolio .sprocket-strips-item:hover .sprocket-strips-content {
  display: block;
  opacity: 1;
}
.rportfolio .sprocket-strips-item:hover:before {
  top: 0%;
}
.rportfolio .sprocket-strips-item:before {
  position: absolute;
  content: "";
  top: -100%;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  background-color: rgba(235, 45, 51, 0.85) !important;
}
.rportfolio .sprocket-strips-nav {
  display: block;
  text-align: center;
  padding: 40px 0 0;
}
.rportfolio .sprocket-strips-nav .sprocket-strips-arrows {
  display: inline-block;
}
.rportfolio .sprocket-strips-nav .sprocket-strips-arrows .arrow {
  cursor: pointer;
  background: #f6f6f6;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #989898;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.rportfolio .sprocket-strips-nav .sprocket-strips-arrows .arrow:hover {
  background: #eb2c33;
  color: #fff;
}
.portfolio-desc h3 {
  font-size: 18px;
  margin-top: 30px;
  line-height: normal;
  text-transform: uppercase;
}
/* Latest Post
================================================== */
.latest-post ul li {
  width: 50%;
  float: left;
}
.latest-post ul li.even {
  padding-right: 10px;
}
.latest-post ul li.odd {
  padding-left: 10px;
}
.latest-post ul li .moduleItemImage {
  position: relative;
  margin-bottom: 20px;
}
.latest-post ul li .moduleItemDate {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  background: #eb2c33;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
  line-height: normal;
  margin: 10px 20px;
  z-index: 1;
}
.latest-post ul li .moduleItemDate .date-month {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.latest-post ul li .moduleItemDate:before {
  content: '';
  width: 61px;
  left: -20px;
  top: 50%;
  margin-top: -3px;
  height: 10px;
  background: #eb2c33;
  position: absolute;
  z-index: -1;
}
.latest-post ul li .moduleItemContent {
  position: relative;
  padding: 0 0 0 35px;
}
.latest-post ul li .moduleItemContent:before {
  content: '';
  width: 1px;
  top: 0;
  left: 15px;
  bottom: 12px;
  height: auto;
  background: #e2e2e2;
  position: absolute;
  z-index: 1;
}
.latest-post ul li .moduleItemContent:after {
  content: "";
  background: #eb2c33;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 8px;
  left: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  z-index: 3;
}
.latest-post ul li a.moduleItemTitle {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  color: #323232;
}
.latest-post ul li .moduleItemIntrotext {
  padding-bottom: 35px !important;
}
.latest-post ul li a.moduleItemReadmore {
  color: #323232;
}
.latest-post ul li a.moduleItemReadmore:hover {
  color: #eb2c33;
}
.latest-post ul li .moduleItemAuthor,
.latest-post ul li .moduleItemAuthor a,
.latest-post ul li a.moduleItemComments {
  color: #959595;
  font-size: 13px;
}
.latest-post ul li .moduleItemAuthor a:hover,
.latest-post ul li a.moduleItemComments:hover {
  color: #eb2c33;
}
/* Services & Faq 
================================================== */
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title {
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
  padding: 20px !important;
  margin: 0 0 3px !important;
  line-height: normal !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.sprocket-lists ul.sprocket-lists-container li .indicator {
  background: #afafaf;
  color: #fff;
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 30px;
  margin-top: -14px;
  right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07000000000000001);
}
.sprocket-lists ul.sprocket-lists-container li.active h4.sprocket-lists-title {
  color: #eb2c33;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator {
  opacity: 1;
  background: #eb2c33;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator span i {
  display: none;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator span:before {
  content: "\f068";
  font-family: FontAwesome;
  color: #fff;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item {
  border: 1px solid #cfcfcf !important;
  margin: -4px 0 4px 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item .sprocket-padding {
  padding: 10px 10px 15px;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item .roksprocket-ellipsis {
  display: none;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item a.readon {
  display: table;
  margin-top: 10px;
}
/* Testimonial
================================================== */
.testimonial .layout-showcase {
  text-align: center;
}
.testimonial .layout-showcase .sprocket-features-img-container img {
  float: none;
  width: 152px;
  height: 152px;
  line-height: 152px;
  margin-right: 0;
  border: 5px solid rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testimonial .layout-showcase .sprocket-features-content h3.clients-name {
  font-size: 26px;
  color: #eb2c33;
  font-weight: 400;
}
.testimonial .layout-showcase .sprocket-features-content p.client-desg {
  font-size: 16px;
  color: #636363;
}
.testimonial .layout-showcase .sprocket-features-content .testimonial-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 800px;
  padding-top: 20px;
  display: inline-block;
  position: relative;
  color: #636363;
}
.testimonial .layout-showcase .sprocket-features-content .testimonial-text:before {
  content: '\f10d';
  font-family: FontAwesome;
  padding-right: 10px;
  color: #eb2c33;
}
.testimonial .layout-showcase .sprocket-features-content .testimonial-text:after {
  content: '\f10e';
  font-family: FontAwesome;
  padding-left: 10px;
  color: #eb2c33;
}
.testimonial .layout-showcase .sprocket-features-arrows {
  margin-top: 25px;
}
.testimonial .layout-showcase .sprocket-features-arrows .arrow {
  cursor: pointer;
  background: #f6f6f6;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #989898;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  font-size: 2em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testimonial .layout-showcase .sprocket-features-arrows .arrow:hover {
  background: #eb2c33;
  color: #fff;
}
/* Action
================================================== */
.home #action {
  padding: 0;
}
#action {
  padding: 40px 0;
}
#action .custom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
  color: #fff;
  padding: 30px 0 60px;
}
#action .custom a.action {
  padding: 8px 32px;
  font-size: 18px;
  border-radius: 2px;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 28px;
  border: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#action .custom a.action.btn.btn-default {
  background: #ECECEC;
  color: #323232;
  margin-left: 5px;
}
#action .custom a.action.btn.btn-default:hover {
  background: #000;
  color: #fff;
}
#action .custom h2 {
  font-size: 36px;
}
/* Clients
================================================== */
.clients ul.sprocket-strips-container {
  background: #f2f2f2;
  border: 1px solid #d7d7d7;
  padding: 50px 0 50px 20px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.clients .sprocket-strips-item {
  width: 165px;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.clients .sprocket-strips-nav {
  display: block;
  text-align: center;
  padding: 40px 0 0;
}
.clients .sprocket-strips-nav .sprocket-strips-arrows {
  display: inline-block;
}
.clients .sprocket-strips-nav .sprocket-strips-arrows .arrow {
  cursor: pointer;
  background: #f6f6f6;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #989898;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.clients .sprocket-strips-nav .sprocket-strips-arrows .arrow:hover {
  background: #eb2c33;
  color: #fff;
}
/* Footer
================================================== */
.t3-footer {
  background: #f2f2f2;
  border-top: 1px solid #d7d7d7;
  /*-- Footer Title --*/
  /*-- About --*/
  /*-- Recent Post --*/
  /*-- Photo gallery --*/
  /*-- Twitter Feed --*/
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer .footer-title h3.module-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 20px;
  position: relative;
}
.t3-footer .footer-title h3.module-title:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 0;
  margin-top: -10px;
  border-bottom: 1px solid #cecece;
  z-index: 0;
}
.t3-footer .footer-title h3.module-title span {
  background: #f2f2f2;
  z-index: 2;
  position: relative;
  padding: 0 10px 0 0;
}
.t3-footer .footer-about-us p.desc {
  padding: 40px 0 30px;
}
.t3-footer .footer-about-us .footer-social a {
  color: #949494;
  margin-right: 25px;
  font-size: 18px;
}
.t3-footer .footer-about-us .footer-social a:hover {
  color: #eb2c33;
}
.t3-footer .footer-title ul li {
  border-bottom: 1px dashed #cecece;
  position: relative;
  padding-bottom: 5px;
  padding-left: 25px;
  margin-bottom: 5px;
}
.t3-footer .footer-title ul li:before {
  content: "\f111";
  color: #eb2c33;
  position: absolute;
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 9px;
  top: 9px;
  left: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.t3-footer .footer-title ul li a {
  color: #323232;
}
.t3-footer img.sp_simple_gallery {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 10px 10px 0;
}
.t3-footer .sp-tweet {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t3-footer .sp-tweet .sp-tweet-item {
  padding: 0;
  margin-top: -25px;
  border-bottom: 0;
}
.t3-footer .sp-tweet .sp-tweet-item .source {
  display: none;
}
.t3-footer .sp-tweet .sp-tweet-item .date {
  position: absolute;
  left: 53px;
  bottom: -35px;
  font-size: 13px;
}
.t3-footer .sp-tweet .sp-tweet-item .date a {
  color: #323232;
}
.t3-footer .sp-tweet .sp-tweet-item img.tweet-avatar {
  display: none !important;
}
.t3-footer .sp-tweet .sp-tweet-item:before {
  font-family: FontAwesome;
  content: "\f099";
  position: absolute;
  bottom: -45px;
  left: 0;
  font-size: 16px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #eb2c33;
  color: #fff;
  border-radius: 100%;
  margin-right: 5px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
}
.t3-footer a.followme {
  display: none !important;
}
/* Copyright
================================================== */
.t3-copyright {
  background: #eb2c33;
  color: #fff;
  padding: 35px 0;
}
.t3-copyright .copyright {
  text-align: right;
  margin-top: 15px;
}
.t3-copyright .copyright small {
  font-size: 16px;
}
.t3-copyright a {
  color: #a20f15;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-menu ul li a {
  color: #a20f15;
  font-size: 16px;
  font-weight: 500;
}
.footer-menu ul li a:hover {
  background: none;
  color: #fff;
}
.t3-footnav {
  padding: 40px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
/*-- Backto top --*/
#back-to-top {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: auto;
  z-index: 1;
  bottom: 0;
  cursor: pointer;
  background: url(../../../templates/ts_dart/images/to-top.png) no-repeat;
  width: 120px;
  height: 139px;
}
#back-to-top span {
  text-indent: -99999em;
}
/* Mainbody
================================================== */
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 10px;
  padding-bottom: 20px;
}
.t3-sidebar.t3-sidebar-right {
  padding-left: 40px;
}
/* Subpages
================================================== */
/*-- Inner banner --*/
.inner-banner,
.inner-banner-allpages {
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 318px;
}
/*-- Inner page title --*/
#page-title .page-title-content {
  margin-top: -80px;
  background: #fff;
  padding: 20px 30px 20px;
}
#page-title .page-title-content h2 {
  font-size: 36px;
  font-weight: 400;
  color: #323232;
}
/*-- Skills --*/
.skills small {
  text-align: center;
  font-size: 18px;
  display: block;
  padding-top: 10px;
  color: #5c5c5c;
}
.percentage.easyPieChart > span,
.percentage.easyPieChart {
  color: #7e8c8d;
  font-size: 48px;
}
.percentage.easyPieChart {
  font-size: 27px;
}
.easyPieChart {
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
/*-- Team --*/
.team-carousel {
  padding-top: 20px;
  text-align: center;
}
.team-carousel .team-img-wrapper {
  position: relative;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.09);
}
.team-carousel .team-img-wrapper img {
  width: 120px;
  height: 120px;
}
.team-carousel .team-img-wrapper .social-icons {
  top: 50%;
  position: relative;
}
.team-carousel .team-img-wrapper .social-icons i {
  font-size: 20px;
  color: #fff;
  margin-left: 8px;
}
.team-carousel .team-img-wrapper .team-img-wrapper-hover {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(235, 44, 51, 0.75);
  opacity: 0;
  border-radius: 100%;
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.team-carousel .team-img-wrapper .team-img-wrapper-hover:hover {
  opacity: 1;
}
.team-carousel .team-content {
  padding: 15px 25px 40px;
}
.team-carousel .team-content h3.ts-name {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 0;
  color: #eb2c33;
}
.team-carousel .team-content .ts-designation {
  font-size: 16px;
  color: #636363;
}
.team-carousel .team-content .ts-description {
  color: #636363;
}
/*-- Team Page --*/
.teampage .team-carousel .team-img-wrapper {
  position: relative;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.teampage .team-carousel .team-img-wrapper img {
  width: 260px;
  height: 260px;
}
.teampage .team-carousel .team-img-wrapper img.img-circle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.teampage .team-carousel .team-img-wrapper .social-icons {
  top: 50%;
  margin-top: -30px;
  position: relative;
}
.teampage .team-carousel .team-img-wrapper .social-icons a {
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  margin: 0 6px;
  width: 48px;
  height: 48px;
  line-height: 44px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.teampage .team-carousel .team-img-wrapper .social-icons i {
  margin: 0;
}
.teampage .team-carousel .team-img-wrapper .team-img-wrapper-hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/*-- Service page --*/
.service-box i {
  float: left;
  font-size: 36px;
  color: #eb2c33;
}
.service-box .service-box-content {
  margin-left: 70px;
}
.service-box .service-box-content h3 {
  font-size: 18px;
  margin-top: 0;
}
/*-- Pricing table --*/
.plan {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px solid #E8E8E8;
  background: #e1e1e1;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.plan:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  cursor: pointer;
  position: relative;
}
.plan.featured .plan-name {
  background: #eb2c33;
  border-bottom: 2px solid #C30808;
  color: #fff;
}
.plan-name {
  background: #D4D4D4;
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  padding: 20px 39px;
  text-transform: uppercase;
  border-bottom: 2px solid #C2C2C2;
}
.plan-price {
  color: #fff;
}
.plan-price h2 {
  font-size: 48px;
  position: relative;
  width: 160px;
  height: 160px;
  margin: 30px 0;
  display: inline-block;
  background: #eb2c33;
  color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 12px #f0f0f0;
  -moz-box-shadow: 0 0 0 12px #f0f0f0;
  box-shadow: 0 0 0 12px #f0f0f0;
}
.plan-price h2 .currency {
  top: -0.9em;
  font-size: 50%;
  left: -0.2em;
}
.plan-price h2 strong {
  display: inline-block;
  margin-top: 45px;
}
.plan-price h2 small {
  display: block;
  font-size: 18px;
  line-height: normal;
  font-style: italic;
  margin-top: 15px;
  color: #fff;
}
.plan li > ul {
  background: #f5f5f5;
  padding: 0;
  margin-bottom: 0;
}
.plan li > ul li {
  border-top: 1px solid #E8E8E8;
  padding: 12px 29px;
}
.plan li > ul li:first-child {
  border-top: 0 !important;
}
.plan a.btn {
  display: block;
  margin: 17px auto;
  max-width: 160px;
  padding: 12px 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.plan a.btn :hover {
  background: #d0141b;
}
/*-- Portfolio 4 Column --*/
.sprocket-mosaic .sprocket-mosaic-header {
  text-align: center;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  margin-bottom: 40px;
  display: inline-block;
  float: none !important;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
  background: none;
  border: 0;
  color: #959595;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li.active {
  color: #eb2c33;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li:before {
  content: "/";
  padding-right: 15px;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li:first-child:before {
  content: " ";
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  margin: 0;
  border: 0;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding {
  padding: 0;
}
.sprocket-mosaic .sprocket-mosaic-image-container {
  overflow: visible;
  text-align: center;
}
.sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-content {
  position: absolute;
  bottom: 40px;
  padding: 15px 20px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-content a.sprocket-readmore {
  border: 4px solid #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: 46px;
  line-height: 40px;
  position: relative;
  text-align: center;
  top: -40px;
  width: 46px;
  z-index: 8;
}
.sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-content a.sprocket-readmore span {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-content h2.sprocket-mosaic-title {
  font-size: 22px;
}
.sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-content h2.sprocket-mosaic-title a {
  color: #fff;
}
.sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-content .sprocket-mosaic-text {
  color: #fff;
}
.sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-hover {
  opacity: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  background-color: rgba(235, 45, 51, 0.85) !important;
}
.sprocket-mosaic .sprocket-mosaic-image-container:hover .sprocket-mosaic-hover {
  opacity: 1;
}
.sprocket-mosaic .sprocket-mosaic-image-container:hover .sprocket-mosaic-content {
  opacity: 1;
}
.sprocket-mosaic .sprocket-mosaic-tags,
.sprocket-mosaic .sprocket-mosaic-hovercontent {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-loadmore {
  padding: 0 !important;
  width: 54px !important;
  height: 54px;
  border: 1px solid #DADADA !important;
  color: #989898;
  background: none !important;
  text-align: center;
  margin-top: 40px !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}
.sprocket-mosaic .sprocket-mosaic-loadmore:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 32px;
  line-height: 58px;
}
.sprocket-mosaic .sprocket-mosaic-loadmore.loader:before {
  content: " ";
  font-family: FontAwesome;
  font-size: 50px;
  line-height: 54px;
  margin-top: 10px;
  display: block;
}
.sprocket-mosaic .sprocket-mosaic-loadmore.loader span {
  background-position: center 0 !important;
}
.sprocket-mosaic .sprocket-mosaic-loadmore span.loadmore-text,
.sprocket-mosaic .sprocket-mosaic-loadmore span.loadmore-info {
  text-indent: -99999em;
}
/*-- Contact page --*/
.contact #contact-form legend {
  font-size: 14px;
  color: #cecece;
  font-style: italic;
  border-bottom: 0;
}
.contact #contact-form .form-actions {
  padding: 0;
  margin: 0;
  background: none;
}
.contact-info {
  padding-top: 10px;
}
.contact-info i {
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #eb2c33;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  padding-left: 3px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
}
.rapid_contact.button {
  float: right;
  margin-top: 10px;
  padding: 10px 10px;
}
.rapid_contact.textarea {
  min-height: 60px;
}
.rapid_contact.inputbox {
  width: 100%;
}
/* Blog 
================================================== */
/*-- Category Listing --*/
h3.catItemTitle a {
  color: #323232;
}
div.userItemHeader i,
div.tagItemHeader i,
div.itemHeader i,
div.catItemHeader i {
  color: #eb2c33;
  margin-right: 5px;
}
a.k2ReadMore {
  color: #323232;
}
a.k2ReadMore:hover {
  color: #eb2c33;
}
div.k2TagCloudBlock a:hover {
  background: #eb2c33;
  color: #fff;
}
/*--Blog item page--*/
.itemCommentsCounter span {
  color: #eb2c33;
}
#submitCommentButton {
  background: #eb2c33;
  color: #fff;
}
#submitCommentButton:hover {
  background: #000;
  color: #fff;
}
/*--Blog Categories--*/
div.k2CategoriesListBlock ul li:before {
  color: #eb2c33;
}
/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #page-title .page-title-content {
    margin-top: -130px;
  }
  .service-content:after {
    left: 225px;
  }
  .t3-copyright .copyright small {
    font-size: 14px;
  }
  .t3-copyright .copyright small a {
    display: block;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* Header */
  #t3-header {
    right: auto;
    z-index: 1000;
  }
  .topbar ul.top-info {
    padding: 25px 60px;
  }
  /* Service */
  .service-content:before,
  .service-content:after,
  .feature-content-wrapper:before,
  .feature-content-wrapper:after,
  .feature-wrapper:before,
  .feature-wrapper:after,
  .feature-image:after {
    position: relative;
  }
  .service-content {
    padding: 0;
  }
  .feature-content-wrapper {
    padding: 0;
  }
  .feature-content-wrapper h2 {
    font-size: 24px !important;
    margin: 0;
  }
  .feature-box h3 {
    line-height: normal;
    margin: 10px 0;
  }
  .feature-box .feature-icon {
    padding: 5px 0;
  }
  .clients .sprocket-strips-container > li {
    height: 40px;
    overflow: hidden;
  }
  .clients .sprocket-strips-container > li .sprocket-strips-item {
    width: auto;
    background-size: contain;
  }
  /* Footer */
  .t3-footer .footer-about-us .footer-social a {
    margin-right: 15px;
  }
  .t3-footer img.sp_simple_gallery {
    margin-right: 0 !important;
  }
  .t3-footer div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 14px;
  }
  .footer-menu .nav > li > a {
    padding: 10px 0;
  }
  .t3-copyright .copyright {
    text-align: left;
    display: inline-block;
    margin-top: 0;
  }
  #back-to-top {
    right: 0;
    left: auto;
    bottom: 25px;
  }
  /* Page title */
  .inner-banner,
  .inner-banner-allpages {
    height: 190px;
  }
  #page-title .page-title-content {
    margin-top: 0;
    padding: 0 15px;
  }
  .page-content-title {
    margin-top: 20px;
  }
  /* About us page */
  .skills small {
    margin-bottom: 40px;
  }
  .teampage .team-carousel .team-img-wrapper img {
    width: 215px;
    height: 215px;
  }
  /* Pricing */
  .plan {
    margin-bottom: 30px;
  }
  div.rapid_contact tr,
  div.rapid_contact td {
    padding: 3px 0 !important;
  }
  div.rapid_contact .inputbox,
  div.rapid_contact .textarea {
    width: 100% !important;
  }
  .sprocket-mosaic .sprocket-mosaic-header {
    text-align: left;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content h1 {
    font-size: 36px;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content h2 {
    font-size: 24px;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content p {
    display: none;
  }
}
/* Small Devices Potrait */
@media (max-width: 767px) {
  /* Header */
  #t3-header {
    right: auto;
  }
  .topbar {
    display: none;
  }
  .logo-image a {
    width: 120px !important;
    background-size: contain !important;
  }
  .logo-image a img {
    width: 100%;
  }
  .rev_slider .tp-caption.slider_btn a,
  .rev_slider .tp-caption.slider_btn_default {
    padding: 8px 20px !important;
  }
  /* Service */
  .service-content:before,
  .service-content:after,
  .feature-content-wrapper:before,
  .feature-content-wrapper:after,
  .feature-wrapper:before,
  .feature-wrapper:after,
  .feature-image:after {
    position: relative;
  }
  .service-content {
    padding: 0;
  }
  .feature-content-wrapper {
    padding-top: 20px;
  }
  .feature-content-wrapper h2 {
    font-size: 24px !important;
    margin: 0;
  }
  .feature-box h3 {
    line-height: normal;
    margin: 10px 0;
  }
  .feature-box .feature-icon {
    padding: 5px 0;
  }
  ul.sprocket-strips-container.cols-4 li,
  ul.sprocket-strips-container.cols-5 li {
    width: 48%;
    float: left;
  }
  .rportfolio .sprocket-strips-item .sprocket-strips-content {
    bottom: 50px;
    left: 50%;
    text-align: center;
    margin-left: -115px;
  }
  .rportfolio .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title,
  .rportfolio .sprocket-strips-item .sprocket-strips-content span.sprocket-strips-text {
    text-align: center;
  }
  #content .col-xs-6 {
    width: 100%;
  }
  /* Footer */
  .t3-footer .footer-about-us .footer-social a {
    margin-right: 15px;
  }
  .t3-footer img.sp_simple_gallery {
    margin-right: 0 !important;
  }
  .t3-footer div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 14px;
  }
  .footer-menu .nav > li > a {
    padding: 10px 0;
  }
  .t3-copyright {
    padding: 23px 0;
  }
  .t3-copyright .copyright {
    text-align: left;
    display: inline-block;
    margin-top: 0;
  }
  .t3-copyright .copyright small {
    font-size: 14px;
  }
  .t3-copyright .copyright small a {
    display: block;
  }
  #back-to-top {
    right: 0;
    left: auto;
    bottom: 25px;
  }
  /* Page title */
  .inner-banner,
  .inner-banner-allpages {
    height: 135px;
  }
  #page-title .page-title-content {
    margin-top: 0;
    padding: 0 15px;
  }
  .page-content-title {
    margin-top: 20px;
  }
  /* About us page */
  .skills small {
    margin-bottom: 40px;
  }
  .teampage .team-carousel .team-img-wrapper img {
    width: 215px;
    height: 215px;
  }
  /* Pricing */
  .plan {
    margin-bottom: 30px;
  }
  div.rapid_contact tr,
  div.rapid_contact td {
    padding: 3px 0 !important;
  }
  div.rapid_contact .inputbox,
  div.rapid_contact .textarea {
    width: 100% !important;
  }
  .sprocket-mosaic .sprocket-mosaic-header {
    text-align: left;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content h1 {
    font-size: 24px;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content h2 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content p {
    display: none;
  }
}
/* Extra Small Devices, Phones */
@media (max-width: 479px) {
  .logo {
    margin-left: -15px;
  }
  .rev_slider .tp-caption.slider_btn a,
  .rev_slider .tp-caption.slider_btn_default {
    padding: 6px 10px !important;
  }
  .rev_slider .tp-caption.slider_btn_default {
    margin-top: -3px !important;
    padding-bottom: 4px !important;
  }
  ul.sprocket-strips-container.cols-4 li,
  ul.sprocket-strips-container.cols-5 li {
    width: 100%;
    float: left;
  }
  .rportfolio .sprocket-strips-item .sprocket-strips-content {
    bottom: 50px;
    left: 50%;
    text-align: center;
    margin-left: -150px;
  }
  .rportfolio .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title,
  .rportfolio .sprocket-strips-item .sprocket-strips-content span.sprocket-strips-text {
    text-align: center;
  }
  .clients .sprocket-strips-item {
    width: 170px;
  }
  .title h3.module-title {
    font-size: 20px;
  }
  #back-to-top {
    width: 60px;
    height: 60px;
    bottom: 115px;
    background-size: contain;
  }
  .t3-footer .col-xs-6 {
    width: 100%;
  }
  .inner-banner,
  .inner-banner-allpages {
    height: 80px;
  }
  #page-title .page-title-content h2 {
    font-size: 24px;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content {
    left: 60px;
    width: 65%;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content h1 {
    font-size: 18px;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content h2 {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .sprocket-features.layout-slideshow .sprocket-features-content p {
    display: none;
  }
  .featured-tab {
    padding: 25px 15px;
  }
  .featured-tab .sprocket-tabs-nav > li > .sprocket-tabs-inner {
    min-width: 220px !important;
    padding: 10px 15px 5px;
  }
  .featured-tab .sprocket-tabs-nav > li.active > .sprocket-tabs-inner:after {
    border-width: 30px;
    margin-top: -30px;
  }
  .featured-tab .sprocket-tabs-panels img {
    margin-top: 20px;
  }
  .featured-tab .sprocket-tabs-nav > li > .sprocket-tabs-inner .featured-tab-content h3 {
    font-size: 15px;
  }
  .featured-tab .sprocket-tabs-nav > li > .sprocket-tabs-inner .featured-tab-content p {
    font-size: 11px;
  }
}
/* Custom, iPhone Retina */


