* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background: #222;
}

#toolbar {
  background: #344150;
  box-shadow: 0 1px 1px rgba(255,255,255,.2), 0 2px 4px rgba(0,0,0,.2);
  color: #ccc;
  position: relative;
  z-index: 2;
  height: 60px;
  padding: 10px 0;
}

.toolbar-inner {
  height: 40px;
  margin: 0 auto;
}

@media screen and (min-width: 1320px) {
  .toolbar-main {
    left: 50%;
    margin-left: -475px;
    position: absolute;
  }  
}


#logo {
  display: none;
  float: left;
  font-size: 18px;
  height: 40px;
  margin-left: 20px;
}

@media screen and (min-width: 480px) {
  #logo {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
}

#logo a {
  background: url(../images/logo-small.png) top;
  color: #ccc;
  display: block;
  height: 17px;
  margin-top: 12px;
  text-indent: -1000em;
  width: 40px;
  opacity: .8;
}

@media screen and (min-width: 1320px) {
  #logo a {
    background: url(../images/logo.png) top;
    width: 160px;
  }
}

#logo a:hover {
  opacity: 1;
}

/* Types ---*/
#catalog-types {
  float: left;
  height: 40px;
  position: relative;
  margin-right: 1px;
}

#catalog-types a {
  display: block;
  float: right;
  font-weight: bold;
  height: 40px;
  position: relative;
  text-indent: -1000em;
  width: 40px;
  margin-right: 5px;
}

@media (max-width: 480px) {
  #catalog-types a {
    margin-right: 0;
  }
}

#catalog-types a:before {
  color: #999;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  text-indent: 38px;
  text-transform: uppercase;
}

#catalog-types a.type-jatc {
  width: 40px;
}

@media screen and (min-width: 992px) {
  #catalog-types a.type-jatc {
    width: 120px;
  }

  #catalog-types a.type-jatc:before {
    content: "Templates";
  }

  #catalog-types a.type-t4builder {
    width: 110px;
  }

  #catalog-types a.type-t4builder:before {
    content: "T4 Builder";
  }
}

#catalog-types a.type-jaext {
  width: 40px;
}

@media screen and (min-width: 992px) {
  #catalog-types a.type-jaext {
    width: 122px;
  }

  #catalog-types a.type-jaext:before {
    content: "Extensions";
  }
}

#catalog-types a.type-special {
  overflow: hidden;
  width: 40px;
}

@media screen and (min-width: 992px) {
  #catalog-types a.type-special {
    width: 100px;
  }

  #catalog-types a.type-special:before {
    content: "JA Wall";
  }
}

#catalog-types a span {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  margin: 10px;
  opacity: .5;
  width: 20px;
}

#catalog-types a:hover:before,
#catalog-types a:active:before,
#catalog-types a:focus:before {
  color: #fff;
}

#catalog-types a.current span,
#catalog-types a:hover span,
#catalog-types a:active span,
#catalog-types a:focus span {
  opacity: 1;
}

#catalog-types a.current {
  color: #fff;
}

#catalog-types a.current::before {
  color: #fff;
}

#catalog-types a.type-jatc span {
  background-image: url(../images/type-jatc.png);
}

#catalog-types a.type-jaext span {
  background-image: url(../images/type-jatc.png);
}

#catalog-types a.type-t4builder span {
  background-image: url(../images/type-t4builder.png);
}

/* Selector ---*/
#catalog-selector {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 40px;
  padding: 0 20px;
  position: relative;
  width: 150px;
}

@media screen and (min-width: 992px) {
  #catalog-selector {
    width: 300px;
    margin-left: 10px;
  }
}

#catalog-selector:hover {
  border: 1px solid rgba(255,255,255,0.3);
}

#catalog-selector.open {
  background: transparent;
  color: #fff;
}

.catalog-indicator {
  background: url(../images/select-indicator.png);
  height: 15px;
  opacity: .3;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 12px;
}

#catalog-selector:hover .catalog-indicator,
#catalog-selector.open .catalog-indicator {
  opacity: 1;
}

#catalog-selector .product-name {
  line-height: 40px;
}

#catalog-selector .product-name h3 {
  float: left;
  font-size: 14px;
}

#catalog-selector.open .catalog-arrow {
  display: none;
  width: 21px;
  height: 11px;
  background: url(../images/catalog-arrow.png) no-repeat;
  bottom: -8px;
  left: 50%;
  position: absolute;
}

