/* ----Accordion menu style */

#dc_jqaccordion_widget-2-item {
font: bold 14px Arial, sans-serif;
border-top: 1px solid #111;
border-right: 1px solid #111;
border-left: 1px solid #111;
}
#dc_jqaccordion_widget-2-item ul, #dc_jqaccordion_widget-2-item ul li {
margin: 0;
padding: 0;
border: none;
list-style: none;
}

#dc_jqaccordion_widget-2-item ul a {
padding: 10px 10px 10px 50px;
background: #66551f !important;
text-decoration:none;
display: block;
color: #fff;
border-bottom: 1px solid #ffde54;
position: relative;
width:100% !important;
}
#dc_jqaccordion_widget-2-item ul ul a {
background: #968b62;
}
#dc_jqaccordion_widget-2-item ul a.dcjq-parent, #dc_jqaccordion_widget-2-item ul a.dcjq-parent:hover {
background: #968b62 !important;
}
#dc_jqaccordion_widget-2-item ul a .dcjq-icon {
position: absolute;
top: 50%;
left: 14px;
width: 34px;
margin-top: -17px;
height: 34px;
background: url(/images/arrow_black_right.png) no-repeat 0 center;
}

#dc_jqaccordion_widget-2-item ul a.dcjq-parent.active .dcjq-icon {
background: url(/images/arrow_black_down.png) no-repeat 0 center;
}

#dc_jqaccordion_widget-2-item ul a:hover, #dc_jqaccordion_widget-2-item ul .current_page_item > a, #dc_jqaccordion_widget-2-item > ul .current_page_item > a  {
background: #bdb291 !important;
color: #fff;
}

#dc_jqaccordion_widget-2-item ul .current-menu-ancestor > a, #dc_jqaccordion_widget-2-item > ul .current-menu-ancestor > a {
background: #3d310c !important;
}


/* ----Accordion menu style */




/* ------------------------------ Fonts CSS ------------------------------ */

