.jb-home .t3-mainbody {
  display: none;
}
.jb-modern .t3-header-wrap {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  line-height: 0px;
}
.jb-modern .t3-header-wrap .jb-header-default {
  background: rgba(0, 0, 0, 0.09);
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.jb-modern .t3-header-wrap.cpanel-open .t3-header {
  background: #000000 !important;
}
.jb-modern .t3-header-wrap .social-icons a {
  border: 1px solid #eeeeee !important;
  color: #ffffff !important;
}
.jb-modern .t3-header-wrap .social-icons a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.jb-modern .navbar-affixed-top.affix {
  background-color: #000000 !important;
}
.jb-modern .navbar-default .navbar-nav li a {
  color: #ffffff !important;
}
.jb-modern .navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
}
.jb-modern .btn-search {
  border: 1px solid #eeeeee !important;
  color: #ffffff !important;
}
.jb-modern .btn-search:hover,
.jb-modern .btn-search:focus,
.jb-modern .btn-search:active {
  color: #ffffff;
  border-color: #ffffff;
}
.jb-modern-2 .t3-header-wrap {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  line-height: 0px;
}
.jb-modern-2 .t3-header-wrap .jb-header-default {
  background: transparent;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.jb-modern-2 .t3-header-wrap.cpanel-open .t3-header {
  background: #ffffff !important;
}
.jb-modern-2 .t3-header-wrap .social-icons a {
  border: 1px solid #555555;
  color: #42423f;
}
.jb-modern-2 .t3-header-wrap .social-icons a:hover {
  color: #0b0b0b;
  border-color: #0b0b0b;
}
.jb-modern-2 .navbar-affixed-top.affix {
  background-color: #ffffff !important;
}
.jb-modern-2 .navbar-default .navbar-nav li a {
  color: #000000 !important;
}
.jb-modern-2 .navbar-default .navbar-nav li a:hover {
  color: #000000 !important;
}
.jb-modern-2 .btn-search {
  border: 1px solid #555555;
  color: #0b0b0b;
}
.jb-modern-2 .btn-search:hover,
.jb-modern-2 .btn-search:focus,
.jb-modern-2 .btn-search:active {
  color: #000000;
  border-color: #0b0b0b;
}
.jb-modern-2 .t3-megamenu .mega-nav > li a,
.jb-modern-2 .t3-megamenu .dropdown-menu .mega-nav > li a {
  color: #ffffff !important;
}
.jb-modern-2 .t3-megamenu .mega-nav > li a:hover,
.jb-modern-2 .t3-megamenu .dropdown-menu .mega-nav > li a:hover {
  color: #ffffff !important;
}
.t3-header-wrap {
  width: 100%;
  line-height: 0px;
}
.t3-header-wrap .jb-header-default {
  background: #ffffff;
  border-bottom: 1px solid #fafafa;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.t3-header-wrap .social-icons a {
  border: 1px solid #555555;
  color: #42423f;
}
.t3-header-wrap .social-icons a:hover {
  color: #0b0b0b;
  border-color: #0b0b0b;
}
.t3-header-wrap .btn-search {
  border: 1px solid #555555;
  color: #0b0b0b;
}
.t3-header-wrap .btn-search:hover,
.t3-header-wrap .btn-search:focus,
.t3-header-wrap .btn-search:active {
  color: #000000;
  border-color: #0b0b0b;
}
.header-trans .t3-header-wrap {
  position: absolute;
  z-index: 1000;
  top: 0;
}
@media (max-width: 991px) {
  .header-trans .t3-header-wrap {
    position: fixed;
    top: 0;
  }
  .header-trans .t3-header-wrap .t3-header {
    background: rgba(0, 0, 0, 0.86);
  }
}
@media (min-width: 992px) {
  .header-trans .t3-header-wrap .t3-header {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .header-trans .t3-header-wrap.affix {
    position: fixed;
    z-index: 1030;
    background: rgba(0, 0, 0, 0.86);
  }
}
.t3-header-wrap .t3-cpanel {
  background: #0b0b0b;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 500ms;
  -o-transition: height 500ms;
  transition: height 500ms;
}
.t3-header-wrap .t3-cpanel .finder {
  margin-bottom: 0;
}
.t3-header-wrap .t3-cpanel .search {
  background: none;
  padding: 0;
}
@media (max-width: 767px) {
  .t3-header-wrap .t3-cpanel .search {
    padding: 15px 39px;
  }
}
.t3-header-wrap .t3-cpanel .search .form-search:before {
  color: #777 !important;
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  left: 6px;
  padding-right: 10px;
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .t3-header-wrap .t3-cpanel .search .form-search:before {
    float: left;
  }
}
.t3-header-wrap .t3-cpanel .form-inline .form-group {
  display: block;
}
.t3-header-wrap .t3-cpanel .form-control {
  background: none;
  border: 0;
  width: auto;
  padding: 14px;
  height: auto;
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .t3-header-wrap .t3-cpanel .form-control {
    padding: 0px  14px;
  }
}
.t3-header-wrap .t3-cpanel .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-header-wrap .t3-cpanel .form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.t3-header-wrap .t3-cpanel .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.t3-header-wrap .t3-cpanel .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.t3-header-wrap.cpanel-open .t3-cpanel {
  height: 50px;
}
@media (max-width: 767px) {
  .t3-header-wrap.cpanel-open .t3-cpanel {
    height: 50px;
  }
}
.t3-header-wrap.cpanel-open .t3-header {
  background: #ffffff;
}
@media (max-width: 1199px) {
  .t3-header-wrap .head-actions {
    width: auto;
  }
}
.right-block {
  padding: 22px 0px;
}
.head-search {
  float: right;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.modal-open .head-search {
  z-index: 0;
}
.head-search .btn-search {
  width: 40px;
  height: 40px;
  outline: 0;
  line-height: 38px;
  display: inline-block;
  background: none;
  text-align: center;
  padding: 0;
  margin-left: 5px;
}
.head-search .btn-search:hover,
.head-search .btn-search:focus,
.head-search .btn-search:active {
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.head-btn {
  float: right;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  margin-left: 7.5px;
}
.logo {
  text-align: center;
  padding: 24px 0px;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.social-icons {
  margin-left: 10px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  outline: 0;
  line-height: 38px;
  display: inline-block;
  text-align: center;
}
.jb-slideshow .btn-default {
  color: #42423f !important;
}
.jb-slideshow .btn-primary {
  color: #ffffff !important;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-sl-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.padding-15 {
  padding: 15px;
}
.jb-pad-bottom-0 {
  padding-bottom: 0px;
  padding-top: 60px;
}
.jb-padding-top-150 {
  padding-bottom: 0px;
  padding-top: 150px;
}
.jb-padding-150 {
  padding: 150px 0;
}
.jb-pad-top-40 {
  padding-top: 40px;
  padding-bottom: 0px;
}
.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 .t3-module {
  margin-bottom: 30px;
}
.entry {
  display: block;
  overflow: hidden;
  position: relative;
}
.entry img {
  opacity: 1;
  transition: all 0.9s ease 0s;
}
.entry:hover img {
  opacity: 0.5;
}
.entry:hover .magnifier {
  opacity: 1;
  visibility: visible;
}
.entry .magnifier {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 998;
}
.entry .magnifier .buttons {
  cursor: pointer;
  left: 0;
  margin-top: -20px;
  opacity: 0;
  padding: 20px 40px;
  position: absolute;
  text-align: center;
  top: 10%;
  visibility: hidden;
  width: 100%;
}
.entry .magnifier:hover .buttons {
  opacity: 1;
  visibility: visible;
}
.teambox .desc h3 {
  margin: 20px 0 0;
  text-transform: uppercase;
}
.teambox .desc h3,
.teambox .desc p {
  -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;
}
.teambox:hover .desc h3,
.teambox:hover .desc p {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.teambox img {
  width: 100%;
}
.teambox .desc p {
  font-weight: 500;
  font-style: italic;
}
.blog-item .desc h3 {
  margin-top: 15px;
  text-transform: capitalize;
}
.blog-item .magnifier {
  background: rgba(0, 0, 0, 0.8);
}
.blog-item .magnifier .buttons {
  top: 40%;
}
.blog-item .magnifier .buttons h3,
.blog-item .magnifier .buttons a {
  color: #ffffff;
  text-transform: none;
  padding: 0;
  letter-spacing: .2em;
  font-weight: 300;
}
.blog-item .magnifier .buttons h3:hover,
.blog-item .magnifier .buttons a:hover {
  text-decoration: none;
}
.t3-footer-white {
  background: #ffffff;
  color: #555555;
}
.t3-footer-white:before,
.t3-footer-white:after {
  display: table;
  content: " ";
}
.t3-footer-white:after {
  clear: both;
}
.t3-footer-white small {
  display: block;
  font-size: 100%;
}
.t3-footer-white .t3-footnav {
  padding: 20px 0;
}
.t3-footer-white .t3-footnav:before,
.t3-footer-white .t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footer-white .t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footer-white .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footer-white .t3-footnav .t3-module {
  background: #ffffff;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 2;
}
.t3-footer-white .t3-footnav .t3-module .module-title {
  color: #42423f !important;
  font-size: 30px;
  margin-bottom: 10px;
  padding-bottom: 17px;
}
.t3-footer-white .t3-footnav .t3-module .contact-widget p {
  font-size: 16px;
  line-height: 1.6;
}
.t3-footer-white .t3-footnav .t3-module .contact-widget hr {
  border-color: #eeeeee;
}
.t3-footer-white .t3-footnav .t3-module p {
  font-size: 18px;
}
.t3-footer-white .t3-footnav .t3-module .widget .about-widget img {
  margin-bottom: 38px;
}
.t3-footer-white .t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footer-white .t3-footnav .t3-module ul > li {
  font-size: 16px;
  list-style: outside none none;
  margin-bottom: 8px;
}
.t3-footer-white .t3-footnav .t3-module ul > li > a {
  color: #555555;
}
.t3-footer-white .t3-footnav .t3-module ul > li > a:hover,
.t3-footer-white .t3-footnav .t3-module ul > li > a:active,
.t3-footer-white .t3-footnav .t3-module ul > li > a:focus {
  color: #000000;
}
.t3-footer-white .t3-footnav .social-icons {
  margin-top: 30px;
}
.t3-footer-white .t3-footnav .social-icons a {
  margin-right: 10px;
  color: #42423f;
  border: 1px solid #42423f !important;
}
.t3-footer-white .t3-footnav .social-icons a:hover {
  color: #0b0b0b;
  border-color: #0b0b0b;
}
.t3-copyright-white {
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  padding: 40px 0 40px;
  background: #ffffff;
  color: #555555;
}
.t3-copyright-white:before,
.t3-copyright-white:after {
  display: table;
  content: " ";
}
.t3-copyright-white:after {
  clear: both;
}
.t3-copyright-white small {
  margin-bottom: 5px;
  text-align: center;
}
.t3-copyright-white .copyright {
  margin-bottom: 0px;
}
.t3-copyright-white .copyright a {
  color: #555555;
  text-decoration: none;
}
.t3-copyright-white .copyright a:hover {
  text-decoration: none;
}
.t3-footer {
  background: #0b0b0b;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 20px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  background: #0b0b0b;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 2;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
  padding-bottom: 17px;
}
.t3-footnav .t3-module .contact-widget p {
  font-size: 16px;
  line-height: 1.6;
}
.t3-footnav .t3-module .contact-widget hr {
  border-color: #242424;
}
.t3-footnav .t3-module p {
  font-size: 18px;
}
.t3-footnav .t3-module .widget .about-widget img {
  margin-bottom: 38px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  font-size: 16px;
  list-style: outside none none;
  margin-bottom: 8px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
}
.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: #ffffff;
}
.t3-footnav .social-icons {
  margin-top: 30px;
}
.t3-footnav .social-icons a {
  margin-right: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.t3-footnav .social-icons a:hover {
  color: #ffffff;
}
.t3-copyright {
  border-top: 1px solid #242424;
  font-size: 14px;
  padding: 40px 0 40px;
  background: #0b0b0b;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
  text-align: center;
}
.t3-copyright .copyright {
  margin-bottom: 0px;
}
.t3-copyright .copyright a {
  color: #ffffff;
  text-decoration: none;
}
.t3-copyright .copyright a:hover {
  text-decoration: none;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.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;
}
.footer-single .about-widget img {
  margin-bottom: 38px;
}
.footer-single .about-widget p {
  font-size: 18px;
  padding: 0px 50px;
}
#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 .btn {
  background: #000000 !important;
  border: 0;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 1;
  padding: 0;
  text-align: center;
  font-size: 18px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #000000;
  color: #ffffff !important;
  outline: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top.affix {
  bottom: 60px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 18px;
  line-height: 16px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #0b0b0b;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.ratingbox {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 12px;
  background: url(../../templates/jb_nation/images/vm/color-stars.png) repeat-x 0 bottom !important;
}
.ratingbox:last-child {
  margin-bottom: 0;
}
.ratingbox div,
.ratingbox span {
  display: block;
  margin: 0 auto;
  width: 1%;
  height: 12px;
  position: absolute;
  background: url(../../templates/jb_nation/images/vm/color-stars.png) repeat-x;
}
.product .addtocart-area form,
.vmproduct .addtocart-area form,
.productdetails-view .addtocart-area form {
  margin: 0;
}
.product .addtocart-area .product-fields,
.vmproduct .addtocart-area .product-fields,
.productdetails-view .addtocart-area .product-fields {
  margin-bottom: 10px;
}
.product .addtocart-area .addtocart-bar,
.vmproduct .addtocart-area .addtocart-bar,
.productdetails-view .addtocart-area .addtocart-bar {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
  padding: 20px;
  width: 100%;
}
.product .addtocart-area .addtocart-bar:empty,
.vmproduct .addtocart-area .addtocart-bar:empty,
.productdetails-view .addtocart-area .addtocart-bar:empty {
  display: none;
}
.product .addtocart-area .vm-quantity-box,
.vmproduct .addtocart-area .vm-quantity-box,
.productdetails-view .addtocart-area .vm-quantity-box {
  float: left;
  position: relative;
  padding: 0 25px;
}
.product .addtocart-area span.quantity-controls input,
.vmproduct .addtocart-area span.quantity-controls input,
.productdetails-view .addtocart-area span.quantity-controls input {
  position: absolute;
  top: 11px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  color: #999999;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
.product .addtocart-area span.quantity-controls input:hover,
.vmproduct .addtocart-area span.quantity-controls input:hover,
.productdetails-view .addtocart-area span.quantity-controls input:hover,
.product .addtocart-area span.quantity-controls input:focus,
.vmproduct .addtocart-area span.quantity-controls input:focus,
.productdetails-view .addtocart-area span.quantity-controls input:focus {
  border: 1px solid #42423f;
}
.product .addtocart-area span.quantity-controls .quantity-plus,
.vmproduct .addtocart-area span.quantity-controls .quantity-plus,
.productdetails-view .addtocart-area span.quantity-controls .quantity-plus {
  background-image: url('../../templates/jb_nation/images/vm/plus.png');
  right: 0;
  left: auto;
}
.product .addtocart-area span.quantity-controls .quantity-minus,
.vmproduct .addtocart-area span.quantity-controls .quantity-minus,
.productdetails-view .addtocart-area span.quantity-controls .quantity-minus {
  background-image: url('../../templates/jb_nation/images/vm/minus.png');
  left: 0;
  right: auto;
}
.product .addtocart-area span.addtocart-button,
.vmproduct .addtocart-area span.addtocart-button,
.productdetails-view .addtocart-area span.addtocart-button {
  float: left;
  margin-left: 20px;
}
.product .addtocart-area input.quantity-input,
.vmproduct .addtocart-area input.quantity-input,
.productdetails-view .addtocart-area input.quantity-input {
  text-align: center;
  width: 47px;
  border-radius: 0px;
  box-shadow: none;
  border-color: #eeeeee;
}
.product .addtocart-area input.addtocart-button,
.vmproduct .addtocart-area input.addtocart-button,
.productdetails-view .addtocart-area input.addtocart-button {
  border: none;
  background: #000000;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
  line-height: 42px;
  padding-left: 25px;
  background-image: url('../../templates/jb_nation/images/vm/cart.png');
  background-position: left center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 400;
  padding-left: 45px;
  padding-right: 20px;
  text-transform: uppercase;
}
.product .addtocart-area input.addtocart-button:hover,
.vmproduct .addtocart-area input.addtocart-button:hover,
.productdetails-view .addtocart-area input.addtocart-button:hover {
  color: #ffffff;
  background: #000000;
  background-image: url('../../templates/jb_nation/images/vm/cart.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.product .addtocart-area input.addtocart-button-disabled,
.vmproduct .addtocart-area input.addtocart-button-disabled,
.productdetails-view .addtocart-area input.addtocart-button-disabled {
  border: none;
  background: none;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
  line-height: 42px;
  padding-left: 25px;
}
.onepage-section {
  padding: 60px 0px;
}
.onepage-section .modjbc-owl-carousel .owl-controls {
  position: relative !important;
  bottom: 0px;
}
.boxed {
  color: #fff !important;
  display: block;
  font-weight: 300;
  padding: 60px 0 !important;
  position: relative;
  text-align: center;
  z-index: 999;
}
.boxed span {
  font-size: 30px;
  margin-bottom: 30px;
}
.boxed h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.grey-1 {
  background: #414141 none repeat scroll 0 0 !important;
}
.grey-2 {
  background: #4a4a4a none repeat scroll 0 0;
}
.grey-3 {
  background: #464646 none repeat scroll 0 0;
}
.demo-image {
  margin: 30px 0;
}
.jb-bottom-promo {
  background: #1B1B1B;
  line-height: 0px;
}
.jb-bottom-promo h2 {
  margin-bottom: 0px;
}
.jb-bottom-promo a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1em;
  outline: 0 none;
  text-transform: uppercase;
}
.demo .section-wrapper {
  padding-bottom: 0px;
}
.demo .ads-box img {
  padding: 5px;
}
.demo .t3-sl-80 {
  padding-top: 180px;
}
@media (max-width: 767px) {
  .demo .t3-sl-80 {
    padding-top: 150px;
  }
}