/**
 * Theme Name: WeatherWorld - 2015
 * Version: 1.0
 * Author: HVAC Marketing
 */

 
 
/* -----------------------------------------
 --- 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: 24px;
	color: #027fff;
	margin-bottom: 20px;
}

.content h3 {
	font-size: 24px;
	color: #ed2127;
	margin-bottom: 20px;
}

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

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

.content ul li, .content ol li {
	list-style: square;
	line-height: 20px;
	padding-bottom: 15px;
}
  
  
  
  
  
  
  
  /* -----------------------------------------
 --- 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 .yellow-strip {
	margin-top: 30px;
	height: 35px;
}

.site_logo {
	position: static;
	z-index: 9999;
	text-align: center;
	height: 182px;
}	

.site_logo img {
	max-width:100%;
	max-height: 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 ---
 -----------------------------------------*/

.cta-button {
	color: #000;
	border: 2px solid #000;
	width: 20%;
	padding: 20px;
	border-radius: 5px;
	position: absolute;
	top: 50px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.cta-button a, .cta-button a:visited {
	text-decoration: none;
	color: #000;
}

.cta-button:hover, .cta-button.phone:hover {
	color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.cta-button:hover a, .cta-button:hover a:visited, .cta-button.phone:hover a, .cta-button.phone:hover a:visited {
	color: rgba(0, 0, 0, 0.5);
}

.cta-button.phone {
	color: #e62021;
	border: 2px solid #e62021;
	font-size: 30px;
    padding: 16px 20px;
}

.cta-button.phone a, .cta-button.phone a:visited {
	text-decoration: none;
	color: #e62021;
}

.header-left {
	left: 0;	
}

.header-right {
	right: 0;
}

nav {
	background: #4c4c4c;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	padding: 2px;
}

.container {
	position: relative;
}

nav .location-box {
	float: right;
	background: #828282;
	box-sizing: border-box;
	padding: 10px 60px;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	margin: 6px;
	margin-left: 0;
	margin-right: 8px;
	border: 2px solid #828282;
}

nav .location-box:hover {
	background: none;
	border: 2px solid #828282;
}

nav .location-text {
	font-weight: bold;
    color: #fff;
    font-size: 10px;
    background: #4C4C4C;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    right: 70px;
    top: -25px;
}

#menu-main-navigation, #menu-main-navigation > li > ul {
	padding: 0px;
	margin: 0px;
	width: 75%;
	float: left;
	position: relative;
    top: 7px;
    left: 10px;
}

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

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

#menu-main-navigation > li > a, #menu-main-navigation > li > a:visited {
	text-decoration: none;
	padding: 0px 13px;
	display: block;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
}

#menu-main-navigation > li.current_page_item a {
	background: #828282;
	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: #565656;
    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:20px 20px;
	display:block;
	line-height:17px;
	font-size:15px;
	font-weight:600;
	color: #fff;
}

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

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


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

#menu-main-navigation li.finance-icon a:before {
   font-family: FontAwesome;
   content: "\f283";
}

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

	.mobile-navigation a {
		width: 100%;
		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: 73px 2px;
		color: #fff;
		box-sizing: border-box;
	}


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: 69%;
	float: left;
}

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

.content .gray-box-area {
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #ECEEF7;
	margin-bottom: 20px;
}

.sidebar {
	width:30%;
	float: right;
	margin: 30px 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: 0px;
	width: 100%;
	text-align: center;
}

.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: #fff;
}

footer.blocks {
	background: #fff;
}

footer.blocks .left {
	width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

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: #272727 !important;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
}

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

footer p {
	margin-bottom:0px;
	line-height:18px;
	text-align: center;
	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: 350px;
}

.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 {

}

@-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: 31%;
    list-style: none;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin: 1%;
}

	.page-template-top-level-page .cta_buttons ul li {
		width: 23%;
	}

.cta_buttons ul li .inner-box {
	padding: 20px;
	box-sizing: border-box;
	height: 570px;
	position: relative;
}

	.page-template-top-level-page .cta_buttons ul li .inner-box {
		height: 420px;
	}

.cta_buttons ul li .inner-box .cta-button {
    width: 90%;
    box-sizing: border-box;
    padding: 17px 20px;
    font-size: 18px;
    bottom: 20px;
    top: initial;
}

