@charset "UTF-8";
/* these are because allpages might have old coding   */
.img_l{float: left;}.img_r {float: right;}.photo_r {float: right;border: 1px outset #CCC;padding: 15px;margin: 2px;}.img_centre	{float: none;border: 1px outset #CCC;padding: 15px;margin: 2px;}.img_centref{float: none;}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
@media (max-width: 768px) {
html, body {
width: auto !important;
overflow-x: hidden !important;
}
}
 html {
        height: 100%;
        margin: 0;
        padding: 0;
		
      }

	
	  /* this is for google map size. */
      #map{
        height: 300px;
		margin-top:20px;
		margin-bottom:20px;
		color: #000;
		
      }
	   /* this is for google street view size. */
	  #pano {
		height: 500px;  
	  }
/*fonts*/
	  body {
		  font-family: 'Titillium Web', sans-serif;	
		  color:#000 ;
		   
	  }
	  h1,h2,h3,h4,h5 {
			color:#000 ;
			
			/*font-weight:400;*/
			/*border-bottom:thick #7192B5 solid;*/
		}
		.text-white, .text-white a {
	color:#FFF;
}
blockquote{
  display:block;
  padding: 15px 20px 0px 45px;
  margin: 0 0 20px;
  position: relative;*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-align: justify;
  
  /*Borders - (Optional)*/
  /*border-left: 15px solid #CC9E36;
  border-right: 2px solid #c76c0c;*/
 

}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #DDDDDD;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:0px;
}

/*blockquote::after{*/
  /*Reset to make sure*/
  /*content: "\201D";*/
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
/*areas of the page*/
/* top area with logo and phone. The height will be dictated by the image*/
.logoheader {
	  background-color:#F3F3F5;
	}
	  .container {
    background-color:#FFF;
  }
.headinglogophone, .headinglogophone a {
	margin: 0px;
	padding: 0px;
	color: #0E0645;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.01em;
	text-decoration:none;
	font-size: 36px;
	line-height:2em;
}
/*navbar*/
/*brandchange is for the mobile nav*/
.brandchange{
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
/*this is universal to get rid of the radius and make sure the carosel comes to the navbar*/
.navbar {
	/*border-radius: 0px;*/
	margin: 0px 0px;
	text-transform: uppercase;
}
.nav>li>a {
	padding: 8px 0px;
	margin: 0px 15px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* END of navbar*/


.parallax-window {
min-height: 400px;
background: transparent;
}
/*universal carousel changes*/
.carousel-inner .item.active .center-block {
	width: 100%;	
}
.carousel-inner {
  position: relative;
  overflow: hidden;
}
/*END universal carousel changes*/
/*narrow the main text area*/
.centralarea {
	margin: 20px 0px;
}
/*this is the headingfrontcenter - from database dentist*/
.frontpagecentrecolor  {
	/*background-color:#666;*/
}
.frontpagecentre  {
	padding: 10px;
	font-size: 1.6em;
	color: #1D207D;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.01em;
	border-bottom:thick transparent none;
	text-align:center;
	
}
/*this is the text for the bottom of each allpage*/
h2.lowertopictext {
	font-size:1em; 
	color:#666; 
	font-weight:300;
	text-align:center;
}
/*this section has the monthly images and about us box*/
.imagetextboxes {
	background-color:#EEE;
	margin:0px;
}
.thumbnail {
	border-radius:0px;
	border:none;
	padding:0px;
	margin:30px 0px;	
}

/*this section has the schemedetails*/
.schemainfo {
	margin:0px;
	border-color:transparent;
	color: #111;
	background-color: #DEF0F7;
	/*
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(113,146,181,1.00) 0%,rgba(113,146,181,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(64,116,204,1.00) 0%,rgba(40,79,148,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(64,116,204,1.00) 0%,rgba(40,79,148,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(64,116,204,1.00) 0%,rgba(40,79,148,1.00) 100%);*/

}
.schemainfo h4 {
	color:#000;
	text-transform: uppercase;
	font-weight:600;
}
.schemainfo a {
	color: #000;	
}
.schemainfonames {
	font-weight:500;
}
/*this section has the very lowest footer*/
.footerbg {
	background-color: #F2F2F2;
	padding: 20px 0px;

}
.footertext a {
	font-size:1em;
}
.footertext {
	color:#000;
	font-size:0.8em;
}
.imagecontainer {
	
	margin:10px 0px;
	padding:0px 80px;
}
.logofooter {
	background-image: url(images/garden1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #FFF;
  font-weight:800;
  white-space: nowrap;
}
.btn-default {
	background-image: repeating-linear-gradient(180deg,rgba(17,17,17,1.00) 0%,rgba(83,83,98,1.00) 100%);
	border-color:#0E0645;
	color: #ffffff;
}