/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  background-color:#F0F0F0;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: -20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 343px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  
}

.carousel-caption h1{font-weight: 300; float: left}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
  background-color:#fff;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;

}
.marketing h2 {
  font-weight: 300;
color: #fff;
font-size: 22px;
width:100%;
padding: 10px;
}
.marketing h1{width:75%; margin:50px auto 0; text-align:center; font-size: 46px;}

.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* ----------------------------------------------
CUSTOMIZATIONS
-----------------------------------------------*/

.col1_color{background-color:#3CE385;}
.col2_color{background-color:#3EEDBC;}
.col3_color{background-color:#3EBFED;}
.col4_color{background-color:#43D6D6;}

.patient-comments{background-color:#43D6D6; color:#fff; margin-left: -15px; margin-right: -15px;}
.patient-comments h2 {font-size:34px!important; text-align:center;}

.openquotes{float:left;}
.closequotes{float:right;}

/.marketing .col-lg-3{background-color:#fafafa;}
.col-lg-3 img{width:100%;}
.contactform{background-color:#fafafa; padding-bottom:40px; margin-left: -15px; margin-right: -15px;}
.contactform form{margin-left:10px;}
.contactform address {margin-top: 32px; font-size: 22px; margin-left: 10px; line-height: 33px; color: #999;}
.contactform h2{color:#666; font-size:34px!important;}


footer .container{background-color: #696969; padding:20px 15px 20px;}
footer .container ul{float:left; margin-right:20px;}
footer .container ul li{list-style-type:none; }
footer .container ul li a{color:#999; }


.osteo-info{margin-bottom:50px;}
.osteo-info ul{margin-left: 0; padding-left: 0; list-style-position: inside;}

.osteo-info li a, .osteo-info p {color:#696969; line-height: 21px;}
.osteo-info li{list-style-type:square; line-height: 2em;}
.osteo-info p{border-top:1px solid #eee; padding-top:15px;}

.copyright{margin-left:20px; color:#eee;}

.serviceheader h2{color:#666; border-bottom:1px solid #eee; } 

.cts h2{color:#666;}
.cts img{margin:74px 0 60px 10px;}

.control-group{margin-bottom: 20px}
.serviceheader img{padding:30px 0;}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
 

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}







