/*==========================================================================

	Template Elements Stylesheet

===========================================================================*/

	/* [Global Template Styles] */

	body
	{
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	p.lead
	{
		font-family: 'Arial', sans-serif;
	}

	h1
	{
	margin: 0 0 20px 0;
	padding: 0;
	color: #EC1E79;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	}

	h2
	{
		color: #BED630;
		font-size: 26px;
		font-weight: 500;

	}

	h3
	{
		color: #26376B;
		font-size: 18px;
		font-weight: 700;


	}

	h4
	{
		color: #BED630;
		font-size: 14px;
		font-weight: 500;

	}
	h5
	{
	color: #26376B;
	font-weight: normal;
	}

	a
	{
		color: #80CEF3;
	}

		a:hover
		{
			color: #BED630;
		}

	p.lead
	{
		font-weight: 300;
		font-size: 18px;
	}

	p
	{
		margin-bottom: 20px;
			
			
	}
			p.fineprint
	{

	font-size: 12px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	}


	a.btn-enrol
	{
		display: block;

		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}

		a.btn-enrol:hover
		{
			opacity: 0.7;
		}

	.row-spaced
	{
		margin-bottom: 30px;
	}

	/* Large desktop */
	@media (min-width: 1200px) {

	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {

	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		body
		{
			padding: 0;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Header Template Styles] */

	.header
	{
	width: 100%;
	margin: 30px 0;
	box-sizing: border-box;
	text-align: center;
	}

		.header .h-logo
		{
	text-align: center;
		}


	/* Large desktop */
	@media (min-width: 1200px) {
		.header .h-action
		{
			padding-top: 100px;
		}
	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.header .h-action
		{
			padding-top: 45px;
		}
	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.header
		{
			padding: 0 20px;
		}

		.header .h-logo
		{
			text-align: center;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Navigation Template Styles] */

	.navigation
	{
	width: 100%;
	box-sizing: border-box;
	padding: 16px 0;
	position: relative;
	background-size: cover;
	background-color: #26376B;
	}

		.navbar
		{
			margin: 0;
			box-sizing: border-box;

			border-left: 1px solid #ffffff;
			border-right: 1px solid #ffffff;
		}

		.navbar-inner
		{
			min-height: 10px;
		}

		.navbar .nav
		{
			margin: 0;
		}

		.navbar .nav li
		{
			border-right: 1px solid #ffffff;
		}

			.navbar .nav li:last-child
			{
				border-right: none;
			}

		.navbar .nav > li > a
		{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 18px;
	text-shadow: none;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
		}

		.navbar .nav > .active > a,
		.navbar .nav > .active > a:hover,
		.navbar .nav > .active > a:focus
		{
			background-color: transparent;
			box-shadow: none;

			text-shadow: none;
			color: #80CEF3;
			font-weight:600
		}

		.navbar .nav > li > a:focus,
		.navbar .nav > li > a:hover
		{
			text-decoration: none;
			color: #BED630;
		}

		.navbar .btn-navbar
		{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0;
	border: 1px solid #ffffff;
	border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 25px;
	text-shadow: none;
	text-align: center;
	cursor: pointer;
		}

		.navbar .btn-navbar:hover,
		.navbar .btn-navbar:focus,
		.navbar .btn-navbar:active,
		.navbar .btn-navbar.active,
		.navbar .btn-navbar.disabled,
		.navbar .btn-navbar[disabled]
		{
			background-color: transparent;

			text-decoration: underline;
			cursor: pointer;
		}

		.nav-collapse .nav > li > a:hover,
		.nav-collapse .nav > li > a:focus,
		.nav-collapse .dropdown-menu a:hover,
		.nav-collapse .dropdown-menu a:focus
		{
			background-color: transparent;
		}

	/* Large desktop */
	@media (min-width: 1200px) {
		.navbar .nav > li > a
		{
			padding: 5px 50px;
		}
	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.navbar
		{
			border: none;
		}

		.nav-collapse
		{
			padding-top: 10px;
		}

		.navbar .nav li
		{
			border-right: none;
		}

		.navbar .nav > li > a
		{
			padding: 15px 0;

			border-top: 1px dashed #ffffff;

			text-align: center;
		}
	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.navigation
		{
			padding-left: 20px;
			padding-right: 20px;
		}

		.navbar
		{
			border: none;
		}

		.nav-collapse
		{
			padding-top: 10px;
		}

		.navbar .nav li
		{
			border-right: none;
		}

		.navbar .nav > li > a
		{
			padding: 15px 0;

			border-top: 1px dashed #ffffff;

			text-align: center;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}


/*=========================================================================*/

	/* [Page Template Styles] */

	#subpage .page
	{
		padding-top: 30px;

		background-image: url(../images/bg-page.jpg);
		background-repeat: no-repeat;
		background-position: top right;
	}

	.page .container
	{
		padding: 0 0 60px 0;
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	.column-news
	{
		width: 100%;
		padding-left: 30px;
		box-sizing: border-box;

		background-image: url(../images/bg-transparent-80.png);
		border-left: 1px dashed #808080;

		font-size: 12px;
		line-height: 1.4em;
	}

		.column-news h2
		{
			margin: 0;

			line-height: 1.4em;
		}

		.column-news h3
		{

			font-weight: bold;
			font-size: 14px;
			line-height: 1.2em;
			font-family: arial;
		}

		.column-news .row-fluid
		{
			margin-bottom: 15px;
			border-bottom: 1px dashed #808080;
		}

		.column-news .row-fluid:last-child
		{
			margin-bottom: 0;

			border-bottom: none;
		}

	/* Large desktop */
	@media (min-width: 1200px) {

	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {

	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		#subpage .page
		{
			background-image: none;
		}

		.page
		{
			padding: 0 20px;
		}

		.column-news
		{
			padding: 0;

			border-left: none;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Page Template Styles] */

	.footer
	{
	padding: 42px 0 30px 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	font-size: 13px;
	background-color: #26376B;
	}

		.footer ul
		{
			margin: 30px 0 0 0;
			padding: 0;

			list-style-type: none;
		}

			.footer ul li
			{

			}

		.footer a
		{
			color: #ffffff;
		}

		.footer p
		{
			margin-top: 30px;
		}

		.footer .btn-enrol
		{
			margin-top: 50px;
		}

		.footer .f-logo
		{
			text-align: right;
		}

			.footer .f-logo a
			{
				display: block;
				margin-top: -105px;
				position: relative;
			}


	/* Large desktop */
	@media (min-width: 1200px) {

	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.footer ul
		{
			margin: 8px 0 0 0;
		}

		.footer ul li
		{
			margin: 0 30px 0 0;
		}

		.footer a
		{
			font-size: 12px;
		}
	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.footer
		{
			padding: 25px 20px 20px 20px;

			text-align: center;
		}

		.footer .f-logo a
		{
			padding-top: 20px;
			margin: 0;

			text-align: center;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Nivo Slider Styles] */


	.theme-default .nivoSlider{
		position: relative;
		background: #fff url(../images/loading.gif) no-repeat 50% 50%;
    	margin-bottom: 10px;
	}

	.theme-default .nivoSlider img
	{
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
	}

	.theme-default .nivoSlider a
	{
		border: 0;
		display: block;
	}

	.theme-default .nivo-controlNav
	{
		margin-top: -70px;
		text-align: center;
		padding: 20px 0;
		position: relative;
		z-index: 1000;
	}

	@media (max-width: 767px) {
		.theme-default .nivo-controlNav
		{
			display: none;
		}
	}

	.theme-default .nivo-controlNav a
	{
		display: inline-block;
		width: 22px;
		height: 22px;
		background: url(../images/bullets.png) no-repeat;
		text-indent: -9999px;
		border: 0;
		margin: 0 2px;
	}

	.theme-default .nivo-controlNav a.active
	{
		background-position: 0 -22px;
	}

	.theme-default .nivo-directionNav a
	{
		display: block;
		width: 30px;
		height: 30px;
		background: url(../images/arrows.png) no-repeat;
		text-indent: -9999px;
		border: 0;
		opacity: 0;
		-webkit-transition: all 200ms ease-in-out;
	    -moz-transition: all 200ms ease-in-out;
	    -o-transition: all 200ms ease-in-out;
	    transition: all 200ms ease-in-out;
	}

	.theme-default:hover .nivo-directionNav a
	{
		opacity: 1;
	}

	.theme-default a.nivo-nextNav
	{
		background-position: -30px 0;
		right: 15px;
	}

	.theme-default a.nivo-prevNav
	{
		left: 15px;
	}

	.theme-default .nivo-caption
	{
	    font-family: Arial, sans-serif;
	}

	.theme-default .nivo-caption a
	{
	    color: #fff;
	    border-bottom: 1px dotted #fff;
	}

	.theme-default .nivo-caption a:hover
	{
	    color: #fff;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled
	{
		width: 100%;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled a
	{
		width: auto;
		height: auto;
		background: none;
		margin-bottom: 5px;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled img
	{
		display: block;
		width: 120px;
		height: auto;
	}
