/*
Theme Name: Pomerado Cosmetic Dentistry 2014
Theme URI: http://www.pomeradocosmeticdentistry.com/
Description: A custom theme built by the team at Rosemont Media.
Author: Rosemont Media
Version: 1.0
Tags:
*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #1D423B; color: #fff; text-shadow: none; }
::selection { background: #1D423B; color: #fff; text-shadow: none; }


/* =============================================================================
   Links - EDIT
   ========================================================================== */

a { color: #2E4E49; text-decoration: underline; }
a:visited { color: #2E4E49; outline: #2E4E49; }
a:hover { color: #2E4E49; text-decoration: none; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; padding: 6px 8px; font-weight: 400; font-size: 16px; font-style: italic; text-align: center; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #e2ded9; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* =============================================================================
   WordPress Reset
   ========================================================================== */

div.aligncenter,.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignleft{float:left}.alignright,.commentlist li .avatar{float:right}.wp-caption{background:#f3f3f3;border:1px solid #ddd;text-align:center;padding-top:4px;margin:10px;.border-radius(3px);}.wp-caption img,.wp-caption p.wp-caption-text,#commentsDiv p,#commentsDiv h3{margin:0}.wp-caption img{padding:0;border:0 none}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;padding:0 4px 5px}#commentsDiv{clear:both;margin:30px 20px 30px 35px;padding-top:20px}#commentsDiv textarea,#commentsDiv input{border:1px solid #6779c3;font-size:12px;color:#6779c3;line-height:25px}#commentsDiv textarea,#commentsDiv input,input#submit{height:25px}#commentsDiv textarea{width:500px;height:150px}input#submit{background:#fff;line-height:20px;width:150px;color:#042b5e}#comments{margin-bottom:20px!important}#respond{margin-top:20px!important}.commentlist{border-bottom:1px solid #fff}#commentform textarea,#commentform input,.commentlist li{font-size:0.9em}.commentlist li{padding:20px;border-top:1px solid #fff}.commentlist li p{margin-top:10px!important}.commentlist li .avatar{border:1px solid #eee;padding:2px;background:#fff}.commentlist cite a,.commentlist cite{font-style:normal;font-size:1.1em;color:#fff}.commentlist p,.commentmetadata{font-weight:normal}.commentlist p{line-height:1.5em;text-transform:none}.alt{background:#042b5e!important}#commentform p{margin-bottom:10px!important}h3#respond{margin-bottom:20px}

/* ==|== primary styles =====================================================
   Author: Rosemont Media
   ========================================================================== */

/* ------------------------ type selectors ------------------------ */
body {
	text-align: center;
	font: 14px Helvetica, Arial, "Lucida Grande", "sans-serif";
	color: #252525;
}

p {
	line-height: 1.5em;
}

/* ------------------------ Classes ------------------------ */

.clear	{ clear:both; }

/* .visible-desktop { display: block !important; }
 */.hidden-desktop { display: none !important; }

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
}

.alignleft {
	float:left;
	margin:2px 10px 10px 0px;
}

.alignright {
	float:right;
	margin:5px 0px 10px 10px;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 10px auto;
}

img.alignleft, img.alignright, img.aligncenter {
	border: 4px solid #f1ebdc;
}

.no-frame {
	border: 0!important;
	border-radius: none !important;
	box-shadow: none !important;
}

a.button,
form.cform .sendbutton,
.btn-next a,
.btn-previous a,
.sendbutton {
	background: #cfcfcf;
	background:-webkit-gradient(linear,left top,left  bottom,from(#f2f2f2),to(#cfcfcf));
	background:-webkit-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:   -moz-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:     -o-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:        linear-gradient(top,  #f2f2f2,  #cfcfcf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cfcfcf');
	-moz-box-shadow: 0px 0px 0px 1px #cbc8c8;
	-webkit-box-shadow: 0px 0px 0px 1px #cbc8c8;
	box-shadow: 0px 0px 0px 1px #cbc8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a4a4a4;
	color: #2e4e49;
	cursor: pointer;
	padding: 11px 16px 7px;
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: lighter;
}
.button:hover, form.cform .sendbutton:hover, .btn-next a:hover, .btn-previous a:hover {
	background: #f2f2f2;
	background:-webkit-gradient(linear,left top,left  bottom,from(#cfcfcf),to(#f2f2f2));
	background:-webkit-linear-gradient(top,  #cfcfcf,  #f2f2f2);
	background:   -moz-linear-gradient(top,  #cfcfcf,  #f2f2f2);
	background:     -o-linear-gradient(top,  #cfcfcf,  #f2f2f2);
	background:        linear-gradient(top,  #cfcfcf,  #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#f2f2f2');
}
.button:active, form.cform .sendbutton:active {
	background: #cfcfcf;
	background:-webkit-gradient(linear,left top,left  bottom,from(#f2f2f2),to(#cfcfcf));
	background:-webkit-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:   -moz-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:     -o-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:        linear-gradient(top,  #f2f2f2,  #cfcfcf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cfcfcf');
}

.disclaimer {
	font-size: 11px;
	font-style: italic;
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
.container-full {
	width: 100%;
	position: relative;
	text-align: center;
}

.container-1038 {
	width: 1038px;
	position: relative;
	margin:0 auto;
	text-align:left;
}

#repeating.container-full { background: url("images/bg-html-compressor.jpg") top center repeat-x; }
.inside #repeating.container-full { background: url("images/inside-bg-html.jpg") top center repeat-x; }

#centered.container-full {
	background: url("images/bg-body.jpg") top center no-repeat; min-width: 1038px;
	background-image: none;
}
.inside #centered.container-full { background: none; }

.content-bg.no-sidebar #content-main{
	float:none;
	width: auto;
	margin:0px 15px;
}

/* ------------------------ header framework ------------------------ */
header {
	height: 174px;
	position: relative;
	z-index: 100000;
}

.inside header {
	height: 174px;
}

img.logo {
	margin: 0 !important;
	left: 30px;
	position: absolute;
}

#top {
	height: 118px;
}

.inside #masthead {
	background: url('images/header-03.jpg') center no-repeat;
	width: 100%;
	max-width: 1600px;
	min-width: 1038px;
	height: 316px;
	margin: 0 auto;
}
.inside.dental-practice-san-diego-ca.va-vendor-dental-treatment-for-military-veterans #masthead { background: url('images/va-header.jpg') center no-repeat; } /*----- VA Header ------*/
.inside.pediatric-dentist-san-diego-ca #masthead { background: url('images/header-02.jpg') center no-repeat; } /*----- Pediatric Dentistry ------*/
.inside.testimonials #masthead { background: url('images/header-05.jpg') center no-repeat; } /*----- Testimonials ------*/
.inside.cosmetic #masthead { background: url('images/header-05.jpg') center no-repeat; } /*----- Cosmetic Dentsitry ------*/
.inside.blog #masthead, .inside.category #masthead { background: url('images/header-05.jpg') center no-repeat; } /*----- Blog ------*/
.inside.snore-night-guards-san-diego-ca #masthead, .inside.laser-san-diego-ca #masthead, .inside.sleep-apnea-san-diego-ca #masthead { background: url('images/header-04.jpg') center no-repeat; } /*----- Snore Guards and Night Guards, Laser Dentistry, Sleep Apnea ------*/
.inside.restorative #masthead { background: url('images/header-06.jpg') center no-repeat; } /*----- Restorative Dentistry ------*/
.inside.dentists #masthead, .inside.dental-practice-san-diego-ca #masthead, .inside.dental-practice-san-diego-ca #masthead, .inside.contact-us #masthead { background: url('images/header-01.jpg') center no-repeat; } /*----- Meet Our Team, About Our Office, Contact Us ------*/

/* ------------------------ Meet Our Doctors Popover ------------------------ */

#top img.meet-drs-btn {
	margin: 10px 0 0 0;
	right: 315px;
	position: absolute;
	cursor: pointer;
}

.drs-popup {
	position: absolute;
	z-index: 110;
	background: #ffffff;
	border-radius: 5px;
	margin: 12px 0 0 0;
	opacity: .95;
	-moz-box-shadow: 0 0 10px rgba(0,0,0, .55);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .55);
	box-shadow: 0 0 10px rgba(0,0,0, .55);
}

.close-box {
	background: #2e4e49;
	background:-webkit-gradient(linear,left top,left  bottom,from(#63948c),to(#2e4e49));
	background:-webkit-linear-gradient(top,  #63948c,  #2e4e49);
	background:   -moz-linear-gradient(top,  #63948c,  #2e4e49);
	background:     -o-linear-gradient(top,  #63948c,  #2e4e49);
	background:        linear-gradient(top,  #63948c,  #2e4e49);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63948c', endColorstr='#2e4e49');
	-moz-box-shadow: 0px 0px 0px 1px #2e4e49;
	-webkit-box-shadow: 0px 0px 0px 1px #2e4e49;
	box-shadow: 0px 0px 0px 1px #2e4e49;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 10px 0 0;
	padding: 2px 6px 0 6px;
	color: #F1E8DF;
	cursor: pointer;
}

.close-box:hover {
	background: #63948c;
	background:-webkit-gradient(linear,left top,left  bottom,from(#2e4e49),to(#63948c));
	background:-webkit-linear-gradient(top,  #2e4e49,  #63948c);
	background:   -moz-linear-gradient(top,  #2e4e49,  #63948c);
	background:     -o-linear-gradient(top,  #2e4e49,  #63948c);
	background:        linear-gradient(top,  #2e4e49,  #63948c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e4e49', endColorstr='#63948c');
}

.js .drs-popup {
	display: none;
}

.drs-popup a.button {
	font-size: 12px;
	padding: 7px 9px;
}

img.top-triangle {
	margin: -19px 358px 0 0;
}

section.meet-dr {
	width: 450px;
	padding: 10px 0 10px 27px;
}

section.meet-dr img {
	margin-bottom: 5px;
}

section.meet-dr h2 {
	clear: none !important;
	font-size: 16px;
	margin: 0 0 5px 0 !important;
}

section.meet-dr p {
	font-size: 14px;
	line-height: 18px;
}

.header-contact { margin: 15px 25px 0 0; }

/* ------------------------ primary nav ------------------------ */
#menu-main {
	background: url("images/nav-compressor.jpg") no-repeat;
	height: 56px;
	width: 1038px;
	display: block;
	padding: 0;
	font: 13px Helvetica, Arial, "Lucida Grande", "sans-serif";
}

#menu-main li, #menu-main a {
	height: 100%;
	display:block;
}

#menu-main li {
	float: left;
	list-style:none;
	position:relative;
	z-index: 100;
}

#menu-main a {
	text-align: center;
	line-height: 55px;
	color: #fff;
	text-shadow: 0 -2px 1px #000000;
	text-decoration: none;
	width: 100%;
}

#menu-item-94 {
	margin-left: 30px;
	width: 66px;
}

#menu-item-95 { width: 88px; }
#menu-item-96 { width: 91px; }
#menu-item-277 { width: 165px; }
#menu-item-98 { width: 147px; }
#menu-item-114 { width: 163px; }
#menu-item-117 { width: 104px; }
#menu-item-101 { width: 72px; }
#menu-item-102 { width: 78px; }
#menu-item-1683 { width: 86px; }

#menu-main li a:hover {
	background-image: url("images/nav-compressor.jpg");
	background-repeat: no-repeat;
}

#menu-item-94 a:hover { background-position: -31px -56px; }
#menu-item-95 a:hover { background-position: -96px -56px; }
#menu-item-96 a:hover { background-position: -184px -56px; }
#menu-item-277 a:hover { background-position: -275px -56px; }
#menu-item-98 a:hover { background-position: -440px -56px; }
#menu-item-114 a:hover { background-position: -587px -56px; }
#menu-item-117 a:hover { background-position: -750px -56px; }
/*#menu-item-101 a:hover { background-position: -859px -56px; }*/
#menu-item-102 a:hover { background-position: -184px -56px; }
#menu-item-1683 a:hover { background-position: -184px -56px; }


@media (min-width: 769px) {
	#menu-main .main-nav-reviews {
		display: none;
	}
}


/* ------------------------ dropdown nav ------------------------ */
#menu-main li ul {
	position:absolute;
	left:-9999px;
	padding: 0 1px 10px 0;
	background: #285c55;
	z-index: 100;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#menu-main li ul li {
	height:auto;
	border-top: 1px solid #2f6c63; /* Lighter color than nav */
	border-bottom: 1px solid #214c47;
}

#menu-main li ul li a {
	text-align: left;
	display: block;
	width: auto;
	line-height: 1em;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	text-indent: 0px;
	padding: 9px 10px;
}

#menu-main li:hover ul { left: 0px; }

#menu-main li ul li a:hover {
	background: #1c413b !important;
	text-decoration:none;
}

#menu-main li ul li#menu-item-123 a,
#menu-main li ul li#menu-item-1125 a,
#menu-main li ul li#menu-item-1192 a ,
#menu-main li ul li.dd-child > a{
	background-image: url('images/dropdown-arrow-compressor.png') !important;
	background-position: 15px 10px !important;
	background-repeat: no-repeat !important;
	background-color: transparent;
	padding-left: 30px;
}

#menu-main li ul li#menu-item-123 a:hover {
	background-color: #1c413b;
}

#menu-main li ul, #menu-main li ul li { width:250px; }


/* slideshow V2*/
html .ss-v1{
	display: none;
}
.ss-container{
	height: 453px;
	width: 100%;
	overflow: hidden;
}
.ss-container .ss-item{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	/* background-position: center top; */
	background-position: 37% top;
}

@media only screen and (min-width: 768px){
	.ss-container .ss-item {
    background-position: left top;
	}
}

@media only screen and (min-width: 1024px){
	.ss-container .ss-item {
    background-position: center top;
	}
}

.ss-container .ss-text{
	/* float:right; */
	/* min-width: 430px; */
	/* max-width: 430px; */
	/* padding-top: 80px; */
	padding: 90px 20px;
	text-align: left;
	font-size: 16px;
}
@media only screen and (min-width: 768px){
	.ss-container .ss-text{
		max-width: 430px;
	}
}

@media only screen and (min-width: 1024px){
	.ss-container .ss-text{
		float:right;
		padding: 90px 50px;
	}
}


.ss-text h2{
	font-family: 'Average',"Times New Roman", Times, Georgia, Serif;
	color:#2e4e49;
	font-size: 40px;
}
.ss-text h2 span{
	display: block;
}

.ss-text .button{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e9389+0,3c7c73+100 */
	background: #4e9389; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e9389 0%, #3c7c73 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4e9389 0%,#3c7c73 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4e9389 0%,#3c7c73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e9389', endColorstr='#3c7c73',GradientType=0 ); /* IE6-9 */

	color:#ffffff;
	box-shadow: none;
    text-shadow: none;

}

#ss-nav{
	background-image:url('images/ss-pagerbg-repeat-compressor.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	/*height: 154px;*/
	position: relative;
	/*margin-bottom: 110px;*/
	/*z-index: 0;*/
}
/*#ss-nav:after{
	height: 110px;
	width: 100%;
	display: block;
	content:" ";
	z-index: 1;
	background:#ffffff;
}*/
.ss-nav-layer2{
	background-image:url('images/ss-pagerbg-compressor.jpg');
	background-repeat: no-repeat;
	background-position: center top;
/*	display: block;
	content:" ";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: -1;*/
}

#ss-nav div.container-1038{
	font-size: 0;
	padding-top:35px;
	padding-bottom: 30px;
	text-align: center;
}
#ss-nav a{
	color:#2e4e49;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	font-family: "Helvetica";
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
	position: relative;
	margin-left: 20px;
	cursor: pointer;
}
#ss-nav a:first-of-type{
	margin-left: 0;
}
#ss-nav a:before{
	content:" ";
	display: block;
	background-image:url('images/ss-pagerbtn-compressor.png');
	background-repeat: no-repeat;
	background-position: center;
	height:56px;
	width:100%;
	position: relative;

}
#ss-nav a.cycle-pager-active,#ss-nav a:hover{
	color:#397A71;
}
#ss-nav a span{
	display: block;
    margin-left: 5px;
}
#ss-nav a small{
	line-height: 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}

/* second & second to last pager */
#ss-nav a.ssp-2:before , #ss-nav a.ssp-5:before{
	top:-13px;
}
/* middle pager*/
#ss-nav a.ssp-1:before , #ss-nav a.ssp-4:before{
	top:-23px;
}
@media only screen and ( max-width: 768px ) {
	html .ss-v2{
		display: block;
	}
}
.ss-after{
	min-height: 109px;
	background-image: url('images/ss-after-bg-compressor.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;

}

/* ------------------------ Slideshow ------------------------ */
#slideshow {
	height: 529px;
	text-align: center;
	width: 100%;
	max-width: 1600px;
	min-width: 1038px;
	margin: 0 auto;
}

.slide {
	width: 100%;
	height: 529px;
}

#slide01 {
	background: url('images/slide-01.jpg') no-repeat scroll center 0 transparent;
}