@font-face {
	font-family: 'ropasansregular';
	src: url('/fonts/ropasans-regular-webfont.eot');
	src: url('/fonts/ropasans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/ropasans-regular-webfont.woff') format('woff'), url('/fonts/ropasans-regular-webfont.ttf') format('truetype'), url('/fonts/ropasans-regular-webfont.svg#ropasansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewayregularregular';
	src: url('/fonts/raleway-regular-webfont.eot');
	src: url('/fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway-regular-webfont.woff') format('woff'), url('/fonts/raleway-regular-webfont.ttf') format('truetype'), url('/fonts/raleway-regular-webfont.svg#ralewayregularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaymedium';
	src: url('/fonts/raleway-medium-webfont.eot');
	src: url('/fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway-medium-webfont.woff') format('woff'), url('/fonts/raleway-medium-webfont.ttf') format('truetype'), url('/fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'quattrocentoboldbold';
	src: url('/fonts/quattrocento-bold-webfont.eot');
	src: url('/fonts/quattrocento-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/quattrocento-bold-webfont.woff') format('woff'), url('/fonts/quattrocento-bold-webfont.ttf') format('truetype'), url('/fonts/quattrocento-bold-webfont.svg#quattrocentoboldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'quattrocentoregular';
	src: url('/fonts/quattrocento-regular-webfont.eot');
	src: url('/fonts/quattrocento-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/quattrocento-regular-webfont.woff') format('woff'), url('/fonts/quattrocento-regular-webfont.ttf') format('truetype'), url('/fonts/quattrocento-regular-webfont.svg#quattrocentoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadProRegular';
	src: url('/fonts/myriadpe-webfont.eot');
	src: url('/fonts/myriadpe-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/myriadpe-webfont.woff') format('woff'),  url('/fonts/myriadpe-webfont.ttf') format('truetype'),  url('/fonts/myriadpe-webfont.svg#MyriadProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ------------------------------ COMMON CSS ------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
*overflow-y:none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
	padding: 0px;
}
a, a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	border: none;
	max-width: 100%;
}
.hr {
	height: 10px;
	background: url(/images/hr.gif) repeat-x left center;
}
.clear-float {
	clear: both;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.videoBorder {
	border: 4px solid #333;
	width: 90%;
	position: relative;
	margin: 10px auto;
	padding: 50% 0px 0px 0px;
}
.multiBorder {
	width: 90%;
	position: relative;
	margin: 10px auto;
	padding: 100% 0px 0px 0px;
}
.videoBorder iframe, .videoBorder embed, .multiBorder iframe, .multiBorder embed {
	top: 0px;
	position: absolute;
	width: 100.1%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px !important;
}
.img-size {
	width: 100%;
	height: auto;
	border: 1px solid #ebebeb;
}/* ------------------------------ HEADER CSS ------------------------------ */
#Container, #Welcome-Container, #Intra-Container, #Intra-Container-s, #Meet-Container, #Treatment-Container, #Education-Container, #Healthgroup-Container, #Crediability-Container, #Footer-Container, #Content-Container, #Listing-Container, #Services-Detail {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#Header-Container, #Menu-Container, #Services-Container, #QuickLinks-Container {
	width: 100%;
	position: relative;
}
#Header, #Main-Menu, #Intractvity, #Services, #Welcome, #Meet-Dr, #QuickLinks, #Treatment, #Education, #Healthgroup, #Credibility, #Footer, #Content-Main, .services-section, .listing-section, .services-detail, #Content-Head {
	max-width: 970px;
	margin: 0px auto;
}
.ortho-logo {
	text-align: center;
	position: absolute;
	width: 100%;
}
.ortho-logo img {
	margin: -26px 0px 0px 0px;
}
#Header {
	height: 80px;
}
.logo {
	width: 20%;
	float: left;
}
.logo img {
	position: absolute;
	z-index: 99999;
}
.appoint-social {
	float: right;
	width: 80%;
}
.appoint {
	width: 30%;
	float: left;
	font: normal 18px/20px 'ropasansregular';
	color: #66551f;
	text-align: center;
	padding: 15px 0px 0px 0px;
}
.appoint a {
	color: #66551f;
}
.appoint span {
	font: normal 30px/36px 'ropasansregular';
	color: #000000;
}
.urgent-app {
	font: normal 18px/22px 'ropasansregular';
	color: #66551f;
	width: 35%;
	float: left;
	text-align: center;
	padding: 15px 0px 0px 0px;
}
.getin-touch {
	width: 35%;
	float: left;
	text-align: center;
	padding: 15px 0px 0px 0px;
}
.get-text {
	font: normal 18px/22px 'ropasansregular';
	color: #66551f;
}
.social-icons img {
	margin: 0px 5px 0px 0px;
}/* ------------------------------ Menu CSS ------------------------------ */
#Menu-Container {
	background: url(/images/menu-bg.jpg) repeat-x left top;
}
#Main-Menu {
	height: 44px;
}
#access {
	width: 78%;
	position: relative;
	z-index: 9999999;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	float: right;
}
#access ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#access li {
	height: 42px;
	float: left;
	font: normal 12px/42px 'quattrocentoregular';
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
#access ul li span {
	text-transform: none !important;
}
#access a {
	display: block;
	color: #ffffff;
}
#access a:hover {
	color: #ffffff;
	background: #413614;
}
#menu-item-5 {
	width: 9%;
}
#menu-item-22 {
	width: 11%;
}
#menu-item-23 {
	width: 15%;
}
#menu-item-24 {
	width: 12%;
}
#menu-item-1159 {
	width: 20%;
}
#menu-item-25 {
	width: 16%;
}
#menu-item-26 {
	width: 7%;
}
#menu-item-27 {
	width: 10%;
}
#menu-item-22 ul a {
	width: 200px !important;
}
#menu-item-25 ul a {
	width: 150px !important;
}
#menu-item-23 ul a {
	width: 235px !important;
}
#access ul ul {
	display: none;
	margin: 0px;
	padding: 15px 10px;
	position: absolute;
	z-index: 99999;
	background: #413614;
	border: 1px solid #998d37;
}
#access ul ul li {
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: none;
	font: normal 14px/40px 'quattrocentoregular';
	color: #ffffff;
	text-align: left;
	text-transform: none;
	border-bottom: 1px solid #544a2c;
	position: relative;
}
#access ul ul li:last-child {
	border-bottom: none;
}
#access ul ul ul {
	left: 100%;
	top: 0px;
}
#access ul ul a {
	color: #ffffff;
	padding: 0px 10px 0px 5%;
}
#access ul ul a:hover {
	background: #6d5819;
}
#access ul li:hover > ul {
	display: block;
}
.menu li a:hover, .menu li:hover > a, .menu > li:hover > a {
	background: #413614 !important;
	color: #ffffff !important;
}
.menu .current-menu-item > a, .menu .current_page_item > a, .menu .current-menu-ancestor > a, .menu .current_page_ancestor > a {
	background: #413614 !important;
	color: #ffffff !important;
}
.menu ul li a:hover, .menu ul li:hover > a, .menu ul > li:hover > a, .menu > ul > li:hover > a {
	background: #6d5819 !important;
}
.menu li .current-menu-item > a, .menu > li .current-menu-item > a, .menu li .current_page_item > a, .menu > li .current_page_item > a, .menu li .current-menu-ancestor > a, .menu > li .current-menu-ancestor > a, .menu li .current_page_ancestor > a, .menu > li .current_page_ancestor > a {
	background: #6d5819 !important;
}
#mheader {
	display: none;
}/* ------------------------------ HOME INTERACTIVITY CSS ------------------------------ */
#Intra-Container #Intractvity {
	height: 445px;
}/* ------------------------------ Interactivity CSS ------------------------------ */
#Intractvity {
	position: relative;
}
.demo {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.demo1 {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
}
.intra-div {
	width: 100%;
	height: 100%;
}
.Intra-L, .Intra-R {
	width: 2000px;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.Intra-L {
	margin: 0px 0px 0px -2000px;
}
.Intra-R {
	margin: 0px 0px 0px 970px;
}
.intra-tabs {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
	width: 100px;
	height: 20px;
}
.intra-tabs img {
	margin: 0px 2px;
}
#Intra-Container #div1 {
	background: url(/images/intra-middle1-bg.jpg) no-repeat left top;
}
#Intra-Container #div1 .Intra-L {
	background: url(/images/intra-left1-bg.jpg) repeat-x right top;
}
#Intra-Container #div1 .Intra-R {
	background: url(/images/intra-right1-bg.jpg) repeat-x left top;
}
#Intra-Container #div2 {
	background: url(/images/intra-middle2-bg.jpg) no-repeat right top;
}
#Intra-Container #div2 .Intra-L {
	background: url(/images/intra-left2-bg.jpg) repeat-x right top;
}
#Intra-Container #div2 .Intra-R {
	background: url(/images/intra-right2-bg.jpg) repeat-x left top;
}
#Intra-Container #div3 {
	background: url(/images/intra-middle3-bg.jpg) no-repeat left top;
}
#Intra-Container #div3 .Intra-L {
	background: url(/images/intra-left3-bg.jpg) repeat-x right top;
}
#Intra-Container #div3 .Intra-R {
	background: url(/images/intra-right3-bg.jpg) repeat-x left top;
}
#Intra-Container #div4 {
	background: url(/images/intra-middle4-bg.jpg) no-repeat left top;
}
#Intra-Container #div4 .Intra-L {
	background: url(/images/intra-left4-bg.jpg) repeat-x right top;
}
#Intra-Container #div4 .Intra-R {
	background: url(/images/intra-right4-bg.jpg) repeat-x left top;
}
#Intra-Container #div5 {
	background: url(/images/intra-middle5-bg.jpg) no-repeat left top;
}
#Intra-Container #div5 .Intra-L {
	background: url(/images/intra-left5-bg.jpg) repeat-x right top;
}
#Intra-Container #div5 .Intra-R {
	background: url(/images/intra-right5-bg.jpg) repeat-x left top;
}
#Intra-Container #div6 {
	background: url(/images/intra-middle6-bg.jpg) no-repeat left top;
}
#Intra-Container #div6 .Intra-L {
	background: url(/images/intra-left6-bg.jpg) repeat-x right top;
}
#Intra-Container #div6 .Intra-R {
	background: url(/images/intra-right6-bg.jpg) repeat-x left top;
}
#Intra-Container #div7 {
	background: url(/images/intra-middle7-bg.jpg) no-repeat left top;
}
#Intra-Container #div7 .Intra-L {
	background: url(/images/intra-left7-bg.jpg) repeat-x right top;
}
#Intra-Container #div7 .Intra-R {
	background: url(/images/intra-right7-bg.jpg) repeat-x left top;
}
#Intra-Container #div8 {
	background: url(/images/intra-middle8-bg.jpg) no-repeat left top;
}
#Intra-Container #div8 .Intra-L {
	background: url(/images/intra-left8-bg.jpg) repeat-x right top;
}
#Intra-Container #div8 .Intra-R {
	background: url(/images/intra-right8-bg.jpg) repeat-x left top;
}
#Intra-Container #div9 {
	background: url(/images/intra-middle9-bg.jpg) no-repeat left top;
}
#Intra-Container #div9 .Intra-L {
	background: url(/images/intra-left9-bg.jpg) repeat-x right top;
}
#Intra-Container #div9 .Intra-R {
	background: url(/images/intra-right9-bg.jpg) repeat-x left top;
}
.banner-section {
	position: absolute;
}
.bannertext li {
	margin: 0px;
	padding: 0px;
}
.bannertext li img {
	width: 100%;
	height: auto;
}
.banner-head {
	font: normal 44px/48px 'ralewayregularregular';
	text-transform: uppercase;
	text-align: center;
}
.banner-desc {
	font: normal 21px/30px 'ralewayregularregular';
	text-align: center;
	padding: 10px 0px;
}
#Intra-Container #div1 .banner-section {
	padding: 120px 0px 0px 50%;
}
#Intra-Container #div1 .banner-head, #Intra-Container #div1 .banner-head a {
	color: #000;
}
#Intra-Container #div1 .banner-desc {
	color: #000;
}
#Intra-Container #div2 .banner-section, #Intra-Container #div4 .banner-section, #Intra-Container #div5 .banner-section, #Intra-Container #div6 .banner-section, #Intra-Container #div7 .banner-section, #Intra-Container #div8 .banner-section, #Intra-Container #div9 .banner-section {
	padding: 120px 50% 0px 0px;
}
#Intra-Container #div2 .banner-head, #Intra-Container #div2 .banner-head a, #Intra-Container #div4 .banner-head, #Intra-Container #div4 .banner-head a, #Intra-Container #div5 .banner-head, #Intra-Container #div5 .banner-head a, #Intra-Container #div6 .banner-head, #Intra-Container #div6 .banner-head a, #Intra-Container #div7 .banner-head, #Intra-Container #div7 .banner-head a, #Intra-Container #div8 .banner-head, #Intra-Container #div8 .banner-head a, #Intra-Container #div9 .banner-head, #Intra-Container #div9 .banner-head a {
	color: #000000;
}
#Intra-Container #div2 .banner-desc, #Intra-Container #div4 .banner-desc, #Intra-Container #div5 .banner-desc, #Intra-Container #div6 .banner-desc, #Intra-Container #div7 .banner-desc, #Intra-Container #div8 .banner-desc, #Intra-Container #div9 .banner-desc {
	color: #000000;
}
#Intra-Container #div3 .banner-section {
	padding: 85px 0px 0px 50%;
}
#Intra-Container #div3 .banner-head, #Intra-Container #div3 .banner-head a {
	color: #9a2a21;
}
#Intra-Container #div3 .banner-desc {
	color: #050505;
}/* ------------------------------ SUB INTERACTIVITY CSS ------------------------------ */
#Intra-Container-S #Intractvity {
	height: 295px;
}
#Intra-Container-S #div1 {
	background: url(/images/intra-s-middle1-bg.jpg) no-repeat left top;
}
#Intra-Container-S #div1 .Intra-L {
	background: url(/images/intra-s-left1-bg.jpg) repeat-x right top;
}
#Intra-Container-S #div1 .Intra-R {
	background: url(/images/intra-s-right1-bg.jpg) repeat-x left top;
}
#Intra-Container-S #div2 {
	background: url(/images/intra-s-middle2-bg.jpg) no-repeat right top;
}
#Intra-Container-S #div2 .Intra-L {
	background: url(/images/intra-s-left2-bg.jpg) repeat-x right top;
}
#Intra-Container-S #div2 .Intra-R {
	background: url(/images/intra-s-right2-bg.jpg) repeat-x left top;
}
#Intra-Container-S #div3 {
	background: url(/images/intra-s-middle3-bg.jpg) no-repeat left top;
}
#Intra-Container-S #div3 .Intra-L {
	background: url(/images/intra-s-left3-bg.jpg) repeat-x right top;
}
#Intra-Container-S #div3 .Intra-R {
	background: url(/images/intra-s-right3-bg.jpg) repeat-x left top;
}
#Intra-Container-S #div4 {
	background: url(/images/intra-s-middle4-bg.jpg) no-repeat left top;
}
#Intra-Container-S #div4 .Intra-L {
	background: url(/images/intra-s-left4-bg.jpg) repeat-x right top;
}
#Intra-Container-S #div4 .Intra-R {
	background: url(/images/intra-s-right4-bg.jpg) repeat-x left top;
}
#Intra-Container-S #div5 {
	background: url(/images/intra-s-middle5-bg.jpg) no-repeat left top;
}
#Intra-Container-S #div5 .Intra-L {
	background: url(/images/intra-s-left5-bg.jpg) repeat-x right top;
}
#Intra-Container-S #div5 .Intra-R {
	background: url(/images/intra-s-right5-bg.jpg) repeat-x left top;
}
#Intra-Container-S #div6 {
	background: url(/images/intra-s-middle6-bg.jpg) no-repeat left top;
}
#Intra-Container-S #div6 .Intra-L {
	background: url(/images/intra-s-left6-bg.jpg) repeat-x right top;
}
#Intra-Container-S #div6 .Intra-R {
	background: url(/images/intra-s-right6-bg.jpg) repeat-x left top;
}
#Intra-Container-S #div7 {
	background: url(/images/intra-s-middle7-bg.jpg) no-repeat left top;
}
#Intra-Container-S #div7 .Intra-L {
	background: url(/images/intra-s-left7-bg.jpg) repeat-x right top;
}
#Intra-Container-S #div7 .Intra-R {
	background: url(/images/intra-s-right7-bg.jpg) repeat-x left top;
}
#Intra-Container-S #div8 {
	background: url(/images/intra-s-middle8-bg.jpg) no-repeat left top;
}
#Intra-Container-S #div8 .Intra-L {
	background: url(/images/intra-s-left8-bg.jpg) repeat-x right top;
}
#Intra-Container-S #div8 .Intra-R {
	background: url(/images/intra-s-right8-bg.jpg) repeat-x left top;
}
#Intra-Container-S #div9 {
	background: url(/images/intra-s-middle9-bg.jpg) no-repeat left top;
}
#Intra-Container-S #div9 .Intra-L {
	background: url(/images/intra-s-left9-bg.jpg) repeat-x right top;
}
#Intra-Container-S #div9 .Intra-R {
	background: url(/images/intra-s-right9-bg.jpg) repeat-x left top;
}
#Intra-Container-S #div1 .banner-section {
	padding: 60px 0px 0px 50%;
}
#Intra-Container-S #div1 .banner-head, #Intra-Container-S #div1 .banner-head a {
	color: #000;
}
#Intra-Container-S #div1 .banner-desc {
	color: #000;
}
#Intra-Container-S #div2 .banner-section, #Intra-Container-S #div4 .banner-section, #Intra-Container-S #div5 .banner-section, #Intra-Container-S #div6 .banner-section, #Intra-Container-S #div7 .banner-section, #Intra-Container-S #div8 .banner-section, #Intra-Container-S #div9 .banner-section {
	padding: 60px 50% 0px 0px;
}
#Intra-Container-S #div2 .banner-head, #Intra-Container-S #div2 .banner-head a, #Intra-Container-S #div4 .banner-head, #Intra-Container-S #div4 .banner-head a, #Intra-Container-S #div5 .banner-head, #Intra-Container-S #div5 .banner-head a, #Intra-Container-S #div6 .banner-head, #Intra-Container-S #div6 .banner-head a, #Intra-Container-S #div7 .banner-head, #Intra-Container-S #div7 .banner-head a, #Intra-Container-S #div8 .banner-head, #Intra-Container-S #div8 .banner-head a, #Intra-Container-S #div9 .banner-head, #Intra-Container-S #div9 .banner-head a {
	color: #000000;
}
#Intra-Container-S #div2 .banner-desc, #Intra-Container-S #div4 .banner-desc, #Intra-Container-S #div5 .banner-desc, #Intra-Container-S #div6 .banner-desc, #Intra-Container-S #div7 .banner-desc, #Intra-Container-S #div8 .banner-desc, #Intra-Container-S #div9 .banner-desc {
	color: #000000;
}
#Intra-Container-S #div3 .banner-section {
	padding: 30px 0px 0px 50%;
}
#Intra-Container-S #div3 .banner-head, #Intra-Container-S #div3 .banner-head a {
	color: #9a2a21;
}
#Intra-Container-S #div3 .banner-desc {
	color: #050505;
}/* ------------------------------ Services CSS ------------------------------ */
#Services {
	height: 160px;
	position: relative;
	border-bottom: 1px solid #917d2a;
}
.services-list-h {
	width: 100%;
	height: 240px;
	position: absolute;
	z-index: 99999;
	margin: -99px 0px 0px 0px;
	font: normal 24px/28px 'quattrocentoboldbold';
	color: #000000;
	text-align: center;
}
.services-list-h a {
	color: #000000;
	display: block;
	padding: 195px 0px 0px 0px;
}
.services-list-h a:hover {
	color: #564611;
}
.services-list-h li {
	width: 24.9%;
	float: left;
	-webkit-background-size: 90% 100%;
	-moz-background-size: 90% 100%;
	-ms-background-size: 90% 100%;
	-o-background-size: 90% 100%;
	background: 90% 100%;
}
.services-list-h li:hover {
	-webkit-background-size: 90% 100%;
	-moz-background-size: 90% 100%;
	-ms-background-size: 90% 100%;
	-o-background-size: 90% 100%;
	background: 90% 100%;
}
.services-list-h .hip {
	background: url(/images/hip.png) no-repeat center top;
}
.services-list-h .knee {
	background: url(/images/knee.png) no-repeat center top;
}
.services-list-h .sports {
	background: url(/images/sports.png) no-repeat center top;
}
.services-list-h .trauma {
	background: url(/images/trauma.png) no-repeat center top;
}
.services-list-h .hip:hover {
	background: url(/images/hip-hover.png) no-repeat center top;
}
.services-list-h .knee:hover {
	background: url(/images/knee-hover.png) no-repeat center top;
}
.services-list-h .sports:hover {
	background: url(/images/sports-hover.png) no-repeat center top;
}
.services-list-h .trauma:hover {
	background: url(/images/trauma-hover.png) no-repeat center top;
}/* ------------------------------ WELCOME CSS ------------------------------ */
#Welcome {
	height: 184px;
}
.weclome-text {
	text-align: center;
}
.weclome-text {
	width: 95%;
	margin: 0px auto;
	font: normal 31px/35px 'quattrocentoregular';
	color: #000000;
	padding: 25px 0px 20px 0px;
	text-align: center;
}
.weclome-text a {
	color: #000000;
}
.weclome-text span {
	font: normal 31px/39px 'quattrocentoboldbold';
	color: #66551f;
}
.welcome-desc {
	width: 95%;
	margin: 0px auto;
	font: normal 18px/29px 'quattrocentoregular';
	color: #000000;
	text-align: center;
}/* ------------------------------ MEET DOCTOR CSS ------------------------------ */
#Meet-Dr {
	height: 444px;
	background: url(/images/dr-back.jpg) no-repeat left top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
}
#Meet-Dr .Intra-L {
	background: url(/images/dr-back-left.jpg) repeat-x right top;
}
#Meet-Dr .Intra-R {
	background: url(/images/dr-back-right.jpg) repeat-x left top;
}
.dr-head {
	font: normal 40px/44px 'quattrocentoregular';
	color: #eae2cc;
	text-align: center;
	padding: 20px 0px;
}
.dr-head a {
	color: #eae2cc;
}
.dr-main {
	width: 95%;
	margin: 0px auto;
}
.meet-left {
	width: 238px;
	position: absolute;
	text-align: center;
	z-index: 99999;
}
.meet-left a {
	display: block;
	width: 100%;
	height: 238px;
}
.meet-left a.doc-image {
	background: url(/images/dr-justin-lake-new.png) no-repeat 0px 0px;
}
.meet-left a.doc-image:hover {
	background: url(/images/dr-justin-lake-hover-new.png) no-repeat 0px 0px;
}
.meet-left img {
	margin: 2px 0px 20px 0px;
}
.dr-name-h {
	font: normal 24px/32px 'quattrocentoregular';
	color: #eae2cc;
}
.dr-name-h a {
	color: #eae2cc;
}
.dr-name-h span {
	font: normal 16px/25px 'quattrocentoregular';
	color: #eae2cc;
}
.meet-right {
	float: right;
	width: 87%;
	border: 1px solid #66551f;
	position: relative;
}
.dr-desc {
	font: 16px/32px 'quattrocentoregular';
	color: #eae2cc;
	padding: 15px 5% 15px 20%;
}
.view-profile {
	width: 120px;
	height: 32px;
	font: 14px/32px 'quattrocentoregular';
	color: #f7f6f6;
	margin: 10px 0px 10px 20%;
	background: #3d310c;
	text-align: center;
}
.view-profile a {
	color: #f7f6f6;
	display: block;
}
.view-profile a:hover {
	background: #66551f;
}
.dr-images {
	position: absolute;
	right: 0px;
	margin: -58px 0px 0px 0px;
}
.dr-images ul li {
	float: left;
	margin: 0px 5px 0px 0px;
}
.view-profile1 {
	display: none;
}
.view-profile1 a {
	background: #3d310c;
	padding: 8px 12px;
	color: #f7f6f6;
}
.view-profile1 a:hover {
	background: #66551f;
}/* ------------------------------ QUICK LINKS CSS ------------------------------ */
#QuickLinks-Container {
	background: url(/images/quicklinks-bg.jpg) repeat left top;
}
#QuickLinks {
	height: 550px;
	position: relative;
}
.small-logo {
	left: 435px;
	position: absolute;
	top: -26px;
}
.quick-text {
	width: 90%;
	margin: 0px auto;
	font: normal 24px/30px 'quattrocentoregular';
	color: #ffffff;
	padding: 25px 0px 10px 0px;
}
.quick-images {
	width: 95%;
	margin: 0px auto;
}
.human-anatomy {
	float: left;
	width: 50%;
	text-align: center;
}
.human-demo {
	width: 245px;
	height: 452px;
	margin: 0px auto;
	position: relative;
	background: url(/images/human-anatomy.jpg) no-repeat 1px 1px;
}
.skeleton-img {
	width: 245px;
	height: 452px;
	position: relative;
}
.human-demo .demo1 {
	left: 0px;
}
.human1, .human2, .human3, .human4, .human5, .human6 {
	position: absolute;
	z-index: 999;
	width: 100px;
	height: 100px;
}
.human1 img, .human2 img, .human3 img, .human4 img, .human5 img, .human6 img {
	max-width: none;
}
.human1 {
	right: -27px;
	top: 15px;
}
.human2 {
	right: -15px;
	top: 144px;
}
.human3 {
	right: -10px;
	top: 265px;
}
.human4 {
	left: -30px;
	bottom: 15px;
}
.human5 {
	left: -30px;
	top: 60px;
}
.human6 {
	left: -102px;
	top: 160px;
}
.quick-links {
	float: left;
	width: 50%;
	background: url(/images/anatomy-line.jpg) no-repeat left center;
}
.quick-links ul {
	width: 80%;
	margin: 30px auto 0px auto;
}
.quick-links ul li {
	margin: 0px 0px 15px 0px;
	border: 2px solid #6c613d;
	font: normal 20px/65px 'quattrocentoboldbold';
	color: #312d21;
	height: 65px;
}
.quick-links ul li:hover {
	border: 2px solid #ffb300;
}
.quick-links ul li a {
	color: #312d21;
	display: block;
	padding: 0px 0px 0px 80px;
}
.quick-links ul li a:hover {
	color: #564611;
}
.am-i-candidate {
	background: url(/images/am-i-a-cand.jpg) no-repeat 6px center #eae2cc;
}
.patient-form {
	background: url(/images/patient-forms.jpg) no-repeat 6px center #eae2cc;
}
.patient-education {
	background: url(/images/patient-education.jpg) no-repeat 6px center #eae2cc;
}
.faqs {
	background: url(/images/evening-appointments.jpg) no-repeat 6px center #eae2cc;
}
.location {
	background: url(/images/location.jpg) no-repeat 6px center #eae2cc;
}/* ------------------------------ TREATMENT PATHWAYS CSS ------------------------------ */
#Treatment-Container {
	background: #312d21;
}
#Treatment {
	height: 187px;
}
.treatment-first {
	width: 35%;
	float: left;
	font: normal 20px/32px 'quattrocentoboldbold';
	color: #ffffff;
	padding: 65px 0px 0px 0px;
}
.treatment-first a {
	color: #ffffff;
}
.treatment-first a:hover {
	color: #d6c25b;
}
.treatment-first img {
	vertical-align: middle;
	margin: 0px 20px;
}
.treatment-middle, .treatment-last {
	width: 27%;
	height: 95%;
	float: left;
	border-left: 1px solid #4d4a3f;
	margin: 5px 0px 0px 5%;
}
.treatment-middle ul, .treatment-last ul {
	padding: 20px 0px 0px 0px;
}
.treatment-middle ul li, .treatment-last ul li {
	font: normal 17px/37px 'quattrocentoboldbold';
	border-bottom: 1px solid #6c613d;
	background: url(/images/left-arrow.jpg) no-repeat 15px center;
}
.treatment-middle ul li a, .treatment-last ul li a {
	color: #d6c25b;
	padding: 0px 0px 0px 30px;
}/* ------------------------------ EDUCATION CSS ------------------------------ */
#Education {
	height: 278px;
}
.education-head {
	font: normal 26px/32px 'quattrocentoboldbold';
	color: #66551f;
	padding: 10px 0px 10px 2%;
}
.education-head a {
	color: #66551f;
}
.education-text {
	font: normal 15px/19px 'quattrocentoregular';
	color: #272414;
}
.education-text a {
	color: #272414;
}
.education-text img {
	float: left;
	margin: 0px 55px 0px 20px;
}
.education-text ul {
	float: left;
	padding: 0px;
}
.education-text li {
	background: url(/images/list-img.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	line-height: 30px;
}
.education-more {
	font: normal 18px/30px 'quattrocentoboldbold';
	color: #272414;
	border: 1px solid #272414;
	text-align: center;
	float: right;
	width: 70px;
	margin: 0px 10px 10px 0px;
}
.education-more a {
	color: #272414;
	display: block;
}/* ------------------------------ HEALTH GROUP CSS ------------------------------ */
#Healthgroup-Container {
	background: #bdb291;
}
#Healthgroup {
	min-height: 355px;
}
.ortho-contact {
	background: url(/images/verticle-line.png) no-repeat right center;
	float: left;
	width: 29%;
	padding: 0px 2% 0px 1%;
}
.who-we-are {
	background: url(/images/verticle-line.png) no-repeat right center;
	float: right;
	width: 14%;
	padding: 0px 2% 0px 2%;
}
.proc {
	background: url(/images/verticle-line.png) no-repeat right center;
	float: right;
	width: 22%;
	padding: 0px 2% 0px 2%;
}
.general-surgery {
	float: right;
	width: 20%;
	padding: 0px 2% 0px 2%;
}
.health-head {
	font: normal 18px/22px 'quattrocentoboldbold';
	color: #17140b;
	padding: 25px 0px 15px 0px;
	background: url(/images/proc-bottom.png) no-repeat 10% bottom;
}
.health-head a {
	color: #17140b;
}
.health-text {
	font: normal 14px/20px'quattrocentoboldbold';
	color: #272316;
	padding: 5px 0px;
}
.health-text a {
	color: #272316;
}
.health-text span {
	font: normal 12px/20px'quattrocentoboldbold';
}
.health-text li {
	background: url(/images/rarrow.png) no-repeat left 4px;
	font: normal 13px/18px 'quattrocentoboldbold';
	color: #484026;
	margin: 7px 0px 7px 0px;
	padding: 0px 0px 0px 15px;
}
.health-text li a {
	color: #484026;
}/*-------------------- Credibility Styles-----------------------------*/
#Crediability-Container {
	border-top: #cbcbc;
}
#Credibility {
	height: 161px;
	position: relative;
}/********************************* flexiselDemo1 **************************************************/
#flexiselDemo3 {
	display: none;
	overflow: hidden !important;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	overflow: hidden !important;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
