h1{
	font-family: "Helvetica W02 Bold";
	color: #a52238;
	font-size: 28px;
	font-weight: normal;	
	text-decoration: none;
	border: none;
	padding: 20px 0 13px;
	margin: 0;
	line-height: 1.2em;
}

.hero-text{
	margin-top: 25px;
	padding: 0 35px 30px;
	margin-bottom: 25px;	
}

.padding-20{
	padding: 20px;	
}

.float-left{
	float: left;	
	padding-left: 35px;
	width: 400px;
}

.float-right{
	float: right;
	padding-right: 80px;

}

.transparent-bg{
	background: url(../img/white-80.png) repeat;	
}

.courses .find-out-more a{
	border: none;	
	font-family: "Helvetica W02 Bold";
	text-transform: uppercase;
	width: 50%;
}

.courses .find-out-more{
	width: 70%;
}

.link-list{
	margin-bottom: 10px;
}	
.link-list a{
	color: #3A3A3A;	
	
}

.link-list a:hover{
	border-color: #3A3A3A;	
}


.find-a-course{
	background: url('http://www.mq.edu.au/mq_templates/corporate/images/search.png') no-repeat 0% 50%;
	font-size: 18px;
	width: 100%;
	clear: both;
	padding: 0px 0px 0px 25px;
	font-family: "Helvetica W02 Bold";
	/*font-weight: bold;*/
	/*color: #3b3b3b;*/
	line-height: 24px;
}

form.search .input-append input {
	text-indent: 5px;
	border: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	height: 33px;
	box-sizing: border-box;
	ms-box-sizing: border-box;
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	width: 310px;
	border: 1px solid #dcdcd9;
}

.search button {
	height: 33px;
	width: 47px;
	border-radius: 0;
	padding: 0 11px;
	font-family: "Helvetica W02 Bold";
	font-size: 15px;
}

.courses h2{
	color: #3A3A3A;
	font-size: 18px;
}	

.search{
	margin-top: 10px;	
}

.input-append .add-on, .input-append .btn {
	margin-left: -3px;
	margin-right: 0px;
	margin-top: -2px;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
	background-color: #ae213c;
	/*background-image: url('http://www.mq.edu.au/mq_templates/corporate/images/btn-bg.png');*/
	border: 0px;
	height: 33px;
	/*border: 1px solid #450c17;*/
	position: relative;
	padding-left: 25px;
	padding-right: 0px;
	width: 185px;
}


#wrapper {
	background: none;
	padding: 0;	
}

img {
	border: none;	
	padding: 0;
}

p {
margin: 0 0 1em 0;
}


#content{
	background: url(../img/sydney-background-998.jpg) no-repeat;
	background-size: 100%;
	position: relative;
	overflow: hidden;
	min-height: 900px;
}

html, button, input, select, textarea {
	font-family:"Helvetica W02";	
	height: 100%;
}

.heading{
	padding-top: 10px;
	display: block;
	height: auto;
}

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

.container p{
	color: #3A3A3A;
	margin: 0;
}

#form p {
	margin: 0 0 1em 0;
}

p{
	font-family:"Helvetica W02";
	color: #ffffff;	
	font-size: 16px;
	line-height: 20px;
}

strong{
	font-weight: normal;
	font-family: "Helvetica W02 Bold";	
}

.tag-line strong{
	font-size: 14px;
}
.form_container{
	background-color: #ccc;	
}



/* Appnitro form */
.appnitro{
	width: 365px;
	background: url(../img/white-80.png) repeat;
	overflow: auto;
	display: block;
	padding-bottom: 20px;
}

.checkboxes{
	margin-bottom: 10px;
}

.form-padding{
	padding: 25px 25px;	
}


.appnitro ul li{
	list-style: none;
}

.appnitro h2, h2{
	font-family: "Helvetica W02 Bold";
	color: #a52238;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

.appnitro p{
	color: #565656;
	font-size: 14px;	
	line-height: 16px;
}

.appnitro a{
	border-bottom: 	solid 1px #565656;
}

.appnitro ul{
	padding: 0;
	margin: 0;	
}
.appnitro input[type=text],.appnitro input[type=email], .appnitro select, .appnitro textarea{
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	width: 100%;	
	background-color: #ffffff;
	margin-bottom: 12px;
	padding: 8px 12px;
	font-size: 14px;
	color: #131313;
	border: 1px solid #dddcdc;
	opacity: 1;
}

.appnitro textarea{
	margin-bottom: 3px;	
}

.appnitro input[type=checkbox]{
	height: auto;
}

#submit_form{
	background: url(../img/submit.png);
	color: #fff;
	width: 141px;
	height: 47px;
	display: block;
	border: none;
	float: right;
	font-family: "Helvetica W02 Bold";
	font-size: 15px;
}