#slide02 {
	background: url('images/slide-02.jpg') no-repeat scroll center 0 transparent;
}

#slide03 {
	background: url('images/slide-03.jpg') no-repeat scroll center 0 transparent;
}

#slide04 {
	background: url('images/slide-04.jpg') no-repeat scroll center 0 transparent;
}

#slideshow h2 {
	font-size: 28px;
	color: #000000;
	font-style: normal;
	font-weight: lighter;
	line-height: 26px;
}

#slideshow h2 span {
	font-family: 'Average',"Times New Roman", Times, Georgia, Serif;
	font-size: 40px;
	color: #2E4E49;
}

span.tagline {
	color: #252525;
	font: lighter italic 30px "Times New Roman", Times, Georgia, Serif;
}

.slide-txt {
	width: 491px;
	left: 260px;
	top: 62px;
}

.slide-txt ul {
	border-top: 1px solid #dbd9d7;
	border-bottom: 1px solid #fbfbfa;
	width: 217px;
}

.slide-txt ul li {
	border-top: 1px solid #fbfbfa;
	border-bottom: 1px solid #dbd9d7;
	padding: 7px 0;
	list-style-type: none;
}

.slide-txt ul li a {
	text-decoration: none;
}

#slide-nav {
	position: relative;
	margin-top: -21px;
	width: 580px;
	height: 140px;
	z-index: 100;
}

#slide-nav a {
	background-image: url('images/slide-nav.png');
	background-repeat: no-repeat;
	width: 129px;
	height: 143px;
	display: block;
	float: left;
	margin-left: 15px;
	text-indent: -9999px;
}

#slide-nav a:nth-child(1) { margin-left: 0; background-position: 0 0; }
#slide-nav a:nth-child(2) { background-position: -144px 0px; }
#slide-nav a:nth-child(3) { background-position: -288px 0px; }
#slide-nav a:nth-child(4) { background-position: -432px 0px; }

#slide-nav a:nth-child(1):hover, #slide-nav a.activeSlide:nth-child(1) { background-position: 0px -141px; }
#slide-nav a:nth-child(2):hover, #slide-nav a.activeSlide:nth-child(2) { background-position: -144px -141px; }
#slide-nav a:nth-child(3):hover, #slide-nav a.activeSlide:nth-child(3) { background-position: -288px -141px; }
#slide-nav a:nth-child(4):hover, #slide-nav a.activeSlide:nth-child(4) { background-position: -432px -141px; }

