.t3-wrapper {
  overflow: hidden !important;
  background: #cccccc url(../../../templates/ts_mbiz/images/bg.gif) !important;
}
.box .container {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.box .box-container {
  padding-left: 30px;
  padding-right: 30px;
}
.gap {
  height: 30px;
  clear: both;
}

.page-header {
  border-bottom: 0 !important;
}
.article-aside .btn {
  background: none !important;
  border: 1px solid #E7E7E7 !important;
  color: #2b2b2b;
}
.article-aside .btn:hover {
  background: none;
  color: #2b2b2b !important;
}
.pull-left,
.media > .pull-left {
  margin-right: 15px;
}
.item-image {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.article-image-full {
  margin-bottom: 20px;
}
.item-page .divider-vertical {
  border-top: 0;
}

body {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.66666667;
  cursor: default;
}
a {
  color: #91c448;
}
a:hover {
  color: #a8d06f;
}
a,
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #292929;
  font-weight: 600;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
h2 {
  font-size: 28px;
  line-height: 38px;
}
h3 {
  font-size: 22px;
  line-height: 28px;
}
h4 {
  font-size: 16px;
  line-height: 26px;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}
h3.page-content-title {
  margin-top: 0;
  font-size: 20px;
}

.btn,
.btn.btn-primary {
  padding: 5px 10px 4px;
  border: 0;
  font-size: 13px;
  -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.btn-primary {
  background: #91c448;
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.btn.btn-primary:hover {
  background: #000;
  color: #fff;
}
.btn.btn-default {
  background: #E2E2E2;
  color: #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.btn.btn-default:hover {
  background: #000;
  color: #fff;
}
.btn.cancel {
  background-color: #d9534f;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-left: 5px;
  padding: 5px 10px 4px;
}
.btn.cancel:hover {
  background: #000;
  color: #fff;
}
.btn.btn-success {
  background: #5cb85c;
}
.btn.btn-success:hover {
  color: #fff;
  background: #000;
}

.title h3.module-title {
  color: #292929;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.title h3.module-title span {
  z-index: 2;
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #91c448;
}
h3.page-module-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
h3.page-module-title:after {
  content: " ";
  position: absolute;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #91c448;
  height: 1px;
  width: 25%;
  bottom: 0;
  left: 0;
}

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: #91c448;
  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;
}

.breadcrumb {
  background: none;
  float: right;
  padding: 3px 0 5px;
}
.breadcrumb li {
  font-size: 13px;
  color: #91c448;
}
.breadcrumb li a.pathway {
  color: #717171;
}
.breadcrumb li a.pathway:hover {
  color: #91c448;
}
.breadcrumb li .hasTooltip {
  display: none;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #717171;
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-bar {
  padding: 4px 0 6px;
  background: #91c448;
}
.top-menu ul {
  list-style: none;
  padding: 0;
}
.top-menu ul li {
  display: inline-block;
  margin: 0;
}
.top-menu ul li.active a,
.top-menu ul li a {
  font-size: 12px;
  background: none !important;
  color: #fff;
  padding: 0 10px 0 0;
}
.top-menu ul li.active a:hover,
.top-menu ul li a:hover {
  color: #5b7e28 !important;
}
#btl .btl-panel > span {
  padding: 0 0 0 10px !important;
  font-size: 12px;
  margin: 0 !important;
  height: 18px !important;
  line-height: 18px !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#btl .btl-panel #btl-panel-login,
#btl .btl-panel #btl-panel-registration {
  box-shadow: none;
}
#btl .btl-panel #btl-panel-login:hover,
#btl .btl-panel #btl-panel-registration:hover {
  color: #5b7e28 !important;
}
.btl-content-block {
  padding: 30px;
  border-radius: 0 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.btl-content-block h3 {
  background: transparent !important;
  padding: 0px !important;
  text-transform: capitalize;
  font-weight: 700 !important;
}
.btl-content-block #btl-wrap-module {
  padding: 0;
}
.btl-content-block #register-link,
.btl-content-block .btl-field,
.btl-content-block .btl-error-detail,
.btl-content-block .btl-error,
.btl-content-block .btl-note {
  margin: 0 !important;
}
.btl-content-block .btl-field .btl-input > input {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  height: 34px;
}
.btl-content-block input.btl-buttonsubmit,
.btl-content-block button.btl-buttonsubmit {
  font-size: 14px;
  background: #91c448 !important;
  box-shadow: none;
  margin-top: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3) !important;
  padding: 8px 20px;
  text-transform: uppercase;
  height: auto !important;
  line-height: normal !important;
  text-shadow: none !important;
  -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;
}
.btl-content-block input.btl-buttonsubmit:hover,
.btl-content-block button.btl-buttonsubmit:hover {
  background: #000 !important;
  color: #fff;
}
#btl .btl-panel > #btl-panel-profile {
  padding-right: 25px !important;
  border: 0 !important;
  box-shadow: none;
}
#btl-content-profile {
  padding: 0;
}
#t3-header .col-md-12 {
  min-height: 0;
}
#t3-header .t3-navbar {
  padding-right: 0;
}

.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  margin-top: 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;
}