/* Actions --- */
#demo-actions {
  float: left;
  margin-left: 10px;
}

#demo-actions a {
  background: #27ae60;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 480px) {
  #demo-actions a {
    padding: 0 6px;
  }
}

#demo-actions .pricing-t4builder {
  display: none;
}

#demo-actions.t4builder .pricing-t4builder {
  display: inline-block;
}

#demo-actions.t4builder .pricing-normal {
  display: none;
}

#demo-actions a.product-detail {
  display: none;
}

@media screen and (min-width: 640px) {
  #demo-actions a.product-detail {
    display: block;
    background-color: #f08700;
  }
}

#demo-actions a.product-detail:hover,
#demo-actions a.product-detail:focus,
#demo-actions a.product-detail:active {
  background-color: #d27600;
}

#demo-actions a:hover {
  background-color: #229955;
  color: #fff;
}

/* Devices --- */
#devices {
	float:left;
  display: none;
}

#devices a {
  display: block;
	float:left;
	padding:10px 0 0;
}

#devices > a > span {
	background: url(../images/devices.png) no-repeat;
    display: block;
    height: 30px;
    opacity: 0.75;
    text-align: center;
    text-indent: -9999px;
    width: 40px;
}

#devices .tablet-portrait span {
	background-position: 15px 0;
}

#devices .tablet-landscape span {
	background-position: -13px 0;
}

#devices .smartphone-portrait span {
	background-position: -40px 0;
}

#devices .smartphone-landscape span {
	background-position: -69px 0;
}

#devices .auto span {
	background-position: -98px 0;
}

#devices.enabled {
	opacity:1;
}

#devices.disabled {
	opacity: 0.1;
  pointer-events: none;
	cursor: default;
}

/* Badges --- */
.badge-wrap {
  display: block;
}

#catalog-selector .badge-wrap {
  float: left;
  margin-left: 12px;
  margin-top: 11px;
}

@media (max-width: 991px) {
  #catalog-selector .badge-wrap {
    display: none;
  }
}

.badge {
  color: #fff;
  background: #666;
  border-radius: 3px;
  line-height: normal;
  display: none;
  font-size: 10px;
  float: left;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  margin-right: 2px;
}


.badge-premium {
  background-color: #f90;
}

.badge-featured {
  background-color: #fe4444;
}

.badge-free {
  background-color: #27ae60;
}

.badge-j30 {
  background-color: #F2BB35;
}

.badge-j25 {
  background-color: #7e4ba5;
}

.badge-j15 {
  background-color: #fc8f30;
}

/* Show the correct badge */
.premium .badge-premium,
.featured .badge-featured,
.free .badge-free,
.j30 .badge-j30,
.j25 .badge-j25,
.j15 .badge-j15 {
  display: block;
}

/* Notification --- */
.notification {
  background: #666;
  border-radius: 5px;
  box-shadow: 1px 1px 0 rgba(0,0,0,.3);
  color: #fff;
  display: inline-block;
  padding: 1px 3px;
  line-height: 1;
  text-shadow: -1px 1px 0 rgba(0,0,0,.2);
  text-transform: none;
}

.notification.red {
  background-color: #c00;
}

.notification.green {
  background-color: #690;
}

.notification.blue {
  background-color: #069;
}

.notification.orange {
  background-color: #fc8f30;
}

/* Close button --- */
.btn-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 6px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: top;
  text-indent: -1000em;
  background: url(../images/close.png);
  opacity: .3;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
}

@media screen and (min-width: 992px) {
  .btn-close {
    right: 20px;
  }
}

.btn-close:hover {
  background-position: bottom;
  opacity: 1;
}

/* CATALOG
--------------------------------------------------------*/
#catalog {
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 50px;
}

@media screen and (min-width: 992px) {
  #catalog {
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }
}

.catalog-main {
  background: #000a12;
  box-shadow: -1px -1px 2px rgba(0,0,0,.2), 1px 1px 2px rgba(0,0,0,.2), -2px -2px 4px rgba(0,0,0,.3) inset, 2px 2px 4px rgba(0,0,0,.3) inset;
  position: relative;
  top: -2000px;
  transition: top 0.2s ease 0s;
  -webkit-transition: top 0.2s ease 0s;
  -moz-transition: top 0.2s ease 0s;
  -o-transition: top 0.2s ease 0s;
}

