/**
 * Theme Name: Evap Cooling Melbourne
 * Version: 1.0
 * Author: New Marketing Group, http://www.newmarketing.com.au
 */

 
 
/* -----------------------------------------
 --- CSS RESET ---
 -----------------------------------------*/
 
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;
}
 
strong {
	font-weight: bold;
}
 
 
 
 
 
 
 
 

/* -----------------------------------------
 --- FONT DECLARATION ---
 -----------------------------------------*/

body {
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

html {
	font-size:100%;
}

table tr td p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}

p {
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	line-height:24px;
	padding-bottom: 20px;
}

input,textarea,select,button {
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	color: #2a2a2a;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #2a2a2a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2a2a2a;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2a2a2a;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2a2a2a;
}

#breadcrumbs {
	font-size:11px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 30px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #2E2E2E;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #802716;
}

nav li a:hover, nav .current-menu-item > a {
	color:#fff;
}

a, a:visited {
	text-decoration: underline;
	color: #802716;
}
  
.content ul {
	margin-left: 40px;
	margin-bottom: 20px;
}

.content ul li {
	list-style: square;
	line-height: 20px;
}
  
  
  
  
  
  
  
  /* -----------------------------------------
 --- BACKGROUND COLOUR DECLARATION ---
 -----------------------------------------*/

.colour-strip {
	background: url(img/core/colour-bar.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 10px;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/* -----------------------------------------
 --- LAYOUT DECLARATION ---
 -----------------------------------------*/
 
.container {
	margin: 0px auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

body {
	margin:0px auto;
	overflow-x: hidden;
}
  
.clearfix {
	clear:both;
}

header, nav {
	margin:0px auto;
	width:100%;
}

header {
}

header .yellow-strip {
	margin-top: 30px;
	height: 35px;
}

.site_logo {
	position: static;
	z-index: 9999;
	float: left;
	padding: 30px 0;
}	

.site_logo img {
	max-width:100%;
}

.phone_number {
	width: 212px;
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}

.phone_number_text {
	font-weight: 600;
	font-size: 28.5px;
	color: #eed700;
	line-height: 21px;
	height: 25px;
	background: url(img/core/icon-phone.png) no-repeat;
	padding-left: 26px;
}

.phone_cta_text {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.social-buttons {
	float: right;
}

	.social-buttons ul {
		padding: 0px;
		margin: 0px;
		padding-top: 3px;
	}
	
	.social-buttons ul li {
		float: left;
		list-style: none;
	}
	
	.social-buttons ul li:first-child {
		margin-right: 5px;
	}


	
	
	
	


/* -----------------------------------------
 --- NAVIGATION ---
 -----------------------------------------*/
  

nav {
	background: #fff;
	padding: 0px 20px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.71);
	-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.71);
	box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.24);
	position: relative;
	height: auto;
	z-index: 999;
	float: left;
}

nav .container {
	position: relative;
}

nav .aus-flag {
	position: absolute;
	right: 0px;
	top: 20px;
}

#menu-main-navigation, #menu-main-navigation > li > ul {
	padding: 0px;
	margin: 0px;
	width: 630px;
	position: absolute;
	right: 0px;
	top: 40px;
}

#menu-main-navigation > li {
	list-style-type:none;
	display:block;
	float:left;
	position: relative;
}

#menu-main-navigation > li > ul > li  {
	height:55px;
	list-style-type:none;
	display:block;
}

#menu-main-navigation > li > a, #menu-main-navigation > li > a:visited {
	text-decoration: none;
	padding: 0px 10px;
	display: block;
	line-height: 35px;
	font-size: 16px;
	color: #000000;
	border-radius: 5px;
}

#menu-main-navigation > li.current_page_item a {
	background: #802716;
	color: #fff;
}

#menu-main-navigation > li > a::after {

}

#menu-main-navigation > li:last-child > a::after {

}

#menu-main-navigation > li > ul {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #A6675B;
    border-radius: 0px 0px 5px 5px;
    width: 270px;
    left: 0px;
	top: 30px;
}

