


/*custom CSS styles*/

.header--logo {
	width:100%;
	min-height: 70px;
	padding:0px 20px 18px 10px;
	background-color: #fff;
}
.header--logo img {
	max-width: 275px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top:20px;
}
.header--logo a img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
@media (min-width: 750px) {
	.header--logo img {
		max-width: 350px;
		margin-right:0;
		margin-left:0;
	}
}





.btn-hero {
	background-color: #ad937b;
	color: #fff;
	border-color: #ad937b;
	border-radius: 10px;
	padding: 16px 20px 14px 24px;
	font-size: 16px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.btn-hero:hover {
	background-color: #97b7c4;
	color: #fff;
	border-color: #97b7c4;
}


/*<!-- section callouts start -->*/
.doctor--callouts {
	position: relative;
	z-index: 3;
	padding:60px 0px 60px 0px;
	background-color: #fff;
}
.doctor--callouts h1 {
	color:#4e494a;
	font-weight: 300;
	font-size: 32px;
	text-align: center;
}
.doctor--callouts p.para--para {
	font-size: 24px;
	text-align: center;
	line-height: 1.2em;
	font-weight: 300;
	color:#4e494a;
	padding-bottom: 40px;
}
@media (min-width: 750px) {
	.doctor--callouts h1 {
		font-size: 46px;
	}
	.doctor--callouts p.para--para {
		font-size: 38px;
		padding-bottom: 40px;
	}
}
.doctor--callouts .db--callout {
	text-align: center;
}
.doctor--callouts .db--callout h2 {
	color:#4e494a;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 400;
}
.doctor--callouts .db--callout img {
	max-width: 50%;
	display:block;
	margin:0px auto;
	border-radius: 50%;
}
.doctor--callouts .db--callout img:hover {
	transform:scale(0.97,0.97);
	-webkit-transform: scale(0.97,0.97);
	opacity: 0.91;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.doctor--callouts .db--callout p {
	color:#4e494a;
	font-size: 16px;
	font-weight: 300;
	padding:0px 35px;
}



a.aqua--btn {
	font-size: 13px;
	font-weight: 400;
	border-radius: 5px;
	color:#ccc;
	background-color: transparent;
	padding:3px 8px 2px 8px;
}
a.aqua--btn:hover {
	color:#4d6c7e;
	background-color: transparent;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/*<!-- section Philosophy start -->*/
.section--philosophy {
	background: #fff;
	margin: 0px 0px 0px 0px;
}
.section--philosophy .container {
	padding: 0px 0px 0px 0px;
}


.section--philosophy2 {
	background: #97b7c4;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.section--philosophy2 h2 {
	padding: 1% 0 1% 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;	
}
@media (min-width:768px) {
	.section--philosophy2 h2 {
		font-size: 1.6em;	
	}
}


/* Media queries
----------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	.db--callout h2 {
		font-size: 20px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.section--callouts /*.col-sm-4.right_line*/ {
		border-right:none;
		border-bottom:1px solid #999;
	}
	.section--callouts /*.col-sm-4*/ {
		padding: 3%;
	}
	.db--callout h2 {
		font-size: 10px;
	}
}
/*<!-- section callouts end -->*/




article.top--of--main {
	background-color: #85a9ba;
	border-top: 3px solid #85a9ba;
}

@media (min-width: 550px) {
	.section--philosophy .philo--callout img {
		max-width: 100%;
	}
}
.section--philosophy .philo--callout img:hover {
	-webkit-box-shadow: 0px 1px 16px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 16px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 16px 3px rgba(0, 0, 0, 0.4);
    opacity: 100;
	filter: alpha(opacity=100);
}
.section--philosophy .philo--callout h2 {
	font-size: 21px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 1.125em;
	
}
.section--philosophy .philo--callout h2 span {
	font-weight: 400;
}
@media (min-width: 767px) {
	.section--philosophy .philo--callout h2 {
		font-size: 11px;
	}
}
@media (min-width: 991px) {
	.section--philosophy .philo--callout h2 {
		font-size: 16px;
	}
}
@media (min-width: 1199px) {
	.section--philosophy .philo--callout h2 {
		font-size: 20px;
	}
}
.section--philosophy h2 {
	color:#4e494a;
	text-align: center;
	font-size: 22px;
	line-height: 1.7em;
	font-weight: 300;
	padding:0px 20px;
}
@media (min-width: 700px) {
	.section--philosophy h2 {
		padding:0px 0px;
	}
}

.section--philosophy h5 {
	color:#4e494a;
	text-align: center;
	padding: 30px 0px 20px 0px;
	font-size: 21px;
	text-transform: none;
	font-weight: 300;
}
.section--philosophy ul.db--list li {
	font-size: 18px;
	padding-top: 0px;
	display:inline-block;
	color:#4e494a;
	line-height: 1.8em;
	font-weight: 300;
	padding-right:3px;
}
.section--philosophy a.philo--btn {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 20px 40px 20px 40px;
	font-size: 14px;
}
.section--philosophy a.philo--btn:hover {
	color: #4d6c7e;
	/*background-color: transparent;
	border: 1px solid transparent;*/
}


/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	.section--philosophy a {
		font-size: 20px;
	}
	.section--philosophy h2 {
		font-size: 32px;
	}
	.section--philosophy h5 {
		font-size: 28px;
	}
	.section--philosophy ul.db--list li {
		font-size: 22px
	}
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/*<!-- section Philosophy end -->*/



ul.db--list {
	list-style: none;
	text-align: center;
	padding-left: 0px;
}

.icon-box-3 {
	padding: 30px 0 10px;
}

.icon-box-3 p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6em;
}
.icon-box-3.icon-right {
	text-align: left;
}
.icon-box-3.icon-right img {
	max-width: 45px;
	float:left;
}
.icon-box-3.icon-right .text {
	margin-left: 60px;
}
.icon-box-3.icon-left {
	text-align: left;
}
.icon-box-3.icon-left img {
	max-width: 45px;
	float:left;
}
.icon-box-3.icon-left .text {
	margin-left: 60px;
}
.icon-box-3 * {
	margin-top: 0;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}



/*<!-- section services start -->*/
.section--services {
	padding: 60px 0px 70px 0px;
	background-color: #fff;
}
.section--services h1 {
	color:#4e494a;
	font-weight: 300;
	font-size: 32px;
	text-align: center;
}
.section--services p.para--para {
	font-size: 24px;
	text-align: center;
	line-height: 1.2em;
	font-weight: 300;
	color:#4e494a;
	padding-bottom: 40px;
}
.section--services img.services--img {
	display:none;
	max-height: 800px;
}
.section--services a h2 {
	color:#4e494a;
	font-weight: 500;
	font-size: 24px;
}

.section--services .icon-box-3 a p {
	color:#4e494a;
	font-weight: 300;
	line-height: 1.4em;
}
.section--services a h2:hover,
.section--services a img:hover,
.section--services .icon-box-3 a p:hover {
	opacity:.6;
	cursor: pointer;
}


.modal {
	z-index: 999999999;
}
.modal h1 {
	color:#4d6c7e;
	font-weight: 400;
	font-size: 24px;
}
.modal h4 {
	color:#4d6c7e;
	font-weight: 400;
	font-size: 15px;
}
.modal p {
	line-height: 1.6em;
}


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {

}

/* Larger than tablet */
@media (min-width: 750px) {
	.section--services h1 {
		font-size: 46px;
	}
	.section--services p.para--para {
		font-size: 38px;
		padding-bottom: 40px;
	}

	.icon-box-3.icon-right {
		text-align: right;
	}
	.icon-box-3.icon-right img {
		max-width: 85px;
		float: right;
	}
	.icon-box-3.icon-right .text {
		margin-right: 100px;
		margin-left: 0px;
		padding-left: 10px;
	}
	.icon-box-3.icon-left {
		text-align: left;
	}
	.icon-box-3.icon-left img {
		max-width: 85px;
		float: left;
	}
	.icon-box-3.icon-left .text {
		margin-left: 100px;
		padding-right: 10px;
	}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	.icon-box-3.icon-right .text {
		padding-left: 0px;
	}
	.icon-box-3.icon-left .text {
		padding-right: 0px;
	}
	.section--services .icon-box-3 a p {
		line-height: 1.4em;
	}
	.section--services img.services--img {
		display:inline-block;	
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	.icon-box-3.icon-right .text {
		padding-left: 60px;
	}
	.icon-box-3.icon-left .text {
		padding-right: 60px;
	}
	.section--services .icon-box-3 a p {
		line-height: 1.75em;
	}
}
/*<!-- section services end  -->*/



/*<!-- section Testimonials start -->*/

.section--testimonials {
	background: url("../images/parallex/testimonial.jpg") 50% 50% no-repeat;
	background-size: cover;
  	padding:0px;
  	color:#fff;
}
.section--testimonials .testimonials blockquote {
	padding:0px;
	margin-top: 0px;
	font-weight: 300;
	color:#fff;
	font-size: 22px;
	line-height: 1.4em;
}


.section--testimonials .testimonials {
	text-align: center;
	padding: 100px 0 105px 0;
}
.section--testimonials .testimonial blockquote {
	padding: 10px;
	margin:0px;
	text-align: center;
}
.section--testimonials .testimonial blockquote i.fa-star {
	display: inline;
	text-align: center;
	font-size: 36px;
	color:#fff !important;
	line-height: 1.8em;
}

.section--testimonials .testimonial blockquote:after {
	left: 0;
}
.section--testimonials .testimonial img {
	margin: 0 auto 40px auto;
	width: 70px !important;
	height: 70px;
}
.section--testimonials .testimonial .author {
	font-size: 16px;
	text-align: center;
}


@media (min-width: 750px) {
	.section--testimonials .testimonial blockquote {
		padding: 10px 90px;
	}
	.section--testimonials .testimonial blockquote i {
		font-size: 36px;
	}
	.section--testimonials .testimonials blockquote {
		font-size: 42px;
	}
	.section--testimonials .testimonial .author {
		font-size: 22px;
	}
}



/* Testimonial */
ul.testimonials {
	list-style: none;
	padding: 0;
	background: no-repeat;
	text-align: left;
}
ul.testimonials li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
	font-style: italic;
}
ul.testimonials li i {
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #4d6c7e;
}
ul.testimonials li p {
	margin-bottom: 5px;
}
ul.testimonials li span {
	font-style: normal;
	font-size: 12px;
}
ul.testimonials li .company {
	display: block;
	font-style: normal;
	font-size: 12px;
	padding-left: 5px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:991px) {
	.section--testimonials .db--video {
		padding:90px 0px 70px 0px;
	}
}
@media (min-width:1850px) {
	.section--testimonials .db--video {
		padding:90px 0px 10px 0px;
	}
}
/*<!-- section Testimonials end -->*/


/*<!-- section Testimonials start -->*/
.section--testimonials {
	background:none;
	background-color: #fff;
  	padding:0px;
}
@media (min-width: 991px) {
	.section--testimonials {
		background: url("../images/parallex/testimonial.jpg") 20% 0% no-repeat;
		background-size: cover;
	  	padding:0px;
	}
}
.section--testimonials .testimonials {
	background-color: #fff;
}
.testimonials h2 {
	color:#4D6B79;
	margin-bottom: .25em;
	font-weight: 300;
}
.section--testimonials .testimonials blockquote {
	padding:10px 20px 10px 20px;
	margin-top: 0px;
	font-weight: 400;
	color:#808080;
	font-size: 18px;
	margin-left: 0px;
	line-height: 1.6em;
	text-align: center;
}
/* Larger than tablet */
@media (min-width: 768px) {
	.section--testimonials .testimonials blockquote {
		padding:30px 40px;
		font-size: 22px;
		font-weight: 400;
	}
}
.section--testimonials .author {
	font-size: 26px !important;
	font-weight: 500;
	color:#97b7c4;
}

/*<!-- section Testimonials end -->*/




/*<!-- section pointer start -->*/
.section--pointer.branded--blue {
	padding: 25px 0 !important;
	/*background-color: #4d6c7e;*/
}
.section--pointer.branded--blue h2 {
	color:#fff !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400 !important;
}
.section--pointer {
	padding: 25px 0;
	background-color: #fff;
	/*border-top: 1px solid #4d6c7e;
	border-bottom: 1px solid #4d6c7e;*/
}
.section--pointer img {
	max-width: 120px;
	display:inline-block;
}
.section--pointer h2 {
	display:inline-block;
	margin-left: 10px;
	color: #97b7c4 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.section--pointer a.btn-default {
	/*margin-top: 25px;*/
}
.btn-pointer {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn-pointer:hover {
	background-color: #fff;
	color: #4d6c7e;
	border: 1px solid #fff;
}


.home--page--pointer {
	background-color: #8c8984;
}
.flex--pointer a {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	width:100%;
	height: 200px;
}
.flex--pointer a:hover {
	cursor: pointer;
	transform:scale(0.99,0.99);
  	-webkit-transform: scale(0.99,0.99);
  	opacity: 0.85;
}
.flex--pointer--item img {
	width: 60px;
	margin:0px 6px 0px 0px;
}
.flex--pointer--item h2 {
	color:#fff;
	font-weight: 300;
	font-size: 18px;
}
/* Media queries
----------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width:550px) {
	.flex--pointer--item img {
		width: 65px;
		margin:0px 8px 0px 0px;
	}
	.flex--pointer--item h2 {
		font-size: 30px;
	}
}

/* Medium devices (desktops, tablets less than 991px) */
@media (min-width:1000px) {
	.flex--pointer--item img {
		width: 75px;
		margin:0px 10px 0px 0px;
	}
	.flex--pointer--item h2 {
		color:#fff;
		font-weight: 300;
		font-size: 42px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.section--pointer img {
		max-width: 120px;
		display:block;
		margin: 0px auto;
	}
	.section--pointer h2 {
		display: block;
		margin: 0px auto;
	}
	.section--implants {
		background: none;
	}
}
/*<!-- section pointer end -->*/



.imgBorder--db {
  -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
    /*border:1px solid #c7c7c7;
	border-radius: 1px;
	padding:4px;*/
}

.patient--resources {
	padding: 0px 0px 80px 0px;
}
.patient--resources h1,
.patient--resources h2,
.patient--resources h3,
.patient--resources h4,
.patient--resources h5 {
	color:#3e87c8;
}
.patient--resources h2 {
	margin-top: 0px;
	font-weight: 500;
}
.patient--resources p strong {
	font-weight: 500;
	color:#5f6871;
}


/*PATIENT RESOURCES*/
/*.patient--resources .credit_logos {
	display:block;
	width:100%;
}*/
.patient--resources .credit_logos img {
	float:left;
}

.pdf--form {
	margin-top: 30px;
	margin-bottom: 20px;
}
.pdf--form img {
	max-width: 180px;
	opacity: 0.95;
}
.pdf--form a {
	padding:16px 0px 15px 0px;
	background-color: #4d6c7e;
	color:#fff;
	font-size: 15px;
	letter-spacing: .5px;
	border: none;
	border-radius: 25px;
	min-width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.pdf--form a:hover {
  background-color: #97b7c4;
  -webkit-transition:all 0.25s ease-out;
  -moz-transition:all 0.25s ease-out;
  -o-transition:all 0.25s ease-out;
  -ms-transition:all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pdf--form h4 {
	color: #aec58a;
	font-weight: 400;
	font-size: 15px;
	padding-left: 8px;
}


/*.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 0 0;
}
.social-links li {
	display: inline-block;
}
.social-links li a {
	color: #cecece;
	width: 5px;
	height: 5px;
	background-color: #4d6c7e;
	border: 1px solid #4d6c7e;
	display: block;
	text-align: center;
	font-size: 15px;
	margin: 3px 7px 0px 0;
}
.social-links li a i {
	line-height: 44px;
}
.social-links li a:hover {
	color: #fff;
	border-color: transparent;
}
*/




.new--form {
	float: right;
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: -8px 0 0 0;
}
.new--form li {
	margin: 0 2px 0 2px;
	display: inline-block;
}
.new--form li a {
	padding:2px 10px 2px 10px;
	background-color: #4d6c7e;
	color:#fff;
	font-size: 14px;
	border: none;
	border-radius: 15px;
	min-width: 100%;
	text-align: center;
	
}
.new--form li a:hover {
  background-color: #97b7c4;
  text-decoration: none;
  -webkit-transition:all 0.25s ease-out;
  -moz-transition:all 0.25s ease-out;
  -o-transition:all 0.25s ease-out;
  -ms-transition:all 0.25s ease-out;
  transition: all 0.25s ease-out;
}



.helpful--links a {
	padding:16px 0px 15px 0px;
	background-color: #aec58a;
	color:#fff;
	font-size: 15px;
	letter-spacing: .5px;
	border: none;
	border-radius: 25px;
	min-width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.helpful--links a:hover {
  background-color: #97b7c4;
  -webkit-transition:all 0.25s ease-out;
  -moz-transition:all 0.25s ease-out;
  -o-transition:all 0.25s ease-out;
  -ms-transition:all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.helpful--links h4 {
	color: #aec58a;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	margin-bottom: 25px;
}

.office-hour-box {
	background:#fafcff;
  	padding:40px 50px 30px 50px;
  	position:relative;
  	top:50px;
  	-webkit-background-size:cover !important;
  	-moz-background-size:cover !important;
 	-o-background-size:cover !important;
  	background-size:cover !important;
  	border:1px solid #ececec;
  	border-radius: 2px;
  	margin:0px 0px 0px 0px;
}

/*SMILE SAVINGS*/
#smile--savings ul.swp {
	list-style: none;
	text-align: center;
}
#smile--savings ul.swp li {
	display:inline-block;
	padding-right:25px;
	font-size: 20px;
	line-height: 1.9em;
	color:#4d6c7e;
}
.swp--header {
	background-color: #97b7c4;
	min-height: 50px;
	margin-top: 30px;
}
.swp--header h2 {
	color:#aec58a !important;
	padding:28px 10px 0px 10px;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}
.swp--header h6 {
	color: #fff;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 15px;
	position:relative;
	bottom:20px;
}
.swp--membership {
	background-color: #f9f9f9;
	text-align: center;
	min-height: 60px;
}
.swp--membership h3 {
	padding:30px 0px 10px 0px;
	color:#97b7c4;
	margin-bottom: 0px;
}
.swp--membership p {
	padding-bottom:20px;
	margin-bottom: 0px;
}
.swp--left {
	border-right: 1px solid #ccc;
}
.swp--membership div.swp--extra h3 {
	padding:20px 0px 18px 0px;
	border-top: 1px solid #ccc;
}
.swp--coverage h2 {
	color:#aec58a !important;
	padding:32px 10px 28px 10px;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
	margin-top: 20px;
	background-color: #97b7c4;
	margin-bottom: 0px;
}
.swp--coverage h4 {
	color:#fff !important;
	font-weight: 500;
	padding:12px 10px 8px 10px;
	text-align: center;
	margin-top: 0px;
	background-color: #003b4c;
	margin-bottom: 0px;
}
.swp--coverage ul.swp {
	background-color: #f9f9f9;
	margin-top: 0px;
	padding: 20px 0px;
}
.swp--coverage ul.swp li {
	color:#97b7c4 !important;
	font-weight: 300;
}
.swp--details {
	padding:8px;
}
.swp--details p {
	color:#444;
	font-size: 12px;
	text-align: center;
}
/*/SMILE SAVINGS*/
/** sidebar **/
li.lefty--header {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#97b7c4;
  border-bottom: 1px solid #97b7c4;
  padding-bottom: 2px;
}
nav#subnav {
	margin-bottom:22px;
}
nav#subnav ul {
	margin:0;
	padding:0;
	list-style-type:none
}
nav#subnav ul li a {
	margin:0;
	padding:7px 0;
	display:block;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	border-bottom: 1px solid #97b7c4;
	color:#97b7c4;
}
nav#subnav ul li a:hover {
	text-decoration:none;
	border-bottom: 1px solid #003b4c;
	color:#003b4c;
}
nav#subnav ul li a i {
	float:right;
	display:none;
	margin-top:-4px;
}
nav#subnav ul li a:hover i,
nav#subnav ul li a.active i {
	display:block;
}
nav#subnav ul li a.active {
	border-bottom: 1px solid #003b4c;
	color:#003b4c;
	font-weight: 500;
}
nav#subnav {
	padding:0;
}
.testimonial--gray--top {
  background:#fafcff;
  padding:40px 50px 30px 50px;
  position:relative;
  -webkit-background-size:cover !important;
  -moz-background-size:cover !important;
  -o-background-size:cover !important;
  background-size:cover !important;
  border:1px solid #ececec;
  border-radius: 2px;
  margin:0px 0px;
}
.testimonial--gray {
  background:#fafcff;
  padding:40px 50px 30px 50px;
  position:relative;
  -webkit-background-size:cover !important;
  -moz-background-size:cover !important;
  -o-background-size:cover !important;
  background-size:cover !important;
  border:1px solid #ececec;
  border-radius: 2px;
  margin:30px 0px;
}
.testimonial--gray p.client,
.testimonial--gray--top p.client {
	float:right;
	color:#97b7c4;
	margin-top: -10px
}
/*/PATIENT RESOURCES*/
.team--member img {
	border-top:10px solid #fff;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	border-bottom:10px solid #fff;
	-webkit-box-shadow:0 10px 6px -6px #999;
  	-moz-box-shadow:0 10px 6px -6px #999;
  	box-shadow: 0 10px 6px -6px #999;
  	margin-bottom: 40px;
}
.team--member h2 {
	margin-top: 6px;
	/*font-family: 'Times', serif;*/
	letter-spacing: -.25px;
	font-weight: 400;
	margin-bottom: -5px;
	line-height: 1em;
}
.team--member h4 {
	font-weight: 400;
	line-height: 1.375em;
}
.team--member h5 {
	margin:8px 0px 15px 0px;
	font-weight: 300;
	letter-spacing: 3px;
}

