/* ========== GENERAL ========== */
.jsn-modulecontainer.search-menu #mod-search-searchword {
  width: 220px; }

.jsn-modulecontainer.search-menu #jsn_com_search_form label {
  display: none; }

.copy-right {
  text-align: center;
  top: 10px;
  position: relative; }

/* ========== DEMO MAIN CATEGORIES ========== */
.jsn-live-images.jsn-modulecontainer {
  display: none; }

#live-main-cat h3.intro-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 38px;
  margin: 0; }

#live-main-cat h3.section-heading,
#live-pop-products h3.section-heading {
  font-size: 2em;
  position: relative;
  margin: 10px 0 30px;
  line-height: 24px; }

#live-main-cat h3.section-heading span,
#live-pop-products h3.section-heading span {
  background: #fff;
  display: inline-block;
  padding-right: 15px; }

#live-main-cat h3.section-heading:after,
#live-pop-products h3.section-heading:after {
  content: "";
  display: block;
  left: 20%;
  top: 50%;
  margin-top: -2px;
  width: 80%;
  height: 10px;
  background: url(../../../images/bg-pt/section-heading-bg.jpg);
  z-index: -1; }

#live-main-cat .main-cat-item,
#live-pop-products .pop-product-item {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  text-align: center; }

#live-main-cat .main-cat-item .item-image,
#live-pop-products .pop-product-item .item-image {
  position: relative;
  display: block;
  max-height: 300px;
  overflow: hidden; }

#live-main-cat .main-cat-item .item-image:before,
#live-pop-products .pop-product-item .item-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  background: #a1a1a1 url(../../../images/bg-pt/icon-link.png) center center no-repeat;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

#live-main-cat .main-cat-item .item-image:hover:before,
#live-pop-products .pop-product-item .item-image:hover:before {
  top: calc(50% - 35px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

#live-main-cat .main-cat-item .item-image:after,
#live-pop-products .pop-product-item .item-image:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

#live-main-cat .main-cat-item .item-image:hover:after,
#live-pop-products .pop-product-item .item-image:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

#live-main-cat .main-cat-item h3.item-title,
#live-pop-products .pop-product-item h3.item-title {
  margin: 0;
  height: 40px;
  line-height: 40px; }

#live-main-cat .main-cat-item .desc,
#live-pop-products .pop-product-item .desc {
  font-size: 0.9em; }

#live-main-cat .main-cat-item .view-more-btn,
#live-pop-products .pop-product-item .view-more-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #BCBDBE;
  color: #fff;
  font-size: 1em;
  letter-spacing: 6px;
  text-transform: uppercase; }

#live-main-cat .main-cat-item .view-more-btn:hover,
#live-main-cat .main-cat-item .view-more-btn:active,
#live-pop-products .pop-product-item .view-more-btn:hover,
#live-pop-products .pop-product-item .view-more-btn:active {
  background-color: #BCBDBE !important; }

#live-main-cat div.grid-layout div.grid-lastcol div.grid-col_inner,
#live-pop-products div.grid-layout div.grid-lastcol div.grid-col_inner {
  margin-right: 10px; }

#live-pop-products div.grid-layout {
  margin-bottom: 10px; }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #live-main-cat .main-cat-item .item-image,
  #live-pop-products .pop-product-item .view-more-btn {
    max-height: 245px; } }
/* ========== FEATURES INTRODUCE ========== */
#features-introduce {
  border: 10px solid rgba(165, 165, 165, 0.2); }

#features-introduce .grid-col {
  background-color: #fff; }

#features-introduce .grid-col div.grid-col_inner {
  margin: 0; }

#features-introduce .grid-col .block {
  width: 50%;
  float: left; }

#features-introduce .grid-col .img-block {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

#features-introduce .grid-col .img-block:hover {
  transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2); }

#features-introduce .grid-col .img-block a {
  display: block;
  max-height: 300px;
  overflow: hidden; }

#features-introduce .grid-col .text-block .text-block-inner {
  padding: 15px; }

#features-introduce .grid-col .text-block .text-block-inner > h3 {
  margin: 0;
  min-height: 30px;
  line-height: 30px;
  font-size: 1.8em; }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #features-introduce .grid-col .img-block a {
    max-height: 245px; }

  #features-introduce .grid-col .text-block {
    max-height: 245px;
    overflow: inherit; } }
