/*
Theme Name: NDS
Theme URI: http://wordpress.org/themes/nds
Author: NDS Creative
Author URI: http://ndscreative.com.au
Description: NDS Creative WordPress Client Theme
Version: 1.0
*/

/* DISABLE BOOTSTRAP RESPONSIVENESS */
.container {
	wi//dth: 960px !important;
}

.navbar-nav>li {
	float: left!important;
}

font-family:'Foundry Context W01 Regular';
font-family:'Foundry Context W01 Md';

/* CUSTOMISATION */

html,
body {
  height: 100%;
  padding:0;
  margin:0;
  background:#ededed;
}

body {
	font-size:12px;
	font-family:'Foundry Context W01 Regular', Arial, Helvetica;
	background:#404042;
	color: #58595b;

}

.bg-backlayer {
	position:absolute;
	width:100%;
	z-index:5;
	top:0;
	height:600px;
	/* background:transparent url('img/body-tile-front.png') center top repeat; */
	display:inline-block;
}

.bg-backlayer-design {
	position:absolute;
	width:100%;
	z-index:5;
	top:0;
	height:600px;
	/* background:transparent url('img/body-bg.png') 50% top no-repeat; */
	display:inline-block;
}

#page {
	width:100%;
	min-height: 100%;
	height: auto;
	  /* Negative indent footer by its height */
	margin: 0 auto -355px;
	/* Pad bottom by footer height */
	padding: 0 0 355px;
	background: #EDEDED;
}

#footer {
	min-height:355px;
	overflow:hidden;
}

#footer ul li {
    vertical-align: top;
}

.container{
	wi//dth: 960px;
	max-width: 1300px;
}

.slider-wrapper .nivoSlider {
	margin: 0 0 0 -186px;
}

.slider-wrapper .nivoSlider .nivo-directionNav {
	position:absolute;
}
.slider-wrapper .nivoSlider .nivo-directionNav a {
	position:absolute;
	z-index:10000;
	width:60px;
	height:60px;
	display:block;
	color:transparent;
	margin-top:-245px;
	left:auto;
	right:auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease-out;
     -moz-transition: opacity 0.3s ease-out;
       -o-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out;
}
.slider-wrapper .nivoSlider .nivo-directionNav a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.slider-wrapper .nivoSlider .nivo-directionNav .nivo-prevNav {
	background:transparent url('img/slider-prev.png') left top no-repeat;
	margin-left:70px;
}
.slider-wrapper .nivoSlider .nivo-directionNav .nivo-nextNav {
	background:transparent url('img/slider-next.png') left top no-repeat;
	margin-left:1170px;
}

/* HEADER */

.site-register-button {
	border:1px solid green;
}

.social-media {
	margin-top:8px;
}

.social-media .social-icon {
	display:inline-block;
	float:left;
	margin-left:4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease-out;
     -moz-transition: opacity 0.3s ease-out;
       -o-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out;
}

.social-media .social-icon:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.social-media .social-icon img {
	display:block;
	width:24px;
	height:auto;
}

/* NAVBAR */

li a{
	color: #58595b;
	text-transform: uppercase;
}

li a:hover{
	color: #2d93d5;
	text-transform: uppercase;
	text-decoration: none;
}

.entry-inner li a {
	color: #428bca;
	text-transform: none;
}

#topNav{
	width: 100%;
	height:60px;
	color: #58595b;
	display: block;
}

#topNav #site-logo {
	margin-top: 15px;
	display: inline-block;
	min-width:130px;
}

#topNav #site-logo img {
	width:100%;
	max-width:200px;
	height:auto;
}

#topNav #phone-call {
	text-decoration:none!important;
	margin-top: 10px;
	float: right;
}

#topNav #phone-call img {
	width:22px;
	height:auto;
	margin-right:15px;
	margin-top:5px;
	float:left;
}

#topNav #phone-call span {
	font-size:20px;
	color:#58595B;
	float:left;
}

#mainNav{
	display: block;
	/* height: 40px; */
}

.main-nav {
	float:right;
	margin-top:0;
}

.main-nav li {
	display:inline-block;
}

.main-nav li a {
	color:#58595B;
	padding:10px 13px 10px 12px;
}