.cta_buttons ul li .inner-box .cta-button:hover {
	color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.cta_buttons ul li .inner-box h3 {
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
}

.cta_buttons ul li:nth-child(even) {
	
}

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

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

.cta_buttons ul li .thumbnail img {
	max-width: 100%;
	height: auto;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cta_buttons ul li .text {
	text-align: center;
	color: #000;
	font-weight: bold;
}

.cta_buttons ul li .text p {
	font-size: 16px;
    line-height: 24px;
}

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

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

.latest-updates .sub-title {
	color: #027fff;
	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;
	height: 415px;
}

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

.banner-left {
	width: 69%;
	float: left;
	height: 390px;
}

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

.bx-container img {
	margin:0;
}	

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

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

.banner .bxslider li img, .internal-banner .bxslider li img, .non-slider li img, .banner-left img {
	/* width: 100%; */
	/* height: auto; */
	float: left;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.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 ---
 -----------------------------------------*/

 .main-heading {
	background: #EEEEEE;
	text-align: center;
	clear: both;
 }
 
.main-heading h1 {
	color: #ed2127;
	padding-top: 70px;
	padding-bottom: 35px;
	font-size: 35px;
}
 
.page-template-no-banner-page .main-heading, .page-template-top-level-page .main-heading {
	margin-top: 40px;
    margin-bottom: -10px;
}
 
 
 
.brands-bar {
}

.brands-bar-box {
	width: 100%;
	border: 3px solid #cccccc;
	border-radius: 10px;
	background: #fff;
	position: absolute;
    top: -40px;
	padding: 0 88px;
    box-sizing: border-box;
}

.brands-bar-box .bx-pager {
	display: none;
}

.brands-bar-box .bx-wrapper {
	margin: 0;
}

.brands-bar-box .bx-prev {
	left: -70px !important;
}

.brands-bar-box .bx-next {
	right: -70px !important;
}



.brands-bar-box ul {
	
}

.brands-bar-box ul li {
	display: inline-block;
	/* padding: 15px 10px; */
}

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

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












/* -----------------------------------------
 --- TESTIMONIAL ROW ---
 -----------------------------------------*/

.testimonials-row {
	background: #eeeeee;
	margin-top: 30px;
}

	.testimonials-row .container {
		padding: 3%;
		box-sizing: border-box;
	}

	.testimonials-row .single-testimonial {
		width: 45%;
		text-align: center;
	}
	
		.testimonials-row .single-testimonial img {
			margin-bottom: 10px;
		}
		
		.testimonials-row .single-testimonial h5 {
			font-weight: bold;
			font-size: 30px;
			margin-bottom: 20px;
		}
		
		.testimonials-row .single-testimonial .author {
			font-weight: bold;
		}
	
	.testimonials-row .single-testimonial:nth-child(0) {
		float: left;
	}
	
	.testimonials-row .single-testimonial:nth-child(1) {
		float: right;
	}
	
	


	
	
	
	
	
	
	
/* -----------------------------------------
 --- HEADER - KEY SELLING POINTS ---
 -----------------------------------------*/	
	
.key-selling-points {
	text-align: center;
	background: #c9c9c9;
	padding: 11px;
}

	.key-selling-points ul {
		
	}
	
	.key-selling-points ul li{
		display: inline-block;
		padding: 0 20px;
		font-weight: bold;
		font-size: 15px;
	}
		.key-selling-points ul li .fa {
			margin-right: 2px;
		}

	
	
.header-highlights {
	text-align: center;
	background: #b8deff;
	padding: 11px;
}
	
.header-highlights a {
	text-decoration: underline;
	color: #000;
}
	




	
	
	
	
/* -----------------------------------------
 --- BOTTOM CTA / MAP ROW ---
 -----------------------------------------*/	
	
.map-row {
	/* background: url(img/core/melbourne-map-store-locations-background.jpg) no-repeat top center;
	padding-top: 320px;
    height: 580px; */
    margin: 30px 0;
    padding: 30px 0;
    box-sizing: border-box;
	position: relative;
}












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

.fold-form {
	background: #027fff;
    border-radius: 5px;
    box-sizing: border-box;
	float: right;
    margin-bottom: 20px;
    width: 30%;
	z-index: 99;
}	
	
	.page-template-no-banner-page .above-fold-form {
		float: none;
		width: 100%;
	}
	
	.popup-fold-form {
		width: 100%;
		float: none;
		border-radius: 0;
		margin: 0;
	}
	
	.below-fold-form {
		width: 100%;
	}

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

	.fold-form .form-heading {
		color: #fff;
		text-align: center;
	}
	
		.fold-form #ttwo .form-heading {
			color: #D2D2D2;
		}
		
		.fold-form .form-heading span {
			display: block;
		}
		
		.fold-form .form-heading .hone {
			font-size: 32px;
			text-transform: uppercase;
			font-weight: 400;
			line-height: 35px;
		}

		.fold-form .form-heading .htwo {
			font-size: 27px;
			text-transform: uppercase;
			font-weight: 500;
		}
		
		.fold-form .form-heading .hthree {
			color: #fff;
			font-size: 17px;
			padding: 10px 0;
			line-height: 19px;
		}
			
		
	.fold-form form {
		
	}
	
		.fold-form form .custom-input {
			height: initial;
			position: relative;
			margin-bottom: 10px;
		}
		
		.fold-form form .custom-input p {
			font-weight: bold;
			padding: 0;
		}
		
		.fold-form form .custom-input .placeholder {
			position: absolute;
			top: 12px;
			left: 15px;
			z-index: 999;
			color: #5a5a5a;
		}
		
		
		.fold-form form .custom-input label.error {
			color: #FD0000;
			font-size: 9px;
			position: relative;
			top: -33px;
			left: 225px;
		}
		
		.fold-form form .custom-input .placeholder .fa {
			color: #acacac;
			margin-right: 5px;
		}
		
		.fold-form form input {
			background: #f6f6f6;
			border: 0;
			color: #5a5a5a;
			padding: 10px 15px;
			border-radius: 5px;
			width: 100%;
			box-sizing: border-box;
			border: 2px solid rgb(1, 99, 199);
		}
		
		.fold-form form select {
			border: 0;
			border: 2px solid rgb(1, 99, 199);
			width: 100%;
			font-size: 17px;
			padding: 8px;
			border-radius: 5px;
			margin-bottom: 0px;
		}
		
		.fold-form form input[type="button"]{
			-webkit-appearance: none;
			-webkit-border-radius: 0;
			width: 100%;
			border: 0px;
			background: none;
			text-transform: uppercase;
			border: 2px solid #fff;
			color: #fff;
			padding: 10px 15px;
			border-radius: 5px;
			font-size: 20px;
			cursor: pointer;
			text-align: center;
			box-sizing: border-box;
			font-weight: bold;
		}
		
		.fold-form form input[type="button"]:hover {
			color: rgba(0, 0, 0, 0.5);
			border: 2px solid rgba(0, 0, 0, 0.5);
		}
		
		.fold-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: 80px;
			border: 2px solid rgb(1, 99, 199);
		}
		
		.fold-form form input.error, .fold-form form textarea.error {
			border: 1px solid #FD0000;
			background: #FF6565;
		}
		
		.fold-form form input.placeholder {
			position: static !important;
		}
		
		.fold-form form p {
			margin-bottom: 5px;
			color: #fff;
		}
		
		.fold-form form .custom-input.checkbox-field {
			height: 65px;
		}
		
		.fold-form form .custom-input.checkbox-field p {
			font-weight: bold;
		}
		
		.fold-form form .custom-input.textarea {
			height: 80px;
		}
		
		.fold-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;
		}
		
			.fold-form form .checkbox.checked {
				background: #62C54C;
				color: #fff;
				border: 1px solid #4A9E37;
			}
		
		.fold-form form .checkbox input[type="checkbox"] {
			float: left;
			width: auto;
			margin-right: 15px;
			position: relative;
			top: 3px;
			left: 5px;
		}
		
		.fold-form form .checkbox:first-child {
			margin-right: 2%;
		}
		
		.fold-form form button, .button-orange {
			-webkit-appearance: none;
			-webkit-border-radius: 0;
			width: 100%;
			border: 0px;
			background: none;
			text-transform: uppercase;
			border: 2px solid #fff;
			color: #fff;
			padding: 10px 15px;
			border-radius: 5px;
			font-size: 20px;
			cursor: pointer;
			text-align: center;
			box-sizing: border-box;
			font-weight: bold;
		}
		
		.fold-form form button:hover, .button-orange:hover {
			color: rgba(0, 0, 0, 0.5);
			border: 2px solid rgba(0, 0, 0, 0.5);
		}
		
		.fold-form form .field {
			display: block;
		}
		
		.fold-form #ttwo, .fold-form #ttwo-bottom {
			display: none;
		}
	
	
	#msform, #msformbot, #msformtwo, #msformthree {

	}

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

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