*width:9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	overflow: hidden !important;
}
.nbs-flexisel-inner {
	overflow: hidden;
	max-width: 89%;
	margin: 0 auto;
	overflow: hidden !important;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	overflow: hidden !important;
}
.nbs-flexisel-item img {
	position: relative;
	margin-top: 25px;
}/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 40px;
	height: 85px;
	position: absolute;
	cursor: pointer;
	z-index: 950;
}
.nbs-flexisel-nav-left {
	left: 10px;
	background: url(/images/left-arrow.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: -5px;
	background: url(/images/right-arrow.png) no-repeat;
}/* ------------------------------ FOOTER CSS ------------------------------ */
#Footer {
	height: 80px;
}
.footer-left {
	float: left;
	width: 78%;
	margin: 15px 0px 25px 2%;
	font: normal 14px/24px 'quattrocentoregular';
	color: #272414;
}
.footer-left a {
	color: #272414;
}
.footer-left a:hover {
	text-decoration: underline;
}
.ypo-logo {
	width: 20%;
	float: right;
	text-align: right;
}
.ypo-logo img {
	margin: 30px 20px 0px 0px;
}
.CopyRight {
	width: 100%;
}/* ------------------------------ SUB PAGE CSS ------------------------------ */
#Content-Left {
	float: left;
	width: 71%;
}
#Content-full {
	width: 100%;
}
#Content-Right {
	float: right;
	width: 71%;
}
.navigation {
	padding: 20px 30px 10px 10px;
	font: normal 26px/26px 'quattrocentoregular';
	border-bottom: 1px solid #958d64;
	width: 90%;
}
.navigation a {
	color: #5d4a0d;
}
.navigation span {
	font: normal 30px/36px 'quattrocentoregular';
	color: #000;
}/*--- textMain Starts ---*/
.textMain {
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #101010;
	padding: 10px 30px 30px 10px;
	text-align: justify;
	height: auto;
}
.textMain a {
	color: #000000;
	text-decoration: underline;
}
.textMain a:hover {
	color: #000000;
	text-decoration: underline;
}
.textMain ul, .textMain ol {
	padding: 0px;
	margin: 10px 0px;
	list-style: none;
}
.textMain ul li {
	padding-bottom: 10px;
	background: url(/images/bullet-tm.gif) no-repeat 15px 11px;
	padding: 5px 0px 0px 30px;
	list-style: none;
}
.textMain ul li ul {
	padding-bottom: 10px;
	background: none;
	padding: 5px 0px 0px 20px;
	list-style: circle;
}
.textMain ul li ul li {
	padding-bottom: 10px;
	background: none;
	padding: 5px 0px 0px 0px;
	list-style: circle;
}
.textMain ul li ul li ul li {
	padding-bottom: 8px;
	background: none;
	padding: 6px 0px 0px 0px;
	list-style: square;
}
.textMain ol li {
	padding-bottom: 10px;
}
.textMain ul li p, textMain ol li p {
	padding-bottom: 0px;
	margin: 10px 0px 0px 0px;
}
.textMain ul li ul, .textMain ul li ol, .textMain ol li ul, .textMain ol li ol {
	padding-bottom: 0px;
}/*--- Textmain Heading Starts ---*/
.textMain h1 {
	font: normal 30px/36px 'quattrocentoboldbold';
	color: #5d4a0d;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
}
.textMain h2 {
	font: bold 22px/28px 'quattrocentoboldbold';
	color: #312d21;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
}
.textMain h2 a {
	color: #312d21;
	text-decoration: none;
}
.textMain h2 a:hover {
	color: #312d21;
	text-decoration: underline;
}
.textMain h3 {
	font: bold 18px/24px 'quattrocentoregular';
	color: #66551f;
	margin: 5px 0px;
	padding: 0px;
	text-align: left;
}
.textMain h3 a {
	color: #66551f;
	text-decoration: none;
}
.textMain h3 a:hover {
	color: #66551f;
	text-decoration: underline;
}
.textMainBold {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #101010;
}
.textMainBold a {
	color: #101010;
	text-decoration: underline;
}
.textMainBold a:hover {
	color: #000000;
	text-decoration: none;
}
.PDFtext {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
#Content-Right h1 {
	border-bottom: 1px solid #999999;
	padding: 10px 0px;
}
#Content-Right h2, #Content-Right h3 {
	border-bottom: 1px solid #999999;
	padding: 5px 0px;
}
#Content-Head {
	border-bottom: 1px solid #9b946d;
	margin: 20px auto;
}
.content-hl, .content-hr {
	font: normal 30px/34px 'quattrocentoregular';
	color: #5d4a0d;
	width: 46%;
	float: left;
	padding: 10px 2%;
}
.content-hr {
	text-align: right;
}
.content-hl a, .content-hr a {
	color: #5d4a0d;
}
.content-hr img {
	position: absolute;
}
#Sidebar {
	float: left;
	width: 28.5%;
	padding: 15px 0px;
}
.about-doctor-s {
	width: 100%;
	margin: 30px 0px 0px 0px;
}
.dr-description-s {
	width: 90%;
	margin: 10px 0px;
	text-align: center;
}
.drname-s {
	font: normal 24px/32px 'quattrocentoboldbold';
	color: #312d21;
}
.drname-s a {
	color: #312d21;
}
.surgeon-s {
	font: normal 17px/25px 'quattrocentoboldbold';
	color: #4a4a4a;
}
.spec-s {
	font: normal 17px/23px 'quattrocentoboldbold';
	color: #000;
}
.quick-links-s {
	width: 90%;
}
.quick-links-s li {
	margin: 0px 0px 15px 0px;
	border: 1px solid #6c613d;
	font: normal 18px/65px 'quattrocentoboldbold';
	color: #312d21;
	height: 65px;
}
.quick-links-s li:hover {
	border: 1px solid #ffb300;
}
.quick-links-s li a {
	color: #312d21;
	display: block;
	padding: 0px 0px 0px 80px;
}
.am-i-candidate-s {
	background: url(/images/am-i-a-cand.jpg) no-repeat 6px center #eae2cc;
}
.patient-form-s {
	background: url(/images/patient-forms.jpg) no-repeat 6px center #eae2cc;
}
.patient-education-s {
	background: url(/images/patient-education.jpg) no-repeat 6px center #eae2cc;
}
.faqs-s {
	background: url(/images/evening-appointments.jpg) no-repeat 6px center #eae2cc;
}
.location-s {
	background: url(/images/location.jpg) no-repeat 6px center #eae2cc;
}
.service-head {
	font: 20px/39px 'quattrocentoboldbold';
	color: #000000;
	background: #c2b783;
	width: 95%;
	border-bottom: 1px solid #958d64;
	margin: 10px 0px;
}
.service-head a {
	padding: 0px 0px 0px 10%;
	color: #000000;
	display: block;
}
.service-head img {
	margin: 0px 0px 0px 15px;
	vertical-align: middle;
}
.service-lists {
	width: 95%;
}
.service-lists li {
	background: url(/images/services-listimg.jpg) no-repeat 3% 9px;
	padding: 0px 0px 0px 10%;
	font: normal 14px/30px 'quattrocentoregular';
	color: #221c03;
}
.service-lists a {
	color: #221c03;
}
.iframe-video-size {
	height: 900px;
	width: 100%;
}
.am-candidate-form {
	height: 36px;
	line-height: 20px;
}
.doctors-list {
	border-right: 1px solid #c1bda5;
	float: left;
	width: 33%;
	text-align: center;
	margin: 20px 0px;
	min-height: 460px;
	position: relative;
}
.dr-name {
	width: 95%;
	margin: 0px auto;
	color: #312d21;
	font: normal 22px/25px 'quattrocentoboldbold';
	padding: 10px 0px;
}
.dr-name a {
	color: #312d21;
	text-decoration: none
}
.dr-name span {
	color: #806203;
	font: normal 14px/20px 'quattrocentoboldbold';
}
.dr-name div {
	color: #000000;
	font: normal 14px/20px 'quattrocentoregular';
}
.dr-name img {
	margin: 10px 0px;
}
.dr-text {
	width: 85%;
	margin: 0px auto;
	color: #000000;
	font: normal 15px/20px 'quattrocentoregular';
	padding: 10px 5%;
	border-top: 1px solid #a99e7e;
}
.dr-text ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.dr-text li {
	margin: 0px;
	padding: 0px;
	background: url(/images/services-listimg.jpg) no-repeat 3% center !important;
	padding: 0px 0px 0px 10%;
	font: normal 14px/23px 'quattrocentoregular';
	color: #221c03;
	text-align: left;
}
.dr-text li a {
	color: #221c03;
	text-decoration: none;
}
.dr-text li a {
	color: #221c03;
	text-decoration: underline;
}
.dr-more {
	width: 80px;
	font: normal 15px/30px 'quattrocentoboldbold';
	color: #000000;
	margin: 10px auto;
	background: #93865e;
	text-transform: uppercase;
	bottom: 0px;
	left: 35%;
	position: absolute;
}
.dr-more a {
	color: #000000;
	display: block;
	text-decoration: none;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}/*--------------Tell A friend start--------------*/