.main-nav.padded li a {
	padding: 10px 0 12px 0;
}

.main-nav.padded>li>a>span {
	position: relative;
	display: block;
	padding:0 12px;
	border-right:1px solid #58595B;
}

.main-nav.padded>li.first>a>span {
	border-left:1px solid #58595B;
}

.main-nav > li.current-menu-item > a,
.main-nav > li.current-page-ancestor > a {
	color:#7b8eb6;
	font-weight:bold;
}

.main-nav > li.current-menu-item > a:after,
.main-nav > li.current-page-ancestor > a:after {
	content:'';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	left:43%;
	width:0;
	height:0;
	border-color: #ffffff transparent transparent transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
	z-index: 99;
}

#main-nav-home.active:after {
	content:'';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	margin-left: -3px;
	width:0;
	height:0;
	border-color: #ffffff transparent transparent transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
	z-index: 99;
}

.main-nav li a:hover,
.main-nav li a:focus{
	background:transparent;
	color:#7b8eb6;
}

.main-nav li .active-arrow-container {
	width:100%;
	display:block;
	height: 10px;
	text-align: center;
	padding-right:10px;
}

.main-nav li .active-arrow {
	background:transparent url('img/main-nav-arrow.png') center bottom no-repeat;
	width:12px;
	height:7px;
	margin-top:13px;
	display:inline-block;
	position:absolute;
	z-index:100;
}

#main-nav-home {
	float:left;
	margin-top:10px;
}

#main-nav-home img {
	width:16px;
	height:auto;
	display:inline-block;
}

body.home #mainNav{
	border-bottom:none;
}

.navbar-nav{
	margin: 0;
	float: none;
}

.searchbar {
	background:#7b8eb6;
	height:40px;
	margin:0;
}

.searchbar .site-search-inner {
	display:table-cell;
	vertical-align:middle;
	height:40px;
	margin:0;
}

.searchbar .site-search form label {
	color:#ffffff;
	font-weight:normal;
	margin-right:15px;
	margin-top: 4px;
	margin-bottom: 0;
}

#site-search-input-wrap {
	border:none;
	background:transparent;
	display:block;
	width:170px;
	height:22px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}

#site-search-input-bg {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-appearance:none;
	border:none;
	background:#ffffff;
	outline:none;
	height: 22px;
	padding:0;
	position:absolute;
	z-index:1;
	display:block;
	width:170px;
}

#site-search-input-bg .icon-magnify {
	display:inline-block;
	float:left;
	width: 15px;
	height: auto;
	margin-top: 3px;
	margin-left: 6px;
}

#site-search-input-bg .icon-search-clear {
	display:none;
	float:right;
	width: 16px;
	height: auto;
	margin-top: 3px;
	margin-right: 3px;
	cursor:pointer;
}

#site-search-input {
	height: 22px;
	padding:1px;
	position:absolute;
	z-index:2;
	-webkit-appearance:none;
	border:none;
	background:transparent;
	color:#7b8eb6;
	outline:none;
	margin-left: 24px;
	display: block;
	width:115px;
}

#site-search-submit {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-appearance:none;
	border:none;
	background:#ffffff;
	color:#7b8eb6;
	outline:none;
	display:table-cell;
	vertical-align:middle;
	padding: 3px 8px;
}

.navbar {
	background:#ffffff;
	margin: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border: none;
}

.navbar-toggle {
	background:#000;
	margin-right: 0;
    margin-top: 0;
}

.navbar-toggle .icon-bar {
	background:#fff;
}

#mobile-nav-set .menu-main-nav-container {
	padding-bottom: 20px;
}

.navbar-container {
	/* border:1px solid blue; */
}

.row > .row {
	margin:0;
}

#primary .navigation > span {
	margin-bottom:30px;
}

.navbar-header{
	padding: 0 0 0 62px;
	margin: 16px 0 0 0;
}

.m-nav{
		padding: 0;
		margin: 0;
}
.m-nav li{
	list-style: none;
	display: inline-block;
	text-align: center;

}

