.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;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #3d3d3d;
  font-size: 27px;
  margin: 0 0 11px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 22px;
  }
}
.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 #d6dfec;
  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 #d6dfec;
}
.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 #d6dfec;
}
.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: #c63e03;
  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: #c63e03;
}
.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: #8e8e8e;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Merriweather', handwritng;
  font-style: italic;
  text-transform: initial;
  letter-spacing: 0;
}
.breadcrumb li a:hover {
  color: #3d3d3d;
}
.breadcrumb li span {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Merriweather', handwritng;
  font-style: italic;
  text-transform: initial;
}
.too-breadcrumb-title {
  float: left;
  z-index: 2;
  position: relative;
  margin-left: 3px;
  
}
@media screen and (max-width: 767px) {
  .too-breadcrumb-title {
    float: none;
  }
}
.too-breadcrumb-title h3 {
  font-size: 22px;
  color: #3d3d3d;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.slide-color {
  color: #fb5e1b;
  display: inline-block;
}
.too-about .too-image {
  padding-left: 40px;
  
  
}
@media (max-width: 991px) {
  .too-about .too-image {
    padding: 0 50px ;
  }
}
@media (max-width: 767px) {
  .too-about .too-image {
    padding: 0;
  }
}
.too-about .too-padding {
  padding: 40px 62px 0px 40px;
  
  
}
@media (max-width: 991px) {
  .too-about .too-padding {
    padding: 52px 62px 0px 50px;
  }
}
@media (max-width: 767px) {
  .too-about .too-padding {
    padding: 52px 0 0px ;
  }
}
.too-about h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.services-home {
  background-attachment: normal;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 700px;
  
  
  
}
@media (max-width: 991px) {
  .services-home {
    height: 660px;
  }
}
@media (max-width: 767px) {
  .services-home {
    background-position: 75% 75%;
    height: 1560px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .services-home {
    height: 1500px;
  }
}
.services-home .module-title {
  margin-top: 100px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .services-home .module-title {
    margin-top: 80px;
  }
}
.services-home-overlay {
  background-color: rgba(12, 31, 52, 0.85);
  height: 700px;
  
  
  
}
@media (max-width: 991px) {
  .services-home-overlay {
    height: 660px;
  }
}
@media (max-width: 767px) {
  .services-home-overlay {
    background-position: 75% 75%;
    height: 1560px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .services-home-overlay {
    height: 1500px;
  }
}
.our-services {
  position: relative;
}
.our-services .sprocket-strips-item {
  box-shadow: none;
  border-radius: 0;
}
.our-services .sprocket-strips-item .too-animate-content {
  margin-top: -10px;
}
.our-services .sprocket-strips-item .too-animate-content span {
  border-radius: 50px;
  padding: 9px 12px;
  border: 3px solid #ffffff !important;
  background-color: transparent !important;
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.our-services .sprocket-strips-item .too-animate-content span:hover {
  border: 3px solid #fb5e1b !important;
  background-color: transparent !important;
  color: #fb5e1b !important;
}
.our-services .sprocket-strips-content {
  z-index: 100;
  background: #ffffff;
  position: relative;
  padding: 27px 30px 22px;
}
.our-services .sprocket-strips-content:before {
  z-index: 100;
  bottom: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 12px 15px;
  left: 10%;
  border-bottom-color: #ffffff;
}
.our-services .sprocket-strips-content h4.sprocket-strips-title {
  line-height: normal;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.our-services .sprocket-strips-content h4.sprocket-strips-title a {
  color: #3d3d3d;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  text-transform: initial;
  letter-spacing: 1.5px;
}
.our-services .sprocket-strips-content h4.sprocket-strips-title a:hover {
  color: #fb5e1b;
}
.our-services .sprocket-strips-content .sprocket-strips-text {
  color: #8e8e8e;
  margin-bottom: 10px;
}
.our-services .sprocket-strips-content .strips-hits {
  float: right;
  margin-top: -80px;
  color: #afafaf;
}
.our-services .sprocket-strips-container > li {
  
}
@media screen and (max-width: 767px) {
  .our-services .sprocket-strips-container > li {
    margin-bottom: 20px;
  }
  .our-services .sprocket-strips-container > li:last-child {
    margin-bottom: 0;
  }
}
.sprocket-strips-nav {
  position: absolute;
  top: -54px !important;
  right: -2px !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: 35px;
  height: 35px;
  line-height: 28px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: none;
  margin-left: 4px;
}
.sprocket-strips-nav .sprocket-strips-arrows .arrow:hover {
  border: 2px solid #fb5e1b;
  color: #fb5e1b;
}
.too-features .features-content {
  padding-right: 20px;
}
@media (min-width: 992px) {
  .too-features .features-content {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .too-features .features-content {
    padding-right: 240px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .too-features .features-content {
    padding-right: 0;
  }
}
.too-features .features-content h2 {
  margin-bottom: 17px;
  text-transform: uppercase;
}
.too-features .features-content p {
  margin-bottom: 15px;
}
.too-features .features-content .feature-block {
  display: block;
  margin-bottom: 10px;
  color: #3d3d3d;
}
.too-features .features-content .feature-block:last-child {
  margin-bottom: 0;
}
.too-features .features-content .feature-block:hover {
  color: #fb5e1b;
}
.too-features .features-content .feature-block i {
  color: #fb5e1b;
  font-size: 16px;
  padding-right: 10px;
}
.too-features .features-padding {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
.too-features .features-padding .features-tab {
  box-shadow: 0;
  border: 1px solid #d6dfec;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px 0px 10px 30px;
}
.too-features .features-padding .features-tab i {
  font-size: 32px;
  color: #ddd;
  float: left;
  padding-top: 42px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.too-features .features-padding .features-tab .tab-text {
  margin-left: 55px;
  margin-right: 25px;
}
.too-features .features-padding .features-tab .tab-text h4 {
  color: #3d3d3d;
  text-decoration: none;
  font-weight: 500;
  text-transform: initial;
  letter-spacing: 1.5px;
}
.too-features .features-padding .features-tab:hover i {
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.too-features .features-padding .too-home-tab {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .too-features .features-padding .too-home-tab {
    margin-bottom: 30px;
  }
}
.too-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 350px;
  
  
}
@media (max-width: 991px) {
  .too-parallax {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .too-parallax {
    background-position: 75% 75%;
    height: 490px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .too-parallax {
    height: 530px;
  }
}
.too-parallax-overlay {
  background-color: rgba(12, 31, 52, 0.8);
  height: 350px;
  
  
  
}
@media (max-width: 991px) {
  .too-parallax-overlay {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .too-parallax-overlay {
    background-position: 75% 75%;
    height: 490px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .too-parallax-overlay {
    height: 530px;
  }
}
.too-parallax-overlay .parallax-content {
  padding: 70px 140px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .too-parallax-overlay .parallax-content {
    padding: 60px 60px 0;
  }
}
@media (max-width: 767px) {
  .too-parallax-overlay .parallax-content {
    padding: 60px 20px 0;
  }
}
.too-parallax-overlay .parallax-content h3 {
  color: #ffffff;
  text-transform: initial;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  line-height: 40px;
  padding-bottom: 15px;
  font-style: italic;
}
.sprocket-lists ul.sprocket-lists-container {
  margin-top: 12px;
}
.sprocket-lists ul.sprocket-lists-container li {
  margin-bottom: 10px;
  padding: 15px 20px;
  border: 1px solid #d6dfec;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title {
  text-transform: initial;
  font-size: 18px !important;
  letter-spacing: 1px;
  font-weight: 500;
  color: #3d3d3d;
  background: 0;
  border: 0;
  padding: 0 10px ;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title:last-child {
  margin-bottom: 0;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title .indicator {
  background: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title {
    font-size: 16px !important;
    font-weight: 400;
  }
}
.sprocket-lists ul.sprocket-lists-container li.active h4.sprocket-lists-title {
  color: #fb5e1b;
  border: none;
}
.sprocket-lists ul.sprocket-lists-container li .sprocket-padding {
  padding-left: 10px;
  padding-bottom: 0;
}
.sprocket-lists .sprocket-lists-nav {
  padding: 0;
}
.sp_quickcontact {
  margin-top: 12px;
  margin-bottom: -18px;
}
.sp_quickcontact input {
  width: 100% !important;
  background: transparent;
  border: 1px solid #d6dfec;
  box-shadow: none;
  border-radius: 0;
  color: #8e8e8e;
  height: 54px;
  margin-bottom: 18px;
}
.sp_quickcontact input:focus {
  box-shadow: none !important;
  border: 1px solid #d6dfec;
}
.sp_quickcontact input.btn {
  padding-left: 34px !important;
}
.sp_quickcontact textarea {
  width: 100% !important;
  background: transparent;
  border: 1px solid #d6dfec;
  box-shadow: none;
  border-radius: 1px;
  color: #8e8e8e;
  height: 103px !important;
  margin-bottom: 18px;
}
.sp_quickcontact textarea:focus {
  box-shadow: none !important;
  border: 1px solid #d6dfec;
}
.sp_quickcontact input.button {
  border: 0;
  border-radius: 30px !important;
  width: 160px !important;
  height: 55px;
  padding-top: 15px;
}
.too-testimonial {
  padding-top: 95px;
  padding-bottom: 90px;
  background: #0c1f34;
}
.too-testimonial .module-title {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.too-testimonial .sprocket-quotes-container > li {
  margin-top: 0;
}
.too-testimonial .sprocket-quotes-container > li .too-quotes {
  margin: auto 10px;
}
.too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-text {
  margin-top: 15px;
  padding: 25px 30px;
  font-family: 'Merriweather', handwritng;
  font-style: italic;
  font-size: 15px;
  line-height: 32px;
  color: #414855;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
}
.too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-text:after {
  top: 100%;
  right: 52px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 25px 25px 25px 0;
}
.too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-text p {
  margin-bottom: 0;
}
.too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-people {
  margin-top: 35px;
  float: right;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-people {
    float: none;
    text-align: left;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-people {
    float: right;
    text-align: right;
    padding-right: 20px;
  }
}
.too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-image {
  border-radius: 50px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  border: 0;
  margin: 0 20px 0 auto;
  width: 70px;
  padding: 0;
}
@media (max-width: 991px) {
  .too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-image {
    width: 62px;
    margin-right: 10px;
  }
}
.too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-author {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: initial;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: -2px;
  float: left;
}
@media (max-width: 991px) {
  .too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-author {
    float: none;
  }
}
@media (max-width: 767px) {
  .too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-author {
    float: left;
  }
}
.too-testimonial .sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-subtext {
  font-family: 'Hind Madurai', Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.too-testimonial .sprocket-quotes-nav {
  padding-bottom: 0;
}
.too-testimonial .sprocket-quotes-nav .sprocket-quotes-pagination {
  text-align: center;
  padding-top: 20px;
}
.too-testimonial .sprocket-quotes-nav .sprocket-quotes-pagination li {
  background: #ffffff;
  border-radius: 50%;
  height: 10px;
  margin: 0 2px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}
.too-testimonial .sprocket-quotes-nav .sprocket-quotes-pagination li.active {
  background: #fb5e1b;
}
.too-blog {
  background-color: #f4f5f7;
  padding-top: 95px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .too-blog {
    padding-top: 85px;
    padding-bottom: 95px;
  }
}
.too-blog .latest-news ul li.clearList {
  display: none !important;
  float: none !important;
  clear: both !important;
}
.too-blog .latest-news ul li {
  width: 30%;
  margin: 0 20px 0;
  float: left;
  background: #ffffff;
  list-style: none;
  border-bottom: 1px solid #d6dfec;
  
  
}
.too-blog .latest-news ul li:first-child {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .too-blog .latest-news ul li {
    margin: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .too-blog .latest-news ul li {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
.too-blog .latest-news ul .moduleItemImage {
  position: relative;
}
.too-blog .latest-news ul .moduleItemDate {
  background: #fb5e1b;
  color: #ffffff;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  width: 65px;
  border-radius: 0;
}
.too-blog .latest-news ul .moduleItemDate .date-month {
  font-size: 16px;
  font-family: 'Hind Madurai', Arial, sans-serif;
  display: block;
  font-weight: 500;
  background: #0c1f34;
  color: #ffffff;
  border: none;
  line-height: 2;
  padding: 0px 8px 4px;
  border-radius: 0;
}
.too-blog .latest-news ul .moduleItemDate .date-day {
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
.too-blog .latest-news ul .moduleItemContent {
  position: relative;
  word-wrap: break-word;
  padding: 15px 20px;
}
.too-blog .latest-news ul a.moduleItemTitle {
  font-family: 'Oswald', sans-serif;
  font-size: 22px !important;
  font-weight: 500;
  text-transform: initial;
  text-decoration: none;
  color: #3d3d3d;
  letter-spacing: 1px;
  -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 .latest-news ul a.moduleItemTitle:hover {
  color: #fb5e1b;
}
.too-blog .latest-news ul .moduleItemIntrotext {
  padding-bottom: 8px !important;
  padding-top: 8px;
}
.too-blog .latest-news ul .moduleItemAuthor,
.too-blog .latest-news ul .moduleItemAuthor a,
.too-blog .latest-news ul a.moduleItemComments {
  color: #959595;
  font-size: 13px;
}
.too-blog .latest-news ul .moduleItemAuthor a:hover,
.too-blog .latest-news ul a.moduleItemComments:hover {
  color: #fb5e1b;
}
@media (max-width: 767px) {
  .sprocket-strips-p-container {
    margin-top: 12px !important;
  }
}
.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-nav,
.sprocket-strips-s-nav,
.sprocket-strips-c-nav {
  position: absolute;
  top: -55px !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 #3d3d3d;
  width: 35px;
  height: 35px;
  line-height: 28px;
  font-size: 32px;
  font-weight: 600;
  color: #3d3d3d !important;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: none;
  margin-left: 4px;
}
.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 #fb5e1b;
  color: #fb5e1b !important;
}
.too-info {
  background: #fb5e1b;
  padding-bottom: 50px;
  padding-top: 50px;
}
.too-info h3 {
  margin-top: 10px;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 991px) {
  .too-info h3 {
    margin-top: 5px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .too-info h3 {
    margin-top: 0;
    line-height: 1.4;
    font-size: 24px;
  }
}
.too-info p {
  color: #2c2c2c;
  font-weight: 300;
  font-size: 17px;
}
@media (max-width: 991px) {
  .too-info p {
    color: #ffffff;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .too-info p {
    font-size: 16px;
    color: #2c2c2c;
  }
}
.too-info .btn-default {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .too-info .btn-default {
    margin-top: 5px;
  }
}
.too-intro-2 {
  background: #0c1f34;
  padding-top: 60px;
  padding-bottom: 60px;
}
.too-intro-2 h3 {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 22px;
}
@media (max-width: 991px) {
  .too-intro-2 h3 {
    margin-top: 0;
    line-height: 1.2;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .too-intro-2 h3 {
    margin-top: 0;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.too-intro-2 .btn-primary:hover,
.too-intro-2 .btn-primary:focus {
  background-color: #ffffff !important;
  color: #2c2c2c !important;
}
.too-bottom {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .too-bottom-1 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .too-bottom-1 {
    margin-bottom: 50px;
  }
}
.icon-col .col-header .col-title {
  margin-top: 0;
  margin-bottom: 13px;
  color: #3d3d3d;
}
.icon-col .col-header .col-icon {
  float: left;
  margin-right: 17px;
}
.icon-col .col-header .col-icon i {
  font-size: 28px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}
.icon-col .col-header .col-icon i:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 10px;
  top: 10px;
  z-index: -1;
  background-color: #fb5e1b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.icon-col .col-content {
  overflow: hidden;
}
.icon-col:hover .col-header .col-icon i:after {
  background-color: #fb5e1b;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.too-tabs {
  background-color: #f4f5f7;
  padding-bottom: 100px;
  padding-top: 90px;
}
.tabs-home-2 .sprocket-tabs-nav {
  border-bottom: none;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 35px;
}
.tabs-home-2 .sprocket-tabs-nav li {
  border: 1px solid #d6dfec !important;
  border-right: 0 !important;
  background: transparent !important;
  padding: 20px 25px 25px !important;
  border-radius: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 14px;
}
.tabs-home-2 .sprocket-tabs-nav li .sprocket-tabs-inner {
  padding: 0;
}
.tabs-home-2 .sprocket-tabs-nav li:last-child {
  border-right: 1px solid #d6dfec !important;
}
.tabs-home-2 .sprocket-tabs-nav li.active {
  border: 1px solid #ffffff !important;
  border-top: 3px solid #fb5e1b !important;
  background: #ffffff !important;
  color: #3d3d3d;
  margin-top: -1px;
  font-weight: 400;
}
.tabs-home-2 .sprocket-tabs-nav li.active .sprocket-tabs-inner {
  border: 0;
}
.tabs-home-2 .sprocket-tabs-panels {
  margin-right: 60px;
}
.tabs-home-2 .sprocket-tabs-panels img {
  float: left;
  margin-right: 40px;
  width: 540px;
  
  
}
@media screen and (max-width: 991px) {
  .tabs-home-2 .sprocket-tabs-panels img {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .tabs-home-2 .sprocket-tabs-panels img {
    margin-bottom: 20px;
  }
}
.tabs-home-2 .sprocket-tabs-panels h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 25px;
}
.feature-home2 {
  background-attachment: normal;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 530px;
}
@media (max-width: 991px) {
  .feature-home2 {
    height: 490px;
  }
}
@media (max-width: 767px) {
  .feature-home2 {
    background-position: 75% 75%;
    height: 720px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .feature-home2 {
    height: 720px;
  }
}
.feature-home2 .too-amazing {
  padding-top: 110px;
}
.feature-home2 .too-amazing .too-image {
  padding-left: 0px;
  padding-right: 30px;
  
}
@media (max-width: 767px) {
  .feature-home2 .too-amazing .too-image {
    padding-right: 0;
  }
}
.feature-home2 .too-amazing .too-padding {
  padding: 30px 62px 0px 20px;
  
  
}
@media (max-width: 991px) {
  .feature-home2 .too-amazing .too-padding {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .feature-home2 .too-amazing .too-padding {
    padding: 40px 0 0px;
  }
}
.feature-home2 .too-amazing .second-title {
  color: #ffffff;
}
.feature-home2 .too-amazing h2 {
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 700;
}
.feature-home2 .too-amazing .subtitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #ffffff;
  font-size: 15.5px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.feature-home2 .too-amazing p {
  color: #ffffff;
}
.feature-home2 .too-amazing a {
  margin-top: 7px;
}
.feature-home2-overlay {
  background-color: rgba(12, 31, 52, 0.9);
  height: 530px;
}
@media (max-width: 991px) {
  .feature-home2-overlay {
    height: 490px;
  }
}
@media (max-width: 767px) {
  .feature-home2-overlay {
    background-position: 75% 75%;
    height: 720px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .feature-home2-overlay {
    height: 720px;
  }
}
.too-blog2 {
  padding-top: 95px;
  padding-bottom: 80px;
}
.too-blog2 .recent-news .too-recent {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.too-blog2 .recent-news ul li.clearList {
  display: none !important;
  float: none !important;
  clear: both !important;
}
.too-blog2 .recent-news ul li {
  width: 47%;
  float: left;
  list-style: none;
  
  
}
@media (max-width: 991px) {
  .too-blog2 .recent-news ul li {
    *margin: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .too-blog2 .recent-news ul li {
    width: 100%;
    *margin: 0 0 20px !important;
  }
}
.too-blog2 .recent-news ul li.even {
  margin: 3px 30px 20px 0;
}
.too-blog2 .recent-news ul li.odd {
  margin: 3px 0 20px 0;
}
.too-blog2 .recent-news ul .moduleItemImage {
  position: relative;
  padding-right: -15px;
  padding-left: -15px;
}
.too-blog2 .recent-news ul .moduleItemDate {
  background: #fb5e1b;
  color: #ffffff;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  width: 65px;
  border-radius: 0;
}
.too-blog2 .recent-news ul .moduleItemDate .date-month {
  font-size: 16px;
  font-family: 'Hind Madurai', Arial, sans-serif;
  display: block;
  font-weight: 600;
  background: #0c1f34;
  color: #ffffff;
  border: none;
  line-height: 2;
  padding: 0px 8px 4px;
  border-radius: 0;
}
.too-blog2 .recent-news ul .moduleItemDate .date-day {
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
.too-blog2 .recent-news ul .moduleItemContent {
  position: relative;
  word-wrap: break-word;
  padding: 0px 0px 10px 25px;
  
}
@media (max-width: 991px) {
  .too-blog2 .recent-news ul .moduleItemContent {
    padding: 10px 0px 10px 0px;
  }
}
.too-blog2 .recent-news ul a.moduleItemTitle {
  font-family: 'Oswald', sans-serif;
  font-size: 22px !important;
  font-weight: 500;
  text-transform: initial;
  text-decoration: none;
  color: #3d3d3d;
  letter-spacing: 1px;
  -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-blog2 .recent-news ul a.moduleItemTitle:hover {
  color: #fb5e1b;
}
.too-blog2 .recent-news ul .moduleItemIntrotext {
  padding-bottom: 5px !important;
  padding-top: 4px;
}
.too-blog2 .recent-news ul .moduleItemAuthor,
.too-blog2 .recent-news ul .moduleItemAuthor a,
.too-blog2 .recent-news ul a.moduleItemComments {
  color: #959595;
  font-size: 13px;
}
.too-blog2 .recent-news ul .moduleItemAuthor a:hover,
.too-blog2 .recent-news ul a.moduleItemComments:hover {
  color: #fb5e1b;
}
.too-parallax2-overlay {
  background-color: rgba(12, 31, 52, 0.8);
  height: 350px;
  
  
}
@media (max-width: 991px) {
  .too-parallax2-overlay {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .too-parallax2-overlay {
    background-position: 75% 75%;
    height: 840px;
  }
}
.too-parallax2-overlay .count-padding {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .too-parallax2-overlay .count-padding {
    padding-top: 60px;
  }
}
.too-parallax2-overlay .count-padding .module-title {
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.4;
}
.too-parallax2 {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 350px;
  
}
@media (max-width: 991px) {
  .too-parallax2 {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .too-parallax2 {
    background-position: 75% 75%;
    height: 840px;
  }
}
.too-parallax2 .gp-number {
  text-align: center;
}
.too-parallax2 .gp-number .gp-count .gp-icon {
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 0px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.too-parallax2 .gp-number .gp-count .too-highlight {
  font-weight: 700;
  font-style: normal;
  color: #fb5e1b;
  font-size: 42px;
  line-height: 1.6;
}
.too-parallax2 .gp-number p {
  text-transform: capitalize;
  font-weight: 600;
  margin-top: -5px;
  color: #ffffff;
}
.too-about-us .too-image {
  padding-left: 40px;
  
}
@media (max-width: 991px) {
  .too-about-us .too-image {
    padding-left: 0;
  }
}
.too-about-us .too-padding {
  padding: 30px 62px 0px 40px;
  
}
@media (max-width: 991px) {
  .too-about-us .too-padding {
    padding: 40px 62px 0 0;
  }
}
.too-about-us h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.too-abt-vision {
  background-color: #f4f5f7;
}
.too-abt-vision .too-vision .too-vision-padding {
  padding-right: 25px;
  padding-left: 0;
}
.too-abt-vision .too-vision .too-vision-padding h2 {
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 26px;
}
.too-abt-vision .too-vision .too-vision-padding h2 span {
  color: #fb5e1b;
}
.too-abt-vision .too-vision .too-vision-padding p {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .too-abt-vision .too-vision .too-vision-padding {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .too-team > p {
    font-size: 16px;
  }
}
.too-team .well {
  font-size: 18px !important;
  font-weight: 100;
  padding: 22px;
  margin-top: 22px;
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  .too-team .well {
    padding: 44px 88px;
  }
}
.too-team .team {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .too-team .section.member > .col-md-3:nth-child(2n+1) {
    clear: both;
  }
}
.too-team .thumbnail {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: center;
  z-index: 1;
  margin: 22px 0 0;
}
.too-team .thumbnail:hover .social-info,
.too-team .thumbnail:active .social-info,
.too-team .thumbnail:focus .social-info {
  opacity: 1;
}
.too-team .thumbnail .article-img {
  position: relative;
}
.too-team .thumbnail .article-img img {
  display: inline;
}
.too-team .thumbnail .social-info {
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: 0.2s;
  width: 100%;
  z-index: 6;
  top: 40%;
  transition: 0.9s;
}
.too-team .thumbnail .social-info .btn {
  border-radius: 50%;
  color: #3d3d3d;
  padding: 0;
  height: 40px;
  line-height: 40px;
  transition: 0.3s;
  width: 40px;
  background: #ffffff;
}
.too-team .thumbnail .social-info .btn:hover {
  color: #ffffff;
  background: #fb5e1b;
}
.too-team .thumbnail .caption {
  padding: 10px 35px 0;
  text-align: left;
  
}
@media (max-width: 991px) {
  .too-team .thumbnail .caption {
    text-align: center;
  }
}
.too-team .thumbnail .caption h5 {
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.too-team .thumbnail .caption .member-detail {
  color: #8e8e8e;
}
.too-team .show-team {
  border: solid 1px #eeeeee;
  border-left: 3px solid #fb5e1b;
  padding: 22px;
}
@media screen and (min-width: 768px) {
  .too-team .show-team .info-team {
    float: left;
    width: 65%;
    font-size: 18px;
  }
}
.too-team .show-team a.btn-block {
  display: inline-block;
  margin-top: 11px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .too-team .show-team a.btn-block {
    margin-top: 7px;
    float: right;
  }
}
.too-services {
  padding-bottom: -50px;
  padding-top: 10px;
}
.too-services .too-padding {
  padding: 40px 62px 0px 40px;
  
}
@media (max-width: 991px) {
  .too-services .too-padding {
    padding: 0 62px 0px 10px;
  }
}
.too-services h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.service-item {
  padding: 0 20px;
}
.service-item .service-bg {
  padding: 22px 25px 40px 0;
}
.service-item .service-bg h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 21px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.service-item .service-bg h3:hover {
  color: #fb5e1b;
}
.service-item .service-bg p {
  margin-bottom: 10px;
}
.single-service-page .service-link-widget .tabs-left .active a {
  border: 1px solid #fb5e1b;
  background: #fb5e1b;
  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 65px;
  width: 285px;
  background: #f4f5f7;
  border: 1px solid #d6dfec;
  border-radius: 2px !important;
  margin-bottom: 10px !important;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3d3d3d;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-service-page .service-link-widget ul li a {
    width: auto;
  }
}
@media (max-width: 767px) {
  .single-service-page .service-link-widget ul li a {
    width: auto;
  }
}
.tab-content {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tab-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.tab-content h3 {
  font-size: 26px;
  position: relative;
  margin: 35px 0 50px 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .tab-content h3 {
    font-size: 24px;
    font-weight: 400;
  }
}
.tab-content .service-top {
  margin-top: 30px;
}
.tab-content .service-top h4 {
  text-transform: capitalize;
  margin-top: 20px;
}
.too-gallery-column .module-title {
  text-align: center;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  float: none !important;
  margin-bottom: 44px;
  text-align: center;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li {
  text-transform: capitalize;
  background: gray-lighter;
  border: 1px solid #d6dfec;
  font-size: 16px;
  padding: 12px 28px;
  margin: 5px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li:hover {
  border: 1px solid #fb5e1b;
  background: #fb5e1b !important;
  color: #2c2c2c;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li.active {
  border: 1px solid #fb5e1b;
  background: #fb5e1b !important;
  color: #3d3d3d;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  border: none;
  margin: 0px;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-mosaic-tags {
  display: none;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-loadmore {
  background: gray-lighter;
  border: 1px solid #d6dfec;
  padding: 12px 28px;
  margin-top: 40px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-loadmore:hover {
  border: 1px solid #fb5e1b;
  background: #fb5e1b;
  color: #2c2c2c;
}
.too-gallery-column .sprocket-mosaic .sprocket-mosaic-loadmore .loadmore-text {
  text-transform: capitalize;
  font-size: 16px;
}
.too-gallery {
  padding-top: 30px !important;
}
.too-gallery ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.too-gallery ul li {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
  color: #3d3d3d;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
}
.too-gallery ul li span {
  display: block;
  font-weight: 500;
  color: #8e8e8e;
  margin-right: 5px;
  font-family: 'Hind Madurai', Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
}
.too-gallery ul li:first-child {
  padding: 0;
  margin: 0;
  border: none;
}
.too-gallery .too-gallery-itemBody h3 {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  color: #3d3d3d;
  padding-top: 30px;
}
.too-ItemImage {
  position: relative;
}
.too-ItemImage .catItemDateCreated,
.too-ItemImage .genericItemDateCreated,
.too-ItemImage .userItemDateCreated,
.too-ItemImage .tagItemDateCreated {
  background: #fb5e1b;
  color: #ffffff;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  width: 65px;
  border-radius: 0;
}
.too-ItemImage .catItemDateCreated .month-year,
.too-ItemImage .genericItemDateCreated .month-year,
.too-ItemImage .userItemDateCreated .month-year,
.too-ItemImage .tagItemDateCreated .month-year {
  font-size: 16px;
  font-family: 'Hind Madurai', Arial, sans-serif;
  display: block;
  font-weight: 600;
  background: #0c1f34;
  color: #ffffff;
  border: none;
  line-height: 2;
  padding: 0px 8px 4px;
  border-radius: 0;
}
.too-ItemImage .catItemDateCreated .date,
.too-ItemImage .genericItemDateCreated .date,
.too-ItemImage .userItemDateCreated .date,
.too-ItemImage .tagItemDateCreated .date {
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
.too-ItemImage {
  position: relative;
}
.too-ItemImage .itemDateCreated {
  background: #fb5e1b;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: center;
  width: 65px;
  border-radius: 0;
}
.too-ItemImage .itemDateCreated .month-year {
  font-size: 16px;
  font-family: 'Hind Madurai', Arial, sans-serif;
  display: block;
  font-weight: 600;
  background: #0c1f34;
  color: #ffffff;
  border: none;
  line-height: 2;
  padding: 0px 8px 4px;
  border-radius: 0;
}
.too-ItemImage .itemDateCreated .date {
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
.too-one-column .too-ItemImage {
  position: relative;
}
.too-one-column .too-ItemImage .catItemDateCreated {
  left: 20px;
}
.too-ItemImage {
  position: relative;
}
.too-ItemImage .genericItemDateCreated,
.too-ItemImage .userItemDateCreated,
.too-ItemImage .tagItemDateCreated {
  left: 20px;
}
.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: #2c2c2c;
}
.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;
  border: 1px solid #d6dfec !important;
  border-radius: 2px !important;
  margin-bottom: 10px;
}
.too-k2-sidebar ul li:hover {
  border: 1px solid #d6dfec !important;
  background: #f4f5f7;
}
.too-k2-sidebar ul li:last-child {
  margin-bottom: 0;
}
.too-k2-sidebar ul li a {
  font-family: 'Hind Madurai', Arial, sans-serif;
  font-size: 13px !important;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #3d3d3d !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: #3d3d3d !important;
  cursor: pointer;
}
.too-k2-sidebar ul li a .catTitle {
  font-size: 14px !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;
    margin-bottom: 10px;
  }
}
#productFilters .btn {
  font-family: 'Hind Madurai', Arial, sans-serif;
  text-transform: capitalize;
  padding: 9px 28px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #productFilters .btn {
    width: 49%;
  }
}
#productFilters .btn-inverse {
  background: #0c1f34;
}
#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: #fb5e1b !important;
}
.price-filters #j2store-slider-range .ui-slider-handle {
  background: #ffffff !important;
  top: -0.4em;
  border: 2px solid #fb5e1b;
  margin-left: -3px;
}
.price-filters .price-input-box {
  margin-top: 15px;
}
.price-filters .price-input-box .btn {
  font-family: 'Hind Madurai', Arial, sans-serif;
  text-transform: capitalize;
  padding: 9px 28px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  background: #0c1f34;
}
.category-filters .j2product-categories a {
  padding: 10px 0 10px 20px !important;
  *background: #f4f5f7;
  border: 1px solid #d6dfec !important;
  border-radius: 2px !important;
  margin-bottom: 10px;
  font-family: 'Hind Madurai', Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #3d3d3d !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: #3d3d3d !important;
  cursor: pointer;
  background: #f4f5f7;
  border: 1px solid #d6dfec;
}
.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: #2c2c2c;
  font-weight: normal;
}
.j2store-sidebar-filters-container .module-title {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 25px 0;
  letter-spacing: 1px;
}
.j2store-sidebar-filters-container h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 25px 0;
}
.j2store-minicart-button {
  margin-top: 30px;
}
.j2store-minicart-button a {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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: 30px;
  padding: 17px 41px 17px;
  border: none;
  background-color: #fb5e1b;
  color: #ffffff;
}
.j2store-minicart-button a:hover,
.j2store-minicart-button a:focus {
  background-color: #0c1f34;
  color: #ffffff;
}
.j2store-single-product {
  margin-top: 20px;
}
.j2store-single-product .j2store-product-border {
  border: 1px solid #d6dfec;
}
.j2store-single-product .too-j2store-content {
  border-top: 1px solid #d6dfec;
  padding: 20px 0 10px 25px;
  background: #f4f5f7;
}
.j2store-single-product .too-j2store-content .product-title {
  margin-bottom: 10px;
}
.j2store-single-product .too-j2store-content .product-title a {
  font-size: 17px;
  color: #2c2c2c;
  text-transform: capitalize;
  font-weight: 400;
}
.j2store-single-product .too-j2store-content .product-title a:hover {
  color: #fb5e1b;
}
.j2store-single-product .too-j2store-content .product-price-container .base-price {
  float: none;
  display: inline;
  
  
}
@media (max-width: 991px) {
  .j2store-single-product .too-j2store-content .product-price-container .base-price {
    display: block;
  }
}
@media (max-width: 991px) {
  .j2store-single-product .too-j2store-content .product-price-container .base-price {
    display: inline;
  }
}
.j2store-single-product .too-j2store-content .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 500;
}
.j2store-single-product .too-j2store-content .product-price-container .sale-price {
  color: #fb5e1b;
  display: inline;
  font-size: 20px;
  font-weight: 600;
}
.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: #f4f5f7;
  color: #3d3d3d;
  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;
  margin-bottom: 15px;
}
.j2store-single-product .too-j2store-content .too-j2store-quickview a {
  padding: 10px 30px;
  font-size: 13px;
}
.j2store-single-product .too-addtocart-form {
  
  
}
@media (max-width: 991px) {
  .j2store-single-product .too-addtocart-form .btn {
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .j2store-single-product .too-addtocart-form .btn {
    padding: 17px 41px 17px;
  }
}
.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: 10px;
  margin-left: 0;
  margin-bottom: 0;
}
.j2store-product-back-btn {
  font-family: 'Hind Madurai', Arial, sans-serif;
  text-transform: capitalize;
  padding: 12px 28px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  background: #f4f5f7 !important;
  border-radius: 50px;
  color: #8e8e8e !important;
}
.j2store-product-back-btn:hover {
  background: #fb5e1b !important;
  color: #ffffff !important;
}
.j2store-product-back-btn i {
  margin-right: 5px;
  font-size: 12px;
}
.j2store-single-product .j2store-view-back-button {
  margin-bottom: 35px;
}
.j2store-single-product .simple-product .j2store-mainimage {
  text-align: center;
  border: 1px solid #d6dfec;
}
.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: 1px solid #d6dfec;
  display: inline-block;
  border-radius: 2px;
  margin-right: 3px;
  -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: #fb5e1b;
}
.j2store-single-product .product-title {
  color: #2c2c2c;
  text-transform: capitalize;
  font-size: 24px;
  margin-top: 0px;
  font-weight: 400;
}
.j2store-single-product .price-sku-brand-container {
  border-top: none;
  border-bottom: none;
}
.j2store-single-product .price-sku-brand-container .col-sm-6 {
  padding-left: 0;
}
.j2store-single-product .price-sku-brand-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 18px;
  font-weight: 400;
  float: left;
}
.j2store-single-product .price-sku-brand-container .sale-price {
  color: #3d3d3d;
  font-weight: 500;
  font-size: 26px;
}
.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: 500;
  color: #3d3d3d;
}
.j2store-single-product .price-sku-brand-container .discount-percentage {
  font-weight: 400;
  font-size: 17px;
  color: #8e8e8e;
}
.j2store-single-product .product-sdesc {
  margin-top: -25px;
}
.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: 1px solid #d6dfec;
  width: 70px !important;
  box-shadow: none;
  height: 55px;
}
.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 {
  border: 1px solid #d6dfec;
  background: #f4f5f7;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
}
.j2store-single-product #j2store_app_shareButton a img {
  opacity: 0.6;
  transition: all 0.4s ease 0s;
}
.j2store-single-product #j2store_app_shareButton a:hover {
  opacity: 1;
  border: 1px solid #fb5e1b;
}
.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: #cc0000;
}
.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 #f4f5f7;
}
.j2store-single-product .nav-tabs li a {
  outline: none;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Hind Madurai', Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  border: none;
  color: #2c2c2c;
}
.j2store-single-product .nav-tabs li a:hover {
  background: transparent;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fb5e1b;
}
.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 #fb5e1b;
  color: #fb5e1b;
  border-top: none;
  border-right: none;
  border-left: none;
}
.j2store-single-product .tab-content {
  background: #f4f5f7;
  border: 1px solid #d6dfec;
  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: #2c2c2c;
  font-weight: normal;
}
.j2store-single-product .tab-content #j2store-comments .rss {
  background: url("../../../templates/too_transporter/images/system/feed.png") no-repeat !important;
}
.j2store-single-product .tab-content #j2store-comments .refresh {
  background: url("../../../templates/too_transporter/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: #f4f5f7;
}
.j2store-single-product .tab-content #j2store-comments #comments-form textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 3px;
  border-color: #f4f5f7;
}
.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: 'Hind Madurai', 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: #fb5e1b;
  border: 2px solid #fb5e1b;
  color: #ffffff;
  height: auto !important;
  line-height: inherit;
  display: inline-block;
  border-radius: 3px;
  font-family: 'Hind Madurai', Arial, sans-serif !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a:hover {
  background: #c63e03;
  border: 2px solid #c63e03;
}
#j2store-pagination .pagination > li > a {
  color: #8e8e8e;
  padding: 15px 20px;
  text-transform: initial;
  font-family: 'Hind Madurai', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
}
#j2store-pagination .pagination > .active > a {
  background: #f4f5f7;
  border: 1px solid #d6dfec;
}
#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: -48px !important;
  right: -5px !important;
  width: auto;
  display: inline-block !important;
}
.j2store-product-module .owl-nav .arrow {
  cursor: pointer;
  background: transparent;
  border: 2px solid #3d3d3d;
  width: 35px;
  height: 35px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #3d3d3d !important;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: none;
  margin-left: 4px;
}
.j2store-product-module .owl-nav .arrow:hover {
  border: 2px solid #fb5e1b;
  color: #fb5e1b !important;
}
.j2store-product-module .j2store-module-product {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}
.j2store-product-module .j2store-module-product .too-product-border {
  border: 1px solid #d6dfec;
}
.j2store-product-module .j2store-module-product .too-product-border .too-j2store-content {
  border-top: 1px solid #d6dfec;
  padding: 20px 0 10px 25px;
  background: #f4f5f7;
}
.j2store-product-module .j2store-module-product .too-product-border .too-j2store-content .product-title {
  margin-bottom: 10px;
}
.j2store-product-module .j2store-module-product .too-product-border .too-j2store-content .product-title a {
  font-size: 17px;
  color: #2c2c2c;
  text-transform: capitalize;
  font-size: 400;
}
.j2store-product-module .j2store-module-product .too-product-border .too-j2store-content .product-title a:hover {
  color: #fb5e1b;
}
.j2store-product-module .j2store-module-product .too-product-border .too-j2store-content .product-price-container .base-price {
  float: none;
  display: inline;
}
.j2store-product-module .j2store-module-product .too-product-border .too-j2store-content .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 500;
}
.j2store-product-module .j2store-module-product .too-product-border .too-j2store-content .product-price-container .sale-price {
  color: #fb5e1b;
  display: inline;
  font-size: 20px;
  font-weight: 600;
}
.j2store-product-module .j2store-module-product .too-product-border .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: #2c2c2c;
  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-product-border .too-j2store-content .discount-percentage p {
  margin: 13px 0px !important;
}
.j2store-product-module .j2store-module-product .too-product-border .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 {
  top: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
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 {
  text-align: center;
  top: 50%;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: -33px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  text-transform: uppercase;
  -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: 25px;
  margin-top: 0;
}
too-animate span {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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: 30px;
  padding: 15px 41px 17px;
  border: none;
  background-color: #fb5e1b !important;
  color: #ffffff !important;
}
too-animate span:hover,
too-animate span:focus {
  background-color: #0c1f34 !important;
  color: #ffffff !important;
}
too-animate span i {
  font-size: 18px !important;
}