#catalog.open .catalog-main {
  top: 0;
}

.catalog-inner {
  padding: 60px 0 0;
  display: none;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .catalog-inner {
    padding-top: 60px;
  }
}

#catalog.open .catalog-inner.active,
#catalog.open-special .catalog-special,
#catalog.open-jatc .catalog-jatc,
#catalog.open-jmtc .catalog-jmtc {
  display: block;
}

/* PRODUCTS
--------------------------------------------------------*/
.products-wrap {
  padding: 15px 10px;
}

.products-wrap-inner {
  position: relative;
  overflow: hidden;
}

.product {
  width: 50%;
  height: 230px;
  display: block;
  float: left;
  padding: 10px;
  position: relative;
  vertical-align: top;
}

@media screen and (min-width: 992px) {
  .product {
    width: 300px;
  }
}

@media (max-width: 480px) {
  .product {
    height: 180px;
  }
}

.product-inner {
  border-radius: 3px;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.current .product-inner {
}

.current .product-inner .product-info {
  bottom: 0;
}

/* Product Images ---*/
.product-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product-image .badge-featured {
  position: absolute;
  top: 16px;
  right: -24px;
  transform: rotate(45deg);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.product-image .badge-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  transform: scale(0.9);
  transition: 500ms all;
}

.product:hover .product-image .badge-wrap {
  opacity: 1;
  transform: scale(1);
}

.product-image,
.product-image img {
  line-height: 1;
}

.product-image img {
  width: 100%;
  border-radius: 3px;
  height: 100%;
}



.image-inset {
  border-radius: 3px;
  border: 2px solid transparent;
  overflow: hidden;
  display: block;
  height: 180px;
  width: 100%;
}

@media (max-width: 480px) {
  .image-inset {
    height: 130px;
  }
}

.product:hover .image-inset,
.current .image-inset {
  border-color: #fe4444;
}

/* Product Info ---*/
.product-info {
  color: #ccc;
  padding: 10px 10px 0 10px;
  bottom: 0;
  text-align: center;
  width: 100%;
}


.product:hover .product-info {
  bottom: 0;
}

.catalog-jaext .product .product-info {
  bottom: 0;
}

.catalog-jaext .filter-more,
.catalog-t4builder .filter-more {
  display: none;
}

.product-info h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.product-info .product-desc {
  font-size: 11px;
  overflow: hidden;
  width: 100%;
}

.product-info .product-download {
  background: url(../images/icon-download.png) no-repeat left center;
  float: right;
  font-size: 11px;
  padding-left: 10px;
}

.product-info .date {
}

/* Ratings ---*/
.rating {
	background: url(../images/rating-stars.png) repeat-x left top;
  position: absolute;
  right: 10px;
  bottom: 10px;
	height: 12px;
	width: 60px;
}

.rating .current {
	background: url(../images/rating-stars.png) repeat-x left bottom;
	height: 12px;
	width: 60px;
}

/* Badges ---*/
.product-info .badge-wrap {
  position: absolute;
  top: -20px;
  left: 0;
  border-left: 5px solid #333;
}

.product-info .badge {
  margin-right: 0;
}

/* Product Styles ---*/

.product.semi-featured {
  width: 240px;
  height: 320px;
  float: left;
}

.product.featured .product-image,
.product.semi-featured .product-image {
  opacity: 1;
}



/* FILTERS
--------------------------------------------------------*/
.filters-wrap {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  width: 100%;
  font-size: 14px;
}

.filters-inner {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  min-height: 50px;
  margin: 0;
  padding: 0 20px;
}

.filter-years {
  float: left;
  position: relative;
}

.filter-categories {
  float: left;
  position: relative;
}

.filters > a {
  border-bottom: 3px solid transparent;
  color: rgba(255,255,255,0.7);
  display: block;
  float: left;
  font-size: 14px;
  line-height: 47px;
  margin: 0;
  padding: 0 10px;
  text-transform: capitalize;
  transition: border 0.2s ease 0s, color 0.2s linear 0s;
  -webkit-transition: border 0.2s ease 0s, color 0.2s linear 0s;
  -moz-transition: border 0.2s ease 0s, color 0.2s linear 0s;
  -o-transition: border 0.2s ease 0s, color 0.2s linear 0s;
}

@media (max-width: 480px) {
  .filters > a,
  div.filter-more span.more {
    line-height: 20px;
  }

  .filters > a {
    border: 0!important;
  }

  #catalog-selector .badge-wrap {
    display: none;
  }
}

