/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url("http://cdn.myld.com.au/1/css/fontawesome/4.0.3/css/font-awesome.css");
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Faq/faq.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.svg#latoregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.svg#latobold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.svg#latoblack) format('svg');
   font-weight:900;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#009de3;
  color:#fff;
}

a {
	color:#009de3;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body:before {
	content: url(http://cdn.myld.com.au/2/761/newcastle-paediatric-occupational-therapy-npot_dfe2d99067.png);
	display:none;
}

body {
	background:url(http://cdn.myld.com.au/2/761/newcastle-paediatric-occupational-therapy-npot_10d3e9699c.jpg) repeat;
	color:#42423a;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:normal;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	z-index:1;
	margin-bottom:0;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMC45MSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(245,245,245,0.91) 0%, rgba(234,234,234,0.91) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.91)), color-stop(100%,rgba(234,234,234,0.91))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,245,245,0.91) 0%,rgba(234,234,234,0.91) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,245,245,0.91) 0%,rgba(234,234,234,0.91) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,245,245,0.91) 0%,rgba(234,234,234,0.91) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,245,245,0.91) 0%,rgba(234,234,234,0.91) 100%); /* W3C */
}

#logo {
	padding-top:25px;
	padding-bottom:25px;
}

#headerRight {
	display:none;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color:#009de3;
	border:none;
}

.navbar-nav>li>a {
	color:#1a1a1a;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:24px;
	white-space:nowrap;
	padding:48px 4px;
	position:relative;
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
	background:#009de3;
	color:#fff;
}

.nav>li.active>a {
	font-weight:700;
}

.navbar-nav>li>a:after {
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	bottom:6px;
	left:50%;
	margin-left:-3px;
	pointer-events:none;
	background:#fff;
	opacity:0;
	border-radius:9999px;
	-webkit-border-radius:9999px;
	-moz-border-radius:9999px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav>li>a:hover:after, .nav>li>a:focus:after, .nav>li.active>a:after,
.nav .open>a:after, .nav .open>a:hover:after, .nav .open>a:focus:after {
	opacity:1;
}

#headerContact {
	margin-top:48px;
}

#headerContact .socialmedia {
	display:inline-block;
}

#headerContact .social-media {
	margin-left:2px;
	margin-right:2px;
}

#headerMail {
	/*display:inline-block;*/
	vertical-align:top;
	display:none;
}

#headerMail a {
	display:inline-block;
	width:26px;
	height:24px;
	margin-left:2px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(http://cdn.myld.com.au/2/761/newcastle-paediatric-occupational-therapy-npot_6d1a683b15.png) center center no-repeat;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#headerMail a:hover {
	background-image:url(http://cdn.myld.com.au/2/761/newcastle-paediatric-occupational-therapy-npot_dfe2d99067.png);
}

#slider {
	height:657px;
	border-bottom:solid 3px #009de3;
}

body#contact-us #slider {
	display:none;
}

#intro {
	padding-top:60px;
	padding-bottom:60px;
	background:#fff;
	color:#42423a;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:24px;
}

#intro h1 {
	color:#009de3;
	font-family: 'Lato';
	font-weight:900;
	font-style:normal;
	font-size:28px;
	text-transform:uppercase;
	line-height:28px;
	margin:0 0 25px 0;
}

#content {
	border-top:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;
	padding-top:60px;
	padding-bottom:60px;
}

.contentBox {
	margin-bottom:60px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#42423a;
	font-family: 'Lato';
	font-weight:900;
	font-style:normal;
	font-size:22px;
	text-transform:uppercase;
	line-height:25px;
	margin:0 0 28px 0;
}

body#contact-us .contentBox h2 {
	margin-bottom:0;
}

.contentBox p {
	margin-bottom:25px;
}

.contentImage {
	float:none;
	margin-bottom:30px;
	margin-left:0;
}

.contentImage img {
	display:inline-block;
}

#homeThumbs {
	padding-top:60px;
	padding-bottom:60px;
	background:#fff;
}

.ht {
	margin-bottom:40px;
}

.ht:last-child {
	margin-bottom:0;
}

.htImage {
	margin-bottom:26px;
}

.htImage img {
	display:inline-block;
	border:solid 3px transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .htImage img {
	border:solid 3px #009de3;
}

.homeThumb h3 {
	color:#1a1a1a;
	font-family: 'Lato';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	text-transform:uppercase;
	line-height:normal;
	margin:0 0 16px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .homeThumb h3 {
	color:#009de3;
}

.htText {
	position:relative;
	color:#1a1a1a;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
	padding-bottom:16px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .htText {
	color:#009de3;
}

.htText:after {
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	bottom:0;
	left:50%;
	margin-left:-5px;
	pointer-events:none;
	opacity:0;
	background:#009de3;
	border-radius:9999px;
	-webkit-border-radius:9999px;
	-moz-border-radius:9999px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .htText:after {
	opacity:1;
}

#welcome {
	padding-top:60px;
	padding-bottom:60px;
	border-top:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;
	color:#1a1a1a;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:normal;
}

#welcome h1 {
	color:#2c2c2c;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:24px;
	text-transform:uppercase;
	line-height:normal;
	margin:0 0 22px 0;
}

#welcome h1 span {
	font-weight:900;
}

#welcome p {
	margin-bottom:25px;
}

