/*
#------------------------------------------------------------------------
# Flatshop - Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2013 LeeBros.us. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://leebros.us
# Support: support@leebros.us
*/
 
/* Base for all menus */
#gkMainMenu {
	float: right;
	margin: 25px 0 20px;
	padding: 0;
	width: auto;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
	float: left;
	padding-right: 10px;
}
.gkMenu > ul > li {
	clear: none!important;
	float: left;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li > a {
	display: block;
	padding: 0 12px 0 20px;
}


.gkMenu > ul > li:first-child:before {
	display: none;
}
.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 .childcontent .childcontent {
	border: 1px solid #e5e5e5;
}
.gkMenu > ul > li > .childcontent .gkcol {
	float: left;
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
.gkMenu > ul > li .childcontent {
	margin-left: 0;
	margin-top: 0;
}
.gkMenu > ul > li .childcontent .childcontent {
	margin-left: 160px;
	margin-top: -35px!important;
}

/* main menu CSS */
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkMenu ul li {
	clear: both;
	margin: 0;
}
.gkMenu > ul > li {
	float: left;
	padding: 0 10px;
}
.gkMenu > ul > li:first-child{
	padding-left: 0;
}
.gkMenu > ul > li.active > a {
	border: 1px solid #ccc;
    padding: 0 15px;
}
.gkMenu > ul > li > a {
	border: 1px solid transparent;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	-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;
}
.firefox .gkMenu > ul > li > a{
	font-weight: normal;
}

.gkMenu > ul > li:hover > a {
	border: 1px solid #fa3e8a;
	background-color: rgba(255, 255, 255, 0.1);
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 15px 0;
	text-transform: none;
	border: 1px solid #fa3e8a;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.gkMenu > ul li div.childcontent-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 15px;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1.2px;
	line-height: 18px;
	margin: 0;
	padding: 0;  
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #fa3e8a;	
	-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 > a { 
	border: none;
}
.gkMenu > ul li div.childcontent a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	display: block;
	padding: 4px 0; 
}
.gkMenu > ul li li div.childcontent small {
	color: #aaa;
	font-weight: normal;
	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: #282c2f;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
}
.gkMenu > ul li div.childcontent header a {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	padding: 8px 0 4px;
	text-transform: uppercase;
	text-align: center;
}
.gkMenu > ul li div.childcontent header small {
	display: block;
	text-transform: none;
}
.gkMenu li .module p {
	font-size: 13px;
	line-height: 18px;
}

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

/* 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: #282c2f;
	font-size: 32px;
	font-weight: bold;
	line-height: 140px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#gkMenuOverlayClose {
	color: #ed6363;
	cursor: pointer;
	font-size: 26px;
	line-height: 144px;
	position: absolute;
	right: 0;
}

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

#gkMenuOverlayContent .gkcol {
	width: 100%;
}

#gkMenuOverlayContent .gkcol header,
#gkMenuOverlayContent .gkcol li small {
	display: none;
}

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

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

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

#gkMenuOverlayContent .gkcol li a:active,
#gkMenuOverlayContent .gkcol li a:focus,
#gkMenuOverlayContent .gkcol li a:hover {
	color: #ed6363;
}
.gkmenu img{
	padding: 0 10px 0 50px;
}
ul.menu img{
	padding: 0 10px;
}
.gkmenu .custom img{
	opacity: 0.8;
	padding: 0;
	border: 2px solid #fff;
	-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;
}
.gkmenu .custom a:hover img{
	border-color: #ccc;
	opacity: 1;
}
.gkmenu .custom p{
	font-size: 12px;
}
.menu a, .childcontent-inner li > a{
	-webkit-transition: all .2s ease-out!important;
	-moz-transition: all .2s ease-out!important;
	-ms-transition: all .2s ease-out!important;
	-o-transition: all .2s ease-out!important;
	transition: all .2s ease-out!important;
}
.menu a:hover, .childcontent-inner li > a:hover{
	padding-left: 5px!important;
	font-weight: bold;
}