.topinfo ul.top-info {
  padding: 0;
  font-size: 14px;
  list-style: none;
  margin: 0;
}
.topinfo ul.top-info li {
  float: right;
  margin: 20px 20px 0 0;
  color: #9e9e9e;
}
.topinfo ul.top-info i {
  color: #91c448;
}
.head-search {
  margin: 10px 0;
}
.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;
  right: 10px;
  top: 10px;
  color: #eeeeee;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  border: 1px solid #e4e4e4;
}
#searchForm .btn.btn-default {
  background: #91c448;
  padding: 11px 20px;
  color: #fff;
  border-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.top-social {
  float: right;
  margin-top: 16px;
}
.top-social ul li {
  margin: 0 0 0 10px !important;
}
.top-social ul li a {
  width: auto !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top-social ul li a:hover {
  color: #fff;
}
.top-social ul li a i {
  width: 24px;
  height: 24px;
  border: 1px solid #e7e7e7;
  text-align: center;
  line-height: 24px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top-social ul li a i.fa-rss {
  border-color: #faaa5e;
  color: #faaa5e;
}
.top-social ul li a i.fa-rss:hover {
  background: #faaa5e;
  color: #fff;
}
.top-social ul li a i.fa-facebook {
  border-color: #677fb5;
  color: #677fb5;
}
.top-social ul li a i.fa-facebook:hover {
  background: #677fb5;
  color: #fff;
}
.top-social ul li a i.fa-twitter {
  border-color: #70c2e9;
  color: #70c2e9;
}
.top-social ul li a i.fa-twitter:hover {
  background: #70c2e9;
  color: #fff;
}
.top-social ul li a i.fa-google-plus {
  border-color: #c53942;
  color: #c53942;
}
.top-social ul li a i.fa-google-plus:hover {
  background: #c53942;
  color: #fff;
}
.top-social ul li a i.fa-pinterest {
  border-color: #d8545d;
  color: #d8545d;
}
.top-social ul li a i.fa-pinterest:hover {
  background: #d8545d;
  color: #fff;
}
.top-social ul li a i.fa-linkedin {
  border-color: #3daccf;
  color: #3daccf;
}
.top-social ul li a i.fa-linkedin:hover {
  background: #3daccf;
  color: #fff;
}
.top-social ul li a i.fa-dribbble {
  border-color: #e299c2;
  color: #e299c2;
}
.top-social ul li a i.fa-dribbble:hover {
  background: #e299c2;
  color: #fff;
}

.navbar-header {
  position: relative;
}
.off-canvas-toggle {
  border-radius: 0;
  border: 0 !important;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 1030 !important;
  left: 0;
  top: 0;
}
html[dir="ltr"] .off-canvas-right.t3-off-canvas {
  left: auto;
  right: 0;
}

.rev_slider .tp-caption {
  font-family: 'Open Sans', sans-serif !important;
}
.rev_slider .tp-caption .btn.btn-large {
  text-transform: uppercase;
  padding: 8px 10px !important;
  font-weight: 600;
}

.ts-service-color {
  padding: 30px 0 15px;
}
.ts-service-color .ts-service-wrapper {
  background: #fff;
  padding: 10px 30px 10px 0;
}
.ts-service-color .ts-service-wrapper h3 {
  margin-top: 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.ts-service-color .ts-service-wrapper .ts-service-info p {
  padding-right: 10px;
}
.ts-service-color .ts-service-wrapper i {
  font-size: 36px;
  float: right;
  color: #aaa;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.ts-service-color .ts-service-wrapper:hover h3,
.ts-service-color .ts-service-wrapper:hover i {
  color: #91c448;
}

.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title {
  font-size: 15px !important;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  padding: 10px 10px 10px 45px !important;
  margin: 0 0 3px !important;
  line-height: normal !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.sprocket-lists ul.sprocket-lists-container li .indicator {
  background: #afafaf;
  color: #fff;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 20px;
  margin-top: -10px;
  left: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07000000000000001);
}
.sprocket-lists ul.sprocket-lists-container li.active h4.sprocket-lists-title {
  color: #91c448;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator {
  opacity: 1;
  background: #91c448;
}
.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 #e4e4e4 !important;
  margin: -4px 0 4px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item .sprocket-padding {
  padding: 8px 10px;
}
.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: 8px;
}

.portfolio-main,
.new_project {
  position: relative;
}
.portfolio-main .sprocket-strips-item,
.new_project .sprocket-strips-item {
  height: 250px;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
}
.portfolio-main .sprocket-strips-item:before,
.new_project .sprocket-strips-item:before {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 0;
}
.portfolio-main .sprocket-strips-item:hover:before,
.new_project .sprocket-strips-item:hover:before {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.portfolio-main .sprocket-strips-content,
.new_project .sprocket-strips-content {
  background: #f6f6f6;
  position: relative;
  padding: 12px 15px;
}
.portfolio-main .sprocket-strips-content:before,
.new_project .sprocket-strips-content:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 12px 15px;
  left: 15%;
  border-bottom-color: #f6f6f6;
}
.portfolio-main .sprocket-strips-content h4.sprocket-strips-title,
.new_project .sprocket-strips-content h4.sprocket-strips-title {
  line-height: normal;
  margin: 0;
}
.portfolio-main .sprocket-strips-content h4.sprocket-strips-title a,
.new_project .sprocket-strips-content h4.sprocket-strips-title a {
  color: #292929;
  text-decoration: none;
}
.portfolio-main .sprocket-strips-content h4.sprocket-strips-title a:hover,
.new_project .sprocket-strips-content h4.sprocket-strips-title a:hover {
  color: #91c448;
}
.portfolio-main .sprocket-strips-content .strips-hits,
.new_project .sprocket-strips-content .strips-hits {
  float: right;
  margin-top: -20px;
  color: #afafaf;
}
.portfolio-main .sprocket-strips-content a.readon,
.new_project .sprocket-strips-content a.readon {
  color: #afafaf;
}
.portfolio-main .sprocket-strips-content a.readon:hover,
.new_project .sprocket-strips-content a.readon:hover {
  color: #91c448;
}
.portfolio-main .sprocket-strips-nav,
.new_project .sprocket-strips-nav {
  position: absolute;
  top: -52px;
  right: -5px;
  width: auto;
}
.portfolio-main .sprocket-strips-nav .sprocket-strips-arrows,
.new_project .sprocket-strips-nav .sprocket-strips-arrows {
  display: inline-block;
}
.portfolio-main .sprocket-strips-nav .sprocket-strips-arrows .arrow,
.new_project .sprocket-strips-nav .sprocket-strips-arrows .arrow {
  cursor: pointer;
  background: #91c448;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.portfolio-main .sprocket-strips-nav .sprocket-strips-arrows .arrow:hover,
.new_project .sprocket-strips-nav .sprocket-strips-arrows .arrow:hover {
  background: #76a435;
}
.portfolio-main .sprocket-strips-container > li,
.new_project .sprocket-strips-container > li {
  margin-top: 0;
  margin-bottom: 0;
}
.new_project .sprocket-strips-container > li {
  margin-bottom: 20px;
}
.portfolio-desc h3 {
  font-size: 18px;
  margin-top: 30px;
  line-height: normal;
  text-transform: uppercase;
}

.latest-post ul {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.latest-post ul li {
  width: 33.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.latest-post ul li .moduleItemImage {
  position: relative;
  margin-bottom: 12px;
}
.latest-post ul li .moduleItemDate {
  position: absolute;
  top: 0;
  width: 48px;
  height: 46px;
  color: #fff;
  background: #91c448;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  z-index: 1;
}
.latest-post ul li .moduleItemDate .date-day {
  margin-top: 5px;
  display: inline-block;
}
.latest-post ul li .moduleItemDate .date-month {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.latest-post ul li .moduleItemContent {
  position: relative;
  width: 16em;
  word-wrap: break-word;
}
.latest-post ul li a.moduleItemTitle {
  font-size: 14px !important;
  margin-bottom: 6px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  color: #2b2b2b;
}
.latest-post ul li .moduleItemIntrotext {
  padding-bottom: 10px !important;
}
.latest-post ul li a.moduleItemReadmore {
  color: #2b2b2b;
}
.latest-post ul li a.moduleItemReadmore:hover {
  color: #91c448;
}
.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: #91c448;
}

.testimonial .layout-showcase ul.sprocket-features-list {
  margin-left: 0;
  margin-right: 0;
}
.testimonial .layout-showcase .sprocket-features-img-container img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.testimonial .layout-showcase .sprocket-features-content .clients-info {
  background: #363636;
  color: #fff;
  height: 80px;
}
.testimonial .layout-showcase .sprocket-features-content h3.clients-name {
  display: inline-block;
  margin: 16px 0 0;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
}
.testimonial .layout-showcase .sprocket-features-content p.client-desg {
  font-size: 14px;
}
.testimonial .layout-showcase .sprocket-features-content .testimonial-text {
  font-size: 15px;
  line-height: 25px;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background: #eeeeee;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.testimonial .layout-showcase .sprocket-features-content .testimonial-text:before {
  content: '\f10d';
  font-family: FontAwesome;
  padding-right: 10px;
  color: #91c448;
}
.testimonial .layout-showcase .sprocket-features-content .testimonial-text:after {
  content: '\f10e';
  font-family: FontAwesome;
  padding-left: 10px;
  color: #91c448;
  text-align: right;
}
.testimonial .layout-showcase .sprocket-features-arrows {
  position: absolute;
  right: 0;
  top: -47px;
}
.testimonial .layout-showcase .sprocket-features-arrows .arrow {
  cursor: pointer;
  background: #91c448;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.testimonial .layout-showcase .sprocket-features-arrows .arrow:hover {
  background: #76a435;
}

#action .action-bg {
  background: #2b2b2b;
  color: #fff;
  padding: 15px 20px;
}
#action .action-bg h2 {
  color: #fff;
}
#action .custom i {
  font-size: 36px;
  margin-top: 15px;
  color: #6E6D6D;
}
#action .custom a.action {
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 8px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#action .custom h2 {
  font-size: 24px;
  margin: 0;
}
#action .custom h2 strong {
  color: #91c448;
}
#action .custom h3 {
  font-size: 16px;
  line-height: normal;
  margin: 0;
  color: #999999;
}