#tell-a-friend-background {
	display: none;
	background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	height: 100%;
	z-index: 1000;
}
#tell-a-friend-div {
	display: none;
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -153px;
	max-width: 271px;
	background: #FFFFFF;
	padding: 10px 15px 10px 15px;
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	z-index: 1001;
}
#tell-a-friend-div #close {
	width: 20px;
	height: auto;
	float: right;
	text-align: center;
	cursor: pointer;
	margin: 4px 22px 0px auto;
	border-radius: 50%;
	background-color: #C9C9D6;
	color: #000000;
	line-height: 20px;
	position:absolute;
	top:0px;
	right:-20px;
}
#Form-Container {
	width: 260px;
	height: auto;
	margin: 0 auto;
	background: #EFEAF0;
	border: 5px solid #B4B4C3;
	border-radius: 8px;
}
.contact-us {
	font: normal 26px/26px 'MyriadProRegular';
	color: #bec5c6;
	padding: 10px 0px 0px 10px;
}
.form-container {
	margin: 8px auto;
	text-align: center;
}
.button-s {
	font: normal 18px 'MyriadProRegular';
	color: #2d2e32;
	background: #C9C9D6;
	text-decoration: none;
	height: 35px;
	cursor: pointer;
	text-align: center;
	border: 2px solid #B4B4C3;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.txtfield-s {
	font: normal 18px 'MyriadProRegular';
	color: #809aa7;
	text-decoration: none;
	border: 1px solid #B4B4C3 !important;
	width: 300px;
	height: 25px !important;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	background: #C9C9D6;
	margin: 7px auto !important;
}
.textArea-s {
	font: normal 16px 'MyriadProRegular';
	color: #809aa7;
	text-decoration: none;
	width: 300px;
	border: 1px solid #B4B4C3 !important;
	vertical-align: middle;
	padding: 4px;
	resize: none;
	height: 110px;
	background: #C9C9D6;
	margin: 7px auto !important;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
}/*-------------------- Form Links Styles --------------------*/
.tableborder {
	border: 1px solid #ffde54 !important;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.formHead {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	background: #66551f;
	color: #ffffff;
}
.formHead a {
	color: #ffffff;
	text-decoration: underline;
}
.formHead a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.formlable {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.mandatory {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF8204;
}
.contat-form {
	margin: 20px auto;
	padding: 0px;
	width: 50%;
	height: auto;
}
.feedback-form {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	height: auto;
	border: 1px solid #999999;
}
.feedback-form ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.feedback-form li {
	margin: 10px 0px 0px 0px !important;
	padding: 5px !important;
	background: none !important;
	float: left;
	line-height: 25px;
}
.feedback-form .form-left {
	width: 30%;
	text-align: right;
}
.feedback-form .form-right {
	width: 60%;
	text-align: left;
}
.txtfield-c {
	width: 90%;
	height: 35px;
	margin: 0px auto;
	padding: 2px 4px;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #999999;
}
.textArea-c {
	width: 90%;
	padding: 4px;
	margin: 0px auto;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #999999;
}
.txtfield-f {
	width: 70%;
	height: 25px;
	margin: 0px auto;
	padding: 2px 4px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #999999;
}
.textArea-f {
	width: 70%;
	padding: 4px;
	margin: 0px auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #999999;
}
.dropDownF {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #999999;
	width: 73%;
	height: 25px;
}
.txtfield-cf {
	width: 50%;
	height: 25px;
	margin: 0px auto;
	padding: 2px 4px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #999999;
	display: block;
}
.div-button {
	margin: 20px auto 10px auto;
	width: 200px;
	height: auto;
}
.button {
	height: 40px;
	color: #ffffff;
	padding: 0 10px;
	font: 19px 'MyriadProRegular';
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #66551f;
	color: #ffffff;
	border: 3px solid #ffde54;
}
#captchac img {
	margin: 5px auto;
	width: 120px;
	height: auto;
	display: block;
}
#patient-survey {
	width: 650px;
	height: 2200px;
}
.txtfield-bmi {
	background: none repeat scroll 0 0 #f1eff0;
	border: 1px solid #263E60;
	border-radius: 5px;
	color: #761d20;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 2px 4px;
	text-decoration: none;
	vertical-align: middle;
	width: 175px;
}
.txtfield {
	border: 1px solid #999999;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 2px 4px;
	text-decoration: none;
	vertical-align: middle;
	width: 175px;
}/*-------------------- Review Page Styles --------------------*/
.review {
	margin: 20px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}
