/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
/*
 * News Show Pro GK5
 */

.nspMain { 
  position: relative;
}

/* Pagination */
.nspBotInterface,
.nspTopInterface { 
  clear: both; 
  float: right;
  margin: 5px 0;
  overflow: hidden; 
}

.nspTopInterface {
  position: absolute;
  right: 0;
  top: -42px;
}

.nspBotInterface .nspPagination {
  margin-top: 0;
}

/* 
  Interface - for different looking Top and Bottom interface use the following classes:  
  .nspTopInterface
  .nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination { 
  float: left;
  list-style-type: none!important; 
  margin: 0!important; 
  padding: 0!important; 
}
.nspPagination li { 
  background: #eee;
  border: none!important;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor:pointer; 
  display: block;
  float:left; 
  height: 10px; 
  margin: 3px 4px 0 0!important; 
  padding: 0;
  text-indent:-999em; 
  width: 10px; 
}
.nspPagination li:hover,
.nspPagination li.active { 
  background-color: #f47953;
}
.nspNext,
.nspPrev { 
  background: url('../images/style1/nsp_interface.png') no-repeat -10px 0; 
  cursor: pointer;
  float: left; 
  height: 17px; 
  margin: 0 4px;
  text-indent: -999em;
  width: 10px;
}
.nspPrev {
  background-position: 0 0;
}
.nspNext:hover,
.nspPrev:hover { 
  background-position: -10px -17px;
}
.nspPrev:hover {
  background-position: 0 -17px;
}

/* Articles layout */
.nspArts { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; 
  padding: 3px;
}
.nspArtPage { 
  float: left; 
}
.nspArt { 
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
  float:left; 
}
.nspArt div { 
  overflow: hidden; 
}
.nspArt h4.nspHeader { 
  font-size: 24px;
  margin: 0;
  padding: 10px 0 15px 0;
}
.nspArt h4.nspHeader a { 
  text-decoration: none;
}
.nspArt h4.nspHeader a:hover { }
.nspArt img.nspImage { 
  border: none;
  display: block;
}
.nspArt .nspImageWrapper {
  display: block;
  overflow: hidden;
}
.nspArt .nspImageWrapper img {
  -webkit-transition: all .18s linear;
  -moz-transition: all .18s linear;
  -ms-transition: all .18s linear;
  -o-transition: all .18s linear;
  transition: all .18s linear;
}
.nspArt .nspImageWrapper:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.nspArt p.nspText { 
  display: block!important;
  margin: 0;
  padding: 0!important;
}
.nspArt p.nspText a { }
.nspArt p.nspText a:hover { }
.nspArt p.nspInfo {
  color: #aaa; 
  display: block!important;
  font-size: 12px;
  padding: 5px 0; 
}
.nspArt p.nspInfo a { }
.nspArt p.nspInfo a:hover { }
.nspArt .tleft { 
  text-align: left; 
}
.nspArt .tright { 
  text-align: right; 
}
.nspArt .tcenter { 
  text-align: center;
}
.nspArt .tjustify { 
  text-align: justify; 
}
.nspArt .fleft { 
  float: left; 
}
.nspArt .fright { 
  float: right; 
}
.nspArt .fnone { 
  clear: both; 
  float: none;
  width: 100%; 
}
.readon.left,
.readon.right,
.readon.center { 
  clear: both; 
}
.readon.left { 
  float: left; 
}
.readon.right { 
  float: right; 
}
.readon.center { 
  display: inline; 
  float: none; 
}
.nspAvatar { }

/* Links layout */
.nspLinks { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}
.nspList { 
  float: left; 
}
.nspLinks ul { 
  list-style-type: none!important; 
  padding: 0!important; 
}
.nspLinks .nspLinkScroll1 ul li { 
  margin: 0!important;
  padding: 10px 0;
}
.nspLinks .nspLinkScroll1 ul li:first-child {
  border-top: none;
}
.nspLinks ul li:hover { }
.nspLinks ul li h4 { }
.nspLinks ul li h4 a { 
  text-decoration: none; 
}
.nspLinks ul li h4 a:hover { }
.nspLinks ul li p {
  margin: 0;
}

/* positioning */
.nspArts.left { 
  float: right; 
}
.nspLinksWrap.left { 
  float: left;
}
.nspArts.right { 
  float: left; 
}
.nspLinksWrap.right { 
  float: right; 
}

/* make element unvisible */
.nspMain .unvisible {  
  left: -9999px;  
  position: absolute; 
  top: auto; 
}

/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive { 
  height: auto;
  width: 100%!important; 
}
.nspArt img.nspImage { 
  max-width: 100%; 
}
.nspArtScroll1,
.nspLinkScroll1 { 
  overflow: hidden;
  width: 100%; 
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }

