/* Responsive Classes */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Laptop, Desktop, etc */
@media (min-width: 1200px) {
  /* OLD NAV BEGIN ===
      #navDropdown {
          display:none;
      }
    OLD NAV END === */
  .navbar {
    padding-top: 10px;
  }
  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  #namebar .average-rating .review-stars { text-align:right; margin-right:70px; }
}
/* Landscape Tablet */
@media (max-width: 1199px) {
  /* === Navigation === */
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    right: 15px;
    margin-right: 0;
    z-index: 100;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar {
    height: 50px;
  }
  .navbar li {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #fff;
    float: left;
  }
  .navbar li:hover {
    width: calc(100% - 30px);
    /* === NEW CSS === */
    margin: 0 15px;
    /* === NEW CSS === */
  }
  .navbar li::after {
    content: none;
    float: none;
  }
  /* Mobile Nav Icons & Elements */
  .navbar .glyphicon {
    display: block;
    z-index: 100;
  }
  .btnHome {
    width: 40px;
    color: #fff;
    font-size: 26px;
    padding: 4px;
    margin-top: 7px;
    position: absolute;
    left: 10px;
  }
  .btnPhone {
    width: 40px;
    color: #fff;
    font-size: 26px;
    padding: 4px;
    margin-top: 7px;
    position: absolute;
    left: 60px;
  }
  .btnAppt {
    width: 40px;
    color: #fff;
    font-size: 26px;
    padding: 4px;
    margin-top: 7px;
    position: absolute;
    left: 110px;
  }
  .btnLoc {
    width: 40px;
    color: #fff;
    font-size: 26px;
    padding: 4px;
    margin-top: 7px;
    position: absolute;
    left: 160px;
  }
  .navmenuTitle {
    display: block;
    position: absolute;
    right: 68px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    padding-top: 10px;
    z-index: 100;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    width: calc(100% + 30px);
    margin-top: 50px;
    margin-bottom: 45px;
    float: left;
  }
  .navbar-nav {
    float: none;
  }
  .nav > li > a {
    text-align: center;
    float: none;
  }
  .stickyDrop {
    position: fixed;
    top: 50px;
    width: calc(100% - 16px) !important;
    max-width: 1200px;
    z-index: 1000;
    box-shadow: 1px 1px #024c9d, -1px 1px #024c9d;
  }
  /* === Namecard Styles === */
  .nameCard {
    text-align: center;
  }
  .providerName {
    padding-right: 0;
    margin: 18px 0 0;
  }
  .practiceName {
    padding-right: 0;
  }
  .specialty {
    padding-right: 0;
  }
  .practiceLogo {
    margin: 15px 0 25px;
  }
  .practiceLogo img {
    max-height: 100px;
    height: 100px;
  }
  .suggReading {
    text-align: center;
    padding-right: 0;
  }
  .suggReading::after {
    float: none;
    padding-left: 0;
  }
  .additionalInfo {
    margin-top: 20px;
  }
  #additionalDisplay {
    background-color: #fff;
  }
  /* === Inbar (Interior Namecard) Styles === */
  #inbar .nameCard {
    text-align: left;
  }
  .inHeader_phone {
    margin: 30px 0 0;
  }
  .inHeader_location {
    display: none;
  }
  /* === Body === */
  .tagline {
    width: 45%;
  }
  .badge01 {
    width: 175px;
  }
  .badge02 {
    width: 175px;
  }
  .badge03 {
    width: 175px;
  }
  /* === Side (Top) Menu | Functional === */
  .sidemenuFunction {
    width: 100%;
    max-width: 1199px;
    height: 34px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #333;
    display: none;
  }
  .sidebtnAppt,
  .sidebtnAppt:hover {
    width: 25%;
    height: 32px;
    background: #f0182f;
    float: left;
  }
  .sidebtnPortal,
  .sidebtnPortal:hover {
    width: 25%;
    height: 32px;
    background: #008ec6;
    float: left;
  }
  .sidebtnContact,
  .sidebtnContact:hover {
    width: 25%;
    height: 32px;
    background: #00b04f;
    float: left;
  }
  .sidebtnVcard,
  .sidebtnVcard:hover {
    width: 25%;
    height: 32px;
    background: #d97d21;
    float: left;
  }
  #topmenuItem {
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 6px;
  }
  .sidemenuFunction .glyphicon {
    top: 0;
  }
  .sidemenuFunction .topmenuAppt::after {
    content: " Book Appointment";
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-left: 4px;
  }
  .sidemenuFunction .topmenuPortal::after {
    content: " Patient Portal";
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-left: 4px;
  }
  .sidemenuFunction .topmenuContact::after {
    content: " Contact Us";
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-left: 4px;
  }
  .sidemenuFunction .topmenuVcard::after {
    content: " Download Contact";
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-left: 4px;
  }
  /* === Side Menu | Social === */
  .sidemenuSocial {
    display: none;
  }
}
/* Portrait Tablet */
@media (max-width: 991px) {
  /* === Inbar (Interior Namecard) Styles === */
  #inbar {
    min-height: 100px;
  }
  #inbar img {
    width: 120px;
    height: 120px;
  }
  #inbar .newPatients_imgPlate {
    margin-top: -120px;
  }
  #inbar .providerName {
    margin: 20px 0 0;
    padding-left: 15px;
  }
  #inbar .practiceName {
    padding-left: 15px;
  }
  .inHeader_phone {
    font-size: 18px;
    margin: 22px 0 0;
  }
  /* === Body === */
  .mainMap {
    width: 100%;
  }
  .mainLocation {
    width: 100%;
  }
  .badge01 {
    width: 200px;
  }
  .badge02 {
    width: 200px;
  }
  .badge03 {
    width: 200px;
  }
  .contentTitle {
    font-size: 24px;
    padding: 20px 5%;
  }
  .contentTitle .glyphicon {
    font-size: 20px;
  }
  .officeHours-tbl {
    max-width: 375px;
  }
  .fullInsurance {
    text-align: left;
  }
  .fullContent {
    text-align: left;
  }
  /* === Widgets (Sidebar) === */
  #widgets_custom {
    display: none;
  }
  /* === Helper Classes === */
  .dbl-col-left {
    padding-right: 0;
  }
  .dbl-col-right {
    padding-left: 0;
  }
}
@media (min-width:768px) { #brand-google { margin-top:85px; } }
/* Landscape Mobile */
@media (max-width: 767px) {
  .quicktab00 {
    display: block;
  }
  li.open a {
    background-color: transparent;
  }
  .open .dropdown-menu > li > a {
    color: #fff !important;
    text-align: center;
  }
  /* === Navigation === */
  .navmenuTitle {
    display: none;
  }
  /* === Namecard Styles === */
  .imgProvider {
    max-width: 180px;
    max-height: 180px;
  }
  .newPatients_imgPlate {
    max-width: 180px;
    max-height: 180px;
    margin-top: -180px;
  }
  .providerName {
    font-size: 24px;
    margin: 12px 0 0;
  }
  .practiceName {
    font-size: 20px;
    margin: 0 0 8px;
  }
  .specialty {
    font-size: 16px;
  }
  .practiceLogo img {
    max-height: 75px;
    height: 75px;
  }
  .val-yearsExp,
  .val-gender {
    font-size: 18px;
  }
  .sub-yearsExp,
  .sub-gender {
    font-size: 11px;
    margin-left: 28px;
  }
  /* === Inbar (Interior Namecard) Styles === */
  #inbar .imgProvider {
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    margin-top: 10px;
  }
  #inbar .newPatients_imgPlate {
    width: 75px;
    height: 75px;
    margin-top: -75px;
    border: 2px solid #fff;
  }
  #inbar .providerName {
    padding-left: 10px;
    padding-right: 5px;
  }
  #inbar .practiceName {
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
  }
  .inHeader_phone {
    display: none;
  }
  /* === Body === */
  #imgBanner {
    height: 260px;
    background-size: 767px 260px;
  }
  .tagContainer {
    display: none;
  }
  .quickmenu {
    margin-top: 0;
  }
  .quicklink {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .badge01 {
    width: 175px;
  }
  .badge02 {
    width: 175px;
  }
  .badge03 {
    width: 175px;
  }
  .contentTitle {
    width: 100%;
    padding: 20px 5% 0;
  }
  .contentBody {
    width: 100%;
  }
  .fullInsurance {
    text-align: center;
  }
  .fullContent {
    text-align: center;
  }
  /* === Interior Body Structure === */
  .mainInside {
    margin-top: 8px;
  }
  footer img {
    display: block;
    margin: 0 auto 30px;
  }
  /* === Side (Top) Menu | Functional === */
  .sidemenuFunction {
    display: none;
  }
  .sidemenuFunction .glyphicon {
    font-size: 20px;
  }
  .sidemenuFunction .topmenuAppt::after {
    content: none;
    padding-left: 0;
  }
  .sidemenuFunction .topmenuPortal::after {
    content: none;
    padding-left: 0;
  }
  .sidemenuFunction .topmenuContact::after {
    content: none;
    padding-left: 0;
  }
  .sidemenuFunction .topmenuVcard::after {
    content: none;
    padding-left: 0;
  }
  #brand-google { display: none; }
}
/* Midsize Responsive Troubleshooting */
@media (max-width: 639px) {
  /* === Body === */
  .mainContact {
    padding-bottom: 145px;
  }
  .mainLocation_info {
    margin-bottom: 25px;
  }
  .badge01 {
    width: 150px;
  }
  .badge02 {
    width: 150px;
  }
  .badge03 {
    width: 150px;
  }
  .fullAdditional {
    text-align: left;
  }
  .fullInsurance {
    text-align: left;
  }
  .fullContent {
    text-align: left;
  }
  footer {
    text-align: center;
  }
  footer ul {
    padding: 0;
    line-height: 30px;
  }
  /* === Widgets (Sidebar) === */
  #widgets_core img {
    max-width: 95%;
    margin: 0 auto;
  }
  /* === Helper Classes === */
  .col-xxs-12 {
    width: 100%;
  }
}
/* Portrait Mobile */
@media (max-width: 480px) {
  /* === Inbar (Interior Namecard) Styles === */
  #inbar {
    min-height: 72px;
  }
  #inbar .imgProvider {
    width: 50px;
    height: 50px;
  }
  #inbar .newPatients_imgPlate {
    width: 50px;
    height: 50px;
    margin-top: -50px;
  }
  #inbar .providerName {
    font-size: 20px;
    margin: 12px 0 0;
    padding-left: 5px;
  }
  #inbar .practiceName {
    font-size: 14px;
    padding-left: 5px;
  }
  /* === Body === */
  .mainContact {
    padding-bottom: 340px;
  }
  .socialimg {
    width: 48px;
    height: 48px;
  }
  .badge01 {
    width: 200px;
    float: none;
    margin: 0 auto;
  }
  .badge02 {
    width: 200px;
    float: none;
    margin: 0 auto;
  }
  .badge03 {
    width: 200px;
    float: none;
    margin: 0 auto;
  }
  /* === Interior Page Troubleshooting === */
  .imgOfficehours {
    width: 100px;
    height: 136px;
  }
  .imgPaymentopt {
    width: 109px;
    height: 120px;
  }
  .imgLocations {
    width: 100%;
    margin-bottom: 24px;
  }
  .paymentOpt {
    padding-left: 0;
  }
  /* === Widgets (Sidebar) === */
  #widgets_core img {
    max-width: 100%;
  }
  /* === Helper Classes === */
  .col-xxxs-12 {
    width: 100%;
  }
}

@media (max-width: 1199px) { .btnLoc {left:110px;} }
@media (max-width: 480px) { #imgBanner { height:132px !important; background-size: 390px 132px !important;} }