/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.nbtsow-faqs .nbtsow-faqs-question {
  padding-left: 15px;
  padding-right: 15px;
  background: #666;
  color: #fff;
  font-size: 16px;
  position: relative;
  line-height: 40px;
  transition: all .4s;
  margin-bottom: 20px;
  margin-top: 0;
}

.nbtsow-faqs .nbtsow-faqs-question:after {
  content: '\e836';
  font-family: 'fontello';
  position: absolute;
  right: 15px;
}

.nbtsow-faqs .nbtsow-faqs-question.ui-state-active {
  background: #dfb858;
}

.nbtsow-faqs .nbtsow-faqs-question.ui-state-active:after {
  content: '\e835';
  font-family: 'fontello';
}

.nbtsow-faqs .nbtsow-faqs-question ~ div {
  margin-top: 30px;
  margin-bottom: 20px;
}

#new-products .nbtsow-wcproducts.layout-1 .product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  #new-products .nbtsow-wcproducts.layout-1 .product {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  #new-products .nbtsow-wcproducts.layout-1 .product {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #new-products .nbtsow-wcproducts.layout-1 .product {
    float: left;
    width: 50%;
  }
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-thumb {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #new-products .nbtsow-wcproducts.layout-1 .product .product-thumb {
    float: left;
    width: 25%;
  }
}