.welcomeImage {
	float:none;
	margin-bottom:30px;
}

.welcomeImage img {
	display:inline-block;
}

#footer1 {
	color:#fff;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:18px;
	padding-top:30px;
	padding-bottom:30px;
	background: rgb(19,148,205); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzOTRjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjgxYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(19,148,205,1) 0%, rgba(11,129,181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,148,205,1)), color-stop(100%,rgba(11,129,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(19,148,205,1) 0%,rgba(11,129,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(19,148,205,1) 0%,rgba(11,129,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(19,148,205,1) 0%,rgba(11,129,181,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(19,148,205,1) 0%,rgba(11,129,181,1) 100%); /* W3C */
}

#footer1 h3 {
	color:#fff;
	font-family: 'Lato';
	font-weight:700;
	font-style:normal;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	line-height:18px;
	margin:0 0 30px 0;
}

#footer-map {
	height:126px;
}

#footerContact address {
	margin-bottom:10px;
	line-height:18px;
	padding-left:25px;
}

#footerContact address:last-child {
	margin-bottom:0;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/761/newcastle-paediatric-occupational-therapy-npot_545d504cfd.png) left center no-repeat;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/761/newcastle-paediatric-occupational-therapy-npot_ba52211764.png) left center no-repeat;
}

.footerHours {
	background:url(http://cdn.myld.com.au/2/761/newcastle-paediatric-occupational-therapy-npot_23048c7bfc.png) left center no-repeat;
}

#footerContact a {
	color:#fff;
}

#footerContact a:hover {
	text-decoration:underline;
}

#footer2 {
	padding-top:16px;
	padding-bottom:12px;
	background:#2c2c2c;
}

#copyright {
	color:#f7f8fa;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	letter-spacing:-0.06em;
	line-height:18px;
	margin-top:4px;
}

#footerSocial .socialmedia {
	display:inline-block;
}

#footerSocial .social-media {
	margin-left:6px;
	margin-right:6px;
}

#footerBrand {
	margin-top:2px;
}

#map-canvas {
	position:relative;
	height:200px;
	border-bottom:solid 3px #009de3;
	top:0;
	margin-bottom:0;
}

ul, ol {
	margin:0 0 10px -18px;
}

dt, dd, ul li, ol li {
	line-height:inherit;
}

dd {
	margin-left:0;
	margin-bottom:10px;
}

.break {
	word-break:break-all;
}

label, input, button, select, textarea {
	font-family:inherit !important;
	font-size:inherit !important;
	font-weight:inherit !important;
	line-height:inherit !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	background:#f2f2f2 !important;
	border:1px solid #d9d9d9;
}

.btn {
	background:#009de3;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border:1px solid #d9d9d9;
	color:#fff;
	box-shadow:none;
	text-shadow:none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover {
	color:#009de3;
	background:#fff;
}

#schema, .schema-address {
	display:none;
}

p:last-child,
p.last {
	margin-bottom:0 !important;
}

.faq-number {
	line-height:26px;
	background:#009de3;
}

.faq-text h4 {
	font-family: 'Lato';
	font-weight:700;
	font-style:normal;
	margin-top:5px;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:1140px;
	}

	#headerContact .social-media {
		margin-left:8px;
		margin-right:8px;
	}
	
	#headerMail a {
		margin-left:8px;
	}

	#footer-map {
		height:108px;
	}
	
	#copyright {
		letter-spacing:0;
	}
}

@media (min-width: 992px) {
	#header {
		margin-bottom:-120px;
	}
	
	#logo {
		padding-bottom:0;
	}
	
	#headerRight {
		display:block;
	}

	.welcomeImage,
	.contentImage {
		float:right;
		margin-bottom:10px;
		margin-left:30px;
	}

	body#faq-s .contentImage {
		float:none;
		margin-bottom:0;
		margin-left:0;
	}
	
	#map-canvas {
		height:657px;
		top:-120px;
		margin-bottom:-120px;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.ht {
		margin-bottom:0;
	}
}

@media (max-width: 767px) {
	.contactInfo {
		margin-top:30px;
	}
}

@media (max-width: 568px) {...}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
	#map-canvas {
		height:320px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {...}

/* Device specific media queries ----------- */
/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {...}

/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {...}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {...}

/* iPhone */
@media only screen  
and (max-device-width : 568px) {...}