.m-nav li a{
	display: block;
	height: 70px;
	width: 160px;
	padding: 30px 30px 0 30px;
	margin: 0 0 20px 0;
	background: transparent url('img/nav-arrow.png') center bottom no-repeat;
	-webkit-transition: height 0.3s ease-out;
     -moz-transition: height 0.3s ease-out;
       -o-transition: height 0.3s ease-out;
          transition: height 0.3s ease-out;
}

.m-nav li a:hover,
.m-nav li.current-menu-item a {
	height: 80px;
	margin: 0 0 10px 0;
	color: #257FC6;
}


.m-nav-right, .m-nav-left li{
	border-left:1px solid #d7d7d7;
	display: inline-block;
	height: 100px;
}

.m-nav-left, .m-nav-right li{
	border-right:1px solid #d7d7d7;
	display: inline-block;
	height: 100px;
}


#mainNav .menu-main-navigation-left-container, #mainNav .navbar-header{
	float:left;
}

#mainNav .menu-main-navigation-right-container{
	float:right;
}

.menu-top-navigation-container{
	overflow: hidden;
}

#menu-top-navigation li{

	height: 42px;

}

#menu-top-navigation li a{
	margin: 10px 24px 0 0;
	padding: 0;
	height:31px;
	border-bottom:2px solid #eeeef0;
	-webkit-transition: border 0.3s ease-out;
     -moz-transition: border 0.3s ease-out;
       -o-transition: border 0.3s ease-out;
          transition: border 0.3s ease-out;
}


.current_menu_item a {
	border-bottom: 2px solid #58595b;
	background:none;
}


#menu-top-navigation li a:hover,
#menu-top-navigation li.current-menu-item a {
	border-bottom: 2px solid #58595b;
	background:none;
}




/* FOOTER */

#footer {

}

#footer-top {
	width:100%;
	height:55px;
	background:#ffffff;
	display:block;
}

#footer-logo {
	float: left;
	margin-top: 15px;
}

#footer-logo img {
	width:100%;
	max-width:145px;
	height:auto;
}

#footer-email {
	height:55px;
	width:170px;
	display:table-cell;
	vertical-align:middle;
	background:#7b8eb6;
	text-align:center;
	text-decoration:none!important;
	-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

#footer-email:hover {
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

#footer-email img {
	width:24px;
	height:auto;
	display:inline-block;
}
#footer-email span {
	display:inline-block;
	color:#ffffff;
	margin-left: 10px;
}

#footer-middle {
	width:100%;
	min-height:250px;
	background:#58595b;
	display:block;
}

#footer-bottom {
	width:100%;
	min-height:80px;
	background:#404042;
	display:block;
	text-align: center;
}

ul.nav-footerlinks {
	list-style:none;
	padding:0;
	margin:auto;
	line-height: 20px;
	text-align:center;
	margin-top:40px;
}

ul.nav-footerlinks > li {
	display:inline-block;
	margin: 0 15px;
}

ul.nav-footerlinks > li > a {
	color:#ffffff;
	font-size:12px;
	padding:10px;
	text-transform:uppercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition: background 1.5s ease-out;
     -moz-transition: background 1.5s ease-out;
       -o-transition: background 1.5s ease-out;
          transition: background 1.5s ease-out;
}

ul.nav-footerlinks > li > a:hover,
ul.nav-footerlinks > li.current-menu-item > a,
ul.nav-footerlinks > li.current-menu-parent > a {
	color:#ffffff;
	-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1);
}

ul.nav-footerlinks .sub-menu {
	list-style:none;
	padding:0;
	margin:auto;
	line-height:12px;
	text-align:center;
	margin-top:25px;
}

ul.nav-footerlinks .sub-menu > li {
	margin-bottom: 22px;
}

ul.nav-footerlinks .sub-menu a {
	color:#B1B3B5;
	font-weight:normal;
	font-size:12px;
	text-transform:none;
}

ul.nav-footerlinks .sub-menu > li > a:hover,
ul.nav-footerlinks .sub-menu > li.current-menu-item > a {
	color:#ffffff;
}

#footer-copy {
	color:#6D6E70;
}

#footer-social {
	margin-top:10px;
}

#footer-social .social-item {
	float:left;
	display:inline-block;
	margin-left:10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	-webkit-transition: opacity 0.3s ease-out;
     -moz-transition: opacity 0.3s ease-out;
       -o-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out;
}

