/*
#------------------------------------------------------------------------
# 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
*/

/* Basic elements */

html { -webkit-font-smoothing: subpixel-antialiased; }
body {
	background: #fff;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a,
#gkMainbody header h1 a:active,
#gkMainbody header h1 a:focus,
#gkMainbody header h1 a:hover,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover {
	color: #e81f00;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus,
#gkMainbody header h1 a,
#gkMainbody header h2 a,
#k2Container article header h2 a,
#gkSidebar .box a:hover { color: #1B1D1F; }
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1B1D1F;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 44px;
	font-weight: 500;
}
h2,
.componentheading {
	font-size: 42px;
	font-weight: 300;
}
h3 { font-size: 30px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li { line-height: 2.0; }
p { margin: 1em 0 2em; }
iframe { max-width: 100%!important; }

/* Containers */

.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0;
}
#gkHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 24px 0;
	padding: 101px 0 0 0;
}
#gkHeader.nobreadcrumb {
	margin: 0 0 52px 0;
}
.frontpage #gkHeader {
	margin: 0 0 60px 0;
	padding-top: 0 !important;
}
#gkHeaderTop {
	height: 38px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10001;
}
#gkHeaderTop > .gkPage {
	position: relative;
}
#gkHeaderNav {
	background: #A6382E;
	position: fixed;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	top: 38px;
	left: 0;
	right: 0;
	z-index: 10000;
}
#gkHeaderNav > div {
	position: relative;
}
#gkBg { background: #fff; }
#gkPageWrap { margin: 0 auto; }
#gkContent,
#gkPageContent { width: 100%; }

/* Logo  */
#gkLogo {
	float: left;
	margin: 0 24px 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
}
#gkLogo img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo {
	background: url('../images/logo.png') no-repeat center center;
	/* You can specify there logo size and background */
	height: 63px;
	width: 131px;
}
.svg #gkLogo.cssLogo {
	background-image: url('../images/logo.svg');
}
#gkLogo.text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 20px;
	height: 63px;
	line-height: 63px;
	margin: 0;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}
#gkLogo.text > span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 63px;
	padding: 0;
	text-align: left;
}
#gkLogo.text .gkLogoSlogan {
	color: #ddd;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-top: -20px;
	text-align: left;
	text-transform: none;
}
/* Cart */
#gkCart {
	float: right;
	height: 38px;
	line-height: 38px;
}
#gkCart i {
	color: #1b1d1f;
	font-size: 20px;
	line-height: 38px;
}
#gkCartCounter {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 38px;
	padding: 0 16px 0 24px;
	text-transform: uppercase;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	transition: color .5s ease-out;
	white-space: nowrap;
}
#gkCartCounter.highlighted {
	color: #e81f00;
}
#gkCartCounter.loading:before {
	content: url('../images/loader_cart.gif');
	display: block;
	float: left;
	margin: 4px 10px 0 -26px;
}
#gkCartCounter strong {
	font-weight: bold;
}

/* Search */
#gkSearchBtn {
	color: #1b1d1f;
	cursor: pointer;
	float: right;
	font-size: 16px;
	height: 38px;
	line-height: 44px;
	overflow: hidden;
	text-align: center;
	width: 30px;
}
#gkSearch {
	background: #1b1d1f;
	display: none;
	height: 63px;
	opacity: 0;
	position: absolute;
	right: 0;
	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: 75%;
	z-index: 10001;
}
#gkSearch.active {
	display: block;
	opacity: 1;
}
#gkSearch.active.hide {
	display: block;
	opacity: 0;
}
#gkSearch input {
	border: none;
	border-bottom: 1px solid #696969;
	background: transparent;
	color: #fff;
	float: right;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	height: 33px;
	margin: 15px 30px 15px 0;
	padding: 0!important;
	width: 80%;
}
#gkSearch .search {
	position: relative;
}
#gkSearch .search:after {
	color: #696969;
	content: "m";
	font-family: 'storefront-pixellove';
	font-size: 24px;
	line-height: 63px;
	position: absolute;
	right: 0;
	width: 30px;
}
#gkSearch input::-webkit-input-placeholder { color: #fff; }
#gkSearch input:-moz-placeholder { color: #fff; }
#gkSearch input::-moz-placeholder { color: #fff; }
#gkSearch input:-ms-input-placeholder { color: #fff; }