.review img {
	margin: 5px;
	padding: 0px;
}/*-------------------- Useful Links Styles --------------------*/
.UseFul-links {
	width: 90%;
	height: auto;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
.UseFul-links img {
	margin: 2px;
	padding: 10px;
	border: 1px solid #666666;
	float: left;
}/*-------------------- MultiMedia Styles --------------------*/
#MultiMedia {
	width: 100%;
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #545454;
	border: 1px solid #142432;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#MultiMedia ul {
	margin: 10px 5px;
	padding: 0px;
	list-style: none;
}
#MultiMedia li {
	margin: 0px;
	width: 50%;
	background: none !important;
	padding: 6px 0px 0px 0px !important;
	float: left;
}
#MultiMedia a {
	background: url(/images/movie-off.gif) no-repeat 10px 4px;
	padding: 2px 0px 2px 45px;
	color: #545454;
	text-decoration: underline;
	display: block;
}
#MultiMedia a:hover {
	background: url(/images/movie-on.gif) no-repeat 10px 4px;
	padding: 2px 0px 2px 45px;
	color: #000000;
	text-decoration: underline;
}/*-------------------- Contact Address Styles --------------------*/
.contact-address {
	width: 100%;
	margin: 10px auto 20px auto;
	box-shadow: 0px 5px 5px 0px #aaaaaa;
	-o-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-moz-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-ms-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-webkit-box-shadow: 0px 5px 5px 0px #aaaaaa;
	border: 3px solid #ffffff;
}
.address-text {
	padding: 2%;
	width: 40%;
	float: left;
}
.address-text-r {
	padding: 0px;
	width: 50%;
	float: left;
}
.mappics {
	float: right;
	width: 56%;
}
.mappics img {
	margin: 5px;
	float: right;
	border: 2px solid #263e60;
}
.mappics img:hover {
	border: 2px solid #9ab3c9;
}
.map-size {
	width: 200px;
	height: 120px;
	float: left;
	margin: 10px;
}
.building-img img {
	width: 100%;
	height: auto;
}
.contact-ph {
	width: auto;
	height: auto;
	margin: 10px auto;
	border: 1px solid #4a4a4a;
	background: #ffffff;
}
.contact-ph ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.contact-ph li {
	margin: 0px 0px 0px 1% !important;
	padding: 5px 5px 5px 5px !important;
	float: left;
	background: none !important;
	width: 47%;
	font-size: 14px;
	text-align: left;
}
.contact-ph li img {
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}/*-------------------- Realtime Sitemap Styles --------------------*/
#wp-realtime-sitemap-menu {
	padding-top: 0px;
}
#wp-realtime-sitemap-menu h3 {
	display: none;
}
#wp-realtime-sitemap-menu ul {
	margin: 0px;
	padding: 0px;
	background: none !important;
	width: auto !important;
	height: auto !important;
}
#wp-realtime-sitemap-menu ul li {
	background: none;
	line-height: 24px;
	font-weight: bold;
	padding-left: 0px;
}
#wp-realtime-sitemap-menu ul ul {
	margin-left: 40px;
	background: none !important;
	width: auto !important;
	height: auto !important;
}
#wp-realtime-sitemap-menu ul ul li {
	font-weight: normal;
}
#wp-realtime-sitemap-menu h3 {
	display: none;
}
#wp-realtime-sitemap-menu li a {
	background: none !important;
	color: #605D5D !important;
}
#wp-realtime-sitemap-menu li {
	font-weight: bold;
}
#wp-realtime-sitemap-menu li li {
	font-weight: normal;
}/*-------------------- Service Button Styles --------------------*/
.services-txt {
	font: normal 17px/65px 'MyriadProRegular';
	color: #003c97;
	text-decoration: none;
}
.services-tabs {
	font: normal 15px/20px 'MyriadProRegular';
	color: #ffffff;
	text-decoration: none;
}
.services-txt ul, .services-tabs ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}
.services-txt li {
	width: 95%;
	height: auto;
	margin: 20px 0px;
	padding: 0px 0px 20px 0px !important;
	background-image: none !important;
	text-align: left;
	border-bottom: 1px solid #bfc9e2;
}
.services-txt li a {
	color: #003c97;
	display: block;
	text-decoration: none;
}
.services-txt li a:hover {
	color: #000000;
	text-decoration: none;
}
.services-txt li img {
	margin: 0px 5% 0px 2%;
	float: left;
}
.services-tabs li {
	margin: 10px 5px;
	padding: 0px !important;
	float: left;
	width: 47%;
	height: auto;
	background-image: none !important;
	text-align: center;
}
.services-tabs li a {
	color: #ffffff;
	background: #195dc4;
	display: block;
	-webkit-box-shadow: 3px 3px 5px #97baf0;
	-ms-box-shadow: 3px 3px 5px #97baf0;
	-o-box-shadow: 3px 3px 5px #97baf0;
	-moz-box-shadow: 3px 3px 5px #97baf0;
	box-shadow: 0px -6px 0px #97baf0;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.services-tabs li a:hover {
	color: #ffffff;
	-webkit-box-shadow: 3px 3px 5px #f8d871;
	-ms-box-shadow: 3px 3px 5px #f8d871;
	-o-box-shadow: 3px 3px 5px #f8d871;
	-moz-box-shadow: 3px 3px 5px #f8d871;
	box-shadow: 0px 6px 0px #f8d871;
	-webkit-transition: 3s linear;
	-ms-transition: 3s linear;
	-o-transition: 3s linear;
	-moz-transition: 3s linear;
	transition: 3s linear;
	background: #e78d21;
	text-decoration: none;
}
.services-tabs li a {
	padding: 10px 0px;
}/*-------------------- Doctor Styles --------------------*/
#doccontainer {
	display: table;
	width: 100%;
}
.docrow {
	position: relative;
	float: left;
	margin: 5px auto;
	display: table-row;
	width: 100%;
}
.docleft, .docright {
	border: 2px solid #97baf0;
	padding: 8px;
	display: table-cell;
	width: 100%;
	float: left;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 15px;
}
.docleft:hover, .docright:hover {
	border: 2px solid #195dc4;
}
.docmiddle {
	display: table-cell;
	width: 10px;
	float: left;
	height: 10px;
}
.docleft img, .docright img {
	border: 2px solid #97baf0;
	margin-right: 10px;
	float: left;
}
.docleft:hover img, .docright:hover img {
	border: 2px solid #195dc4;
}
.dr-div {
	width: 150px;
	padding: 3px;
	border: 1px solid #195dc4;
	float: right;
	margin: 0px 0px 10px 15px;
	text-align: center;
}
.dr-div p {
	margin: 5px 0px;
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
}/*-------------------- Hip and Knee Media Page Styles --------------------*/
.multimedialist {
	height: 40px;
}
.media {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.media li {
	padding: 0px !important;
	margin: 10px 75px 0px 0px !important;
	width: 140px;
	height: 25px;
	float: left;
	font: normal 14px/25px 'MyriadProRegular';
	color: #ffffff;
	text-align: center;
}
.media li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 0px 0px 0px 20px !important;
	border: 1px solid #ffde54;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.media li a:hover {
	text-decoration: none;
	color: #FFF;
}
.video a {
	background: url(/images/loadmove.png) no-repeat 5px 3px #66551f !important;
}
.info a {
	background: url(/images/patient.png) no-repeat 5px 3px #66551f !important;
}
.print a {
	background: url(/images/print.png) no-repeat 5px 3px #66551f !important;
}/*-------------------- Testimonial Page Styles --------------------*/
.submit-testimonial {
	margin: 15px;
	float: right;
	font: normal 14px/16px Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #ffffff;
	box-shadow: 0px 5px 5px 0px #aaaaaa;
	-o-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-moz-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-ms-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-webkit-box-shadow: 0px 5px 5px 0px #aaaaaa;
}
.submit-testimonial a, .submit-testimonial a:hover {
	padding: 5px 20px !important;
	background: #66551f;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.submit-testimonial a:hover {
	background: #bdb291;
	color: #FFFFFF;
	text-decoration: none;
}
.ftable {
	display: block;
	float: left;
	width: 40%;
}
.ref-doctor h1 {
	font: normal 30px/35px Verdana, Geneva, sans-serif;
	color: #66551f;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.ref-doctor h2 {
	font: bold 15px Verdana, Geneva, sans-serif;
	color: #66551f;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.ref-doctor h3 {
	font: normal 15px Verdana, Geneva, sans-serif;
	color: #66551f;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
}
.ref-doctor h4 {
	font: normal 15px Verdana, Geneva, sans-serif;
	color: #66551f;
	text-decoration: none;
	margin: 0px;
	padding-top: 8px;
}
.Referral-Form h1 {
	font: normal 20px/35px Verdana, Geneva, sans-serif;
	color: #66551f;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 10px;
}
.Doctor-Name {
	float: left;
	width: 100%;
}
.Doctor-Name h1 {
	font: normal 20px Verdana, Geneva, sans-serif;
	color: #66551f;
	margin: 0px;
	padding-top: 5px;
	text-decoration: none;
}
.Doctor-Name h2 {
	font: bold 15px Verdana, Geneva, sans-serif;
	color: #66551f;
	margin: 0px;
	padding: 0px;
}
.Doctor-Name h3 {
	font: italic 15px Verdana, Geneva, sans-serif;
	color: #66551f;
	margin: 0px;
	padding: 0px;
}
#ref-check ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#ref-check li {
	float: left;
	width: 25%;
}
.ref-check {
	font: normal 13px Verdana, Geneva, sans-serif;
	color: #000000;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	display: block;
	border: 1px solid #666;
	border-radius: 5px;
	text-decoration: none;
	float: left;
	width: 100%;
}
.ref-check-text {
	font: normal 13px Verdana, Geneva, sans-serif;
	color: #000000;
}
.textArea {
	font: normal 13px Verdana, Geneva, sans-serif;
	color: #000000;
	width: 700px;
	height: auto;
	border: 1px solid #999;
	border-radius: 5px;
	resize: none;
	padding: 5px;
}
.ref-patient-details {
	font: normal 14px Verdana, Geneva, sans-serif;
	color: #17140b;
	background: #eee8d8;
	width: 700px;
	height: 300px;
}
.ref-patient-details h1 {
	font: 17px Verdana, Geneva, sans-serif;
	color: #17140b;
	padding-top: 5px;
}
.ref-patient-details h2 {
	font: normal 17px Verdana, Geneva, sans-serif;
	color: #17140b;
}
.ref-History {
	width: 980px;
}
.ref-History h1 {
	font: normal 16px Verdana, Geneva, sans-serif;
	color: #000000;
}
.ref-History h2 {
	font: normal 16px Verdana, Geneva, sans-serif;
	color: #000000;
}
#ref-check h1 {
	font: normal 16px Verdana, Geneva, sans-serif;
	color: #000000;
}
.GP-form {
	width: 100%;
	float: left;
}
.GP-form ul {
	margin: 0px;
	padding: 0px;
}
.GP-form li {
	margin: 5px;
	width: 45%;
	float: left;
	padding: 0px !important;
	background-image: none !important;
}
.GP-form a {
	font: normal 18px 'MyriadProRegular';
	border-radius: 5px;
	background: #66551F;
	display: block;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.GP-form a:hover {
	background: #413614;
	color: #FFFFFF;
	text-decoration: none;
}
.pdf-text {
	width: 26%;
	text-align: left;
	color: #0d7ab2;
	padding: 0px 0px 0px 20px;
	margin: 10px auto;
	background: #eeeeee;
	border-bottom: 3px solid #dddddd;
	font: normal 17px/40px 'quattrocentoboldbold';
}
.pdf-text a {
	display: block;
	color: #0d7ab2;
}
.pdf-text img {
	float: left;
	margin: 7px 20px 0px 0px !important;
}

@media only screen and (max-width:970px) {
.meet-right {
	width: 80%;
}
#QuickLinks {
	height: auto;
}
}