@media (min-width: 768px) {
  #new-products .nbtsow-wcproducts.layout-1 .product .product-thumb {
    display: inline-block;
    text-align: center;
  }
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-thumb img {
  width: 100%;
  height: auto;
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-thumb:hover:before {
  opacity: 1;
  visibility: visible;
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-thumb .product-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  background: #dfb858;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 15px;
  border-radius: 20px;
  white-space: nowrap;
  transition: all .4s;
}

@media (max-width: 767px) {
  #new-products .nbtsow-wcproducts.layout-1 .product .product-thumb .product-button {
    font-size: 14px;
  }
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-thumb .product-button a {
  color: #fff;
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-thumb:hover .product-button {
  visibility: visible;
  opacity: 1;
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-details {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  #new-products .nbtsow-wcproducts.layout-1 .product .product-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  #new-products .nbtsow-wcproducts.layout-1 .product .product-details {
    float: left;
    width: 75%;
  }
}

@media (max-width: 767px) {
  #new-products .nbtsow-wcproducts.layout-1 .product .product-details .product-meta {
    text-align: center;
  }
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-details .product-meta .product-title {
  position: relative;
  text-transform: capitalize;
  font-weight: bold;
}

@media (max-width: 767px) {
  #new-products .nbtsow-wcproducts.layout-1 .product .product-details .product-meta .product-title {
    font-size: 20px;
  }
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-details .product-meta .product-title a {
  color: #666;
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-details .product-meta .product-price {
  font-weight: bold;
  color: #444;
}

@media (max-width: 767px) {
  #new-products .nbtsow-wcproducts.layout-1 .product .product-details .product-meta .product-price {
    font-size: 20px;
  }
}

#new-products .nbtsow-wcproducts.layout-1 .product .product-sep {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d7d7d7;
  float: left;
  margin: 0 15px 0 0;
}

.ow-button-base .ow-button-hover {
  line-height: 20px;
}

.nbtsow-cta-button {
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #dfb858;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.4s;
  cursor: pointer;
}

.nbtsow-cta-button a {
  color: #dfb858;
}

.nbtsow-cta-button:hover {
  background: #dfb858;
  border: 1px solid transparent;
}

.nbtsow-cta-button:hover a {
  color: #fff;
}

.jw-b-button .ow-button-base .ow-button-hover {
  font-weight: bold;
  border-width: 1px;
}

.new-products .jw-b-button .ow-button-base a, .new-featured-product .jw-b-button .ow-button-base a {
  border-radius: 30px;
}

.new-products .jw-b-button .ow-button-base a {
  font-size: 12px;
}

.button-ss {
  border: 0;
  text-transform: uppercase;
  background: #d0d0d0;
  color: #444;
  font-size: 12px;
  border-bottom: 3px solid #646464;
  transition: all .4s;
}

.button-ss i {
  margin-right: 10px;
}

.button-ss:hover {
  background: #dfb858;
  color: #fff;
}

.nbtsow-headline-wrap .nbtsow-headline {
  position: relative;
  display: inline-block;
}

.nbtsow-headline-wrap .nbtsow-headline:before {
  content: "";
  height: 1px;
  width: 67px;
  position: absolute;
  background: #dfb858;
  bottom: 3px;
  left: -86px;
}

.nbtsow-headline-wrap .nbtsow-headline:after {
  content: "";
  height: 1px;
  width: 67px;
  position: absolute;
  background: #dfb858;
  bottom: 3px;
  right: -86px;
}

@media (max-width: 767px) {
  .nbtsow-blog-posts.style_1 {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .nbtsow-blog-posts.style_1 {
    margin-bottom: 90px;
  }
}

.nbtsow-blog-posts.style_1 .nbtsow-blog-post {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .nbtsow-blog-posts.style_1 .nbtsow-blog-post {
    float: left;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .nbtsow-blog-posts.style_1 .nbtsow-blog-post {
    margin-bottom: 45px;
  }
}

.nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-thumb {
  margin-bottom: 30px;
}

.nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-thumb img {
  width: 100%;
  height: auto;
}

.nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-date {
  text-align: center;
  position: relative;
  padding-top: 45px;
}

@media (max-width: 992px) {
  .nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-date {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-date {
    width: 35%;
    float: left;
  }
}

.nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-date p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #dfb858;
  font-weight: bolder;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-date span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ececec;
  font-weight: bolder;
  z-index: 1;
}

@media (min-width: 768px) {
  .nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-date span {
    top: -20px;
    font-size: 100px;
  }
}

@media (min-width: 1200px) {
  .nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-date span {
    top: -45px;
    font-size: 143px;
  }
}

@media (min-width: 992px) {
  .nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-details {
    width: 65%;
    float: left;
  }
}

.nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-details .nbtsow-blog-title {
  font-weight: bold;
  margin-top: 0;
}

.nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-details .nbtsow-blog-title a {
  color: #333;
}

.nbtsow-blog-posts.style_1 .nbtsow-blog-post .nbtsow-blog-details .nbtsow-blog-meta {
  color: #dfb858;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .nbtsow-members {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .nbtsow-members {
    margin-bottom: 90px;
  }
}

.nbtsow-members .nbtsow-member {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .nbtsow-members .nbtsow-member {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .nbtsow-members .nbtsow-member {
    float: left;
    width: 25%;
  }
}

@media (max-width: 991px) {
  .nbtsow-members .nbtsow-member {
    margin-bottom: 30px;
  }
}

.nbtsow-members .nbtsow-member .nbtsow-member-thumb {
  position: relative;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .nbtsow-members .nbtsow-member .nbtsow-member-thumb:before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    left: 0;
    top: 0;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden;
    transition-duration: .4s;
    transition-property: transform, opacity;
  }
}

.nbtsow-members .nbtsow-member .nbtsow-member-thumb:after {
  position: absolute;
  width: 100%;
  z-index: -1;
  content: "";
  height: 70%;
  bottom: 0;
  left: 0;
  border: 8px solid #dfb858;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
}

.nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social {
  display: inline-block;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s;
  min-width: 200px;
}

@media (min-width: 768px) {
  .nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social {
    opacity: 0;
    visibility: hidden;
  }
}

.nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social i {
  border-radius: 50%;
  font-size: 20px;
  background: #dfb858;
  color: #fff;
  transition: all .4s;
}

@media (max-width: 767px) {
  .nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social i {
    background: #dfb858;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social i {
    background: #dfb858;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social i {
    background: #fff;
    color: #7d7d7d;
  }
  .nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social i:hover {
    background: #dfb858;
    color: #fff;
  }
}

.nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social i.icon-facebook {
  padding: 7px 9px;
  margin-right: 5px;
}

.nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social i.icon-twitter {
  padding: 7px;
  margin-right: 5px;
}

.nbtsow-members .nbtsow-member .nbtsow-member-thumb .nbtsow-member-social i.icon-gplus {
  padding: 7px;
}

@media (min-width: 768px) {
  .nbtsow-members .nbtsow-member .nbtsow-member-thumb:hover:before {
    transform: none;
    z-index: 0;
    opacity: 1;
    visibility: visible;
  }
  .nbtsow-members .nbtsow-member .nbtsow-member-thumb:hover:after {
    bottom: -500px;
    border: 8px solid transparent;
    opacity: 0;
    visibility: hidden;
  }
  .nbtsow-members .nbtsow-member .nbtsow-member-thumb:hover .nbtsow-member-social {
    opacity: 1;
    visibility: visible;
  }
}

.nbtsow-members .nbtsow-member .nbtsow-member-details {
  text-align: center;
}

.nbtsow-members .nbtsow-member .nbtsow-member-details .nbtsow-member-name {
  margin-bottom: 30px;
  font-weight: bold;
  color: #444;
}

.nbtsow-img-hover.panel-row-style {
  position: relative;
  overflow: hidden;
}

.nbtsow-img-hover.panel-row-style:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  transition: transform .8s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  cursor: pointer;
}

.nbtsow-img-hover.panel-row-style:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}