/* Top menu */
#gkTopMenu {
	float: left;
}
#gkTopMenu li {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 38px;
	margin: 0 14px 0 0;
	text-transform: uppercase;
}
#gkTopMenu a {
	color: #1a1d1f;
	padding: 0;
}
#gkTopMenu a:active,
#gkTopMenu a:focus,
#gkTopMenu a:hover {
	color: #e81f00;
}

/* Mainbody */
#gkMainbody {
	margin-bottom: 60px;
}
.frontpage #gkMainbody .box {
	margin: 0;
}
/* Stylearea */
#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}
#gkStyleArea a {
	border-radius: 2px;
	display: inline-block;
	height: 10px;
	margin: 15px 0 0 5px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 10px;
}
#gkStyleArea a:first-child { margin-left: 0; }
#gkStyleArea a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#gkColor1 { background: #e81f00; }
#gkColor2 { background: #a6382e; }
#gkColor3 { background: #91c46c; }
#gkColor4 { background: #8ea66a; }
#gkColor5 { background: #69799a; }
#gkColor6 { background: #6191a5; }
#gkColor7 { background: #5999e8; }
#gkColor8 { background: #f2a705; }
#gkColor9 { background: #bf9169; }
#gkColor10 { background: #9c9985; }

/* Group modules */

#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
	overflow: hidden;
}

#gkTop1,
#gkTop2 {
	padding: 30px 0;
}
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	padding: 60px 0;
}

/* standard breadcrumb */
#gkBreadcrumb {
	background: transparent;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 32px;
}
.breadcrumbs {
	float: left;
	color: #1B1D1F;
}
.breadcrumbs li.separator {
	font-size: 12px;
	width: 10px;
	text-align: center;
	padding: 0 6px!important;
	color: #ccc;
}

.breadcrumbs > li {
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 50px;
}
.breadcrumbs li a { color: #999; }
.breadcrumbs li a:hover { color: #E81F00; }
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}
#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec { background-position: 6px 50%; }
/* footer */
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	text-align: center;
}
#gkFooter > div {
	padding: 32px 0;
}
#gkFooterNav {
	margin: 40px auto 30px auto;
}
#gkFooterNav li {
	border: none;
	display: inline-block;
	float: none;
	line-height: 16px;
	margin: 0 8px!important;
	padding: 0;
}
#gkFooter a {
	color: #1b1d1f;
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
	color: #e81f00;
}
#gkCopyrights {
	color: #ccc;
	line-height: 2;
	margin: 0 auto 20px;
}

/* Other footer elements */
#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}
/* Default modules */
.box .search {
	position: relative;
}
.box .search:after {
	color: #111;
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 6px;
	z-index: 1;
}
.box .search .inputbox,
.box .search #mod-search-searchword {
	padding: 8px 20px !important;
	width: 100%;
}

/* Suffixes */
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	line-height: 1.6;
	margin: 0 0 32px;
	padding: 20px;
	width: 100%;
}
#gkSidebar .box {
	border: 1px solid #e5e5e5;
	padding: 32px;

}
#gkBottom1 > .box,
#gkBottom2 > .box,
#gkBottom3 > .box,
#gkBottom4 > .box {
	padding: 0;
}
div.content { clear: both; }
.box li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.6;
	padding: 5px 0;
}
.box li:last-child { border-bottom: none; }
.box li a {
	line-height: 1.0;
	text-decoration: none;
}
.box a { text-decoration: none; }
.box ul ul { margin-left: 20px; }

/* default suffix */
.box .header {

	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 32px 0;
	text-transform: uppercase;
}

/* Separator suffix */
.box.separator {
	position: relative;
}
.box.separator:after {
	border-top: 1px solid #e5e5e5;
	bottom: -60px;
	clear: both;
	content: "";
	display: block;
	left: 50%;
	margin: 0 auto 0 -200px;
	position: absolute;
	width: 400px;
}

/* Newsletter */
.box.newsletter {
	float: right!important;
	max-width: 340px;
	padding: 0!important;
}

/* clear suffix */
.box.clear {
	border: none !important;
	clear: none;

	padding: 0!important;
}
.clear div.content {
	clear: both;
}