#menu-main-navigation > li > ul > li > a, #menu-main-navigation > li > ul > li > a:visited {
	text-decoration:none;
	padding:0px 20px;
	display:block;
	line-height:50px;
	font-size:15px;
	font-weight:600;
	color: #fff;
}

#menu-main-navigation > li > ul > li > a:hover {
	background: #802716;
	color: #fff;
}

#menu-main-navigation > li a:hover {
	background: #802716;
	color: #fff;
}


#menu-main-navigation > li:hover > ul {
	display:block;
}

.mobile-navigation {
	height:55px;
	display:none;
}

	.mobile-navigation a {
		width: 96%;
		text-decoration: none;
		display: block;
		line-height: 55px;
		padding: 0px 2% 0px 2%;
		margin: 0 auto;
		background-image: url(img/menu-icon.png);
		background-repeat: no-repeat;
		background-size: 25px 110px;
		background-position: 65px -53px;
		color: #000;
	}


h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
	padding-top:0px;
}

.content {
	clear: both;
	box-sizing: border-box;
	position: relative;
	padding: 20px 0px;
	width: 70%;
	float: left;
}

.sidebar {
	width:25%;
	float: right;
	margin: 50px 0px;
}

.testimonial {
	padding: 30px;
	border-radius: 5px;
	background: #EFEFEF;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
}

.testimonial .author {
	font-weight: bold;
}

.testimonial p {
	z-index: 9999;
}

.testimonial .fa {
	font-size: 80px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 0;
	color: rgba(0, 0, 0, 0.11);
}

.sidebar h3 {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2E2E2E;
}

.internal-content {
	margin-top: -30px;
	z-index: 500;
}

.content.home  {
	margin: 20px 0px;
}

.inner-content {
	width:75%;
	float:left;
	padding: 30px;
	box-sizing: border-box;
	
}

.inner-content p img {
	max-width: 100%;
	height: auto;
}


.inner-content ul {
	margin: 20px;
}

.inner-content ul li {
	list-style: square;
	margin-left: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
}



.sidebar_back {
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 25.1%;
	background: #060606;
	position: absolute;
}

aside {
	width:25%;
	float:right;
	z-index:99;
	background: #060606;
	box-sizing: border-box;
	min-height: 250px;
}

aside .testimonal-box {
	padding: 20px;
}

.page-template-service-page-php aside .testimonal-box {
	min-height: 322px;
}

aside .testimonal-box .bx-controls {
	display: none;
}

aside .testimonal-box .bxslider p {
	padding: 0px;
}

.aside_phone  {
	display:none;
	width:100%;
	text-align:center;
	border-radius:5px;
	margin-bottom:10px;
	padding:5px 0px 5px 0px;
}

.aside_phone a {
	text-decoration:none;
}

.aside_phone_number {
	color:#fff;
	font-size:20px;
}

.aside_phone_cta_text {
	color:#fff;
	font-size:20px;
}







/* -----------------------------------------
 --- ENQUIRY FORM DECLARATION ---
 -----------------------------------------*/
  
.enquiry-button {
	background: #2a2a2a;
	padding: 10px 20px;
	color: #fff !important;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 3px solid #060606;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.enquiry-button {
	position: relative;
	top: 7px;
	padding-left: 55px;
	padding-right: 55px;
}

.ctas .enquiry-button {
	top: 25px;
}

.enquire-now-bar .enquiry-button, .ctas .enquiry-button {
	width: 180px;
	margin: 0 auto;
}

.enquiry-form {
	background: #eed700;
	padding: 30px;
}

.enquiry-form .heading {
	color: #2a2a2a;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 15px;
}