/*#slide-nav a.activeSlide:nth-child(1) { background-position: 0px -281px; }
#slide-nav a.activeSlide:nth-child(2) { background-position: -144px -281px; }
#slide-nav a.activeSlide:nth-child(3) { background-position: -288px -281px; }
#slide-nav a.activeSlide:nth-child(4) { background-position: -432px -281px; }*/

/* IE fixes */
*#slide-nav a:hover, *#slide-nav a.activeSlide { background-position-y: -281px; }
#slide-nav a:hover, #slide-nav a.activeSlide { background-position-y: -281px\9; }


/* ------------------------- contact bar ----------------------------- */
#contact-bar {
	background: url('images/contact-bar-compressor.jpg') 0 0 repeat;
	height: 150px;
	margin: 0px 0 9px 0;
	overflow: hidden;
	display: none;
}

@media only screen and ( min-width: 768px ) {
	#contact-bar {
		display: block;
	}
}

.inside #contact-bar {
	background: url('images/contact-bar-compressor.jpg') 0 0 repeat;
	height: 150px;
	margin: 9px 0;
}

#contact-overlay {
	background: url('images/contact-overlay-bg-compressor.jpg') 0 0 no-repeat;
	width: 1038px;
	height: 150px;
}

section.contact-txt {
	float: left;
	margin: 40px 0 0 20px !important;
}

section.contact-txt h2 {
	color: #252525;
	font: lighter 20px Helvetica, Arial, "Lucida Grande", "sans-serif";
}

section.contact-txt h2 span {
	font-family: 'Average', "Times New Roman", Times, Georgia, Serif;
	font-size: 25px;
	color: #2e4e49;
}

section#call-or-email {
	background: url('images/call-or-email-compressor.png') 0 0 no-repeat;
	width: 435px;
	height: 70px;
}

section#call-or-email h2 {
	padding: 9px 0 0 30px;
}

.inside section#call-or-email h2 {
	padding: 0 0 0 30px;
}

section#call-or-email a.button {
	margin: 16px 30px 0 0 !important;
}

section#call-or-email a.button span.email-us-btn {
	background: url('images/email-us-img-compressor.png') 84px 9px no-repeat;
	padding: 11px 37px 0 3px;
	font-size: 18px;
}

section.contact-txt p.contact-bar-address {
	margin: 7px 0 0 0 !important;
}

/* ------------------------ seaforms ------------------------ */

.seaforms .field-wrap {
    margin: 20px 0;
}

.seaforms span.error {
  display: block;
  font-size: 12px;
  text-align: right;
  width: 100%;
  color: red;
}

.seaforms label, .seaforms input {
    display: block;
}

.seaforms input[type="text"], .seaforms input[type="email"], .seaforms input[type="tel"], .seaforms textarea {
    background-color: #fff;
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    text-indent: 10px;
}

 .seaforms textarea  {
    height: 150px;
}

.submit-btn {
  background-color: #7d2d30;
  border: medium none;
  border-radius: 3px;
  color: #000;
  height: 35px;
  width: 150px;
}
.seaforms_confirmation_message {
  font-size: 1em;
  font-weight: bold;
  margin: 50px 0;
}



/* ------------------------ content framework ------------------------ */

#content-bg-repeat {
	background:url("images/bg-background-compressor.jpg") repeat 0 0;
}

#content-bg-blue {
	/* background: url('images/content-bg-repeat-blue-compressor.jpg') 0 0 repeat-x; */
		background-position: 0 0;
		background-repeat: repeat-x;
}

#content {
	background: url('images/custom-dental-bg-compressor.jpg') center 0 no-repeat;
	background-position: center 0;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	max-width: 1599px;
	min-width: 1038px;
	margin: 0 auto;
}

#content-frame {
	padding: 50px 0;
	overflow: auto;
}

.inside .content-bg {
	background: url('images/bg-background-compressor.jpg') repeat scroll transparent;
	width: 100%;
	min-width: 1038px;
}

.inside #content-main {
	width: 642px;
	margin-left: 30px;
	float: left;
}

#content article {
	padding: 0 30px;
}

#content ol, #content dl {
	margin: 0 0 20px 37px;
	line-height: 1.5em;
}

#content ul {
	margin: 0 0 20px 20px;
	line-height: 1.5em;
}

#content-main ul li {
	list-style: none;
	background: url("images/bullet.png") 0 0 no-repeat;
	padding: 0 0 10px 17px;
	margin-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
	clear: both;
	font-weight: lighter;
	color: #252525;
}

.inside h1 {
	margin: 10px 0px;
	clear: both;
	font-weight: lighter;
	color: #2E4E49;
	font-family: 'Average',"Times New Roman", Times, Georgia, Serif;
}

.inside h2, .inside h3, .inside h4, .inside h5, .inside h6 {
	margin: 10px 0px;
	clear: both;
	font-weight: lighter;
	color: #2e4e49;
	font-family: 'Average',"Times New Roman", Times, Georgia, Serif;
}

#content h1 {
	margin-top: 0;
	font-size: 30px;
}

#content-main h1 {
	margin-top: 0;
	font-size: 40px;
}

#content h2 {
	font-size: 26px;
}

#content-main h2 {
	margin-top: 35px;
	font-size: 36px;
}

#content article h2 {
	margin-bottom: 0;
}

#content article h2 a {
	color: #6a6a20;
}

a.readMore {
	color: #727225;
}

#content h3 {
	font-size: 22px;
}

#content-main h3 {
	margin-top: 40px;
	font-size: 30px;
}

#content h4, #content h5, #content h6 {
	font-size: 22px;
}

#content-main h4, #content-main h5, #content-main h6 {
	margin-top: 40px;
	font-size: 26px;
}

#content article#custom-dental-care {
	padding: 125px 0 50px 30px;
	width: 430px;
}

#content article#custom-dental-care h1 span {
	font: 40px 'Average',"Times New Roman", Times, Georgia, Serif;
	color: #2e4e49;
}

a.view-gallery-btn {
	background-image: url('images/view-gallery-btn-before.png');
	width: 100%;
	height: 141px;
	display: block;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 364px;
}

a.view-gallery-btn:hover {
	background-image: url('images/view-gallery-btn-after.png');
}

a.monthly-specials-btn img {
	max-width: 100%;
	display: block;
	position: relative;
	height: auto;
	margin: 0 auto;
}

/* a.monthly-specials-btn {
	background: url('images/monthly-special-btn.png') 0 0 no-repeat;
	width: 584px;
	height: 123px;
	display: block;
	text-indent: -9999px;
	position: relative;
	left: 250px;
}

a.monthly-specials-btn:hover { background: url('images/monthly-special-btn.png') bottom; } */

#content-main img {
	border: 6px solid #ffffff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0, .55);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .55);
	box-shadow: 0 0 5px rgba(0,0,0, .55);
}

#office-tour-thumbnails img {
	border: 4px solid #ffffff !important;
}

