/*
#------------------------------------------------------------------------
# Simplicity - February 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 
*/
 
/* Base for all menus */
#gkMainMenu,
.imageBg #gkMenuWrap #gkMainMenu {
	float: right;
	padding: 0;
	width: auto;
}
.imageBg #gkMainMenu {
	margin: 11px 0 0 0;
	margin-top:0px;
	background: transparent;
}
#gkMainMenu,
#gkMenuWrap #gkMainMenu {
	margin-top: 0;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
	background: transparent;
}
.gkMenu > ul > li {
	clear: none!important;
	float: left;
	font-size: 14px;
	font-weight: 600;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li > a,
.imageBg #gkMenuWrap .gkMenu > ul > li > a,
.gkMenu > ul > li > span,
.imageBg #gkMenuWrap .gkMenu > ul > li > span {
	color: #333;
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 13px;
}

.imageBg .gkMenu > ul > li > a,
.imageBg .gkMenu > ul > li > span {
	color: #fff;
	/*text-shadow: -1px -1px 5px #666;*/
	cursor: pointer;
}

.imageBg .gkMenu > ul > li > a:hover,
.imageBg .gkMenu > ul > li > span:hover {
	background:#fff;
	color:#555;
}

.gkMenu > ul > li a small,
.gkMenu > ul > li span small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .26);
	-moz-box-shadow: 0 5px 6px rgba(0, 0, 0, .26);
	box-shadow: 0 5px 6px rgba(0, 0, 0, .26);
	position: absolute;
	left: -999em;
	z-index: 999;
}
.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;
	background: transparent;
}
.gkMenu ul li {
	clear: both;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	background: transparent;
}
.gkMenu > ul > li a.top_ul0{
	background: transparent;
}
.gkMenu > ul > li {
	float: left;
}

.gkMenu > ul > li.active > a,
.gkMenu > ul > li.active > span {
	color: #bf001e !important;	
}
.gkMenu > ul > li > a,
.gkMenu > ul > li > span {
	-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 > ul > li:hover > span{
	background: #fff;
	color: #555;
} 
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #bf001e;
}

.gkMenu span:hover,
.gkMenu span:active,
.gkMenu span:focus,
.gkMenu li.active > span {
	color: #bf001e;
}

.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
	
	/*min-width: 200px;*/
}
.gkMenu ul.gkmenu{ margin-left: 0;}
.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-weight: 400;
	margin: 0;
	padding: 0 20px;  
	-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 {
	 background: #bf001e !important;
}

.gkMenu > ul li div.childcontent li:hover > a ,
.gkMenu > ul li div.childcontent li:hover > span {
	border-top-color: #bf001e;
	cursor: pointer;
}

.gkMenu > ul li div.childcontent li:hover + li > a ,
.gkMenu > ul li div.childcontent li:hover + li > span {
    border-top-color: #fff;
}

.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small,
.gkMenu > ul li div.childcontent li:hover > span,
.gkMenu > ul li div.childcontent li:hover > span small {
	color: #fff;	
	-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,
.gkMenu > ul li div.childcontent li:first-child > span {
	border: none;
}

.gkMenu > ul li div.childcontent a,
.gkMenu > ul li div.childcontent span {
	border-top: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	display: block;
	padding: 7px 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 {
	padding: 10px 16px 6px 16px;
	display: block;
	color: #fff;
	margin: 0;
	font-weight: 400!important;
}
.gkMenu > ul li div.childcontent header a {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0 4px;
	text-transform: uppercase;
	border-bottom: 2px solid #e5e5e5;
}
.gkMenu > ul li div.childcontent header small {
	display: block;
	text-transform: 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;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	min-height: 70px;
}

.imageBg #gkHeader > div {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: auto;
}

.imageBg #gkHeader > div:first-child {
	/*background: transparent;*/
	background: rgba(0,0,0,0.6);
}

/* Custom Styles For Top Menu*/
#gkHeaderNav_parent_Div {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .76) !important;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .76) !important;
	box-shadow: 0 0 6px rgba(0, 0, 0, .76) !important;
	height: 70px;
	width: 100%;
	background: transparent;
	
	position: relative;
    z-index: 1000;
}

/* Fixed menu */
#gkMenuWrap {
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	height: 70px;
	left: 0;
	position: fixed;
	-webkit-transition: top .2s ease-out;
	-moz-transition: top .2s ease-out;
	-ms-transition: top .2s ease-out;
	-o-transition: top .2s ease-out;
	transition: top .2s ease-out;
	top: -100px;
	width: 100%;
	z-index: 1001;
}
#gkMenuWrap.active {
	top: 0;
}
#gkHeader.gkNoMenu {
	padding-top: 70px;
}
#gkMenuWrap .gkMenu a:hover,
#gkMenuWrap .gkMenu a:active,
#gkMenuWrap .gkMenu a:focus,
#gkMenuWrap .gkMenu li.active > a,
#gkMenuWrap .gkMenu > ul > li.active > a {
	color: #bf001e;
}
#gkMenuWrap .gkMenu ul ul li:hover > a {
	color: #fff!important;
}
/*******************************************************************************************************/
.id_793 #gkheader #gkheadernav #gkmainmenu ul.level0 li a.top_ul0 {
    color:#f00;
}

.id_793 #gkheader #gkheadernav #gkmainmenu ul.level0 li a.top_ul0:hover {
	background:#ccc;
    color:#f00;
}
/*******************************************************************************************************/
.id_1411 #gkheader #gkheadernav #gkmainmenu ul.level0 li a.top_ul0 {
 color: #0f0;
 }

.id_1411 #gkheader #gkheadernav #gkmainmenu ul.level0 li a.top_ul0:hover {
 background:#ccc;
}
/*******************************************************************************************************/
.id_1425 #gkheader #gkheadernav #gkmainmenu ul.level0 li a.top_ul0 {
 color: #00f;
 }

.id_1425 #gkheader #gkheadernav #gkmainmenu ul.level0 li a.top_ul0:hover {
 background:#ccc;
}
/*******************************************************************************************************/