@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

body, html {
    font-family: "Lato",Helvetica,Arial,sans-serif,Georgia !important;
    text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 300;
	color: #333;
	line-height: 25px;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
.align {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.alignB {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .alignB {
        font-size: 20px;
    }
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #003862;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
@media screen and (min-width: 768px) {
    .float-left {
        float: left;
        margin-right: 30px;
    }
    .float-right {
        float: right;
        margin-left: 30px;
    }
}
.clear {
    clear: both;
}

/*
ul, ol {
	list-style: none;
}
*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
*/
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #fff;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	/*
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
	*/
	background: #003862;
}
#menu a.navbar-brand {
	font-size: 25px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 1px;
	margin: 10px 15px 0 15px;
	font-family: "Lato",Helvetica,Arial,sans-serif,Georgia !important;
	

}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #003862;
}
.on {
	background-color: #003862 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #003862;
	border-color: #003862;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	/*background: rgba(0, 0, 0, 0.7);*/
	background: #003862;
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #003862;
	border: 0;
	padding: 17px 25px;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
	border-radius: 10px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #003862;
	background-color: #fff;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(/public/images/bgr.jpg) no-repeat center center;
	background-color: #003862;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.5);
}
.intro h1 {
	font-family: 'Dancing Script', cursive;
	color: #003862;
	font-size: 6em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro span {
	color: #003862;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
}
/* About Section */
#about {
	padding: 120px 0;
}

@media screen and (min-width: 992px) {
    .first {
    	margin-bottom: 80px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .about h5 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .about {
        text-align: center;
    }
    .about h5 {
        margin-bottom: 40px;
    }
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Menu Section */
#dental-services {
	padding: 0 0 60px 0;
}

#dental-services .section-title {
	/*background: #e7e4d0 url(/public/images/bgr_1.png) center center no-repeat fixed;*/
	background: #003862;
	background-size: cover;
}

#dental-services .section-title h2 {
	color: #fff;
}
#dental-services img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
#dental-services h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#dental-services .menu-section hr {
	margin: 0 auto;
}
#dental-services .menu-section {
	margin: 0 20px 80px;
}
#dental-services .menu-section-title {
	font-size: 26px;
	display: block;
	font-weight: 300;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#dental-services .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#dental-services .menu-item-name {
	font-weight: 300;
	font-size: 20px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
	padding-bottom: 10px;
}
#dental-services .menu-item-description {
	font-style: italic;
	font-size: 15px;
	padding-top: 10px;	
}
#dental-services .menu-item-price {
	float: right;
	font-weight: 600;
	color: #555;
	margin-top: -26px;
}

/* Team Section */
#team {
	/*color: #fff;
	background: #e7e4d0 url(/public/images/bgr_1.png) center top no-repeat fixed;*/
	padding: 120px 0 80px 0;
	background-color: #003862;
	background-size: cover;
}
/*
#team .overlay {
	padding: 120px 0 80px 0;
	background: rgba(0, 0, 0, 0.0);
}
*/
#team h2, #team p {
	color: #fff;
}
#team hr {
	background: #6688a1;
}
#team h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
}
#team a {
    color: #fff;
}
#team a:hover {
    color: #000;
}
/*
#team img {
	width: 280px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#team .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#team .thumbnail .caption {
	padding-top: 10px;
}
#team .thumbnail .caption p {
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
	font-size: 15px;
}
*/

/* appt Section */
#appointment-request {
	padding: 90px 0;
	color: #fff;
	background-color: #6688a1;
}
#appointment-request .overlay {
	padding: 80px 0;
	background: #fff;
}
#appointment-request h2 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 300;
	margin: 0;
}
#appointment-request hr {
	background: #fff;
}
#appointment-request h3 {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	margin: 5px 0;
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #F6F6F6;
}
#contact .section-title p {
	color: #777;
}
#contact form {
	padding: 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}
.contact-item td {
    color: #fff;
    padding-right: 30px;
}
/* Footer Section*/
#footer {
	background: #003862;
	padding: 50px 0 0 0;
}
#footer h3 {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	background-color: #6688a1;
	color: #000;
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}
#footer h5 {
    color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 991px) {
    #footer {
        text-align: center;
    }
    table.center {
        margin-left: auto;
        margin-right: auto;
    }
}
i.fa-facebook-square {
    font-size: 30px;
}
i.fa-facebook-square:hover {
    color: #fff;
}
.phone h5 {
    margin-top: 0;
}
.btn-info {
    background-color: #6688a1;
    border-color: #6688a1;
}
.btn-info:hover, .btn-info:focus {
    background-color: #003862;
    border-color: #003862;
}
.responsive-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

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

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}


[data-notify="container"][class*="alert-pastel-"] {
  background-color: rgb(255, 255, 238);
  border-width: 0px;
  border-left: 15px solid rgb(255, 240, 106);
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
  letter-spacing: 0px;
  text-align: center;
  width: 150px;  
}
[data-notify="container"].alert-pastel-info {
  border-left-color: rgb(255, 179, 40);
}
[data-notify="container"].alert-pastel-danger {
  border-left-color: rgb(255, 103, 76);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
  color: rgb(80, 80, 57);
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 5px;
  color: #000;
  font-size: 14px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
  font-weight: 300;
}