.filters > a:hover,
.filters > a:active,
.filters > a:focus {
  border-bottom: 3px solid #27ae60;
  color: #27ae60;
}

.filters > a:hover .counter,
.filters > a:active .counter,
.filters > a:focus .counter {
  background: #27ae60;
  color: #fff;
}

.filters > a.current {
  border-bottom: 3px solid #27ae60;
  color: #27ae60;
}

.filters > a.current .counter {
  background: #27ae60;
  color: #fff;
}

/* More ---*/
.filter-more {
  float: left;
  position: relative;
}

.filter-more span.more,
.filter-more a.more {
  display: block;
}

.filter-more span.more {
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  line-height: 47px;
  margin: 0 10px;
  padding: 0 2px;
  text-transform: capitalize;
}

.filter-more.current span.more,
.filter-more:hover span.more,
.filter-more span.more.current {
  border-bottom: 3px solid #ccc;
  color: #ccc;
}

.filter-more .more-childs {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  box-shadow: 1px 2px 3px rgba(0,0,0,.5);
  column-count: 2;
  column-rule: 1px solid #eee;
  column-gap: 0;
  display: block;
  position: absolute;
  top: -1000px;
  min-width: 300px;
}

.filter-more:hover .more-childs {
  left: auto;
  right: 10px;
  top: 32px;
}

@media (max-width: 480px) {
  .filter-more:hover .more-childs {
    right: -80px;
  }
}

.filter-more .more-childs a {
  border-bottom: 1px solid #eee;
  color: #67707c;
  display: block;
  line-height: normal;
  padding: 6px 10px;
  text-shadow: 0 1px 0 #fff;
  text-transform: capitalize;
}

.filter-more .more-childs a:hover,
.filter-more .more-childs a:active,
.filter-more .more-childs a:focus {
  background: #eee;
}

.filter-more .more-childs a.current {
  background: #344150;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
}

/* Counters ---*/
.filters .counter {
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  height: auto;
  line-height: normal;
  margin-left: 1px;
  padding: 2px 5px;
  position: relative;
  text-shadow: none;
  top: -1px;
}

.filter-more .counter {
  background: #ddd;
  color: #666;
}

.filter-more .more-childs a.current .counter {
  background: #27ae60;
  color: #fff;
}

/* Search ---*/
.filter-search {
  display: none;
  float: right;
  position: relative;
  margin-right: 0;
  top: 1px;
}

@media screen and (min-width: 992px) {
  .filter-search {
    display: block;
  }
}

.filter-search input {
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.1);
  background: url(../images/search.png) no-repeat 10px center transparent;
  color: #fff;
  padding-left: 35px;
  font-size: 13px;
  height: 38px;
  width: 180px;
}

.filter-search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.filter-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(255,255,255,0.5);
}
.filter-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(255,255,255,0.5);
}
.filter-search input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(255,255,255,0.5);
}

.filter-search input:hover,
.filter-search input:active,
.filter-search input:focus {
  border-color: rgba(255,255,255,0.3);
  color: #fff;
  box-shadow: none;
}


/* PAGINATION
--------------------------------------------------------*/
.pagination-wrap {
}

.pagination-inner {
  width: 100%;
  color: #ccc;
  z-index: 2;
  height: 60px;
  text-align: center;
  font-size: 11px;
}

.pagination-wrap:hover .pagination-inner {
  opacity: 1;
}

.pagination-wrap ul {
}

.pagination-wrap li {
  display: inline-block;
  margin: 11px 5px 0;
}

