nav ul li a:hover {
	color: #99CC00;
}

nav ul li a:hover:before {
	background: #99cc00;
}

.active {
	color: #3498DB;
}

.active:before {
	background: #3498DB;
}

@-moz-keyframes aniGrid { 50%{background-color: #99cc00}}
@-webkit-keyframes aniGrid { 50%{background-color: #99cc00}}
@-ms-keyframes aniGrid { 50%{background-color: #99cc00}}
@-o-keyframes aniGrid { 50%{background-color: #99cc00}}
@keyframes aniGrid { 50%{background-color: #99cc00}}

/*   -------------------- MENUS PAGES ---------------- */
ul#menus {
	float: left;
	margin-top: 10px;
}

ul#menus li {
	-moz-box-sizing: border-box;
	float: left;
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
}

ul#menus li:nth-child(3n+3) {
	margin-right: 0%;
}

ul#menus li a {
	color: #FFFFFF;
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

ul#menus li a:hover {
	-webkit-transform: scale(1.05, 1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05, 1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

ul#menus li img {
	box-shadow: 0 0 17px 2px rgba(1, 1, 1, 0.3);
	display: block;
	float: left;
	height: auto;
	width: 100%;
}

ul#menus li .overlay {
	bottom: 0;
	display: block;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
	box-shadow: inset 6px -1px 63px 0px #000000;
	-webkit-box-shadow: inset 6px -1px 63px 0px #000000;
	-moz-box-shadow: inset 6px -1px 63px 0px #000000;
	-o-box-shadow: inset 6px -1px 63px 0px #000000;
}

ul#menus li .overlay p {
	-moz-box-sizing: border-box;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 35px;
}

ul#menus li .noverlay {
	bottom: 0;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}

ul#menus li a div {
	background: none repeat scroll 0 0 #99cc00;
	border: medium none;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: 600;
	left: 50%;
	line-height: 1.2;
	margin: -14px 0 0 -90px;
	opacity: 0;
	padding: 9px 16px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transition: all 0.1s ease-in-out 0s;
	width: 147px;
}

ul#menus li a:hover div {
	opacity: 1;
}

ul#menus li a:hover .overlay {
	opacity: 0;
}
/* ---------------------------------- */
.nano>.pane>.slider {
	background: none repeat scroll 0 0 #99cc00;
}

.flexslider blockquote a {
	color: #3399cc;
}

#calendar {
	padding: 0px 30px 15px;
}

#calendar .fc-header-center {
	text-align: right;
}

#calendar .fc-header-title {
	font-size: 12px;
	font-family: 'pt_serif_captionitalic';
}

#calendar .fc-header-left {
	text-align: left;
}

#calendar .fc-button {
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'pt_serif_captionitalic';
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 10px;
}

#calendar .fc-header td {
	vertical-align: middle;
}

#calendar .fc-content {
	font-size: 12px;
}

#calendar .fc-content th {
	margin: 5px;
	padding-bottom: 5px;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

#calendar .fc-content td {
	border: 1px solid rgba(255, 255, 255, 0.25);
}

#calendar .fc-content thead {
	border-bottom: 1px solid #d6d6d6;
}

#calendar .fc-content .fc-event-inner {
	margin: 5px;
	text-align: center;
	font-family: 'pt_serif_captionitalic';
	cursor: pointer;
}
.timeRight{
	padding: 12px;
}