.enquiry-form p {
	line-height: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.enquiry-form p:last-child {
	margin-bottom: 0px;
}

.enquiry-form input, .enquiry-form textarea, .enquiry-form select {
	font-size: 14px;
	color: #2a2a2a;
	width: 100%;
	border: 0px;
	padding: 10px;
	box-sizing: border-box;
}

.enquiry-form textarea {
	min-height: 100px;
	height: 100px;
	max-height: 100px;
}

.enquiry-form .enquiry-button {
	padding: 10px 20px !important;
	font-size: 18px !important;
	border-bottom: 3px solid #060606 !important;
}








/* -----------------------------------------
 --- FOOTER DECLARATION ---
 -----------------------------------------*/

footer {
	background: #272727;
}

footer.blocks {
	background: #2E2E2E;
}

footer.blocks .left {
    width: 32.5%;
    /* background: rgb(39, 39, 39); */
    padding: 20px;
    box-sizing: border-box;
    min-height: 180px;
    margin: 15px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
}

footer.copyright {
	padding-bottom: 22px;
}

footer.blocks .left:nth-child(even) {
	margin-left: 1%;
	margin-right: 1%;
}

footer h3 {
	color:#959595;
	font-size:24px;
	border-bottom:1px solid #959595;
	padding:5px 0px 15px 0px;
}

footer h5 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
}

footer, footer a {
	font-size:14px;
	color:#fff !important;
	padding: 20px 0px;
	text-decoration:none;
}

footer p {
	margin-bottom:0px;
	line-height:18px;
	text-align: left;
	padding-bottom: 0px;
}

footer.copyright .site_logo {
	width: 150px;
	margin-top: 2px;
	float: left;
	position: static;
	margin-right: 20px;
	padding: 0;
}

footer.copyright p {
	line-height: 0px;
}

footer.copyright .left {
	margin-top: 10px;
}

footer.copyright .manoeuvre {
	margin-top: 28px;
}






/* -----------------------------------------
 --- POP-UP DECLARATION ---
 -----------------------------------------*/

#enquiry-form-popup {
	width: 300px;
}

.fancybox-skin {
	padding: 0px !important;
	background: 0px;
}











/* -----------------------------------------
 --- HOME PAGE DECLARATION ---
 -----------------------------------------*/

.title-bar {
	width: 100%;
}

.title-bar h1 {
	color: #fff;
	font-weight: normal;
	padding: 25px 0px;
	margin: 0px;
	font-size: 35px;
}