.did-you-know-header {
	background-color: #2E4E49;
    display: block;
    height: 10px;
    width: 642px;
	text-indent: -9999px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.did-you-know {
	background: url('images/ul-li-bg.jpg') 0 0 repeat;
	padding: 15px;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.did-you-know h2 {
	margin: 0 !important;
}

.bna {
	text-align: center;
	width: 300px;
	display: inline-block;
	padding-bottom: 10px;
}

.bna img {
	float: left;
	width: 126px !important;
	height: auto !important;
	margin-bottom: 20px;
	margin-left: 10px;
	-moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0px 6px 0px #rgba(0, 0, 0, 0.25);
	box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.25);
	border: 3px solid #ffffff !important;
}

.bna span {
	width: 148px;
	display:inline-block;
	float: left;
	padding-bottom: 15px;
}

.quote {
	background: #cfcfcf;
	background:-webkit-gradient(linear,left top,left  bottom,from(#f2f2f2),to(#cfcfcf));
	background:-webkit-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:   -moz-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:     -o-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:        linear-gradient(top,  #f2f2f2,  #cfcfcf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cfcfcf');
	-moz-box-shadow: 0px 0px 0px 1px #cbc8c8;
	-webkit-box-shadow: 0px 0px 0px 1px #cbc8c8;
	box-shadow: 0px 0px 0px 1px #cbc8c8;
	border: 1px solid #a4a4a4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
	font: lighter 22px 'Average',"Times New Roman", Times, Georgia, Serif;
}

.quote, .quote a {
	color: #326A61;
}

.quote q, .quote blockquote, .quote q a, .quote blockquote a {
	font-style: italic;
	color: #2E4E49;
	display: block;
	padding: 30px 75px;
	text-align: center;
}

.quote img.top-quote {
	margin: 16px 0 0 33px;
}

.quote img.btm-quote {
	margin: -40px 33px 0 0;
}

.quote cite {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	margin-left: 10px;
}

cite:before {
	content: "~ ";
}

.office-btns { margin-right: 55px; }

/* ------------------------ form framework ------------------------ */

form.cform { width: 597px; margin: 20px 0; background: none; border: 0;}
form.cform label, form.cform label span { width: 169px; }
form.cform input, form.cform input.upload { width: 250px; }

form.cform ol.cf-ol li#li--3 input {
	margin-top: 20px!important;
}

form.cform span.reqtxt, form.cform span.emailreqtxt {
	display: block;
	text-align: right;
	font-size: .8em!important;
	width: 255px;
	margin-left: 181px;
}

form.cform textarea { width: 250px; }
form.cform p.cf-sb { text-align: center; }
form#cformsform input.secinput, form#cforms2form input.secinput { width: 100px; height: 25px; }
p.linklove { display: none; }

img.captcha, img.captcha-reset { box-shadow: none !important; border: none !important; }


/* -------Front Quick Contact------- */
/* .front-quick-contact{
  display: flex;
  width: 100%;
  padding:25px 0;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #3d776b;
} */
.front-quick-contact h3{
  margin: 0;
  color: #ffffff;
  text-align: left;
  font-weight: 300;
  font-size: 28px;
  display: inline-block;
}
.front-quick-contact .container-1038 > div.hdng{
	display: flex;
	justify-content: space-between;
}
div.quick-phone{
	font-size: 34px;
	color: #27403c;
	font-weight: bold;
}
.front-quick-contact .seaforms{
  max-width: none;
  margin-bottom: 0;
  display: flex;
}
.front-quick-contact .seaforms .type-singlelinetext{
  width: 17%;
}
.front-quick-contact .seaforms .type-singlelinetext{
  margin-right: 20px;
}
.front-quick-contact .seaforms .field-wrap{
	margin: 7px 20px 0 0;
}
.front-quick-contact .seaforms .field-wrap.type-submitbutton{
	width: 15%;
	margin-right: 0;
}
.front-quick-contact .seaforms .field-wrap.type-submitbutton input{
	width: 100%;
	background: #8eb9b2;
	box-shadow: none!important;
	text-transform: uppercase;
	color: #ffffff!important;
	text-shadow: 0px 0px 2px #888888;
	border-radius: 8px;
	height: 39px!important;
	padding: 0;
}
.front-quick-contact .seaforms input{
  background: #e4eff1;
  height: 36px!important;
  margin: 0!important;
  vertical-align: top;
  color: #5b6366!important;
  width: 100%!important;
  font-family: 'Average',"Times New Roman", Times, Georgia, Serif;
}
.front-quick-contact .seaforms .field-required{
  position: relative;
}
.front-quick-contact .seaforms .field-required span.error{
  background: none;
  padding: 0;
  position: absolute;
  top: 18px;
  right: 5px;
  font-size: 12px;
  color: #e41587;
  text-transform: uppercase;

}
.front-quick-contact .seaforms_confirmation_message{
  color: #25b9bf;
  text-align: center;
}

.front-quick-contact *::-webkit-input-placeholder {
    color: #5b6366;
}
.front-quick-contact *:-moz-placeholder {
    /* FF 4-18 */
    color: #5b6366;
}
.front-quick-contact *::-moz-placeholder {
    /* FF 19+ */
    color: #5b6366;
}
.front-quick-contact *:-ms-input-placeholder {
    /* IE 10+ */
    color: #5b6366;
}
/* ------- New Sticky Front Quick Contact------- */
.front-quick-contact {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: #3d776b;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.front-quick-contact .sticky-schedule-consultation,
.front-quick-contact .sticky-phone-number ,
.front-quick-contact .sticky-address {
	flex-grow: 1;
}
.front-quick-contact .sticky-schedule-consultation {
    background-color: #243834;
    display: flex;
    padding: 15px 10px 15px 30px;
    align-content: center;
    align-items: center;
	justify-content:center;
}
@media only screen and (min-width: 1500px ) {
	.front-quick-contact .sticky-schedule-consultation {
		padding: 15px 50px 15px 100px;
	}
}

.sticky-schedule-consultation svg {
	padding-right: 10px;
}

@media only screen and (max-width: 1199px ) {
	.front-quick-contact .sticky-address,
	.front-quick-contact .sticky-phone-number,
	.front-quick-contact .sticky-social-icons {
		display: none;
	}
}

@media only screen and (min-width: 1200px ) {
	.front-quick-contact .sticky-phone-number,
	.front-quick-contact .sticky-address {
		padding: 15px 25px;
		border-right: 1px solid #243834;
		display:flex;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
}

@media only screen and (min-width: 1200px ) {
	.front-quick-contact .sticky-icon {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	.front-quick-contact .sticky-social-icons {
		display: flex;
		align-items: center;
		justify-content: space-between;
		align-content: center;
		padding: 0px 100px 0px 50px;
		width: 15%;
	}
	.front-quick-contact .sticky-social-icons svg {
		padding-right: 10px;
	}

	.front-quick-contact a svg {
		padding-right: 10px;
	}
}
.front-quick-contact a span{
    text-decoration: none;
    font-size: 16px;
    color: white;
	align-items: center;
    align-content: center;
}

@media only screen and (min-width: 1500px ) {
	.front-quick-contact a svg {
		padding-right: 15px;
	}
}
.front-quick-contact a {
    display:flex;
    align-items:center;
	text-decoration: none;
}

.front-quick-contact .sticky-social-icons a:hover svg path {
    fill: #243834;
}
body .uwy.userway_p5 .uai {
    bottom: 100px!important;
}
/* ------- End New Sticky Front Quick Contact------- */


.home-ratings{
	background: #f3efec;
	background: -moz-linear-gradient(top, #f3efec 0%, #ede6de 100%);
	background: -webkit-linear-gradient(top, #f3efec 0%,#ede6de 100%);
	background: linear-gradient(to bottom, #f3efec 0%,#ede6de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3efec', endColorstr='#ede6de',GradientType=0 );
	margin-bottom: 9px;
	clear: both;
}
.home-ratings .three-col{
	padding: 30px 20px;
	text-align: center;
}
.home-ratings .title{
	color: #466c64;
	font-family: "Times New Roman", serif;
	font-size: 20px;
	padding: 10px 0;
}
.home-ratings a.button{
	background: #426860;
	color: #fff;
	text-shadow: none;
	padding-bottom: 11px;
}
@media only screen and ( min-width: 768px ) {
	.home-ratings .three-col{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.home-ratings .title{
		font-size: 30px;
		padding: 0 30px;
	}
	.home-ratings a.button{
		font-size: 20px;
	}
}

.inside-our-practice {
/* 	background: url('images/contact-bar-compressor.jpg') 0 0 repeat; */
	background-position: 0 0;
	background-repeat: repeat;
	height: 100%;
	margin-bottom: 9px;
	clear: both;
}

.inside-our-practice .contained-width {
	text-align: center;
	padding: 30px 0;
}

@media only screen and ( min-width: 768px ) {
	.inside-our-practice .contained-width {
		padding: 30px 20px;
		max-width: 750px;
	}
}

.inside-our-practice a.button {
	background: #426860;
	color: #fff;
	text-shadow: none;
	padding-bottom: 11px;
}

/* ------------------------ aside framework ------------------------ */
aside {
	width: 306px;
	min-height: 247px;
	margin: 0 30px 0 30px;
	float: right;
}

aside p {
	margin: 0 0 10px 0;
}

#content aside ol, #content aside dl {
	margin: 0 0 20px 0px;
	padding: 0;
}

aside ul {
	margin: 0 0 25px 0;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 0 15px 0;
	background: url("images/ul-li-bg.jpg") 0 0 repeat;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
}

aside ul li {
	list-style-type: none;
	background: url("images/bullet.png") 15px 12px no-repeat;
	padding: 12px 0 10px 35px;
	border-top: 1px solid #fbf8f5;
	border-bottom: 1px solid #dac9b6;
}

aside h2.subnav {
	background: url("images/ulh2-bg.jpg") 0 0 repeat;
	padding: 7px 0 7px 10px;
	margin: 0 !important;
	color: #2E4E49;
	font-size: 24px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .45);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .45);
}

aside h1, aside h2, aside h3, aside h4, aside h5, aside h6 {
	margin:0px 0px 10px 0px;
}

#content aside h2 {
	font-size: 28px;
	color: #4c3f18;
	font-weight: normal;
}

aside h3 {
	font-size: 16px;
}

aside h4, aside h5, aside h6 {
	font-size: 14px;
}

.inside #content aside section {
	display: block;
	margin: 0 0 25px 0;
	float: none;
	width: auto;
}

a.aside-monthly-specials {
	background: url('images/aside-monthly-specials.png') 0 0 no-repeat;
	width: 306px;
	height: 126px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 30px 0;
}

a.aside-monthly-specials:hover { background: url('images/aside-monthly-specials.png') bottom; }

a.aside-view-gallery {
	background: url('images/aside-view-gallery.png') 0 0 no-repeat;
	width: 306px;
	height: 144px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 40px 0;
}

a.aside-view-gallery:hover { background: url('images/aside-view-gallery.png') bottom; }

aside h2.title-bg {
	background: url('images/aside-h2-bg.jpg') 0 0 no-repeat;
	width: 306px;
	height: 69px;
	display: inline-block;
	color: #252525;
	font: lighter 24px Helvetica, Arial, "Lucida Grande", "sans-serif";
	padding: 28px 0 0 0;
	margin: 0 !important;
}

aside h2.title-bg span {
	color: #2E4E49;
	font: 30px 'Average',"Times New Roman", Times, Georgia, Serif;
}

/*--------------------- Accordion Framework -------------------------*/

.accordion-tabs h3:first-child { margin-top: 0 !important }

.accordion-tabs h3 { float: left; }

.accordion-tabs {
	background: #cfcfcf;
	background:-webkit-gradient(linear,left top,left  bottom,from(#f2f2f2),to(#cfcfcf));
	background:-webkit-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:   -moz-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:     -o-linear-gradient(top,  #f2f2f2,  #cfcfcf);
	background:        linear-gradient(top,  #f2f2f2,  #cfcfcf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cfcfcf');
	-moz-box-shadow: 0px 0px 0px 1px #cbc8c8;
	-webkit-box-shadow: 0px 0px 0px 1px #cbc8c8;
	box-shadow: 0px 0px 0px 1px #cbc8c8;
	border: 1px solid #a4a4a4;
	width: 293px;
	padding: 11px 0px 7px 10px;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	margin-bottom: 10px;
	border-radius: 5px;
	display: inline-block;
	font-size: 16px;
	font-weight: lighter;
}

.accordion-tabs:hover {
	background: #32685f;
	background:-webkit-gradient(linear,left top,left  bottom,from(#4d8d82),to(#32685f));
	background:-webkit-linear-gradient(top,  #4d8d82,  #32685f);
	background:   -moz-linear-gradient(top,  #4d8d82,  #32685f);
	background:     -o-linear-gradient(top,  #4d8d82,  #32685f);
	background:        linear-gradient(top,  #4d8d82,  #32685f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d8d82', endColorstr='#32685f');
	-moz-box-shadow: 0px 0px 0px 1px #32685f;
	-webkit-box-shadow: 0px 0px 0px 1px #32685f;
	box-shadow: 0px 0px 0px 1px #32685f;
	border: 1px solid #6fa39a;
}

.accordion-tabs.selected {
	background: #32685f;
	background:-webkit-gradient(linear,left top,left  bottom,from(#4d8d82),to(#32685f));
	background:-webkit-linear-gradient(top,  #4d8d82,  #32685f);
	background:   -moz-linear-gradient(top,  #4d8d82,  #32685f);
	background:     -o-linear-gradient(top,  #4d8d82,  #32685f);
	background:        linear-gradient(top,  #4d8d82,  #32685f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d8d82', endColorstr='#32685f');
	-moz-box-shadow: 0px 0px 0px 1px #32685f;
	-webkit-box-shadow: 0px 0px 0px 1px #32685f;
	box-shadow: 0px 0px 0px 1px #32685f;
	border: 1px solid #6fa39a;
}

.accordion-tabs.selected h3 {
	color: #ffffff !important;
}

.accordion-container {
	background: url('images/accordion-bg.jpg') 0 0 repeat;
	margin: -16px 0 0 0;
}

.accordion-tabs.accordion-container ul {
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	padding: 15px 0;
	margin: 0;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
}

.accordion-tabs.accordion-container ul li {
	list-style-type: none;
	background: url("images/bullet.png") 15px 12px no-repeat;
	padding: 12px 0 10px 35px;
	border: none !important;
}

.accordion-tabs img {
	margin: 0 10px 0 0 !important;
}

.accordion-tabs h3 a {
	margin: 2px 0 10px 0 ;
}

/*--------------------- Social bar -------------------------*/
#social-bar {
	background: url('images/social-bar-bg-compressor.jpg') 0 0 repeat-x;
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block;
	height: 145px;
	clear: both;
}

#social-overlay {
	background: url('images/social-bar-overlay-compressor.jpg') 0 0 no-repeat;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 1038px;
	height: 145px;
	display: block;
}

/*#social-btns {
	padding-left: 20px;
}
*/
.social-icon {
	margin: 45px 0 0 0;
	display: flex;
	align-items: center;
}

a.icon-txt {
	text-decoration: none;
	color: #222222;
	/* font-size: 16px; */
	font-size: 14px;
	padding: 0 5px;
	/* padding: 0 0 0 10px; */
	display: block;
}

/*.social-icon-last {
	margin: 45px 0 0 0;
}*/

a#facebook-icon {
	background: url('images/facebook-icon.png') 0 0 no-repeat;
	width: 51px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	float: left;
}

a#facebook-icon:hover { background: url('images/facebook-icon.png') bottom; }

a#twitter-icon {
	background: url('images/twitter1-icon-compressor.png') 0 0 no-repeat;
	width: 51px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	float: left;
}

a#twitter-icon:hover { background: url('images/twitter1-icon-compressor.png') bottom; }

a#instagram-icon {
	background: url('images/instagram-icon.png') 0 0 no-repeat;
	width: 51px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	float: left;
}

a#instagram-icon:hover { background: url('images/instagram-icon.png') bottom; }

a#patient-reg {
	background: url('images/patient-reg.png') 0 0 no-repeat;
	width: 51px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	float: left;
}

a#patient-reg:hover {background: url('images/patient-reg.png') bottom; }

a#yelp-icon {
	background: url('images/yelp-icon-compressor.png') 0 0 no-repeat;
	width: 51px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	float: left;
}

a#yelp-icon:hover { background: url('images/yelp-icon-compressor.png') bottom; }

a#youtube-icon {
	background: url('images/youtube-icon.png') 0 0 no-repeat;
	width: 51px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	float: left;
}

a#blog-icon:hover { background: url('images/blog-icon.png') bottom; }

a#blog-icon {
	background: url('images/blog-icon.png') 0 0 no-repeat;
	width: 51px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	float: left;
}

a#youtube-icon:hover { background: url('images/youtube-icon.png') bottom; }

#member-awards {
	/* background: url('images/bg-background-compressor.jpg') 0 0 repeat; */
	min-width: 1038px;
    width: 100%;
    position: relative;

  background-position: top center;
  background-repeat: repeat;
}

#member-awards img {
	padding: 20px 0;
}

.bbb {
   left: 976px;
    position: relative;
    top: 15px;
}

/* ------------------------blog framework ------------------------ */
p.metaData {
	font: italic 16px 'Average',"Times New Roman", Times, Georgia, Serif;
	color: #252525;
}

span.meta-date {
	background: url('images/meta-date.png') 0 0 no-repeat;
	padding: 3px 25px 10px 34px;
}

span.meta-category {
	background: url('images/meta-category.png') 0 0 no-repeat;
	padding: 3px 25px 10px 34px;
}

img.attachment-post-thumbnail {
	width: 200px;
	height: auto;
}

.post {
	overflow: auto;
}

.post-txt {
	width: 642px;
}

.post .meta-date {
	display: none;
}
/**/
#single-contact-bar{
	background:#c7d3d1;
	text-align: center;
	padding:20px;
}
#single-contact-bar h4{
	text-align: center;
	margin:0;
	font-size: 30px;
	color:#632e36;
	font-weight: bold;
}
#single-contact-bar h4 span{
	display: block;
	font-size: 22px;
	font-family: "Helvetica";
	color:#000000;
	font-weight: 300;
}
#single-contact-bar p{
	line-height: normal;
	margin:0;
}
#single-contact-bar p a{
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	font-family: "Helvetica";
	color:#2e4e49;
	vertical-align: middle;
}
#single-contact-bar p span{
	display: block;
}
#single-contact-bar img{
	padding:0;
	border:0;
	box-shadow:none;
}
@media only screen and ( min-width: 767px ) {
	#single-contact-bar{
		text-align: left;
		padding:20px;
		background-image: url('images/contactbar-bg.jpg');
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		margin-top: 20px;
	}

	#single-contact-bar:before{
		content:" ";
		display: block;
		background-image:url('images/before-shade.png');
		height:17px;
		width: 100%;
		position: absolute;
		top:-27px;
		background-repeat: no-repeat;
		background-position: center;
	}

	#single-contact-bar p span{
		display: inline-block;
		margin-right:5px;
	}
	#single-contact-bar p a{
		font-size: 22px;
	}
	#single-contact-bar > * {
		font-size: 0;
		display:inline-block;
		vertical-align: middle;
	}
	.cons-1{
		margin-right: 50px;
		position: relative;
	}
	.cons-1:after{
		position: absolute;
		content:" ";
		right:-40px;
		top:0;
		height:70px;
		width: 20px;
		background-image:url('images/braceleft.png');

	}
	.cons-2{
		margin-right: 25px;
	}
}