/* ========== GWB/LDB COLLECTIONS ========== */
.jsn-live-page #jsn-promo {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px; }

.jsn-live-page #jsn-pos-promo-left div.jsn-modulecontainer {
  padding: 0; }

.live-collection-wrapper {
  position: relative;
  display: block;
  max-height: 602px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important;
  border: 10px solid rgba(165, 165, 165, 0.2); }

.live-collection-wrapper h3.collection-title {
  position: absolute;
  display: inline-block;
  right: 10px;
  bottom: 10px;
  background: #000;
  color: #fff;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  z-index: 10; }

.jsn-color-red .live-collection-wrapper h3.collection-title {
  background-color: #fe6363; }

.jsn-color-blue .live-collection-wrapper h3.collection-title {
  background-color: #61a9ed; }

.jsn-color-green .live-collection-wrapper h3.collection-title {
  background-color: #acd278; }

.jsn-color-violet .live-collection-wrapper h3.collection-title {
  background-color: #b18ed2; }

.jsn-color-orange .live-collection-wrapper h3.collection-title {
  background-color: #f28d50; }

.jsn-color-grey .live-collection-wrapper h3.collection-title {
  background-color: #555; }

.live-collection-wrapper .link-image {
  display: block;
  max-height: 148px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important;
  border: 10px solid rgba(255, 255, 255, 0.2); }

.live-collection-wrapper .link-image {
  position: relative; }

.live-collection-wrapper .link-image:before,
.live-collection-wrapper .link-image:after {
  position: absolute;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.live-collection-wrapper .link-image:hover:before,
.live-collection-wrapper .link-image:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.live-collection-wrapper .link-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fc6565;
  line-height: 100%;
  text-align: center;
  z-index: 11; }

.live-collection-wrapper .link-image:after {
  content: "+";
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 6em;
  color: #fff;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12; }

.live-collection-wrapper {
  margin-bottom: 20px; }

#features-introduce .grid-col .text-block .text-block-inner .desc {
  font-size: 17px; }

@media only screen and (max-width: 960px), (max-device-width: 960px) {
  .live-collection-wrapper {
    width: 33%;
    margin-top: 30px;
    margin-bottom: 0;
    display: inline-block; }

  body.jsn-desktop-on-mobile .live-collection-wrapper {
    width: auto; }

  .live-collection-wrapper h3.collection-title {
    font-size: 1.2em;
    right: 30px; }

  .live-collection-wrapper .link-image {
    margin-right: 20px;
    width: calc(100% - 20px) !important; }

  .live-collection-wrapper:last-child .link-image {
    margin-right: 0;
    width: 100% !important; }

  body.jsn-desktop-on-mobile .live-collection-wrapper.first {
    margin-top: 0; } }
@media only screen and (max-width: 568px), (max-device-width: 568px) {
  .live-collection-wrapper {
    width: 100%;
    margin-top: 10px; }

  .live-collection-wrapper.first {
    margin-top: 30px; }

  .live-collection-wrapper h3.collection-title {
    right: 10px; }

  .live-collection-wrapper .link-image {
    margin-right: 0;
    width: 100% !important; }

  #features-introduce .grid-col .text-block .text-block-inner > h3 {
    font-size: 1.1em;
    line-height: 18px;
    min-height: 18px; }

  #features-introduce .grid-col .text-block .text-block-inner {
    padding: 5px 15px; }

  #features-introduce .grid-col .text-block .text-block-inner .desc {
    font-size: 0.9em; } }
/* ========== GWB/LDB IMAGESHOW ========== 
.jsn-live-page .box_skitter {
    background: none;
}
.jsn-live-page .container_skitter {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    border: 10px solid rgba(255,255,255,0.2);
}

/* ========== GWB/LDB HOMEPAGE TREE-MENU ========== */
.jsn-homepage.jsn-live-page div.jsn-modulecontainer ul.menu-treemenu li a {
  border-bottom: 0; }

.jsn-homepage.jsn-live-page ul.menu-treemenu > li > a > span {
  padding-left: 24px;
  background-position: 0 -766px; }

/* ========== MAIN GWB/LDB ARTICLE ========== */
#live-homepage-article .link-image {
  display: inline-block;
  float: left;
  width: 450px;
  height: 300px;
  max-width: 100%;
  overflow: hidden; }

#live-homepage-article .link-image {
  max-width: 100%; }

#live-homepage-article .text-content {
  padding-left: 480px; }

#live-homepage-article ul.live-feature-listing li {
  margin: 10px 0; }