@media only screen and (max-width:850px) {
.appoint span {
	font: normal 24px/36px 'ropasansregular';
}
#access {
	width: 72%;
}
#access li {
	font: normal 10px/42px 'quattrocentoregular';
}
#access ul ul li {
	font: normal 12px/30px 'quattrocentoregular';
	height: 30px;
}
#menu-item-22 ul a {
	width: 160px !important;
}
#menu-item-23 ul a {
	width: 210px !important;
}
.banner-desc {
	font: normal 17px/25px 'ralewayregularregular';
}
.meet-right {
	width: 65%;
}
.dr-desc {
	padding: 10px 5% 10px 5%;
	font: 16px/20px 'quattrocentoregular';
}
.dr-images {
	margin: 0px;
}
.dr-images ul li {
	margin: 0px 1px 0px 0px;
}
.skeleton-img img {
	margin: 1px 0px 0px 2px;
}
.treatment-first {
	font: normal 18px/32px 'quattrocentoboldbold';
}
.treatment-middle ul li, .treatment-last ul li {
	font: 14px/37px 'quattrocentoboldbold';
}
.education-more {
	margin: 0px 5% 0px 0px;
}
.quick-links-s {
	width: 100%;
}/*--- Contact Page Starts ---*/
.address-text {
	float: none;
	width: 93%;
}
.mappics {
	text-align: center;
	float: none;
	width: 100%;
}
.mappics img {
	float: none;
	margin: 5px;
}
.map-size {
	display: none;
}
.contact-ph {
	height: auto !important;
}
.contact-ph li {
	width: 95%;
}/*-------------------- Form Page Styles --------------------*/
.contat-form {
	width: 90%;
}
.feedback-form {
	width: 90%;
	padding: 5%;
}
.feedback-form li {
	float: left;
	margin: 0px 0px 0px !important;
	line-height: 16px;
}
.feedback-form .form-left {
	width: 100%;
	text-align: left;
}
.feedback-form .form-right {
	width: 100%;
}
.txtfield-f, .textArea-f {
	width: 90%;
}
.dropDownF {
	width: 93%;
}
.txtfield-cf {
	margin: 0px;
	width: 95%;
}
p embed {
	width: 90%;
	height: auto;
}
#MultiMedia li {
	float: none;
	width: 100%;
}
.appoint {
	width: 34%;
}
.urgent-app {
	font: 15px/22px "ropasansregular";
	width: 31%;
}
}

