@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Yellowtail);
body {
  background: #c5c5c5;
}
.social {
  padding: 20px 0px;
  text-align: center;
}
.phone {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #054a7b;
  font-size: 24px;
  text-align: center;
  padding: 20px 0px;
}
.phone strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #054a7b;
}
.phone a:link {
  color: #054a7b;
}
nav {
  background-color: #5d4668;
}
.navbar-toggle {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  color: #fff;
}
.nav-justified li:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav-justified li:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav li a {
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans', san-serif;
  font-weight: 400;
  padding: 25px 0px;
  text-transform: uppercase;
  z-index: 99;
}
.nav li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav li a:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
ul.nav.nav-justified li.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.hero-col .container {
  position: relative;
}
.hero {
  left: 100px;
  font-family: 'Yellowtail', cursive;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .hero {
    font-size: 30px;
    left: 30px;
  }
}
.content-col {
  background-image: url(../img/content-bg.jpg);
  background-size: cover;
  background-position: center;
  background-color: #c4c4c4;
  padding: 50px;
}
@media (max-width: 991px) {
  .content-col {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .content-col {
    padding: 0px;
  }
}
.content {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content ul li {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
}
.left-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  color: #5b5b5b;
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-content {
    padding: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .left-content {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .left-content {
    padding: 35px;
  }
}
.left-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #5d4668;
  font-size: 30px;
  padding: 20px 0px 5px 0px;
  margin: 0px;
}
.left-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #786183;
  font-size: 22px;
  padding: 10px 0px 5px 0px;
  margin: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-content h3 {
    padding: 0px 0px 5px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .left-content h3 {
    padding: 0px 0px 5px 0px;
  }
}
@media (min-width: 1200px) {
  .left-content h3 {
    padding: 0px 0px 5px 0px;
  }
}
.left-content p {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 26px;
  line-height: 26px;
}
.left-content a:link {
  color: #cec94f;
  font-weight: 700;
}
.left-content a:hover {
  color: #5d4668;
  text-decoration: none;
}
.right-content {
  background-color: rgba(135, 135, 135, 0.8);
  padding: 35px;
  color: #fff;
}
.right-content a:link {
  color: #cec94f;
  font-weight: 700;
}
.right-content a:hover {
  color: #5d4668;
  text-decoration: none;
}
.right-content p {
  font-size: 15px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 26px;
  line-height: 24px;
}
.right-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #5d4668;
  font-size: 30px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
.logos {
  background-image: url(../img/logos-bg.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #eeece1;
  padding: 30px 0px;
  pointer-events: auto;
}
.logos img {
  margin: 5px 10px;
  z-index: 99;
  border: 0;
  width: 24%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .logos img {
    width: 13%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logos img {
    width: 14%;
  }
}
@media (min-width: 1200px) {
  .logos img {
    width: auto;
  }
}
.feature {
  background-color: #786183;
  padding: 30px 0px;
  color: #fff;
}
.feature .feature-single {
  background-image: url(../img/feature-appointment-request.jpg);
  background-repeat: no-repeat;
}
.feature .feature-single2 {
  background-image: url(../img/feature-appointment-request.jpg);
  background-repeat: no-repeat;
}
.feature .feature-single3 {
  background-image: url(../img/feature-appointment-request.jpg);
  background-repeat: no-repeat;
}
.feature .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  transition: 0.5s;
}
.feature .overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.feature .overlay p {
  color: #fff;
}
.feature h1 {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  border: solid white 1px;
  text-align: center;
  padding: 20px;
  width: 70%;
  margin: auto;
}
.feature p {
  text-align: center;
  padding: 20px 0px;
}
/*Feature*/
figure.snip1190 {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 31.33%;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  figure.snip1190 {
    max-width: 100%;
    margin: 10px 1%;
  }
}
@media (max-width: 768px) {
  figure.snip1190 {
    max-width: 100%;
  }
}
figure.snip1190 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1190 img {
  opacity: 0.8;
  width: 100%;
}
figure.snip1190 figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
figure.snip1190 h2 {
  font-size: 18px;
  border: 1px solid #fff ;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  padding-top: 15px;
}
@media (max-width: 991px) {
  figure.snip1190 h2 {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  figure.snip1190 h2 {
    font-size: 13px;
  }
}
figure.snip1190 p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translateY(-20%) scale(0.7);
  transform: translateY(-20%) scale(0.7);
}
@media (max-width: 991px) {
  figure.snip1190 p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  figure.snip1190 p {
    font-size: 13px;
  }
}
figure.snip1190 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1190:hover img,
figure.snip1190.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1190:hover h2,
figure.snip1190.hover h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
figure.snip1190:hover p,
figure.snip1190.hover p {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #5d4668;
  font-size: 34px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
a:link {
  color: #ffffff;
}
footer {
  background-color: #7f7f7f;
  padding: 60px 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
footer p {
  color: #fff;
}
footer p a:link {
  color: #cec94f;
}
footer p a:hover {
  color: #5d4668;
  text-decoration: none;
}
.footer-phone {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  text-align: center;
}
.footer-phone a:link {
  color: #fff;
}
.photo img {
  border-radius: 20px;
  margin: 10px;
}
.side-feature {
  float: right;
  width: 90%;
  padding: 10px;
  margin: 30px;
  border: 1px solid #5D4668;
}
@media (max-width: 767px) {
  .logo {
    position: absolute;
    top: 100px;
    left: -10px;
    pointer-events: none;
  }
  .phone {
    padding: 10px 0px 50px 0px;
  }
  .social {
    padding: 10px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .social {
    text-align: right;
  }
  .phone {
    text-align: right;
  }
  .nav li a {
    font-size: 15px;
  }
  footer {
    text-align: left;
  }
  .footer-phone {
    text-align: right;
  }
  .logo {
    position: absolute;
    top: 112px;
    left: -10px;
    z-index: 11;
    pointer-events: none;
  }
  div#bs-example-navbar-collapse-1 {
    margin-left: 80px;
  }
  .side-feature {
    float: right;
    width: 30%;
    padding: 10px;
    margin: 30px;
    border: 1px solid #5D4668;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social {
    text-align: right;
  }
  .phone {
    text-align: right;
  }
  footer {
    text-align: left;
  }
  .footer-phone {
    text-align: right;
  }
  .logo {
    position: absolute;
    top: 92px;
    left: 0px;
    z-index: 11;
    pointer-events: none;
  }
  div#bs-example-navbar-collapse-1 {
    margin-left: 150px;
  }
  .nav li a {
    font-size: 16px;
  }
  .side-feature {
    float: right;
    width: 30%;
    padding: 10px;
    margin: 30px;
    border: 1px solid #5D4668;
  }
}
@media (min-width: 1200px) {
  .social {
    text-align: right;
  }
  .phone {
    text-align: right;
  }
  footer {
    text-align: left;
  }
  .footer-phone {
    text-align: right;
  }
  .logo {
    position: absolute;
    top: 75px;
    left: 0px;
    z-index: 11;
    pointer-events: none;
  }
  div#bs-example-navbar-collapse-1 {
    margin-left: 190px;
  }
  .nav li a {
    font-size: 20px;
  }
  .member {
    margin: 30px 0px;
  }
  .photo {
    float: left;
  }
  .profile {
    padding-top: 20px;
    padding-left: 30px;
    margin-left: 160px;
  }
  .side-feature {
    float: right;
    width: 30%;
    margin: 30px;
    border: 1px solid #5D4668;
  }
}
