@charset "utf-8";

html,body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	-webkit-text-size-adjust:none;
	background:#000;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

/*::-moz-selection{ background:#ffffff; color:#000000; text-shadow: none; }
::selection { background:#ffffff; color:#000000; text-shadow: none; }*/

a {
	color:#fff;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-ms-transition: color .5s;
	transition: color .5s;
}
a:hover {color:#999;}
h1 {
	display:block;
	float:left;
	width:100%;
	text-align:left;
	font-size:20px; 
	font-weight:normal;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	text-transform:capitalize;
	padding:0;
	margin:0;
	border-bottom:none;
}
h1.centered {text-align:center;}
p {text-align:left; line-height:140%; padding:0 0 10px; color:#999;}
img.auto-width {display:block; width:100%; height:auto;}
img.life-logo {display:block; float:right; width:100%; max-width:300px; max-height:67px;}
.bookmark{
  position: relative;  
  display: block; /*This is necessary so the trick works in Chrome and IE*/
  top: -70px; /*or your required offset amount*/
}
.library .bookmark {top:-110px;}
.clearfloat {
	display:block;
	float:none;
	clear:both;
	height:0;
}
.spacer {
	display:block;
	float:left;
	width:100%;
	clear:both;
	height:30px;
}
.clear {display:block; float:none; clear:both;}
#background {
	min-height: 100%;
	min-width: 1280px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-9999;
	background:#111;
}
#wrapper {
	display:block;
	position:relative;
	max-width:984px;
	padding:80px 0 0 0;
	margin:0 auto;
}
.padding {
	float:none;
	clear:both;
	padding:0 20px;
}
#outer {
	height:100%;
	min-height:480px;
	width:100%;
	text-align:center;
	position:relative;
	z-index:99;
}
#outer:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	width:1px;
}
#inner {
	display:inline-block;
	vertical-align:middle;
	width:99%;
	*display:block;
	*width:100%;
	*position:absolute;
	*top:50%;
	*margin-left:-50%;
}
#content {
	*position:relative;
	*top:-50%;
	*width:100%;
	padding-top:60px;
}
.center {
	display:block;
	max-width:520px;
	margin:0 auto;
	padding:0 20px;
	text-align:center;
	position:relative;
	-webkit-transform: translate3d(0,0,0);
}
#preload {display:none;}

.hero {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 40px;
}
.hero h1 {
	/* font-style: normal; */
	display: inline-block;
	text-align: center;
	margin-top: 40px;
}
.hero:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
#logo {
	display:block;
	width:100%;
	max-width:480px;
	margin: 0 auto;
	height:auto;
	max-height:414px;
	border:none;
}
#intro {
	display:block;
	float:left;
	width:100%;
	clear:both;
	margin-bottom:40px;
	text-align:center;
	font-size:16px;
	line-height:100%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	text-transform:none;
	padding:20px 0;
	border-top:solid 1px #444;
	border-bottom:solid 1px #444;
}
#navbar{
	display:block;
	position:fixed;
	float:left;
	width:100%;
	background:#000;
	z-index:9999;
	-webkit-transform: translate3d(0,0,0);
}
#nav {
	display:block;
	max-width:944px;
	height:auto;
	margin:0 auto;
	border-bottom:solid 1px #fff;
	background-image:url(../images/icon.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	background-size:45px 45px;
}
#nav ul{
	display:block;
	float:right;
	padding:20px 0;
	position:relative;
	text-align:center;
	cursor:default;
}
#nav li{
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	vertical-align:middle;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	list-style:none;
	padding:0;
	border-right:solid 1px #666;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#nav li.first-child {border-left:solid 1px #666;}
#nav li a{
	display:block;
	color:#fff;
	text-align:center;
	padding:5px 15px;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	-ms-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}