.pagination-wrap li span {
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.pagination-wrap li:hover,
.pagination-wrap li.current {
  border-radius: 10px;
  color: #fff;
  background: #27ae60;
}

.pagination-wrap li.prev,
.pagination-wrap li.next {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: top;
  text-indent: -1000em;
}

.pagination-wrap li.prev {
  background-image: url(../images/arrow-prev.png);
}

.pagination-wrap li.next {
  background-image: url(../images/arrow-next.png);
}

.pagination-wrap li.prev:hover,
.pagination-wrap li.next:hover {
  background-position: bottom;
  background-color: transparent;
}

/* pagination display */
.products {
  position: relative;
  -webkit-transition: top 900ms ease-in-out;
  -moz-transition: top 900ms ease-in-out;
  -o-transition: top 900ms ease-in-out;
  transition: top 900ms ease-in-out;
}

@media screen and (min-width: 992px) {
  .products {
    position: absolute;
    top: 0;
  }
}

.page1 .products {top: 0%;}
.page2 .products {top: -100%;}
.page3 .products {top: -200%;}
.page4 .products {top: -300%;}
.page5 .products {top: -400%;}
.page6 .products {top: -500%;}
.page7 .products {top: -600%;}
.page8 .products {top: -700%;}
.page9 .products {top: -800%;}
.page10 .products {top: -900%;}
.page11 .products {top: -1000%;}
.page12 .products {top: -1100%;}
.page13 .products {top: -1200%;}
.page14 .products {top: -1300%;}
.page15 .products {top: -1400%;}
.page16 .products {top: -1500%;}
.page17 .products {top: -1600%;}
.page18 .products {top: -1700%;}
.page19 .products {top: -1800%;}



/* WALLS STYLE
--------------------------------------------------------*/
#catalog-types a.type-special span {
  background-image: url(../images/type-wall.png);
  opacity: 1;
}

.product-special-desc {
  color: #999;
  font-family: Georgia, serif;
  font-size: 1em;
  font-style: italic;
  padding: 5px 0;
  text-align: center;
}

.product-special-desc strong {
  color: #ccc;
}

.product-special-desc a:hover,
.product-special-desc a:focus,
.product-special-desc a:active {
  color: #fff;
  text-decoration: underline;
}

/* Special product style ---*/
.product.semi-featured h3 {
  border-bottom: 1px solid #444;
  color: #ccc;
  margin-bottom: 5px;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}

.product.semi-featured .product-inner {
  background: url(../images/stripe-2-bg.png);
  border-radius: 2px;
  color: #999;
  padding: 10px 20px;
}

.product.semi-featured .product-inner:hover {
  cursor: default;
}

.product.semi-featured ul li {
  padding: 5px 0;
  border-bottom: 1px dotted #222;
}

.product.semi-featured ul li a {
  background: url(../images/bullet-dark.gif) no-repeat left center;
  color: #999;
  padding-left: 8px;
  -moz-transition: all 0.3s;
}

.product.semi-featured ul li a:hover,
.product.semi-featured ul li a:focus,
.product.semi-featured ul li a:active {
  background-image: url(../images/bullet-w.gif);
  color: #eee;
}


/* PROMOTION STYLE
--------------------------------------------------------*/
#catalog-types a.type-promotion {
  width: 100px;
  background: url(../images/stripe-bg.png) #8d1013;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  float: left;
}

#catalog-types a.type-promotion span {
  background-image: none;
  text-indent: 0;
  opacity: 1;
  width: auto;
  height: auto;
  text-align: center;
}

/* Special promotion style ---*/
.catalog-promotion {
  padding-top: 0;
}

.promotion-wrap {
  width: 100%;
  height: 700px;
}


/* TEMPLATE DETAIL.
--------------------------------------------------------*/
#product-detail .product-inner {
  padding: 0 30px 30px;
}

#product-detail .product-info {
  background: none;
  padding: 0;
  position: relative;
}

#product-detail .product-info .product-desc {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  #product-detail .product-info .product-desc {
    float: left;
    margin-bottom: 0;
    width: 50%;
  }
}

#product-detail .product-info h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

#product-detail .product-info .product-intro-text {
  font-size: 14px;
}

#product-detail .action-wrap {
  background-color: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 3px;
  float: right;
  padding: 20px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  #product-detail .action-wrap {
    width: auto;
  }
}

#product-detail .action-wrap > div {
  display: inline-block;
  margin: 0 5px;
}

#product-detail .action-wrap a {
  background-color: rgba(255,255,255,0.2);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 15px;
  transition: all 0.25s;
}

#product-detail .action-wrap a:hover,
#product-detail .action-wrap a:focus,
#product-detail .action-wrap a:active {
  background-color: rgba(255,255,255,0.3);
  color: #fff;
}

#product-detail .action-wrap .moreinfo-button a {
  background-color: #27ae60;
  color: #fff;
}