.contact--info {
	padding: 0px 0px 80px 0px;
}
.contact--info h1,
.contact--info h2,
.contact--info h3,
.contact--info h4 {
	color:#4d6c7e;
}

.contact--info h2 {
	margin-top: 0px;
	font-weight: 400;
}

.contact--info ul.contact--info {
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 6px;
}
.contact--info ul.contact--info li {
	padding:4px 0px;
	font-weight: 400;
}
.contact--info ul.contact--info li i {
	color:#97b7c4;
	margin-right: 10px;
	font-size: 20px;
}

/**** rule line with logo - start - ****/

.br-hr {
	position:relative;
	clear:both;
	margin:25px 0 25px;
	width:100%;
	height:1px;
}
.br-hr-lg {
	position:relative;
	clear:both;
	margin:40px 0 40px;
	width:100%;
	height:1px;
}
.br-hr-sm {
	position:relative;
	clear:both;
	margin:60px 0 0px;
	width:100%;
	height:1px;
}
.br-hr-75 {
	position:relative;
	clear:both;
	margin:60px auto 50px;
	width:75%;
	height:1px;
}
.br-hr.type_short .br-hr-h {
	left:50%;
	width:30%;
	margin-left:-15%;
}
.br-hr-h {
	position:absolute;
	top:50%;
	left:0;
	height:0;
	width:100%;
	border-top:1px solid rgba(98,142,171,0.15);
	/*border-top:1px solid #628EAB;*/
	/*border-bottom:1px solid #fff;*/
}
.br-hr-h.white {
	position:absolute;
	top:50%;
	left:0;
	height:0;
	width:100%;
	border-top:1px solid rgba(255,255,255,.5);
	/*border-top:1px solid #628EAB;*/
	/*border-bottom:1px solid #fff;*/
}
.br-hr-h i {
	position:absolute;
	top:0;
	left:50%;
	font-size:26px;
	height:16px;
	width:50px;
	margin-top:-14px;
	margin-left:-25px;
	text-align:center;
	background-color:#fff;
	color:#4a2338;
}
span.br-hr-h img {
	max-height: 20px;
	position:relative;
	bottom:15px;
}
@media (min-width: 1000px) {
	.br-hr-lg {
		margin:60px 0 55px;
	}
	span.br-hr-h img {
		max-height: 30px;
		position:relative;
		bottom:22px;
	}

}
/**** rule line with logo - end - ****/