#footer-social .social-item:hover {
	float:left;
	margin-left:10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

#footer-social .social-item img {
	display:inline-block;
	width:30px;
	height:auto;
}


.nav-footernav {
	list-style:none;
	display: inline-block;
	padding: 0;
	width: 100%;
	border-top: 1px solid #d7d7d7;
	margin: 10px 0 0 0;
}
.nav-footernav li {
	float:left;
	border-left:1px solid #d7d7d7;
	display: inline-block;
}
.footer-text-area {
	font-size:16px;
	color:#6c6c6c;
}

.footer-text-area .call {
	text-transform:uppercase;
	font-family:'Foundry Context W01 Regular', Arial, Helvetica;
}

.footer-text-area .call span {
	color:#2d93d5;
	font-family:'Foundry Context W01 Md', Arial, Helvetica;
}

.footer-text-area .address {
	text-transform:uppercase;
	font-family:'Foundry Context W01 Regular', Arial, Helvetica;
}

.footer-text-area .email {
	font-weight:bold;
}

.footer-text-area .email a {
	color:#6c6c6c;
	font-weight:normal;
	text-decoration:none;
	font-family:'Foundry Context W01 Regular', Arial, Helvetica;
}

.footer-text-area .email a:hover {
	color:#2d93d5;
}


/* PAGE */

#content {
	/* border:1px solid black; */
	margin-top:30px;
}

.home #main #content {
	/* border:1px solid black; */
}

.site-content article .entry-content {
	font-size:14px;
}

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

.page-parent-title {
	display:block;
	width:100%;
	height:50px;
	background-color: #58595B;
}
.page-parent-title .parent-page-title-header {
	display:table-cell;
	vertical-align:middle;
}

.page-parent-title .parent-page-title-header h2 {
	display:inline-block;
	margin:0;
	color:#ffffff;
	margin-top:12px;
	font-size:24px;
}

.parent-page-title-download a {
	display:block;
	width:240px;
	height:50px;
	background:#7b8eb6;
	text-align:center;
	color:#ffffff!important;
	text-decoration:none!important;
	-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

.parent-page-title-download a:hover {
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.parent-page-title-download a span.download-inner {
	display:inline-block;

}

.parent-page-title-download a img.icon-download {
	display:inline-block;
	margin-right:10px;
	width:18px;
	height:auto;
	float:left;
	margin-top:15px;
}

.parent-page-title-download a span.text-download {
	display:inline-block;
	margin-top:10px;
	font-size:16px;
	float:right;
	margin-top:15px;
}

.print-page {
	display:block;
	width:80px;
	height:30px;
	background:transparent;
	text-align:center;
	color:#B1B3B5!important;
	text-decoration:none!important;
	-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
    position: absolute;
	right: 65px;
}

.print-page:hover {
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.print-page span.print-inner {
	display:inline-block;
}

.print-page img.icon-print {
	display:inline-block;
	margin-right:10px;
	width:18px;
	height:auto;
	float:left;
	margin-top:7px;
}

.print-page span.text-print {
	display:inline-block;
	margin-top:10px;
	font-size:16px;
	float:right;
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 12px;
}

.page-have-parent {
	padding-left:0;
}

.page-sidebar-children-holder {
	padding-right:0;
}

ul.page-sidebar-children {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom: 15px;
}

ul.page-sidebar-children li {
	display:block;
	clear:both;
	background:#ffffff;
	border-top:1px solid #ececec;
}

ul.page-sidebar-children li.active,
ul.page-sidebar-children li.first,
ul.page-sidebar-children li.first-after-active {
	border-top:none;
}

ul.page-sidebar-children li a {
	display:block;
	color:#58595B;
	width:100%;
}




ul.page-sidebar-children li.active a {
	cursor:default;
	color:#ffffff;
	background-color: #58595B;
}

ul.page-sidebar-children li a span {
	display:table-cell;
	vertical-align:middle;
	height:62px;
	padding-left:15px;
	padding-top: 5px;
}

ul.page-sidebar-children li.active a:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -40px;
	right: -20px;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #58595B;
	border-style: solid;
	border-width: 10px;
	z-index: 100;
}

#primary article {
	background:#ffffff;
	margin-bottom:30px;
}

#primary.contact-us-page article {
	background:transparent;
}

