/*	TASK Menus, navigation, buttons and anything clickable	*/
.top_fixed_logo
{	display: block; margin: 2px auto; z-index: 15;
}
#top_fixed, #mobile_fixed_top
{	display: none; position: fixed; top: 0px; left: 0px; border-bottom: 2px solid #d9654b;	}


#bot_fixed
{	display: none; position: fixed; bottom: 0px; left: 0px; border-top: 2px solid #d9654b;	}
#top_fixed, #bot_fixed
{	z-index: 10;
	height: 45px;
	width: 100%; margin-left: auto; margin-right: auto;
	background-color: #1bbcb4;
	box-shadow: 0px 0px 10px #000000;
	text-align: center;	}
#mobile_fixed_top
{	z-index: 15;
	height: 45px;
	width: 100%; margin-left: auto; margin-right: auto;
	background-color: #1bbcb4;
	box-shadow: 0px 0px 10px #000000;
	text-align: center;	}
.top_fixed_nav
{	display: block; margin: 0 auto; padding: 0; text-align: center; 
}
.top_fixed_nav ul
{	margin: 0; list-style-type: none; 
}
.top_fixed_nav li
{	display:inline-block; padding: 0 10px; margin: 10px 0 0 0;
	color: #ffffff; font-weight: bold;text-decoration: none;
	cursor: pointer;
	transition: 0.8s;
}
.top_fixed_nav li:hover {transition: 0.8s;color: #d9654b;}
.top_nav, .courses_nav, .footer_nav
{	display: block; margin: 0 auto; padding: 5px; text-align: center; 
}
.top_nav
{	background-color: #fff;
	color: #555555;
}

.courses_nav
{	background-color: #474848;
	color: #fff;
}
.footer_nav
{	margin: 15px 0 30px;
	background-color: #1bbcb4;
	color: #fff;
}
.top_nav ul, .courses_nav ul, .footer_nav ul
{	margin: 0; list-style-type: none; 
}
#mobile_fixed_top a, #mobile_fixed_top p
{	display:inline-block; padding: 0;margin: 12px 0 0 0;
	font-weight: bold;
	cursor: pointer;
}

#bot_fixed a
{	display:inline-block; padding: 0; margin: 10px 0 0 0;
	font-weight: bold;
}
.top_nav li, .courses_nav li, .footer_nav li
{	display:inline-block; padding: 0 10px; margin: 10px 0;
	font-weight: bold;
}	
.bd_r
{	border-right: solid 2px #d9654b;
}
.bd2_r
{	border-right: solid 2px #fff;
}
.top_nav li a, .top_fixed_nav li a,  .courses_nav li a, .footer_nav li a, #mobile_fixed_top a, #bot_fixed a, .breadcrumbs a
{	text-decoration: none;
	transition: 0.8s;
}
.top_nav li a, .top_nav li a:visited
{	color: #555555;
}
.courses_nav li a, .courses_nav li a:visited, .footer_nav li a, .footer_nav li a:visited, #mobile_fixed_top p, #mobile_fixed_top a:visited, #bot_fixed a, #bot_fixed a:visited, .top_fixed_nav a, .top_fixed_nav a:visited
{	color: #fff;
}	
.top_nav li a:hover, .courses_nav li a:hover, .footer_nav a:hover, #mobile_fixed_top a:hover, #bot_fixed a:hover, .top_fixed_nav a:hover
{	transition: 0.8s;
	color: #d9654b;
}
.top_nav li a:active, .courses_nav li a:active, .footer_nav a:active
{	transition: 0.8s;
	color: green;
}
.breadcrumbs
{	font-weight: bold; font-size: 8pt; margin: 0 0 10px 0;
}

/* Mobile Menu */

.sitenav {
	height: 0;
	width: 100%;
	position: fixed;
   	z-index: 20;
	top: 0;
    	left: 0;
    	background-color: #000;
    	overflow-x: hidden;
    	padding-top: 0;
    	border-bottom: 0px solid #fff;}

@media screen and (min-width: 250px) and (max-width: 575px)
{	#mobile_fixed_top
	{	display: inherit !important;}
	#top_fixed, .top_fixed_nav, .top_nav, .courses_nav
	{	display: none !important;	}	
	.top_fixed_nav li, .top_nav li, .courses_nav li, .footer_nav li
	{	font-size:10pt;	}
/* Mobile Menu */
.sitenav a, p.sitenav-close {
	margin-top: 5px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	color: #fff;
	display: block;
	transition: 0.8s;
	cursor: pointer;}
.sitenav a:hover, p.sitenav-close:hover {
	color: #d9654b;}
}

@media screen and (min-width: 575px) and (max-width: 700px)
{	.top_fixed_nav li
	{	margin: 13px 0 0 0;	}	
	.top_fixed_nav li, .top_nav li, .courses_nav li, .footer_nav li, #bot_fixed a
	{	font-size:10pt;	}
/* Mobile Menu */
.sitenav a, p.sitenav-close {
	margin-top: 5px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	color: #fff;
	display: block;
	transition: 0.8s;
	cursor: pointer;}
.sitenav a:hover, p.sitenav-close:hover {
	color: #d9654b;}
}
@media screen and (min-width: 700px) and (max-width: 1000px)
{	.top_fixed_nav li, .top_nav li, .courses_nav li, .footer_nav li
	{	font-size:12pt;	}

/* Mobile Menu */
.sitenav a, p.sitenav-close {
	margin-top: 10px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	text-align: center;
	font-size: 16pt;
	color: #fff;
	display: block;
	transition: 0.8s;
	cursor: pointer;}
.sitenav a:hover, p.sitenav-close:hover {
	color: #d9654b;}
}
@media screen and (min-width: 1000px)
{	.top_nav
	{	margin-top: 0px;	}
	.top_fixed_nav li, .top_nav li, .courses_nav li, .footer_nav li, #bot_fixed a
	{	font-size:12pt;	}
/* Mobile Menu */
.sitenav a, p.sitenav-close {
	margin-top: 10px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	text-align: center;
	font-size: 16pt;
	color: #fff;
	display: block;
	transition: 0.8s;
	cursor: pointer;}
.sitenav a:hover, p.sitenav-close:hover {
	color: #d9654b;}

}

#container_rc a
{	background: #fff;
	margin: 0 0 5px 0;
	font-size: 14pt;
	text-decoration: none;
	color: #d9654b;
	transition: 0.8s;}

a.active	{color: #006600;}