#nav li a:hover{
	text-decoration:none;
	color:#ddd;
}
#nav li a:active{
	text-decoration:none;
	color:#ddd;
}
#nav ul.contact-numbers {
	display:block;
	float:left;
	margin-left:60px;
	width:auto;
}
#nav ul.contact-numbers li {
	display:block;
	*display:block;
	float:left;
	clear:both;
	width:105px;
	height:15px;
	font-weight:bold;
	line-height:15px;
	border:none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#nav select {display:none; float:right; position:absolute; top:25px; right:20px;}
a.nav-mobile {
	display:none;
	float:right;
	padding:25px 10px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
#nav-mobile {
	display:none;
	width:100%;
	float:left;
	clear:both;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	padding:36px 0;
}
#nav-mobile li {
	display:block;
	float:left;
	width:48%;
	margin:4px 1%;
	text-align:center;
}
#nav-mobile li a {
	display:block;
	text-decoration:none;
	padding:10px 0;
	border:solid 1px #333;
	text-transform:capitalize;
}
#nav-mobile li.first-child {width:98%;}

.page {
	display:block;
	float:left;
	width:100%;
	border-top:solid 1px #fff;
}
.titlebar {
	display:block;
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:dashed 1px #666;
}
.icon {
	display:none;
	float:left;
	width:45px;
	height:45px;
	margin-right:20px;
	overflow:hidden;
	text-indent:-999em;
	background-image:url(../images/icon.gif);
	background-repeat:no-repeat;
	background-size:45px 45px;
}
.title {
	display:block;
	float:left;
	width:270px;
	height:45px;
	overflow:hidden;
	text-indent:-999em;
	background-image:url(../images/titles.gif);
	background-repeat:no-repeat;
	background-size:auto 270px;
}
.title.practice {background-position:0 0;}
.title.surgeons {background-position:0 -45px;}
.title.procedures {background-position:0 -90px;}
.title.library {background-position:0 -135px;}
.title.news {background-position:0 -180px;}
.title.contact {background-position:0 -225px;}
.section, .columns {
	display:block;
	float:left;
	width:100%;
	padding:40px 0;
}
.section.no-padding, .columns.no-padding {
	display:block;
	float:left;
	width:100%;
	padding:0;
}
#page-enquiries .section {
	border-bottom:solid 1px #444;
}
hr {
	display:block;
	float:left;
	width:100%;
	height:0;
	border:none;
	border-bottom:solid 1px #444;
}
ul.accordion li {border-bottom:dotted 1px #666;}
ul.accordion li.first-child {border-top:dotted 1px #666;}
li.accordion {border-top:dotted 1px #666; border-bottom:dotted 1px #666;}
.expand {
	display:block;
	float:none;
	clear:both;
	height:auto;
	overflow:hidden;
	padding:0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.expand-icon {
	display:block;
	float:none;
	clear:both;
	width:auto;
	padding:15px 30px 15px 0;
	cursor:pointer;
	color:#999;
	background-image:url(../images/plus@2x.png);
	background-image:url(../images/plus.png)\9;
	*background-image:url(../images/plus.png);
	background-repeat:no-repeat;
	background-size:20px 20px;
	background-position:center right;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.expand-icon:hover {color:#fff;}
p.expand-icon {font-weight:bold;}

.column {display:block; float:left;}
.column.half {width:48%; margin-left:4%;}
.column.third {width:31%; margin-left:3%;}
.column.two-thirds {width:65%; margin-left:4%; *margin-left:3%;}
.column.quarter {width:22%; margin-left:4%; *margin-left:3%;}
.column.three-quarters {width:74%; margin-left:4%; *margin-left:3%;}
.column.first-child {margin-left:0;}

.column ul {
	display:block;
	float:left;
	width:100%;
}
ul.bullets {}
ul.bullets li {
	/* display:list-item;
	list-style:inside disc; */
	display: block;
	list-style: none;
	line-height:100%;
	padding:0;
	border-bottom:dotted 1px #666;
	vertical-align: top;
}
ul.bullets li:first-child {border-top:dotted 1px #666; margin-top:10px;}
ul.bullets li a {display:inline-block; text-decoration:none; color:#999; padding:10px 0;}
ul.bullets li a:hover {color:#fff;}
.column li {
	display:block;
	float:none;
	clear:both;
	padding:0;
}
.slogan {
	display:block;
	float:right;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:15px;
	font-style:italic;
	text-transform:none;
	padding:15px 0;
}

.profiles, .procedures, .library {cursor:pointer;}
.profiles h1, .procedures h1, .library h1 {
	color:#666;
	text-align:center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.profiles h1 {margin:0 0 20px;}
.procedures h1, .library h1 {margin:0 0 10px;}
.profiles li:hover h1, .procedures li:hover h1, .library li:hover h1 {color:#fff;}
.profiles img, .procedures img, .library img {
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.profiles img {display:block; float:none; width:100%; max-width:200px; max-height:200px; margin:0 auto 20px; clear:both;}
.profiles li:hover img, .procedures li:hover img, .library li:hover img {
	opacity:.8;
	-webkit-opacity:.8;
	-moz-opacity:.8;
}

/* .profiles {
	text-align: center;
} */
/* .profiles .row:after {
	content:'';
	display: table;
	clear: both;
}
.profiles > li + li {
	margin-top: 40px;
}
.profile {
	float: left;
	width: 30%;
} */
.profiles > li + li {
	border-top: dotted 1px #666;
}
.profile img {
	margin: 0 0 20px;
}
.profile h1 {
	text-align: left;
}
/* .profile-bio {
	float: left;
	width: 70%;
} */

/* .profiles .column {
	display: inline-block;
	float: none;
	width: 32%;
	margin: 0 2%;
}
.profiles .column.first-child {
	margin: 0 2%;
} */


.procedures img, .library img {display:block; float:none; width:100%; max-width:150px; max-height:150px; margin:0 auto 20px; clear:both;}
.procedures-divider {
	display:block;
	float:left;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	background-image:url(../images/line-dashed.gif);
	background-repeat:repeat-x;
	background-position:left center;
}
.procedures-divider img {
	display:block;
	width:100px;
	height:auto;
	margin:0 auto;
}

img.news-icon {display:block; float:none; width:100%; max-width:150px; max-height:150px; margin:0 auto 20px; clear:both;}

.news-list > li + li {
	border-top: dotted 1px #666;
	padding-top: 20px;
	margin-top: 20px;
}
.news-list > li:after {
	content: '';
	display: table;
	clear: both;
}
.news-list > li h1 {
	margin-bottom: 20px;
}

iframe {
	border: none;
	padding: 0px;
	margin: 0px;
	background:#333;
	height:400px;
}
.gmap {
	display:block;
	float:left;
	width:100%;
	height:400px;
}
#footer {
	display:block;
	float:left;
	width:100%;
	padding:20px 0;
	clear:both;
	position:relative;
	border-top:solid 1px #fff;
}
#copyright{
	display:block;
	float:left;
	height:25px;
	color:#999;
	text-align:left;
	font-size:8px;
	line-height:25px;
	padding:0;
	cursor:default;
}
#author {
	display:block;
	float:right;
	width: 92px;
	height: 25px;
	overflow:hidden;
	text-indent:-9999em;
	z-index:9999;
	background-image: url(../images/pexcil.png);
	background-size:92px auto;
	background-repeat: no-repeat;
	background-position: top left;
	*background-position: bottom center;
	opacity:.5;
	-webkit-opacity:.5;
	-moz-opacity:.5;
	transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;	
}
#author:hover {
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	*background-position: top center;
}

.tel, .email, .address {display:block; float:none; clear:both; text-align:center;}
.tel {font-size:18px; font-weight:bold;}
.address {padding:10px 0;}
a.email {color:#fff; font-size:14px; font-weight:bold;}