.clients {
  padding-bottom: 10px;
}
.clients .sprocket-strips-item {
  width: 175px;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.clients .sprocket-strips-content {
  padding: 0;
}
.clients .sprocket-strips-content .strips-hits {
  display: none;
}
.clients .sprocket-strips-nav {
  position: absolute;
  top: -52px;
  right: -5px;
  width: auto;
}
.clients .sprocket-strips-nav .sprocket-strips-arrows {
  display: inline-block;
}
.clients .sprocket-strips-nav .sprocket-strips-arrows .arrow {
  cursor: pointer;
  background: #91c448;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.clients .sprocket-strips-nav .sprocket-strips-arrows .arrow:hover {
  background: #76a435;
}

.t3-footer {
  
  
  
  
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer .footer-wrapper {
  background: #222222;
  border-top: 4px solid #91c448;
  color: #fff;
}
.t3-footer .t3-module {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.t3-footer .t3-module h3.module-title {
  font-size: 18px;
  color: #fff;
}
.t3-footer .footer-content {
  padding: 30px 15px 0;
  background: #2b2b2b;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  display: inline-block;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.t3-footer .footer-content:after {
  content: ' ';
  position: absolute;
  left: 1px;
  width: 0;
  height: 0;
  top: auto;
  bottom: -10px;
  border-width: 5px 7.5px;
  border-style: solid;
  border-color: #616161 #616161 transparent transparent;
}
.t3-footer .footer-content:before {
  content: ' ';
  position: absolute;
  right: 1px;
  width: 0;
  height: 0;
  top: auto;
  bottom: -10px;
  border-width: 5px 7.5px;
  border-style: solid;
  border-color: #616161 transparent transparent #616161;
}
.t3-footer .footer-blog ul li a.moduleItemTitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #9f9f9f !important;
}
.t3-footer .footer-blog ul li a.moduleItemTitle:hover {
  color: #91c448 !important;
}
.t3-footer .footer-blog ul li a.moduleItemImage img {
  border: 4px solid #9f9f9f;
  width: 72px;
  height: 62px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.t3-footer .footer-blog ul li a.moduleItemImage img:hover {
  border: 4px solid #91c448;
}
.t3-footer .footer-blog ul .moduleItemIntrotext {
  line-height: normal;
  padding: 0;
}
.t3-footer .sp-tweet {
  position: relative;
  z-index: 2;
  margin-top: -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t3-footer .sp-tweet .sp-tweet-list {
  position: relative;
  margin: 5px -5px;
}
.t3-footer .sp-tweet .sp-tweet-list:before {
  font-family: FontAwesome;
  content: "\f099";
  position: absolute;
  left: 0;
  font-size: 16px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-top: 4px;
  color: #91c448;
}
.t3-footer .sp-tweet .sp-tweet-list .date a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.t3-footer .sp-tweet .sp-tweet-list .date a:hover {
  color: #b4d782;
}
.t3-footer .sp-tweet .sp-tweet-list .tweet-user-info img.tweet-avatar {
  display: none;
}
.t3-footer .sp-tweet .sp-tweet-list .bubble-tl,
.t3-footer .sp-tweet .sp-tweet-list .bubble-tr,
.t3-footer .sp-tweet .sp-tweet-list .bubble-tm,
.t3-footer .sp-tweet .sp-tweet-list .bubble-l,
.t3-footer .sp-tweet .sp-tweet-list .bubble-r,
.t3-footer .sp-tweet .sp-tweet-list .bubble-m,
.t3-footer .sp-tweet .sp-tweet-list .bubble-bm,
.t3-footer .sp-tweet .sp-tweet-list .bubble-bl,
.t3-footer .sp-tweet .sp-tweet-list .bubble-br {
  background: none;
}
.t3-footer .sp-tweet .sp-tweet-list .tweet-text {
  font-size: 12px;
  color: #888;
  margin-left: 35px !important;
}
.t3-footer .sp-tweet .sp-tweet-list .bubble-m {
  padding: 0;
}
.t3-footer .sp-tweet .sp-tweet-list .source {
  display: none;
}
.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: #2b2b2b;
}
.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: #91c448;
  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;
}
.t3-footer img.sp_simple_gallery {
  margin: 0 10px 10px 0;
}
.t3-footer .footer-contact-info {
  color: #888;
  font-weight: 300;
}
.t3-footer .footer-contact-info i {
  color: #C5C5C5;
}

.t3-copyright {
  color: #9f9f9f;
  padding: 10px 30px 5px;
}
.t3-copyright .copyright small {
  font-size: 13px;
}
.footer-social {
  margin: 0;
}
.footer-social ul {
  list-style: none;
  padding: 0;
}
.footer-social ul li {
  display: inline-block;
  margin-right: 0;
}
.footer-social ul li a {
  width: auto !important;
  font-size: 13px;
  background: none !important;
  padding-left: 15px !important;
  color: #9f9f9f;
}
.footer-social ul li a:hover {
  color: #91c448;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
#back-to-top.affix {
  bottom: 20px;
}

.t3-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.t3-tscontenttop {
  padding-top: 20px;
}
.t3-sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}

.inner-banner,
.inner-banner-allpages {
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 318px;
}

#page-title .page-title-content {
  background: #f6f6f6;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
  margin-top: -1px;
}
#page-title .page-title-content h2 {
  font-size: 14px;
  line-height: normal;
  margin: 6px 0 0 0;
  float: left;
  text-transform: uppercase;
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  background: rgba(0, 0, 0, 0.5);
}