#live-homepage-article ul.live-feature-listing li a {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 24px; }

/* ========== SAMPLE LOGOS =========== */
.sample-logo-wrapper .sample-logo {
  width: 48%;
  float: left;
  text-align: center; }

.sample-logo-wrapper .sample-logo a {
  display: block;
  -moz-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }

.sample-logo-wrapper .sample-logo:hover a {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.sample-logo-wrapper .sample-logo a img {
  max-width: 100%; }

/* ========== GWB/LDB NEWSLETTER ========== */
div.jsn-modulecontainer.live-newsletter .jsn-form-content label,
div.jsn-modulecontainer.live-newsletter .form-actions,
div.jsn-modulecontainer.live-newsletter .jsn-text-center {
  display: none; }

div.jsn-modulecontainer.live-newsletter .jsn-form-content .control-group.email {
  padding: 0 !important; }

div.jsn-modulecontainer.live-newsletter .jsn-form-content input.email {
  padding: 8px 12px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

div.jsn-modulecontainer.live-newsletter .jsn-form-content .control-group.ui-state-highlight {
  background: none !important;
  border-color: transparent !important; }

.live-newsletter-heading > h3 {
  font-size: 1.7em !important;
  line-height: 20px !important; }

/* ========== GWB/LDB SERVICES ========== */
#live-services {
  margin: 40px 0 0; }

#live-services .live-services-item {
  padding-left: 50px;
  margin-bottom: 40px; }

#live-services .live-services-item .item-title {
  margin: 0;
  font-size: 1.6em;
  line-height: 24px; }

#live-services .live-services-item .desc {
  margin: 0; }

#live-services .live-services-item.shipping {
  background: url(https://www.gatewaybridal.com/images/custom-html/icons/shipping.png) left center no-repeat; }

#live-services .live-services-item.delivery {
  background: url(https://www.gatewaybridal.com/images/custom-html/icons/delivery.png) left center no-repeat; }

#live-services .live-services-item.service {
  background: url(https://www.gatewaybridal.com/images/custom-html/icons/service.png) left center no-repeat; }

body.jsn-direction-rtl #live-services .live-services-item {
  padding-left: 0;
  padding-right: 50px;
  background-position: right center; }

body.jsn-direction-rtl.jsn-homepage.jsn-live-page ul.menu-treemenu > li > a > span {
  padding-right: 24px;
  padding-left: 0;
  background-position: right -766px; }

/* ========== CONNECT WITH US ========== */
#live-connect-with-us ul.list-arrow {
  margin-top: 20px; }

#live-connect-with-us ul.list-arrow li {
  margin: 10px 0; }

@media only screen and (min-width: 569px) and (max-width: 768px), (min-device-width: 569px) and (max-device-width: 768px) {
  body.jsn-mobile #live-homepage-article .link-image {
    width: 48%; }

  body.jsn-mobile #live-homepage-article .text-content {
    padding-left: 52%; }

  body.jsn-mobile #features-introduce .grid-col .text-block .text-block-inner > h3 {
    font-size: 1.5em; }

  body.jsn-mobile #features-introduce .grid-col .text-block .text-block-inner .desc {
    font-size: 1em; } }
@media only screen and (min-width: 320px) and (max-width: 568px), (min-device-width: 320px) and (max-device-width: 568px) {
  body.jsn-mobile #live-homepage-article .link-image {
    height: auto; }

  body.jsn-mobile #live-homepage-article .text-content {
    padding-left: 0; }

  body.jsn-mobile #live-homepage-article .link-button {
    padding: 10px; }

  body.jsn-mobile #live-main-cat h3.section-heading span,
  body.jsn-mobile #live-pop-products h3.section-heading span {
    font-size: 20px;
    white-space: none; }

  .live-collection-wrapper h3.collection-title {
    font-size: 12px; }

  #live-main-cat h3.section-heading span,
  #live-pop-products h3.section-heading span {
    display: inherit; }

  .text-content .link-button {
    padding: 10px 5px;
    font-size: 10px; }

  .jsn-desktop-on-mobile div.jsn-modulecontainer ul.menu-mainmenu li a span.jsn-menutitle {
    font-size: 10px; }

  .jsn-desktop-on-mobile div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu li a span.jsn-menudescription {
    display: inherit;
    font-size: 10px; }

  .live-collection-wrapper {
    border: 0px; } }