/* ------------------------gallery framework ------------------------ */
.row { width: 642px; }

.row img {
	border: 2px solid #ffffff !important;
}

.case-first {
	float: left;
	margin-right: 10px;
	width: 300px;
}

.case {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 303px;
}

.case h3 {
	text-align: center;
}

.case-first img, .case img {
	margin-right: 5px;
}

.pt-case {
	margin: 20px 0;
}

.pt-case img.first-big {
	margin-right: 14px;
}

.pt-case img {
	margin-bottom: 20px;
}

a.click-details {
	width: 167px;
}

.pt span.first {
	padding-right: 15px;
}

.pt span {
    display: inline-block;
	color: #2e4e49;
    padding: 15px 0;
    text-align: center;
    width: 142px;
}

.pt-case span {
    display: inline-block;
	color: #2e4e49;
    padding: 15px 0;
    text-align: center;
    width: 307px;
	font-size: 18px;
}

span.microscope {
	background: url('images/microscope.png') 0px 0px no-repeat;
	display: inline-block;
	width: 30px;
	height: 29px;
	padding: 0;
	overflow: auto;
	float: left;
	text-align: center;
}

p.btn-next a.button,
p.btn-previous a.button {
	padding: 4px 15px 3px 15px;
	font-size: 14px;
}

.blog-prev-next {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.paginated-numbers {
	display: none;
}

@media only screen and ( min-width: 480px ) {
	.paginated-numbers {
		display: block;
	}
}
.blog-prev-next .page-numbers {
	background: #3d776b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0px 5px;
	text-align: center;
	text-decoration: none;
	width: 30px;
}

.blog-prev-next a.page-numbers:hover {
	background-color: #2E4E49;
}

.blog-prev-next .page-numbers.current {
	background-color: #cbc8c8;
	color: #fff;
}

.breadcrumb {
	background: url('images/breadcrumbs.jpg') 0 0 repeat;
	width: 646px;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
	border-radius: 5px;
	margin: 0 0 30px 0;
}

.breadcrumb p {
	padding: 10px 0;
	margin-left: 15px;
}

.breadcrumb span#arrow {
	background: #2e4e49;
	background:-webkit-gradient(linear,left top,left  bottom,from(#63948c),to(#2e4e49));
	background:-webkit-linear-gradient(top,  #63948c,  #2e4e49);
	background:   -moz-linear-gradient(top,  #63948c,  #2e4e49);
	background:     -o-linear-gradient(top,  #63948c,  #2e4e49);
	background:        linear-gradient(top,  #63948c,  #2e4e49);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63948c', endColorstr='#2e4e49');
	-moz-box-shadow: 0px 0px 0px 1px #2e4e49;
	-webkit-box-shadow: 0px 0px 0px 1px #2e4e49;
	box-shadow: 0px 0px 0px 1px #2e4e49;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
	font-size: 12px;
	padding: 3px;
	margin-right: 8px;
}

.post { margin-bottom: 35px; }

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; //set to aspect ratio
	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
}

.responsive-video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------footer framework ------------------------ */
footer {
	margin:0 auto;
	padding: 40px 0;
	clear: both;
	color: #fff;
	text-shadow: 0 2px 2px #000;
    filter: dropshadow(color=#, offx=0, offy=2);
	/* background: url('images/footer-bg-compressor.jpg') 0 0 repeat; */
	background-position: top center;
	background-repeat: repeat;
	min-width: 1038px;
}
.inside footer{
	padding-bottom: 140px;
}

#footer-content {
	text-align: center !important;
	font-weight: lighter;
}

#footer-content a {
	color: #fff!important;
}

#footer-content a:hover {
	text-decoration: none !important;
}

#footer-content p {
	padding-bottom:10px;
}

#footer-content li:first-child {
    border: medium none;
}

#footer-content li {
    border-left: 1px solid;
	display: inline;
    padding: 0 5px 0 7px;
	margin-bottom: 5px;
	list-style-type: none;
	line-height: 30px;
}