.progress {
  position: relative;
  height: 25px;
  box-shadow: none;
  background: #e7e7e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.progress > .progress-type {
  position: absolute;
  left: 0px;
  padding: 2px 30px 2px 10px;
  color: #ffffff;
  background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
  position: absolute;
  right: 0px;
  padding: 3px 10px 2px;
}
.pagetab .sprocket-tabs .sprocket-tabs-nav {
  background: none;
  padding: 0 !important;
}
.pagetab .sprocket-tabs .sprocket-tabs-nav li .sprocket-tabs-inner {
  background: #F0F0F0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-color: transparent;
}
.pagetab .sprocket-tabs .sprocket-tabs-nav > li.active .sprocket-tabs-inner {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagetab .sprocket-tabs .sprocket-tabs-panels {
  border: 1px solid #E7E7E7;
  border-top: 0;
  background: #fff;
}
.pagetab .sprocket-tabs .sprocket-tabs-panels .sprocket-tabs-panel {
  padding: 20px 20px 15px;
}
.team-carousel .item {
  margin-right: -15px;
  margin-left: -15px;
}
.team-carousel .team-wrapper {
  padding: 0 15px;
}
.team-carousel .team-img-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
}
.team-carousel .team-img-wrapper img {
  width: 258px;
  height: 245px;
  border-bottom: 3px solid #91c448;
}
.team-carousel .team-content {
  padding-right: 20px;
}
.team-carousel .team-content h3.ts-name {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.team-carousel .team-content .ts-designation {
  font-size: 14px;
  color: #91c448;
}
.team-carousel .team-content .team-social {
  height: 26px;
  overflow: visible;
}
.team-carousel .team-content .team-social-icons a {
  float: left;
}
.team-carousel .team-content .team-social-icons i {
  font-size: 14px;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #e7e7e7;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-carousel .team-content .team-social-icons i:hover {
  background: #000;
  color: #fff !important;
  border-color: transparent !important;
}
.team-carousel .team-content .team-social-icons i.fa-facebook {
  border-color: #677fb5;
  color: #677fb5;
}
.team-carousel .team-content .team-social-icons i.fa-twitter {
  border-color: #70c2e9;
  color: #70c2e9;
}
.team-carousel .team-content .team-social-icons i.fa-google-plus {
  border-color: #E61321;
  color: #E61321;
}
.team-carousel .team-content .team-social-icons i.fa-pinterest {
  border-color: #d8545d;
  color: #d8545d;
}
.team-carousel .team-content .team-social-icons i.fa-linkedin {
  border-color: #3daccf;
  color: #3daccf;
}
.team-carousel .owl-controls {
  position: absolute;
  top: -47px;
  right: 0;
}
.team-carousel .owl-controls .owl-prev,
.team-carousel .owl-controls .owl-next {
  cursor: pointer;
  background: #91c448;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
}
.team-carousel .owl-controls .owl-next {
  margin-left: 6px;
}
.team-carousel .owl-controls .owl-prev:hover,
.team-carousel .owl-controls .owl-next:hover {
  background: #000;
  color: #fff;
}
.team-carousel .owl-controls .owl-page,
.team-carousel .owl-controls .owl-buttons div {
  display: inline-block;
}
.page-sider .sprocket-features.layout-slideshow .sprocket-features-content {
  bottom: 40px;
  top: auto;
}
.page-sider .sprocket-features.layout-slideshow .sprocket-features-desc {
  background: none;
}
.page-sider .sprocket-features.layout-slideshow .sprocket-features-desc h2.page-slider-title {
  font-size: 18px;
  color: #fff;
  line-height: normal;
  padding: 10px;
  margin: 0;
  display: inline-block;
  background-color: rgba(145, 196, 74, 0.7) !important;
}
.page-sider .sprocket-features.layout-slideshow .sprocket-features-desc h3.page-slider-subtitle {
  font-size: 14px;
  color: #fff;
  line-height: normal;
  padding: 10px;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
}

.service-box i {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  background: #91c448;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.service-box .service-box-content {
  margin-left: 55px;
}
.service-box .service-box-content h3 {
  font-size: 18px;
  margin-top: 0;
}
.service-box .service-box-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-box .service-box-content ul li {
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.service-box .service-box-content ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 10px;
  color: #6E6D6D;
  font-size: 16px;
}
.service-box .service-box-content ul li:hover {
  padding-left: 10px;
  color: #91c448;
}
.service-box .service-box-content ul li:hover:before {
  color: #91c448;
}
.custom.action-gray {
  background: #f6f6f6;
  padding: 20px;
}

.teampage_one .team-carousel .team-img-wrapper img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.teampage_one .team-carousel .team-content .team-social-icons i {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.teampage_two .team-carousel .team-img-wrapper img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.teampage_two .team-carousel .team-content .ts-designation {
  font-style: italic;
}
.teampage_two .team-carousel .team-content .team-social-icons i {
  border: 0;
}

.pricing_top {
  margin-bottom: -20px;
  margin-top: 20px;
}
.plan {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px solid #E8E8E8;
  background: #F0F0F0;
  width: 100%;
}
.plan.featured .plan-name {
  background: #91c448;
  color: #fff;
}
.plan.featured .plan-name small {
  color: #fff;
}
.plan.featured .plan-name:after {
  border-top-color: #91c448;
}
.plan.featured .plan-price {
  color: #91c448;
}
.plan.featured a.btn {
  background: #91c448;
}
.plan.featured a.btn:hover {
  background: #000;
}
.plan-name {
  background: #555;
  color: #fff;
  display: block;
  padding: 10px 0;
  position: relative;
}
.plan-name:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 10px 25px;
  left: 50%;
  margin-left: -28px;
  border-top-color: #555;
}
.plan-name h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.plan-name h2 small {
  display: block;
  font-size: 15px;
}
.plan-price {
  padding: 10px 0;
}
.plan-price h2 {
  font-size: 48px;
  position: relative;
  display: inline-block;
}
.plan-price h2 .currency {
  top: -0.5em;
  font-size: 50%;
  left: -0.2em;
}
.plan-price h2 sup {
  font-size: 55%;
  top: -0.9em;
}
.plan-price h2 strong {
  display: inline-block;
}
.plan-price h2 small {
  display: block;
  font-size: 18px;
  line-height: normal;
  font-style: italic;
  margin-top: 15px;
  color: #fff;
}
.plan li > ul {
  background: #fff;
  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 10px;
  background: #555;
  text-transform: uppercase;
  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: #1a1a1a;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2) !important;
}
.plan a.btn:after {
  position: relative;
  border: 0;
}

.career_list ul.sprocket-lists-container li.active h4.sprocket-lists-title {
  border-bottom: 0 !important;
  background: none;
  position: relative;
}
.career_list ul.sprocket-lists-container li.active h4.sprocket-lists-title:before {
  content: "\f15b";
  font-family: FontAwesome;
  padding-right: 5px;
}
.career_list ul.sprocket-lists-container li.active span.sprocket-lists-item {
  border-top: 0 !important;
}
.career_list ul.sprocket-lists-container li.active span.sprocket-lists-item .sprocket-padding {
  padding: 0 15px 12px !important;
}
.career_list ul.sprocket-lists-container li h4.sprocket-lists-title {
  padding: 15px !important;
}
.career_list ul.sprocket-lists-container li span.indicator {
  right: 15px;
  left: auto;
}
.career_list ul.sprocket-lists-container li span.sprocket-lists-item h3 {
  font-size: 16px;
}

.portfolio_page {
  margin-bottom: -30px;
}
.sprocket-mosaic .sprocket-mosaic-header {
  text-align: center;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  margin: 20px 0 30px;
  display: block;
  text-align: center;
  float: none !important;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
  background: none;
  border: 0;
  color: #959595;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #d3d3d3;
  text-transform: capitalize;
  padding: 5px 10px;
  border-radius: 0;
  margin-right: 5px;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li.active {
  color: #91c448;
  border-color: #91c448;
  border-bottom: 3px solid #76a435;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  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-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(145, 196, 74, 0.75) !important;
}
.sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore {
  position: absolute;
  top: 0;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  z-index: 8;
  opacity: 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore span {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore i {
  border: 1px solid #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore i:hover {
  color: #91c448;
  background: #fff;
}
.sprocket-mosaic .sprocket-mosaic-image-container:hover .sprocket-mosaic-hover {
  opacity: 1;
}
.sprocket-mosaic .sprocket-mosaic-image-container:hover a.sprocket-readmore {
  opacity: 1;
  top: 50%;
}
.sprocket-mosaic .sprocket-mosaic-content {
  color: #fff;
  background: #4d4d4d;
  position: relative;
  padding: 10px 15px 5px;
  text-align: left;
}
.sprocket-mosaic .sprocket-mosaic-content h2.sprocket-mosaic-title {
  font-size: 16px;
  margin: 0;
  line-height: normal;
}
.sprocket-mosaic .sprocket-mosaic-content h2.sprocket-mosaic-title a {
  color: #888;
}
.sprocket-mosaic .sprocket-mosaic-content h2.sprocket-mosaic-title a:hover {
  color: #a8d06f;
}
.sprocket-mosaic .sprocket-mosaic-content span.mosaic-hits {
  text-align: right;
  display: block;
  color: #888;
  margin-top: -20px;
}
.sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-text {
  margin: 0;
}
.sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-tags {
  background: none;
  margin: 0;
  padding: 0;
}
.sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-tags li {
  background: none;
  padding: 0;
  color: #888;
  font-style: normal;
}
.sprocket-mosaic .sprocket-mosaic-content:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 12px 15px;
  left: 15%;
  border-bottom-color: #4d4d4d;
}
.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;
}

.gallery_page {
  margin-bottom: -30px;
}
.artsexylightbox_container img.artsexylightbox {
  display: inline-block;
}

.map_module {
  margin-bottom: 0;
}
.contact dl {
  margin: 0;
}
.contact h3 {
  margin-top: 0;
}
.contact #contact-form legend {
  font-size: 14px;
  color: #959595;
  border-bottom: 0;
}
.contact #contact-form .form-actions {
  padding: 0;
  margin: 0;
  background: none;
}
.contact-info h3 {
  margin-top: 0;
}
.contact-info i {
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #91c448;
  margin-right: 10px;
  padding-left: 3px;
}
.contact-info.contact3 h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #959595;
  margin: 10px 0 0 0;
}
.contact-info.contact3 p {
  margin: 0;
}
.rapid_contact.button {
  float: right;
  margin-top: 10px;
  padding: 10px 10px;
}
.rapid_contact.textarea {
  min-height: 60px;
}
.rapid_contact.inputbox {
  width: 100%;
}

