.t3-wrapper {
  padding: 0;
}
.container {
  background: #ffffff;
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 20px;
    width: 100%;
  }
}
.row-spacer {
  height: 20px;
}
.t3-header {
  -webkit-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  top: 0;
  left: 0;
  right: 0;
  z-index: 113;
}
.t3-header.affix {
  position: fixed;
  border-bottom: none;
  z-index: 100;
  padding-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition-property: position;
  -moz-transition-property: position;
  -ms-transition-property: -ms-position;
  -o-transition-property: -o-position;
  transition-property: position;
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -ms-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.t3-header.affix .logo {
  padding-top: 6px;
  padding-bottom: 12px;
}
@media (max-width: 479px) {
  .t3-header.affix .logo {
    text-align: left;
    float: left;
  }
}
.t3-header.affix .head-search {
  display: none;
}
.t3-header.affix .headright {
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .t3-header.affix {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    position: relative;
  }
  .t3-header.affix .navbar-toggle .toggle-text {
    display: none;
  }
}
.headright {
  margin-top: 42px;
  position: relative;
}
@media (min-width: 1023px) {
  .headright {
    float: right;
  }
}
.headright .navbar-toggle {
  left: auto;
  right: 0;
  top: 0;
}
.logo {
  text-align: left;
  float: left;
  padding-top: 30px;
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .logo {
    float: none;
    text-align: center;
    padding-bottom: 0;
  }
}
@media (max-width: 799px) {
  .logo .logo-control .logo-img-sm {
    display: inherit;
  }
}
.logo a {
  line-height: 1;
  margin: 0;
}
.logo-image span {
  display: none;
}
.logo-image small {
  font-size: 13px;
  padding-top: 20px;
  display: block;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
ul.topmenu {
  margin: 20px 0 0 0;
  font-size: 13px;
}
ul.topmenu > li {
  display: inline-block;
  margin: 0;
}
ul.topmenu > li > a {
  color: #999999;
  padding: 10px 0 10px 20px;
  display: block;
  border-bottom: none;
}
ul.topmenu > li > a:hover {
  color: #f96b15;
}
ul.topmenu > li:first-child > a {
  padding-left: 0;
}
@media (max-width: 479px) {
  ul.topmenu {
    margin: 0 0 24px 0;
  }
  ul.topmenu.nav.pull-right {
    float: left !important;
  }
}
.dropdown-login .dropdown-menu {
  margin-top: 25px;
  min-width: 275px;
  background-color: #222222;
  border: 0;
  padding: 36px 30px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -ms-transition: all 0.45s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
  z-index: -1;
}
@media (max-width: 479px) {
  .dropdown-login .dropdown-menu {
    margin-top: 24px;
  }
}
.dropdown-login .dropdown-menu a {
  color: #777777;
}
.dropdown-login .open .dropdown-menu {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 150;
}
.dropdown-login .userdata {
  font-size: 13px;
}
.dropdown-login .input-group-addon {
  background-color: #333333;
  color: #ffffff;
}
.dropdown-login .input.form-control {
  background-color: #454545;
}
.dropdown-login .input.form-control:focus {
  border-color: transparent;
  background-color: #404040;
}
.head-search {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 12;
  margin: 0;
}
@media (max-width: 1023px) {
  .head-search {
    right: 0;
  }
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  background-color: #d65405;
}
.head-search .search:hover .fa-search,
.head-search .search:focus .fa-search,
.head-search .search:active .fa-search {
  color: #999999;
}
.head-search .fa-search {
  color: #999999;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  left: 30px;
  top: 22px;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head-search .form-control {
  background: #ffffff;
  z-index: 4;
  height: 35px;
  margin: 12px 20px;
  padding: 0 0 5px 30px ;
  width: 150px;
  display: inline-block;
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  box-shadow: none;
}
.head-search .form-control:active,
.head-search .form-control:focus {
  color: #777777;
  border-color: #eeeeee;
}
.t3-sl img {
  max-width: 100%;
}
.t3-sl .container {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-sl-1 {
  background-color: #f96b15;
}
.t3-banner-section .row {
  margin-left: -10px;
  margin-right: -10px;
}
.t3-banner-section .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.t3-slider .container {
  padding-top: 24px;
}
.t3-mainbody {
  padding-top: 24px;
  padding-bottom: 30px;
}
.t3-mainbody .t3-content-mass {
  width: 100%;
}
.t3-mainbody .t3-content-mass img {
  padding-right: 10px;
}
.t3-content h1 {
  font-size: 150%;
  color: #333333;
}
.t3-content .t3-module:last-child {
  margin-bottom: 24px;
}
.t3-product-details {
  padding-bottom: 36px;
}
.t3-sidebar {
  padding-bottom: 24px;
}
.t3-sl-features .container {
  background-color: #2b3331;
  color: #ffffff;
  padding-right: 20px;
}
.t3-sl-features .container [class*="col"]:last-child {
  padding-left: 12px;
  background-color: #f96b15;
}
.t3-sl-features .container .t3-module {
  padding: 36px 0 6px;
}
.t3-sl-features .container i {
  float: left;
  font-size: 36px;
  padding: 5px 5px 0 0;
}
@media (max-width: 800px) {
  .t3-sl-features .container {
    padding-left: 20px;
  }
  .t3-sl-features .container [class*="col"] {
    border-bottom: 1px solid #37413e;
  }
  .t3-sl-features .container [class*="col"]:last-child {
    border-bottom: none;
  }
}
@media (max-width: 1023px) {
  .t3-sl-features .container .t3-module:first-child {
    margin-top: 0;
  }
}
.t3-footer .container {
  padding-top: 36px;
  background: #353535 url(../../../templates/pajuh/images/ridge.png) 0 0 repeat-x;
}
.t3-footer .t3-botsl {
  padding-top: 36px;
}
@media screen and (max-width: 799px) {
  .t3-footer .col-xs-6 {
    width: 100%;
  }
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #777777;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #ffffff;
}
.t3-footer .t3-module .module-title {
  font-size: 14px;
  color: #ffffff;
  border-bottom: none;
  text-transform: capitalize;
  margin-bottom: 0;
}
.t3-footer .t3-module .module-title:before {
  display: none;
}
.t3-footer .t3-module .inputbox {
  padding-left: 8px;
  padding-right: 8px;
}
.t3-footer .nav > li {
  display: inline-block;
  width: 49%;
}
.t3-footer .nav > li > a {
  padding-top: 0;
  border-bottom: none;
  color: #777777;
}
.t3-footer .nav > li > a:hover {
  color: #ffffff;
}
.t3-footer .module-ct ul,
.t3-footer .module-ct .custom ul {
  list-style: none;
}
.t3-copyright-wrap.container {
  background-image: none;
}
.t3-copyright {
  border-top: 1px solid #2d2d2d;
  padding: 0 0 36px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright hr {
  border-color: #383838;
  margin-top: 0;
}
.t3-copyright p {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .t3-copyright ul {
    text-align: center;
    padding-top: 24px;
  }
}
.t3-copyright .nav > li {
  display: inline;
  width: auto;
}
.t3-copyright .nav > li:last-child > a {
  border-right: 0;
  padding-right: 0;
}
.t3-copyright .nav > li > a {
  border-right: 1px solid #404040;
  display: inline;
  padding: 0 15px;
}
@media screen and (max-width: 1023px) {
  .t3-copyright {
    text-align: center;
  }
}
.poweredby {
  text-align: right;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .poweredby {
    text-align: center;
    padding-top: 24px;
  }
}