.t3-module {
  background: transparent;
  color: inherit;
  *margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    *margin-bottom: 44px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #2d3338;
  font-size: 21px;
  margin: 0 0 11px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
}
.module-title:before {
  content: '';
  width: 45px;
  height: 3px;
  background: #2d3338;
  position: absolute;
  top: 44px;
  left: 0;
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 22px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  padding-top: 11px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 11px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #1d6fa5;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #1d6fa5;
}
.breadcrumb {
  text-align: right;
  background: none;
  z-index: 2;
  position: relative;
  
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    text-align: left;
  }
}
.breadcrumb li a {
  color: #999999;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb li a:hover {
  color: #828282;
}
.breadcrumb li span {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.too-breadcrumb-title {
  float: left;
  z-index: 2;
  position: relative;
  
}
@media screen and (max-width: 767px) {
  .too-breadcrumb-title {
    float: none;
  }
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.nav-search {
  padding: 0;
}
.nav-search > a {
  color: #999999;
  padding: 12px 15px;
  display: block;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .nav-search > a {
    margin-top: 0;
  }
}
.nav-search > a:hover {
  color: #2d3338;
}
.nav-search.open > a {
  color: #2d3338;
}
.nav-search .dropdown-menu {
  background: #ffffff;
  margin-top: 22px;
  right: 0 !important;
  left: auto;
  padding: 22px;
  border: 0;
  border-radius: 0;
}
.nav-search .dropdown-menu .t3-module {
  margin-bottom: 0;
}
.nav-search .dropdown-menu .t3-module .search input {
  background: #ffffff;
  border-color: #999999;
  border-radius: 0;
  color: #828282;
  font-size: 14px;
  width: 200px;
}
.nav-search .dropdown-menu .t3-module .search input:hover,
.nav-search .dropdown-menu .t3-module .search input:active,
.nav-search .dropdown-menu .t3-module .search input:focus {
  background: #f5f5f5;
  transition: 300ms;
  box-shadow: none !important;
}
.too-intro {
  background: #F5F5F5;
}
.too-intro h4 {
  margin-top: 4px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .too-intro h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .too-intro h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
.service-spot div {
  padding-left: 3px;
  padding-right: 3px;
}
.service-spot div h4 {
  margin-top: 26px;
  margin-bottom: 13px;
  text-transform: capitalize;
}
.service-spot div p {
  margin: 0px;
}
@media (max-width: 767px) {
  .service-spot div {
    margin-bottom: 10px;
  }
}
.too-projects {
  background: #2a2f35;
}
.too-projects .module-title {
  color: #ffffff;
  position: relative;
}
.too-projects .module-title:before {
  content: '';
  width: 45px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 44px;
  left: 0;
}
.too-projects .sprocket-strips-item {
  box-shadow: none;
  border-radius: 0;
}
.too-projects .sprocket-strips-content {
  z-index: 100;
  position: relative;
  padding: 0;
}
.too-projects .sprocket-strips-content .sprocket-strips-text {
  color: #ffffff;
  margin-bottom: 5px;
}
.too-projects .sprocket-strips-container > li {
  margin-top: 0;
  margin-bottom: 0;
  
}
@media screen and (max-width: 767px) {
  .too-projects .sprocket-strips-container > li {
    margin-bottom: 20px;
  }
  .too-projects .sprocket-strips-container > li:last-child {
    margin-bottom: 0;
  }
}
.sprocket-strips-nav {
  position: absolute;
  top: -75px !important;
  right: -5px !important;
  width: auto;
}
.sprocket-strips-nav .sprocket-strips-arrows {
  display: inline-block;
}
.sprocket-strips-nav .sprocket-strips-arrows .arrow {
  cursor: pointer;
  background: transparent;
  border: 2px solid #ffffff;
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.sprocket-strips-nav .sprocket-strips-arrows .arrow:hover {
  border: 2px solid #3498db;
  color: #3498db;
}
.services .service-bottom {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services .service-bottom {
    margin-bottom: 0;
  }
}
.services em {
  font-size: 35px;
  vertical-align: text-top;
  color: #3498db;
  padding-bottom: 10px;
}
.too-parallax-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 380px;
}
@media (max-width: 767px) {
  .too-parallax-overlay {
    background-position: 75% 75%;
    height: 660px;
  }
}
.too-parallax-overlay .count-padding {
  padding-top: 105px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .too-parallax-overlay .count-padding {
    padding-top: 60px;
  }
}
.too-parallax-overlay .count-padding .module-title {
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
}
.too-parallax-overlay .count-padding .module-title:before {
  content: '';
  width: 45px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 44px;
  left: 0;
}
@media (max-width: 767px) {
  .too-parallax-overlay .count-padding .module-title:before {
    top: 74px;
  }
}
.too-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 380px;
}
@media (max-width: 767px) {
  .too-parallax {
    background-position: 75% 75%;
    height: 660px;
  }
}
.too-parallax .gp-number .gp-count .gp-icon {
  padding-right: 10px;
  height: 100px;
  color: #ffffff;
  line-height: 100px;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.too-parallax .gp-number .gp-count .too-highlight {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3498db;
  font-size: 35px;
  line-height: 1.7;
  margin-top: 10px;
}
.too-parallax .gp-number p {
  text-transform: capitalize;
  font-weight: 600;
  margin-top: -20px;
  color: #ffffff;
}
.too-blog {
  background: #f5f5f5;
}
.too-blog .company-news ul li.clearList {
  display: none !important;
  float: none !important;
  clear: both !important;
}
.too-blog .company-news ul li {
  width: 30%;
  margin: 0 22px;
  float: left;
  background: #ffffff;
  
  
}
.too-blog .company-news ul li:first-child {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .too-blog .company-news ul li {
    margin: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .too-blog .company-news ul li {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
.too-blog .company-news ul li .moduleItemImage {
  position: relative;
}
.too-blog .company-news ul li .moduleItemImage img {
  height: 230px;
  
  
}
@media (min-width: 768px) and (max-width: 980px) {
  .too-blog .company-news ul li .moduleItemImage img {
    height: 145px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .too-blog .company-news ul li .moduleItemImage img {
    height: auto;
  }
}
.too-blog .company-news ul li .moduleItemDate {
  background: #3498db;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
  text-align: center;
  width: 90px;
  border-radius: 6px 6px 0px 0px;
}
.too-blog .company-news ul li .moduleItemDate .date-month {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.6;
  color: #2d3338;
  font-family: 'Montserrat', sans-serif;
}
.too-blog .company-news ul li .moduleItemDate .date-day {
  float: left;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-weight: 600;
  background: #2a2f35;
  color: #ffffff;
  border: none;
  line-height: 2.35;
  padding: 0px 8px;
  border-radius: 6px 0px 0px 0px;
}
.too-blog .company-news ul li .moduleItemContent {
  position: relative;
  word-wrap: break-word;
  padding: 20px;
}
.too-blog .company-news ul li a.moduleItemTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px !important;
  font-weight: 500;
  text-decoration: none;
  color: #2d3338;
  letter-spacing: -0.5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.too-blog .company-news ul li a.moduleItemTitle:hover {
  color: #3498db;
}
.too-blog .company-news ul li .moduleItemIntrotext {
  padding-bottom: 8px !important;
  padding-top: 4px;
  *line-height: 1.66667;
}
.too-blog .company-news ul li a.moduleItemReadMore {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #2d3338;
}
.too-blog .company-news ul li a.moduleItemReadMore:hover,
.too-blog .company-news ul li a.moduleItemReadMore:focus {
  color: #3498db;
}
.too-blog .company-news ul li .moduleItemAuthor,
.too-blog .company-news ul li .moduleItemAuthor a,
.too-blog .company-news ul li a.moduleItemComments {
  color: #959595;
  font-size: 13px;
}
.too-blog .company-news ul li .moduleItemAuthor a:hover,
.too-blog .company-news ul li a.moduleItemComments:hover {
  color: #3498db;
}
.sprocket-strips-p .sprocket-strips-p-item {
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.sprocket-strips-p .sprocket-strips-p-item img {
  margin: 0 auto;
  opacity: 1;
}
.sprocket-strips-p .sprocket-strips-p-item img:hover {
  opacity: 0.5;
  cursor: pointer;
}
.sprocket-strips-p .sprocket-strips-p-item .sprocket-strips-p-content {
  display: none;
}
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow {
  color: #ffffff;
  height: 30px;
  width: 30px;
}
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow i {
  font-size: 25px;
}
@media (max-width: 767px) {
  .too-phone-margin {
    margin-top: 30px;
  }
}
.too-testimonial {
  background: none repeat scroll 0% 0% #f5f5f5;
  padding: 24px;
  position: relative;
  font-size: 15px;
}
.too-testimonial .sprocket-quotes-image {
  max-width: 25%;
  border-radius: 100%;
  border: none;
  background: #f5f5f5;
  display: inline-block;
  max-width: 100px;
  padding: 9px;
  position: absolute;
  left: 19px;
  top: -20px;
}
.too-testimonial .sprocket-quotes-author {
  display: inline-block;
  color: #2d3338;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 60px 0 5px;
  text-transform: uppercase;
}
.too-testimonial .sprocket-quotes-subtext {
  display: inline-block;
  color: #828282;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding-left: 8px;
  font-style: normal;
}
.too-testimonial p {
  margin-bottom: 0;
}
.sprocket-quotes-arrows {
  position: absolute;
  top: -75px !important;
  right: -5px !important;
  width: auto;
  display: inline-block;
}
.sprocket-quotes-arrows .arrow {
  cursor: pointer;
  background: transparent !important;
  border: 2px solid #2d3338 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 20px;
  font-size: 32px !important;
  font-weight: 600;
  color: #2d3338 !important;
  opacity: 1 !important;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  margin-left: 2px;
  border-radius: 1px !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.sprocket-quotes-arrows .arrow:hover {
  border: 2px solid #3498db !important;
  color: #3498db !important;
}
.too-info {
  background: #3498db;
  padding-bottom: 45px;
  padding-top: 45px;
}
.too-info h4 {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .too-info h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .too-info h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
.too-newsletter {
  background: #1c2126;
  padding-bottom: 35px;
  padding-top: 35px;
}
.too-newsletter .col-md-6,
.too-newsletter .col-lg-6 {
  padding-left: 0;
}
.too-newsletter .col-md-6 .col-md-4,
.too-newsletter .col-lg-6 .col-md-4,
.too-newsletter .col-md-6 .col-lg-4,
.too-newsletter .col-lg-6 .col-lg-4 {
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 980px) {
  .too-newsletter .too-mailing {
    margin-top: 10px;
  }
}
.too-newsletter h4 {
  color: #ffffff;
  display: inline-block;
}
.too-newsletter .social-media {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .too-newsletter .social-media {
    margin-left: 0;
  }
}
.too-newsletter .social-media i,
.too-newsletter .social-media em {
  color: #eeeeee;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #12161a;
  line-height: 40px;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.too-newsletter .social-media i:hover,
.too-newsletter .social-media em:hover {
  background: #ffffff;
  color: #2d3338;
}
@media (max-width: 767px) {
  .too-newsletter .social-media i,
  .too-newsletter .social-media em {
    margin-left: 5px;
  }
}
.too-newsletter .acymailing_form {
  margin-top: 5px;
}
.too-newsletter .acymailing_form .inputbox {
  border-radius: 0px;
  border: 1px solid #3498db;
  background: transparent;
  font-size: 14px;
  height: 38px;
  font-weight: 400;
  color: #999999;
  width: 215px !important;
  box-shadow: none;
  
}
@media (max-width: 767px) {
  .too-newsletter .acymailing_form .inputbox {
    width: 175px !important;
  }
}
.too-newsletter .acymailing_form .acysubbuttons {
  text-align: left;
}
.too-newsletter .acymailing_form .button {
  font-weight: 600;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 25px;
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
  background: #3498db;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #2d3338;
  
}
@media (max-width: 767px) {
  .too-newsletter .acymailing_form .button {
    padding: 10px 10px;
    margin: 0;
  }
}
.too-newsletter .acymailing_form .button:hover {
  background: #12161a;
  color: #ffffff;
}
.too-intro2 {
  background: #FFF;
}
.too-intro2 h4 {
  margin-top: 4px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .too-intro2 h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .too-intro2 h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
.services-2 .too-padding {
  padding: 60px;
}
.services-2 .too-column1 {
  border-top: 1px solid #F5F5F5;
}
.services-2 .too-column2 {
  background: #F5F5F5;
}
.services-2 h4 {
  text-transform: capitalize;
}
.services-2 .too-column3 {
  background: #3498db;
  border-top: 1px solid #3498db;
}
.services-2 .too-column3 p {
  color: #2d3338;
}
.services-2 .too-column3 em {
  color: #2d3338;
}
.services-2 em {
  font-size: 35px;
  vertical-align: text-top;
  color: #3498db;
  padding-bottom: 10px;
}
.projects-home2 {
  background-attachment: normal;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 480px;
}
@media (max-width: 991px) {
  .projects-home2 {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .projects-home2 {
    background-position: 75% 75%;
    height: 820px;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  .projects-home2 {
    height: 900px;
  }
}
.projects-home2 h3 {
  margin-top: 75px;
}
.projects-home2-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 480px;
}
@media (max-width: 991px) {
  .projects-home2-overlay {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .projects-home2-overlay {
    background-position: 75% 75%;
    height: 820px;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  .projects-home2-overlay {
    height: 900px;
  }
}
.sprocket-lists ul.sprocket-lists-container li {
  margin-bottom: 10px;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #2d3338;
  padding: 14px 10px;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title:last-child {
  margin-bottom: 0;
}
.sprocket-lists ul.sprocket-lists-container li.active h4.sprocket-lists-title {
  background: #3498db;
  border: none;
}
.too-testimonial2 {
  background: #f5f5f5;
}
.too-testimonial2 .too-testimonial-home2 {
  background: none repeat scroll 0% 0% #ffffff;
  padding: 24px;
  position: relative;
  font-size: 15px;
}
.too-testimonial2 .too-testimonial-home2 .sprocket-quotes-image {
  max-width: 25%;
  border-radius: 100%;
  border: none;
  background: #ffffff;
  display: inline-block;
  max-width: 100px;
  padding: 9px;
  position: absolute;
  left: 19px;
  top: -20px;
}
.too-testimonial2 .too-testimonial-home2 .sprocket-quotes-author {
  display: inline-block;
  color: #2d3338;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 60px 0 5px;
  text-transform: uppercase;
}
.too-testimonial2 .too-testimonial-home2 .sprocket-quotes-subtext {
  display: inline-block;
  color: #828282;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding-left: 8px;
  font-style: normal;
}
.too-testimonial2 .too-testimonial-home2 p {
  margin-bottom: 0;
}
.too-parallax-overlay2 {
  background-color: rgba(0, 0, 0, 0.5);
  height: 260px;
}
@media (max-width: 991px) {
  .too-parallax-overlay2 {
    background-position: 75% 75%;
    height: 340px;
  }
}
@media (max-width: 767px) {
  .too-parallax-overlay2 {
    background-position: 75% 75%;
    height: 660px;
  }
}
.too-parallax-overlay2 .count-padding {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .too-parallax-overlay2 .count-padding {
    padding-top: 60px;
  }
}
.too-parallax-overlay2 .count-padding .module-title {
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.4;
}
.too-parallax-overlay2 .count-padding .module-title:before {
  content: '';
  width: 0;
  height: 0;
  background: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.too-parallax2 {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 260px;
}
@media (max-width: 991px) {
  .too-parallax2 {
    background-position: 75% 75%;
    height: 340px;
  }
}
@media (max-width: 767px) {
  .too-parallax2 {
    background-position: 75% 75%;
    height: 660px;
  }
}
@media (max-width: 767px) {
  .too-parallax2 .gp-number .gp-count {
    margin-bottom: 20px;
  }
}
.too-parallax2 .gp-number .gp-count .gp-icon {
  padding-right: 10px;
  color: #ffffff;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .too-parallax2 .gp-number .gp-count .gp-icon {
    line-height: 55px;
  }
}
.too-parallax2 .gp-number .gp-count .too-highlight {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3498db;
  font-size: 35px;
  line-height: 0;
  margin-top: 0;
}
.too-parallax2 .gp-number p {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.sprocket-strips-p-nav,
.sprocket-strips-s-nav,
.sprocket-strips-c-nav {
  position: absolute;
  top: -75px !important;
  right: -5px !important;
  width: auto;
}
.sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow,
.sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow,
.sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow,
.sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow,
.sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow,
.sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow,
.sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow,
.sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow,
.sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow {
  cursor: pointer;
  background: transparent;
  border: 2px solid #2d3338;
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #2d3338 !important;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow:hover,
.sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow:hover,
.sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow:hover,
.sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow:hover,
.sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow:hover,
.sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow:hover,
.sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow:hover,
.sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow:hover,
.sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow:hover {
  border: 2px solid #3498db;
  color: #3498db !important;
}
.too-info2 {
  background: #f5f5f5;
  padding-bottom: 45px;
  padding-top: 45px;
}
.too-info2 h4 {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .too-info2 h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .too-info2 h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
.too-intro3 {
  background: #3498db;
}
.too-intro3 h4 {
  margin-top: 10px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .too-intro3 h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .too-intro3 h4 {
    margin-top: 0;
    line-height: 1.4;
  }
}
.too-about .too-padding {
  padding: 80px 62px 0px 10px;
  
}
@media (max-width: 991px) {
  .too-about .too-padding {
    padding: 0 62px 0px 10px;
  }
}
.too-about h4 {
  text-transform: capitalize;
}
.too-about .director {
  display: inline-block;
  color: #2d3338;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  *margin: 60px 0 5px;
  text-transform: uppercase;
}
.too-about .designation {
  display: inline-block;
  color: #828282;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding-left: 8px;
  font-style: normal;
  text-transform: capitalize;
}
.services-3 .too-padding {
  padding: 60px;
  border-top: 1px solid #F5F5F5;
}
.services-3 .too-gray {
  background: #F5F5F5;
}
.services-3 h4 {
  text-transform: capitalize;
}
.services-3 em {
  font-size: 35px;
  vertical-align: text-top;
  color: #3498db;
  padding-bottom: 10px;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  float: none !important;
  margin-bottom: 44px;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li {
  text-transform: capitalize;
  background: transparent !important;
  border: 2px solid #555555;
  font-size: 16px;
  padding: 8px 20px;
  margin: 5px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li:hover {
  border: 2px solid #3498db;
  background: #3498db !important;
  color: #2d3338;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li.active {
  border: 2px solid #3498db;
  background: #3498db !important;
  color: #2d3338;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  border: none;
  margin: 0px;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-mosaic-tags {
  display: none;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-loadmore {
  background: transparent !important;
  border: 2px solid #555555;
  width: 130px;
  padding: 8px 0;
  margin-top: 40px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-loadmore:hover {
  border: 2px solid #3498db;
  background: #3498db !important;
  color: #2d3338;
}
.too-projects-home3 .sprocket-mosaic .sprocket-mosaic-loadmore .loadmore-text {
  text-transform: capitalize;
  font-size: 16px;
}
.too-parallax-overlay3 {
  background-color: rgba(0, 0, 0, 0.8);
  height: 450px;
}
@media (max-width: 767px) {
  .too-parallax-overlay3 {
    background-position: 75% 75%;
    height: 920px;
  }
}
.too-parallax-overlay3 .count-padding {
  padding-top: 105px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .too-parallax-overlay3 .count-padding {
    padding-top: 60px;
  }
}
.too-parallax-overlay3 .count-padding .module-title {
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.4;
}
.too-parallax-overlay3 .count-padding .module-title:before {
  content: '';
  width: 45px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 76px;
  left: 0;
}
@media (max-width: 767px) {
  .too-parallax-overlay3 .count-padding .module-title:before {
    top: 140px;
  }
}
.too-parallax3 {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
}
@media (max-width: 767px) {
  .too-parallax3 {
    background-position: 75% 75%;
    height: 920px;
  }
}
.too-parallax3 .gp-number .gp-count .gp-icon {
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 0px;
  color: #ffffff;
  font-size: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.too-parallax3 .gp-number .gp-count .too-highlight {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3498db;
  font-size: 42px;
  line-height: 1.6;
}
.too-parallax3 .gp-number p {
  text-transform: capitalize;
  font-weight: 600;
  margin-top: -5px;
  color: #ffffff;
}
.too-about-us h4 {
  line-height: 1.4;
  margin-top: -5px;
}
.too-about-us p {
  margin-bottom: 25px;
}
.too-about-us .about-us-icons {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .too-about-us .about-us-icons {
    margin-left: 0;
    margin-top: 40px;
  }
}
.too-about-us .about-us-icons i,
.too-about-us .about-us-icons em {
  padding: 10px;
  background: #3498db;
  border-radius: 1%;
  color: #ffffff;
  margin-right: 20px;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  font-size: 20px;
}
.too-about-us .about-us-icons h4 {
  text-transform: uppercase;
  font-size: 17px;
}
.too-about-us .about-us-icons p {
  margin-left: 60px;
  margin-right: 130px;
  margin-top: -10px;
  
}
@media (max-width: 991px) {
  .too-about-us .about-us-icons p {
    margin-right: 0;
  }
}
.too-features {
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .too-features .too-column-container {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .too-features .too-column-container {
    height: 340px;
  }
}
.too-features .too-column-container .logo_container {
  top: 180px;
  left: 130px;
  position: absolute;
}
@media (max-width: 991px) {
  .too-features .too-column-container .logo_container {
    top: 70px;
    left: auto;
    text-align: center;
    position: relative;
  }
}
@media (max-width: 767px) {
  .too-features .too-column-container .logo_container {
    top: 55px;
    left: auto;
    position: absolute;
    text-align: left;
  }
}
.too-features .too-column-container .logo_container h3 {
  color: #ffffff;
  line-height: 1.4;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.too-features .features-box {
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 55px 50px;
}
.too-features .features-box em {
  font-size: 35px;
  display: block;
  margin-bottom: 18px;
  vertical-align: top;
  color: #3498db;
}
.too-features .features-box h4 {
  text-transform: capitalize;
}
.too-features .features-box p {
  margin-bottom: 0 !important;
}
.too-features .column-1 {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.too-features .column-2 {
  border-bottom: 1px solid #ffffff;
}
.too-features .column-3 {
  border-right: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .too-features .column-3 {
    border-bottom: 1px solid #ffffff;
  }
}
.too-features-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 557px;
}
.no-padding {
  padding: 0px !important;
}
.our-team h4.sprocket-strips-s-title {
  margin-bottom: 0;
  text-transform: capitalize;
}
.our-team .sprocket-strips-s-text span {
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
}
.our-team .social-icons {
  margin-left: -40px;
}
.our-team .social-icons li {
  display: inline;
  float: left;
}
.our-team .social-icons li i {
  width: 35px;
  height: 35px;
  z-index: 20;
  text-align: center;
  line-height: 33px;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.our-team .social-icons li i.fa-facebook {
  background: #677fb5;
  color: #fff;
}
.our-team .social-icons li i.fa-facebook:hover {
  color: #fff !important;
  background: #334469 !important;
}
.our-team .social-icons li i.fa-twitter {
  background: #70c2e9;
  color: #fff;
}
.our-team .social-icons li i.fa-twitter:hover {
  color: #fff !important;
  background: #1d89bd !important;
}
.our-team .social-icons li i.fa-linkedin {
  background: #3daccf;
  color: #fff;
}
.our-team .social-icons li i.fa-linkedin:hover {
  color: #fff !important;
  background: #1c5c71 !important;
}
.our-team .social-icons li i.fa-pinterest {
  background: #d8545d;
  color: #fff;
}
.our-team .social-icons li i.fa-pinterest:hover {
  color: #fff !important;
  background: #8c2027 !important;
}
.service-item {
  margin-bottom: 40px;
  padding: 0 20px;
}
.service-item .service-bg {
  background: #f5f5f5;
  padding: 25px;
}
.service-item .service-bg h4 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.service-item .service-bg p {
  margin-bottom: 15px;
}
.single-service-page .service-link-widget .tabs-left .active a {
  border: 0;
  background: #3498db;
  color: #ffffff;
}
.single-service-page .service-link-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-service-page .service-link-widget ul li {
  margin-bottom: 0;
}
.single-service-page .service-link-widget ul li a {
  padding: 15px 15px 15px 50px;
  width: 285px;
  background: #f5f5f5;
  border: 1px solid #eeeeee !important;
  border-radius: 2px !important;
  margin-bottom: 10px !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #2d3338;
}
@media (min-width: 320px) and (max-width: 980px) {
  .single-service-page .service-link-widget ul li a {
    padding: 17px 40px;
  }
}
.tab-content {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tab-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.tab-content .img-responsive {
  
}
@media (max-width: 767px) {
  .tab-content .img-responsive {
    display: inline-block;
  }
}
.tab-content h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tab-content .service-top {
  margin-top: 30px;
}
.tab-content .service-top h4 {
  text-transform: capitalize;
  margin-top: 20px;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  float: none !important;
  margin-bottom: 44px;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li {
  text-transform: capitalize;
  background: transparent !important;
  border: 1px solid #eeeeee;
  font-size: 16px;
  padding: 8px 20px;
  margin: 5px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li:hover {
  border: 1px solid #3498db;
  background: #3498db !important;
  color: #2d3338;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li.active {
  border: 1px solid #3498db;
  background: #3498db !important;
  color: #2d3338;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  border: none;
  margin: 0px;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-mosaic-tags {
  display: none;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-loadmore {
  background: transparent !important;
  border: 2px solid #eeeeee;
  width: 130px;
  padding: 8px 0;
  margin-top: 40px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-loadmore:hover {
  border: 2px solid #2d3338;
  background: #2d3338 !important;
  color: #ffffff;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-loadmore .loadmore-text {
  text-transform: capitalize;
  font-size: 16px;
}
.too-project ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.too-project ul li {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
  color: #2d3338;
}
.too-project ul li span {
  font-weight: 600;
  color: #999999;
  margin-right: 5px;
  text-transform: capitalize;
}
.too-project ul li:first-child {
  padding: 0;
  margin: 0;
  border: none;
}
.too-project .too-project-itemBody h4 {
  padding-bottom: 5px;
}
.too-ItemImage {
  position: relative;
}
.too-ItemImage .catItemDateCreated,
.too-ItemImage .genericItemDateCreated,
.too-ItemImage .userItemDateCreated,
.too-ItemImage .tagItemDateCreated {
  background: #3498db;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
  text-align: center;
  width: 90px;
  border-radius: 6px 6px 0px 0px;
}
.too-ItemImage .catItemDateCreated .month-year,
.too-ItemImage .genericItemDateCreated .month-year,
.too-ItemImage .userItemDateCreated .month-year,
.too-ItemImage .tagItemDateCreated .month-year {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.6;
  color: #2d3338;
  font-family: 'Montserrat', sans-serif;
}
.too-ItemImage .catItemDateCreated .date,
.too-ItemImage .genericItemDateCreated .date,
.too-ItemImage .userItemDateCreated .date,
.too-ItemImage .tagItemDateCreated .date {
  float: left;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-weight: 700;
  background: #2a2f35;
  color: #ffffff;
  border: none;
  line-height: 2.35;
  padding: 0px 8px;
  border-radius: 6px 0px 0px 0px;
}
.too-ItemImage {
  position: relative;
}
.too-ItemImage .itemDateCreated {
  background: #3498db;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
  text-align: center;
  width: 90px;
  border-radius: 6px 6px 0px 0px;
}
.too-ItemImage .itemDateCreated .month-year {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.65;
  color: #2d3338;
  font-family: 'Montserrat', sans-serif;
}
.too-ItemImage .itemDateCreated .date {
  float: left;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-weight: 700;
  background: #2a2f35;
  color: #ffffff;
  border: none;
  line-height: 2.35;
  padding: 0px 8px;
  border-radius: 6px 0px 0px 0px;
}
.k2SearchBlockForm {
  display: flex;
  height: 40px;
}
.k2SearchBlockForm .inputbox {
  border-radius: 0px;
  box-shadow: 0px;
  height: 40px;
}
.k2SearchBlockForm .inputbox:focus {
  box-shadow: none;
  border-color: #555555;
}
.k2SearchBlockForm .btn {
  border-radius: 0px;
  border: 0px;
  background: #555555;
  padding: 6px 12px;
  color: #ffffff;
}
.k2SearchBlockForm .btn:hover {
  background: #2d3338;
}
.too-k2-sidebar ul {
  margin-bottom: 0px;
}
.too-k2-sidebar ul li {
  list-style: outside none none;
  position: relative;
  padding: 10px 0 10px 20px !important;
  background: #f5f5f5;
  border: 1px solid #eeeeee !important;
  border-radius: 2px !important;
  margin-bottom: 10px;
}
.too-k2-sidebar ul li:hover {
  border: 1px solid #3498db !important;
  background: #3498db;
}
.too-k2-sidebar ul li:last-child {
  margin-bottom: 0;
}
.too-k2-sidebar ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  text-transform: capitalize;
  color: #2d3338 !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.too-k2-sidebar ul li a:hover {
  color: #ffffff !important;
}
.too-k2-sidebar ul li a .catTitle {
  font-size: 13px !important;
}
.j2store-product-filters {
  margin-bottom: 40px;
}
#productFilters {
  margin: 0 0 15px 12px;
}
@media (max-width: 768px) {
  #productFilters {
    margin: 15px 0 27px ;
  }
}
#productFilters input {
  margin-right: 4px;
}
@media (max-width: 767px) {
  #productFilters input {
    margin-right: 0;
  }
}
#productFilters .j2store-product-search-input {
  box-shadow: none;
  border-radius: 0;
  border-color: #eeeeee;
}
@media (max-width: 767px) {
  #productFilters .j2store-product-search-input {
    margin-top: 10px;
    margin-right: 0;
  }
}
#productFilters .btn {
  text-transform: capitalize;
  padding: 9px 28px;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  #productFilters .btn {
    width: 49%;
  }
}
#productFilters select#j2store_sortby {
  border-radius: 0px 0px 0px 0px;
  height: 38px;
  box-shadow: none;
  border-color: #eeeeee;
}
@media (max-width: 767px) {
  #productFilters select#j2store_sortby {
    margin-top: 10px;
    width: 100%;
  }
}
.price-filters .ui-widget {
  width: 93% !important;
}
.price-filters #j2store-slider-range {
  display: inline-block;
  margin-top: 15px;
}
.price-filters #j2store-slider-range .ui-slider-range {
  background: #3498db !important;
}
.price-filters #j2store-slider-range .ui-slider-handle {
  background: #ffffff !important;
  border-radius: 0px;
  top: -0.4em;
  border: 2px solid #3498db;
  margin-left: -3px;
}
.price-filters .price-input-box {
  margin-top: 15px;
}
.category-filters .j2product-categories a {
  padding: 10px 0 10px 20px !important;
  background: #f5f5f5;
  border: 1px solid #eeeeee !important;
  border-radius: 2px !important;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px !important;
  text-transform: capitalize;
  color: #2d3338 !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-filters .j2product-categories a:hover {
  color: #ffffff !important;
  cursor: pointer;
  background: #3498db;
  border: 1px solid #3498db;
}
.category-filters .j2product-categories a i {
  margin: 5px;
}
@media (min-width: 768px) {
  .category-filters .j2product-categories a {
    padding: 10px 0 10px 10px !important;
  }
}
#j2store-brand-filter-container .j2store-product-brand-label {
  display: block;
  font-size: 14px;
  padding: 8px 15px 8px 0;
  color: #2d3338;
  font-weight: normal;
}
.j2store-sidebar-filters-container .module-title {
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0 0 25px 0;
}
.j2store-sidebar-filters-container .module-title:before {
  content: '';
  width: 0;
  height: 0;
  background: 0;
  top: 0;
  left: 0;
}
.j2store-minicart-button {
  margin-top: 20px;
}
.j2store-minicart-button a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 1px;
  padding: 10px 28px;
  border: none;
  background-color: #3498db;
  color: #2d3338;
}
.j2store-minicart-button a:hover,
.j2store-minicart-button a:focus {
  background-color: #2d3338;
  color: #ffffff;
}
.j2store-single-product {
  margin-top: 20px;
  border: 1px solid #f5f5f5;
}
@media (max-width: 991px) {
  .j2store-single-product .too-addtocart-form .btn {
    padding: 8px 10px;
  }
}
.j2store-single-product .too-j2store-content {
  background: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  padding: 20px 0 20px 25px;
}
@media (min-width: 768px) {
  .j2store-single-product .too-j2store-content .btn {
    padding: 8px 10px;
  }
}
.j2store-single-product .too-j2store-content .product-title {
  margin-bottom: 5px;
}
.j2store-single-product .too-j2store-content .product-title a {
  font-size: 17px;
  color: #2d3338;
  text-transform: capitalize;
}
.j2store-single-product .too-j2store-content .product-title a:hover {
  color: #3498db;
}
.j2store-single-product .too-j2store-content .product-price-container .base-price {
  float: none;
  display: inline;
}
.j2store-single-product .too-j2store-content .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 16px;
  font-weight: bold;
}
.j2store-single-product .too-j2store-content .product-price-container .sale-price {
  color: #3498db;
  display: inline;
}
.j2store-single-product .too-j2store-content .discount-percentage {
  position: absolute;
  display: block;
  right: 20px;
  top: 26px;
  z-index: 50;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  background: #2d3338;
  color: #ffffff;
  line-height: 16px;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 15px;
}
.j2store-single-product .too-j2store-content .discount-percentage p {
  margin: 13px 0px !important;
}
.j2store-single-product .too-j2store-content .too-j2store-quickview {
  margin-top: 15px !important;
}
.j2store-single-product .too-addtocart-form .j2store-add-to-cart .product-qty {
  display: block !important;
}
.j2store-single-product .too-addtocart-form .j2store-add-to-cart .j2store-cart-button {
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 0;
}
.j2store-single-product .j2store-view-back-button {
  margin-bottom: 20px;
}
.j2store-single-product .simple-product .j2store-mainimage {
  text-align: center;
  border: 1px solid #eeeeee;
}
.j2store-single-product .j2store-product-additional-images {
  margin-top: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list {
  margin-bottom: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li {
  border: 2px solid #eeeeee;
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li:hover {
  border-color: #3498db;
}
.j2store-single-product .jb-product-detail-right .jb-sdesc {
  padding: 0px 0px 15px;
  border-bottom: 1px solid #eeeeee;
}
.j2store-single-product .jb-product-detail-right .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.j2store-single-product .product-title {
  color: #2d3338;
  text-transform: capitalize;
  font-size: 24px;
  margin-top: 0px;
}
.j2store-single-product .price-sku-brand-container {
  margin-top: 25px;
}
.j2store-single-product .price-sku-brand-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 18px;
  font-weight: 400;
}
.j2store-single-product .price-sku-brand-container .sale-price {
  color: #3498db;
  font-weight: bold;
  font-size: 34px;
  margin: 10px 0px;
}
.j2store-single-product .price-sku-brand-container .sale-price .zero-price {
  font-size: 18px;
  font-weight: 400;
}
.j2store-single-product .price-sku-brand-container .sku-text,
.j2store-single-product .price-sku-brand-container .manufacturer-brand-text {
  font-weight: bold;
  color: #2d3338;
}
.j2store-single-product .price-sku-brand-container .discount-percentage {
  font-weight: bold;
  font-size: 20px;
}
.j2store-single-product .j2store-add-to-cart {
  margin-left: 0px;
  margin-top: 15px;
  display: block;
}
.j2store-single-product .j2store-add-to-cart .product-qty {
  display: inline;
}
.j2store-single-product .j2store-add-to-cart .product-qty .input-mini {
  border: 3px solid #eeeeee;
  width: 70px !important;
  box-shadow: none;
  height: 50px;
}
.j2store-single-product .j2store-add-to-cart .j2store-cart-button {
  margin: 5px;
}
.j2store-single-product #j2store_app_shareButton {
  margin-top: 20px;
}
.j2store-single-product #j2store_app_shareButton a {
  background: #eeeeee;
  display: inline-block;
  height: 34px;
  width: 35px;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 6px;
  text-align: center;
}
.j2store-single-product #j2store_app_shareButton a img {
  width: 13px;
  opacity: 0.7;
  transition: all 0.4s ease 0s;
}
.j2store-single-product #j2store_app_shareButton a i {
  font-size: 14px !important;
  color: #999999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.j2store-single-product #j2store_app_shareButton a:hover {
  background: #3498db;
}
.j2store-single-product #j2store_app_shareButton a:hover i {
  color: #ffffff;
}
.j2store-single-product .j2store-addtocart-form {
  margin-bottom: -10px;
}
.j2store-single-product .j2store-addtocart-form .options .col-sm-6 {
  padding: 0px;
}
.j2store-single-product .j2store-addtocart-form .options .option {
  width: 49%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.j2store-single-product .j2store-addtocart-form .options .option .required {
  display: inline;
  float: left;
  color: #f64243;
}
.j2store-single-product .j2store-addtocart-form .options .option b {
  display: block;
  text-transform: uppercase;
}
.j2store-single-product .j2store-addtocart-form .options .option select {
  border-radius: 0px;
  width: 100%;
  border: 3px solid #eeeeee;
  box-shadow: none;
  height: 50px;
}
.j2store-single-product .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.j2store-single-product .nav-tabs li a {
  outline: none;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  border: none;
  color: #2d3338;
}
.j2store-single-product .nav-tabs li a:hover {
  background: transparent;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #3498db;
}
.j2store-single-product .nav-tabs > li.active > a,
.j2store-single-product .nav-tabs > li.active > a:hover,
.j2store-single-product .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #3498db;
  color: #3498db;
  border-top: none;
  border-right: none;
  border-left: none;
}
.j2store-single-product .tab-content {
  background: #f5f5f5;
  padding: 2.4em 2em 2.4em;
  border-radius: 3px;
}
.j2store-single-product .tab-content .product-sdesc td,
.j2store-single-product .tab-content .product-sdesc th {
  border: none;
  text-transform: capitalize;
}
.j2store-single-product .tab-content #j2store-comments h4 {
  border-bottom: none;
  padding: 0px 24px;
  color: #2d3338;
  font-weight: normal;
}
.j2store-single-product .tab-content #j2store-comments .rss {
  background: url("../../../templates/too_buildup/images/system/feed.png") no-repeat !important;
}
.j2store-single-product .tab-content #j2store-comments .refresh {
  background: url("../../../templates/too_buildup/images/system/refresh.png") no-repeat !important;
  padding: 0px 0px 0px 16px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list {
  margin-left: 0px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox {
  border: none;
  padding: 17px 40px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox .comment-box .comment-body {
  color: #999999;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .comments-inline-edit {
  padding: 20px;
}
.j2store-single-product .tab-content #j2store-comments #comments-form input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border-color: #f5f5f5;
}
.j2store-single-product .tab-content #j2store-comments #comments-form textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 3px;
  border-color: #f5f5f5;
}
.j2store-single-product .tab-content #j2store-comments #comments-form .grippie {
  max-width: 100% !important;
  width: 100% !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form label {
  font-family: 'Source Sans Pro', Arial, sans-serif !important;
}
.j2store-single-product .tab-content #j2store-comments .checkbox {
  width: auto !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a {
  padding: 10px 20px;
  background: #3498db;
  border: 2px solid #3498db;
  color: #ffffff;
  height: auto !important;
  line-height: inherit;
  display: inline-block;
  border-radius: 3px;
  font-family: 'Source Sans Pro', Arial, sans-serif !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a:hover {
  background: #1d6fa5;
  border: 2px solid #1d6fa5;
}
#j2store-pagination .pagination > li > a {
  color: #555555;
  padding: 12px 17px;
}
#j2store-pagination .pagination > .active > a {
  background: #eeeeee;
  border: 1px solid #eeeeee;
}
#j2store-pagination .pagination > li:first-child > a {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#j2store-pagination .pagination > li:last-child > a {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
@media (max-width: 767px) {
  .j2store-product-module .owl-item {
    width: 200px !important;
  }
}
.j2store-product-module .owl-stage-outer {
  margin-bottom: -20px;
}
@media (max-width: 991px) {
  .j2store-product-module .btn {
    padding: 8px 10px;
  }
}
.j2store-product-module .owl-nav {
  position: absolute;
  top: -75px !important;
  right: -5px !important;
  width: auto;
  display: inline-block !important;
}
.j2store-product-module .owl-nav .arrow {
  cursor: pointer;
  background: transparent !important;
  border: 2px solid #2d3338 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 25px;
  font-size: 20px !important;
  font-weight: 600;
  color: #2d3338 !important;
  opacity: 1 !important;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  border-radius: 1px !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.j2store-product-module .owl-nav .arrow:hover {
  border: 2px solid #3498db !important;
  color: #3498db !important;
}
.j2store-product-module .j2store-module-product {
  padding-right: 15px;
  padding-left: 15px;
}
.j2store-product-module .j2store-module-product .too-j2store-content {
  background: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  padding: 10px 0 20px 25px;
}
.j2store-product-module .j2store-module-product .too-j2store-content .product-title {
  margin-bottom: 5px;
}
.j2store-product-module .j2store-module-product .too-j2store-content .product-title a {
  font-size: 17px;
  color: #2d3338;
  text-transform: capitalize;
}
.j2store-product-module .j2store-module-product .too-j2store-content .product-title a:hover {
  color: #3498db;
}
.j2store-product-module .j2store-module-product .too-j2store-content .product-price-container .base-price {
  float: none;
  display: inline;
}
.j2store-product-module .j2store-module-product .too-j2store-content .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 16px;
  font-weight: bold;
}
.j2store-product-module .j2store-module-product .too-j2store-content .product-price-container .sale-price {
  color: #3498db;
  display: inline;
}
.j2store-product-module .j2store-module-product .too-j2store-content .discount-percentage {
  position: absolute;
  display: block;
  right: 20px;
  top: 26px;
  z-index: 50;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  background: #2d3338;
  color: #ffffff;
  line-height: 16px;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 15px;
}
.j2store-product-module .j2store-module-product .too-j2store-content .discount-percentage p {
  margin: 13px 0px !important;
}
.j2store-product-module .j2store-module-product .too-j2store-content .too-j2store-quickview {
  margin-top: 15px !important;
}
too-animate {
  display: block;
  overflow: hidden;
  position: relative;
}
too-animate img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
too-animate:hover img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
too-animate:hover .too-animate-overlay {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
too-animate:hover .too-animate-overlay .too-animate-content {
  bottom: 15%;
}
too-animate:hover .too-animate-overlay .too-animate-content span i {
  font-size: 40px;
}
too-animate .too-animate-overlay {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  bottom: 0px;
}
too-animate .too-animate-overlay .too-animate-content {
  bottom: 0;
  width: 100%;
  left: 10%;
  position: absolute;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
too-animate .too-animate-overlay .too-animate-content h4 {
  color: #ffffff;
  margin-bottom: 20px;
}
too-animate .too-animate-overlay .too-animate-content span {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
  border-radius: 1px;
  padding: 10px 28px;
  background-color: #3498db;
  color: #2d3338;
  letter-spacing: -0.5px;
}
too-animate .too-animate-overlay .too-animate-content span:hover,
too-animate .too-animate-overlay .too-animate-content span:focus {
  background-color: #ffffff;
  color: #2d3338;
}