.cta_buttons {
	background: url(img/core/banner-icon-area.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 40px 0px 60px 0px;
}

.cta_buttons h2 {
	text-align: center;
	color: #3c3c3c;
	font-size: 65px;
	line-height: 55px;
	padding: 0px 0px 60px 0px;
}

@-moz-document url-prefix() { 
	.cta_buttons {
		margin-bottom: -50px;
	}
}

.cta_buttons .container {
	position: relative;
	z-index: 100;
}

.cta_buttons ul {

}

.cta_buttons ul li {
	width: 29%;
	list-style: none;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.cta_buttons ul li:nth-child(even) {
	margin: 0 6%;
}

.cta_buttons ul li:last-child {
	margin-right: 0px;
}

.cta_buttons ul li .thumbnail {
	margin-bottom: 10px;
}

.cta_buttons ul li .thumbnail img {

}

.cta_buttons ul li .text {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 5px;
	line-height: 18px;
}

.cta_buttons ul li a, .cta_buttons ul li a:visited {
	text-decoration: none;
}
  
.latest-updates {
	margin: 30px 0px;
}

.latest-updates h3 {
	color: #802716;
	font-size: 24px;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
	text-align: center;
}

.latest-updates .sub-title {
	color: #802716;
	font-weight: bold;
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.latest-updates .blog-latest {
	float: left;
	width: 46%;
}

.single-blog-post {
	margin-bottom: 30px;
	float: left;
}

.single-blog-post .inner {
	float: right;
	width: 66%;
}

.single-blog-post .inner a, .single-blog-post .inner a:visited {
	font-weight: bold;
}

.single-blog-post .inner .readmore {
	font-size: 12px;
}

.thumb {
	width: 30%;
	height: 100px;
	overflow: hidden;
	float: left;
}

.thumb img {
	width: 100%;
	height: auto;
}

.latest-updates .career-latest {
	float: right;
	width: 46%;
}
















/* -----------------------------------------
--- BLOG / LATEST NEWS PAGE ---
 -----------------------------------------*/

.articles-box {

}
 
.articles {
	width: 70%;
	float: left;
}

.featured-articles {
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

	.featured-articles .single-blog-post {
		width: 48%;
		position: relative;
	}
	
	.featured-articles .single-blog-post:nth-child(even) {
		margin-left: 2%;
	}
	
	.featured-articles .single-blog-post .thumb {
		width: 100%;
		height: 300px;
	}
 
	.featured-articles .single-blog-post .inner {
		float: none;
		width: 100%;
		background: rgba(3, 3, 3, 0.68);
		position: absolute;
		bottom: 0px;
		color: #fff;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.featured-articles .single-blog-post .inner a, .featured-articles .single-blog-post .inner a:visited {
		font-weight: bold;
		color: #fff;
	}
	
	.featured-articles .single-blog-post .inner p {
		padding: 0;
	}
 
	
 
.ea-nav {
	background: #ECECEC;
	margin: 0 auto;
}
.ea-nav ul {
	margin: 0 auto;
	text-align: center;
}
.ea-nav li {
	display: inline-block;
	padding: 5px;
}
  
.blog-sidebar {
	padding: 24px 24px 30px;
	border-radius: 5px;
	float: right;
	width: 25%;
}

.blog-sidebar .widget {
	margin-bottom: 20px;
}
	
.blog-sidebar .btitle {
	font-size: 20px;
	list-style: none;
	margin-bottom: 5px;
	background: #e4e4e4;
	color: #5a5a5a;
	padding: 10px;
	text-align: center;
}

.blog-sidebar .widget ul {
	padding: 10px;
	margin-top: 10px;
}

.blog-sidebar .widget ul li {
	list-style: square;
	margin-left: 25px;
	padding-bottom: 20px;
	color: #5a5a5a;
}

.blog-sidebar .widget ul li:last-child {
	padding-bottom: 0px;
}
	
.blog-sidebar .widget ul li a, .blog-sidebar .widget ul li a:visited {
	color: #5a5a5a;
}

.blog-sidebar li {
	list-style: none;
}



	
  
  
  
  
  
  
  
  
  
  
/* -----------------------------------------
 --- INDIVIDUAL SERVICE PAGE DECLARATION ---
 -----------------------------------------*/

.row-one {
	margin-top: 20px;
	float: left;
	margin-bottom: 30px;
}

	.row-one .left {
		float: left;
		width: 50%;
	}
	
	.row-one .right {
		float: right;
		width: 40%;
		border: 4px solid #dedede;
		overflow: hidden;
	}
	
	.row-one .right img {
		width: 100%;
		height: auto;
	}
	
.row-two {
	position: relative;
	margin-bottom: 30px;
	float: left;
}

	.row-two .block {
		top: 0px;
	}
	
	.row-two .block .message {
		font-size: 40px;
	}
	
	.row-two .right {
		float: right;
		width: 45%;
		text-align: left;
	}
	
.row-three {

}
	
	

 
  
  
  
  
  
  
  
  
  
  
/* -----------------------------------------
 --- BANNER DECLARATION ---
 -----------------------------------------*/
 
.banner {
	width:100%;
	margin:0px;
	padding:0px; 
	display:block;
	position: relative;
	clear: both;
}

.internal-banner {
	max-height: 290px;
	overflow: hidden;
	margin:0px;
	padding:0px; 
	display:block;
	position: relative;
}

ul.bxslider, ul.non-slider {
	margin: 0;
	padding: 0;
}

.bx-container img {
	margin:0;
}	

.banner .bxslider li {
	max-height: 700px;
}

.internal-banner .bxslider li, .non-slider li  {
	max-height: 700px;
}

.banner .bxslider li img, .internal-banner .bxslider li img, .non-slider li img  {
	width: 100%;
	height: auto;
}

.banner .bxslider li .container {
}

.block {
	position: absolute;
	width: 50%;
	height: auto;
	padding-left: 50%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	top: 260px;
	border-radius: 0px 5px 5px 0px;
	left: -50%;
}

.message {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
}

.internal-banner .bxslider li .message, .non-slider li .message  {
	position: absolute;
	top: 220px;
	color: #3c3c3c;
	font-weight: 700;
	font-size: 45px;
	text-align: center;
	width: 100%;
}

.ui-dialog > .ui-widget-header {
	background: #1e73be;
	color:white;
}









/* -----------------------------------------
 --- BRANDS DECLARATION ---
 -----------------------------------------*/

.brands-bar {
	border-bottom: 3px solid #ddd;
}

.brands-bar-box {
	width: 65%;
}

.brands-bar ul {
	
}

.brands-bar ul li {
	display: inline-block;
	padding: 15px 10px;
    max-width: 18%;
}

.brands-bar ul li img {
	max-width: 100%;
}

.brands-bar h3 {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #802716;
}















/* -----------------------------------------
 --- CTA FORM DECLARATION ---
 -----------------------------------------*/ 

.cta-form {
	background: #802716;
    border-radius: 5px;
    box-sizing: border-box;
    position: absolute;
    margin-bottom: 20px;
    width: 35%;
    top: 40px;
    right: 0px;
	z-index: 99;
}

	.cta-form.expose {
		padding: 20px;
	}

	.cta-form .form-heading {
		color: #fff;
		text-align: center;
	}
	
		.cta-form #ttwo .form-heading {
			color: #D2D2D2;
		}
		
		.cta-form .form-heading span {
			display: block;
		}
		
		.cta-form .form-heading .hone {
			font-size: 47px;
			text-transform: uppercase;
			font-weight: 900;
			line-height: 58px;
		}

		.cta-form .form-heading .htwo {
			font-size: 27px;
			text-transform: uppercase;
			font-weight: 500;
		}
		
		.cta-form .form-heading .hthree {
			color: #fff;
			font-size: 17px;
			padding: 15px 0;
			line-height: 19px;
		}

	.cta-form .tip {
		background: url(images/bg-form-tip-orange.png) no-repeat top left;
		box-sizing: border-box;
		color: #fff;
		position: absolute;
		top: 8px;
		left: -160px;
		text-align: center;
		height: 141px;
		width: 183px;
	}
	
	.cta-form .tip .text {
		position: relative;
		top: 30px;
		left: -6px;
	}
	
		.cta-form .tip .tone {
			font-size: 32px;
			font-weight: 900;
			display: block;
			line-height: 28px;
		}
		
			.cta-form .tip .tone span {
				font-size: 34px;
			}
			
			.cta-form .tip .tone .number-fix {
				font-weight: bold;
				font-size: 36px;
			}

		.cta-form .tip .ttwo {
			font-size: 14px;
			font-weight: 500;
			display: block;
			line-height: 14px;
		}	
		
		
	.cta-form form {
		
	}
	
		.cta-form form .custom-input {
			height: initial;
			position: relative;
			margin-bottom: 15px;
		}
		
		.cta-form form .custom-input p {
			font-weight: bold;
			padding: 0;
		}
		
		.cta-form form .custom-input .placeholder {
			position: absolute;
			top: 12px;
			left: 15px;
			z-index: 9999;
			color: #5a5a5a;
		}
		
		
		.cta-form form .custom-input label.error {
			color: #FD0000;
			font-size: 9px;
			position: relative;
			top: -33px;
			left: 225px;
		}
		
		.cta-form form .custom-input .placeholder .fa {
			color: #acacac;
			margin-right: 5px;
		}
		
		.cta-form form input {
			background: #f6f6f6;
			border: 0;
			color: #5a5a5a;
			padding: 12px 15px;
			border-radius: 5px;
			width: 100%;
			box-sizing: border-box;
			font-size: 15px;
		}
		
		.cta-form form select {
			border: 0;
		}
		
		.cta-form form input[type="button"]{
			-webkit-appearance: none;
			-webkit-border-radius:0;
			width: 100%;
			background: #2E2E2E;
			border: 0px;
			border-bottom: 4px solid rgba(0, 0, 0, 0.17);
			color: #fff;
			padding: 15px;
			border-radius: 5px;
			font-size: 20px;
			cursor: pointer;
			text-align: center;
			box-sizing: border-box;
			font-weight: bold;
		}
		
		.cta-form form input[type="button"]:hover {
			background: #262626;
		}
		
		.cta-form form textarea {
			background: #f6f6f6;
			border: 1px solid #dadada;
			color: #5a5a5a;
			padding: 10px 15px;
			border-radius: 5px;
			width: 100%;
			box-sizing: border-box;
			margin: 0;
			position: static !important;
			height: 112px;
			font-size: 15px;
		}
		
		.cta-form form input.error, .cta-form form textarea.error {
			border: 1px solid #FD0000;
			background: #FF6565;
		}
		
		.cta-form form input.placeholder {
			position: static !important;
		}
		
		.cta-form form p {
			margin-bottom: 5px;
			color: #fff;
		}
		
		.cta-form form .custom-input.checkbox-field {
			height: 65px;
		}
		
		.cta-form form .custom-input.checkbox-field p {
			font-weight: bold;
		}
		
		.cta-form form .custom-input.textarea {
			height: 112px;
		}
		
		.cta-form form .checkbox {
			background: #fce2d2;
			padding: 10px;
			border: 1px solid #dadada;
			box-sizing: border-box;
			width: 49%;
			display: inline-block;
			border-radius: 5px;
			color: #757575;
			cursor: pointer;
		}
		
			.cta-form form .checkbox.checked {
				background: #62C54C;
				color: #fff;
				border: 1px solid #4A9E37;
			}
		
		.cta-form form .checkbox input[type="checkbox"] {
			float: left;
			width: auto;
			margin-right: 15px;
			position: relative;
			top: 3px;
			left: 5px;
		}
		
		.cta-form form .checkbox:first-child {
			margin-right: 2%;
		}
		
		.cta-form form button, .button-orange {
			width: 100%;
			background: #2E2E2E;
			border: 0px;
			border-bottom: 4px solid rgba(0, 0, 0, 0.17);
			color: #fff;
			padding: 15px;
			border-radius: 5px;
			font-size: 20px;
			cursor: pointer;
			text-align: center;
			box-sizing: border-box;
		}
		
		.cta-form form button:hover, .button-orange:hover {
			background: #262626;
		}
		
		.cta-form form .field {
			display: block;
		}
		
		.cta-form #ttwo, .cta-form #ttwo-bottom {
			display: none;
		}
	
	
	#msform, #msformbot {

	}

	#msform fieldset, #msformbot fieldset {
		box-sizing: border-box;
		/* stacking fieldsets above each other */
		position: relative;
		padding: 30px;	
	}

	/* Hide all except first fieldset */
	#msform fieldset:not(:first-of-type), #msformbot fieldset:not(:first-of-type) {
		display: none;
	}










  
  

  
  
  
  
  
