/*
Theme Name: ihBrisbane theme by Web3 Brisbane
Theme URI: http://web3.com.au
Description: Trisense is a feature-rich and flexible responsive WordPress theme. With the theme's extensive pre-built layouts and options, you can create anything from a simple personal blog to a powerful business website with little to no coding knowledge or experience. Create stunning mobile and tablet compatible websites quickly and easily with the Trisense theme by STUDIO-V.
Author: Web3 Brisbane Web Design
Author URI: http://web3.com.au
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3..html
Version: 1.0
* This theme can be used for commercial or non-commercial use as long as it is not redistributed or sold in any way.
* Copyright 2013 Web3
* Based off the Trisense Responsive WordPress Theme by Web3
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
/* ================================================
	! normalize.css v2.1.1 | MIT License | git.io/normalize
=================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
html {background: #fff;color: #000;font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body {margin: 0;}
a:focus {outline: thin dotted;}
a:active,a:hover {outline: 0;}
h1 {font-size: 2em;margin: .67em 0;line-height:1em;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
mark {background: #ff0;color: #000;}
code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em;}
pre {white-space: pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: .35em .625em .75em;}
legend {border: 0;padding: 0;}
button,input,select,textarea {font-family: inherit;font-size: 100%;margin: 0;}
button,input {line-height: normal;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
textarea {overflow: auto;vertical-align: top;}
table {border-collapse: collapse;border-spacing: 0;}

/*
 * HTML5 Boilerplate thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team.
 * Base styles: opinionated defaults
 */