.patient--info .sub-title-header {
	background-color:#97b7c4;
	padding:10px 0px 20px 0px;
	margin:0px 0px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.1) inset;
  	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.1) inset;
  	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.1) inset;
}
.patient--info .sub-title-header h1.sub-title {
	color:#fafcff;
	font-weight: 400;
	padding-top: 0px;
	line-height: 48px;
	letter-spacing: 1px;
	/*text-shadow: 1px 1px 2px rgba(0,0,0,0.15);*/
	text-align: center;
}
.patient--info .sub-title-header h2.sub-title {
	color:#fafcff;
	font-weight: 400;
	padding-top: 30px;
	line-height: 48px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	text-align: center;
}
.patient--info .info--content {
	background:#fafcff;
  	padding:60px 50px 50px 50px;
  	/*position:relative;
  	-webkit-background-size:cover !important;
  	-moz-background-size:cover !important;
  	-o-background-size:cover !important;
  	background-size:cover !important;*/
  	/*border-left:1px solid #4d6c7e;
  	border-right:1px solid #4d6c7e;
  	border-bottom:1px solid #4d6c7e;*/
  	border-radius: 0px;
  	margin:0px 0px 60px 0px;
  	min-height: 300px;
  	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.1) inset;
  	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.1) inset;
  	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.1) inset;
}
.patient--info strong,
.patient--resources strong {
	color: #97b7c4;
}
/*.info--content h3 {
	font-family: 'Times', serif;
	font-weight: 700;
}*/




