


/*custom CSS styles*/

.header--logo {
	width:100%;
	min-height: 70px;
	padding:20px 20px 20px 20px;
	background-color: #fff;
}
.header--logo img {
	max-width: 215px;
}
.header--logo a img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
/* Larger than phablet */
@media (min-width: 550px) {
	.header--logo img {
		max-width: 400px;
	}
}


.btn-hero {
	background-color: #619cbb;
	color: #fff;
	border-color: #619cbb;
	border-radius: 10px;
	padding: 8px 20px 8px 24px;
	font-size: 14px;
	-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: #bdc0ac;
	color: #fff;
	border-color: #bdc0ac;
}

/*<!-- section callouts start -->*/
.section--callouts {
	padding:65px 0px 15px 0px;
	/*border-top: 3px solid #619cbb;
	margin-top: 5px;*/
}
@media (min-width: 768px) {
	.section--callouts {
		padding:45px 0px 45px 0px;
		/*border-top: 3px solid #619cbb;
		margin-top: 5px;*/
	}
}
.section--callouts a:hover {
	cursor:pointer;
}
.db--callout {
	text-align: center;
}
.db--callout h2 {
	font-family: 'Times', serif;
	text-transform: uppercase;
	text-align: center;
	color:#4c525e;
	font-size: 20px;
	letter-spacing: 1px;
}
.db--callout img {
	max-width: 50%;
	display:block;
	margin:0px auto;
}
a:hover .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;
}
.db--callout p {
	color:#333333;
	font-size: 15px;
}
.section--callouts .col-xs-4.right_line {
	border-right:1px solid #999;
}
.callout--color--1 {
	background-color: #619cbb;
	padding:40px 0px 40px 0px;
}
.callout--color--2 {
	background-color: #b7c8d0;
	padding:40px 0px 40px 0px;
}
.callout--color--3 {
	background-color: #c7d5dc;
	padding:40px 0px 40px 0px;
}
.callout--bookend {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	height: 100%;
}

a.aqua--btn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	border-radius: 5px;
	color:#619cbb;
	background-color: transparent;
	padding:3px 8px 2px 8px;
	transform: scale(0.92);
        transition: transform .4s cubic-bezier(0.785, .135, .15, .86)
}
a.aqua--btn:hover {
	color:#4c525e;
	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;
}
a.back--btn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	border-radius: 1px;
	color:#fff;
	background-color: #619cbb;
	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;
}
/* 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: 30px;
	}
	.db--callout h2 {
		font-size: 10px;
	}
}
/*<!-- section callouts end -->*/

.section--coupons {
	padding:20px 0px 45px 0px;
}
.coupon1,
.coupon2 {
	padding:20px 0px 5px 0px;
	border: 15px solid #619cbb;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	-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);

}
.coupon1 h1 {
	color:#4c525e;
	font-family: 'Times', serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 21px;
	font-weight: 300;
	margin: 0px;
}
.coupon1 hr {
	color:#619cbb;
}
.coupon1 h2 span.ppppx {
	font-family: 'Times', serif;
	color:#619cbb;
	font-size: 26px;
}
.coupon1 h2 {
	color:#619cbb;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.coupon2 h1 {
	font-family: 'Times', serif;
	color:#619cbb;
	font-weight: 300;
	font-size: 48px;
	text-transform: uppercase;
	margin: 0px;
}
.coupon2 h2 {
	color:#619cbb;
	font-weight: 300;
	margin: 0px;
}
.coupon2 h5 {
	color:#4c525e;
	font-weight: 500;
}


.coupon1 small,
.coupon2 small {
	color:#619cbb;
	font-size: 10px;
}