.intro-heading .live-main-cat h3 {
  max-width: 80%; }
  .intro-heading .live-main-cat h3:first-child {
    max-width: 80%;
    margin: 2rem auto 0; }

.google_ad {
  margin: 20px auto; }

nav, #jsn-menu {
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: lighter; }

@media screen and (max-width: 960px) {
  .desktop-nav {
    display: none; }

  .mobile-nav {
    background: #dcddf5;
    width: 100%;
    height: 70px; }
    .mobile-nav .mobile-menu-toggle {
      line-height: 70px;
      height: 100%;
      width: 50px;
      float: left;
      vertical-align: middle;
      cursor: pointer; }
      .mobile-nav .mobile-menu-toggle i {
        font-size: 30px;
        float: left;
        padding: 10px;
        margin-top: 7px;
        color: #6e6c9d; }
    .mobile-nav .mobile-logo {
      float: left;
      text-align: center;
      width: calc( 100% - 100px ); }
      .mobile-nav .mobile-logo a {
        display: block;
        width: 100%;
        height: 100%; }
      .mobile-nav .mobile-logo img {
        width: 100%;
        max-width: 185px;
        height: auto;
        padding-top: 3px; }
    .mobile-nav .mobile-bag {
      line-height: 70px;
      height: 100%;
      width: 50px;
      float: right;
      vertical-align: middle;
      cursor: pointer; }
      .mobile-nav .mobile-bag i {
        font-size: 34px;
        float: left;
        padding: 10px;
        margin-top: 7px;
        color: #6e6c9d; }

  #jsn-menu {
    display: none; }
    #jsn-menu.active {
      display: block;
      width: 100%;
      background-color: white; } }
@media screen and (min-width: 961px) {
  #jsn-menu {
    height: 70px;
    clear: both;
    overflow-y: hidden;
    color: white; }

  .mobile-nav {
    display: none; }

  .desktop-nav {
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    height: 188px;
    padding: 0 20px;
    overflow-y: hidden; }
    .desktop-nav #jsn-pos-toolbar .display-dropdown.jsn-modulecontainer .jsn-moduletitle,
    .desktop-nav #jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer .jsn-moduletitle {
      font-size: 1.3em;
      padding: 9px 15px;
      line-height: 36px;
      margin: 0;
      -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; }
      .desktop-nav #jsn-pos-toolbar .display-dropdown.jsn-modulecontainer .jsn-moduletitle span,
      .desktop-nav #jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer .jsn-moduletitle span {
        display: none; }
    .desktop-nav .desktop-logo {
      float: left; }
      .desktop-nav .desktop-logo img {
        padding-top: 25px;
        max-width: 500px; }
    .desktop-nav .desktop-secondary {
      float: right;
      height: 188px;
      overflow-y: hidden; }
      .desktop-nav .desktop-secondary #social-icons {
        overflow-y: hidden;
        float: right;
        clear: right;
        margin-top: 6px; }
      .desktop-nav .desktop-secondary .search-menu {
        float: right; }
        .desktop-nav .desktop-secondary .search-menu input {
          border-radius: 15px; }
      .desktop-nav .desktop-secondary .secondary-menu {
        clear: right;
        float: right; }
        .desktop-nav .desktop-secondary .secondary-menu a, .desktop-nav .desktop-secondary .secondary-menu span {
          cursor: pointer; }
        .desktop-nav .desktop-secondary .secondary-menu #top-call-us {
          margin-bottom: 0.5rem; }
        .desktop-nav .desktop-secondary .secondary-menu .menu-topmenu {
          padding-top: 0.25rem; } }
div.jsn-modulecontainer ul.menu-mainmenu {
  overflow-y: hidden;
  max-width: 1170px;
  margin: 0 auto; }

/* =============== MENU - MAIN MENU =============== */
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
  font-size: 15px;
  text-transform: none; }