.section--testimonials .section--title {
	padding:60px 40px 0px 40px;
}
.section--title {
	padding:0px 40px 0px 40px;
}
.section--title h1 {
	color: #97b7c4;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	font-size: 36px;
	margin-bottom: 6px;
	font-weight: 300;
}
.section--title.white h1 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 6px;
	font-weight: 300;
}
.section--title p {
	color:#fff;
	text-align: center;
	font-size: 21px;
	letter-spacing: 1px;
}

.section--tour {
	background-color: #fff;
	border-bottom: 10px solid #4d6c7e;
}





/*anchor link*/

.anchor--link {
  display: block;
  height: 59px; /*same height as header*/
  margin-top: -59px; /*same height as header*/
  visibility: hidden;
}
/* / anchor link*/



/*SERVICE DETAIL*/

.service--detail--page {
	padding: 0px 0px 80px 0px;
}
.service--detail--page h1,
.service--detail--page h2,
.service--detail--page h3,
.service--detail--page h4,
.service--detail--page h5 {
	color:#4d6c7e;
}
.service--detail--page h2 {
	margin-top: 0px;
	font-weight: 500;
	text-align: center;
}
.service--detail--page p strong {
	font-weight: 500;
	color:#5f6871;
}
.service--detail--page h4 {
	font-weight: 300;
	margin-top: 20px;
}