/*<!-- section Philosophy start -->*/
.section--philosophy {
	background: url("../images/parallex/parallex1.jpg");
	background-attachment: fixed;
	padding:60px 0px 65px 0px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.section--philosophy h2 {
	color:#619cbb;
	text-align: center;
	font-size: 22px;
	line-height: 1.7em;
	font-weight: 300;
	padding:0px 8px;
}

.section--philosophy h5 {
	color:#4c525e;
	text-align: center;
	padding: 30px 0px 20px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Times', serif;
	font-weight: 300;
	letter-spacing: 2px;
}
ul.db--list {
	/*list-style: none;*/
	text-align: center;
	padding-left: 0px;
}
.section--philosophy ul.db--list li {
	font-size: 18px;
	padding: 0px 6px 0px 0px;
	display:inline-block;
	color:#619cbb;
	line-height: 1.8em;
	font-weight: 300;
}
.section--philosophy a {
	color: #fff;
	background-color: #619cbb;
	border-radius: 6px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 30px 8px 40px;
	font-size: 15px;

}
.section--philosophy a:hover {
	color: #fff;
	background-color: #bdc0ac;
	border: 1px solid #bdc0ac;
}


/* 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 h2 {
		font-size: 32px;
	}
	.section--philosophy h5 {
		font-size: 24px;
	}
	.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 -->*/







/*<!-- section implants start -->*/
.section--implants {
	background: url("../images/parallex/implant5-lg.jpg") right center no-repeat;
	background-size: cover;
  	padding:100px 0px;
}
.section--implants h3 {
	text-transform: uppercase;
	color:#619cbb;
}

/*<!-- section implants end -->*/



/*<!-- section Testimonials start -->*/
.section--testimonials {
	background: url("../images/parallex/testimonial.jpg") 50% 50% no-repeat;
	background-size: cover;
	/*background-color: #e6e6e6;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.1) inset;
  	-moz-box-shadow:0 0 20px rgba(0,0,0,0.1) inset;
  	box-shadow:0 0 20px rgba(0,0,0,0.1) inset;*/
  	padding:0px;
  	color:#fff;
}
.section--testimonials .testimonials {
	/*background-color: rgba(255, 255, 255, 0.5);*/
}
.section--testimonials .testimonials blockquote {
	padding:30px 0px;
	margin-top: 0px;
	font-weight: 400;
	color:#fff;
	font-size: 18px;
	margin-left: 0px;
	line-height: 1.6em;
}
/* Larger than tablet */
@media (min-width: 750px) {
	.section--testimonials .testimonials blockquote {
		padding:60px 0px;
		font-size: 22px;
		font-weight: 400;
	}
}

.section--testimonials .db--video {
	padding:90px 0px 0px 0px;
}
/* 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 pointer start -->*/
.section--pointer.branded--blue {
	padding: 25px 0;
	background-color: #619cbb;
}
.section--pointer.branded--blue h2 {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
.section--pointer {
	padding: 25px 0;
	background-color: #F2F2F2;
	/*border-top: 1px solid #b2bfca;
	border-bottom: 1px solid #b2bfca;*/
}
.section--pointer img {
	max-width: 120px;
	display:inline-block;
}
.section--pointer h2 {
	display:inline-block;
	margin-left: 10px;
	color: #619cbb;
	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: #619cbb;
	border: 1px solid #fff;
}
/* Media queries
----------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.section--pointer.branded--blue h2 {
		font-size: 26px;
	}
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	
}

/* 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 -->*/






/*<!-- section services start -->*/
.section--services {
	padding: 55px 0px 70px 0px;
	background-color: #fcfcfc;
	/*border-top: 3px solid #619cbb;
	margin-top: 5px;*/
}
.section--services h1 {
	font-family: 'Times', serif;
	color:#4c525e;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	font-size: 22px;
	padding-bottom: 12px;
	font-weight: 300;
}
.section--services h2{
	color:#619cbb;
	font-size: 24px;
	font-family: 'Times', serif;
}
/* Larger than tablet */
@media (min-width: 768px) {
	.section--services h1 {
		font-size: 32px;
		letter-spacing: 3px;
	}
	.section--services h2{
		color:#619cbb;
		font-size: 30px;
		font-family: 'Times', serif;
	}

}



.service--content h2 {
	color:#619cbb;
	font-size: 28px;
	font-family: 'Times', serif;
	font-weight: 300;
	text-align: center;
}
.service--content p {
	color:#929497 !important;
}
.service--callout {
	padding:20px;
}
img.service--image {
	border-radius: 50%;
	max-width: 50%;
	/*border: 4px solid #619cbb;*/
}


/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	.service--content h2 {
		text-align: left;
	}
	img.service--image {
		max-width: 80%;
	}
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


/*<!-- section services 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:#619cbb;
}
.patient--resources h2 {
	margin-top: 0px;
}
.patient--resources h4 {
	font-weight: 400;
}
/*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: #619cbb;
	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: #bdc0ac;
  -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;
}
.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: #619cbb;
  -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;
}
/*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:#003b4c;
}
.swp--header {
	background-color: #619cbb;
	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:#619cbb;
	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: #619cbb;
	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:#619cbb !important;
	font-weight: 300;
}
.swp--details {
	padding:8px;
}
.swp--details p {
	color:#c7c7c7;
	font-size: 12px;
	text-align: center;
}
/*/SMILE SAVINGS*/
/** sidebar **/
li.lefty--header {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#619cbb;
  border-bottom: 1px solid #619cbb;
  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 #619cbb;
	color:#619cbb;
}
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:#619cbb;
	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 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;
  	margin-bottom: 40px;
}
.team--member h2 {
	margin-top: 6px;
	font-size: 34px;
	font-family: 'Times', serif;
	letter-spacing: -.25px;
	font-weight: 300;
	margin-bottom: -5px;
	line-height: 1em;
}
.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:#619cbb;
}