#product-detail .action-wrap .moreinfo-button a:hover,
#product-detail .action-wrap .moreinfo-button a:focus,
#product-detail .action-wrap .moreinfo-button a:active {
  background-color: #229955;
}

#product-detail .action-wrap .download-button a {
  background-color: #f08700;
  color: #fff;
}

#product-detail .action-wrap .download-button a:hover,
#product-detail .action-wrap .download-button a:focus,
#product-detail .action-wrap .download-button a:active {
  background-color: #d27600;
}


/* MISC.
--------------------------------------------------------*/
.shide,
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

/* demo iframe ---*/
#demo-page {
  position: relative;
  z-index: 10;
}

#demo-overlay {
  background: #eee;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

body.demo-loading #demo-overlay {
  background: #eee;
  opacity: 1;
  z-index: 5;
}

body.catalog-open #demo-overlay {
  opacity: 0.8;
  z-index: 5;
}

#demo-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

body.catalog-open #demo-container {
  width: 100%;
  overflow: hidden;
}

#fraDemo {
  width: 1px;
  min-width: 100%;
  *width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
}

/* Loading Indicator ---*/
body.demo-loading .loading-indicator {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  font-size: 30px;
  color: #999;
  text-shadow: 0 0 1px rgba(0,0,0,0.4);
  padding-top: 132px;
  background: url(../images/loading-cafe.gif) no-repeat center top;
  text-align: center;
}

/* Export button ---*/
#export_btn,
#update_btn {
  left: 0;
  position: fixed;
  top: 40%;
  z-index: 2;
}

#export_btn {
  margin-top: 30px;
}

/* Action buttons ---*/
.btn-action-wrap a.btn-action {
  background: #111;
  border: 1px solid #222;
  color: #ccc;
  display: block;
  font-size: 1.167em;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 10px 10px 12px;
  line-height: 1;
}

.btn-action-wrap a.btn-buynow {
  background: url(../images/stripe-w.png) #eaeaea;
  border-color: #eaeaea;
  color: #333;
  text-shadow: 1px 1px 0 #fff;
	text-align: center;
}

.btn-action-wrap a.btn-buynow:hover,
.btn-action-wrap a.btn-buynow:focus,
.btn-action-wrap a.btn-buynow:active {
  background: url(../images/stripe-bg.png) #690;
  border-color: #690;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,.3);
}

.btn-action-wrap a.btn-buynow span {
  background: #fe4444;
  color: #fff;
  display: block;
  float: right;
  font-size: 0.750em;
  font-weight: bold;
  padding: 2px 5px;
  text-shadow: none;
}

.btn-action-wrap a.btn-buynow:hover span {
  background-color: #fff;
  color: #333;
}

.btn-action-wrap a.btn-buynow span sup {
  font-size: 0.750em;
}

.btn-action-wrap span.msg-direction {
  background: url(../images/arrow-bg.png) no-repeat left top;
  clear: both;
  display: block;
  height: 59px;
  line-height: 45px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
}

.btn-action-wrap span.msg-direction:hover {
  cursor: default;
}

/* Animate ---*/
.animate {
	-webkit-transition: opacity 900ms cubic-bezier(0.51, 0.01, 0.37, 0.98);
	-moz-transition: opacity 900ms cubic-bezier(0.51, 0.01, 0.37, 0.98);
	-o-transition: opacity 900ms cubic-bezier(0.51, 0.01, 0.37, 0.98);
	transition: opacity 900ms cubic-bezier(0.51, 0.01, 0.37, 0.98);
}

.products-wrap-inner {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.hidding .products-wrap-inner {
  opacity: 0;
}

/* hide builder */
#ja-usc-wrapper {
  display: none!important;
}


/* DesignBold badge */
#badge-l {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -125px;
  overflow: hidden;
  transition: all 0.35s;
  width: 40px;
  height: 250px;
  z-index: 200;
}

#badge-l .badge-inner {
  box-sizing: border-box;
  position: relative;
  padding-left: 40px;
  width: 290px;
  height: 290px;
}

#badge-l:hover {
  width: 290px;
}

#badge-l .badge-title {
  position: absolute;
  left: 0;
  top: 0;
}

#badge-l:hover .badge-title {
  opacity: 0.5;
}

#badge-l .badge-title img {
  border-radius: 3px 0 0 3px;
}

#badge-l .badge-content {
  float: left;
}