#primary article .entry-inner {
	padding:40px 50px;
}

#primary article .entry-inner h1 {
	margin-top:0;
}
#primary article .entry-inner h1 a {
	text-decoration: none;
	color: #58595b;
}

#primary .parent-colored .entry-content ul {
	list-style:none;
	padding:0 0 0 15px;
}

.contact-us-page #content {
	margin-bottom:30px;
	margin-top:20px;
}

.contact-us-page .entry-title {
	color:#58595B;
	font-size:24px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:10px;
}

.contact-us-page .entry-sub-title {
	color:#7b8eb6;
	font-size:16px;
	margin-top: 10px;
	margin-bottom:10px;
}

.contact-us-page .entry-sub-title-holder {
	padding-left:0;
}


.contact-us-page .entry-content .content-inner {
	width: 100%!important;
	height:340px;
	background:#ffffff url('img/loading-24.gif') center center no-repeat;
}

.contact-us-page .entry-content #wpgmza_map {
	width: 100%!important;
}

.contact-us-page .enquiry-form-wrapper {
	background:transparent;
	display:block;
	margin:0;
	/* padding-left:0; */
}

.contact-us-page .enquiry-form-wrapper .content-inner {
	background:#7b8eb6;
	display:block;
	width:100%;
	height:340px;
}

.contact-us-page .contact-details-container {
	background:transparent;
	display:block;
	margin:0;
	/* padding-right:0; */
}

.contact-us-page .contact-details-container .content-inner {
	background:#ffffff;
	display:block;
	width:100%;
	/* height:390px; */
	/* padding-bottom: 30px; */
}

.contact-us-page .office-hours-container {
	background:transparent;
	display:block;
	margin:0;
	/* padding-left:0; */
}

.contact-us-page .office-hours-container .content-inner {
	background:#ededed;
	display:block;
	width:100%;
	height:230px;
}

.contact-details-container .block {
	display:block;
	width:100%;
}

.contact-details-container .print-page {
	right:auto;
	position:relative;
}

.details-address-holder {
	padding-top:30px;
}

.details-address-holder .details-address {
	margin-left:40px;
}

.details-address-holder .print-page {
	margin-right:40px;
	margin-top: 4px;
}

.details-address .icon-map {
	display:inline-block;
	width:12px;
	height:auto;
	margin-right:10px;
	float: left;
	margin-top: 8px;
}

.details-address .text-address {
	display:inline-block;
	color:#7b8eb6;
	font-size:24px;
}

.details-address .text-address span {
	display:inline-block;
	color:#808080;
	font-size:13px;
	padding-left:10px;
}

.contact-details-container .detail-options-item {
	margin-bottom:5px;
}

.contact-details-container .details-heading,
.contact-details-container h3 {
	color:#7b8eb6;
	font-size:13px;
	text-transform:uppercase;
	margin-left:40px;
}

.contact-details-container .details-value {
	color:#808080;
	font-size:13px;
	margin-right:40px;
}

.office-hours-container .block {
	display:block;
	/* width:100%; */
}

.details-hours-holder {
	padding-top: 30px;
}

.details-hours {
	margin-left:30px;
}

.details-hours .icon-clock {
	display:inline-block;
	float:left;
	margin-right:10px;
	width:20px;
	height:auto;
	margin-top: 6px;
}

.details-hours .text-hours {
	display:inline-block;
	float:left;
	color:#58595B;
	font-size:24px;
}

.detail-hours-days {
	display:inline-block;
	color:#7b8eb6;
	margin-left:30px;
	font-size:14px;
	margin-top:20px;
}

.detail-hours-times {
	margin-left:30px;
	display:table-cell;
	vertical-align:bottom;
}

.detail-hours-times .detail-hours-times-wrap {
	display:inline-block;
	width:100%;
}

.detail-hours-times .detail-hours-times-time {
	display:inline-block;
	color:#58595B;
	font-size:48px;
	float:left;
	text-transform:uppercase;
}