.contact--info h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: 700;
}

.contact--info ul.contact--info {
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 6px;
}
.contact--info ul.contact--info li {
	padding:4px 0px;
	color:#619cbb;
	font-weight: 300;
}
.contact--info ul.contact--info li i {
	color:#619cbb;
	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:60px 0 50px;
	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: 48px;
	position:relative;
	bottom:38px;
}
/**** rule line with logo - end - ****/


.patient--info .sub-title-header {
	background-color: #619cbb;
	padding:10px 0px 20px 0px;
	margin:0px 0px;
}
.patient--info .sub-title-header h1.sub-title {
	color:#fafcff;
	font-weight: 400;
	font-size: 30px;
	padding-top: 0px;
	line-height: 48px;
	letter-spacing: 2px;
	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;
	font-size: 30px;
	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 #619cbb;
  	border-right:1px solid #619cbb;
  	border-bottom:1px solid #619cbb;
  	border-radius: 0px;
  	margin:0px 0px 60px 0px;
  	min-height: 300px;
}
.patient--info strong,
.patient--resources strong {
	color: #619cbb;
}
/*.info--content h3 {
	font-family: 'Times', serif;
	font-weight: 700;
}*/







.map--home--page {
	position:relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.15);
}






.section--title {
	padding:30px 0px 40px 0px;
	background-color: #619cbb;
}
.section--title h1 {
	font-family: 'Times', serif;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 6px;
	font-weight: 300;
}





.section--tour {
	background-color: #f2f2f2;
	border-bottom: 10px solid #619cbb;
}

/* Larger than tablet */
@media (min-width: 750px) {
	.section--title h1 {
		font-size: 32px;
		letter-spacing: 3px;
	}

}



/*anchor link*/

.anchor--link {
  display: block;
  height: 0px; /*same height as header*/
  margin-top: -0px; /*same height as header*/
  visibility: hidden;
}
/* / anchor link*/

/* Larger than tablet */
@media (min-width: 750px) {
	.anchor--link {
	  height: 59px; /*same height as header*/
	  margin-top: -59px; /*same height as header*/
	}
}










/* 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) {

}