#footer-content li.title a {
	background: none;
	padding-left: 0;
}

.rm-sig{
	display: inline-block;
}

.rm-sig img {
	vertical-align: bottom;
	display: inline-block;
}
#footer-content .ratings{
	display: inline-block;
	padding: 0 5px;
}
/* .ratings__text{
	vertical-align: baseline;
} */


.ratings a:before {
  content: 'Read Our Reviews';
}

.ratings .ratings__text {
  display: none;
}

/* ==|== VA Landing Page ========================================

============================================================== */

.inside .content-bg.va-landing {
	min-width: 0;
}

.va-landing > #content-frame.container-1038 {
    width: 100%;
    padding: 0;
}

.inside .va-landing #content-main {
    width: 100%;
    margin-left: 0;
    float: none;
}

.va-landing .section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 30px;
	box-sizing: border-box;
}

.va-landing .section .outer {
	box-sizing: border-box;
	width: 1038px;
	margin: 0 auto;
	text-align: left;
}

.va-landing .section1 .inner {
	padding-right: 60%;
}

.va-landing .section2 .inner {
	padding-left: 40%;
}

.va-landing .section3 .inner {
	padding-right: 45%;
}

.va-landing .section2 ol {
	list-style: none;
}

.va-landing .section2 ol li {
	list-style: none;
	padding-left: 40px;
	margin-bottom: 20px;
}

.va-landing .section2 ol li span {
	margin-left: 0;
	display: inline-block;
	margin-left: -40px;
	background: #476e66;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-family: 'Average',"Times New Roman", Times, Georgia, Serif;
}

.va-landing .section2 ol li h3 {
	margin: -28px 0 0 0!important;
	font-size: 24px!important;
}

.va-landing .section2 ol li p {
	margin: 0!important;

}

@media ( max-width: 768px ) {
	.va-landing .section .outer {
		width: 100%;
	}

	.va-landing .section1 .inner,
	 .va-landing .section3 .inner {
		padding-right: 0;
	}

	.va-landing .section2 .inner {
		padding-left: 0;
	}

	.va-landing .section {
		background-size: 100%;
		background-position: center top;
	}

	.va-landing .section1 {
		background-size: 150%;
		background-position: right top;
		padding-top: 82vw;
	}

	.va-landing .section2 {
		background-size: 150%;
		background-position: left top;
		padding-top: 82vw;
	}

	.va-landing .section3 {
		background-size: 200%;
		background-position: 89% top;
		padding-top: 72vw;
	}

}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */





/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* ==|== MOBILE BRUUUUHHH =======================================================


   Mobile styles.


   Mobile Styling


   ========================================================================== */
	@media ( min-width: 768px ) {
		.ss-after {
				display: none;
		}
	}

@media ( min-width: 1024px ) {
	body {
		overflow-x: hidden;
	}

	.ss-container .ss-text {
		padding-right: 16px;
	}

	section.contact-txt {
	    margin: 40px -6px 0 20px !important;
	}

	.ss-after {
    	display: none;
	}

}




@media ( max-width: 768px ) {

	/* Phone */

	body {
		min-width: 300px;
	}

	.container-1038  {
		min-width: 300px;
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}


	div#top.visible-desktop.hidden-phone {
		display: none;
	}

	.visible-phone {
		display: block!important;
	}

 	.img-left, .alignleft, .img-right, .alignright, .alignnone {
    	display: block;
    	float: none;
    	max-width: 100% !important;
    	height: auto;
    	text-align: center;
    	margin: 0 auto 15px auto!important;
	}

	.img-left, .alignleft, .img-right, .alignright, .alignnone {
	    max-width: 45%!important;
    	height: auto;
  	}


	/* ----- nav ----- */

	nav {
		position: relative;
		background: url( 'images/mobile-nav-bg.jpg' ) center center repeat-x, url( 'images/mobile-nav-border.jpg' ) center right no-repeat;
		height: 56px;
	}

	nav > span {
	 	display: block;
	 	width: 25%;
	 	float: left;
	 	height: 56px;
		text-align: center;
		background: url( 'images/mobile-nav-border.jpg' ) center right no-repeat;
 	}

	nav span a {
		display: block;
	 	width: 100%;
	 	float: left;
		color: #FFFFFF !important;
		text-decoration: none;
		line-height: 27px;
		font-size: 13px;
		padding-top: 7px;
		text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
	}

	nav span a img {
		display: block;
		margin: 0 auto;
		width: auto;
		height: 19px;
	}

	#menu-main li a:hover,
	#menu-main li a:active {
		background: none;
	}

 	#menu-main,
	#contact-nav {
	 	display: block;
	 	position: absolute;
		overflow: hidden;
		left: 0;
	 	top: 56px;
	 	width: 100%;
	 	z-index: 10000;
	 	max-height: 0;
		height: auto;
	 	-moz-transition: max-height .75s;
	 	-webkit-transition: max-height .75s;
	 	transition: max-height .75s;
 	}

 	#menu-main.active,
	#contact-nav.active {
	 	left: 0;
	 	max-height: 800px;
	 	height: auto;
 	}

 	#menu-main ul { display: none; }

 	#menu-main > li,
	#contact-nav > li {
	 	width: 100% !important;
	 	height: auto;
	 	margin: 0 !important;
	 	background: #1c413b;
		border-top: 1px solid #2d5750;
	 	border-bottom: 1px solid #15352f;
 	}

 	#contact-nav li {
		text-align: center;
		padding: 15px 0;
		border: none;
	}

	#contact-nav li a.button {
		display: block;
		width: 80%;
		margin: 0 auto;
		color: #2E4E49;
	}

 	#menu-main > li a {
	 	width: 100%;
	 	max-width: 600px;
	 	height: auto;
	 	margin: 0 auto !important;
	 	text-align: left;
	 	text-indent: 10px;
	 	line-height: 32px;
 	}

 	#menu-main > li:hover {
 		background-image: none;
 		background-color: #2c5c54;
	}

 	#nav-wrapper li a {
	 	font-size: 12px;
	 	width: auto !important;
		color: #FFFFFF;
 	}

	#contact-nav span a {
	    display: inline-block;
	}

	/*----- dropdown -----*/

	#menu-main li > ul.sub-menu {
		position: relative;
		background-image: none;
		padding-bottom:5px;
		width: 240px !important;
		top: 0;
		background: none;
		border: none;
		padding: 0 !important;
	}

	#menu-main li > ul.sub-menu li a {
		color: #FFFFFF;
		font-size: 12px !important;
	}

	#menu-main li > ul.sub-menu ul {
		width: 240px;
	}

	#menu-main li:hover > ul.sub-menu {
		display: block;
		width: auto !important;
	}

	#menu-main li ul li#menu-item-123 a { background: none !important; }

	#menu-main li ul.sub-menu > li > a {
		padding: 8px 0px 8px 20px;
		font-size: 1em;
		border: none !important;
	}

	#menu-main li ul.sub-menu > li {
		padding: 0;
		float:none;
		width:auto;
		display: block;
		border: none;
	}

	#menu-main li > ul.sub-menu > li > a:before {
		background-image: none;
		display: none;
	}

	#menu-main li > ul.sub-menu > li > a:hover:after {
		display: none;
	}

	#menu-main li > ul {
		display: none;
		-o-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-o-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border: none !important;
	}

	/*----- header	 -----*/

	header,
	.inside header { height: auto; }

	.phone-logo-wrap {
		display: block;
		text-align: center;
	}

	.phone-logo-wrap a img {
		width: 75%;
		height: auto;
	}

	/* .front-quick-contact{
		padding: 15px 0;
	} */
	.front-quick-contact .seaforms{
	  display: none;
	}
	.front-quick-contact .hdng{
		display: block!important;
		padding: 0 20px;
	}
	.front-quick-contact .hdng span{
		display: none;
	}
	.front-quick-contact .quick-phone{
		display: none;
	}
	.front-quick-contact h3{
		font-size: 20px;
		display: block;
	}
	.front-quick-contact .button{
		margin: 10px 20px 0;
	}