.service--detail--page aside#sidebar img {
	display:none;
}
@media (min-width: 550px) {
	.service--detail--page h2 {
		text-align: left;
	}
	.service--detail--page aside#sidebar img {
		display:block;
	}
}


a.back--btn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	border-radius: 1px;
	color:#fff;
	background-color: #97b7c4;
	padding:13px 18px 12px 18px;
}
a.back--btn:hover {
	color:#fff;
	background-color: #5f6871;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/*/SERVICE DETAIL*/





/*<!-- WINGED DENTAL SERVICES -->*/
.imgBorder--db2 {
	display:none;
}
.r-align {
	text-align: center;
}
.serviceIcon {
	text-align: center;
}
@media (min-width: 768px) {
	.serviceIcon {
		text-align: left;
	}
	.r-align {
		text-align: right !important;
	}
	.imgBorder--db2 {
		display:block;
	}
}
.dark--bkg--top {
	padding:0px 0px 40px 0px;
	background-color: #fff;
}
.dark--bkg {
	padding:40px 0px;
	background-color: #fff;
}
.light--bkg {
	padding:40px 0px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.dark--bkg--top.winged--services h1 {
	text-align: center;
	/*color:#5f6871;*/
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}
.winged--services h1 {
	text-align: center;
	/*color:#5f6871;*/
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 0px;
}
.winged--services h1 strong {
	font-weight: 500;
}
.winged--services .br-hr {
	margin:60px 0px;
}
.winged--services h2 {
	/*color:#5f6871;*/
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: -14px;
	/*text-transform: uppercase;*/
	font-size: 19px;
}
.winged--services p {
	margin-bottom: 0px;
	line-height: 1.3em;
}
.winged--services a {
	color:#97b7c4;
	font-size: 14px;
}
.winged--services a:hover {
	color:#5f6871;
}

.service-blk {
	padding:16px;
	margin-bottom: 4px;
}

.serviceIcon img {
	width:100%;
	height:100%;
	-webkit-backface-visibility:hidden;
	border-radius:50%!important;
}
.serviceIcon a:hover {
	cursor:pointer;
}
.serviceIcon img:hover {
	cursor:pointer;
	transform:scale(0.92,0.92);
	-webkit-transform: scale(0.92,0.92);
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.modal {
	z-index: 999999999;
}
.modal h1 {
	color:#5f6871;
	font-weight: 500;
}
.modal p {
	line-height: 1.6em;
}

/*<!-- / WINGED DENTAL SERVICES -->*/

/*SMILE SAVINGS*/
#smile--savings ul.swp {
	list-style: none;
	text-align: center;
}
#smile--savings ul.swp li {
	display:inline-block;
	padding-right:25px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.9em;
	color:#4d6c7e !important;
}
.swp--header {
	background-color: #4d6c7e; 
	min-height: 50px;
	margin-top: 30px;
}
.swp--header h2 {
	color:#fff!important;
	padding:28px 10px 0px 10px;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}
.swp--header h6 {
	color: #eee;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 15px;
	position:relative;
	bottom:20px;
}
.swp--membership {
	background-color: #f9f9f9;
	text-align: center;
	min-height: 60px;
}
.swp--membership h3 {
	padding:30px 0px 10px 0px;
	color:#4d6c7e;
	margin-bottom: 0px;
}
.swp--membership p {
	padding-bottom:20px;
	margin-bottom: 0px;
}
.swp--left {
	border-right: 1px solid #ccc;
}
.swp--membership div.swp--extra h3 {
	padding:20px 0px 18px 0px;
	border-top: 1px solid #ccc;
}
.swp--coverage h2 {
	color:#fff !important;
	padding:32px 10px 28px 10px;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
	margin-top: 20px;
	background-color: #95c23c;
	margin-bottom: 0px;
}
.swp--coverage h4 {
	color:#eee !important;
	font-weight: 500;
	padding:12px 10px 8px 10px;
	text-align: center;
	margin-top: 0px;
	background-color: #4e494a;
	margin-bottom: 0px;
}
.swp--coverage ul.swp {
	background-color: #f9f9f9;
	margin-top: 0px;
	padding: 20px 0px;
}
.swp--coverage ul.swp li {
	color:#2d7089 !important;
	font-weight: 300;
}
.swp--details {
	padding:20px;
	background: #f9f9f9;
}
.swp--details p {
	color:#444;
	font-size: 12px;
	text-align: center;
	line-height: 160%;
}
/*/SMILE SAVINGS*/

/*<!-- section callouts start -->*/
.section--callouts { /*heck*/
	margin-top: -5px;
	padding:0px 0px 0px 0px;
	background-color: orange;
	/*max-height: 100px;*/
	/*border-top: 3px solid #094667;
	margin-top: 5px;*/
}
.section--callouts a:hover {
	cursor:pointer;
	background-color: #a4b7c3;
}
.section--callouts h2 {
	padding: 1% 0 1% 0;
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	
}
#learn-link a {
	padding: 3px 10px 3px 10px;
	color: #fff;
	font-size: .8em;
	font-weight: 300;
	border: 1px solid #fff;
	border-radius: 3px;
	background: none;
	white-space: nowrap;
}
#learn-link a:hover {
	color: #5f6770;
	
}
.db--callout {
	text-align: center;
}
.db--callout h2 {
	text-transform: uppercase;
	color:#094667;
	font-size: 20px;
	letter-spacing: 1px;
}
.db--callout img {
	width: 100%;
	/*display:block;*/
	margin:0px 0 0 0;
}
a:hover .db--callout img:hover {
	/*transform:scale(0.97,0.97);
	-webkit-transform: scale(0.97,0.97);*/
	opacity: 0.85;
	/*-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;*/
}
.db--callout p {
	color:#333333;
	font-size: 15px;
}
.section--callouts /*.col-xs-4.right_line*/ {
	border-right:0px solid #999;
}
.callout--color--1 {
	background-color: #606871;
	padding:0px 0px 0px 0px;
}
.callout--color--2 {
	background-color: #606871;
	padding:0px 0px 0px 0px;
}
.callout--color--3 {
	background-color: #8e959b;
	padding:0px 0px 0px 0px;
}