/* parallax suffix */
.box.parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #aeaeae;
	margin: -60px 0!important;
	padding: 150px 0!important;
}
.box.parallax .header {
	color: #fff;
	font-size: 36px;
	line-height: 1;
	padding: 0 0 30px 0;
	text-align: center;
}
.box.parallax .header:after {
	border-top: 1px solid #fff;
	clear: both;
	content: "";
	display: block;
	margin: 30px auto 0 auto;
	width: 150px;
}
.box.parallax blockquote:before,
.box.parallax blockquote p:after {
	color: #f5f5f5!important;
}
.box.parallax blockquote small {
	color: #fff;
}


/* bigtitle suffix */
.box.bigtitle .header {

	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}
.box.bigtitle .header span {
	background: #fff;
	padding: 0 40px;
}
.box.bigtitle .header:after {
	border-top: 2px solid #e5e5e5;
	content: "";
	display: block;
	margin-top: -15px;
}

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e0e0e0;
	color: #bbb!important;
	font-size: 12px!important;
	font-style: italic;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}
/* suffix light */
.box.light {
	background: #f6f6f6;
	padding: 20px!important;
}
/* suffix _text */
.box_text > div { background: #fff; }
/* suffix color1 */
.box.dark {
	background: #000;
	color: #999;
	padding: 20px!important;
}
.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #ddd;
}
.box.dark ul {
	margin: 0;
	padding: 0;
}
.box.dark ul li {
	border-bottom: 1px solid #444;
	position: relative;
}
.box.dark ul li:last-child { border-bottom: none; }
.box.dark a { color: #ddd!important; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #e81f00!important; }
.box.dark ul ul { margin: 0 0 0 20px; }

/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}
/* Bottom */
#gkBottom5 {
	background: #f1f1f1;
	margin: 0;
}
#gkBottom5 > div {
	overflow: hidden;
	padding: 45px 0 35px 0;
}
#gkBottom5 .box,
#gkBottom5 .box .header {
	font-size: 12px;
}
#gkBottom5 .box .header {

	font-size: 18px;
	font-weight: normal;
	padding-bottom: 29px;
	text-transform: none;
}
#gkBottom5 .box li {
	border: none;
	padding: 3px 0;
}
#gkBottom5 .box a {
	color: #999;
}
#gkBottom5 .box a:active,
#gkBottom5 .box a:focus,
#gkBottom5 .box a:hover {
	color: #111;
}

/* tablet/mobile suffixes */
.onlydesktop { display: block; }
.onlytablet { display: none; }
.onlymobile { display: none; }
/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember { margin: 10px 0; }
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#login-form fieldset { margin: 0 0 20px; }
#login-form fieldset p { margin: 0.5em 0; }
#login-form ul {
	border-top: 1px solid #e5e5e5;
	 margin: 32px 0 0;
    overflow: hidden;
    padding: 12px 0 0;
}

#login-form ul li {
	color: #999;
	font-size: 11px;
	display: inline-block;
	line-height: 1.6;
	margin-right: 12px;
}
#login-form input[type="text"],
#login-form input[type="password"] { width: 95%; }
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
/* Popup Login */
#gkPopupCart {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	display: none;
	position: absolute;
	right: 0;
	top: 38px;
	z-index: 10001;
}
#gkPopupCart {
	max-height: 800px;
	overflow: auto;
}
@media (max-height: 850px) {
	#gkPopupCart {
		max-height: 700px;
	}
}
@media (max-height: 750px) {
	#gkPopupCart {
		max-height: 600px;
	}
}
@media (max-height: 650px) {
	#gkPopupCart {
		max-height: 500px;
	}
}
@media (max-height: 550px) {
	#gkPopupCart {
		max-height: 400px;
	}
}
@media (max-height: 450px) {
	#gkPopupCart {
		max-height: 300px;
	}
}
#gkPopupOverlay,
#gkPopupLogin {
	color: #777;
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 80px;
}
#gkPopupLogin {
	margin-left: -220px;
	width: 426px;
}
#gkPopupLogin > div {
	-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;
}
#gkPopupLogin .gkUserdata,
#gkPopupLogin .gkUsermenu {
	float: left!important;
	width: 50%!important;
}
.gkUsermenu .menu { margin: 32px 0 0}
.gkUsermenu .menu li a {   border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 6px;
    padding: 3px 6px;
    text-align: center;}
