/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
/* Base for all menus */
#gkPageTop .gkMainMenu {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
#gkPageTop .gkMainMenu .gkMenu { display: block; }
#gkPageTop .gkMenu > ul > li {
	float: left;
	width: auto;
}
#gkPageTop .gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 13px;
}
#gkPageTop .gkMenu > ul > li > .childcontent,
#gkPageTop .gkMenu > ul > li > .childcontent .childcontent {
	position: absolute;
	left: -999em;
	z-index: 999;
}
#gkPageTop .gkMenu > ul > li > .childcontent .gkcol { float: left; }
#gkPageTop .gkMenu > ul > li:hover > .childcontent,
#gkPageTop .gkMenu > ul > li:hover > .childcontent li:hover > .childcontent { left: inherit; }
#gkPageTop .gkMenu > ul > li:hover > .childcontent .childcontent {
	margin-left: 140px;
	margin-top: -25px !important;
}
/* main menu CSS */
#gkPageTop .gkMenu {
	float: left;
	margin: 0;
	position: relative;
	z-index: 1000;
}
#gkPageTop .gkMenu > ul > li {
	border-right: 1px solid #e90606;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	
}
#gkPageTop .gkMenu > ul > li > a {
	color: #fff;
	display: block;
	height: 60px;
	line-height: 60px;	
	margin: 0;
	padding: 0 20px;
	text-transform: uppercase;
	-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;
}
#gkPageTop .gkMenu > ul > li:active > a,
#gkPageTop .gkMenu > ul > li:focus > a { 
	color: #212121;
}
#gkPageTop .gkMenu > ul > li.active > a,
#gkPageTop .gkMenu > ul > li:hover > a,
#gkPageTop .gkMenu > ul > li:active > a,
#gkPageTop .gkMenu > ul > li:focus > a {
	background: #fff;
	color: #212121;
}
#gkPageTop .gkMenu > ul div.childcontent-inner {
	background: #fff;
	overflow: hidden;
	text-align: left;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
#gkPageTop .gkMenu > ul div.childcontent-inner div.childcontent-inner { margin-top: -12px!important; }
#gkPageTop .gkMenu > ul div.childcontent-inner div.childcontent-inner div.childcontent-inner { margin-top: 0!important; }
#gkPageTop .gkMenu > ul > li > .childcontent .gkcol { padding-bottom: 0; }
#gkPageTop .gkMenu > ul div.childcontent li {
	margin: 0 20px;
	padding: 0 2px;
	border-top: 1px solid #eee;
}
#gkPageTop .gkMenu > ul div.childcontent li:first-child {
	border-top: none;
}
#gkPageTop .gkMenu > ul div.childcontent a {
	color: #222;
	font-size: 13px;
	display: block;
	min-height: 24px;
	font-weight: bold;
	padding: 8px 0;
}
#gkPageTop .gkMenu > ul div.childcontent small {
	color: #aaa;
	font-size: 11px;
	font-weight: 300;
	margin: 0 0 6px;
}
#gkPageTop .gkMenu > ul div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
#gkPageTop .gkMenu > ul div.childcontent li.active > a,
#gkPageTop .gkMenu > ul div.childcontent li:hover > a,
#gkPageTop .gkMenu > ul div.childcontent li > a:hover { color: #e90606; }
#gkPageTop .gkMenu > ul div.childcontent header {
	padding: 10px 16px 6px 16px;
	display: block;
	color: #fff;
	margin: 0;
	font-weight: 400!important;
}
#gkPageTop .gkMenu > ul div.childcontent header a {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0 4px;
	text-transform: uppercase;
	border-bottom: 2px solid #444;
}
#gkPageTop .gkMenu > ul div.childcontent header small {
	display: block;
	text-transform: none;
}
#gkPageTop .gkMenu .childcontent.active,
#gkPageTop .gkMenu > ul > li:hover > .childcontent { pointer-events: auto; }
#gkPageTop .gkMenu .childcontent { pointer-events: none; }
#gkPageTop .gkMainMenu .module p {
	font-size: 12px;
	line-height: 18px;
}
/* hide mobile menu */
#gkMobileMenu { display: none; }


