@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'oxygenregular';
    src: url('fonts/oxygen-webfont.eot');
    src: url('fonts/oxygen-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-webfont.woff') format('woff'),
         url('fonts/oxygen-webfont.ttf') format('truetype'),
         url('fonts/oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oxygenbold';
    src: url('fonts/oxygen-bold-webfont.eot');
    src: url('fonts/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-bold-webfont.woff') format('woff'),
         url('fonts/oxygen-bold-webfont.ttf') format('truetype'),
         url('fonts/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oxygenitalic';
    src: url('fonts/oxygen-italic-webfont.eot');
    src: url('fonts/oxygen-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-italic-webfont.woff') format('woff'),
         url('fonts/oxygen-italic-webfont.ttf') format('truetype'),
         url('fonts/oxygen-italic-webfont.svg#oxygenitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dancing_script_otregular';
    src: url('fonts/dancing_script_ot-webfont.eot');
    src: url('fonts/dancing_script_ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dancing_script_ot-webfont.woff') format('woff'),
         url('fonts/dancing_script_ot-webfont.ttf') format('truetype'),
         url('fonts/dancing_script_ot-webfont.svg#dancing_script_otregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alluraregular';
    src: url('fonts/allura-regular-webfont.eot');
    src: url('fonts/allura-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/allura-regular-webfont.woff') format('woff'),
         url('fonts/allura-regular-webfont.ttf') format('truetype'),
         url('fonts/allura-regular-webfont.svg#alluraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{	
	background: #7c4864;
}

html, body, h2, h3, h4, h5, h6, p, input, textarea, select, form {
	font-family: "oxygenregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h1, .smile-gallery h2, .right-boxes h2{
	font-family: "dancing_script_otregular", Arial, Helvetica, sans-serif;
}

.smile-gallery .gallery-link a, .right-boxes .right-link a, .testimonials .testimonials-name, .office-hours .info01, .get-social .right-link, .footer-address .heading, .home-staff-images .staff-description .name, .home-staff-images .staff-description .title{
	font-family: "oxygenbold", Arial, Helvetica, sans-serif;
}

/*Main Menu*/
.panel ul li a, .menu-close-button, ul#tree li a {
	font-family: "oxygenregular", Arial, Helvetica, sans-serif!important;
	font-weight: normal !important;
}

.clear-float {
	clear: both !important;
}

.smile-gallery h2, .right-boxes h2{
	color: #939393;
	font-size: 21px;
}

h2, h3, h4 {
	line-height: 1.5;
}

.holder:after, .main-menu ul:after, .address:after, .socialmedia:after, .bucket-menu ul:after, .get-social ul:after, .content-wrapper:after, .search-area form:after, .contact-form form:after, .contact-hours-sub:after, .appoinment-form form:after, .smile-gallery .gallery-ba-text:after, .gallery-wrapper:after, .gallery-wrapper .gallery-ba-text:after, .office-hours:after, .photo-wrapper-outer .photo-wrapper:after, .header-menu-mobile:after, .footer .footer-menu ul:after, .footer-address:after  {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a, ul#tree li a {
	color: #00a2b1;
	text-decoration: none;
}

	a:hover {
		color: #00656e;
	}

img {
	border: 0px;
}

h1 {
	color: #0b96a2;
	line-height: 1;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 19px;
	margin: 9px 0px 1px 0px;
}

h3 {
	font-size: 17px;
	margin: 12px 0px 10px 0px;
}

h4 {
	font-size: 15px;
	margin: 14px 0px 10px 0px;
}

.holder{
	width: 100%;
	margin: 0px auto;
	position: relative;	
}

.hide-from-mobile{
	display: none;	
}

/* Header Styels - Start */

.header {
	position: relative;
	width: 100%;	
}

/*Top Icon Menu*/
.header-top-icons {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	background: url(../images/mobile/top-menu-bg.jpg) repeat-x left top;
}

    .header-menu-mobile {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
	
        .header-menu-mobile li {
            height: 52px;
            width: 19%;
            float: left;
            display: block;
            text-align: center;
        }
		
            .header-menu-mobile li a {
                height: 52px;
                width: 100%;
                display: block;
                text-indent: -9999px;
            }
			
                .header-menu-mobile li.menu {
                    border-right: 1px solid #FFFFFF;
                    background: url(../images/mobile/menu_icon.png) no-repeat center center;
                }
				
                    .header-menu-mobile li.call {
                        border-left: 1px solid #042F62;
                        border-right: 1px solid #FFFFFF;
                        background: url(../images/mobile/call_icon.png) no-repeat center center;
                    }
					
                        .header-menu-mobile li.appointment {
                            border-left: 1px solid #042F62;
                            border-right: 1px solid #FFFFFF;
                            background: url(../images/mobile/appointment_icon.png) no-repeat center center;
                        }
						
                            .header-menu-mobile li.contact {
                                border-left: 1px solid #042F62;
                                border-right: 1px solid #FFFFFF;
                                background: url(../images/mobile/contact_icon.png) no-repeat center center;
                            }
							
                                .header-menu-mobile li.directions {
                                    border-left: 1px solid #042F62;
                                    background: url(../images/mobile/map_icon.png) no-repeat center center;
                                }

	.logo-mobile {
		width: 100%;
		height: auto;
		margin: 10px 0px 10px 0px;
	}
	
		.logo img{
			width: 460px;
			height: 65px;
		}
	
.banner-mobile{
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

.search-area {
	width: 267px;
	height: 60px;
}

	.search-area .search{
		text-align: left;		
		width: 250px;
		height: 22px;
		padding: 5px 7px 6px 11px;
		margin: 0px;
		background: url(../images/mobile/search-bg.png) no-repeat left top!important;
	}
	
		.search-area .search-text{
			color: #ffffff;
			font-size: 13px;
			background: none;
			border: 0px;
			width: 200px;
		}
		
			.search-area .go-button{
				text-indent: -9999px;
				width: 16px;
				height: 16px;
				position: absolute;
				right: 14px;
				top: 20px;
				border: 0px;
				cursor: pointer;
				margin: 0px;
				background: url(../images/search-go-button.png) no-repeat left top!important;
			}
			
.get-social ul, .footer .footer-menu ul{
	list-style-type: none;
}

	.get-social ul{
		margin: 0px 0px 0px 65px;
		padding: 28px 0px 10px 0px;
	}

		.get-social ul li{
			width: 32px;
			height: 32px;
			margin: 0px 8px 0px 0px;
			float: left;
		}

.language-selector  {
	height: 60px;
}

.content-wrapper{
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background: #ffffff;
}

	.left-content .para{
		line-height: 1.85;
		padding: 4px 10px 12px 10px;
	}
	
		.left-content h1.home-heading {
			margin: 0px 0px 15px 0px;
		}
			
			.left-content h2.sub-heading {
				margin: 21px 0px 1px 0px;
			}

.smile-gallery{
	margin: 20px 0px 60px 0px;
	text-align: center;
}

	.smile-gallery h2{
		font-size: 20px;
		padding: 26px 0px 0px 19px;	
	}
		
		.smile-gallery .gallery-ba-text{
			margin: 9px 0px 6px 0px;		
			text-align: center;
		}
			
			.smile-gallery .gallery-text{
				display: block;
				float: left;
				width: 50%;
			}
			
				.smile-gallery .after{
					margin: 0px;
				}
					
					/*Gallary */
					.smile-gallery .gallery_background{
						max-width:500px;
						height: 200px;
						padding: 7px 0px 0px 4px;
						margin: 0px auto;
					}
					
						.smile-gallery .stepcarousel{
							position: relative;
							border: 0;
							overflow: scroll;
							width: 460px;
							height: 200px;
						}
					
							.smile-gallery .stepcarousel .belt{
								position: absolute;
								left: 0;
								top: 0;
							}
					
								.smile-gallery .stepcarousel .panel{
									float: left;
									overflow: hidden;
									padding-top: 0px;
									width: 460px;
									height: 200px;
									margin-right: 0px;							
									padding: 0px 6px 0px 0px;
									text-align: center;
									/* color: #0ba2aa;
									font-weight: bold; */
								}
								
									.smile-gallery .stepcarousel .last{
										margin-right: 1px;
									}
					
										.smile-gallery .galleryThumb {
											width:100% !important;
											height:auto !important;
											border: 0;
										}


/* Sub Page Styels - Start */

.home-staff-images, .staff-images{
	float: left;
	margin: 12px 4px 9px 0px;
}

	.home-staff-images img {		
		width: 178px;
		height: 183px;
	}
		
		.home-staff-images .staff-description {
			text-align: center;
			margin-top: -6px;		
			width: 171px;
		}
			
			.home-staff-images .staff-description span{
				display: block;
				text-align: center;
			}
			
				.home-staff-images .staff-description .name{
					color: #653951;
					font-size: 15px;
					line-height: 1.6;
				}
					
					.home-staff-images .staff-description .title{
						font-size: 12px;
						line-height: 0.7;
					}
					
						.home-staff-images .staff-description .asso{
							font-size: 10px;
						}

.sub-logo{
	float: left;
	margin: 10px 14px 9px 0px;
}

.staff-images{
	margin: 2px 4px 9px 0px;
}

.photo-wrapper-outer{
	margin: 20px 0px 20px 0px;
}

	.photo-wrapper-outer .photo-wrapper img{
		float: left;
		margin: 0px 16px 20px 0px;
		border: 1px solid #8c8c8c;
	}
	
.contact-hours-sub{
	margin: 20px 0px 30px 0px;
	width: 360px;
	line-height: 1.6;
}

	.contact-hours-sub .contact-date{
		float: left;
		width: 105px;
	}
	
		.contact-hours-sub .contact-time{
			float: right;
			width: 250px;
		}
		
.testimonial-content {
	margin: 25px 0px 35px;
	padding: 0px 0px 10px;
}

	.testimonial-content  {
		border-bottom: 1px dashed #a7a0a0;
	}
	
/* Sub Page Styels - End */

.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
	position: relative !important;
}

/* Footer Styels - Start */

.footer-wrapper {
	width: 100%;
	margin: 0px auto;
}

	.footer-wrapper .footer {
		margin: 0px auto;
		position: relative;
		text-align: center;
	}
	
		.footer-address {
			padding: 10px 0px 26px 0px;
			width: 100%;
		}
		
			.footer-wrapper .footer, .footer .copyright a, .footer .powered a, .footer .footer-menu ul li a {
				color: #c9acac;
				font-size: 13px;
			}
			
				.footer-address .address-text{	
					text-align: center;
					line-height: 1.3;
					width: 50%;
					float: left;
				}
					
					.footer .footer-menu ul{
						margin: 0px;
						padding: 20px 0px 0px 10px;
					}
					
						 .footer .footer-menu ul li {
							float: left;
							height: 28px;
							padding: 0px 4px 10px 0px;
						}
					
							.footer .footer-menu ul li a {
								line-height: 1;
								float: left;
								padding: 7px 10px 9px 10px;
								margin: 0px;
							}
																																	
								.footer .footer-menu ul li a:hover, .footer .footer-menu ul li a.selected{
									background: #2a1220;
								}
								
									.footer .copyright, .footer .powered{
										line-height: 1.2;
									}
									
										.footer .copyright{
											padding: 11px 0px 0px 0px;
										}

											.footer .copyright a:hover, .footer .powered a:hover{
												text-decoration: underline;
											}
											
												.footer .powered{
													padding: 2px 0px 20px 0px;
												}
												
													.footer .care-credit-logo{
														display: none;
													}

/* Footer Styels - End */				


/* Footer Styels - End */			
/************************************************************************************
	FANCYBOX
*************************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../fancybox/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../fancybox/fancybox_sprite@2x.png');
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url('../fancybox/fancybox_loading@2x.gif');
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}							