.gkPopupWrap {
	background: #fff;
	padding: 40px;
	overflow: hidden;
}
.gkPopupWrap h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 32px;
}
#gkPopupLogin h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
#gkPopupLogin h3 span {
	background: #fff;
	color: #1b1d1f;
	padding: 0 15px;
}
#gkPopupLogin h3:after {
	border-top: 1px solid #e5e5e5;
	content: "";
	display: block;
	margin: -16px 0 18px 0;
	width: 100%;
}
#gkPopupLogin h3 + small {
	display: block;
	font-size: 13px;
	margin: -6px 0 24px 0;
	text-align: center;
}

.gkPopupWrap h3 small { font-size: 16px!important; }
.gkPopupWrap h3 a { color: #e81f00; }
.gkPopupWrap h3 a:hover { color: #272727; }

.gkPopupWrap .logout-button { margin-top: 20px; }
#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}
/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}
span#fb-auth:hover { background-color: #556b9b; }
.login span#fb-auth { margin: 6px 0 0 10px; }
body[data-mobile="true"] #gkMobileMenu select { font-size: 50px; }

#fancybox-overlay { z-index: 10002; }


/*//////////////////// SOCIAL ICONS /////////////////////////*/





/*
*   name           FavSocial
*   version        1.7
*   description    Responsive and customizable Joomla!3 module
*   demo           http://extensions.favthemes.com/favsocial
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2017 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3, see http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
////////////////////////////////////////////////////////////////////////////////

1. reset
2. layout
3. content

////////////////////////////////////////////////////////////////////////////////
*/

/*/
////////////////////////////////////////////////////////////////////////////////
///
///  favsocial css
///
////////////////////////////////////////////////////////////////////////////////
/*/

/*//////////////////////////////////////////////////////////////////////////////

1. reset

//////////////////////////////////////////////////////////////////////////////*/

div[id^="favsocial"] a,
div[id*=" favsocial"] a,
div[id^="favsocial"] a:hover,
div[id*=" favsocial"] a:hover,
div[id^="favsocial"] a:focus,
div[id*=" favsocial"] a:focus {
  text-decoration: none!important;
}

/*//////////////////////////////////////////////////////////////////////////////

2. layout

//////////////////////////////////////////////////////////////////////////////*/

div[id^="favsocial"] a,
div[id*=" favsocial"] a {
  float: left;
}
div[id^="favsocial"] a:hover,
div[id*=" favsocial"] a:hover,
div[id^="favsocial"] a:active,
div[id*=" favsocial"] a:active,
div[id^="favsocial"] a:focus,
div[id*=" favsocial"] a:focus {
  opacity: 0.8;
  background-color: transparent;
}

/*//////////////////////////////////////////////////////////////////////////////

3. content

//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  icon
///
//////////////////////////////////////////////////////////////////////////////*/

li[id^="favsocial-icon"],
li[id*=" favsocial-icon"] {
  list-style: none;
  float: left;
  margin: 0 5px;
}
li[id^="favsocial-icon"] .favsocial,
li[id*=" favsocial-icon"] .favsocial {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
li[id^="favsocial-icon"] i,
li[id*=" favsocial-icon"] i {
  float: left;
  width: 100%;
  padding: 50% 0;
  line-height: 0;
  text-align: center;
}
li[id^="favsocial-icon"]:after,
li[id*=" favsocial-icon"]:after {
	content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////
///
///  list float
///
//////////////////////////////////////////////////////////////////////////////*/

ul#favsocial-list {
  margin: 0;
  overflow: hidden;
}
ul#favsocial-list.favsocial-left {
  float: left;
}
ul#favsocial-list.favsocial-center {
  display: table;
  margin: 0 auto;
  float: none;
}
ul#favsocial-list.favsocial-right {
  float: right;
}
.pull-right li[id^="favsocial-icon"]:last-child,
.pull-right li[id*=" favsocial-icon"]:last-child,
.favth-pull-right li[id^="favsocial-icon"]:last-child,
.favth-pull-right li[id*=" favsocial-icon"]:last-child {
  margin-right: 0;
}
.pull-left li[id^="favsocial-icon"]:first-child,
.pull-left li[id*=" favsocial-icon"]:first-child,
.favth-pull-left li[id^="favsocial-icon"]:first-child,
.favth-pull-left li[id*=" favsocial-icon"]:first-child {
  margin-left: 0;
}
/*
#------------------------------------------------------------------------
# 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 
*/