.detail-hours-times .detail-hours-times-ampm {
	display:inline-block;
	color:#58595B;
	font-size:19px;
	float:left;
	text-transform:uppercase;
	margin-top:30px;
}

.detail-hours-times span {
	display:inline-block;
	font-size:19px;
	margin:20px 10px 0 10px;
	float:left;
}

.detail-hours-instructions {
	display:inline-block;
	color:#58595B;
	font-size:13px;
	margin-left:30px;
}



.page-404-container {
	text-align:center;
}

.page-404-container .site-content {
	margin:30px 0;
	background:#ffffff;
	padding: 30px;
}

.page-search-container .site-content {
	margin:30px 0;
	background:#ffffff;
	padding: 30px;
}

.page-search-container .search-query {
	margin-left:15px;
	color:#E99523;
}

.page-search-container .search-result {
	padding-top:10px;
	margin-top:10px;
	background:#ffffff;
	border-top:1px solid #EDEDED;
}

.page-search-container .search-result .result-title a {
	text-decoration:none!important;
}

.page-search-container .page-title {
	font-size: 20px;
	margin-top:0;
}



/* MAIN  CONTENT */

#main {
	background:#ededed;
}

/* HOME PAGE */

#sidebar-home-page {
	margin:30px 0;
}

#sidebar-home-page .home-page-posts .col-xs-4 {
	height:355px;
	overflow:hidden;
	border-left: 2px dotted #e4e4e4;
}

#sidebar-home-page .home-page-posts .col-xs-4.first {
	border-left:none;
}

#sidebar-home-page .home-page-posts .thumbnail > img {
	width:100%!important;
	height:auto;
	padding: 10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

#sidebar-home-page .home-page-posts .title {
	color:#257FC6;
	text-transform:uppercase;
	margin: 20px 0;
	font-size: 16px;
	font-family:'Brandon Grot W01 Medium', Arial, Helvetica;
	font-weight:normal;
}

#sidebar-home-page .home-page-posts .excerpt {
	color:#6D6E70;
	height:120px;
	font-size:15px;
	font-family:'Foundry Context W01 Regular', Arial, Helvetica;
}

#sidebar-home-page .home-page-posts .read-more {
	text-transform:uppercase;
	background-color:#2c92d0;
}

/* ENQUIRY FORM */

.contact-enquiry-form {

}

.contact-enquiry-form h2 {
	margin:0;
	text-transform:uppercase;
	font-size:16px;
	font-family:'Brandon Grot W01 Medium', Arial, Helvetica;
}

.contact-enquiry-form form .tip {
	font-size:10px;
	color:#ffffff;
	padding:0 25px;
}

.contact-enquiry-form form fieldset {
	padding-top:20px;
}

.contact-enquiry-form form .input-field {
	margin:10px 0 0 0;
	font-size:14px;
	padding: 0 25px;
}

.contact-enquiry-form form .input-field .input-icon {
	float:left;
	background:#E99523;
	display:block;
	width:42px;
	height:42px;
	text-align:center;
}

.contact-enquiry-form form .input-field .input-icon img {
	display:inline-block;
	width:16px;
	height:auto;
	padding-top:14px;
}

.contact-enquiry-form form .input-field .input-content {
	float:left;
}

.contact-enquiry-form form .input-field label {
	position:absolute;
	z-index:0;
	padding:13px 5px 0 5px;
	color:#7b8eb6;
}

.contact-enquiry-form form .input-field label.text-area-label {
	padding-top:6px;
}

.contact-enquiry-form form .input-field input,
.contact-enquiry-form form .input-field textarea {
	border: none;
	padding: 0 5px;
	outline: none!important;
	position: static;
	height: 42px;
	width: 210px;
	color:#7b8eb6;
}

.contact-enquiry-form form .input-field textarea {
	height:60px;
	width:252px;
	padding-top: 5px;
}

.contact-enquiry-form form .enquiry-actions {
	margin-top:10px;
	padding:0 25px;
}
.contact-enquiry-form form .enquiry-actions .btn.btn-primary {
	background-color:#E99523;
	width: 100%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	outline:none!important;
	padding:12px;
	text-transform:uppercase;
}