.fancybox-overlay {
	z-index: 9999 !important;
}



  
  

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

@media screen and (max-width: 980px) {
	
	body {
		background-position-x: -1180px !important;
	}
	
	.banner-left {
		width: 100%;
		float: none;
		text-align: center;
		height: auto;
	}
	
	.banner li {
		width: 100% !important;
		height: auto !important;
	}
	
	.banner .bxslider li img, .internal-banner .bxslider li img, .non-slider li img, .banner-left img {
		float: none;
		text-align: center;
		margin: 0 auto;
		top: initial;
		transform: initial;
		margin-top: 20px;
		max-width: 90%;
	}
	
	header a, header a:visited {
		text-decoration: none;
	}
	
	.key-selling-points ul li {
		width: 40%;
		padding: 10px;
	}
	
	header {
		width: 90%;
	}
	
	.cta-button {
		position: static;
		margin: 0 auto;
		width: 100%;
		box-sizing: border-box;
	}
	
	.main-heading {
		padding-top: 20px;
	}
	
	.banner {
		height: auto;
	}
	
	.site_logo {
		padding: 0 !important;
		height: 118px;
	}
	
	.cta-button.header-left {
		margin-top: 20px;
	}
	
	.cta-button.header-right {
		margin-bottom: 20px;
	}
	
	nav .location-text, nav .location-box {
		display: none;
	}
	
	
	.fold-form .form-heading .hone {
		font-size: 40px;
	}
	
	.fold-form .form-heading .htwo {
		font-size: 22px;
	}
	
	footer.blocks .left {
		border-right: 0;
	}
	
	footer img {
		max-width: 100%;
		height: auto;
	}
	
	footer .cta-button {
		width: 80%;
	}
	
	#menu-main-navigation, #menu-main-navigation > li > ul {
		top: initial;
	}
	
	.fold-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: 90%;
		text-align: center;
		position: static;
		margin: 0 auto;
	}
	
	.main-heading h1 {
		padding: 30px 0;
	}
	
	.fold-form {
		width: 90%;
		position: static;
		margin: 0 auto;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.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;
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	
	.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 {
		width: 90%;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto;
	}
	
	.cta_buttons h2 {
		font-size: 35px;
		line-height: 35px;
	}
	
	.cta_buttons ul li {
		width: 48% !important;
	}
	
	.cta_buttons ul li .inner-box {
		height: auto;
	}
	
	.cta_buttons ul li:nth-child(even) {
	}
	
	.testimonials-row .single-testimonial {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	
	.testimonials-row .single-testimonial:nth-child(1) {
		float: none;
		margin-bottom: 20px;
	}
	
	.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: #fff;
		font-weight: bold;
		width: 100%;
	}
	
	#menu-main-navigation {
		display: none;
		margin-top: -5px;
	}
	
	#menu-main-navigation > li > a {
		width: 100%;
		padding: 5px !important;
		text-indent: 30px;
		box-sizing: border-box;
		background: #3E3E3E;
		border-radius: 0;
	}
	
	#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: 5px !important;
		text-indent: 60px;
		box-sizing: border-box;
	}
	
	#menu-main-navigation > li > ul {
		position: static;
		display: none !important;
	}
	
	#menu-main-navigation > li {
		width: 100%;
	}

	#menu-main-navigation > li > ul > li {
		border-top: 1px solid #EFEFEF;
	}
	
}

@media screen and (max-width: 650px) {
	
	.cta_buttons ul li {
		width: 90% !important;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.brands-bar-box ul li {
		width: 108px !important;
	}
	
	.brands-bar-box .bx-wrapper .bx-viewport {
		height: 40px !important;
	}
	
	.below-fold-form form .field {
		width: 100% !important;
		float: none !important;
	}
	
	.below-fold-form form input[type="button"] {
		width: 100% !important;
		float: none !important;
	}
	
	.map-row {
		background-image: none;
		padding: 0;
		margin: 0;
		height: auto;
	}
	
	footer {
		background: #F5F5F5;
	}
	
}


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

