.t3-wrapper {
  overflow: hidden !important;
}
.jb-trans .t3-header-wrap {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(122, 122, 122, 0.1);
}
.jb-trans .t3-header-wrap .top-bar-area {
  line-height: 48px;
  min-height: 48px;
  background: #ffffff;
}
.jb-trans .t3-header-wrap .top-bar-area .t3-module {
  margin-bottom: 0px;
  color: #999999;
  font-size: 16px;
}
.jb-trans .t3-header-wrap .top-bar-area .t3-module p {
  display: inline-block;
  margin-left: 21px;
  margin-bottom: 0px;
}
.jb-trans .t3-header-wrap .top-bar-area .mod-languages .dropdown-toggle {
  color: #999999;
}
.jb-trans .t3-header-wrap .top-bar-area .mod-languages .dropdown-menu {
  border-radius: 0px;
}
.jb-trans .t3-header-wrap .top-bar-area .mod-languages .dropdown-menu li {
  margin: 0px;
}
.jb-trans .t3-header-wrap .top-bar-area ul {
  padding: 0px;
  margin: 0px;
}
.jb-trans .t3-header-wrap .top-bar-area ul li {
  list-style: none;
}
.jb-trans .t3-header-wrap .top-bar-area .contact-info {
  float: right;
}
.jb-trans .t3-header-wrap .top-bar-area .contact-info li {
  font-family: 'roboto-light';
  font-size: 16px;
  line-height: 26px;
  display: inline;
  margin: 0px;
  border: none;
}
.jb-trans .t3-header-wrap .top-bar-area .contact-info li span {
  color: #ff5722;
  margin-right: 10px;
  font-size: 16px;
}
.jb-trans .t3-header-wrap .navbar-default {
  background: transparent;
}
.jb-trans .t3-header-wrap .navbar-default .navbar-nav a,
.jb-trans .t3-header-wrap .navbar-default .navbar-nav .active > a {
  color: #ffffff;
  background: transparent;
}
.jb-trans .t3-header-wrap .navbar-default .navbar-nav .open a {
  color: #ffffff;
  background-color: transparent;
  outline: none;
}
.jb-trans .t3-header-wrap .navbar-default .navbar-nav .open a:hover,
.jb-trans .t3-header-wrap .navbar-default .navbar-nav .open a:focus {
  background-color: transparent;
  color: #ff5722;
  outline: none;
}
.jb-trans .t3-header-wrap .navbar-default .navbar-nav .open .mega-dropdown-inner .mega-inner .mega-nav .open a {
  outline: none;
}
.jb-trans .t3-header-wrap .navbar-default .navbar-nav .open .mega-dropdown-inner .mega-inner .mega-nav .open a:hover {
  background: transparent;
  color: #ff5722;
}
.outer-box .logo {
  position: relative;
  transition: all 500ms ease 0s;
}
@media (max-width: 767px) {
  .outer-box .logo {
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .outer-box .logo {
    float: left;
    padding: : 33px 0;
  }
}
@media (min-width: 992px) {
  .outer-box .logo {
    float: left;
    padding: 33px 0;
  }
}
@media (min-width: 1200px) {
  .outer-box .logo {
    float: left;
    padding: 33px 0;
  }
}
.outer-box .logo .logo-image span,
.outer-box .logo .logo-image small {
  display: none;
}
.outer-box .logo .logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.outer-box .logo .logo-text:hover a,
.outer-box .logo .logo-text a:hover,
.outer-box .logo .logo-text a:active,
.outer-box .logo .logo-text a:focus {
  text-decoration: none;
}
.outer-box .logo .logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.nav-search {
  padding: 0;
}
@media (max-width: 767px) {
  .nav-search {
    float: left;
  }
}
@media (min-width: 768px) {
  .nav-search {
    float: right;
  }
}
@media (min-width: 992px) {
  .nav-search {
    float: right;
  }
}
@media (min-width: 1200px) {
  .nav-search {
    float: right;
  }
}
.nav-search > a {
  color: #ffffff;
  padding: 46px 0px 46px 20px;
  display: block;
}
.nav-search > a:hover {
  color: #ff5722;
}
.nav-search .dropdown-menu {
  right: 0;
  left: auto;
  padding: 10px;
  border-radius: 3;
  border-color: #ff5722;
}
@media (max-width: 480px) {
  .nav-search .dropdown-menu {
    right: -54px;
  }
}
.nav-search .dropdown-menu .t3-module {
  margin-bottom: 0;
}
.nav-search .dropdown-menu .t3-module .search input {
  color: #9e9e9e;
  border: 1px solid rgba(51, 51, 51, 0.16);
  padding: 0 47px 0 10px;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: inset 0 0 11px 2px rgba(119, 119, 119, 0.25);
}
.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: #f2f2f2;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cart-block {
    float: left;
  }
}
@media (min-width: 768px) {
  .cart-block {
    float: right;
  }
}
@media (min-width: 992px) {
  .cart-block {
    float: right;
  }
}
@media (min-width: 1200px) {
  .cart-block {
    float: right;
  }
}
.cart-block .social-icon li {
  margin: 43px 0px 0px 10px;
}
.cart-block .social-icon li a {
  color: #ffffff;
}
.cart-block .social-icon li a .fa {
  color: #ffffff;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .single-footer-widget .latest-post {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.t3-sidebar .single-footer-widget .latest-post:last-child {
  border-bottom: none !important;
  margin-bottom: 0px;
}
.t3-sidebar .single-footer-widget .latest-post .single-post {
  padding-left: 70px;
  position: relative;
  margin-bottom: 0px;
  min-height: 70px;
}
.t3-sidebar .single-footer-widget .latest-post .single-post .img-holder {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.t3-sidebar .single-footer-widget .latest-post .single-post .img-holder img {
  transition: all 0.5s ease 0s;
  width: 70px;
  height: 70px;
}
.t3-sidebar .single-footer-widget .latest-post .single-post .img-holder .overlay-style-one .box .content a i {
  font-size: 15px;
  transition: all 500ms ease 0s;
  color: #fff;
}
.t3-sidebar .single-footer-widget .latest-post .single-post:hover .img-holder .overlay-style-one {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.t3-sidebar .single-footer-widget .latest-post .single-post .img-holder .overlay-style-one .box .content a:hover i {
  color: #222;
}
.t3-sidebar .single-footer-widget .latest-post .single-post .text-holder {
  padding-left: 20px;
  position: relative;
  top: -5px;
  margin-bottom: 0px;
  border: none;
}
.t3-sidebar .single-footer-widget .latest-post .single-post .text-holder p {
  font-family: 'Roboto Slab', serif;
}
.t3-sidebar .single-footer-widget .latest-post .single-post .text-holder a.post-title {
  color: #303030;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  transition: all 500ms ease;
}
.t3-sidebar .single-footer-widget .latest-post .single-post .text-holder a.post-title:hover {
  color: #ff5722;
}
.t3-sidebar .single-footer-widget .latest-post .single-post .text-holder .post-info {
  overflow: hidden;
  margin: 0px 0 0;
}
.t3-sidebar .single-footer-widget .latest-post .single-post .text-holder .post-info span {
  color: #ff5722;
  font-size: 15px;
}
.t3-sidebar .single-footer-widget .latest-more-news a {
  color: #ff5722;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.t3-sidebar .single-footer-widget .latest-more-news a:hover {
  color: #0596c0;
}
.t3-sidebar .single-footer-widget .latest-more-news {
  overflow: hidden;
  margin: 3px 0 0;
}
.t3-sidebar .single-footer-widget .latest-more-news a i {
  display: inline-block;
  padding-left: 6px;
  transition: all 500ms ease;
}
.t3-sidebar .single-footer-widget .latest-more-news a:hover i {
  padding-left: 8px;
}
.t3-footer {
  border-top: 1px solid #363636;
  background: #2b2b2b;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 60px 0 80px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 60px 0 80px 0;
  }
}
.t3-footnav .t3-module {
  background: #2b2b2b;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #949494;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 700;
  margin-bottom: 40px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #555555;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #555555;
}
.t3-footnav .t3-module p {
  color: #949494;
}
.t3-footnav .t3-module .list li {
  margin-bottom: 16px;
  margin-top: 0px;
}
.t3-footnav .t3-module .list li a {
  position: relative;
  margin-left: 15px;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.t3-footnav .t3-module .list li a:before {
  content: "\f0dd";
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  left: -19px;
  top: 0px;
  transform: rotate(-90deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.t3-footnav .t3-module .list li a:after {
  content: '';
  position: absolute;
  left: 0px;
  background: transparent;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.5s ease-in-out;
}
.t3-footnav .t3-module .list li a:hover {
  color: #ff5722;
}
.t3-copyright {
  border-top: 1px solid #363636;
  font-size: 12px;
  padding: 25px 0 25px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 0px;
  font-size: 16px;
  color: #949494;
  line-height: 26px;
  font-family: 'roboto-light';
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-to-top {
  position: fixed;
  right: 30px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  overflow: auto;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top.affix {
  bottom: 60px;
}
#back-to-top a {
  outline: none;
}
#back-to-top .btn {
  padding: 10px 15px !important;
  border-radius: 0px;
}
#back-to-top .btn:hover {
  background: #303030;
}
#back-to-top i {
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
}