.contact-enquiry-form form .enquiry-actions .btn.btn-primary:hover {
	background-color:#D5750B!important;
	border-color:#8A5800!important;
}

.contact-enquiry-form .response-msg {
	display:none;
	padding: 50px 25px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

body.browser-mozilla .contact-enquiry-form form .input-field label {
	left:80px;
}

body.browser-mozilla .contact-enquiry-form form .input-field label.text-area-label {
	left:30px;
}

body.browser-mozilla .contact-enquiry-form form .input-field input {
	padding-top:5px;
	padding-left:16px;
}

body.browser-mozilla .contact-enquiry-form form .input-field textarea {
	padding-top:5px;
	padding-left:10px;
}

/* SLIDER */

#home-slider-container {
	display:block;
	background:#ffffff;
	/* min-height:375px; */
}

.carousel-inner {
	text-align:center!important;
}

.carousel-inner > .item {
	width:100%;
	/* min-height:340px; */
	overflow:hidden;
	background:transparent center top no-repeat;
	background-size: cover;
}



.carousel-indicators li {
	border-color:#667BA6!important;
	background-color:#667BA6!important;
	width:7px!important;
	height:7px!important;
	margin:1px!important;
}

.carousel-indicators li.active {
	border-color:#EF8C1E!important;
	background-color:#EF8C1E!important;
}

.carousel-inner .btn.btn-primary.slider-custom-button {
	border-color:#EF8C1E!important;
	background-color:#EF8C1E!important;
	text-align:center;
	padding:15px 25px;
	min-width:200px;
	margin-top:20px!important;
}

.carousel-inner .btn.btn-primary.slider-custom-button:hover {
	background-color:#D5750B!important;
	border-color:#8A5800!important;
}

.carousel-inner .slider-custom-button .button-text {
	display:inline-block;
	float:left;
	font-size:20px;
}

.carousel-inner .slider-custom-button.no-icon .button-text {
	float:none;
}

.carousel-inner .slider-custom-button .button-icon {
	display:inline-block;
	float:right;
	margin-left:10px;
	width:30px;
	height:30px;
}

.carousel-inner .slider-content {
	text-shadow:none!important;
	margin-bottom:5px;
}

.carousel-inner .carousel-caption {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
	padding-bottom: 50px;
}

.carousel-inner .carousel-caption > h2 {
	font-size:55px!important;
	text-shadow:none!important;
	margin: 0!important;
}

.carousel-inner .slider-content p {
	font-size:14px;
	/* line-height:8px; */
	line-height: 1.2;
    margin-bottom: 0;
}

.entry-content table td {
	padding-bottom: 0.7em;
}

/* MEDIA QUERIES */


#mobile-nav-set {
	/* width: 150px; */
}

@media all and (max-width: 1330px) {
	.slider-wrapper{
		width: 930px;
		overflow: hidden;
	}

	.slider-wrapper .nivoSlider{
	margin: 0 0 0 -186px;
	}

}

.carousel-caption {
	position: relative !important;
}
.carousel-indicators {
	bottom: -35px!important;
}

#wprev-slider-1 ul {
	padding-left: 0;
}


.details-address .text-address span {
	padding-left:0;
	display:block;
}

@media screen and (max-width: 767px) {

	.contact-us-page .office-hours-container .content-inner {
		background:#ffffff;
		display:block;
		width:100%;
		padding-bottom: 30px;
		padding-left: 10px;
	}
	.contact-us-page .office-hours-container .content-inner .text-hours {
		color: #7b8eb6;
	}

	.contact-details-container .pull-left {
		float:none!important;
	}
	.contact-details-container .pull-right {
		float:none!important;
		margin-left: 40px;
		margin-bottom:10px;
	}
}

@media all and (min-width: 768px) {
	.carousel-caption {
		/* bottom: auto!important;; */
	}

	.contact-us-page .enquiry-form-wrapper {
		padding-left:0;
	}
	.contact-us-page .entry-content {
		padding-right:0;
	}
	.contact-us-page .contact-details-container {
		padding-right:0;
	}
	.contact-us-page .office-hours-container {
		padding-left:0;
	}

	.contact-us-page .contact-details-container .content-inner {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 500px) {
	#footer-top .pull-left {
		width:40%;
	}
	#footer-top .pull-right {
		/* width:50%; */
		margin-right:-15px;
	}
	#footer-logo {
		margin-top: 17px;
	}


	#primary article .entry-inner {
		padding: 13px 13px !important;
	}
}