/* -----------------------------------------
 --- RESPONSIVE DECLARATION ---
 -----------------------------------------*/  
  

@media screen and (max-width: 980px) {
	
	.cta-form .form-heading .hone {
		font-size: 40px;
	}
	
	.cta-form .form-heading .htwo {
		font-size: 22px;
	}
	
	footer.blocks .left {
		border-right: 0;
	}
	
	#menu-main-navigation, #menu-main-navigation > li > ul {
		top: initial;
	}
	
	.cta-form form .custom-input {
		text-align: left;
	}
	
	.banner {
		text-align: center;
	}
	
	.banner li img {
		width: 90% !important;
		margin: 0 auto;
		text-align: center;
	}
	
	.block {
		display: none !important;
	}
	
	.content, .sidebar {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	
	.banner .bxslider li {
		max-height: initial !important;
	}
	
	.brands-bar-box {
		width: 100%;
		text-align: center;
	}
	
	.cta-form {
		width: 90%;
		position: static;
		margin: 0 auto;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
		top: initial;
		right: initial;
	}
	
	.site_logo {
		width: 85%;
		float: none;
		position: static;
		margin: 0 auto;
		padding: 5%;
		text-align: center;
		box-sizing: border-box;
	}
	
	#menu-main-navigation, #menu-main-navigation > li > ul {
		width: 100%;
		left: 0px;
		right: inherit;
	}
	
	nav {
		padding: 0;
		z-index: 99999;
		margin-bottom: 20px;
	}
	
	nav .aus-flag {
		right: 30px;
	}
	
	.banner .bxslider li {
		max-height: 300px;
	}
	
	.page .colour-strip, .blog .colour-strip {
		margin-top: -2px;
	}
	
	.internal-banner {
		max-height: 200px;
	}
	
	.internal-banner .bxslider li .message, .non-slider li .message {
		font-size: 40px;
		top: 120px;
	}
	
	.block {
		width: 100%;
		float: none;
		position: static;
		margin: 0 auto;
		padding: 4% 4% 5% 4%;
		text-align: center;
		font-size: 20px;
		border-radius: 0px;
		box-sizing: border-box;
	}
	
	.message{
		font-size: 30px;
	}
	
	.content.home {
		margin: 40px 4%;
	}
	
	.cta_buttons h2 {
		font-size: 35px;
		line-height: 35px;
	}
	
	.cta_buttons ul li {
		width: 75%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.cta_buttons ul li:nth-child(even) {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.cta_buttons h2 {
		padding: 0px 4% 60px 4%;
	}
	
	.row-two .block {
		margin-bottom: 30px;
	}
	
	.row-one .left, .row-one .right, .row-two .right, .row-three {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.featured-articles {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.featured-articles .single-blog-post:nth-child(even) {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.featured-articles .single-blog-post {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.featured-articles .single-blog-post .thumb {
		height: 200px;
		float: none;
	}
	
	.featured-articles .single-blog-post .inner {
		position: static;
	}
	
	.articles {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.articles-box .single-blog-post {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
		clear: both;
	}
	
	.blog-sidebar {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
		box-sizing: border-box;
	}
	
	.latest-updates .blog-latest {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.latest-updates .career-latest {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.single-blog-post .inner {
		text-align: left;
	}
	
	footer p {
		text-align: center;
	}
	
	footer.copyright p {
		line-height: 18px;
	}
	
	footer.blocks .left {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
		min-height: 0;
	}
	
	footer.blocks .left:nth-child(even) {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	footer.copyright .left {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	footer.copyright .manoeuvre {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	footer.copyright .site_logo {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	
	/* mobile navigation */
	
	.mobile-navigation {
		display: block;
		color: #000000;
		background: #EAEAEA;
	}
	
	#menu-main-navigation {
		display: none;
	}
	
	#menu-main-navigation > li > a {
		width: 100%;
		padding: 0px 0px 0px 0px;
		text-indent: 30px;
		box-sizing: border-box;
		background: #EBEBEB;
	}
	
	#menu-main-navigation > li > a:nth-child(even) {
		background: #EBEBEB;
	}
	
	#menu-main-navigation > li > ul > li > a {
		background-image: url(img/sub-menu-icon.png);
		background-repeat: no-repeat;
		background-size: 25px 110px;
		background-position: 30px 1px;
	}
	
	#menu-main-navigation > li > ul > li > a:hover {
			background-position: 30px -56px; 
	}

	#menu-main-navigation > li > ul > li > a {
		width: 100%;
		padding: 0px 0px 0px 0px;
		text-indent: 60px;
		box-sizing: border-box;
	}
	
	#menu-main-navigation > li > ul {
		position: static;
		display: block;
	}
	
	 #menu-main-navigation > li {
		width: 100%;
	 }
	 
	 #menu-main-navigation > li > ul > li {
		border-top: 1px solid #EFEFEF;
	 }
	
}

@media screen and (max-width: 450px) {
	
	.cta-form .form-heading .hone {
		font-size: 35px;
	}
	
	.cta-form .form-heading .htwo {
		font-size: 20px;
	}
	
}