html,button,input,select,textarea {color: #222;}
html {
	background: url(http://www.ihbrisbane.com.au/wp-content/uploads/2013/08/bg-body_04.png) repeat;
	margin:0px;
}
body {
	margin:0px;
	background: url(http://www.ihbrisbane.com.au/wp-content/uploads/2013/08/bg-body.png) top repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #646464;
}
.body_inner {background: url(http://www.ihbrisbane.com.au/wp-content/uploads/2013/08/inner_body_bg.png) top repeat-x;}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {vertical-align: middle;}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {resize: vertical;}
.chromeframe {margin: .2em 0;background: #ccc;color: #000;padding: .2em 0;}

/* ================================================
	CUSTOM Font
=================================================== */
@font-face {
	font-family: 'Arvo';
	font-style: normal;
	font-weight: 400;
	src: local('Arvo'), url(http://themes.googleusercontent.com/static/fonts/arvo/v5/BM-nqL-L5PgjKPDNaleWB_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

/* ================================================
	CUSTOM CSS
=================================================== */
.site_container {
	width:100%;
	background: url(images/bg-header-top.png) top repeat-x;
}

.intro_header {z-index:2000;}
.logo {
	width:331px;
	height:106px;
}
.logo a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.logo a:hover {opacity: .7;}
.main_nav {
	float: right;
	position: relative;
	margin-top:-60px;
	z-index:-1
}
.main_nav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.main_nav ul li {
	float: left;
	border-right: 1px solid #c9c9c9;
}
.main_nav ul li a {
	display:block;
	padding: 23px 9px 23px 9px;;
	padding-bottom:20px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#003e7e;
	text-decoration:none;
}
.main_nav ul li a:hover {
	background: #efefef;
	position:relative;
	top:-1px;
}
#mobile-nav {display: none; margin-top: 22px; float: none !important;}
#mobile-nav select {min-width:300px;padding:5px;}
/* LEVEL ONE */
ul.dropdown { position: relative;}
ul.dropdown li:hover { position: relative;}
/* LEVEL TWO */
ul.dropdown ul { width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; margin-top:0px;}
ul.dropdown ul li { font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; float: none;}
ul.dropdown ul li a { border-right: none; width: 100% !important; display: inline-block; padding-top:10px; padding-bottom:10px;}
ul.dropdown ul li a:hover { border-right: none; width: 92% !important; display: inline-block; color: gray !important; top:0 !important;}
/* LEVEL THREE */
ul.dropdown ul ul { left: 100%; top: 0;}
ul.dropdown li:hover > ul {visibility: visible;}
.intro_welcome_buttons .two.columns {width: 146px !important;}
.intro_topbanner_wrapper {
	margin:auto;
	z-index:-1;
}
.content_body_wrapper {
	background: url(images/bg-contentbody.png) top no-repeat;
	margin:auto;
	margin-top:-207px;
	z-index:1000;
	position:relative;
}
.content_body {
	background: url(images/bg-intro_contentbody_full.gif) top no-repeat #f2f2f2;
	margin: auto;
	height: 727px;
	position: relative;
	top: 16px;
	margin-bottom: 5px; /* UPDATE BY ALS DESIGNER 1 JUNE 2013 - from 10px to 5px */
}
.intro_welcome {padding-left: 24px;}
.intro_welcome_buttons {margin-top: 16px;}


@-moz-document url-prefix() {
    .intro_welcome_buttons {margin-top: 15px;}
}

.intro_welcome h1 {
	font-family: 'Arvo', serif;
	font-weight:100;
	font-size:2.3em; /* UPDATE BY ALS DESIGNER 1 JUNE 2013 - from 2.5em to 2.3em */
	color:#7a7a7a;
	padding-top:43px; /* UPDATE BY ALS DESIGNER 1 JUNE 2013 - from 68px to 55px */
	margin-bottom: 12px;
}
.intro_welcome p {padding-bottom: 22px;
font-size: 1.2em;
line-height: 137%;
font-family: verdana, arial;}

.intro_welcome_container {height:191px;}

.intro_welcome a {color:#003e7e;}
.intro_welcome_buttons_mobile {display: none;}
.intro_welcome_buttons span {}
.intro_welcome_buttons span a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.intro_welcome_buttons span a:hover {
	opacity: .8;
	position:relative;
	top:-2px;
}
#intro_videos_photos {padding-top: 37px; float: right;max-height: 380px;}
#intro_bottom_row {padding-left: 14px;}
#intro_bottom_row figure {
	float:left;
	padding-top:36px;
}
#intro_bottom_row figcaption {
	font-size:1em;
	font-family:arial,verdana;
	color:gray;
	padding-top:6px;
}
#intro_bottom_row figure a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#intro_bottom_row figure a:hover {opacity: .8;}
.intro_brochure_slider {
	margin-right:-10px!important;
	width:157px;
	float:right !important;
	padding-top:34px;
	position:relative;
	max-height: 270px;
	overflow: hidden;
}
footer {
	width:1041px;
	background: url(images/bg-footer.png) top no-repeat; 
	margin: 6px auto 0 auto; /* UPDATE BY ALS DESIGNER 1 JUNE 2013 - from -7px to 6px */
}
.footer_nav_heading a {
	font-family: 'Arvo', serif;
	font-weight:lighter;
	font-size:1.2em;
	color:#e7cb30;
	margin:1px;
}
footer ul {
	list-style: none;
	padding-top:40px;
	margin-left: 30px;
}
footer ul li {
	margin-left:0px;
	padding-left:0px;
	margin-bottom:6px;
	line-height: 14px;
}
footer ul li a {
	color:#baccde;
	text-decoration:none;
	font-family:Arial, verdana;
}
footer ul li a:hover {text-decoration:underline;}

.menu-footer-menu1-container ul {margin-left: 25px;}
#site-search {margin-top: 50px;}
#site-search p {margin-bottom: 15px;}
#site-search .inner_content_position {padding: 24px 30px 50px;}
#error-page {
	background: #F2F2F2;
	padding: 30px;
	top: 5px;
	width: 950px;
}
h3.entry-title {padding: 10px 0;}
#error-page ul {list-style: none;}
#error-page ul li {text-decoration: none; color: #003E7E;}

/* Parallax Slider */
#parallaxslider {
	max-height: 480px;
	max-width: 1120px;
	margin: 0 auto;
	z-index: 999;
}
.ls-shadow, .ls-shadow img {display: none!important;}
.ls-wp-container h1, .ls-wp-container h2 {color: #333;}
.ls-wp-container h2 {font-size: 15px;}
.ls-borderlesslight .ls-nav-prev, .ls-borderlesslight .ls-nav-next {margin-top: -70px !important;}

/* FOLLOW US SLIDING PANEL */
#followSliderWrap {
	margin: 0 auto;
	width: 103px;
	float: right;
	margin-top:-4px;
	z-index:999;
}
#followSliderWrap a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#followSliderWrap a:hover {
	opacity: .7;
}
#followSlider {
	position: absolute;
	background-image:url(images/follow_us.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 103px;
	height: 175px;
	margin-top: -128px;
}
#followSlider img {border: 0; padding-top:4px;} /* UPDATE BY ALS DESIGNER 17 JUNE 2013 - padding added */
#followSliderContent {
	position: absolute;
	text-align:center;
	width:34px;
	margin:auto;
	padding-left: 36px;
	padding-top: 12px; /* UPDATE BY ALS DESIGNER 17 JUNE 2013 - from 16px to 12px */
}
#followSliderContent a {padding-bottom:12px;}
#openCloseWrap {
	position:absolute;
	margin: 128px 0 0;  /* UPDATE BY ALS DESIGNER 17 JUNE 2013 - from 133px to 128px */
	font-size:12px;
	font-weight:bold;
}

/* FOLLOW US SLIDING PANEL */
#langSliderWrap {
	margin: 0 auto;
	width: 325px;
	float: right;
	margin-top:-4px;
	margin-right: -110px;
	z-index:999;
}
#langSliderWrap a {
opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#langSliderWrap a:hover {opacity: .7;}
#langSlider {
	position: absolute;
	background-image:url(images/follow_us.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 103px;
	height: 262px;
	margin-top: -215px;
}
#langSlider img {border: 0;margin:10px;}
.langslider-expand-more {height:585px!important;}
.langslider-expand-more #langopenCloseWrap {margin-top:540px;}
#langSliderContent {
	position: absolute;
	text-align: center;
	width: 100px;
	margin: auto;
	top: 10px;
	display: none;
}
#langopenCloseIdentifier #langSliderContent {top: }
#langSliderContent a {padding-bottom:12px;}
#langopenCloseWrap {
	position:absolute;
	margin: 220px 0 0;
	font-size:12px;
	font-weight:bold;
}
#langopenCloseWrap img {margin:0;}
.more-lang {display: block; font-size: 15px; width: 100%; z-index: 1000;color:#fff;cursor: pointer;}
.footer_rightBlock {
	float:right;
	position: relative;
	padding-top: 43px;;
	
}



@media (min-width:1281px) { /* hi-res laptops and desktops */ 
	.footer_rightBlock {left:65px;}
}






.footer_rightBlock p {
	color: #e7cb30;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 8px;
}

/* SEARCH BOX */
#ns_widget_mailchimp_form-2 label{display:none;}

.form-wrapper {
	width: 292px;
	position:relative;
	top:2px;
}
.form-wrapper input, #ns_widget_mailchimp-email-2, #site-search .inner_content_position input {
	width: 234px;
	height: 20px;
	padding: 6px 5px;
	float: left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #89a1ba;
	border: 0;
	background: #224f7e;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:	1px 0 0 1px #1c4269;
	box-shadow: inset 1px 0 0 1px #1c4269;
}
.form-wrapper input:focus {
	outline: 0;
	background: #1b4168;
	-webkit-box-shadow:	1px 0 0 1px #1c4269;
	box-shadow: inset 1px 0 0 1px #1c4269;
	color: white;
}
.form-wrapper input::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}
.form-wrapper input:-moz-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}
#site-search .form-wrapper button {
	width: 46px;
	top: 9px;
}