@media only screen and (max-width:640px) {
#Header {
	height: 215px;
}
.logo {
	float: none;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	height: 130px;
}
.logo img {
	position: relative;
}
.appoint-social {
	float: none;
	width: 100%;
}
.appoint {
	width: 32%;
}
.urgent-app {
	width: 28%;
}
.getin-touch {
	width: 40%;
}
#Main-Menu {
	display: none !important;
}
#mheader {
	display: block !important;
	width: 100%;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.menu-m-bg {
	height: 44px;
	font: normal 18px/44px 'MyriadProRegular';
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.menu-m-bg a, .menu-m-bg a:hover {
	color: #ffffff;
	display: block;
	text-decoration: none;
	text-align: center;
}
.menu-m {
	text-align: center;
}
.menu-m img {
	vertical-align: middle;
	margin: 0px 0px 0px 15px;
}
#wrapper {
	left: 0px;
	overflow: hidden !important;
	width: 100%;
	position: relative;
	z-index: 999999;
}
.banner-desc {
	display: none;
}
.bannertext li img {
	display: none;
}
#Intra-Container, #Intra-Container-S {
	display: none;
}
#Intra-Container-S #div1 .banner-section, #Intra-Container-S #div3 .banner-section {
	padding: 150px 0px 0px 65%;
}
#Intra-Container-S #div2 .banner-section {
	padding: 110px 50% 0px 5%;
}
#Intra-Container #div3 .banner-section {
	padding: 200px 0px 0px 60%;
}
#Services {
	height: auto;
}
.services-list-h {
	width: 90%;
	margin: 0px auto;
	height: auto;
	position: relative;
	font: normal 24px/135px 'quattrocentoboldbold';
	text-align: left;
	padding: 15px 0px;
}
.services-list-h li {
	float: none;
	width: 100%;
	height: 135px;
	margin: 5px 0px;
}
.services-list-h a {
	padding: 0px 0px 0px 150px;
}
.services-list-h li {
	background-size: auto auto !important;
}
.services-list-h .hip {
	background: url(/images/hip-m-bg.jpg) no-repeat left top;
}
.services-list-h .knee {
	background: url(/images/knee-m-bg.jpg) no-repeat left top;
}
.services-list-h .sports {
	background: url(/images/sports-m-bg.jpg) no-repeat left top;
}
.services-list-h .trauma {
	background: url(/images/trauma-m-bg.jpg) no-repeat left top;
}
.services-list-h .hip:hover {
	background: url(/images/hip-m-on.jpg) no-repeat left top;
}
.services-list-h .knee:hover {
	background: url(/images/knee-m-on.jpg) no-repeat left top;
}
.services-list-h .sports:hover {
	background: url(/images/sports-m-on.jpg) no-repeat left top;
}
.services-list-h .trauma:hover {
	background: url(/images/trauma-m-on.jpg) no-repeat left top;
}
#Welcome {
	height: auto;
}
#Meet-Dr {
	height: auto;
}
.meet-left {
	position: relative;
	margin: 0px auto;
}
.meet-right {
	width: 95%;
	margin: 10px auto 0px auto;
	float: none;
}
.dr-main {
	padding: 0px 0px 40px 0px;
}
.view-profile {
	display: none;
}
.view-profile1 {
	display: block;
	margin: 5% 0px;
}
.dr-images {
	position: relative;
	margin: 10px auto;
	float: none;
	text-align: center;
}
.dr-images ul li {
	margin: 0px 2%;
}
.quick-links {
	background: none;
}
.quick-text {
	text-align: center;
}
.human-anatomy {
	margin: 0px auto;
	text-align: center;
	width: 100%;
	float: none;
}
.quick-links {
	float: none;
	margin: 0 auto;
	width: 75%;
	padding: 15px 0px;
}
.quick-links ul li .location {
	margin: 0px !important;
}
#Treatment {
	height: auto;
}
.treatment-first {
	float: none;
	margin: 0px auto;
	width: 95%;
	text-align: center;
	padding: 25px 0px 0px 0px;
}
.treatment-middle, .treatment-last {
	float: none;
	margin: 0px auto;
	width: 95%;
	border-left: none;
}
.treatment-last ul {
	padding: 0px;
}
.education-head {
	text-align: center;
}
.education-text {
	width: 95%;
	margin: 0px auto;
}
.education-text img {
	float: none;
	margin: 10px auto;
}
.ortho-contact, .who-we-are, .proc, .general-surgery {
	width: 46%;
	height: 320px;
}
#Content-Left, #Content-Right {
	width: 100%;
	float: none;
}
#Sidebar {
	width: 300px;
	float: none;
	margin: 15px auto;
	border-right: none !important;
}
#GotoTop {
	display: none !important;
}
.doctors-list {
	width: 95%;
	border-right: none;
	margin: 10px auto;
	float: none;
	border-bottom: 1px solid #c1bda5;
}
.dr-text {
	border-top: none;
}
.dr-more {
	left: 42%;
}
.ftable {
	width: 100%;
}
.dr-name-h a {
	color: #eae2cc;
	height: auto;
}
.view-profile1 a {
	background: #3d310c none repeat scroll 0 0;
	color: #f7f6f6;
	height: auto;
	padding: 8px 12px;
	width: auto;
}
}

