/*
#------------------------------------------------------------------------
# Writer - #8 2014 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 
*/

#gk-menu-button {
	cursor: pointer;
	text-align: center;
	width: 100%;
}
#gk-menu-button > span {
	background: #000;
	border-radius: 6px;
	display: inline-block;
	height: 5px;
	position: relative;
	text-indent: -9999px;
	-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: 5px;
}
#gk-menu-button > span:after,
#gk-menu-button > span:before {
	background: #000;
	border-radius: 6px;
	content: "";
	height: 5px;
	left: 50%;
	margin-left: -2px;
	overflow: hidden;
	position: absolute;
	-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: 5px;	
}
#gk-menu-button > span:after {
	top: 16px;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
#gk-menu-button > span:before {
	top: 8px;
	-webkit-transition-delay: .05s;
	-moz-transition-delay: .05s;
	-ms-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
}
#gk-menu-button:hover > span,
#gk-menu-button:hover > span:after,
#gk-menu-button:hover > span:before {
	width: 32px;
}
#gk-menu-button:hover > span:after,
#gk-menu-button:hover > span:before {
	margin-left: -16px;
}
#gk-menu-button.menu-open > span:before {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
#gk-menu-button.menu-open > span {
	-webkit-transform: scale(.8) rotate(45deg);
	-moz-transform: scale(.8) rotate(45deg);
	-ms-transform: scale(.8) rotate(45deg);
	-o-transform: scale(.8) rotate(45deg);
	transform: scale(.8) rotate(45deg);
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-ms-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
	width: 32px;
}
#gk-menu-button.menu-open > span:after {
	background: transparent;
	display: none;
}
#gk-menu-button.menu-open > span:before {
	margin-left: -16px;
	margin-top: -8px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 32px;
}
#gk-bg-wrap {
	-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-header {
	background: #fff;
	background: -moz-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,231,231,1)), color-stop(9%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
}

#aside-menu {
	background: #fff;
	display: block;
    left: -270px;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 345px;
    overflow: hidden;
    right: auto;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

#aside-menu .box {
	font-size: 15px;
}
#aside-menu .box .header {
	padding: 0;
}

#aside-menu > div.overthrow {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 300px;
	padding: 16px 57px 16px 37px;
	min-width: 280px;
	max-width: 100%;
}

#aside-menu > div.overthrow::-webkit-scrollbar { 
	width: 0!important; 
}

#gk-header {
	left: 270px;
}

/* 
 Overthrow CSS:
 Enable overflow: 
 auto on elements with overthrow class when html element has overthrow class too 
 */
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#aside-menu li > ul { margin: 10px 0 37px}
#aside-menu li li > ul { margin: 0 !important}
#aside-menu li {
	font-size: 17px;
	font-weight: 600;
	padding: 3px 0;	
	text-transform: uppercase;
}

#aside-menu li li {
	font-size: 15px;
	font-weight: 400;
	padding: 3px 0;
	text-transform: none;
}

#aside-menu li li li {
	border-left: 1px solid #ccc;
	font-weight: 300;
	padding-left: 20px;
}

#aside-menu li a {
	color: #444;
}
#aside-menu li li a {
	color: #666;
}
#aside-menu li a.active,
#aside-menu li a:active,
#aside-menu li a:focus,
#aside-menu li a:hover {
	color: #e45425;
}
