@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
body {
  padding-top: 110px;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Open Sans';
}
header {
  position: fixed;
  background-color: #00263e;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 110px;
  padding-top: 32px;
}
header .jf_logo .normal {
  display: block;
}
header .jf_logo .hover {
  display: none;
}
header .jf_logo:hover .normal {
  display: none;
}
header .jf_logo:hover .hover {
  display: block;
}
header .nav-bar {
  margin-top: 23px;
}
@media (max-width: 768px) {
  header .nav-bar {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  header .nav-bar li {
    float: none;
  }
}
header .nav-bar li a {
  color: white;
  margin: 0 10px;
  padding: 5px 0;
}
@media (max-width: 768px) {
  header .nav-bar li a {
    padding: 0 3px 0 0;
    border-right: 3px solid transparent;
  }
}
header .nav-bar li.active a,
header .nav-bar li.active a:hover,
header .nav-bar li a:hover {
  background-color: transparent;
  border-radius: 0;
  border-width: 0 0 3px 0;
  border-color: #b01e8b;
  border-style: solid;
}
@media (max-width: 768px) {
  header .nav-bar li.active a,
  header .nav-bar li.active a:hover,
  header .nav-bar li a:hover {
    border-width: 0 3px 0 0;
  }
}
.landing {
  padding: 40px 0 25px 0;
}
.landing ol.carousel-indicators {
  bottom: 0;
  left: auto;
  margin: 0;
  position: relative;
  right: 0;
  width: 100%;
  padding: 13px 10px;
  text-align: right;
  z-index: 0;
}
.landing ol.carousel-indicators li {
  background-color: #6d2a5c;
  border-width: 0;
  width: 12px;
  height: 12px;
  margin: 2px;
}
.landing ol.carousel-indicators li.active {
  background-color: #b01e8b;
  width: 12px;
  height: 12px;
  margin: 2px;
}
.about {
  background-color: #6d2a5c;
  color: white;
  padding: 30px 0;
}
.about .about_content img {
  margin-bottom: 10px;
}
.about .about_content a {
  color: white;
  text-decoration: underline;
}
.gallery {
  background: #ffffff url(../images/about_zigzag.png) top left repeat-x;
  padding: 60px 0 30px 0;
}
.gallery img {
  border: 10px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-bottom: 28px;
}
.contact {
  background-color: #00263e;
  color: white;
  padding: 20px 0 5px 0;
}
.contact img {
  margin-top: 20px;
  margin-bottom: 10px;
}
.contact .copyright {
  margin: 20px 0 80px 0;
  color: #05456e;
}
.contact .bbd a {
  color: #0a3048;
  margin-right: 5px;
  font-size: 12px;
}
.contact .bbd a:hover {
  color: #143a52;
}
