/*~*~*~*~*~*~~*~*~*~ Variables *~*~*~*~*~*~*~~*/
/*~*~*~*~*~*~~*~*~*~ Fonts *~*~*~*~*~*~*~~*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #620000;
  font-family: 'Lora', serif;
}
p {
  color: #343434;
  font-family: 'Oxygen', sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}
header {
  background-image: url(../images/vinbg1.jpg);
  background-size: 100%;
}
/*body {
  background-image: url(../images/content_opacity.jpg);
  background-size: 50%;
}*/
/*main {
  background-image: url(../images/parchment.jpg);
  background-size: 100%;
}*/
main {
  background-image: url(../images/cherub_overlay65.jpg);
  background-size: 100%;
}
hr {
  height: 2px ;
  color: #cfcfcf;
}
a:hover {
  text-decoration: none;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.icon-sm {
  height: 16px;
  width: 28px;
}
.icon-md {
  height: 48px;
  width: 48px;
}
/*~*~*~*~*~*~~*~*~*~ Like Us Bar *~*~*~*~*~*~*~~*/
#notificationBar {
  background-color: #620000;
  color: #ffffff;
  width: 100%;
  height: 2em;
  padding: 0.25em;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(200, 200, 200, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(200, 200, 200, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(200, 200, 200, 0.75);
}
.img-logo {
  padding: 1em 0 0 2em;
}
/*~*~*~*~*~*~~*~*~*~ Main Navigation *~*~*~*~*~*~*~~*/
#mainNavContainer {
  background-color: #ddd;
}
#mainNav {
  background-color: #620000;
  display: inline-block;
  zoom: 1;
  height: 3em;
  width: 100%;
  margin-top: 0.2em;
  padding: 0.75em;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(200, 200, 200, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(200, 200, 200, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(200, 200, 200, 0.75);
}
#mainNav li {
  display: inline;
  padding: 0.5em;
}
#mainNav li a {
  color: #666666;
  font-family: 'Oxygen', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  padding-top: 12px;
}
#mainNav li a:hover {
  border-top: 3px solid #4b4b4b;
  color: #ffffff;
}
#mainNav li a.active {
  border-top: 3px solid #4b4b4b;
  color: #ffffff;
}
#mainNav li span {
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  padding-right: 2em;
}
#headerContactUs {
  position: relative;
  top: 1.5em;
  right: 1em;
}
#headerContactUs img {
  position: relative;
  top: 1em;
}
#headerContactUs h3 {
  margin: 0.25em 0;
}
#jhancoAccredidation {
  text-align: center;
  padding-right: 3em;
}
#jhancoAccredidation h6 {
  padding-left: 2em;
}
/*~*~*~*~*~*~~*~*~*~ Schedule now *~*~*~*~*~*~*~~*/
#scheduleNow {
  padding: 1em 2em;
  border-top: 0.5em solid #cfcfcf;
  min-height: 202px;
  /*background: repeating-linear-gradient(
    -55deg,
    lighten(#222, 50%),
    lighten(#222, 50%) 10px,
    lighten(#333, 50%) 10px,
    lighten(#333, 50%) 20px
  );*/
}
#scheduleNow img {
  width: 160px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.5);
}
/*~*~*~*~*~*~~*~*~*~ Main Content *~*~*~*~*~*~*~~*/
#mainContent {
  padding: 0 2em 1em 2em;
  border-top: 0.5em solid #cfcfcf;
}
/*~*~*~*~*~*~~*~*~*~ Content Secondary *~*~*~*~*~*~*~~*/
#secondaryContent {
  margin: 1em 0;
}
#secondaryContent section {
  border-right: 1px solid #cfcfcf;
  min-height: 210px;
}
#secondaryContent section:lastoftype {
  border-right: none;
}
#secondaryContent p {
  padding-left: 3.5em;
}
#secondaryContent img {
  padding-right: 0.5em;
}
/*~*~*~*~*~*~~*~*~*~ Footer *~*~*~*~*~*~*~~*/
footer {
  padding: 0.5em 1em !important;
  background-color: #313131;
  border-top: 0.5em solid #cfcfcf;
  color: #cfcfcf;
}
footer h3 {
  color: #d4d4d4;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  display: inline-block;
}
footer p {
  color: #666666;
}
footer a {
  color: #cfcfcf;
}
footer .faqs {
  display: block;
  list-style-type: circle;
  padding-left: 0;
}
footer .faqs li {
  display: block;
}
#footerNav {
  margin-top: 1em;
  text-align: center;
}
/*~*~*~*~*~* OTHER PAGES *~*~*~~*~*/
/*~*~*~*~*~*~* FAQs *~*~*~*~*~*~*~*/
#faqs,
#patients,
#doctors,
#locations,
#contactus,
#aboutus {
  padding: 1em 2em;
  min-height: 500px;
}
#faqs img.border,
#patients img.border,
#doctors img.border,
#locations img.border,
#contactus img.border,
#aboutus img.border {
  padding: 1px;
  border: 2px solid #666666;
}
