/*
Theme Name: The Theme
Theme URI: http://astartraining.edu.au/
Description: A Theme for Dean.
Version: 1.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com.au
*/

html, body {
	height: 100%;
}  

body.theme {
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4b4a4c;
}

#wrap {
    height: auto !important;
    margin: 0 auto -268px;
    min-height: 100%;
    padding: 0 0 268px;
    transition: all 0.2s ease 0s;
}

.ellipsis {
	overflow-x: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

.fa-left {
	margin-left: 10px;
}

.theme a {
	color:#f78f1e;
	text-decoration: none;
}

.theme a:hover, .theme a:focus {
	color:#4b4a4c;
	text-decoration: none;
}

.theme table {
	width: 100%;
}

.theme .reset {
	height:100px;
}

.theme .mega-container {
	background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 92px;
    height: auto;
    z-index: 9999;
    width:100%;
    border-top: 1px solid #f7f7f7;
    display:none;
}

.theme .mega-item {
	 border-right: 1px solid #f7f7f7;
	 margin:8px 0;
}

.theme .mega-item:last-child {
	 border-right: 1px solid #fff;
}

.theme .mega-item h5 {
	 margin-top: 0;
}

.theme .mega-item i {
	color: #999;
	font-size: 36px;
	font-weight: 100;
	cursor: pointer;
}

.theme .mega-item i:hover {
	color: #212121;
}

.theme .navbar {
	min-height: 100px;
	margin-bottom: 0;
}

.nav-login {
    position: absolute;
    right: 15px;
    top: 2px;
    font-size: 24px;
}

.nav-login a:hover,
.nav-login a:focus {
	color: #666;
}

.nav-number {
    position: absolute;
    right: 15px;
    top: 40px;
    font-size: 16px;
    font-weight: 600;
    color:#666;
    text-transform: uppercase;
}

.nav-number a {
    color:#666;
    font-size: 18px;
}

.nav-number a:hover,
.nav-number a:focus {
    color:#212121;
}

.theme .navbar-brand a {
	margin-top: 0px;
}

.theme .navbar-header a {
    padding:0 14px 0 14px;
    color:#f0f0f0;
    transition: all 0.2s ease 0s;
}

.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
    color:#fff;
    text-shadow: 0px 0px 12px rgb(130, 189, 146);
}

.theme .navbar-default {
    background-color: rgba(255,255,255,0.9);
    background-image: none;
    border:none;
    transition: all 0.5s ease 0s;
}

.theme .navbar-default .navbar-toggle {
    margin: 24px 14px 0 0;
    float:left;
    padding: 12px;
    border-color: #403c5d;
}

.theme .navbar-default .navbar-toggle:hover,
.theme .navbar-default .navbar-toggle:focus {
    background-color: #eee;
}

.theme .navbar-default .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 24px;
    background-color: #403c5d;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 24px;
}

.theme .navbar-default .navbar-nav { 
    margin-top: 64px;
}

.theme .navbar-default .navbar-nav > li > a {
    color:#666;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
	font-weight: 600;
	padding: 10px 15px;
}

.theme .navbar-default .navbar-nav > li > a:hover,
.theme .navbar-default .navbar-nav > li > a:focus
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus {
	color:#222;
}

 
.theme .front-page .navbar-default .navbar-nav > li > a:hover,
.theme .front-page .navbar-default .navbar-nav > li > a:focus
.theme .front-page .navbar-default .navbar-nav > .active > a:hover,
.theme .front-page .navbar-default .navbar-nav > .active > a:focus {
	color:#fff;
    text-shadow: 0px 0px 22px rgb(255, 252, 255);
}

.theme .navbar-default .navbar-nav > .active > a,
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus { 
    background:none;
	box-shadow: none;
	background-color: transparent;
    color:#f78f1e;
}

.theme .navbar-default .navbar-nav > .open > a, 
.theme .navbar-default .navbar-nav > .open > a:hover, 
.theme .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #212121;
}