/*----- content	 -----*/

	#centered.container-full,
	#repeating.container-full,
	.inside #repeating.container-full { background: none; }

	.inside #masthead {
		display: none !important;
		max-width: 0;
		width: 0;
		min-width: 0;
		height: 0;
	}

	.inside .content-bg {
		clear: both;
		min-width: 300px;
	}

	#slideshow,
	#slide-nav {
		display: none;
	}

	#content {
		background: none;
		min-width: 300px;
		width: auto;
	}

	.inside #content-main {
		float: none;
		width: 95%;
		margin: 0 auto;
	}

	#content-frame { padding: 20px 0; }

	#centered.container-full,
	#contact-overlay,
	#social-overlay,
	footer {
		min-width: 300px;
		width: auto;
	}

	a.monthly-specials-btn {
		margin-left: -21%;
	}

	#content article#custom-dental-care {
		width: 95%;
		margin: 0 auto;
		padding: 0;
	    /* margin-top: -9px; */
	}

	.phone-main-img {
		width: 100%;
		height: auto;
	}

	#content-bg-repeat {
		padding-bottom: 20px;
	}

	#content article#custom-dental-care h1 { font-size: 25px; }
	#content article#custom-dental-care h1 span { font-size: 30px; }

	.accordion-wrap { background: url("images/bg-background-compressor.jpg") repeat scroll 0 0 hsla(0, 0%, 0%, 0); }

	#accordion-set {
		width: 95%;
		margin: 0 auto;
	}

	.accordion-content { display: none; }

	.accordion-title {
		display: block;
		cursor: pointer;
		background: #b8b7b7;
		background:-webkit-gradient(linear,left top,left  bottom,from(#e4e3e3),to(#b8b7b7));
		background:-webkit-linear-gradient(top,  #e4e3e3,  #b8b7b7);
		background:   -moz-linear-gradient(top,  #e4e3e3,  #b8b7b7);
		background:     -o-linear-gradient(top,  #e4e3e3,  #b8b7b7);
		background:        linear-gradient(top,  #e4e3e3,  #b8b7b7);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e3e3', endColorstr='#b8b7b7');
		font-family: 'Average',"Times New Roman", Times, Georgia, Serif;
		font-size: 20px;
		font-style: italic;
		text-shadow: 0 1px 2px rgba( 255, 255, 255, 0.6 );
		padding: 8px 18px;
		border: 4px solid #347269;
		-o-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-o-box-shadow: 0 0 4px 3px hsla(0, 0%, 0%, 0.2);
		-moz-box-shadow: 0 0 4px 3px hsla(0, 0%, 0%, 0.2);
		-ms-box-shadow: 0 0 4px 3px hsla(0, 0%, 0%, 0.2);
		-webkit-box-shadow: 0 0 4px 3px hsla(0, 0%, 0%, 0.2);
		box-shadow: 0 0 4px 3px hsla(0, 0%, 0%, 0.2);
	}

	.accordion-content h3 {
		font-size: 24px;
		font-style: italic;
		margin: 10px 0 0 0;
	}

	.accordion-content h3 span { display: block; }

	.accordion-content ul {
		margin: 10px 0 20px !important;
	}

	.accordion-content ul li {
		background: url( 'images/li-bg.jpg' ) center center no-repeat;
		background-size: 100% 100%;
		list-style-type: none;
/*		border-top: 1px solid #fdfcfb;
		border-bottom: 1px solid #f1e8df;*/
	}

	.accordion-content ul li a {
		display: block;
		text-decoration: none;
		color: #252525;
		padding: 6px 8px;
	}

	.quote img { display: none; }

	.quote q,
	.quote blockquote,
	.quote q a,
	.quote blockquote a { padding: 30px 15px; }

	.amenities-list {
		max-width: 100% !important;
	    width: 100% !important;
		text-align: left;
		margin-bottom: 0 !important;
	}

	.payment-list { margin: 0 !important; }

	.bna {
		width: 100% !important;
		max-width: 100% !important;
		overflow: auto;
	}

	.bna img {
		width: 45% !important;
		margin: 3px !important;
	}

	.bna span {
		width: 47% !important;
		margin: 15px 0 0 0;
	}

	.bna a.button {
		clear: both !important;
	}

	.iframe-map, .iframe-tour {
		float: none !important;
		max-width: 100% !important;
	}

	.iframe-map iframe {
		width: 100%;
		height: auto;
	}

	.iframe-tour iframe {
		padding:  10px 0px 20px;
		width:  100%;
		height: 450px;
	}

	/*** gallery ***/

	.row { width: auto; }

	.case {
		width: auto;
		float: none;
		text-align: center;
	}

	.row img { width: 45%; }

	span.bna-tag { width: 42%; }

	.breadcrumb { width: auto; }

	.btn-previous a { float: left; }
	.btn-next a { float: right; }

	.pt-case img {
		width: 42%;
		height: auto;
	}

	.pt-case span { width: 49%; }

	#office-tour-slideshow {
		display: block;
		clear: both;
	}

	.did-you-know-header { width: auto; }

	.tmj-list {
		width: auto !important;
		margin: 0 !important;
	}

	.post-txt { width: auto; }

	span.meta-date,
	span.meta-category { display: block; }

	/*
		hide on mobile
	*/
	body.page-59 .sb-related{
		display: none;
	}
	div.post-thumb.alignleft{
		max-width: none!important;
	}

	/* office slideshow */
	#office-tour-slideshow{
		display: none!important;
	}


	/*** cforms ***/

	form.cform {
		display: block;
		width: auto!important;
	}

	form.cform input.single, form.cform textarea.area, form.cform select {
		display: block;
		width: 99%!important;
		padding-left: 0; padding-right: 0;
	}

	form.cform select { width: 275px; }

	form.cform textarea.area {
		margin: 10px 0;
	}

	form.cform label {
		text-align: left;
		width: auto!important;
		display: block;
	}

	form.cform label.cf-group-after, form.cform label.cf-before {
		margin: 0 15px 0 0!important;
		display: inline-block;
	}

	form.cform label.cf-group-after span {
		width: auto!important;
		margin-right: 15px;
	}

	form.cform span.reqtxt, form.cform span.emailreqtxt {
		margin-left: 0!important; padding-left: 0!important;
		width: 99%!important;
		display: block;
	}

	form#cformsform.cform input.secinput { width: 70px; margin: 0; }

	ol.cf-ol li.cf-box-group {
		padding-left: 10px;
		width: auto;
	}

	p.cf-sb {
		margin-top: 10px!important;
	}

	ol.cf-ol li.cf-box-title {
		color: #fff;
		padding-left: 10px;
		clear: both;
	}

	form.cform label, form.cform label span { width: auto; float: none; clear: both; }
	form.cform label span { margin-bottom: 10px; }
	form.cform label.cf-group-after, form.cform label.cf-group-after span, form.cform label.cf-after, form.cform label.cf-after span { width: auto; float: left; clear: none; }


/*----- aside -----*/

	aside {
		width: 95%;
		display: block;
		margin: 20px auto 0;
		float: none;
		clear: both;
	}

	a.aside-monthly-specials,
	a.aside-view-gallery,
	aside h2.title-bg {
		display: block;
		margin: 0 auto 25px !important;
	}

	aside h2.title-bg { margin-bottom: 0 !important; }

	.accordion-tabs {
		display: block;
		width: auto;
		overflow: auto;
	}

	.accordion-tabs img { display: none; }

	/*----- footer -----*/

	footer { padding: 20px 0 0px; }

	#member-awards img { display: none; }

	.copyright-info {
		width: 70%;
		margin: 0 auto;
	}

		/* Kevin Additions */

	#ss-nav a {
		text-align: left;
		padding: 20px 0 20px 70px;
		position: relative;
	}

	#ss-nav a:first-of-type {
		margin-left:  20px;
	}

	#ss-nav a:before {
		content: '';
		background-image: url('images/ss-pagerbtn-compressor.png');
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 56px 56px;
		height: 56px;
		width: 56px;
		position: absolute;
		left: 0;
		top:  calc(50% - 28px);
	}


	#ss-nav a.ssp-2:before , #ss-nav a.ssp-5:before {
		top:  calc(50% - 28px);
	}

	#ss-nav a.ssp-1:before , #ss-nav a.ssp-4:before {
		top:  calc(50% - 28px);
	}

	#ss-nav a {
		display: -webkit-inline-box;

	}

	#ss-nav a small {
		display: none;

	}

	#contact-overlay > section:nth-child(1) {
		padding-left: 29%;
	}

	/* .ss-after {
    display: none;
	} */

	.ss-after {
    display: none;
	}

	#ss-nav {
    background-color: #F1E8DF;
	}

	.ss-container .ss-text {
		/* display: none;
		margin-top: -24%;
    padding-right: 71%;
		padding-right: 100px; */
	}

	/* .ss-container .ss-item {
    	padding: 29%;
	} */


	#ss-nav div.container-1038 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		margin:  0 auto;
		width: 100%;
		background: #F1E8DF;
		/* padding-left: 31%; */
	}

	.visible-phone {
    	display: none;
	}

	/*background: url(images/contact-bar-compressor.jpg) 0 0 repeat;*/


	section.contact-txt {
	    float: left;
	    margin: 40px 0 0 20px !important;
	    text-align: -webkit-center;
	    position: relative;
    	z-index: 300;
	}

	section#call-or-email a.button {
    	margin: 5px 30px 0 54px !important;
    	position: relative;
    	z-index: 300;
	}

	section#call-or-email {
	    background: none;
	    width: 435px;
	    height: 70px;
	    padding-left: 17%;
	    position: relative;
    	z-index: 300;
	}

	#contact-overlay > section:nth-child(3) > div > div {
		/* display: -webkit-box; */
		display: inline-flex;
	    margin-top: 39px;
    	padding-left: 34%;
    	/* transform: translateX(-1%); */
	}

	#contact-overlay > section:nth-child(3) > div > div > p {
		display: inline-block;
		width: 161px;
		padding-left: 10px;
	}

	#contact-overlay > section:nth-child(3) > div > div > a > img {
		height: 80px;
    	width: 253px;
	}

	#contact-overlay > section:nth-child(3) > div > div > a {
		margin-right: -76px;
	}

	#content article#custom-dental-care {
		width: 64%!important;
		margin: 0 auto;
		padding: 0;
	    /* margin-top: -9px; */
	}

