@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: 200px;
		margin-bottom:20px;
		color: #000;
		
      }
	   /* this is for google street view size. */
	  #pano {
		height: 500px;  
	  }
/*fonts*/
	  body {
		  font-family: 'Roboto', sans-serif;
		  color:#000 ;
	  }
	  h1,h2,h3,h4,h5 {
			color:#000 ;
			font-family: 'Concert One', cursive;
			/*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:#FFFFFF;
	}
.headinglogophone, .headinglogophone a {
	font-family: 'Concert One', cursive;
	margin: 0px;
	padding: 0px;
	color: #00D900;
	letter-spacing: 0.01em;
	text-decoration:none;
	font-size: 1.6em;
	
}
.headinglogophone small, .headinglogophone a small{
	font-family: 'Concert One', cursive;
	margin: 0px;
	padding: 0px;
	color: #000;
	letter-spacing: 0.01em;
	text-decoration:none;
	font-size: 0.8em;
	
}
/*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;
}
.nav>li>a {
	padding: 8px 0px;
	margin: 0px 15px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/*this is an optional blue color with white text and no border color*/
.navbar, .dropdown-menu{
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%);
	border-color:transparent;
	color: #ffffff;
	background-color:#333;
	}
/* needed if navbar color is altered: this makes the navbar-default transparent on hover */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.nav.navbar-nav.navbar-right a{
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
}
/* needed if navbar color is altered:this gives the white thick line when hover*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  	color: #000;
  	background-color: transparent;
	border-bottom: thick solid #FFFFFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
   color: #FFF;
   background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* needed if navbar color is altered:this gives white line around menu for smallscreen*/
.navbar-default .navbar-toggle {
	background-color: #00D900;
  border-color: #FFF;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/* needed if navbar color is altered:this gives white line around menu for smallscreen*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000;
 
}
/* needed if navbar color is altered for Mobile use*/
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/*alterations to the dropdown menu when the navbar is not a standard color*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #7A9BCE;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}*/
/* for when navbar color is changed:nav colors for mobile*/
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* 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*/
/*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;
}
.thumbnail {
	border-radius:0px;
	border:none;
	padding:0px;
	margin:30px 0px;	
}

/*this section has the schemedetails*/
.schemainfo {
	border-color:transparent;
	color: #FFF;
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%);
	background-color: #E7F1F9;

}
.schemainfo h4 {
	color: #00D900;
	text-transform:uppercase;
	font-weight:600;
}
.schemainfo a {
	color: #FFF;	
}
.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;
}

.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: -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%);
	border-color:#0E0645;
	color: #ffffff;
}