@import '../admin/base/plugins/bootstrap/css/bootstrap.min.css';
@import '../admin/base/plugins/bootstrap/css/bootstrap-theme.min.css';
@import url(https://fonts.googleapis.com/css?family=EB+Garamond|Open+Sans:400,700,400italic);
@charset "utf-8";
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
  }
  .gallery .col-xs-6 {
    width: 50%;
  }
}
.gallery .col-xs-6 {
  margin-bottom: 30px;
}
.gallery .col-xs-6 img {
  width: 100%;
}
.lightbox a {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.lightbox a img {
  max-width: 80%;
  max-height: 80%;
  height: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.lightbox a:target {
  display: block;
}
nav.navbar {
  width: 100%;
  position: absolute;
  background: #ffffff;
}
nav.navbar #navbar {
  position: absolute;
  top: 50px;
  background: #ffffff;
  width: 100%;
}
nav.navbar #navbar li a {
  color: #55a8ca;
  font-weight: bold;
  font-family: "EB Garamond", "Times New Roman", sans;
  text-transform: uppercase;
}
nav.navbar #navbar li.active a {
  color: #292929;
}
.navbar-brand {
  font-family: "EB Garamond", "Times New Roman", sans;
  font-size: 24px;
  text-transform: uppercase;
  color: #55a8ca;
  width: 100%;
  float: none;
  display: block;
}
.navbar-brand:hover {
  color: #55a8ca;
}
.tagline {
  color: #55a8ca;
  font-family: "EB Garamond", "Times New Roman", sans;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 0 15px;
}
button.navbar-toggle {
  border: 2px solid #55a8ca;
}
button.navbar-toggle .icon-bar {
  background: #55a8ca;
}
.slides {
  padding: 0;
  position: relative;
  height: 375px;
  border: 3px solid #55a8ca;
}
.slides img {
  height: 375px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.slides .hero {
  color: #55a8ca;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  margin: 420px 15px 40px;
  font-weight: bold;
  text-align: center;
  left: 0;
  right: 0;
  text-shadow: 0 0 5px #ffffff;
}
.slides.small {
  height: 100px;
  overflow: hidden;
}
.slides.small .hero {
  display: none;
}
@media (min-width: 768px) {
  nav.navbar {
    margin-top: 30px;
  }
  nav.navbar #navbar {
    position: static;
  }
  nav.navbar #navbar .navbar-nav {
    float: none;
    text-align: center;
  }
  nav.navbar #navbar .navbar-nav li {
    float: none;
    display: inline-block;
  }
  nav.navbar #navbar a {
    font-size: 12px;
    padding: 10px 12px;
  }
  .navbar-header {
    width: 100%;
    height: 50px;
    position: relative;
  }
  .navbar-header .navbar-brand {
    font-size: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
  }
  .navbar-header .tagline {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
  }
  .slides {
    margin-top: 50px;
    height: 381px;
  }
  .slides img {
    width: 744px;
  }
  .slides .hero {
    font-size: 16px;
    margin: 450px 15px 40px;
  }
}
@media (min-width: 992px) {
  nav.navbar #navbar a {
    font-size: 16px;
    padding: 15px;
  }
  .navbar-header .navbar-brand {
    font-size: 42px;
    line-height: 42px;
  }
  .navbar-header .tagline {
    margin: 0;
    bottom: -8px;
    font-size: 24px;
  }
  .slides {
    margin-top: 15px;
    height: 491px;
  }
  .slides img {
    height: 485px;
    width: 964px;
  }
  .slides .hero {
    font-size: 18px;
    margin: 580px 15px 40px;
  }
}
@media (min-width: 1200px) {
  nav.navbar #navbar a {
    font-size: 18px;
  }
  .slides {
    height: 591px;
  }
  .slides img {
    height: 585px;
    width: 1164px;
  }
  .slides .hero {
    margin: 700px 15px 40px;
  }
}
h1,
h2,
h3 {
  font-family: "EB Garamond", "Times New Roman", sans;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
  color: #55a8ca;
}
h1.right,
h2.right,
h3.right {
  text-align: right;
}
h1 em,
h2 em,
h3 em {
  color: red;
  font-style: normal;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 13px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
p {
  font-size: 12px;
  line-height: 1.5em;
}
label {
  color: #55a8ca;
}
body {
  margin-top: 455px;
  margin-bottom: 100px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 100%;
}
body.inner {
  margin-top: 200px;
}
body.inner .slides img {
  height: 150px;
}
body.home .content,
body.home .side,
body.home .footer {
  display: none;
}
body .content img {
  border: 2px solid #55a8ca;
}
body .content img.right {
  margin: 20px 0 20px 20px;
}
body .content img.left {
  margin: 20px 20px 20px 0;
}
.map {
  text-align: center;
}
.map .gallery .thumb img {
  max-height: 200px;
}
.map .gallery .thumb .zoom {
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  width: 200px;
}
.gallery .thumb {
  display: block;
  position: relative;
}
.gallery .thumb .zoom {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(41, 41, 41, 0.8) url(/images/magnifying-glass.png) no-repeat center;
  transition: opacity .4s linear;
  opacity: 0;
}
.gallery .thumb .zoom:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  hr {
    width: 70%;
    border: 1px solid #55a8ca;
  }
  body {
    margin-top: 500px;
  }
  body.inner {
    margin-top: 220px;
  }
  .map {
    text-align: left;
  }
  .map .gallery .thumb img {
    max-height: 300px;
  }
  .map .gallery .thumb .zoom {
    width: 300px;
    height: 300px;
    transform: none;
    left: 0;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 18px;
  }
  body {
    margin-top: 635px;
  }
  body.inner {
    margin-top: 240px;
  }
}
@media (min-width: 1200px) {
  body {
    margin-top: 735px;
  }
  body.inner {
    margin-top: 250px;
  }
}
.highlight .image img {
  width: 100%;
  margin: 0;
}
.highlight a {
  color: #55a8ca;
}
.highlight h3 {
  text-align: center;
}
.highlight p {
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .highlight:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .highlight:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .schedule:nth-child(4n+1) {
    clear: left;
  }
}
/*--- Footer Sizes ---*/
footer.footer {
  height: 66px;
  padding: 15px 0;
}
footer.footer #footer-copyright,
footer.footer #footer-credit {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
