/* ==== Sticky Footer ==== */
* {
	margin:0;
}
html,
body{
	height:100%;
	width: 100%;
	font-family: 'Source Sans Pro',sans-serif;
	background: #f3f3f3;
}
.directory-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -80px; 
}
.directory-wrap:after {
  content: "";
  display: block;
}
.directory-footer, .directory-wrap:after {
  height: 80px; 
}
header .logo {
	position: absolute;
	z-index: 99;
}
.site-footer {
	background: #002140;
}
.site-footer .company-details {
	padding-top:25px;
	padding-bottom:25px;
}
.directory-footer, .site-topbar {
	background:#002140;
	color:#fff;
}
.site-footer a,.whitetxt {
	color: #fff;
}
.directory-footer a {
	color: #00cfc0;
}
.company-details {
	padding-top: 20px;
	padding-bottom: 15px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
ul.multi-columns {
	padding: 0;
	margin: 0;
}

/* ==== Custom Styles ==== */
.mobileSkin .mceListBox .mceText,
.mobileSkin .mceSplitButton a.mceOpen,
.mobileSkin .mceSplitButton a.mceAction,
.mobileSkin .mceListBox .mceOpen {
	width: auto !important;
	height: auto !important;
}

.main-searchbar input {
	height: 45px;
	border-radius: 0px;
}
.allcaps {
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}
.tile {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px #000;
	padding: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.mechanics-results li:nth-child(even) .tile {
	background: #f3f3f3;
}
.tile .lead {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.bap-alert {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
}
.alert-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.contact-details .glyphicon {
	font-size: 38px;
	padding-top: 8px;
}

.logo {
	padding: 10px 0 15px;
	float: left;
}
.logo h1 {
	margin: 0px;
	padding: 0px;
}
.guidance h3 {
	margin-bottom: 0;
}
.guidance p {
	font-size: 18px;
	margin-bottom: 20px;
}
.checkbox-inline label {
  margin-right: 40px;
}
.dynamic-title-row {
	background:#eee;
	margin-bottom: 30px;
}
.breadcrumb {
	margin-top:20px;
}
.grey-txt {
	color:#777;
}
.divide {
	margin-top: 50px;
	margin-bottom: 50px;
}
.divide-top-sm {
	margin-top: 15px;
}
.divide-sm {
	margin-top: 25px;
	margin-bottom: 25px;
}
.breadcrumb span {
	color:#777;
}
a:hover {
	text-decoration:none;
}
.dynamic-title h1,.dynamic-title h2 {
	margin:15px 0;
	padding:10px 0;
	font-size:36px;
}
.owl-theme .owl-controls .owl-buttons div {
	background: none;
	font-size: 20px;
	border-radius: 0;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 1%;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.owl-next > span,
.owl-prev > span {
	position: absolute;
	top: 50%;
	z-index: 5;
	color: #333;
	display: inline-block;
}
.owl-next {
    right: 0px;
    left: auto;
	text-align: right;
}

.dontshow {
	opacity:0;
}
.show {
	opacity: 1;
}
.slideshow .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
input.required {
    display: block;
    width: 100%;
	margin-bottom: 15px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.i-forgot {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 10px;
	color: #777;
}	
.parent {
  position: relative;
  height: 100%;
  width: 100%;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.bap-alert {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
}
/* ==== Widgets ==== */
.widgets {
  padding: 0 5%;
}
.large-text {
	font-size:18px;
	font-weight:bold;
}
.widget {
	height:180px;
	text-align:center;
}
.widget>span,.widget>a>span {
	float:left;
	clear:left;
	text-align:center;
	width:100%;
}
.widget img {
	display:block;
	margin:0 auto 15px auto;
	height:75px;
}
.widget-row h3,.contact-form h3 {
	text-align:center;
	margin-bottom:20px;
}
.divide {
	margin-top:40px;
	margin-bottom:40px;
}
.divide-lg {
	margin-top:80px;
	margin-bottom:80px;
}
.divide-bottom,
.divide-field {
	margin-bottom: 40px;
}
.divide-top {
	margin-top: 40px;
}
.divide-30 {
	margin-top:30px;
	margin-bottom:30px;
}
.divide-20 {
	margin-top:20px;
	margin-bottom:20px;
}
.divide-12 {
	margin-top:12px;
	margin-bottom:12px;
}
.divide-10 {
	margin-top:10px;
	margin-bottom:10px;
}
.divide-bottom-10 {
	margin-bottom: 10px;
}
.divide-top-10 {
	margin-top: 10px;
}
.cck_form_wysiwyg_editor, .wysiwyg-fix {
	float: left;
	width: 100%;
}
.well {
	border-radius: 0;
}
/* ==== Enquiry Form ==== */
.contact-form h3 {
	font-size:40px;
	font-weight:bold;
	color:#333;
}
.contact-form-row {
	background-color:#ccc;
}
.contact-form .form-control {
	margin-bottom:13px !important;
}
.btn-contact,.btn-contact:hover {
	background-color:#333;
	color:#fff;
}
.enquiry-form>.col-sm-6 {
	padding:15px;
}
/* ==== Blog ==== */
.blog-item {
	border:1px solid #ddd;
	padding:15px;
	background: #fff;
	box-shadow:1px 1px 5px #ddd;
}
.blog-article .cck_art_created {
	display:inline-block;
	color:#ccc;
}
.blog-item-info {
	margin-bottom:10px;
}
.blog-feature-image {
	padding-bottom:20px;
}
.blog-module {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
}
.blog-module h3 {
	color:#999;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.blog-module ul {
	margin:0;
	padding:0;
	list-style:none;
}
.blog-module li {
	padding:10px 0;
	margin:0;
	width:100%;
	display:block;
	float:left;
	clear:left;
	border-bottom: 1px solid #eee;
}
/* Pagination */
.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > ul > li {
  display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* ==== Main search & Feature ==== */
.main-search {
	background: url(../images/mechanic-bg.jpg) no-repeat;
	background-size: cover;
}
.page-search {
	background: url(../images/mechanic-bg.jpg) no-repeat;
	background-size: cover;
	background-position: 0 -300px;
	margin-bottom: 40px;
}
.main-search label, .search-bar label {
	color: #fff;
	font-size: 18px;
}
.btn-primary {
	background-color: #00b6a9;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #008e84;
}
.btn-success {
	background-color: #222222;
	border-color: #333333;
}
.btn-success:hover,
.btn-success:focus {
	background-color: #444444;
	border-color: #333333;
}
.no-label {
	margin-top: 30px;
}
.closed-label {
	margin-top: 1px;
	margin-bottom: 10px;
}

.clockpicker {
	padding-bottom: 10px;
}
.browse-panel {
	background: #ddd;
	margin: 50px 0 0;
	padding: 20px 20px 40px;
	text-align: center;
}
.report-search {
	padding: 40px 20px;
}
.browse-panel a {
	color: #002140;
}
.feature-panel {
	background: #ddd;
	margin: 50px 0;
	padding: 5px 20px;
}
.feature-panel .item {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 30px;
}
.feature-panel .item img {
	margin: 0 auto;
	padding: 30px;
	display: block;
	width: 130px;
}
/* ==== Typography ==== */
h1,h2,h3 {
	font-family: 'Exo 2', sans-serif;
    font-weight: 900;
	margin-bottom: 25px;
}
h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 8px 0 0;
	padding: 0;
}
.well h4 {
	margin-bottom: 10px;
}
h2.slogan {
	font-style: italic;
	text-align: right;
	font-weight: 300;
	padding-top: 10px;
	color: #ffffff;
}
.form-horizontal .control-label {
	text-align: left;
}
.cta-row h3 {
	margin: 5px 0 0 0;
	padding: 0;
}
.heading-correct h1,
.heading-correct h2,
.heading-correct h3 {
	margin-top: 0;
	padding-top: 0;
}
.black, .caption.black {
	color: #000;
}
/* ==== Navigation ==== */
.navbar {
	border-radius: 0px;
}
a {
	color: #2a6496;
}
.danger {
	color: #ed1c24;
	font-size: 16px;
}
.success {
	color: #3c763d;
	font-size: 16px;
}
.navbar-default {
    background-color: transparent; 
    border: none;
}
.navbar-nav > li > a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: transparent;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #eee;
	background: transparent;
}
.navbar-collapse {
	float: left;
}
.blog-module {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
}
.blog-module h3 {
	color:#999;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.blog-module ul {
	margin:0;
	padding:0;
	list-style:none;
}
.blog-module li {
	padding:10px 0;
	margin:0;
	width:100%;
	display:block;
	float:left;
	clear:left;
	border-bottom: 1px solid #eee;
}
/* ==== Forms ==== */

.btn {
	border-radius: 0;
	padding: 10px 16px;
    font-size: 18px;
    line-height: 25px;
	border: 0px;
	transition: all ease 0.3s;
}
.btn-lg {
	border-radius: 0;
	padding: 13px 24px;
    font-size: 24px;
    line-height: 1.33;
	border: 0px;
	transition: all ease 0.3s;
}
.btn:hover,
.btn:focus{
	border: 0px;
	transition: all ease 0.3s;
}
.btn-inverse {
	background: #fff;
}
.btn-inverse:hover,
.btn-inverse:focus {
	background: #ccc;
}
.cta-row .btn {
	font-weight: bold;
	text-transform: uppercase;
}
/* ==== Sections Headers ==== */
h1.header {
	font-size:72px;
	color:#fff;
	text-align:center;
	margin-bottom:15px;
	letter-spacing:-3px;
}
@media (max-width:768px) {
	h1.header {
			font-size:48px;
			letter-spacing:-2px;
	}
}
@media (max-width:480px) {
	h1.header {
			font-size:36px;
			letter-spacing:-1px;
	}
}
p.header {
	font-size:13px;
	color:#fff;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 2px;
}
.control-form input[type="email"],.control-form input[type="number"],.control-form input[type="search"],.control-form input[type="text"],.control-form input[type="tel"],.control-form input[type="url"],.control-form input[type="password"],.control-form textarea,.control-form select {
    height: 38px;
    padding: 6px 10px;
	margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
	width: 100%;
}
.control-form .cck-fl {
	float: left;
	margin-right: 10px;
}
.control-form .radio {
	display: inline-block;
	vertical-align: middle;
}
.control-form input[type="radio"], .control-form input[type="checkbox"] {
	margin: 0 10px 0 0; 
}
.control-form #cck1r_bap_abn,
.control-form #cck1r_bap_storecode,
.control-form #cck1r_form_bap_store_region {
	float: left;
	width: 30%;
}
.control-form #cck1r_bap_abn,
.control-form #cck1r_bap_storecode {
	margin-right: 4.9%;
}
/* RESPONSIVE UTILITIES */
/* Phone */
@media (max-width:767px) {
	.navbar-toggle {
		background-image:none;
		border:1px solid transparent;
		top: 0px;
		margin: 0;
		border-radius: 0;
		color: #fff;
		width: 100%;
		top: 8px;
	}
	.call-button,
	.navbar-toggle {
		padding: 30px 0 15px;
	}
	.navbar-nav > li > a {
		text-align: center;
		padding: 10px 0px;
	}
	.site-wrap {
		min-height:100%;
		margin-bottom:-670px;
	}
	.site-footer,.site-wrap:after {
		height:670px;
	}
	.site-footer h3 {
		text-align: center;
	}
	.center-xs {
		text-align: center;
	}
	.center-xs .glyphicon {
		font-size: 30px;
	}
	.cta-row h3 {
		margin-bottom: 20px;
	}
	.owl-carousel .owl-item img {
		height: 150px;
	}
	.slideshow .owl-controls {
		display: none;
	}
	.slideshow {
		max-height: 150px;
	}
	.slideshow .caption {
		font-size: 20px;
		text-align: center;
		top: 10%;
	}
	.icon-bar {
		border-color: #fff;
		background-color: #fff;
	}
	.call-button a{
		color: #fff;
	}
	.logo {
	  padding-left: 15px;
	}
	.navbar-collapse {
	  clear: both;
	}
	h2.slogan {
		text-align: center;
	}
	.clear-left-xs {
		clear: left;
	}
	ul.multi-columns {
	  columns: 3;
	  -webkit-columns: 3;
	  -moz-columns: 3;
	  list-style: none;
	}
	.navbar-collapse {
	    clear: both;
		width: 100%;
		text-align: center;
	}
	header .logo {
		position: initial;
		z-index: 99;
		float: none;
		display: block;
		margin: 0 auto;
		padding-left: 0px;
	}
	header .logo img {
		height: 60px;
		margin: 0 auto;
	}
	.main-search .web-search-wrap {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	header {
		background-color: #002140;
	}
	.affix {
		position: relative;
	}
	.container .container {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: -13px;
		margin-left: -13px;
	}
}
/* Larger than a phone */
@media (min-width:768px) {
	.navbar-default .navbar-collapse {
		border-color:#f8f8f8;
		float: right;
	}
	header {
		background-color: #002140;
		position: fixed;
		width: 100%;
		z-index: 98;
		min-height: 100px;
	}
	header.affix h2 {
		display: none;
	}
	.search-affix.affix {
		z-index: 99;
		top: 0;
		width: 500px;
		margin-left: 50px;
		transition: all ease 0.3s;
	}
	.home .search-affix.affix {
		margin-left: 80px;
	}
	.search-affix.affix label {
		display: none;
	}
	.search-affix.affix input {
		margin-top: 30px;
	}
	.search-affix.affix .divide {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.web-search-wrap > .container{
		min-height: 150px;
	}
	.home .web-search-wrap > .container{
		min-height: 210px;
	}
	.page-search .web-search-wrap {
		padding-top: 100px;
	}
	.home header .logo img {
		height: 150px;
	}
	header .logo img {
		height: 100px;
	}
	.main-search .web-search-wrap {
		padding-top: 240px;
		padding-bottom: 150px;
	}
	.cck_web_mon_open label,
	.cck_web_tues_open label,
	.cck_web_wed_open label,
	.cck_web_thurs_open label,
	.cck_web_fri_open label,
	.cck_web_sat_open label,
	.cck_web_sun_open label,
	.clockpicker {
		float: left;
		text-align: right;
		padding-right: 20px;
		width: 15%;
	}
	.clockpicker {
		width: 20%;
	}
	.time-label-open {
		float: left;
		margin-left: 15%;
		width: 20%;
		padding-right: 20px;
	}
	.time-label-close {
		float: left;
		width: 20%;
		padding-right: 20px;
	}
	.clear-left{
		clear: left;
	}
	.search-bar .col-sm-3 {
		padding-left: 0px;
	}
	.search-bar .col-sm-9 {
		padding-right: 0px;
	}
}
/* Tablet */
@media (min-width:768px) and (max-width:991px) {
	ul.multi-columns {
	  columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	  list-style: none;
	}
}
/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
	ul.multi-columns {
	  columns: 3;
	  -webkit-columns: 3;
	  -moz-columns: 3;
	  list-style: none;
	}
}
/* Desktop */
@media (min-width:1200px) {
	ul.multi-columns {
	  columns: 3;
	  -webkit-columns: 3;
	  -moz-columns: 3;
	  list-style: none;
	}
}
/* Large Widescreen Desktop */
@media (min-width:1921px) {
}