@media (max-width: 600px) {
	.container.topNav {
		padding-right:5px !important;
		padding-left:5px !important;
	}

	img {
		/* width: 100% !important; */
	}
	#topNav #phone-call img {
		width: 22px !important;
	}
	#main-nav-home img {
		width: 16px !important;
	}
	.print-page img.icon-print {
		width: 18px !important;
	}
	img.wprevpro_t1_star_img_file {
		width: 100px !important;
	}
	.carousel-inner .slider-custom-button .button-icon {
		width: 30px !important;
	}

	#footer-email img {
		width: 24px !important;
	}
	.phone-call-number {
		width: 140px !important;
	}
	#footer {
		/* min-width: 355px !important; */
		overflow: visible !important;
	}
	ul.nav-footerlinks > li  {
		display: block !important;
		/* margin-left: -15px !important; */
	}

	body {
		padding-top:0px;
	}
	.carousel-inner .slider-content p {
		/* line-height: 14px !important; */
	}
	#topNav .pull-right- {
		text-align:left;
		float:left !important;
		width: 180px !important;
	}
	.wprevpro_t1_IMG_4 {
		width: 60px !important;
	}

}

.widget {
	background: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.widget ul {
	list-style-type: none;
	padding-left: 0px;
}

.widget h2 {
	margin-top:10px;
	font-size: 24px;
}

.widget-3 {
	padding-left: 2px;
	padding-right: 2px;
}

#wp-calendar {
	width: 100%;
	margin-bottom: 10px;
}

#wp-calendar > caption {
	margin-top:10px;
	font-size: 24px;
	text-align: left;
	margin-bottom:6px;
	padding-left: 13px;
}

#wp-calendar td, #wp-calendar th {
	height:26px;
	text-align: center;
}
#wp-calendar tbody {
margin-right:-10px;
margin-left:-10px;
}
#wp-calendar tbody td a {
	width: 20px;
	display: inline-block;
	height: 18px;
	background-color: #58595B;
	color: #fff;
}
#wp-calendar tbody td a:hover {
	text-decoration: none;
}
#wp-calendar tfoot #next {
	text-align: right;
	padding-right:10px;
}
#wp-calendar tfoot #prev {
	text-align: left;
	padding-left: 10px;
}
#wp-calendar tfoot a {
color: #428bca;

}



.navigation {

}
.navigation > span {
}
.navigation > span > a {
	font-size: 14px;
	display: inline-block;
	background-color: #fff;
	padding: 20px 30px;
}
.navigation .older {
	float:right;
}

@media screen and (max-width: 991px) {
	.main-nav > li.current-menu-item > a:after, .main-nav > li.current-page-ancestor > a:after {
		display:none !important;
	}
}

/* head phone annoying me */
@media screen and (min-width: 320px) {
	#topNav #phone-call {
		margin-top: 14px;
		text-align: right;
	}
	#topNav #phone-call span {
		font-size: 18px;
	}
}
@media screen and (min-width: 375px) {
	#topNav #phone-call {
		margin-top: 14px;
	}
	#topNav #phone-call span {
		font-size: 20px;
	}
}
@media screen and (min-width: 414px) {
	#topNav #phone-call {
		margin-top: 16px;
	}
}
#phone-call {
    margin-top: 10px;
}


.jumppage-form-container .input-field {
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;

    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
	
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	position: relative;
}
.jumppage-form-container .input-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.jumppage-form-container .input-icon img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0 !important;
    /* height: 16px;
    width: 16px; */
    margin-top: 14px;
}

.jumppage-form-container .input-content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
	flex: 1 1 auto;
    width: 1%;
}
.jumppage-form-container .input-field input, .jumppage-form-container .input-field textarea {
	width:100% !important;
	border-radius: 0;
}
.navbar {
	min-height: initial;
}


ul.page-sidebar-children-two li.active a:after {
	display: none;
    position: absolute;
    right: 0; 
}