/* Base for all menus */
#gkMainMenu {
	float: right;
	padding: 0;
}
#gkMainMenu:after {
	clear: both;
	content: "";
	display: table;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
	text-align: center;
}
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkMenu > ul > li {
	clear: none!important;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	height: 63px;
	line-height: 63px;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li > a {
	color: #eee;
	display: block;
	height: 63px;
	line-height: 63px;
	padding: 0 20px;
	position: relative;
}
.gkMenu > ul > li.haschild > a:after {
	color: #6d6e6e;
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 0;
}
.gkMenu > ul > li:first-child > a {
	padding-left: 0;
}
.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
	position: absolute;
	left: -999em;
	z-index: 999;
}
.gkMenu > ul > li > .childcontent .gkcol {
	border-left: 1px solid #eee;
	float: left;
}
.gkMenu > ul > li > .childcontent .gkcol:first-child {
	border-left: none;
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
.gkMenu > ul > li .childcontent {
	margin-left: -11px;
	margin-top: 0;
}
.gkMenu > ul > li .childcontent .childcontent {
	margin-left: 100px;
	margin-top: -35px!important;
}

/* main menu CSS */
.gkMenu > ul > li.active > a {
	color: #fff;	
}
.gkMenu > ul > li > a {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #fff;
}
.gkMenu ul ul {
	padding: 12px 0 8px;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eee;
	 box-shadow: 6px 6px 6px rgba(0,0,0,0.2); 
	margin-top: 0;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 0 20px;  
	text-align: left;
	
}
.gkMenu > ul li div.childcontent a:hover {
	color: #e81f00!important;
}

.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #777;	
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child  { 
	border: none;
}
.gkMenu > ul li div.childcontent a {
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	display: block;
	padding: 7px 0; 
}
.gkMenu > ul li li div.childcontent small {
	color: #999;
	font-weight: 400;
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
.gkMenu > ul li div.childcontent .header {
	color: #444;
	display: block;
	font-size: 12px;
	font-weight: 600!important;
	margin: 6px 0 0;
	padding: 0 20px;
	text-transform: uppercase
	
}
.gkMenu > ul li div.childcontent .header a {
	color: #444;
}
.gkMenu > ul li div.childcontent .header small {
	display: block;
	text-transform: none;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}
.gkMenu li .module p {
	font-size: 12px;
	line-height: 18px;
}

/* hide mobile menu */
#gkMobileMenu {
	display: none;
}

/* normal menu */
#gkHeader > div:first-child {
	background: #fff;
}

/* Menu Overlay type */
#gkMainMenu.gkMenuOverlay ul .childcontent {
	display: none!important;
}

#gkMenuOverlay {
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
    display: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 100%;
}

#gkMenuOverlay.open {
    display: block;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

#gkMenuOverlayWrap {
    left: 50%;
    margin: 0 0 0 -482px;
    max-width: 964px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10002;
}

#gkMenuOverlayWrap > div {
    padding: 0;
    width: 100%;
}

#gkMenuOverlayHeader {
    color: #111;
    font-size: 45px;
    font-weight: bold;
    line-height: 140px;
    margin: 0;
    text-align: center;
    text-transform: none;
}

#gkMenuOverlayClose {
    color: #e81f00;
    cursor: pointer;
    display: none;
    font-size: 60px;
    font-style: normal;
    line-height: 140px;
    position: absolute;
    right: 0;
    top: -10px;
}

.open #gkMenuOverlayClose {
	display: block;
}

#gkMenuOverlayContent {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 140px;
}

#gkMenuOverlayContent .gkcol {
    width: 100%;
}

#gkMenuOverlayContent .gkcol li li li {
	font-size: 17px;
}

#gkMenuOverlayContent .gkcol .header,
#gkMenuOverlayContent .gkcol li small,
#gkMenuOverlayContent .group-content > div {
    display: none!important;
}

#gkMenuOverlayContent .gkcol li {
    border-top: 1px solid #e5e5e5;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
}

#gkMenuOverlayContent .gkcol li.group {
    border-top: none;
}

#gkMenuOverlayContent .gkcol li a {
    color: #777;
    display: inline-block;
    line-height: 60px;
}

#gkMenuOverlayContent .gkcol li a:active,
#gkMenuOverlayContent .gkcol li a:focus,
#gkMenuOverlayContent .gkcol li a:hover {
    color: #e81f00;
}/*
#------------------------------------------------------------------------
# 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" !important;
  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"; 
} 
 
/*
 * News Show Pro GK5
 */