.theme .dropdown-menu > .active > a, 
.theme .dropdown-menu > .active > a:focus, 
.theme .dropdown-menu > .active > a:hover {
    background-color: #a2a1a6;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
/*
.theme .navbar-nav > li > .dropdown-menu {
    left: 0;
    margin-top: 100px;
	
}

.theme .dropdown-menu > li {
	float: left;
    text-align: center;
    width: 20%;
}

.theme .dropdown-menu > .active > a, 
.theme .dropdown-menu > .active > a:hover, 
.theme .dropdown-menu > .active > a:focus {
    background-color: #357ebd;
    background-image: linear-gradient(to bottom, #ed1b24 0px, #ce1820 100%);
    background-repeat: repeat-x;
}
*/
.breadcrumb-container {
    padding-top: 12px;
    padding-bottom: 10px;
    color:#555;
    font-size: 12px;
}

.breadcrumb-container a,
.breadcrumb-container span {
    color:#777;
    padding:4px;
}

.breadcrumb-container a:hover {
    color:#33b5cc;
}

.breadcrumb-container i {
    font-size: 10px
}

.header-container {
    height: 200px;
    margin-top: 116px;
    color:#fff;
    background-color: #a2a1a6;
    background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.header-container h1,
.subheader-container h1 { 
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 1);
}

.subheader-container {
    height: 200px;
    padding: 64px 0;
    color:#fff;
    background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.header-container h1 { 
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 1);
	margin-top: 70px;
}

.sliders {
	width:100%;
	height: 360px;
	transition: all 0.2s ease 0s;
	margin-top: 116px
}

.slide {
	width:100%;
	height: 360px;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;
    border-radius: 4px;
}

.home-underlay {
	position: absolute;
	width:50%;
	height: 360px;
	background-image: linear-gradient(to right, rgba(33, 33, 33, 1), rgba(33, 33, 33, 0));
	border-radius: 4px;
}

.home-tag {
	color:#fff;	
	width:100%;
    padding: 0 0 0 12px;
    position: absolute;
}

.home-tag .home-title p {
	margin:0;
	line-height: 1;
}

.home-tag-md {
	top: 36%;
	margin-top:-86px;
	max-width: 40%;
}

.home-tag-md .home-title {
	font-size:36px;
}

.home-tag-md .home-text {
	font-size: 18px;
	margin-top:20px;
}

.home-tag-sm {
	top: 50%;
	margin-top:-82px;
	max-width: 50%;
}

.home-tag-sm .home-title {
	font-size:26px;
}

.home-tag-sm .home-text {
	font-size:16px;
	margin-top:10px;
}

.home-tag-xs {
	top: 50%;
	margin-top:-62px;
	max-width: 60%;
}

.home-tag-xs .home-title {
	font-size:26px;
}

.home-tag-sm .home-text {
	font-size:16px;
	margin-top:10px;
}

.section-container {
    padding-bottom: 40px;
}

.page-container h5 {
	color:#f78f1e;
	font-size: 16px;
}

.section-container {	
	margin-bottom: 1px;
}

/*.section-container:nth-child(odd) {
	background-color: #f7f7f7;
	border-color: 1px solid #f9f9f9;
}*/

.section-post {
	margin: 15px 0 0 0;
	background-color: #fff;
	border: 1px solid #ddd;
	padding-top: 1px;
	position: relative;
	color:#666;
	border-radius: 4px;
	transition: all 0.4s ease 0s;
}

.section-post .section-body {
	padding: 5px 15px 15px 15px;
}

.section-post .section-body h4{
	text-transform: uppercase;
}

.section-overlay {
	position: absolute;
	opacity:0.3;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
}

.section-overlay:hover {
	opacity:0.0;
}

.section-container .course-apply,
.section-container .read-more {
	margin-bottom: 30px;
}

.section-container .course-apply a,
.section-container .read-more a {
	display:inline-block;
	padding:6px;
	background-color: #a2a1a6;
	width:50%;
	text-align: center;
	color:#fff;
	font-weight: bold;
}

.section-container .course-apply a:nth-child(odd) {
	background-color: #c5c4c9;
}

.section-container .course-apply a:hover,
.section-container .read-more a:hover {
	background-color: #f78f1e;
}
.section-container .read-more a {
	width: 100%;
}

.center-image,
.square-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}

.responsive {
	padding:20px 32px;
}

.subheader-image {
	height:200px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}

.course-container {
	padding-bottom: 20px;
}

.course-container:nth-child(odd) {
	background-color: #f7f7f7;
}

.course-container .course-post,
.post-container .course-post {
	border:1px solid #ddd;
	position: relative;
}

.course-container .course-post .course-tag {
	padding:6px 20px;
	background-color: #ff4d00;
	color:#fff;
	font-weight: bold;
	position: absolute;
	top:5px;
	left:5px;
}

.course-container .course-post .course-body {
	padding:0 12px 6px 12px;
}

.course-container .course-post .course-body h4 {
	text-transform: none;
}

.course-container .course-post .course-body p {
	padding-top:6px;
}

.course-container .course-apply a {
	display:block;
	padding:6px;
	background-color: #f78f1e;
	width:100%;
	text-align: center;
	color:#fff;
	font-weight: bold;
}

.course-container .course-apply a:hover {
	background-color: #999;
	color:#fff;
}

.content-body {
	display: none;
}

.content-body ul,
.page-container ul {
	padding-left: 16px;
}

.page-container li {
	padding-bottom: 8px;
}

.content-body th,
.content-body td {
	line-height: 1.2;
    padding: 6px;
    vertical-align: top;
}

.news-row {
	padding:20px;
	transition: all 0.2s ease 0s;
}

