/* 
BASE
*/
html,
body {
  height: 100%;
  background-color: #fff;
}
html {
  height: 100vh; /* set viewport constraint */
  min-height: 100%; /* enforce height */
}
body {
  background: #fff;
  font-family: 'Lato',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  position: relative;
}
a {
  text-decoration: none !important;
}
p, h1, h2, h3, h4 {
  margin: 0;
}
textarea, input, button {
  outline: none;
}


/*
COMMON
*/
.container .row {
    padding: 0 10px;
}
.section {
  margin: 40px 0;
}
.section h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25
}
.section h3 span {
  font-weight: 300;
  color: #787832;
  
}
.section h3::after {
  content: "";
  background: #a0a05a;
  width: 100%;
  height: 1px;
  display: block;
  margin: 10px auto 20px auto;
}
.section ul {
  font-weight: 400;
  padding: 0 0 0 20px;
  margin: 0;
  list-style-type: disc;
  list-style: outside;
}
.section li {
  padding: 0;
}
.section h4 {
  font-size: 20px;
}
.section p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

/*
HEADER AND BANNER
*/
.section-header {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #787832;
  position: relative;
  width: 100%;
  z-index: 999;
}
.header-contact {
  width: 222px;
  line-height: 1.0;
  float: right;
  overflow: hidden;
}
.header-contact p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.0;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 6px 42px;
}
.contact-icon {
  background: #787832;
  padding: 8px;
  border-radius: 16px;
  float: left;
}
.contact-icon img {
  display: block;
}
.contact-numbers {
  float: left;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000 !important;
  line-height: 1.0;
  padding: 4px 0;
  font-family: 'Lato',sans-serif;
}
.contact-numbers a {
  font-size: 24px;
  font-weight: 700;
  color: #000 !important;
  line-height: 1.0;
  padding: 4px 0;
}
.logo-pc {
  display: block;
}
.logo-sp {
  display: none;
}
@media (max-width: 767px) {
  .header-top .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .section-header [class*="col-"] {
    width: 100% !important;
    float: none !important;
  }
  .header-logo {
    margin-bottom: 20px;
  }
  .header-logo img {
    margin: 0 auto;
  }
  .header-contact {
    float: none;
    padding-top: 0;
    margin: 0 auto;
  }
  .header-contact p {
    text-align: center;
    margin: 0 0 5px 0;
  }
  .logo-sp {
    display: block;
  }
  .logo-pc {
    display: none;
  }

}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.banner-wrapper {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.banner-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}
/*
 * Cover
 */
