/* main styles */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	font-size:100%;
	color: #444;
	background-color: #fff;
}
body, p, div, li, ol, dl, td, em, pre, blockquote, textarea, input, td {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #171c1e;
	font-family: 'Anton', sans-serif;
	font-weight:400;
}
strong, b {
	font-weight:600;
}
h1 {
	font-size:220%;
}
h2 {
	font-size:180%;
}
h3 {
	font-size:160%;
}
h4 {
	font-size:140%;
}
h5 {
	font-size:120%;
}
h6 {
	font-size:110%;
}
h1 {
	padding-top:8px;
	padding-bottom:8px;
}
h2 {
	padding-top:8px;
	padding-bottom:8px;
}
h3 {
	padding-top:8px;
	padding-bottom:8px;
}
h4 {
	padding-top:8px;
	padding-bottom:6px;
}
h5 {
	padding-top:4px;
	padding-bottom:4px;
}
h6 {
	padding-top:4px;
	padding-bottom:4px;
}
p {
	line-height:1.5em;
	padding:4px 0px 6px 0;
}
#content p {
	padding:10px 0px 8px 0;
}

a {
	color:#9c7d26;
	text-decoration:none;
}
a:hover {
	color:#9c7d26;
	text-decoration:underline;
}
hr {
   border: 0;
   height: 0; 
   border-top: 1px solid rgba(0, 0, 0, 0.2);
   border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	 }
img {
	max-width:100%;
	height:auto;
	border:none;
}
ul {
	padding:0;
	margin:0;
	}
ul {
	padding-top:5px;
	padding-bottom:5px;
	margin-left:20px;
}
.floatLeft {
	float:left;
	width:100%;
	}
.clear {
	clear:both;
	width:100%;
}
.displayNone {
	display:none !important;
	}

/* == Begin main design styles ====================================== */

.innerWidth {
	width:80%;
	}
	

#container {
	position: relative;
	margin: auto;
	width:100%;
	max-width:1920px;
	transition:  all 0.3s ease;
	}

	
#head01 {
	position: relative;
	float:left;
	width: 100%;
	background-color:#171c1e;
	margin: auto;

	}
/*  fixed head top when scrolling */
.f-head {
	z-index: 9999;
	position: fixed!important;
	top: 0!important;
	left: 0;
	right: 0;
	/* box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5); */
	}
	
	
#head01Inner {
	position: relative;
	margin:auto;
	}

#logo {
	float:left;
	margin:15px 0 0 2px;
	transition:all 0.3s ease;
}
#logo img {
	width:447px;
	height:123px;
	transition:all 0.3s ease;
	}
/* on scroll */	
.logo_pad {
	margin:8px 0 0 2px!important;
	}
.logo_shrink img {
	width:291px!important;
	height:80px!important;
	}
/* toplinks and main nav float right */
#headRightPos {
	float:right;
	padding-right:0px;
	text-align:right;	
	}
	
#topLinks {
	float:right;
	padding:24px 0px 0 0px;
	transition:all 0.3s ease;
	}
/* on scroll */
.topLinks_pad {
	padding:35px 0px 0 0px!important;
	}
	
#topLinks a {
	color:#d8ae38;
}
#topLinks a:hover {
	color:#fff;
	text-decoration:none;
}
#t-call, #t-fb {
	position: relative; 
	float:left;
	margin:0px 20px 0px 20px;
	}
#t-yt  {
	position: relative; 
	float:left;
	margin:0px 10px 0px 0px;
	}	
/* font awesome icon size */
#t-fb a,#t-yt a {
	font-size:24px;
	color:#d8ae38;
	}
#t-fb {
 	padding-top:1px;
	}
#t-call,#t-call a {
	padding-top:0px;
	font-family: 'Anton', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#d8ae38;
	}



#mainTitle {
	position:relative;
	clear:right;
	float:right;
	margin:8px 10px 0 0;
	transition:all 0.3s ease;
	}	
#mainTitle h1 {
	font-size: 24px;
	color: #d8ae38;
	}


/* content banner */
#bannerWrapperC {
	clear:both;
	position:relative;
	width:100%;
	height:450px;
	background-color:#FFF;
	background-image: url(../images/sch_adelaideHelicopter_photo.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	/*  background-attachment: fixed; */
	background-position:center top;
	z-index:2;
	}

/* on scroll offset sticky header */
.banner_pad {
	margin-top:150px;
	}
	

	
/* used on content tables */
.width30 {
	width:30%;
	margin-bottom:20px;
}
.width33 {
	width:33%;
	margin-bottom:20px;
}
.width67 {
	width:67%;
	margin-bottom:20px;
}
.margR3 {
	margin-right:3%;
	}


/* content templates */	
#contentArea {
	clear:both;
	position: relative;
	margin: auto;
	padding-top:20px; 
	width:100%;
	background:#fff;
	}
#contentBlock {
	position: relative;
	margin: auto;
	}
		
#headTitleBG {
	float:left;
	width:100%;
    background-color:#171c1e;
	color:#fff;	 
	transition:all 0.7s ease;	
	}