div.jsn-modulecontainer ul.menu-mainmenu > li > a:after {
  background: #514e86; }

div.jsn-modulecontainer ul.menu-mainmenu li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
  color: #fff; }

div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
  color: #514e86; }

div.jsn-modulecontainer ul.menu-mainmenu > li {
  border-left: 0px solid #efefef; }

/* =============== MENU - SIDE/TREE MENU =============== */
div.jsn-modulecontainer ul.menu-treemenu li:hover > a,
div.jsn-modulecontainer ul.menu-treemenu li.active > a,
div.jsn-modulecontainer ul.menu-sidemenu li:hover > a,
div.jsn-modulecontainer ul.menu-sidemenu li.active > a,
div.jsn-modulecontainer ul.menu-sidemenu.menu-richmenu li:hover > a .jsn-menudescription,
div.jsn-modulecontainer ul.menu-sidemenu.menu-richmenu li.active > a .jsn-menudescription {
  color: #514e86; }

/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
  text-decoration: none; }

div.jsn-modulecontainer ul.menu-mainmenu li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu li.active > a,
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer.jsn-dropdown-active .jsn-moduletitle,
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer:hover .jsn-moduletitle {
  background-color: rgba(188, 189, 192, 0.35); }

/* =============== MENU - TOP MENU =============== */
ul.menu-topmenu {
  margin: -5px 0;
  list-style-type: none;
  padding: 5px 0;
  display: inline-block; }

ul.menu-topmenu li {
  margin: 0;
  padding: 0 5px;
  float: left;
  display: inline;
  border-right: 1px solid #eee;
  line-height: 14px;
  font-size: 1em; }

ul.menu-topmenu li a {
  color: #6d6d6d; }

ul.menu-topmenu li:hover a {
  color: #514E86;
  text-decoration: none; }

ul.menu-topmenu li a {
  background-color: rgba(237, 237, 237, 0.35); }

ul.menu-topmenu li a:hover {
  background-color: rgba(136, 139, 187, 0.15); }

ul.menu-topmenu li.first {
  padding-left: 0; }

ul.menu-topmenu li.last {
  border-right-width: 0; }

/* =============== MENU - LOWER MENU =============== */
ul.menu-lowermenu {
  margin: 0 24%;
  padding: 0;
  list-style: none;
  display: inline-block; }

ul.menu-lowermenu:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  visibility: hidden; }

ul.menu-lowermenu li {
  margin: 0;
  padding: 0 0.8em;
  float: left;
  display: inline;
  border-right: 1px solid #eee;
  line-height: 14px; }

ul.menu-lowermenu li.first {
  padding-left: 0; }

ul.menu-lowermenu li.last {
  border-right-width: 0; }

@media screen and (max-width: 960px) {
  html, body {
    overflow-x: hidden; }
    html.mobile-nav-active, body.mobile-nav-active {
      overflow-y: hidden; }

  .desktop-nav {
    display: none; }

  .mobile-nav {
    height: 60px; }
    .mobile-nav.scrolled {
      position: fixed;
      top: 0;
      z-index: 1000; }

  #jsn-mobile-secondary-menu {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 320px;
    margin: 0 auto; }
    #jsn-mobile-secondary-menu .display-dropdown {
      display: block; }
      #jsn-mobile-secondary-menu .display-dropdown.search-menu .jsn-modulecontainer_inner h3.jsn-moduletitle span {
        display: none; }
    #jsn-mobile-secondary-menu #top-call-us {
      float: none; }
      #jsn-mobile-secondary-menu #top-call-us span {
        float: none !important;
        text-align: center !important; }
    #jsn-mobile-secondary-menu .menu-topmenu {
      float: none;
      display: block;
      margin-top: 10px; }
      #jsn-mobile-secondary-menu .menu-topmenu li {
        display: inline-block;
        float: none;
        width: 100%;
        padding-bottom: 10px;
        font-size: 15px; }

  #jsn-promo {
    display: none; }

  #jsn-promo-mobile {
    width: 100%; }
    #jsn-promo-mobile h3 {
      display: none; }
    #jsn-promo-mobile p {
      background-color: #dfdfdf;
      margin: 0;
      text-align: center; }
    #jsn-promo-mobile img {
      border-bottom: 8px solid #dfdfdf;
      border-top: 8px solid #dfdfdf; }

  #jsn-content-top #jsn-pos-content-top {
    margin: 0 0 -10px; }

  #jsn-pos-content-top [class*="span"] {
    width: 100%;
    padding: 20px;
    float: left; }

  #jsn-pos-content-top-below a.jcemediabox-image img {
    max-width: 96%; }

  #jsn-content-bottom {
    display: none; }

  #jsn-mainbody-content {
    padding: 0 20px 0 20px;
    margin-bottom: -20px; }

  #jsn-footer {
    padding-top: 25px; }
    #jsn-footer #jsn-pos-bottom {
      margin-bottom: 10px; }

  div.product-fields div.product-field {
    width: 100%; }
    div.product-fields div.product-field .product-field-display {
      width: 100%;
      line-height: 11px;
      margin-top: 10px; }
    div.product-fields div.product-field .product-fields-title-wrapper {
      min-width: 100%;
      margin: 0;
      padding: 0;
      text-align: center; }
    div.product-fields div.product-field select {
      width: 100%; }

  #features-introduce .grid-col .block {
    padding-top: 10px;
    font-size: 18px; }

  .back-category {
    text-align: center; }
    .back-category .back-to-category {
      float: none;
      margin-bottom: 15px; }

  .category-view {
    margin: 0; }
    .category-view .row .category .spacer {
      max-width: 100%;
      padding: 0px; }
      .category-view .row .category .spacer h2 {
        position: relative;
        height: auto;
        margin-bottom: 10px;
        top: 0; }
        .category-view .row .category .spacer h2 a {
          margin-top: 20px;
          font-size: 15px;
          line-height: 28px; }

  .jsn-color-ldb h4.module-title span {
    text-align: center;
    width: 100%;
    margin-top: 30px; }

  .vm-product-details-container .product-title {
    padding-bottom: 0;
    min-width: 0px;
    font-size: 2em; }
  .vm-product-details-container .product-field-display {
    text-align: center; }
  .vm-product-details-container .addtocart-bar {
    width: 100%;
    text-align: center; }
    .vm-product-details-container .addtocart-bar .addtocart-button {
      width: 100%;
      clear: both;
      margin: 0.75rem auto 0 auto; }
  .vm-product-details-container span.quantity-box input.quantity-input {
    width: 100%;
    padding: 0px; }

  .productdetails-view .information_tabs {
    text-align: center; }

  .product-description.tab-content.table {
    max-width: 320px; }
  .product-description.tab-content p {
    text-align: center !important; }

  .orderlistcontainer {
    width: 100%;
    text-align: center; }

  #jsn-menu.active {
    overflow-y: scroll; }

  ul.menu-lowermenu {
    margin: 0;
    padding: 20px;
    float: left;
    display: inline;
    border-right: 1px solid #eee;
    line-height: 14px; }
    ul.menu-lowermenu li {
      padding-top: 13px;
      text-align: center;
      font-size: 16px;
      width: 100%; }
      ul.menu-lowermenu li:first-child.first {
        padding-left: 12px; }

  .copy-right {
    clear: both; }

  .imageshow-desktop {
    display: none; }

  .ccf_recaptcha_wrapper iframe {
    transform: scale(0.79);
    margin-left: -35px; }

  #fancybox-content {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch !important; } }
@media screen and (min-width: 961px) {
  #jsn-promo-mobile {
    display: none; }

  #jsn-mobile-secondary-menu {
    display: none; }

  #jsn-footer {
    padding-top: 45px; }

  .imageshow-mobile {
    display: none; } }
.blog .category-desc {
  text-align: center;
  margin-bottom: 16px; }
.blog .article-info {
  width: 100%;
  margin-bottom: 1rem; }
.blog .items-leading div[class^='leading-'] {
  border-bottom: 5px #8889bc solid;
  margin-bottom: 30px;
  padding-bottom: 30px; }

@media screen and (min-width: 961px) {
  .blog {
    max-width: 100%; }
    .blog .items-leading {
      padding: 20px;
      max-width: 67%;
      margin: 0 auto; }
    .blog .page-header h2 {
      font-weight: 300; }
      .blog .page-header h2 a {
        color: #8889bc; }
        .blog .page-header h2 a:hover {
          text-decoration: underline; }

  .page-header h2 {
    color: #8889bc; } }
.pagination {
  text-align: center; }

@media screen and (max-width: 960px) {
  .blog .items-leading {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto; } }

/*# sourceMappingURL=custom.css.map */