/*
#------------------------------------------------------------------------
# StoreFront - April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
 
/* Just click to select the code */
 
@charset "UTF-8";
 
@font-face {
  font-family: "storefront-pixellove";
  src:url("../fonts/storefront-pixellove/storefront-pixellove.eot");
  src:
  	url("../fonts/storefront-pixellove/storefront-pixellove.woff") format("woff"),
  	url("../fonts/storefront-pixellove/storefront-pixellove.svg#storefront-pixellove") format("svg"),
  	url("../fonts/storefront-pixellove/storefront-pixellove.eot?#iefix") format("embedded-opentype"),
    url("../fonts/storefront-pixellove/storefront-pixellove.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
 
[data-icon]:before {
  font-family: "storefront-pixellove" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
[class^="gk-icon-"]:before,
[class*=" gk-icon-"]:before {
  font-family: "storefront-pixellove";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
 
.gk-icon-box:before {
   content: "a"; 
} 
 
.gk-icon-cart:before {
   content: "b"; 
} 
 
.gk-icon-cart-add:before {
   content: "c"; 
} 
 
.gk-icon-cart-remove:before {
   content: "d"; 
} 
 
.gk-icon-fb:before {
   content: "e"; 
} 
 
.gk-icon-gplus:before {
   content: "f"; 
} 
 
.gk-icon-phone:before {
   content: "g"; 
} 
 
.gk-icon-piggy:before {
   content: "h"; 
} 
 
.gk-icon-pinterest:before {
   content: "i"; 
} 
 
.gk-icon-reviews:before {
   content: "j"; 
} 
 
.gk-icon-rocket:before {
   content: "k"; 
} 
 
.gk-icon-rss:before {
   content: "l"; 
} 
 
.gk-icon-search:before {
   content: "m"; 
} 
 
.gk-icon-smile:before {
   content: "n"; 
} 
 
.gk-icon-twitter:before {
   content: "o"; 
} 
 
.gk-icon-youtube:before {
   content: "p"; 
}

/* Image Show - gk_storefront style */
.gkIsWrapper-gk_storefront {
	background: #f1f1f1;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.gkIsWrapper-gk_storefront img {
	opacity: 0;
}

.gkIsWrapper-gk_storefront .gkIsPreloader {
	background: #f1f1f1 url('../images/loader.gif') no-repeat center center;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	z-index: 101;
}

.gkIsWrapper-gk_storefront figure {
	left: 0;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.gkIsWrapper-gk_storefront figure.animated {
	z-index: 2;
}

.gkIsWrapper-gk_storefront.loaded figure.animated {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gkIsWrapper-gk_storefront figure.active {
	position: relative;
	z-index: 3;
}

.gkIsWrapper-gk_storefront .gkIsSlide {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}

.gkIsWrapper-gk_storefront figcaption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	-webkit-font-smoothing: antialiased;
	left: 50%;
	opacity: 0;
	position: relative;
	text-align: center;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	z-index: 1;
}

.gkIsWrapper-gk_storefront figure.active figcaption {
	z-index: 101;
}

.gkIsWrapper-gk_storefront figcaption h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 32px 0;
	opacity: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 50px;
	-webkit-transition: all .5s ease-out .2s;
	-moz-transition: all .5s ease-out .2s;
	-ms-transition: all .5s ease-out .2s;
	-o-transition: all .5s ease-out .2s;
	transition: all .5s ease-out .2s;
}

.gkIsWrapper-gk_storefront figcaption h2:before,
.gkIsWrapper-gk_storefront figcaption h2:after {
	border-top: 1px solid #fff;
	content: "";
	display: inline-block;
	margin: 0;
	opacity: 0;
	position: relative;
	top: -7px;
	-webkit-transition: all .3s ease-out .45s;
	-moz-transition: all .3s ease-out .45s;
	-ms-transition: all .3s ease-out .45s;
	-o-transition: all .3s ease-out .45s;
	transition: all .3s ease-out .45s;
	width: 50px;
}

.gkIsWrapper-gk_storefront figcaption h2:before {
	margin: 0 -40px 0 0;
}

.gkIsWrapper-gk_storefront .activated figcaption h2:before {
	margin: 0 20px 0 0;
	opacity: 1;
}

.gkIsWrapper-gk_storefront figcaption h2:after {
	margin: 0 0 0 -40px;
}

.gkIsWrapper-gk_storefront .activated figcaption h2:after {
	margin: 0 0 0 20px;
	opacity: 1;
}

.gkIsWrapper-gk_storefront figcaption h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(255, 255, 255, 0);
	color: #fff;
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
	line-height: 90px;
	opacity: 0;
	padding: 0 50px;
	position: relative;
	text-transform: uppercase;
	top: -30px;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	-moz-transition: -moz-transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	-ms-transition: -ms-transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	-o-transition: -o-transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	transition: transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	width: auto;
}

.gkIsWrapper-gk_storefront figcaption p {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	line-height: 80px;
	margin: 0;
	opacity: 0;
	position: relative;
	text-align: center;
	top: 60px;
	-webkit-transition: all .5s ease-out .5s;
	-moz-transition: all .5s ease-out .5s;
	-ms-transition: all .5s ease-out .5s;
	-o-transition: all .5s ease-out .5s;
	transition: all .5s ease-out .5s;
}

.gkIsWrapper-gk_storefront figcaption p:after {
	border-top: 1px solid #fff;
	clear: both;
	content: "";
	display: block;
	margin: 0 auto;
	opacity: 0;
	position: relative;
	top: 20px;
	-webkit-transition: all .5s ease-out .6s;
	-moz-transition: all .5s ease-out .6s;
	-ms-transition: all .5s ease-out .6s;
	-o-transition: all .5s ease-out .6s;
	transition: all .5s ease-out .6s;
	width: 0;
}

.gkIsWrapper-gk_storefront .activated figcaption p:after {
	opacity: 1;
	top: 0;
	width: 90px;
}

.gkIsWrapper-gk_storefront .activated figcaption h2,
.gkIsWrapper-gk_storefront .activated figcaption h3,
.gkIsWrapper-gk_storefront .activated figcaption p {
	opacity: 1;
	top: 0;
}

.gkIsWrapper-gk_storefront .activated figcaption h3 {
	border: 2px solid rgba(255, 255, 255, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gkIsWrapper-gk_storefront .gkIsPagination {
	bottom: 56px;
	position: absolute;
	text-align: center;
	width: 100%;	
	z-index: 10;
}

.gkIsWrapper-gk_storefront .gkIsPagination li {
	background: #605a55;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 2px 0 0;
	text-indent: -9999px;
	-webkit-transition: all .45s ease-out;
	-moz-transition: all .45s ease-out;
	-ms-transition: all .45s ease-out;
	-o-transition: all .45s ease-out;
	transition: all .45s ease-out;
	width: 12px;
}

.gkIsWrapper-gk_storefront .gkIsPagination li.active,
.gkIsWrapper-gk_storefront .gkIsPagination li:active
.gkIsWrapper-gk_storefront .gkIsPagination li:focus,
.gkIsWrapper-gk_storefront .gkIsPagination li:hover {
	background: #fff;
}

/* Buttons */
.gkIsBtnPrev,
.gkIsBtnNext {
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 64px;
	margin: -32px 0 0 0;
	position: absolute;
	top: 50%;
	-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: 2;
}
.gkIsBtnNext {
	right: -30px;
}
.gkIsBtnPrev {
	left: -30px;
}
.hover .gkIsBtnNext {
	right: 30px;
}
.hover .gkIsBtnPrev {
	left: 30px;
}
.gkIsBtnNext:before,
.gkIsBtnPrev:before {
	color: #fff;
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 48px;
	line-height: 64px;
}
.gkIsBtnPrev:before {
	content: "\f104";
}
.gkIsBtnNext:before {
	content: "\f105";
}
.gkIsBtnNext:hover:before,
.gkIsBtnPrev:hover:before {
	color: #eee;
}

/* Columns in the content */
.gkCols {
	margin: 0 -30px;
	width: auto;
}
.gkCols > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
}
.gkCols[data-cols="2"] > div { width: 50%; }
.gkCols[data-cols="3"] > div { width: 33.333333%; }
.gkCols[data-cols="4"] > div { width: 25%; }
.gkCols[data-cols="5"] > div { width: 20%; }

/* Newsletter */
.gk-newsletter p {
	margin: 0 0 32px 0!important;
	overflow: hidden;
	position: relative;
}
.gk-newsletter input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	float: left;
	height: 36px;
	margin: 0;
	width: 100%;
}
.gk-newsletter input[type="button"] {
	background: #111;
	border: none;
	color: #fff!important;
	font-size: 13px;
	font-weight: 500;
	height: 36px;
	margin: 0;
	padding: 0 14px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}
.gk-newsletter input[type="button"]:active,
.gk-newsletter input[type="button"]:focus,
.gk-newsletter input[type="button"]:hover {
	background: #e81f00;
}
.gk-newsletter input[type="email"]::-webkit-input-placeholder { 
	color: #bbb; 
}
.gk-newsletter input[type="email"]::-moz-placeholder {
	color: #bbb;
}
.gk-newsletter input[type="email"]:-ms-input-placeholder {
	color: #bbb; 
}
.gk-newsletter input[type="email"]:-moz-placeholder {
	color: #bbb; 
}
.gk-newsletter input[type="email"]:placeholder {
	color: #bbb;
}

/* Social icons */
.gk-social-icons {
	float: right;
}
.gk-social-icons li {
	float: left;
	font-size: 20px;
	height: 22px;
	line-height: 20px;
	margin: 0 0 0 6px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 24px;
}
.gk-social-icons li a:hover:before {
	color: #e81f00;
}
.gk-social-icons .icon-gplus:before,
.gk-social-icons .icon-twitter:before,
.gk-social-icons .icon-fb:before,
.gk-social-icons .icon-pinterest:before,
.gk-social-icons .icon-youtube:before,
.gk-social-icons .icon-rss:before {
	content: "";
	color: #969696;
	font-family: "storefront-pixellove";
	font-size: 22px;
	text-align: center;
	-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;
}
.gk-social-icons .icon-gplus:before {
	content: "f";
}
.gk-social-icons .icon-twitter:before {
	content: "o";
}
.gk-social-icons .icon-fb:before {
	content: "e";	
}
.gk-social-icons .icon-pinterest:before {
	content: "i";
}
.gk-social-icons .icon-youtube:before {
	content: "p";
}
.gk-social-icons .icon-rss:before {
	content: "l";
}

/* Module in menu */
.gkMenu .nspArt h4.nspHeader { 
	font-size: 12px; 
	padding: 5px 0 0 0;
}
.gkMenu .nspArt .readon {
	background: transparent!important;
	border: none;
	color: #e81f00!important;
	display: inline-block;
	float: left;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-top: 6px!important;
	padding: 0!important;
	text-align: left;
	text-transform: none!important;
}
.gkMenu .nspArt .readon:active,
.gkMenu .nspArt .readon:focus,
.gkMenu .nspArt .readon:hover {
	background: transparent!important;
	color: #1b1d1f!important;
}
#gkMobileMenu > label { display: none; }