/* Animation */
.nspList,
.nspArtPage { 
  opacity: 0; 
  -webkit-transition: opacity 0.5s ease-out; 
     -moz-transition: opacity 0.5s ease-out; 
      -ms-transition: opacity 0.5s ease-out; 
         -o-transition: opacity 0.5s ease-out; 
          transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { 
  opacity: 1; 
}

/* Suffix dark */
.dark .nspLinks .nspLinkScroll1 ul li {
  border-top-color: #555;
}

/* 
 * Portal Mode - News Gallery 
 */

.gkNspPM-NewsGallery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 60px;
  position: relative;
}

.gkNspPM-NewsGallery::after {
  clear: both;
  content: "";
  display: table;
}

.gkNspPM-NewsGallery .gkImagesWrapper {
  width: 100%;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  float: left;
  padding: 0 12px;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a.active {
  display: block;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a.show {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}

.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols1 > a { width: 100%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols2 > a { width: 50%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols3 > a { width: 33.3%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols4 > a { width: 25%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols5 > a { width: 20%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols6 > a { width: 16.66%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols7 > a { width: 14.28%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols8 > a { width: 12.5%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols9 > a { width: 11.11%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols10 > a { width: 10%; }

.gkNspPM-NewsGallery .gkImagesWrapper > a img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.gkNspPM-NewsGallery .gkPrevBtn,
.gkNspPM-NewsGallery .gkNextBtn {
  background: transparent url('../images/style1/nsp_arrows.png') no-repeat 0 0;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 20px;
}

.gkNspPM-NewsGallery .gkPrevBtn {
  left: 0;
}

.gkNspPM-NewsGallery .gkNextBtn {
  background-position: -20px 0;
  right: 0;
}

.gkNspPM-NewsGallery .gkPrevBtn:active,
.gkNspPM-NewsGallery .gkPrevBtn:focus,
.gkNspPM-NewsGallery .gkPrevBtn:hover {
  background-position: 0 -32px;
}

.gkNspPM-NewsGallery .gkNextBtn:active,
.gkNspPM-NewsGallery .gkNextBtn:focus,
.gkNspPM-NewsGallery .gkNextBtn:hover {
  background-position: -20px -32px;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay {
  display: none;
}

/* 
 * Portal Mode - News Blocks 
 */

.gkNspPM-NewsBlocks > figure {
  border: 2px solid #678041;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0.75%;
  overflow: hidden;
  position: relative;
  width: 48.5%;
}

.gkNspPM-NewsBlocks[data-cols="1"] > figure {
  margin: 0.75% 0;
  width: 100%;
}

.gkNspPM-NewsBlocks[data-cols="2"] > figure {
  margin: 0.75%;
  width: 48.5%;
}

.gkNspPM-NewsBlocks[data-cols="3"] > figure {
  margin: 0.75%;
  width: 31.8%;
}

.gkNspPM-NewsBlocks[data-cols="4"] > figure {
  margin: 0.75%;
  width: 23.5%;
}

.gkNspPM-NewsBlocks > figure > img {
  float: left;
  width: 48%;
}

.gkNspPM-NewsBlocks > figure > figcaption {
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 32px 40px 32px;
  position: absolute;
  right: 0;
  width: 52%;
}

.gkNspPM-NewsBlocks > figure > figcaption h3 {
  font-size: 24px;
  font-weight: 300;
}

.gkNspPM-NewsBlocks > figure > figcaption strong {
  font-weight: 800;
}

.gkNspPM-NewsBlocks > figure > figcaption a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.gkNspPM-NewsBlocks > figure.inverse {
  background: #000;
}

.gkNspPM-NewsBlocks > figure.inverse > figcaption h3 {
  color: #fff;
}

.gkNspPM-NewsBlocks > figure.inverse > figcaption a:active,
.gkNspPM-NewsBlocks > figure.inverse > figcaption a:focus,
.gkNspPM-NewsBlocks > figure.inverse > figcaption a:hover {
  color: #fff!important;
}

/* Image overlays */
.gkNspPM-NewsBlocks > figure .gkImgOverlay {
  -webkit-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 48%;
}

.gkNspPM-NewsBlocks > figure:hover .gkImgOverlay {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
}

/* 
 * Portal Mode - News Gallery 
 */

.gkNspPM-ProductGallery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

.gkNspPM-ProductGallery.gkPagination {
  padding: 0 36px;
}

.gkNspPM-ProductGallery::after {
  clear: both;
  content: "";
  display: table;
}

.gkNspPM-ProductGallery .gkImagesWrapper {
  width: 100%;
}

.gkNspPM-ProductGallery .gkImagesWrapper > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  float: left;
  padding: 0 30px;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.gkNspPM-ProductGallery .gkImagesWrapper > div.active {
  display: block;
}

.gkNspPM-ProductGallery .gkImagesWrapper > div.show {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}

.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols1 > div { width: 100%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols2 > div { width: 50%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols3 > div { width: 33.3%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols4 > div { width: 25%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols5 > div { width: 20%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols6 > div { width: 16.66%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols7 > div { width: 14.28%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols8 > div { width: 12.5%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols9 > div { width: 11.11%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols10 > div { width: 10%; }

.gkNspPM-ProductGallery .gkImagesWrapper > div img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px;
}

.gkNspPM-ProductGallery .gkPrevBtn,
.gkNspPM-ProductGallery .gkNextBtn {
  background: transparent url('../images/style1/product_gallery_interface.png') no-repeat 0 0;
  height: 32px;
  margin-top: -21px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 20px;
}

.gkNspPM-ProductGallery .gkPrevBtn {
  left: 0;
}

.gkNspPM-ProductGallery .gkNextBtn {
  background-position: -20px 0;
  right: 0;
}

.gkNspPM-ProductGallery .gkPrevBtn:active,
.gkNspPM-ProductGallery .gkPrevBtn:focus,
.gkNspPM-ProductGallery .gkPrevBtn:hover {
  background-position: 0 -32px;
}

.gkNspPM-ProductGallery .gkNextBtn:active,
.gkNspPM-ProductGallery .gkNextBtn:focus,
.gkNspPM-ProductGallery .gkNextBtn:hover {
  background-position: -20px -32px;
}

/* Content - header, price and button "add to cart" */

.gkNspPM-ProductGallery .gkImage {
  border: 1px solid #678041;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.gkNspPM-ProductGallery .gkImage:hover {
  border: 1px solid #678041;
}

.gkNspPM-ProductGallery .gkImage h4 {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  margin: 10px 0;
  text-transform: uppercase;
}

.gkNspPM-ProductGallery .gkPrice > div.PricebasePriceWithTax {
  color: #ff7e57;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.gkNspPM-ProductGallery .gkPrice > div.PricetaxAmount {
  color: #999;
  font-size: 12px;
  line-height: 12px;
}

.gkNspPM-ProductGallery .gkPrice {
  height: 72px;
  position: relative;
  top: 0;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.gkNspPM-ProductGallery .gkAddToCart {
  bottom: -72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 0 30px;
  position: absolute;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  width: 100%;
}

.gkNspPM-ProductGallery .gkImage.hover .gkPrice {
  top: 72px;
}

.gkNspPM-ProductGallery .gkImage.hover .gkAddToCart {
  bottom: 0;
}

.gkNspPM-ProductGallery .gkAddToCart .addtocart-bar {
  padding-top: 15px;
  width: 100%;
}

.gkNspPM-ProductGallery .gkAddToCart input.addtocart-button {
  background: #fff url('../images/style1/cart_color.png') no-repeat 5px center;
  border-top: 1px solid #678041;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff7e57;
  font-size: 13px;
  font-weight: bold;
  height: 57px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/* Overlay */
.gkNspPM-ProductGallery .gkImagesWrapper > div {
  overflow: hidden;
  position: relative;
}

.gkNspPM-ProductGallery .gkImage .gkImgOverlay {
  background: #ff7e57;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 132px;
  left: 50%;
  margin: -66px 0 0 -66px;
  opacity: 0;
  position: absolute;
  top: 150%;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  width: 132px;
}

.gkNspPM-ProductGallery .gkImage.hover .gkImgOverlay {
  opacity: 1;
  top: 35%;
}

.gkNspPM-ProductGallery .gkImage .gkImgOverlay div.PricebasePriceWithTax {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 44px;
  text-align: center;
}

.gkNspPM-ProductGallery .gkImage .gkImgOverlay div.PricetaxAmount {
  color: #ffe4dc;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-align: center
}

/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap ol li {
  background: #f8f8f8;
  border: 1px solid #f8f8f8!important;
  border-bottom-color: #e5e5e5!important;
  color: #000;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 600;
  list-style-type: none;
  padding: 5px 15px!important;
  text-transform: uppercase;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
    background: none;
    border: 1px solid #e5e5e5!important;
    border-bottom-color: #fff!important;
    color: #ff7e57;
    font-weight: 700;
}
.gkTabsWrap ol li:hover { 
  color: #ff7e57; 
}
.gkTabsContainer {
    clear: both;
    overflow: hidden;
    position: relative;
}
.gkTabsItem {
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    left: -9999px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gkTabsItem.active {
    left: 0;
    position: relative;
    z-index: 2;
}
.gkTabsNav {
    background: transparent;
    margin: 20px 0;
    min-height: 14px;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
  display: none;
}

/*
 * Image Show - gk_storebox style
 */

.gkIsWrapper-gk_storebox {
  margin: 0 0 -200px 0;
  min-height: 400px;
  position: relative;
}

.gkIsWrapper-gk_storebox .gkIsPreloader {
  background: transparent url('../images/style1/loader.gif') no-repeat center center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.gkIsWrapper-gk_storebox .gkIsOverlay {
  background: transparent url('../images/header_gradient.png') repeat-x 0 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.gkIsWrapper-gk_storebox figure {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.gkIsWrapper-gk_storebox.loaded .gkIsButtons {
  opacity: 1;
}

.gkIsWrapper-gk_storebox figure.animated {
  z-index: 2;
}

.gkIsWrapper-gk_storebox.loaded figure.animated {
  opacity: 1;
}

.gkIsWrapper-gk_storebox figure.active {
  position: relative;
  z-index: 3;
}

.gkIsWrapper-gk_storebox img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}

.gkIsWrapper-gk_storebox figcaption {
  margin-top: 50px;
  padding: 5px 12px;
  position: absolute;
  z-index: 1;
}

.gkIsWrapper-gk_storebox figure.active figcaption {
  z-index: 101;
}

.gkIsWrapper-gk_storebox figcaption h1,
.gkIsWrapper-gk_storebox figcaption h2 {
  color: inherit;
}

.gkIsWrapper-gk_storebox figcaption h1 {
  font-size: 47px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.gkIsWrapper-gk_storebox figcaption h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

.gkIsWrapper-gk_storebox .gkIsPrev,
.gkIsWrapper-gk_storebox .gkIsNext {
  margin-top: -25px;
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  top: 45%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 100;
}

.gkIsWrapper-gk_storebox .gkIsPrev > span,
.gkIsWrapper-gk_storebox .gkIsNext > span {
  background: transparent url('../images/is_arrows.png') no-repeat 0 50%;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 38px;
}

.gkIsWrapper-gk_storebox.hover .gkIsPrev {
  left: 50px;
  padding-right: 100px;
}

.gkIsWrapper-gk_storebox.hover .gkIsNext {
  padding-left: 100px;
  right: 50px;
}

.gkIsWrapper-gk_storebox .gkIsNext > span {
  background-position: -38px 0;
}

.gkIsWrapper-gk_storebox .gkIsPrev {
  left: 100px;
}

.gkIsWrapper-gk_storebox .gkIsNext {
  padding: 9px 0 0 18px;
  right: 100px;
}

.gkIsWrapper-gk_storebox.hover .gkIsPrev,
.gkIsWrapper-gk_storebox.hover .gkIsNext {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* 
 * Price table 
 */

.gkPriceTable {
  padding: 60px 0 48px 0;
}
.gkPriceTable::after {
  clear: both;
  content: "";
  display: table;
}
.gkPriceTable.col1 dl {
  width: 100%;
}
.gkPriceTable.col2 dl {
  float: left;
  width: 50%;
}
.gkPriceTable.col3 dl {
  float: left;
  width: 33.3%;
}
.gkPriceTable.col4 dl {
  float: left;
  width: 25%;
}
.gkPriceTable.col5 dl {
  float: left;
  width: 20%;
}
.gkPriceTable dl {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -1px;
  padding: 20px 32px;
}
.gkPriceTable.gkWhite dl {
  background: #f8f8f8;
}
.gkPriceTable dt {
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px;
  margin-top: -20px;
  text-align: center;
}
.gkPriceTable dd {
  font-size: 16px;
  font-weight: 36px;
  padding: 6px 0;
  text-align: center;
}
.gkPriceTable dd a {
  background: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff!important;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;  
  height: 46px;
  line-height: 46px;
  margin: 30px auto 20px;
  padding: 0 36px;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -ms-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;  
}
.gkPriceTable dd a:active,
.gkPriceTable dd a:focus,
.gkPriceTable dd a:hover,
.gkPriceTable .gkPremium dd a:active,
.gkPriceTable .gkPremium dd a:focus,
.gkPriceTable .gkPremium dd a:hover {
  background: #f47953;
  color: #fff!important;
}
.gkPriceTable .gkPremium dd a {
  background: #fff;
  color: #000!important;
}
.gkPriceTable dd.gkPrice {
  color: #000;
  font-size: 60px;
  font-weight: 600;
}
.gkPriceTable dd.gkPrice small {
  color: #999;
  font-size: 16px;
  font-weight: 300;
}
.gkPriceTable dl.gkPremium {
  background: #000;
  border-color: #000;
  margin: -34px -10px 0 -10px;
  position: relative;
  z-index: 1;
}
.gkPriceTable dl.gkPremium dt {
  border-bottom: 1px solid #333; 
  color: #fff;
}
.gkPriceTable dl.gkPremium dd,
.gkPriceTable dl.gkPremium dd.gkPrice small {
  color: #fff;
}
.gkPriceTable dl.gkPremium dd.gkPrice {
  font-size: 74px;
}