.form-wrapper button, #ns_widget_mailchimp_form-2 .button {
	overflow: visible;
	position: relative;
	left: -53px;
	top: 4px;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 24px;
	width: 48px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #c7bc83;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YmM4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjYzdiYzgzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiNhYTk4MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTljZTQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #c7bc83 0%, #c7bc83 3%, #aa9839 3%, #e9ce40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7bc83), color-stop(3%,#c7bc83), color-stop(3%,#aa9839), color-stop(100%,#e9ce40));
	background: -webkit-linear-gradient(top, #c7bc83 0%,#c7bc83 3%,#aa9839 3%,#e9ce40 100%);
	background: -o-linear-gradient(top, #c7bc83 0%,#c7bc83 3%,#aa9839 3%,#e9ce40 100%);
	background: -ms-linear-gradient(top, #c7bc83 0%,#c7bc83 3%,#aa9839 3%,#e9ce40 100%);
	background: linear-gradient(to bottom, #c7bc83 0%,#c7bc83 3%,#aa9839 3%,#e9ce40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7bc83', endColorstr='#e9ce40',GradientType=0 );
}
.form-wrapper button:hover, #ns_widget_mailchimp_form-2 .button:hover{
	background: #c7bc83;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YmM4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjYzdiYzgzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiNhODhkMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZiNjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #c7bc83 0%, #c7bc83 2%, #a88d0a 2%, #d6b602 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7bc83), color-stop(2%,#c7bc83), color-stop(2%,#a88d0a), color-stop(100%,#d6b602));
	background: -webkit-linear-gradient(top, #c7bc83 0%,#c7bc83 2%,#a88d0a 2%,#d6b602 100%);
	background: -o-linear-gradient(top, #c7bc83 0%,#c7bc83 2%,#a88d0a 2%,#d6b602 100%);
	background: -ms-linear-gradient(top, #c7bc83 0%,#c7bc83 2%,#a88d0a 2%,#d6b602 100%);
	background: linear-gradient(to bottom, #c7bc83 0%,#c7bc83 2%,#a88d0a 2%,#d6b602 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7bc83', endColorstr='#d6b602',GradientType=0 );
}
#ns_widget_mailchimp_form-2 .button {top:-28px;left:-40px;}
.form-wrapper button:active, .form-wrapper button:focus{background: #aa9839;}
.form-wrapper button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input.button, .form-wrapper button{
	position:relative;
	top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #224f7e;
	text-transform: uppercase;
}
.footer_logos_left {
	float: left;
	position: relative;
	padding-top: 30px;
	padding-top: 44px;
	clear:both;
}
.footer_logos_left span {
	display:block;
	float:left;
}
.footer_logos_left span a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.footer_logos_left span a:hover {opacity: .7;}
.footer_logos_right span a {color:#7598bd;}

.footer_logos_left span strong {color:#77a4d2;}
.footer_logos_left span strong a {color:#77a4d2;}
.footer_logos_right {
	float: right;
	position: relative;
	padding-top: 52px;
	color: #7598bd;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	position: relative;
	padding-top: 55px;
}

/*INNERS*/
.inner_body {margin:0px;}
.inner_topbanner_wrapper {
	margin:auto;
	z-index:-1;
}
.body_inner .intro_topbanner img {
	width: 100%;
	max-width: 968px; /*UPDATE BY ALS DESIGNER 11 JUNE 2013 - from 1010 to 1120 */ /*UPDATE BY ALS DESIGNER 12 JUNE 2013 - from 1120 to 968 */
	max-height: 300px; /*UPDATE BY ALS DESIGNER 11 JUNE 2013 - from 343 to 459 */ /*UPDATE BY ALS DESIGNER 12 JUNE 2013 - from 459 to 300 */
	display: block;
	margin: 0 auto;
}
.inner_content_body_wrapper {
	background: url(images/bg-inner_contentbody.png) top no-repeat;
	margin-top: -53px;
	z-index:1000;
	position:relative; /* UPDATE BY ALS DESIGNER 1 JUNE 2013 - added position relative */
}
.body_inner .inner_content_body_wrapper {margin-top: -100px;}
#page_template {margin-top: -15px;} /* UPDATE BY ALS DESIGNER 1 JUNE 2013 - from -55px to -15px */
.ls-inner {background-repeat: no-repeat;}
.inner_content_body {
	background:#f2f2f2;
	top: 17px; /* UPDATE BY ALS DESIGNER 1 JUNE 2013 - from 8px to 17px */
	margin-bottom: 10px;
}
.inner_content_position {
	padding: 24px 0 50px 30px;
	-webkit-box-shadow: -10px 0 10px 0 rgba(0, 0, 0, .05);
	box-shadow: -10px 0 10px 0 rgba(0, 0, 0, .05);
}
.inner_content_position h1.page_title, .error-page h1.page_title {
	font-family: 'Arvo', serif;
	font-weight:100;
	font-size:2.5em;
	color:#003e7e;
	position:relative;
	padding-top:;
	margin:0px;
	padding-bottom:10px;
}

/* REMOVED BY ALS DESIGNER ON 10 JUNE - NEW HEADING ONE BELOW
.inner_content_position h1 {
	font-family: 'Arvo', serif;
	font-weight:100;
	font-size:2em;
	color:#7a7a7a;
	padding-top:;
	margin:0px;
	padding-bottom:15px;
}
*/

/* ADDED BY ALS DESIGNER ON 10 JUNE - ALL HEADING1 ON CONTENT PAGES WILL WORK AS PAGE TITLE FOR CLIENT WHEN EDITING */
.inner_content_position h1 {
	font-family: 'Arvo', serif;
	font-weight:100;
	font-size:2.5em;
	color:#003e7e;
	position:relative;
	padding-top:;
	margin:0px;
	padding-bottom:13px;
	line-height:130%;
}

/* ADDED BY ALS DESIGNER ON 10 JUNE - ALL HEADING2 ON CONTENT PAGES WILL WORK AS MAIN CONTENT HEADING FOR CLIENT WHEN EDITING */
.inner_content_position h2 {
	font-family: 'Arvo', serif;
	font-weight:100;
	font-size:2em;
	color:#7a7a7a;
	padding-top:;
	margin:0px;
	padding-bottom:15px;
	line-height: 120%;
}


/* ADDED BY ALS DESIGNER ON 10 JUNE - STYLE FOR TABLES */
.inner_content_position table tbody tr td {
	background: #f7f6f6;
	border-bottom: #D0DDDD 1px solid;
	padding: 6px;
vertical-align: top;
}

/* ADDED BY ALS DESIGNER ON 10 JUNE - STYLE FOR LISTS */

.inner_content_position ul {
margin-left: 30px;
padding-left: 0px;
list-style-type: circle;
padding-top: 0px;
margin-top: 0px;
}
.inner_content_position ul li {
list-style: disc;
color: gray;
margin-left: 0px;
padding-left: 0px;
}




.inner_content_position p {margin-bottom: 10px; margin-top: 10px;} /* UPDATED BY ALS DESIGNER ON 10 JUNE - FROM 4PX TO 15PX */
.inner_content_body a {color:#003e7e;}
/*Login Form */
#loginform{max-width: 350px;}
input#rememberme{width:auto!important;}
/* Contact Form */
.gform_page_footer img{width:16px;height:16px;}
.gform_ajax_spinner {display: none!important;}
.ginput_container input {margin:2px 0!important;}
#gforms_confirmation_message {background:#ddd;text-align: center;padding: 20px;font-weight: 700;border: 1px solid #ccc;}
/*Forms */
.inner_content_position input, .inner_content_position textarea, .inner_content_position select {
	color: #666;
	border-radius: 4px;
	width: 100%!important;
	border:1px solid #a5a5a5 !important;
	margin-bottom: 14px;
	margin-top: 4px;
	background-color: #f5f5f5;
	height: 37px;
	padding: 0 3px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.inner_content_position input[type=submit] {
	font-size: 1em !important;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-weight: normal;
	padding: .4em 1.25em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2), inset 0 0 6px 0 rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .4);
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d4d4d4));
	background: -webkit-linear-gradient(#f6f6f6, #d4d4d4);
	background-image: -moz-linear-gradient(top, #f6f6f6, #d4d4d4);
	background-image: -moz-gradient(top, #f6f6f6, #d4d4d4);
	border: 1px solid #a1a1a1;
	padding-bottom:5px;
	width: auto;
}
.inner_content_position input[type=submit]:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ececec));
	background: -webkit-linear-gradient(#f6f6f6, #ececec);
	background-image: -moz-linear-gradient(top, #f6f6f6, #ececec);
	background-image: -moz-gradient(top, #f6f6f6, #ececec);
}
.inner_content_position input[type=checkbox], .inner_content_position input[type=radio] {
	height: auto;
	width: auto;
}
.inner_content_position select {
	height: 34px;
	padding: 4px;
}
.inner_content_position select.date {width: 74px;}
.inner_content_position textarea {min-height:150px;}
.inner_content_position label {
	font-family:verdana, arial;
	font-size:1em;
	color:gray;
	margin-top: 10px;
}
/*Download Shortcode */
.download_module {
	list-style: none;
	width:100%;
	margin: 25px 0;
	clear: both;
}
.download_module li {margin-bottom:2px;}
.download_module li a {
	color:#939393;
	padding:13px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	display:block;
	background: url(images/download_icon_als.png) no-repeat left #ebe9e9;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration:none;
	padding-left:50px;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.download_module li a:hover {
	color:white;
	background: url(images/download_icon_als2.png) no-repeat left #e7cb30;
	opacity: .7;
}
.inner_content_position img, .img_frame, .inner_content_position iframe {
	background: url(images/bg-inr_img_frame3.png) no-repeat top left;
	padding: 8px 3px 8px 18px;
	max-width: 100%;
	height:auto;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.no-frame {
	background: none!important;
	padding: 5px;
}
.alignleft{float:left;}
.alignright{float:right;}
.side_nav {
	width:206px;
	float:left;
	text-align: left;
	padding-top: 20px;
}
.side_nav h3 {
	font-family: 'Arvo', serif;
	font-weight:100;
	font-size:1.8em;
	color:#003e7e;
	position:relative;
	margin:0px;
	padding: 10px 10px 15px;
}
.side_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
}
.side_nav ul li {margin-bottom:1px;}
.side_nav ul li a {
	display:block;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:14px;
	background:#ececec;
	color:gray;
	font-family: Verdana, Helvetica, sans-serif;
	line-height:100%;
	text-decoration:none;
}
.side_nav ul li a.active {
	background: #EFD440;
	color: #003E7E;
}
.side_nav a:hover {
	background:#003e7e;
	color:white;
}
.side_nav .current_page_item > a, .side_nav .current-page-ancestor > a {
	background:#efd440;
	color:#003e7e;
}

/* Second Level */
.side_nav .sub-menu {display: none;}
.side_nav .current_page_item .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
	display: block;
}
.current-menu-item
.side_nav .sub-menu li {margin-bottom:1px;}
.side_nav .sub-menu li a {
	display:block;
	padding: 9px 0 9px 5%;
	background:#e2e1e1;
	color:gray;
	width:95%;
	font-family: Arial, Helvetica, sans-serif;
	line-height:100%;
	text-decoration:none;
}
.side_nav .sub-menu li a:hover {
	background:#dbdada;
	color:gray;
}

.side_nav .current-page-ancestor .sub-menu {display:block;}
.side_nav .sub-menu .current_page_item a {
	color:gray;
	border-right:1px solid #003e7e;
	background:#dbdada;
	width: 94%;
}

.side_nav ul li ul.side_nav_secondLevel li a.active_sec:hover {
	color:gray;
	background:#dbdada;
}

.intro_bottombanner1 img, .intro_bottombanner2 img {width: 100%;}

/*gallery*/
.gallery { margin: 0 auto 18px; }
div.pp_default .pp_social {margin-top: 0;}
.gallery-item {width: 20%;float:left;border: 4px solid #fff;margin: 6px;box-shadow: 0 0 3px #ddd;width:155px;height:100px;overflow: hidden;}
.gallery-icon img {cursor: pointer;position: relative;overflow: hidden;left: 0;-webkit-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;opacity:.8;width:100%;background: none;padding:0;}
.gallery-icon:hover img {-moz-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);opacity:1;}
.gallery-caption {background-color: rgba(0,0,0,.5);color: #fff;z-index: 100;bottom: 0;opacity: 0;text-align: center;padding: 0;position: relative;left:-40px;font-size:.8em;width:100%;text-shadow: 1px 1px #000;-webkit-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;-webkit-transition-delay: 200ms;-moz-transition-delay: 200ms;-ms-transition-delay: 200ms;transition-delay: 200ms;max-height:35px;}
.gallery-item:hover .gallery-caption {opacity: 1;-moz-transform: translateY(-100%);-webkit-transform: translateY(-100%);transform: translateY(-100%);}

.pp_default .ppt{color:#f8f8f8}
.pp_next:hover{background:url(images/prettyPhoto/sprite_next.png) center right no-repeat;cursor:pointer}
.pp_previous:hover{background:url(images/prettyPhoto/sprite_prev.png) center left no-repeat;cursor:pointer}
.pp_expand{background:url(images/prettyPhoto/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
.pp_expand:hover, .pp_contract, .pp_contract:hover, .pp_close{background:url(images/prettyPhoto/sprite.png) no-repeat;cursor:pointer}
.pp_expand:hover {background-position: 0 -56px;}
.pp_contract{background-position: 0 -84px;width:28px;height:28px}
.pp_contract:hover{background-position: 0 -113px;}
.pp_close{width:30px;height:30px;background-position: 2px 1px;}
.pp_gallery ul li a{background: #f8f8f8;border:1px solid #aaa}
.pp_social{position:absolute;top:45px;right:-10px;padding:0;margin:0;width:100%;float: left;background:#fff;border: 10px solid #fff;border-top:0;border-bottom:0;}
.pp_arrow_previous,.pp_arrow_next{position:static;left:auto}
.pp_play,.pp_pause{background:url(images/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
.pp_pause{background-position:-51px -29px}
a.pp_arrow_previous, a.pp_arrow_next{background:url(images/prettyPhoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0;}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
.pp_nav{clear:none;height:30px;width:110px;position:relative}
.currentTextHolder,.pp_description{color:#555;font-size:1.3em;line-height:25px;position:absolute;margin:0;padding:0;}
.currentTextHolder{left:40px;}
.pp_description{padding-left:10px;top:5px;right:32px}
.pp_close:hover,.pp_play:hover,.pp_pause:hover,.pp_arrow_next:hover,.pp_arrow_previous:hover{opacity:.7}
.pp_default{font-size:11px;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/loader.gif) center center no-repeat}
.pp_pic_holder a:focus{outline:0}
.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px;padding:10px;background-color:#fff}
* html .pp_content{width:40px}
.pp_details{float:left;margin:10px 0 2px}
.pp_social .facebook{width:49px;overflow:hidden}
.pp_social .facebook, .pp_social .twitter{float:left;margin-left:5px;}
.twitter-share-button{color:#fff;}
.share{float:left;padding: 10px 4px}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
.pp_arrow_previous,.pp_arrow_next{display:block;float:left;height:15px;margin-top:7px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_next{background:url(images/prettyPhoto/sprite_next.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
.pp_previous{background:url(images/prettyPhoto/sprite_next.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
.pp_expand,.pp_contract{cursor:pointer;display:none;height:27px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:27px;z-index:20000}
.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/loader.gif) #fff center center no-repeat;display:block;height:24px;left:50%;position:relative;top:50%;width:24px;margin:-12px 0 0 -12px;}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left;color:#000}
#pp_full_res .pp_inline p{margin:0 0 15px}
.ppt{display:none;font-size:17px;z-index:9999;margin:0 0 5px 10px;text-shadow:0 0 5px #000}
div.pp_default ul li a:hover,div.pp_default ul li.selected a,.pp_gallery a:hover,.pp_gallery .selected a{border-color:#fff}
div.pp_default .pp_details{position:relative}
.pp_fade,.pp_gallery li.default a img{display:none}

/*
 * jQuery FlexSlider v2.0 http://www.woothemes.com/flexslider/ Copyright 2012 WooThemes
 * Free to use under the GPLv2 license. http://www.gnu.org/licenses/gpl-2..html Contributing author: Tyler Smith (@mbmufffin)
Browser Resets */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {
margin: 0; padding: 0; list-style: none;

}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px;}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: .8; right: 5px;}
.flexslider:hover .flex-prev {opacity: .8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {
width: 100%; position: absolute; bottom: -15px; text-align: center;
height: 10px;
line-height: 90%;
margin: 0;
padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

/* Safari and Chrome CSS here */
.flex-control-nav {
position: absolute; bottom: -12px;
}

}




.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 6px; height: 6px; display: block; background: #A1A1A1; cursor: pointer; text-indent: -9999px;border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,.3);}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background: #6D859E; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
	.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*flex slider custom*/
.flex_main_thumbnails li {cursor:pointer;margin:0 10px;opacity:1;transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out; margin-top:5px !important;} /* UPDATE BY ALS DESIGNER 17 JUNE 2013 - margin top added */
.flex_main_thumbnails img {width: 70px; height:70px; border-radius:50%;outline:0;background:#FADE67;}
.flex_main_thumbnails li:hover {opacity: .8;}
.flex_main_thumbnails .flex-active-slide img {opacity:.6;}
#slider {margin: 1px 0 12px;height: 284px;list-style: none;overflow: hidden;}
#slider img {min-height: 284px;}
.flex_main li img {max-height:284px;}
.slides li iframe {min-height:284px;width: 100%;height:100%;}

.chzn-container .main_nav ul li {float: none;}
.menu-main-menu-container {display: block;}

/* Media Queries */
@media only screen and (max-width: 1009px) {
	.stampstudent { display:none;}
	.intro_topbanner img {max-width: 768px; max-height: 272px;}
	#mobile-nav {display: block; float: right;}
	.menu-main-menu-container {display: none;} 
	.chzn-container {width: 400px !important;}
	.menu-main-menu-container{display: none !important;}
	.main_nav ul li {float: none;}
	.intro_brochure_slider {margin-right:20px!important;}
	.content_body {background: #fff;}
	.intro_welcome {max-height:425px;}
	.intro_welcome p, .intro_welcome h1, .intro_welcome_buttons {margin-left: 10px;}
	.intro_welcome_buttons .two.columns {width: 100px !important;}
	.intro_welcome_buttons .two.columns img {width: 100%;}
	.intro_welcome, #intro_bottom_row {padding-left: 0;}
	.intro_welcome h1 {padding-top: 35px;}
	.flex_main_thumbnails li {margin: 0;}
	.flex_main_thumbnails img {height: 60px; width: 60px !important;}
	.gallery-item {width: }
	footer {width: 768px; background:none; background-color: #26619C;}
	.menu-footer-menu1-container ul {margin-left:0;}
	footer ul {padding:40px 0 0 20px; margin-left: 0}
	.inner_content_body_wrapper {margin:-55px auto 0 auto; width:768px;}
	.footer_rightBlock {padding-top:23px;}
	.footer_logos_right span p {font-size: .78em; padding-top: 30px;}
	#ihb_logo_footer {display: none;}
	#ns_widget_mailchimp_form-2 .button {left: 19px;}
	#error-page {width: auto; padding: 30px 15px 360px 15px;}

	.gallery-item {width: 115px; height: 115px;}

}
@media only screen and (max-width: 768px) {
	.slides li iframe {min-height:250px;}
	.chzn-container {width: 420px !important;}
	.inner_content_position {padding: 0;box-shadow: none;}
	#page_template {margin-top: 0;}
	#intro_videos_photos {padding-top:90px; }
	#form_content, #loginform {padding-top: 30px;}

	.inner_content_body_wrapper {margin:20px 0 0; width:auto;}
	.inner_topbanner_wrapper {margin-top: 28px;}
	.inner_content_body {background: none;}
	footer {background: #26619C; margin: 25px auto 0 auto; border-top: 2px solid #1F507F; width: auto;}
	footer ul {padding:40px 0 0;}
	footer ul li {line-height: 22px;}
	footer ul li a, .footer_rightBlock p {font-size: 1.2em;}
	.footer_nav_heading a {font-size: 1.5em;}
	img.img_frame {padding: 0 0 20px 0; background: none; width: 100%;}
	.intro_welcome p, .intro_welcome h1, .intro_welcome_buttons {margin-left: 0;}
	#ihb_logo_footer {display: block;}
	.footer_logos_right {padding-top: 0}
	.footer_logos_right span p {padding-bottom: 15px; font-size: 1em;}
	.inner_content_position h1 {padding: 20px 0;}
	#courses, #enrolement, #gday{width:100%; margin-bottom:15px;}
	#courses{background:#a9cd35;}
	#enrolement{background:#c781a5;}
	#gday{background:#34b78f;}
	#error-page {padding: 20px 0; top: 25px;}
	.ajax-loader {width: auto !important;}
	.intro_welcome_buttons_mobile a {
		border: 0 none;
		color: #fff;
		display: block;
		font-size: 22px;
		padding: 20px 30px;
		text-decoration: none;
		text-align: center;
	}
	#intro_welcome, #intro_bottom_row {padding-left: 0;}
	#ns_widget_mailchimp_form-2 .button {left: -182px; top: 4px;}
	.main_nav {margin-top: 0; float: none;}
	.logo {padding-top: 20px;}
	.site_container {
	height: 200px;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top, #fefefe 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 );
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, .15);
	}
	.inner_content_position h1 {padding: 30px 0 5px;}
	.intro_welcome_buttons_mobile {display: block;margin-top:30px;}
	#site-search .inner_content_position {padding: 20px 0;}
	.flex_main_thumbnails li {margin: 0 5px;}
	.flex_download .slides img, .flex_download .flex-control-nav {width: 124px !important;}
	.flex_main_thumbnails img {height: 70px; width: 70px !important;}
	.inner_body, body, html, .content_body, .inner_content_body_wrapper, .inner_body {background: none !important;}
	.intro_topbanner_wrapper, .intro_welcome_buttons {display: none;} /* Hide Slideshow */
	.gallery-item {width: 85px; height: 85px;}
	.gallery {margin: 20px auto 18px;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* ipad portrait */
	.footer_rightBlock form, #ns_widget_mailchimp-email-2,.footer_rightBlock .input-button {width: 210px;}
	.form-wrapper button, #ns_widget_mailchimp_form-2 .button {left:6px;top:-28px;}
	.flex_main_thumbnails li {margin: 0 3px;width: 61px!important;}
	.flex_main_thumbnails img {height: 50px; width: 50px !important;}
	.footer_logos_left,.footer_logos_right {width:95%!important;}
	.intro_bottom_row{margin-bottom:20px;}
	#mobile-nav{margin-left: 10px;}
	#intro_videos_photos{margin-bottom:20px;}
	.intro_welcome p {padding-bottom: 0px; font-size: .8em; line-height: 100%; font-family: verdana, arial;}
.intro_welcome_container {height:60px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	/* ipad landscape */
	.footer_rightBlock form, #ns_widget_mailchimp-email-2,.footer_rightBlock .input-button {width: 210px;}
	.form-wrapper button, #ns_widget_mailchimp_form-2 .button {left:6px;top:-28px;}
	.footer_logos_left,.footer_logos_right {width:95%!important;}
	.intro_bottom_row{margin-bottom:20px;}
	.flex_main_thumbnails li {width: 61px!important;}
	#mobile-nav{margin-left: 10px;}
	#intro_videos_photos{margin-bottom:20px;}
	.intro_welcome p {padding-bottom: 0px; font-size: .9em; line-height: 100%; font-family: verdana, arial;}
	.intro_welcome_container {height:80px;}
}

@media only screen and (max-width: 767px) {.intro_brochure_slider {margin-right:0!important;}}
@media only screen and (max-width: 479px) {
	.intro_topbanner, .side_nav {display: none !important;}
	.intro_header {overflow: hidden;}
	.inner_content_position img {width: 100%; padding: 5px 0 15px;}
	.chzn-container, .logo img {width: 300px !important;}
	.intro_welcome h1 {font-size: 1.5em;}
	#intro_videos_photos {padding-top: 150px;}
	#intro_bottom_row figure {padding-top: 0;}
	#ns_widget_mailchimp_form-2 .button {left: -61px;}
	.intro_welcome_buttons_mobile {margin-top:80px;}
	.flex_main_thumbnails li {margin: 0; width: 61px !important;}
	.flex_main_thumbnails img {width: 55px !important; height: 55px;}
	.gallery-item {width: 130px; height: 130px;}
	#web3{bottom:100px!important;}
}


/* ADDED THE BELOWBY ALS DESIGNER 17 JUNE 2013 */
.inner_content_position h2 a {
	margin-bottom: 2px;
	color:#939393;
	padding:13px;
	font-size:.9em;
	font-family: verdana, arial;
	display:block;
	background: url(http://www.ihbrisbane.com.au/wp-content/uploads/2013/07/hyperlink_icon_v22.png) no-repeat left #ebe9e9;
	/*background: url(images/download_icon_als.png) no-repeat left #ebe9e9;*/
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration:none;
	padding-left:65px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.inner_content_position h2 a:hover {
	color:white;
	background: url(http://www.ihbrisbane.com.au/wp-content/uploads/2013/07/hyperlink_icon_v22.png) no-repeat left #e7cb30;
	/*background: url(images/download_icon_als2.png) no-repeat left #e7cb30;*/
	opacity: .7;
}
.inner_content_position a img {
	background:none;
	padding: 4px;
	margin:none;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.inner_content_position a:hover img {
	background: none;
	opacity: .7;
}
#web3 {position:absolute;bottom:0;right:-10px;height:30px;width:30px;display:block;}

/* ADDED THE BELOW BY ALS DESIGNER 17 JUNE 2013 */
.inner_content_position h3 a {
	margin-bottom: 2px;
	color:#003e7e;
	padding:17px;
	font-size:1.2em;
	font-family: verdana, arial;
	display:block;
	background: #e7cb30;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration:none;
	padding-left:;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.inner_content_position h3 a:hover {
	color: #003e7e;
	background: #efda67;
	opacity: .7;
}
/* ADDED THE ABOVE BY ALS DESIGNER 17 JUNE 2013 */

/* #Desktop
================================================== */
@media (min-width: 992px) {
	#cambridge-esol {
		margin-top: 10px;
	}
}