.nspMain { position: relative; }
/* Pagination */
.nspBotInterface,
.nspTopInterface {
	clear: both;
	float: right;
	margin: 5px 0;
}
.nspTopInterface {
	position: absolute;
	right: 0;
	top: -64px;
}
.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: 3px 0 0 0!important;
	padding: 0!important;
}
.nspPagination li {
	background: #e5e5e5;
	border: none!important;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	margin: 7px 4px 0 0!important;
	padding: 0;
	text-indent: -999em;
	width: 16px;
}
.nspPagination li:hover,
.nspPagination li.active { background-color: #e81f00; }
.nspNext,
.nspPrev {
	background: #f1f1f1;
	border-radius: 2px;
	cursor: pointer;
	float: left;
	height: 36px;
	margin: 0 2px;
	text-align: center;
	text-indent: -9999px;
	width: 36px;
}
.nspNext:after,
.nspPrev:after {
	color: #888;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 37px;
	text-align: center;
	text-indent: 0;
	width: 36px;
}
.nspNext:after {
	content: '\f0da';
}
.nspPrev:after {
	content: '\f0d9';
}
.nspNext:hover:after,
.nspPrev:hover:after { color: #e81f00; }
/* Articles layout */
.nspArts {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
}
.nspArtPage { float: left; }
.nspArt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.nspArt div { overflow: hidden; }
.nspArt h4.nspHeader {
	color: #1b1d1f;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.nspArt h4.nspHeader a { color: #1b1d1e !important}
.nspArt h4.nspHeader a:hover { color: #e81f00 !important }

.nspArt img.nspImage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
}
.nspArt p.nspText {
	color: #888;
	display: block!important;
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspInfo {
	color: #999;
	display: block!important;
	font-size: 12px;
	padding: 5px 0;
}
.nspArt p.nspInfo > * { padding-left: 10px; }
.nspArt p.nspInfo > *:first-child { padding-left: 0; }
.nspArt p.nspInfo img { vertical-align: middle; }
.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.inline { 
	clear: both;
	display: inline-block;
	float: none;
	width: auto;
}
.readon.fleft,
.readon.fright,
.readon.fcenter { 
	clear: both; 
	display: inline-block;
	float: none;
	margin: 30px auto 0 auto;
	width: auto;
}
/*.readon.fleft { float: cent; }
.readon.fright { float: right; }*/
.readon.fcenter {
	display: inline-block;
	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 {
	border: none;
	margin: 0!important;
	padding: 16px 0;
}
.nspLinks ul li h4 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}
.nspLinks ul li h4 a { text-decoration: none; }
.nspLinks ul li {
	border-top: 1px solid #e5e5e5!important;
}
.nspLinks ul li:first-child {
	border-top: none!important;
}
.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: auto;
}
.nspArtScroll1 {
	margin: 0 -7px;
}
.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%; }
.nspPages11 { width: 1100%; }
.nspPages12 { width: 1200%; }
.nspPages13 { width: 1300%; }
.nspPages14 { width: 1400%; }
.nspPages15 { width: 1500%; }
.nspPages16 { width: 1600%; }
.nspPages17 { width: 1700%; }
.nspPages18 { width: 1800%; }
.nspPages19 { width: 1900%; }
.nspPages20 { width: 2000%; }
.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 light */
.box.light .nspNext,
.box.light .nspPrev {
	background: #e5e5e5;
}
/* Suffix dark */
.box.dark a.readon { background: #e81f00; }
.box.dark a.readon {
	color: #fff!important;
}
.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover {
	background: #fff!important;
	color: #080808!important;
}
.box.dark .nspLinks ul li {
	border-top-color: #444!important;
}
.box.dark .nspNext,
.box.dark .nspPrev,
.box.dark .nspPagination li {
	background: #444;
}

/* HikaShop styles */
.nspHikashopBlock {
	text-align: center;
}
.nspHikashopBlock span {
	display: block;
}
.nspHikashopBlock .button {
	display: inline-block;
	float: none;
	margin-top: 30px;
}
.nspHikashopBlock .hikashop_product_stock_count {
	color: #999!important;
	font-size: 11px!important;
	padding: 10px 0!important;
}

/* Products suffix */
.products .nspArt.nspCol1 { width: 98.5%; }
.products .nspArt.nspCol2 { width: 48.5%; }
.products .nspArt.nspCol3 { width: 32.833333%; }
.products .nspArt.nspCol4 { width: 23.5%; }
.products .nspArt.nspCol5 { width: 18.5%; }
.products .nspArt.nspCol6 { width: 15.166666%; }
.products .nspArt {
	border: 1px solid #e5e5e5;
	margin: 0.75%;
	overflow: hidden;
	position: relative;
	-webkit-transition: border .3s ease-out;
	-moz-transition: border .3s ease-out;
	-ms-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	transition: border .3s ease-out;
}
.products .nspArt:hover {
	border: 1px solid #1b1d1f;
}
.products .nspArt:hover .addtocart-button {
	background: #e81f00!important;
	color: #fff!important;
}
.products h4.nspHeader {
	border-top: 1px solid #e5e5e5;
	clear: both;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0 0 0;
	text-transform: none;
}
.products .nspImageWrapper {
	margin: 0 -32px;
}
.products .nspInfo {
	text-align: center;
}
.products .nspInfo span {
	color: #e81f00;
	font-size: 18px;
	font-weight: normal;
}
.products .addtocart-button {
	margin-top: 30px!important;
}
.products .nspBadge {
	background: #e81f00;
	border-radius: 28px 4px 28px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	height: 32px;
	left: -12px;
	line-height: 32px;
	padding: 0 20px;
	position: absolute;
	text-transform: uppercase;
	top: 0px;
	-webkit-transform: rotateZ(-90deg) translateX(-50%);
	-moz-transform: rotateZ(-90deg) translateX(-50%);
	-ms-transform: rotateZ(-90deg) translateX(-50%);
	-o-transform: rotateZ(-90deg) translateX(-50%);
	transform: rotateZ(-90deg) translateX(-50%);
}
.products .nspImageWrapper {
	opacity: 1;
	position: relative;
	-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;
}
.products .nspImageWrapper img {
	-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;
}
.products .nspImageWrapper:after {
	color: #1b1d1f;
	content: "m";
	font-family: 'storefront-pixellove';
	font-size: 32px;
	height: 32px;
	left: 50%;
	margin: 32px 0 0 -16px;
	opacity: 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;
	width: 32px;
}
.products .nspImageWrapper:hover img {
	opacity: 0.3;
}
.products .nspImageWrapper:hover:after {
	margin-top: -16px;
	opacity: 1;
}

/* GK Tabs */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap ol li {    
	border: none;   
    color: #1b1d1f;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    line-height: 37px;
    list-style-type: none;
    margin: 0;
    padding: 0 6px!important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -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;
}
.gkTabsWrap ol li.active {
	margin: 0 12px;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
    background: #1b1d1f;
    color: #fff;
    padding: 0 20px!important;
}
.gkTabsWrap ol li:hover { 
    color: #999; 
}
.gkTabsContainer {
    clear: both;
    overflow: hidden;
    position: relative;
}
.gkTabsItem {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    left: -9999px;
    overflow: hidden;
    padding: 24px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gkTabsItem.active {
    left: 0;
    position: relative;
    z-index: 2;
}
.gkTabsNav {
	text-align: center;
}
.gkTabsNav:after {
    clear: both;
    content: "";
    display: table;
}
.box.clear-horizontal .gkTabsNav {
	top: 0;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
    display: none;
}

/* 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 */
.box.newsletter .header {
	color: #1b1d1f!important;
	font-size: 14px!important;
	font-weight: bold!important;
	padding-bottom: 32px!important;
	text-transform: uppercase!important;
}
.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";
}

/* Features list */
.gk-features {
	margin: 0 -5px;
	overflow: hidden;
}
.gk-features li {
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 5px;
}
.gk-features[data-cols="1"] li { width: 100%; }
.gk-features[data-cols="2"] li { width: 50%; }
.gk-features[data-cols="3"] li { width: 33.333333%; }
.gk-features[data-cols="4"] li { width: 25%; }

.gk-features li strong {
	border: 1px solid #e5e5e5;
	color: #1b1d1f;
	display: block;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}
.gk-features li strong sub {
	color: #888;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	padding: 0 0 5px 0;
	text-transform: none;
}
.gk-features li.highlighted strong {
	background: #e81f00;
	border: 1px solid #e81f00;
	color: #fff;
}
.gk-features li.highlighted strong sub {
	color: #fff;
}

/* Banner list */
.gk-banners {
	margin: 0 -15px;
	overflow: hidden;
}
.gk-banners li {
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 5px;
	position: relative;
}
.gk-banners[data-cols="1"] li { width: 100%; }
.gk-banners[data-cols="2"] li { width: 50%; }
.gk-banners[data-cols="3"] li { width: 33.333333%; }
.gk-banners[data-cols="4"] li { width: 25%; }
.gk-banners li div {
	border: 1px solid #e5e5e5;
	color: #1b1d1f;
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}
.gk-banners li div img {
	float: left;
}
.gk-banners li div strong {
	color: #1b1d1f;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}
.gk-banners li div strong sub {
	color: #888;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: none;
}

/* 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; }

/* GK Image Zoom */
#gkZoom {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: #1B1D1F;
	
	z-index: 100;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-ms-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
#gkPreview {
	visibility: hidden;
	position: absolute;
	width: 500px;
	height: 500px;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-ms-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
	opacity: 0;
	top: 0;
	z-index: 1;
}
#gkZoom.active{
	opacity: 0.3;
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
}
#gkPreview.active  {
	visibility: visible;
	opacity: 1;
	border: 1px solid #e5e5e5
}
#gkPreview > img {
	position: relative;
}