.subscribe-container {
	background-color: #ddd;
	color:#555;
	padding:50px;
}

.subscribe-container h4 {
	color:#212121;
}

.subscribe-container h4 span {
	color:#ff4d00;
}

.subscribe-container h4 i.fa.pull-left {
	font-size: 52px;
	margin-right: 20px
}

.subscribe-container p {
	padding:0 70px;
}

.help-container {
	background-color: #fbfbfb;
    border-top: 1px solid #f0f0f0;
	color:#555;
	padding:30px 0 0;
}

.help-container h1 {
	margin-bottom: 20px;
    margin-top: 10px;
}

.help-container .help-text {
	padding-bottom: 20px;
}

.page-container,
.contact-container {
	padding-top:15px;
}

.page-container .form-control,
.contact-container .form-control {
	color:#555;
	padding:8px;
	font-size: 13px;
	height: inherit;
	margin-bottom: 6px
}

.contact-container h4 {
	margin-top:0px;
}

.footer-container {
	background-color: #212121;
	color:#ccc;
	padding:12px;
	font-size: 14px;
}

.footer-container h3 {
	color:#fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
    margin-top: 10px;
}

.footer-container ul {
	list-style-type: none;
    padding-left: 0;
	color:#ddd; 
}

.footer-container a {
    color:#fff;
    margin:10px 0;
}

.footer-container a:hover,
.footer-container a:focus {
	color:#ccc;
	text-decoration: none;
}

.footer-container i {
	float:left;
	font-size: 18px;
	margin-right: 10px;
	color: #ddd;
	width:30px;
	text-align: center;
}

.footer-container .menu-item {
	padding:4px 0;
}

.footer-container input {
	border: 1px solid #666;
    color: white;
    height: 40px;
    line-height: 40px;
    padding:4px 12px;
    background-color: transparent;
    border-radius: 2px;
    margin-bottom: 8px;
    box-shadow: none;
    width:100%
}

.footer-container button {
	border: none;
    color: #fff;
    height: 40px;
    padding:4px 12px;
    background-color: #666;
    border-radius: 2px;
    margin-bottom: 8px;
    box-shadow: none;
    width:100%
}

.footer-container button:hover,
.footer-container button:focus {
    background-color: #f78f1e;
    color: #fff;
}

.footer-container input:focus {
    background-color: #666;
    border-color: #777;
}

.footer-container .footer-box {
	min-height:140px;
}

.footer-container hr {
	border-color: #444;
}

.credit-container,
.copy-container {
	background-color: #212121;
	color:#ddd;
	padding-top:20px;
	padding-bottom: 10px;
	font-size: 14px;
}

.credit-container .container {
	border-bottom: 1px solid #444;
}

.credit-container .navbar-nav {
	list-style: none;
	padding-left:20px;
}

.credit-container .navbar-nav > li > a {
	padding:0 16px;
}

.credit-container a,
.copy-container a {
	color:#ddd;
	text-decoration: none;
}

.credit-container a:hover, 
.credit-container a:focus,
.copy-container a:hover, 
.copy-container a:focus {
	color:#fff;
	text-decoration: none;
}

.credit-container p {
	margin-bottom: 20px;
}

.copy-container .container {
	border-top: 1px solid #444;
}

.copy-container p {
	padding-top: 20px;
}

.relative {position: relative;}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignright {
    margin-left:10px;
}

img.alignleft {
    margin-right:20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.input-highlight {
	outline: 1px solid #ffcc00;
	background-color: #fef9e3 !important;
}

.sidebar ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: 32px;
	padding-left: 0;
}

.sidebar ul > li {
	font-size: 13px;
    height: 42px;
    line-height: 1.1;
    padding-left: 8px;
}

.sidebar ul > li i {
	font-size:24px;
	width:34px;
	height:32px;
	color: #f78f1e;
}


.ui-widget-content a.submit_anchor, 
.ui-widget-content a.button,
a.button,
.do-apply,
.do-enquire {
	background-color: #a2a1a6;
	color:#fff;
	text-decoration: none !important;
    -webkit-border-radius:4px;
   	-moz-border-radius:4px;
   	border-radius:4px;
    margin: 0 auto;
    padding: 6px 20px  !important;
    border: solid 1px #a2a1a6;
    cursor: pointer;
}

.ui-widget-content a.submit_anchor:hover, 
.ui-widget-content a.button:hover,
a.button:hover,
.do-apply:hover,
.do-enquire:hover,
.ui-widget-content a.submit_anchor:focus, 
.ui-widget-content a.button:focus,
a.button:focus,
.do-apply:focus,
.do-enquire:focus {
	background-color: #f78f1e;
	color:#fff;
	border: solid 1px #f78f1e;
}

@media (max-width: 767px) {
	.home-underlay, .sliders, .slide {
		height: 220px;
	}
	.slide {
		background-position: center center;
	}

}