/* 	a.view-gallery-btn {
	    margin-left: 61px;
	}
 */

	#custom-dental-care > h1 {
		text-align: center;
	    /* border-top: 3px solid #2D5750; */
	    padding-top: 25px;
	}

	/*#social-btns > div:nth-child(4) > a.icon-txt {
		margin-top: 31px;
	}*/

	#social-overlay {
	    background: none;
	}

	#social-bar {
    	background: #F7F2EE;
	    border-bottom: 3px solid #d7c7b6;
    	height: 490px;
	}

	#social-btns {
		padding-top: 0;
		padding-left: 117px;
	}

 	a.icon-txt {
	    text-align: left;
	}

	.social-icon.alignleft {
		clear: both;
		display: flex;
		align-items: center;
		max-width: 60%!important;
	}

	/* #ss-nav > div > div > a, #ss-nav > div > div > a.ssp-3 {
		margin-left: 33%;
	} */

	#member-awards > img.visible-phone.hidden-desktop.adjustMe {
		padding-left: 31%;
	}

	#member-awards {
	    /* background: url('images/bg-background-compressor.jpg') 0 0 repeat; */
	    background-position: top center;
	    background-repeat: repeat;
	    min-width: auto;
	    position: relative;
	}

	#footer-content > div.footer-nav.hidden-phone.visible-desktop {
		display: none;
	}

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/* .ss-container {
	    height: 825px;
  } */

  /* .ss-container .ss-text {
  	padding-right: 50%;
  } */
	/* .ss-container .ss-item {
    padding: 29%;
    padding-top: 76%;
  } */
}

@media ( max-width: 414px ) {

	#centered.container-full, #repeating.container-full, .inside #repeating.container-full {
	    overflow-x: hidden;
	}

	/* .ss-container .ss-item {
    	padding: 38%;
	} */

	#ss-nav > div > div > a, #ss-nav > div > div > a.ssp-3 {
    	margin-left: 0;
	}

	#contact-overlay > section:nth-child(1) {
    	padding-left: 18%;
	}

	section#call-or-email a.button {
    	margin: 5px 6% 0 23px !important;
	}

	section#call-or-email {
	    padding-left: 0;
	}

	section#call-or-email h2 {
	    padding: 9px 0 0 0px;
	}

	section.contact-txt {
	    float: left;
	    margin: 40px 0 0 -10px !important;
	    text-align: -webkit-center;
	}

	#contact-overlay > section:nth-child(3) > div > div {
	    padding-left: 5%;
	}

	#content article#custom-dental-care {
	    width: 79%!important;
	}

	a.view-gallery-btn {
	    margin-left: -11px;
	}

	#social-btns {
	    padding-top: 32%;
	    padding-left: 19px;
	}

	.img-left, .alignleft, .img-right, .alignright, .alignnone {
	    max-width: 51%!important;
	    height: auto;
	}

	.bna.alignright.content-bna {
		max-width: 100%!important;
	}

	#member-awards > img.visible-phone.hidden-desktop.adjustMe {
	    padding-left: 17%;
	}

}


@media ( max-width: 414px ) {
	/* #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss1.ss-item.cycle-slide.cycle-slide-active > div > div > p:nth-child(2), #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss1.ss-item.cycle-slide.cycle-slide-active > div > div > h2, #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss2.ss-item.cycle-slide.cycle-slide-active > div > div > h2, #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss2.ss-item.cycle-slide.cycle-slide-active > div > div > p:nth-child(2), #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss3.ss-item.cycle-slide.cycle-slide-active > div > div > h2, #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss3.ss-item.cycle-slide.cycle-slide-active > div > div > p:nth-child(2), #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss4.ss-item.cycle-slide.cycle-slide-active > div > div > h2, #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss4.ss-item.cycle-slide.cycle-slide-active > div > div > p:nth-child(2), #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss5.ss-item.cycle-slide.cycle-slide-active > div > div > h2, #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss5.ss-item.cycle-slide.cycle-slide-active > div > div > p:nth-child(2), #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss6.ss-item.cycle-slide.cycle-slide-active > div > div > h2, #centered > div.ss-wrapper.ss-v2 > div.ss-container > div.ss6.ss-item.cycle-slide.cycle-slide-active > div > div > p:nth-child(2) {
		display: none;
	} */

	a.monthly-specials-btn {
    	margin-left: -81%;
	}

	#social-btns {
	    padding-top: 0;
	    padding-left: 19px;
	}

	#social-bar {
		background: #F7F2EE;
		border-bottom: 3px solid #d7c7b6;
		height: 510px;
	}

	/* .ss-container .ss-text {
	    margin-top: 47%;
	} */

	/* .ss-text .button {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	} */

	.inside section#call-or-email h2 {
	    padding: 0 2px 0 0;
	}

}


@media ( max-width: 375px ) {
	/* .ss-container .ss-text {
    	margin-top: 56%;
	} */

	#contact-overlay > section:nth-child(1) {
	    padding-left: 14%;
	}

	section#call-or-email h2 {
 	   padding: 9px 46px 0 0px;
	}

	section#call-or-email a.button {
 	   margin: 5px 16% 0 23px !important;
	}

	#contact-overlay > section:nth-child(3) > div > div {
 	   padding-left: 0%;
	}

/* 	a.view-gallery-btn {
    	margin-left: -33px;
	} */

	a.monthly-specials-btn {
 	   margin-left: -95%;
	}

	#social-bar {
	    background: #F7F2EE;
	    border-bottom: 3px solid #d7c7b6;
	    /* height: 430px; */
	    height: 510px;
	}

	#member-awards > img.visible-phone.hidden-desktop.adjustMe {
    	padding-left: 12%;
	}

	.inside section#call-or-email h2 {
    	padding: 0 46px 0 0px;
	}

}

@media (max-width: 360px) {
	#custom-dental-care > a {
		margin-left: -37px;
	}
}

@media screen and (min-width: 769px) {
	#social-btns {
		display: flex;
		justify-content: space-between;
	}
}

@media ( max-width: 320px ) {
	#ss-nav > div > div > a.ssp-2 {
		display: inline-block;
	}

	.ss-container .ss-text {
 	   /* margin-top: 72%; */
	}

	#contact-overlay > section:nth-child(1) {
    	padding-left: 7%;
	}

	section#call-or-email h2 {
 	   padding: 9px 96px 0 0px;
	}

	section#call-or-email a.button {
    	margin: 5px 27% 0 23px !important;
	}

	#contact-overlay > section:nth-child(3) > div > div > a > img {
	    height: 80px;
	    width: 219px;
	}

	a.monthly-specials-btn {
 	   margin-left: -118%;
	}

	#social-btns {
	    padding-top: 0;
	    padding-left: 11px;
	}

	#social-bar {
	    /* height: 420px; */
	    height: 510px;
	}

	#member-awards > img.visible-phone.hidden-desktop.adjustMe {
	    padding-left: 5%;
	}

	#custom-dental-care > a {
    	margin-left: -33px;
	}

	a.view-gallery-btn {
	    background: none;
	    /* width: 364px; */
	    width: 100%;
	    height: 116px;
	    display: block;
	    text-indent: -9999px;
	    max-width: 364px;
	    background-position: center;
	    background-size: cover;
	}

	a.view-gallery-btn {
    	background: url('images/view-gallery-small.png') 0 0 no-repeat;
	}

	a.view-gallery-btn:hover {
    	background: url('images/view-gallery-small.png') 0 0 no-repeat;
	}

	.inside section#call-or-email h2 {
	    padding: 0 90px 0 0;
	}
}

#content-main > p:nth-child(2) > img {
	border: none;
	box-shadow: none;
}

.responsive-iframe{
  position: relative;
  padding-bottom: 56.25%; //set to aspect ratio
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.responsive-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.noBorder {
	border: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}







.coronavirus-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  overflow-Y: scroll;
}

.coronavirus-popup .popup-content {
  background-color: #fff;
  color: #000;
  margin: auto;
  padding: 40px;
/*   text-transform: uppercase; */
  max-width: 1000px;
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .coronavirus-popup .popup-content {
    padding: 40px 175px;
    font-size: 16px;
    line-height: 24px;
  }
}

.coronavirus-popup .popup-content button.close-coronaviurs-popup {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #000;
  font-size:  20px;
  padding: 5px 10px;
  border: none;
}

.coronavirus-popup .popup-content h2 {
  color: #000;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.coronavirus-popup .popup-content .button {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.coronavirus-popup .popup-content button.close-coronaviurs-popup {
  position: absolute;
  top: 0;
  right: 0;
  background: #1a1a1a;
  color: #fff;
  font-size:  18px;
  padding: 0;
  border-radius: 20px;
  margin: 10px;
  width: 30px;
  height: 30px;
  line-height: 32px;
}
.banner{
	/* background-color: #27403c; */
	background-color: #5c0707;
}
.banner:hover{
	/* background-color: #3c776b; */
	background-color: #7b0808;
}
.banner a{
	color: #fff !important;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
	line-height: 74px;
}
@media (max-width:767px){
	.banner a{
		font-size: 14px;
	}
}
.underline{
	text-decoration-line: underline;
}

.b-lazy { -webkit-transition: opacity 100ms ease-in-out;-moz-transition: opacity 100ms ease-in-out;-o-transition: opacity 100ms ease-in-out; transition: opacity 100ms ease-in-out;max-width: 100%;opacity: 0;}

.b-lazy.b-loaded {opacity: 1;}* {outline: none;}video {max-width: 100%;height: auto;}.back-to-top {text-align: right;display: block;}

footer a.accessibility {
    background: #27403c;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    line-height: 16px;
}


#menu-main-wrap a {
	display: block;
	width: 100%;
	/* float: left; */
	color: #FFFFFF;
	text-decoration: none;
	line-height: 27px;
	font-size: 13px;
	padding-top: 2px;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
	text-align: center;
}

#menu-main-wrap a span {
	display: block;
}

nav#menu-main-wrap {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.ss-wrapper.ss-v2 .ss-item .container-1038 {
	background-color: rgba(255,255, 255, 0.5);
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.ss-wrapper.ss-v2 .ss-item .container-1038 {
		background-color: transparent;
	}
}