/* Image wrapper overlay */
.gkImageWrapperOverlayWrap {
	display: block;
	position: relative;
}
.gkImageWrapperOverlay {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 9px;
	position: absolute;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	top: 0;
	width: 100%;
	z-index: 1;
}
.gkImageWrapperOverlay > span {
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	display: block;
	-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: 100%;
}
.gkImageWrapperOverlay > span > span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-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: 100%;
}
.gkImageWrapperOverlay > span > span:before,
.gkImageWrapperOverlay > span > span:after {
	content: "";
	height: 37px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease-out .2s;
	-moz-transition: all .3s ease-out .2s;
	-ms-transition: all .3s ease-out .2s;
	-o-transition: all .3s ease-out .2s;
	transition: all .3s ease-out .2s;
	width: 37px;
}
.gkImageWrapperOverlay > span > span:before {
	border-top: 1px solid #fff;
	margin-left: -18px;
	width: 0;
}
.gkImageWrapperOverlay > span > span:after {
	border-left: 1px solid #fff;
	height: 0;
	margin-top: -18px;
}
.gkImageWrapperOverlayWrap:hover .gkImageWrapperOverlay > span {
	border-color: rgba(255, 255, 255, 0);
}
.gkImageWrapperOverlayWrap:hover .gkImageWrapperOverlay.nohover > span {
	border-color: rgba(255, 255, 255, 0.34);
}
.gkImageWrapperOverlayWrap:hover .gkImageWrapperOverlay > span > span {
	background: rgba(0, 0, 0, 0.34);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.gkImageWrapperOverlayWrap:hover .gkImageWrapperOverlay > span > span:before {
	width: 37px;
}
.gkImageWrapperOverlayWrap:hover .gkImageWrapperOverlay > span > span:after {
	height: 37px;
}

/* GK Cart popup */
#gkPopupCart .gkTotal {
	font-size: 24px;
	margin: 0;
	text-align: right;
}
#gkPopupCart .vmGkCartProducts > div > div {
	margin-left: 90px;
}
#gkPopupCart .vmGkCartProducts > div {
	padding: 10px 0;
}
#gkPopupCart .gkPopupWrap {
	padding: 0 25px 25px 25px;
	width: 280px;
}
#gkPopupCart .vmGkCartProducts .gkPrice {
	font-size: 12px;
	font-style: normal;
}
#gkPopupCart .vmGkCartProducts h3 {
	line-height: 1.2;
	margin: 10px 0 0 0;
}
#gkPopupCart .vmGkCartModule > h3,
#gkPopupCart .vmGkCartModule > h3,
#gkPopupCart #hikashop_cart > h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 16px 0 0 0!important;
	text-align: center;
	text-transform: uppercase;
}
#gkPopupCart .vmGkCartModule > h3 span,
#gkPopupCart .vmGkCartModule > h3 span,
#gkPopupCart #hikashop_cart > h3 span {
	background: #fff;
	color: #1b1d1f;
	padding: 0 15px;
}
#gkPopupCart .vmGkCartModule > h3:after,
#gkPopupCart .vmGkCartModule > h3:after,
#gkPopupCart #hikashop_cart > h3:after {
	border-top: 1px solid #e5e5e5;
	content: "";
	display: block;
	margin: -16px 0 18px 0;
	width: 100%;
}