@media only screen and (max-width:480px) {
#Header {
	height: 350px;
}
.appoint-social {
	float: none;
	width: 300px;
	clear: both;
	margin: 0px auto;
}
.getin-touch {
	width: 100%;
}
.urgent-app {
	width: 100%;
}
.appoint {
	width: 100%;
}
.services-list-h li {
	float: none;
	height: 155px;
	margin: 5px 0;
	width: 100%;
	line-height: 135px;
}
.services-list-h li.trauma {
	line-height: 24px;
	padding: 45px 0 0 0;
	height: 110px !important;
}
.banner-section {
	display: none;
}
.quick-links {
	width: 90%;
}
.quick-links ul {
	width: 100%;
}
.services-list-h {
	font: normal 20px/24px 'quattrocentoboldbold';
	width: 310px;
}
.services-list-h a {
	padding: 0px 0px 0px 150px;
}
.GP-form li {
	width: 100%;
}
.ortho-contact, .general-surgery, .proc, .who-we-are {
	float: none;
	width: 95%;
	margin: 5px auto;
}
 .proc, .who-we-are{
	  margin:-116px 0px 0px 0px;
  }
  .dr-more{bottom:}
}
@media only screen and (max-width:360px){
	.health-text,.proc,.who-we-are{margin-left:10px}
	}
@media only screen and (max-width:320px){
.proc,.who-we-are{margin:-100px 0 0}.health-text,.proc,.who-we-are{margin-left:10px}
.dr-more{bottom:-6px;}
}