#gk-menu-overlay {
  background: rgba(66,66,66,0.9);
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#gk-menu-overlay-wrap {
  left: 50%;
  margin: 0 auto 0 -320px;
  max-width: 640px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
}
#gk-menu-overlay-wrap .gkMainMenu {
  display: block;
  padding: 10px 0;
  position: static;
}
#gk-menu-overlay-wrap .gkMainMenu a,
#gk-menu-overlay-wrap .gkMainMenu span {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 10px 0;
}
#gk-menu-overlay-wrap .gkMainMenu a:active,
#gk-menu-overlay-wrap .gkMainMenu a:focus,
#gk-menu-overlay-wrap .gkMainMenu a:hover,
#gk-menu-overlay-wrap .gkMainMenu span:active,
#gk-menu-overlay-wrap .gkMainMenu span:focus,
#gk-menu-overlay-wrap .gkMainMenu span:hover {
  color: #e90606;
}
#gk-menu-overlay-wrap .gkMainMenu li {
  border-top: 1px solid rgba(255,255,255,0.2);
  clear: both;
  line-height: 1.8;
  width: 100%;
}
#gk-menu-overlay-wrap .gkMainMenu li:first-child {
  border-top: none;
}
#gk-menu-overlay-wrap .gkMainMenu ul {
	margin: 0!important;
}
#gk-menu-overlay-wrap .gkMainMenu li.haschild,
#gk-menu-overlay-wrap .gkMainMenu li .group {
  padding-bottom: 0;
}
#gk-menu-overlay-wrap .gkMainMenu li .gkmenu {
  margin-top: 5px;
}
#gk-menu-overlay-wrap .gkMainMenu li small {
	display: none;
}
#gk-menu-overlay-wrap .gkMainMenu li li {
  border-top: 1px solid rgba(255,255,255,0.2);
}
#gk-menu-overlay-wrap .gkMainMenu li li a {
  font-size: 1.2rem;
  padding: 8px 0;
}
#gk-menu-overlay-wrap .gkMainMenu li li:first-child {
  border-top: 1px solid rgba(255,255,255,0.2);
}
#gk-menu-overlay-wrap .gkMainMenu li li li a {
  font-size: 1rem;
  padding: 5px 0;
}
#gk-menu-overlay-wrap .gkMainMenu .childcontent,
#gk-menu-overlay-wrap .gkMainMenu .childcontent-inner,
#gk-menu-overlay-wrap .gkMainMenu .childcontent .childcontent {
  background: transparent!important;
  display: block !important;
  height: auto !important;
  margin-left: 0 !important;
  opacity: 1 !important;
  padding-left: 8px;
  position: static;
  width: 100% !important;
}
#gk-menu-overlay-wrap .gkMainMenu .childcontent .gkcol,
#gk-menu-overlay-wrap .gkMainMenu .childcontent .childcontent .gkcol {
  height: auto !important;
  width: 100% !important;
}
#gk-menu-overlay-wrap .module {
  display: none;
}
#gk-menu-overlay-wrap .header > a {
  color: #fff;
}
#gk-menu-overlay-wrap .header > a:active,
#gk-menu-overlay-wrap .header > a:focus,
#gk-menu-overlay-wrap .header > a:hover {
  color: #e90606;
}
#gk-menu-overlay-wrap .header > a > small {
  display: block;
}
#gk-menu-overlay-wrap #gk-menu-overlay-close {
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 20px;
}
#gk-menu-overlay-wrap #gk-menu-overlay-close:active,
#gk-menu-overlay-wrap #gk-menu-overlay-close:focus,
#gk-menu-overlay-wrap #gk-menu-overlay-close:hover {
  color: #e90606;
}
#gk-menu-overlay,
#gk-menu-overlay-wrap {
  display: none;
  opacity: 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;
}
#gk-menu-overlay.gk-show,
#gk-menu-overlay-wrap.gk-show {
  display: block;
}
#gk-menu-overlay.gk-active,
#gk-menu-overlay-wrap.gk-active {
  opacity: 1;
}

#gkMobileMenu {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  font-weight: bold;
  height: 2px;
  line-height: 32px;
  margin: 14px!important;
  overflow: hidden;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase;
  width: 32px;
}
#gkMobileMenu i {
  background: #fff;
  border-radius: 1px;
  display: block;
  float: right;
  height: 4px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  -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;
  width: 32px;
}
#gkMobileMenu i:before,
#gkMobileMenu i:after {
  background: #fff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: -10px;
  -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;
  width: 32px;
}
#gkMobileMenu i:after {
  top: 10px;
}
#gkMobileMenu:active > i,
#gkMobileMenu:active > i:before,
#gkMobileMenu:active > i:after,
#gkMobileMenu:focus > i,
#gkMobileMenu:focus > i:before,
#gkMobileMenu:focus > i:after,
#gkMobileMenu:hover > i,
#gkMobileMenu:hover > i:before,
#gkMobileMenu:hover > i:after {
  background: #eee;
}