/**
 * All your custom CSS should go into this file
 */
body {
  /*padding-top: 15px;*/
  /*width: 90%;*/
  margin: auto;
  font-family: arial;
}
body > .row {
  padding: 0;
  margin: 0;
}

img.bordered {
  border: 1px solid #eee;
  box-shadow: 0px 0px 10px #909090;
}

#content {
  padding: 0px 30px;
}

.div-logo {
  background: #b81d38;
  margin: 0;
  padding: 0 8px !important;
}
.div-logo .col-md-12, .div-logo .col-sm-12 {
  margin: 0;
  padding: 0;
}
.div-logo .logo {
  padding: 10px 0 0 0;
  white-space: nowrap;
  font-family: georgia, serif;
  font-variant: small-caps;
  font-style: italic;
  font-weight: bold;
}
.div-logo .logo .genesee {
  width: 160px;
  max-width: 160px;
  height: 30px;
  border-radius: 40px;
  font-size: 20px;
  color: #8C1A2F;
  text-align: center;
  background: #fff;
  margin-top: 10px;
}
.div-logo .logo .urgent-care {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 4px;
  letter-spacing: 1.5px;
}
.div-logo .logo .urgent-care small {
  font-size: 16px;
}
.div-logo .logo .main-phone {
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
  color: #fff;
}
.div-logo .slogan {
  color: #FFF;
  font-size: 14px;
  /*letter-spacing : 1px;*/
  font-variant: small-caps;
  font-style: italic;
}
.div-logo .address {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.telemedicine {
  text-align: center;
  color: #fff;
  background: #b81d38;
  font-weight: bold;
}

.div-hours {
  /*background: #95172d;*/
  background: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  /*font-family: georgia;*/
  font-variant: small-caps;
  letter-spacing: 2px;
  color: #95172d;
  padding: 0 30px;
}
.div-hours h4 {
  margin: 0;
  padding: 0;
}

.div-hours .gc-cs-link, .div-hours .gc-cs-link:visited, .div-hours .gc-cs-link:active {
  color: #95172d !important;
  text-decoration: none !important;
}

.hours {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #aaa;
}

.home-image {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  /* or 950px */
}

.footer {
  background: #b81d38;
  height: 100px;
  margin-top: 70px;
  padding: 20px 0 100px 0;
  /*border-top: 1px solid #ddd;*/
}
.footer a {
  color: #FFF;
}

.copyright {
  color: #FFF;
  font-size: 0.7em;
}

a.ptportal {
  color: #FFF !important;
  height: 100%;
  line-height: 36px;
}

.navbar {
  /*margin-bottom: 0;*/
}

.navbar-collapse {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav li:hover {
  background: #ccc;
  color: #FFF;
}
.navbar-nav li:hover a {
  color: #FFF !important;
}

.contacts label, .services label {
  display: inline-block;
  width: 60px;
  font-weight: normal;
  margin: 0;
}

.contacts > div, .services > div {
  border: 1px solid #e1e1e8;
  margin-top: 20px;
  margin-right: 20px;
}

.contacts > div:last-child, .services > div:last-child {
  margin-right: 0;
}

.flex {
  display: flex;
}
.flex > div {
  flex: 1;
}

.map {
  /*width: 600px;*/
  margin: 60px auto;
  text-align: center;
}
.map iframe {
  border: 1px solid;
}

.service-box {
  /*margin: 10px 0;*/
  /*height: 300px;*/
}
.service-box img {
  width: 200px;
  float: left;
  margin: 20px;
}

.high-impact h2 {
  font-family: Georgia;
  letter-spacing: -1px;
  font-variant: small-caps;
  font-weight: bold;
}

.text-justify {
  text-align: justify;
}

#myCarousel {
  width: 900px;
  margin: auto;
  border: 20px solid #fff;
  box-shadow: 0 0 18px #D0D0D0;
}
#myCarousel img {
  height: 450px;
  width: 100%;
}

.img-empty {
  border: 1px dashed;
  width: 200px;
  height: 200px;
  float: left;
  margin: 20px;
  text-align: center;
  line-height: 200px;
}

@media screen and (min-width: 501px) {
  .only-phone {
    display: none;
  }

  .only-desktop {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
  .flex > div {
    display: block;
  }

  .div-logo .logo .genesee {
    width: 80%;
    max-width: 80%;
    margin: auto;
  }
  .div-logo .logo div {
    text-align: center;
  }
  .div-logo .logo .main-phone {
    padding: 0;
  }
  .div-logo .slogan {
    text-align: center;
    display: none;
  }
  .div-logo .address {
    text-align: center;
    letter-spacing: 3px;
  }

  a.ptportal {
    color: #FFF !important;
    float: left;
    line-height: 24px;
  }

  .only-phone {
    display: block;
  }

  .only-desktop {
    display: none;
  }

  #content {
    padding: 6px 10px;
  }

  .div-hours {
    font-size: 0.8em;
  }

  .service-box img {
    width: 40%;
  }

  #myCarousel {
    /*height: 500px;*/
    width: 100%;
    margin: auto;
    border: 10px solid #fff;
    box-shadow: 0 0 8px #D0D0D0;
  }

  #myCarousel img {
    height: 240px;
    width: 100%;
  }

  .map {
    display: none;
  }
}