.privacy{
	float: left;
	padding-top: 13px;	
}

.privacy a{
	color: #565656;
	margin-left: 20px;
	font-size: 14px;
}

.privacy a:hover {
	color: #333;
}

::-webkit-input-placeholder { color:#131313; }
::-moz-placeholder { color:#131313; opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { color:#131313; } /* ie */
input:-moz-placeholder { color:#131313; }

.appnitro ul li label{
	display: none;
}

.appnitro ul li label.choice{
	display: inline;	
	line-height: 15px;
	font-size: 14px;
	color: #131313;
}


.copyright, .cricos{
	position: absolute;	
	font-family: "Helvetica W02 Bold";
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.copyright{
	left: 5px;	
	bottom: 5px;
}

.cricos{
	right: -75px;
	bottom: 90px;
}

.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	
	/* Firefox */
	-moz-transform: rotate(-90deg);
	
	/* IE */
	-ms-transform: rotate(-90deg);
	
	/* Opera */
	-o-transform: rotate(-90deg);
	
	transform: rotate(-90deg);
	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


.form-container{
  position: relative;/*
  top: 150px;
  right: 80px;*/
  height: 575px;
  width: 365px;
  -webkit-perspective: 800px;
	 -moz-perspective: 800px;
	   -o-perspective: 800px;
		  perspective: 800px;
}

#form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s;
	 -moz-transition: -moz-transform 1s;
	   -o-transition: -o-transform 1s;
		  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
	 -moz-transform-style: preserve-3d;
	   -o-transform-style: preserve-3d;
		  transform-style: preserve-3d;
  -webkit-transform-origin: right center;
	 -moz-transform-origin: right center;
	   -o-transform-origin: right center;
		  transform-origin: right center;
}

#form.flipped {
  -webkit-transform: translateX( -100% ) rotateY( -180deg );
	 -moz-transform: translateX( -100% ) rotateY( -180deg );
	   -o-transform: translateX( -100% ) rotateY( -180deg );
		  transform: translateX( -100% ) rotateY( -180deg );
}

#form > div {
  display: block;
  height: 100%;
  width: 100%;
  /*position: absolute;*/
  -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	   -o-backface-visibility: hidden;
		  backface-visibility: hidden;
}

#form .thank-you {
	background: url(../img/white-80.png) repeat;
	height: 150px;	
}

#form .back {
  background: url(../img/white-80.png) repeat;
  -webkit-transform: rotateY( 180deg );
	 -moz-transform: rotateY( 180deg );
	   -o-transform: rotateY( 180deg );
		  transform: rotateY( 180deg );
	-webkit-transition: height 0.8s;
	-moz-transition: height 0.8s;
	transition: height 0.8s;
	position: absolute;
	top: 0;
}

#form > div.minimise-form{
	height: 150px;	
}
.back p{
	color: #565656;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
}
.thank-you p{
	color: #565656;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
}




/* study destination */
.accounting-corporate-governance #content{
	background-image: url(../img/library-background-998.jpg);	
}

.applied-finance-actuarial-studies #content{
	background-image: url(../img/library-background-998.jpg);	
}

.business-economics-commerce #content{
	background-image: url(../img/library-background-998.jpg);	
}

.earth-and-environmental-sciences #content{
	background-image: url(../img/environmental-background-998.jpg);	
}

.engineering #content{
	background-image: url(../img/engineering-background-998.jpg);	
}

.information-technology #content{
	background-image: url(../img/it-background-998.jpg);	
}

.media-creative-arts-communications #content{
	background-image: url(../img/media-background-998.jpg);	
}

.translating-and-interpreting #content{
	background-image: url(../img/translating-background-998.jpg);	
}

.career-opportunity .copyright{
	font-family:"Helvetica W02";
	font-size: 14px;
}

.q5{
	position: absolute;
	left: 5px;
	bottom: 30px;	
}

.q5-top{
	position: absolute;
	top: 10px;
	right: 10px;
}

@media (max-width: 480px){
	
.career-opportunity #content{
	background-image: url(../img/mobile-background-ozge.jpg);
	background-size: 100%;	
}

.career-path #content{
	background-image: url(../img/mobile-background-tom.jpg);
	background-size: 100%;	
}

.study-destination #content{
	background-image: url(../img/mobile-background-library.jpg);
	background-size: 100%;
	background-position: top;
	background-color: #020202;
}
	
}

/* baidu fix */

body > a {
	display: none;
}