.nbtsow-image-full {
  width: 100%;
  height: auto;
}

.nbtsow-image-widget-hover {
  position: relative;
  overflow: hidden;
}

.nbtsow-image-widget-hover:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  transition: transform .8s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  cursor: pointer;
}

.nbtsow-image-widget-hover:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}

.nbtsow-image-widget-hover-link {
  position: relative;
  float: left;
}

.nbtsow-image-widget-hover-link:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(35, 47, 62, 0.8);
  top: 0;
  left: 0;
  content: "";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.nbtsow-image-widget-hover-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -41%);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.nbtsow-image-widget-hover-link span i {
  font-size: 24px;
}

.nbtsow-image-widget-hover-link:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.nbtsow-image-widget-hover-link:hover span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
  color: #f8981d;
}

.nbtsow-image-widget-link {
  font-size: 18px;
  font-weight: 300;
}

.nbtsow-image-widget-link span i {
  border: 1px solid #f8981d;
  border-radius: 50%;
  padding: 10px;
}

.nbtsow-image-widget-link span p.nbt-widget-title {
  padding: 0;
  line-height: 1;
}

.nbtsow-image-widget-link span p.nbt-widget-title:before {
  content: '';
  width: 60%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -20px;
  top: -32px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nbtsow-image-widget-link span p.nbt-widget-title:after {
  top: 50px;
  left: 55px;
  content: '';
  width: 60%;
  height: 1px;
  background: #fff;
  position: absolute;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nbtsow-blog-thumb {
  position: relative;
  overflow: hidden;
}

.nbtsow-blog-thumb img {
  opacity: 0.9;
}

.nbtsow-blog-thumb .blog-thumb-inner:after,
.nbtsow-blog-thumb img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.nbtsow-blog-thumb .blog-thumb-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.nbtsow-blog-thumb .blog-thumb-inner i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 10px 10px 8px;
  color: #fff;
  font-size: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.nbtsow-blog-thumb .blog-thumb-inner i:hover {
  color: #dfb858;
  border-color: #dfb858;
}

.nbtsow-blog-thumb:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.nbtsow-blog-thumb:hover .blog-thumb-inner:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.nbtsow-blog-thumb:hover .blog-thumb-inner i {
  opacity: 1;
  visibility: visible;
}

img.nbtsow-grayscale {
  filter: blur(0.3em) grayscale(100%);
  transition: all 1.5s ease;
  transition-delay: 1s;
}

svg {
  background: url(http://4.bp.blogspot.com/-IzPWLqY4gJ0/T01CPzNb1KI/AAAAAAAACgA/_8uyj68QhFE/s400/a2cf7051-5952-4b39-aca3-4481976cb242.jpg);
}

img.nbtsow-grayscale.disabled {
  filter: blur(0) grayscale(0%);
}

.nbtsow-parallax {
  position: relative;
  min-height: 500px;
  background-attachment: fixed;
  background-size: cover;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-title {
  font-size: 18px;
  background: #dfb858;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 12px;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-wc-categories {
  background: #f7f7f7;
  padding-left: 12px;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-wc-categories > .cat-item.has-children > .fa {
  position: absolute;
  right: 15px;
  color: #888;
  transition: all .4s;
  top: 15px;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-wc-categories > .cat-item.has-children > .li-count {
  display: none;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-wc-categories > .cat-item.has-children > .children {
  padding-left: 12px;
  display: none;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-wc-categories .cat-item {
  position: relative;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-wc-categories a {
  line-height: 40px;
  color: #444;
  transition: all .4s;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding-right: 30px;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-wc-categories a:hover {
  color: #dfb858;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-wc-categories a:hover:after {
  color: #dfb858 !important;
}

.nbtsow-wc-categories-wrap.category-accordion .nbtsow-wc-categories .li-count {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #888;
}

.nbtsow-wc-categories-wrap.category-normal ul {
  padding-left: 30px;
}

.nbtsow-wc-categories-wrap.category-normal ul > li {
  color: #888;
  text-transform: uppercase;
  position: relative;
  text-align: right;
}

.nbtsow-wc-categories-wrap.category-normal ul > li:before {
  position: absolute;
  left: -30px;
  content: "\e828";
  font-family: "fontello";
  font-size: 8px;
  top: 6px;
}

.nbtsow-wc-categories-wrap.category-normal ul > li a {
  float: left;
  color: #888;
}

.nbtsow-wc-categories-wrap.category-normal ul > li span {
  color: #888;
  float: right;
}

.nbtsow-wc-categories-wrap.category-normal ul > li:hover {
  color: #000;
}

.nbtsow-wc-categories-wrap.category-normal ul > li:hover > a {
  color: #000;
}

.nbtsow-wc-categories-wrap.category-normal ul > li:hover > span {
  color: #000;
}

.nbtsow-wc-categories-wrap.category-normal > ul > li {
  margin-bottom: 30px;
}

.nbtsow-wc-categories-wrap.category-normal > ul > li > ul {
  padding-top: 15px;
}

.nbtsow-wc-categories-wrap.category-normal > ul > li > ul > li {
  margin-bottom: 10px;
}

.nbtsow-text-center {
  text-align: center;
}

.nbtsow-social-wrap {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0 20px;
  margin-bottom: 20px;
}

.nbtsow-social-wrap .nbtsow-title {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #444;
  margin-right: 15px;
}

.nbtsow-social-wrap a {
  color: #888;
}

.nbtsow-social-wrap a i {
  font-size: 17px;
  border-radius: 50%;
  transition: background .4s;
}

@media (min-width: 1200px) {
  .nbtsow-social-wrap a i {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .nbtsow-social-wrap a i {
    margin-right: 2px;
  }
}

@media (max-width: 767px) {
  .nbtsow-social-wrap a .fa-facebook {
    padding: 9px 13px;
  }
}

@media (min-width: 768px) {
  .nbtsow-social-wrap a .fa-facebook {
    padding: 9px 13px;
  }
}

@media (min-width: 992px) {
  .nbtsow-social-wrap a .fa-facebook {
    padding: 7px 11px;
  }
}

@media (min-width: 1200px) {
  .nbtsow-social-wrap a .fa-facebook {
    padding: 9px 13px;
  }
}

@media (max-width: 767px) {
  .nbtsow-social-wrap a .fa-google-plus {
    padding: 9px 10px;
  }
}

@media (min-width: 768px) {
  .nbtsow-social-wrap a .fa-google-plus {
    padding: 9px 10px;
  }
}

@media (min-width: 992px) {
  .nbtsow-social-wrap a .fa-google-plus {
    padding: 7px 8px;
  }
}

@media (min-width: 1200px) {
  .nbtsow-social-wrap a .fa-google-plus {
    padding: 9px 10px;
  }
}

@media (max-width: 767px) {
  .nbtsow-social-wrap a .fa-twitter, .nbtsow-social-wrap a .fa-pinterest {
    padding: 9px 11px;
  }
}

@media (min-width: 768px) {
  .nbtsow-social-wrap a .fa-twitter, .nbtsow-social-wrap a .fa-pinterest {
    padding: 9px 11px;
  }
}

@media (min-width: 992px) {
  .nbtsow-social-wrap a .fa-twitter, .nbtsow-social-wrap a .fa-pinterest {
    padding: 7px 9px;
  }
}

@media (min-width: 1200px) {
  .nbtsow-social-wrap a .fa-twitter, .nbtsow-social-wrap a .fa-pinterest {
    padding: 9px 11px;
  }
}

.nbtsow-social-wrap a:hover i {
  background: #dfb858;
  color: #fff;
}