.cover {
  padding: 0 20px;
}
.more {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 1.0;
  background: #a0a05a;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 11px 9px 13px;
  border-radius: 24px;
  white-space: nowrap;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.more:hover {
  background: #787832;
}
/*
 * Affix and center
 */

@media (max-width: 575px) {
  .cover {
    padding: 0 20px 20px;
  }
}

/*
BANNER
*/
.section-banner {
  background: url("../img/banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center !important;
  background-attachment: fixed;
  position: relative;"
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-size: cover;
  height: 100vh; /* set viewport constraint */
  min-height: 100%; /* enforce height */
}
.section-banner h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 40px;
}
.section-banner h1 span {
  font-size: 60px;
  font-weight: 700;
  color: #787832;
}



/*
KNOW
*/
.section-know {
  color: #fff;
  text-align: center;
  background: #a0a05a;
  padding: 40px 0;
  margin: 0;
}
.section-know h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.section-know p {
  text-align: center;
}
.section-know h3:after {
  display: none;
}

/*
HAVE
*/
.section-have h2 {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
.section-have h2 span {
  font-weight: 700;
}
.section-have p {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}

/*
SERVICES
*/
.section-services h3 span:last-child {
  font-size: 24px;
  color: #000;
}
.section-services h4, .section-others h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-services h3 span span, .section-have p span {
  font-size: 16px !important;
  font-style: italic;
}
.grey-area {
  background: #f5f5f5 !important;
  padding: 20px !important;
}
.liver, .feeding {
  margin-bottom: 20px;
}
.outpatient h4 {
  margin-bottom: 0 !important;
}

/*
SERVICES COLLAPSE
*/
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border: none;
  border-radius: 0;
}
.panel-group .panel+.panel {
  margin-top: 0;
}
.panel-default > .panel-heading {
  background: transparent;
  padding: 0;
  border: none;
}
.panel-heading {
  padding: 0;
}
.panel-title {
  margin-bottom: 0 !important;
}
.services-content {
  margin-bottom: 5px;
}
.services-button {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.0;
  color: #fff !important;
  text-align: left;
  background: url(../img/arrow-down.png) no-repeat right 12px center #a0a05a;
  padding: 12px 32px 12px 12px;
  width: 100%;
  height: auto;
  display: block;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.services-button:hover {
  background-color: #787832;
}
.services-wrap  {
  border: none;
  box-shadow: none;
}
.services-details {
  background: #f5f5f5;
  padding: 0 20px 20px
}
.services-details ul, .services-details p  {
  margin-bottom: 20px;
}
.services-call {
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  background: #a0a05a;
  padding: 12px;
  display: block;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.services-call:hover {
  background: #787832;
}
a[aria-expanded=true] {
  background: url(../img/arrow-up.png) no-repeat right 12px center #787832;
}
a[aria-expanded=false] {
  background: url(../img/arrow-down.png) no-repeat right 12px center #a0a05a;
}
@media (min-width: 992px) {
  .first-col {
    margin-top: 20px;
  }
  .second-col {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .first-col {
    margin-top: 34px;
  }
  .second-col {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .first-col, .second-col {
    margin-top: 20px;
  }
  .panel-group .services-wrap:first-child {
    margin-bottom: 20px;
  }
  .gastro {
    margin-bottom: 20px;
  }
}

/*
WHY
*/

/*
ABOUT
*/
.section-about p, .section-why p {
  margin-bottom: 20px;
}
.section-about ul, .section-why ul, .section-services ul, .section-others ul {
  font-size: 16px;
  line-height: 1.5;
}
.section-about li, .section-why li, .section-services li, .section-others li {
  margin-bottom: 5px;
}
.section-about li:last-child, .section-why li:last-child, .section-services li:last-child {
  margin-bottom: 0;
}

/*
CONTACT
*/
.section-contact h2 {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
.section-contact a {
  font-weight: 700;
  color: #fff !important;
}
.section-contact p {
  font-size: 20px;
  text-align: center;
}
.section-contact p::after {
  content: "";
  display: block;
  margin-bottom: 20px;
}
.section-contact {
  margin-bottom: 40px;
  overflow: hidden;
}
.contact-input {
  color: #000;
  line-height: 1.0;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #787832;
}
.contact-message {
  color: #000;
  padding: 12px;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #787832;
  resize: none;
}
.contact-input, .contact-message, .contact-submit {
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}
.contact-security {
  width: 360px;
  margin-bottom: 20px;
}
.contact-captcha {
  margin: 0 0 0 15px;
}
.contact-submit {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background: #787832;
  height: 48px;
  border: none;
  margin-bottom: 0;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.contact-submit:hover {
  background: #000;
}

/*
LOCATION
*/
.section-location h3 {
  font-size: 24px;
}
.section-location .address span {
  display: inline;
}
.section-location .location-directions span {
  display: inline;
}
.section-location a {
  color: #000 !important;
}
.location-map {
  margin-top: 20px;
}

/*
CONTACT SUCCESSFUL
*/
.section-successful h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.section-successful p {
    font-size: 16px;
    text-align: center;
    color: #787878;
    margin: 10px 0 30px 0;
}
.back-index {
    font-size: 16px;
    color: #fff !important;
    line-height: 1.0;
    text-align: center;
    background: #a0a05a;
    width: 240px;
    padding: 12px 0;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.back-index:hover {
    background: #787832;
}

/*
FOOTER
*/
.section-footer {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background: #787832;
  padding: 20px 0;
}

/*
IMAGES
*/
.img-section {
  padding: 0;
  margin: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-attachment: scroll;
  position: relative;
}
.img-pc {
  display: block;
}
.img-sp {
  display: none;
}
@media (max-width: 455px) {
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
}

/*
OVERRIDES
*/
.mt00 {
  margin-top: 0 !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.section-contact {
  color: #fff;
  background: #a0a05a;
  margin: 0;
  padding: 40px 0;
}

/*
RESPONSIVE
*/
@media (max-width: 991px) {
  .section-banner h1 {
    font-size: 32px;
    font-weight: 300;
  }
  .section-banner h2 {
    font-size: 36px;
  }
  .location-directions {
    margin-top: 20px;
  }
  .section-location span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .section-banner h1 {
    font-size: 32px;
    font-weight: 300;
  }
  .section-banner h1 span {
    line-height: 1.0;
  }
  .section-banner h2 {
    font-size: 24px;
  }
  .contact-security {
    width: 240px;
  }
}
@media (max-width: 600px) {
  .contact-security {
    width: 240px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .contact-security {
    width: 180px;
    margin-bottom: 20px;
  }
}
@media (max-width: 455px) {
  .section-contact a {
    display: block;
  }
  .section-banner {
    background-attachment: scroll;
  }
}
@media (max-width: 420px) {
  .contact-security {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-captcha {
      margin: 0 0 20px 0;
      float: left;
  }
  .contact-refresh {
    display: block;
      float: left;
      padding-top: 7px;
  }
}