.page-title {
  font-size: 22px;
  padding-bottom: 17px;
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
.page-title span {
  z-index: 2;
  position: relative;
  padding: 0 0 14px 0;
  border-bottom: 1px solid #91c448;
}
.blog .article-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}
.blog .article-title a {
  color: #1a1a1a;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.blog .article-title a:hover {
  color: #91c448;
}
.blog .article-aside .btn-group {
  display: none;
}
.item-image-wrap .pull-left.item-image img,
.item-image-wrap .pull-right.item-image img {
  max-width: 100%;
  width: 100%;
}

.home2_slider {
  padding: 30px;
}

.ts-service-center {
  padding-bottom: 30px;
}
.ts-service-center .service-box {
  padding: 15px 30px;
  border: 2px solid transparent;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ts-service-center .service-box i {
  float: none;
  background: none;
  color: #91c448;
  font-size: 36px;
  margin: 0 0 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ts-service-center .service-box .service-box-content {
  margin: 0;
}
.ts-service-center .service-box:hover {
  background: #f6f6f6;
  border: 2px solid #91c448;
}
.ts-service-center .service-box:hover i {
  color: #777777;
}
.ts-service-center .service-box:hover .service-box-content a {
  color: #000;
}

.camera_caption_title {
  font-size: 32px !important;
  line-height: 48px !important;
}
.camera_caption_desc {
  font-size: 18px;
}
.camera_caption > div {
  padding: 10px 30px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.cameraContent {
  position: absolute;
  padding-bottom: 56.25%;
  right: 0;
  left: 0;
  bottom: 0;
  top: auto !important;
}
.cameraContent iframe,
.cameraContent object,
.cameraContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ts-service-bg {
  padding: 30px 0;
}
.ts-service-bg .ts-service-wrapper {
  background: #f6f6f6;
  padding: 20px 30px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.ts-service-bg .ts-service-wrapper i {
  font-size: 36px;
}
.ts-service-bg .ts-service-wrapper:hover {
  background: #91c448;
  color: #fff;
}
.ts-service-bg .ts-service-wrapper:hover h3 {
  color: #fff;
}

.ts-service-flat .ts-service-wrapper {
  padding: 20px;
  margin: 20px 0;
}

.featured-tab {
  background: #f6f6f6;
  padding: 30px;
}
.featured-tab .layout-left .sprocket-tabs-nav {
  padding: 12px !important;
  margin-right: 30px !important;
}
.featured-tab .sprocket-tabs-nav {
  background: #4d4d4d !important;
  border: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.featured-tab .sprocket-tabs-nav > li > .sprocket-tabs-inner {
  border: 0 !important;
  color: #fff;
  position: relative;
  margin-bottom: 30px !important;
  text-align: center;
}
.featured-tab .sprocket-tabs-nav > li > .sprocket-tabs-inner i {
  font-size: 34px;
  margin-top: 5px;
  margin-left: 8px;
}
.featured-tab .sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  background: #91c448;
  color: #fff;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.featured-tab .sprocket-tabs-nav > li.active > .sprocket-tabs-inner:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 12px 15px;
  left: 50%;
  margin-left: -15px;
  border-top-color: #91c448;
}
.featured-tab .sprocket-tabs-panels img.pull-left {
  margin-right: 25px;
}
.featured-tab .sprocket-tabs-panels img.pull-right {
  margin-left: 25px;
}
.featured-tab .sprocket-tabs-panels h3 {
  margin-top: 0;
  line-height: normal;
}
.featured-tab .sprocket-tabs-panels .sub-title {
  font-size: 16px;
  font-weight: 400;
}

.ts-service-box {
  padding: 30px 0;
}
.ts-service-box .ts-service-wrapper {
  position: relative;
  background: #f6f6f6;
}
.ts-service-box .ts-service-image {
  border-bottom: 3px solid #91c448;
}
.ts-service-box .ts-service-image:before {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 0;
}
.ts-service-box .ts-service-image:hover:before {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.ts-service-box .ts-service-image img {
  width: 100%;
}
.ts-service-box .ts-service-image:hover .ts-service-icon i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ts-service-box .ts-service-image .ts-service-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -15px;
}
.ts-service-box .ts-service-image .ts-service-icon i {
  background: #91c448;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ts-service-box .ts-service-info {
  padding: 15px;
}
.ts-service-box .ts-service-info h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px;
}

.sprocket-features.layout-slideshow .sprocket-features-arrows .arrow {
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sprocket-features.layout-slideshow .sprocket-features-arrows .arrow.next i {
  margin-left: 3px;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content {
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc {
  padding: 70px 30px 25px;
  height: 100%;
  border-right: 5px solid #91c448;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc h2 {
  font-size: 22px;
  color: #fff;
  margin: 10px 0 20px;
  line-height: normal;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc .roksprocket-ellipsis {
  display: none;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc a.btn {
  padding: 8px 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-arrows {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-arrows .arrow {
  background: #91c448;
  opacity: 1;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-arrows .arrow:hover {
  background: #000;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-arrows .arrow.next {
  right: 0;
}
.rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-arrows .arrow.prev {
  left: -65px;
}
.layout-slideshow .sprocket-features-pagination {
  left: 50% !important;
}
.layout-slideshow .sprocket-features-pagination li {
  padding: 6px !important;
  box-shadow: none !important;
}
.layout-slideshow .sprocket-features-pagination li.active {
  background: #91c448;
}
.tabstyle-top .module-title {
  text-align: center;
}
.tabstyle-top .sprocket-tabs-nav {
  background: none !important;
  border: 0 !important;
  margin-bottom: 40px !important;
  text-align: center;
}
.tabstyle-top .sprocket-tabs-nav > li {
  border: 1px solid #e7e7e7;
  margin-right: -5px;
  float: none;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner {
  border: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #858585;
  padding: 10px 12px;
  position: relative;
}
.tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner i {
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}
.tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner .featured-tab-content {
  display: inline-block;
}
.tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner .featured-tab-content h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.tabstyle-top .sprocket-tabs-nav > li.active {
  border: 1px solid #91c448;
}
.tabstyle-top .sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  background: #91c448;
  color: #fff;
}
.tabstyle-top .sprocket-tabs-nav > li.active > .sprocket-tabs-inner h3 {
  color: #fff;
}
.tabstyle-top .sprocket-tabs-panels .sprocket-tabs-panel.active {
  position: relative;
}
.tabstyle-top .sprocket-tabs-panels img {
  width: 45%;
}
.tabstyle-top .sprocket-tabs-panels img.pull-left {
  margin-right: 40px;
}
.tabstyle-top .sprocket-tabs-panels img.pull-right {
  margin-left: 40px;
}
.tabstyle-top .sprocket-tabs-panels h3 {
  font-size: 18px;
  margin-top: 0;
  line-height: normal;
}
.tabstyle-top .sprocket-tabs-panels .sub-title {
  font-size: 16px;
}
.tabstyle-top .sprocket-tabs-panels .roksprocket-ellipsis {
  display: none;
}

.action-center {
  padding: 20px 0;
  background: #f6f6f6;
}
.action-center h3 {
  margin: 8px 0 !important;
}

.fullwidth.t3-wrapper {
  background: #fff !important;
}
.fullwidth .box-container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.fullwidth .t3-footer .footer-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: none;
  padding: 0;
}
.fullwidth .t3-footer .footer-content:before,
.fullwidth .t3-footer .footer-content:after {
  border-width: 0;
}
.fullwidth .t3-footer .t3-module {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.fullwidth .t3-copyright {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  background: #2b2b2b;
}
.fullwidth #back-to-top.affix {
  bottom: 10px;
}

h3.catItemTitle a {
  color: #292929;
}
a.k2ReadMore {
  color: #2b2b2b;
}
a.k2ReadMore:hover {
  color: #91c448;
}
div.k2TagCloudBlock a:hover {
  background: #91c448;
  color: #fff;
}

.catItemImageBlock i,
.itemImageBlock i {
  color: #91c448;
}
#submitCommentButton {
  background: #91c448;
  color: #fff;
}
#submitCommentButton:hover {
  background: #000;
  color: #fff;
}

div.k2CategoriesListBlock ul li a span.catCounter {
  background: #91c448;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .topinfo ul.top-info {
    font-size: 12px;
  }
  #t3-mainnav .t3-megamenu .navbar-nav.level0 > li > a {
    padding: 18px 15px;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc {
    padding-top: 40px;
  }
  .ts-service-box .ts-service-image .ts-service-icon {
    margin-top: -40px;
  }
  .ts-service-box .ts-service-info {
    padding: 15px 14px;
  }
  .ts-service-box .ts-service-info h3 {
    font-size: 17px;
  }
  .latest-post ul li .moduleItemContent {
    width: 13em;
  }
  #action .custom h2 {
    font-size: 20px;
  }
  .clients .sprocket-strips-item {
    margin-left: auto;
  }
  .t3-footer .pull-left,
  .t3-footer .media > .pull-left {
    margin-right: 10px;
  }
  .t3-footer .footer-blog ul li a.moduleItemImage img {
    width: 62px;
    height: 52px;
  }
  .t3-footer .footer-blog ul li a.moduleItemTitle {
    font-size: 12px;
    line-height: normal;
  }
  .t3-footer img.sp_simple_gallery {
    margin: 0 5px 5px 0;
    width: 28%;
  }
  #back-to-top {
    right: 12px;
  }
  .team-carousel .team-wrapper {
    padding: 0 20px;
  }
  .pagetab .sprocket-tabs .sprocket-tabs-nav li .sprocket-tabs-inner {
    padding: 10px 12px;
  }
  .fullwidth .box-container {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .topinfo ul.top-info {
    font-size: 11px;
  }
  .topinfo ul.top-info li {
    margin-right: 4px !important;
  }
  .head-search .form-control {
    width: 95%;
    float: right;
  }
  .off-canvas-toggle.hidden-sm,
  .t3-off-canvas.hidden-sm {
    display: inline-block !important;
  }
  .top-social {
    margin-top: 11px;
  }
  .top-social ul li {
    margin-left: 2px !important;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc {
    padding: 35px 25px;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc h1 {
    font-size: 18px;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc h2 {
    font-size: 14px;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc a.btn {
    padding: 4px 8px;
    margin-top: 0;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc p {
    font-size: 12px;
  }
  .ts-service-color .ts-service-wrapper,
  .ts-service-center .service-box,
  .ts-service-bg .ts-service-wrapper,
  .ts-service-box .ts-service-wrapper {
    margin-bottom: 20px;
  }
  .ts-service-box .ts-service-image .ts-service-icon {
    margin-top: 13px;
  }
  .home .t3-sl-1 {
    margin-top: -20px;
  }
  img.home-about {
    width: 50%;
    margin-right: 5px;
  }
  .portfolio-main .sprocket-strips-item {
    height: 180px;
  }
  .portfolio-main .sprocket-strips-content h4.sprocket-strips-title {
    font-size: 13px;
  }
  .portfolio-main .sprocket-strips-content .strips-hits {
    margin-top: 0;
  }
  .latest-post ul li {
    width: 50%;
  }
  .latest-post ul li .moduleItemContent {
    width: 10em;
  }
  .latest-post ul li .moduleItemContent .moduleItemIntrotext {
    font-size: 13px;
  }
  .latest-post ul li.lastItem {
    display: none;
  }
  #action .custom h2 {
    font-size: 20px;
  }
  #action {
    text-align: center;
  }
  #action .custom a.action {
    float: none !important;
    margin-top: 15px;
  }
  .clients .sprocket-strips-container > li {
    height: 40px;
    overflow: hidden;
  }
  .clients .sprocket-strips-container > li .sprocket-strips-item {
    width: auto;
    background-size: contain;
    margin-left: 0;
  }
  .t3-footer .t3-module h3.module-title {
    font-size: 13px;
    line-height: normal;
  }
  .t3-footer .footer-blog .moduleItemImage {
    float: none !important;
    display: inline-block;
    margin-bottom: 5px;
  }
  .t3-footer .footer-blog .media-body {
    overflow: visible;
  }
  .t3-footer .footer-blog a.moduleItemTitle {
    line-height: normal;
    font-size: 12px !important;
  }
  .t3-footer img.sp_simple_gallery {
    width: 40%;
    margin-right: 8px;
  }
  .t3-footer .footer-contact-info {
    font-size: 12px;
  }
  #back-to-top {
    right: 5px;
    bottom: 40px;
  }
  
  .sprocket-mosaic-columns-4 li {
    width: 25% !important;
  }
  .sprocket-mosaic .sprocket-mosaic-content h2.sprocket-mosaic-title {
    font-size: 13px;
  }
  .sprocket-mosaic .sprocket-mosaic-content span.mosaic-hits {
    float: right;
    margin-top: 0;
  }
  .featured-tab .sprocket-tabs-panel .featured-tab-content {
    text-align: center;
    margin-top: 20px;
  }
  .featured-tab .sprocket-tabs-panel img {
    float: none !important;
  }
  .featured-tab .sprocket-tabs-panel a.readon {
    display: block;
    text-align: center;
  }
  .tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner {
    padding: 0 4px;
  }
  .tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner i {
    font-size: 14px;
    margin-right: 0;
  }
  .tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner h3 {
    font-size: 11px !important;
  }
  .tabstyle-top .sprocket-tabs-panels h3 {
    font-size: 14px;
  }
  .tabstyle-top .sprocket-tabs-panels p.sub-title {
    font-size: 14px;
  }
  .pagetab {
    margin-bottom: 20px;
  }
  .team-carousel {
    text-align: center;
  }
  
  .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;
  }
  .fullwidth .box-container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  
  .off-canvas-toggle {
    left: 30px;
  }
  .logo-image img {
    width: 140px !important;
    background-size: contain !important;
  }
  .topinfo ul.top-info {
    position: absolute;
    top: 18px;
  }
  .topinfo ul.top-info li {
    margin: 0;
    font-size: 10px;
    float: none;
    line-height: normal;
  }
  .top-social {
    margin-top: 10px;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc {
    padding: 20px 10px;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc h1 {
    font-size: 16px;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc h2 {
    font-size: 12px;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc a.btn {
    padding: 4px 8px;
    margin-top: 0;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc p {
    display: none;
  }
  .ts-service-color .ts-service-wrapper,
  .ts-service-center .service-box,
  .ts-service-bg .ts-service-wrapper,
  .ts-service-box .ts-service-wrapper,
  .page-service-box {
    margin-bottom: 20px;
  }
  .ts-service-box .ts-service-image .ts-service-icon {
    margin-top: -40px;
  }
  .ts-service-box .col-xs-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .home .t3-sl-1 {
    margin-top: -25px;
  }
  img.home-about {
    margin-bottom: 20px;
  }
  ul.sprocket-strips-container.cols-4 li,
  ul.sprocket-strips-container.cols-5 li {
    width: 48%;
    float: left;
  }
  .portfolio-main .sprocket-strips-item {
    height: 180px;
  }
  .portfolio-main .sprocket-strips-content .strips-hits {
    margin: 0;
  }
  .portfolio-main .sprocket-strips-container > li,
  .new_project .sprocket-strips-container > li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .latest-post ul li {
    width: 50%;
  }
  .latest-post ul li .moduleItemContent {
    width: 14em;
  }
  .latest-post ul li.lastItem {
    display: none;
  }
  #action .custom h2 {
    font-size: 20px;
    line-height: normal;
  }
  #action .custom i {
    margin-top: 3px;
  }
  #action {
    text-align: center;
  }
  #action .custom a.action {
    float: none !important;
    margin-top: 15px;
  }
  .action-center h2 {
    font-size: 20px !important;
  }
  #clients .sprocket-strips-container > li {
    margin-top: 0;
    margin-bottom: 0;
  }
  #clients .strips-hits {
    display: none;
  }
  .t3-footer .t3-module {
    padding: 10px 20px 0;
  }
  .t3-footer .t3-module h3.module-title {
    margin: 5px 0 20px;
  }
  .t3-footer img.sp_simple_gallery {
    margin: 0 5px 5px 0;
  }
  .footer-social ul li a {
    padding-left: 10px !important;
  }
  .t3-copyright {
    padding-bottom: 20px;
  }
  #back-to-top {
    right: 30px;
  }
  #back-to-top.affix {
    bottom: 20px;
  }
  
  #page-title .page-title-content h2 {
    margin-top: 8px;
  }
  .page-sider .sprocket-features.layout-slideshow .sprocket-features-content {
    bottom: 0;
    width: 80%;
  }
  .page-sider .sprocket-features.layout-slideshow .sprocket-features-pagination {
    display: none;
  }
  .page-sider .sprocket-features.layout-slideshow .sprocket-features-desc h2.page-slider-title {
    font-size: 16px;
  }
  .camera_caption_title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .camera_caption_desc {
    font-size: 16px !important;
    line-height: normal;
  }
  .sprocket-mosaic-columns-4 li {
    width: 50% !important;
  }
  .sprocket-mosaic .sprocket-mosaic-content h2.sprocket-mosaic-title {
    font-size: 13px;
  }
  .sprocket-mosaic .sprocket-mosaic-content span.mosaic-hits {
    float: right;
    margin-top: 0;
  }
  .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
    font-size: 12px;
    padding: 5px 7px;
  }
  .featured-tab .layout-left .sprocket-tabs-nav {
    padding: 8px !important;
  }
  .featured-tab .sprocket-tabs-nav li .sprocket-tabs-inner {
    padding: 10px 0 !important;
  }
  .featured-tab .sprocket-tabs-panel .featured-tab-content {
    margin-top: 20px;
  }
  .featured-tab .sprocket-tabs-panel .featured-tab-content p.sub-title {
    display: block;
    font-size: 13px;
  }
  .featured-tab .sprocket-tabs-panel .featured-tab-content p {
    display: none;
  }
  .featured-tab .sprocket-tabs-panel img {
    float: none !important;
    width: 50%;
  }
  .featured-tab .sprocket-tabs-panel a.readon {
    display: block;
    text-align: center;
  }
  .tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner {
    padding: 0 4px;
  }
  .tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner i {
    font-size: 14px;
    margin-right: 0;
  }
  .tabstyle-top .sprocket-tabs-nav > li > .sprocket-tabs-inner h3 {
    font-size: 11px !important;
  }
  .tabstyle-top .sprocket-tabs-panels h3 {
    font-size: 14px;
  }
  .tabstyle-top .sprocket-tabs-panels p.sub-title {
    font-size: 14px;
  }
  .pagetab {
    margin-bottom: 20px;
  }
  .pagetab .sprocket-tabs-nav li .sprocket-tabs-inner {
    padding: 10px 5px;
  }
  .team-carousel {
    text-align: center;
  }
  .team-carousel .team-img-wrapper img {
    width: 210px;
    height: 220px;
  }
  .team-carousel .team-content .team-social-icons a {
    float: none;
  }
  h3.page-module-title {
    margin-top: 20px;
  }
  .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;
  }
  .fullwidth .box-container {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 479px) {
  .top-bar {
    height: 40px;
    line-height: 30px;
  }
  .top-menu ul li a {
    font-size: 10px !important;
    padding-right: 6px;
  }
  .account {
    text-align: center;
  }
  .account .btl-panel {
    float: none !important;
    display: inline-block;
  }
  #btl .btl-panel > span {
    font-size: 10px;
  }
  .header {
    text-align: center;
  }
  .head-search {
    float: none !important;
  }
  .head-search .form-control {
    height: 35px;
  }
  .head-search .search:before {
    top: 7px;
  }
  .topinfo {
    display: none;
  }
  .top-social ul li {
    margin: 0 2px 0 0 !important;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content {
    width: 50%;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc {
    padding: 12px 8px 10px;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc h1 {
    font-size: 12px;
    line-height: normal;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc h2 {
    font-size: 10px;
    line-height: normal;
    margin: 7px 0;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc p {
    display: none;
  }
  .rokhomeslide .sprocket-features.layout-slideshow .sprocket-features-content .sprocket-features-desc a.btn {
    font-size: 9px;
  }
  .page-sider .sprocket-features.layout-slideshow .sprocket-features-arrows .next {
    right: 0;
  }
  .page-sider .sprocket-features.layout-slideshow .sprocket-features-arrows .prev {
    left: 0;
  }
  .page-sider .sprocket-features.layout-slideshow .sprocket-features-content {
    left: 32px;
  }
  .page-sider .sprocket-features.layout-slideshow .sprocket-features-pagination {
    display: none;
  }
  .page-sider .sprocket-features.layout-slideshow .sprocket-features-desc h2.page-slider-title {
    font-size: 10px;
    padding: 2px 5px;
  }
  .page-sider .sprocket-features.layout-slideshow .sprocket-features-desc h3.page-slider-subtitle {
    font-size: 8px;
    padding: 2px 5px;
  }
  .ts-service-box .col-xs-6 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.sprocket-strips-container.cols-4 li,
  ul.sprocket-strips-container.cols-5 li {
    width: 100%;
    float: left;
  }
  .latest-post ul li .moduleItemDate {
    width: 36px;
    height: 38px;
    font-size: 16px;
    line-height: 16px;
  }
  .latest-post ul li a.moduleItemTitle {
    font-size: 14px !important;
  }
  .latest-post ul li .moduleItemContent {
    width: 9.5em;
  }
  .latest-post ul li .moduleItemAuthor,
  .latest-post ul li .moduleItemAuthor a,
  .latest-post ul li a.moduleItemComments {
    font-size: 10px;
    padding: 0 !important;
  }
  .latest-post ul li a.moduleItemComments {
    display: block;
  }
  .latest-post ul li .moduleItemIntrotext {
    font-size: 12px;
    line-height: 14px !important;
  }
  #action .custom i {
    float: none !important;
  }
  #action .custom h2 {
    font-size: 20px;
    margin: 10px 0;
    line-height: normal;
  }
  #action .custom a.action {
    padding: 10px 15px;
  }
  .t3-copyright {
    padding-bottom: 30px;
  }
  #back-to-top.affix {
    bottom: 30px;
  }
  
  #page-title .page-title-content {
    padding: 5px 8px;
  }
  #page-title .page-title-content h2 {
    margin-top: 8px;
    font-size: 10px;
  }
  .sprocket-mosaic .sprocket-mosaic-content h2.sprocket-mosaic-title {
    font-size: 16px;
  }
  .sprocket-mosaic .sprocket-mosaic-content span.mosaic-hits {
    margin-top: -20px;
  }
  .sprocket-mosaic-columns-4 li {
    width: 100% !important;
  }
  .featured-tab {
    padding: 10px;
  }
  .camera_caption_title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .blog .article-title {
    margin-top: 15px;
  }
  .pagination > li > a,
  .pagination > li > span {
    margin-right: 3px;
    padding: 5px 7px;
  }
  .counter {
    float: left !important;
    margin-bottom: 10px !important;
  }
  div.catItemLinks {
    margin: 0;
  }
  .catItemCommentsLink {
    display: block !important;
  }
  div.itemToolbar {
    display: block;
    float: left;
  }
  .itemIntroText {
    clear: both;
  }
}

@media (min-width: 320px) and (max-width: 478px) {
  .off-canvas-toggle {
    left: 0;
  }
  .top-social {
    margin-right: -20px;
  }
  .ts-service-box .ts-service-image .ts-service-icon {
    margin-top: -11px;
  }
}