#pageTitle {
	float:left;		
	margin:0;padding:0;
	font-weight:400;
	font-size:24px;
	padding: 10px 0px 6px 30px;
	color:#fff;
	transition:all 0.3s ease;
	}	

	
#content {
	float:left;
	width:100%;
	padding:20px 30px 40px 30px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	}



/*======================*/
/* footer */
#footerOut01 {
	clear:both;
	position: relative;
	float:left;
	width:100%;
	transition:all 0.3s ease;
	background-color:#fff;
	}
#footerIn01 {
	position: relative;
	margin:auto;
	max-width:1920px;
	transition:all 0.3s ease;
	background-color:#fff;
	color:#333;
	}
#footFloat {
	float:left;
	width:100%;
	background-color:#fff;
}

#footCol01 {
	float:left;
	margin: 50px 0 40px 0;
	padding:10px 30px 20px 10px;
	transition:all 0.3s ease;
	color:#333;
	}
#footCol02 {
	float:right;
	margin: 50px 0 40px 0;
	padding:10px 30px 20px 10px;
	transition:all 0.3s ease;
	color:#333;
	}

.footCols h4 {
	color:#333;
	margin:0; padding:0;
	padding-top:10px;
	padding-bottom:20px;
}
.footCols p {
	line-height:1.1em;
	padding:0;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	color:#333;
}
.footCols a {
	color:#333;
	text-decoration:none;
}
.footCols a:hover {
	color:#333;
	text-decoration:underline;
}

#footLinks {

	}

a.phNumbers:link, a.phNumbers:visited {
	cursor:pointer
}
a.phNumbers:hover {
	cursor:pointer
}



/* top of page link */
.cd-top {
	display:inline-block;
	height:60px;
	width:60px;
	position:fixed;
	bottom:80px;
	right:20px;
	z-index:1000;
	border-radius:50%;
	border:2px solid #FFF;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background-image:url('../images/sch_topBtn.png');
	background-color:#171c1e;
	background-position:center 50%;
	background-repeat:no-repeat;
	background-size:24px 24px;
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity .3s 0s, visibility 0s .3s;
	-moz-transition:opacity .3s 0s, visibility 0s .3s;
	transition:opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
  visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .9;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@media only screen and (min-width: 800px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
} /* end media */
@media only screen and (min-width: 1024px) {
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 100px;
}

} /* end media */

@media only screen and (max-width: 1540px), only screen and (max-device-width: 1540px) {	
.innerWidth {
	width:90%;
	}
	
#logo {
	margin:10px 0 10px 2px;
	}
#logo img {
	width:340px;
	height:93px;
	}
	
		
} /* end media */	
@media only screen and (max-width: 1390px), only screen and (max-device-width: 1390px) {	
.innerWidth {
	width:98%;
	}
#topLinks {
	padding:54px 0px 0 0px;
	}
#mainTitle {
	display:none;
	}			
} /* end media */

	
@media only screen and (max-width: 1090px), only screen and (max-device-width: 1090px) {

#t-yt  {
	margin:0px 0px 0px 0px;
	}	


/* toplinks  float right */
#headRightPos {
	float:right;
	padding-right:0px;
	text-align:right;	
	}

.f-head {
	position: relative!important;
	top: 0!important;
	}	
#bannerWrapperC {
	width:100%;
	height:255px;
	background-size:1090px 255px;
	}
/* on scroll offset sticky header */
.banner_pad {
	margin-top:0px;
	}

	
#contentArea {
	padding-top:20px;
	}

	
#footCol01,#footCol02,#footCol03 {
	float:none;
	clear:both;
	margin: 20px 0 20px 0;
	padding:10px 10px 20px 10px;
	width:100%;
	min-height:auto;
	}
	
	
} /* end media */

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px)
{
	
#bannerWrapperC {
	width:100%;
	height:188px;
	background-size:800px 188px;
	}
	
#pageTitle {
	padding: 10px 0px 6px 15px;
	}	
#content {
	padding:20px 15px 30px 15px;
	margin-bottom:20px;
	}
	
/* used on content columns? */
.width30,.width33, .width67 {
	width:100%;
	}
.margR3 {
	margin-right:0;
	}
	
		
} /* end media */



@media only screen and (max-width: 660px), only screen and (max-device-width: 660px)
{
	

#head01Inner {
	position: relative;
	margin:auto;
	text-align:center;	
	}
#logo {
	float:none;
	clear:both;
	display:inline-block;
	margin:10px 0 6px 0px;
}
#logo img {
	width:280px;
	height:77px;
	}
	
/* toplinks and main nav float right */
#headRightPos {
	float:none;
	text-align:center;	
	}
	
#topLinks {
	float:none;
	clear:both;
	display:inline-block;
	margin:auto;
    padding: 20px 0px 20px 0px;
	text-align:center;
	}
#t-call,#t-yt  {
	margin:0px 0px 0px 0px;
	}

} /* end media */

@media only screen and (max-width: 568px), only screen and (max-device-width: 568px) {

#bannerWrapperC {
	width:100%;
	height:133px;
	background-size:568px 133px;
	}
	
} /* end media */


@media only screen and (max-width: 440px), only screen and (max-device-width: 440px)
{
#t-fb,#t-yt  {
	display:none;
	}
	
} /* end media */