a.aqua--btn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	border-radius: 5px;
	color:#fff;
	background-color: #094667;
	padding:3px 8px 2px 8px;
}
a.aqua--btn:hover {
	color:#fff;
	background-color: #ad937b;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.back--btn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	border-radius: 1px;
	color:#fff;
	background-color: #094667;
	padding:13px 18px 12px 18px;
}
a.back--btn:hover {
	color:#fff;
	background-color: #ad937b;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/* servz */
.servz {
	background: url("../images/parallex/servs-bac.jpg") 50% 50% no-repeat;
	background-size: cover;
  	padding:0px;
  	color:#fff;
	
	}
.servz h2 {
	margin: 0px 0 0 0;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	
	
	}
.servz h3 {
	padding: 0 0 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 130%;
	
	}
.servz h4 {
	padding: 3% 5% 0 10%;
	color: #fff;
	font-family: "lato", sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	}
.servz p {
	margin: 0px 0 0 0;
	padding: 0 2% 0 2%;
	color: #fff;
	font-family: "lato", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 145%;
	text-align: center;
	
	}
#learn-link2 a {
	padding: 8px 14px 8px 14px;
	color: #fff;
	font-size: .8em;
	font-weight: 500;
	border: 1px solid #fff;
	border-radius: 5px;
	background: rgba(255,255,255,0.25);
}
#learn-link2 a:hover {
	color: #ccc;
	
}
#servz1 {
	position: relative;
	margin: 0 auto 0 auto;
	width: 64px;
	height: auto;
	
	}
#servz2 {
	position: relative;
	margin: 0 auto 0 auto;
	width: 64px;
	height: auto;
	
	}
#servz3 {
	position: relative;
	margin: 0 auto 0 auto;
	width: 64px;
	height: auto;
	
	}
#servz4 {
	position: relative;
	margin: 0 auto 0 auto;
	width: 64px;
	height: auto;
	
	}

/* testi */
.testi {
	background: #fff;

	}
.testi h3 {
	font-size: 28px;
	font-weight: 300;
	color: #4e6b7b;

	}
.testi p {
	padding: 0 8% 0 5%;
	font-size: 15px;
	font-weight: 300;
	color: #878787;
	font-style: italic;
	line-height: 195%;

	}
.testi h4 {
	font-size: 24px;
	font-weight: 500;
	color: #4e6b7b;

	}

.testi-pic {
	background: url("../images/parallex/testi-bac.jpg") 50% 25% no-repeat;
	background-size: cover;
  	padding:0px;
	min-height: 200px;
	
	}

















/* Media queries
----------------------------------*/
@media (max-width:767px) {
	.patient--info .info--content {
  		padding:30px 15px 25px 15px;
  	}
  	.img-box h2 {
		font-size: 13px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {

}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {

}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {

}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {

}







