@import url('https://fonts.googleapis.com/css?family=Roboto');
/* Vars */
html,
body {
  margin: 0;
  min-height: 100vh;
  height: auto;
  font-family: 'Roboto', sans-serif;
}
header {
  border-bottom: 2px solid #545456;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.form-control {
  border-color: #06868f;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #06868f;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 134, 143, 0.25);
}
.btn-primary {
  color: #fff;
  background-color: #06868f;
  border-color: #06868f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #06868f;
  border-color: #06868f;
  box-shadow: 0 0 0 0.2rem rgba(6, 134, 143, 0.25);
}
header {
  border: 0;
}
footer {
  border-top: 3px solid #06868f;
  background-color: #fff;
  font-size: 13px;
  padding: 0.5rem;
}
footer a:link,
footer a:active,
footer a:hover,
footer a:visited {
  color: #06868f;
}
.navbar-light {
  background-color: #fff;
  font-weight: 500;
  text-transform: lowercase;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #06868f;
  font-weight: bold;
}
.navbar-light .navbar-collapse {
  margin-top: 1rem;
  border-top: 5px solid #06868f;
  border-bottom: 5px solid #06868f;
}
.navbar-brand {
  padding-bottom: 0;
}
.navbar-brand img {
  width: 117px;
  height: auto;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
  color: #06868f;
  outline: none;
}
.dropdown-menu {
  background-color: #06868f;
  color: #fff;
  border: none;
  font-size: inherit;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  background-color: #079da7;
}
.dropdown-toggle::after {
  vertical-align: 0.15em;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.page-content {
  height: 100%;
  padding: 0;
}
.page-inner {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.page-inner h1 {
  text-transform: lowercase;
  font-weight: 900;
  color: #06868f;
  padding-left: 2rem;
  font-size: 3rem;
  position: relative;
}
.page-inner h1 .fa-angle-right {
  font-size: 6rem;
  top: -20px;
  left: 0;
  position: absolute;
}
.page-inner-home {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.page-inner-home h1 {
  text-transform: lowercase;
  font-weight: 900;
  color: #06868f;
  padding-left: 2rem;
  font-size: 3rem;
  position: relative;
}
.page-inner-home h1 .fa-angle-right {
  font-size: 6rem;
  top: -20px;
  left: 0;
  position: absolute;
}
.aside-box {
  background-color: #a2a1a6;
  height: auto;
  color: #fff;
  padding: 1rem;
  font-size: 0.8rem;
  font-weight: normal;
}
.aside-box strong {
  color: #06868f;
}
.aside-box a:link,
.aside-box a:active,
.aside-box a:hover,
.aside-box a:visited {
  text-decoration: none;
  color: #fff;
}
.aside-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-menu li {
  font-weight: normal;
}
.aside-menu a {
  color: #fff;
  text-shadow: none;
}
.page-inner-content {
  color: #555;
  font-weight: normal;
  font-size: 1.2rem;
}
.page-inner-content h3 {
  color: #06868f;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: lowercase;
}
.page-inner-content h2 {
  color: #06868f;
  font-weight: bold;
  font-size: 2.75rem;
  text-shadow: 2px 1px 2px #056a72;
  letter-spacing: 2px;
  text-transform: lowercase;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}
.page-inner-content label {
  font-size: 1rem;
}
.page-inner-content .lead-text {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 1.5rem 0;
}
.media-body h3 {
  color: #06868f;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: lowercase;
}
.media-body strong {
  color: #06868f;
}
.media-img {
  display: none;
}
.hdr-feedback {
  color: #06868f;
  padding: 0;
  margin: 0;
}
.penta-form {
  margin-top: 1rem;
}
.penta-form .form-control {
  border: 2px solid #06868f;
}
.penta-form .form-control::placeholder {
  font-size: 1.3rem;
  text-transform: lowercase;
}
.carousel-lg {
  display: none;
}
#myCarouselMobile {
  margin-top: 50px;
}
#myCarouselMobile img {
  width: 100%;
  height: auto;
}
#myCarouselMobile .cta-container {
  position: absolute;
  height: 100%;
  z-index: 999;
}
#myCarouselMobile .cta-container .row {
  height: 50%;
  position: relative;
}
#myCarouselMobile .cta-container .row:hover .overlay-black,
#myCarouselMobile .cta-container .row:active .overlay-black {
  background-color: rgba(0, 0, 0, 0.5);
}
#myCarouselMobile .cta-container .row .col img {
  width: 70% !important;
  height: auto;
  margin: auto;
}
#myCarouselMobile .cta-container .row:nth-of-type(1) {
  background-image: url('../images/carousel-1-home-lhs.jpg');
  background-position: left ;
}
#myCarouselMobile .cta-container .row:nth-of-type(2) {
  background-image: url('../images/carousel-1-home-rhs.jpg');
  background-position: right ;
}
.overlay-black {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  transition: 0.4s;
}
.embed-responsive {
  border: 2px solid #06868f;
}
.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 0;
}
.star-rating input[type=radio] {
  opacity: 0;
  width: 1px;
}
.star-rating label {
  color: #bbb;
  font-size: 2.5rem !important;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.error {
  color: red;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
  color: #06868f;
}
@media screen and (min-width: 768px) {
  .media-img {
    width: 100%;
    max-width: 300px;
    display: block;
  }
}
@media screen and (min-width: 922px) {
  .navbar-light {
    font-size: 1rem;
  }
  .navbar-light .navbar-collapse {
    margin-top: 0;
  }
  .navbar-brand img {
    width: 200px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0 18px 0 0;
  }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
  }
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5) !important;
  }
  .page-inner-content {
    padding-left: 2rem;
  }
  .body-content {
    padding-left: 2.5rem;
  }
  #myCarouselMobile {
    display: none;
  }
  .carousel-lg {
    display: block;
  }
  .carousel,
  .carousel-inner,
  .carousel-item {
    height: 100vh;
  }
  .carousel-indicators {
    bottom: 2rem;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 70%;
  }
  .carousel-item {
    background-size: cover;
    background-position: center 70px;
  }
  .carousel-1 {
    background-image: url("../images/carousel-1-home.jpg");
    background-position: center;
  }
  .carousel-1 .cta-container {
    height: 100vh;
    padding: 0;
  }
  .carousel-1 .cta-container .col-md-6 {
    padding: 0;
    height: auto;
    position: relative;
    background-size: cover;
    cursor: pointer;
  }
  .carousel-1 .cta-container .col-md-6:hover .overlay-black {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .carousel-1 .cta-container .col-md-6:nth-of-type(1) {
    padding-left: 2rem;
    background-image: url("../images/carousel-1-home-lhs.jpg");
    background-position: right;
  }
  .carousel-1 .cta-container .col-md-6:nth-of-type(2) {
    padding-right: 2rem;
    background-image: url("../images/carousel-1-home-rhs.jpg");
    background-position: left;
  }
  .carousel-1 .cta-container .col-md-6 img {
    position: absolute;
    z-index: 100;
    width: 90%;
  }
  .carousel-2 {
    background-image: url("../images/carousel-2.jpg");
    background-position: center 100px;
  }
  .carousel-3 {
    background-image: url("../images/carousel-3.jpg");
  }
  .carousel-4 {
    background-image: url("../images/carousel-4.jpg");
  }
  .carousel-5 {
    background-image: url("../images/carousel-5a.jpg");
    background-position: center bottom;
  }
  .carousel-6 {
    background-image: url("../images/carousel-6.jpg");
  }
  .carousel-7 {
    background-image: url("../images/carousel-7.jpg");
  }
  .carousel-8 {
    background-image: url("../images/carousel-8.jpg");
  }
  .carousel-9 {
    background-image: url("../images/carousel-9.jpg");
    background-position: center top;
  }
  .carousel-10 {
    background-image: url("../images/carousel-10.jpg");
    background-position: center bottom;
  }
  .carousel-11 {
    background-image: url("../images/carousel-11.jpg");
  }
  .carousel-12 {
    background-image: url("../images/carousel-12.jpg");
    background-position: bottom;
  }
  .page-inner-home {
    padding-top: 2rem;
  }
  .media-img {
    max-width: 500px;
  }
}
@media screen and (min-width: 1395px) {
  .navbar-light {
    font-size: 1.3rem;
  }
  .navbar-brand img {
    width: 400px;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 0 1rem;
  }
  .page-inner {
    padding-top: 12rem;
  }
  .aside-box {
    font-size: 1rem;
    font-weight: bold;
  }
  footer {
    font-size: 0.9rem;
  }
}
