@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Yeseva+One");
header {
  background: #7a563d;
}
header #top-menu {
  padding-top: 1rem;
  background: #7a563d;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
}
header #top-menu i {
  font-size: 1.75rem;
}
header #top-menu a {
  color: #fff;
  text-decoration: none;
}
header #top-menu a:hover {
  color: #bbb;
}
header #top-menu li {
  padding-left: 0.5rem;
}
header #top-menu li:first-child {
  padding-left: 0;
}
header #top-menu #hamburger {
  text-align: left;
}
header #top-menu #social {
  text-align: center;
}
header #top-menu #contact {
  text-align: right;
}
@media (min-width: 992px) {
  header #top-menu {
    position: relative;
    top: auto;
    width: auto;
    z-index: auto;
  }
}
header #brand {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  header #brand {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
header #brand strong {
  display: block;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Yeseva One", cursive;
}
header #brand em {
  display: block;
  color: #fff;
  line-height: 1;
  font-style: normal;
  font-size: 0.85rem;
  padding-top: 0.5rem;
}

#main-menu {
  background: #394246;
  color: #fff;
  position: fixed;
  overflow: auto;
  height: 100%;
  width: 100%;
  top: 0;
  left: -20rem;
  opacity: 0;
  z-index: 21;
}
#main-menu a {
  color: #fff;
  text-decoration: none;
}
#main-menu a:hover {
  color: #bbb;
}
#main-menu > ul {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
}
#main-menu > ul li {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
#main-menu > ul li span {
  display: block;
  float: right;
  font-size: 1.5rem;
}
#main-menu > ul li span + span {
  display: none;
}
#main-menu > ul li.active span {
  display: none;
}
#main-menu > ul li.active span + span {
  display: block;
}
#main-menu > ul li ul {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  display: none;
}
#main-menu > ul li ul li {
  margin: 0;
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  #main-menu {
    position: relative;
    overflow: visible;
    height: auto;
    top: auto;
    left: auto;
    width: auto;
    opacity: 1;
  }
  #main-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  #main-menu > ul li {
    display: inline-block;
    margin: 0;
    padding: 0.5rem 1rem;
    position: relative;
  }
  #main-menu > ul li span {
    display: inline-block;
    float: none;
    font-size: 1.25rem;
    padding-left: 1rem;
  }
  #main-menu > ul li.active span + span {
    display: inline-block;
  }
  #main-menu > ul li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2.75rem;
    left: 0;
    background: #394246;
    text-align: left;
  }
  #main-menu > ul li ul li {
    padding: 0;
    display: list-item;
    white-space: nowrap;
  }
  #main-menu > ul li ul li a {
    display: block;
    padding: 0.5rem 6rem 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
  }
  #main-menu > ul li ul li:hover {
    background: #7a563d;
  }
  #main-menu > ul li ul li:hover a {
    color: #fff;
  }
}

footer {
  border-top: 0.5rem solid #7a563d;
  min-height: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.85rem;
}
footer + footer {
  border-top: none;
  background: #394246;
  color: #fff;
  font-size: 0.85rem;
}
footer + footer a {
  color: #fff;
  text-decoration: none;
}
footer + footer a:hover {
  color: #7a563d;
}
footer #bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer #bottom-menu ul li {
  display: inline-block;
  padding-left: 1rem;
}
footer #bottom-menu ul li:first-child {
  padding-left: 0;
}
footer #bottom-menu ul li a {
  color: #394246;
}
footer #bottom-menu ul li a:hover {
  color: #222;
}
footer #content {
  padding-top: 2rem;
  color: #888;
  text-align: center;
}
footer #accolades {
  text-align: center;
}
footer #accolades div {
  padding-bottom: 2rem;
}
footer #accolades div img {
  max-width: 150px;
}
footer #contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #contact ul li {
  display: inline-block;
  padding-left: 1rem;
}
footer #contact ul li:first-child {
  padding-left: 0;
}
footer #contact ul li a {
  color: #fff;
  font-size: 1.15rem;
}
footer #contact ul li a:hover {
  color: #7a563d;
}

#jumper {
  position: fixed;
  bottom: 10%;
  right: 5%;
  font-size: 3rem;
  z-index: 22;
  color: #7a563d;
  display: none;
}
#jumper.valid {
  display: block;
}
@media (min-width: 992px) {
  #jumper.valid {
    display: none;
  }
}

main#main-contents {
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
main#main-contents nav.breadcrumbs ul,
main#main-contents nav.breadcrumb-kids ul {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: solid 1px #bbb;
  margin: 0 0 2rem;
}
main#main-contents nav.breadcrumbs ul li,
main#main-contents nav.breadcrumb-kids ul li {
  font-size: 0.85rem;
}
main#main-contents nav.breadcrumbs ul li:last-child,
main#main-contents nav.breadcrumb-kids ul li:last-child {
  display: none;
}
main#main-contents nav.breadcrumbs ul li.active a,
main#main-contents nav.breadcrumb-kids ul li.active a {
  text-decoration: underline;
  font-weight: 700;
}
main#main-contents nav.breadcrumbs + nav.breadcrumb-kids ul,
main#main-contents nav.breadcrumb-kids + nav.breadcrumb-kids ul {
  margin: -2rem 0 0;
}
main#main-contents section {
  padding-bottom: 2rem;
}
main#main-contents section > hr {
  margin: 0 0 2rem 0;
  border: 0;
  border-top: 1px solid #bbb;
}
main#main-contents section .caption {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #fff;
  font-size: 2rem;
  padding: 2rem;
}
main#main-contents section .calendar {
  padding: 0 0 2rem 0;
}
@media (max-width: 767px) {
  main#main-contents section .calendar .col {
    min-width: 25%;
  }
}
@media (max-width: 575px) {
  main#main-contents section .calendar .col {
    min-width: 50%;
  }
}
main#main-contents section .calendar .cal-header {
  padding: 1rem 0;
}
main#main-contents section .calendar .cal-label {
  background: #e1e1e1;
  display: block;
  padding: .5rem 0;
  text-align: center;
}
main#main-contents section .calendar .cal-day {
  min-height: 7rem;
}
main#main-contents section .calendar .cal-day header {
  font-weight: 700;
  font-size: 1.5rem;
  border-top: 1px solid #c8c8c8;
  padding: .5rem 0 0.5rem;
}
@media (max-width: 768px) {
  main#main-contents section .calendar .cal-day header {
    font-weight: normal;
    font-size: 1rem;
  }
}
main#main-contents section .calendar .cal-day header.inmonth {
  color: #888;
}
main#main-contents section .calendar .cal-day header.outmonth {
  color: #c8c8c8;
}
main#main-contents section .calendar .cal-day header.today {
  color: #7a563d;
  border-top: 1px solid #7a563d;
}
main#main-contents section .calendar .cal-day header p {
  padding: .5rem 0 0;
}
main#main-contents section div.factory-form {
  background: #eeeeee;
  padding: 1rem;
  margin-bottom: 2rem;
}
main#main-contents section div.video-wrapper {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
main#main-contents section div.video-wrapper video {
  width: 100%;
  height: 100%;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 18;
}
main#main-contents section div.video-wrapper div.overlay {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  height: 60%;
  overflow-y: hidden;
  z-index: 19;
  color: #fff;
  font-size: 2rem;
}
main#main-contents section div.video-wrapper div.overlay h1 {
  font-size: 3.5rem;
  color: #fff;
}
main#main-contents section div.video-wrapper div.overlay h2 {
  font-size: 3rem;
  color: #fff;
}
main#main-contents section div.video-wrapper div.overlay h3 {
  font-size: 2.5rem;
  color: #fff;
}
main#main-contents section div.video-wrapper div.overlay h4 {
  font-size: 2.3rem;
  color: #fff;
}
main#main-contents section div.video-wrapper div.overlay h5 {
  font-size: 2rem;
  color: #fff;
}
main#main-contents section div.video-wrapper div.overlay h6 {
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  main#main-contents section div.video-wrapper div.overlay {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    font-size: 1rem;
  }
  main#main-contents section div.video-wrapper div.overlay h1 {
    font-size: 1.75rem;
  }
  main#main-contents section div.video-wrapper div.overlay h2 {
    font-size: 1.5rem;
  }
  main#main-contents section div.video-wrapper div.overlay h3 {
    font-size: 1.25rem;
  }
  main#main-contents section div.video-wrapper div.overlay h4 {
    font-size: 1.15rem;
  }
  main#main-contents section div.video-wrapper div.overlay h5 {
    font-size: 1rem;
  }
  main#main-contents section div.video-wrapper div.overlay h6 {
    font-size: 1rem;
  }
}
main#main-contents section .slideshow .slide {
  position: relative;
}
main#main-contents section .slideshow .slide .overlay {
  position: absolute;
  display: block;
  top: 15%;
  left: 10%;
  width: 80%;
  overflow-y: hidden;
  z-index: 19;
  text-align: center;
  color: #fff;
}
main#main-contents section .slideshow .slide .overlay p {
  color: #fff;
  text-shadow: 2px 2px 5px black;
  font-size: 150%;
}
main#main-contents section .slideshow .slide .overlay p .btn {
  text-shadow: 0 0 0 black;
}
main#main-contents section .slideshow .slide .overlay h1, main#main-contents section .slideshow .slide .overlay h2, main#main-contents section .slideshow .slide .overlay h3, main#main-contents section .slideshow .slide .overlay h4, main#main-contents section .slideshow .slide .overlay h5, main#main-contents section .slideshow .slide .overlay h6 {
  color: #fff;
  text-shadow: 2px 2px 5px black;
  font-size: 350%;
}
@media (max-width: 767px) {
  main#main-contents section .slideshow .slide .overlay p {
    font-size: 100%;
  }
  main#main-contents section .slideshow .slide .overlay h1, main#main-contents section .slideshow .slide .overlay h2, main#main-contents section .slideshow .slide .overlay h3, main#main-contents section .slideshow .slide .overlay h4, main#main-contents section .slideshow .slide .overlay h5, main#main-contents section .slideshow .slide .overlay h6 {
    font-size: 100%;
  }
}
main#main-contents section p.listings {
  padding-top: .5rem;
  margin-top: .5rem;
  border-top: 1px solid #bbb;
}
main#main-contents section.gallery {
  padding-bottom: 2rem;
}
main#main-contents section.gallery img.gallery-thumb {
  margin: 0 1rem 1rem 0;
  cursor: pointer;
}
main#main-contents section .gallery-viewer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 2% 5% 0;
  background: rgba(57, 66, 70, 0.75);
  left: 0;
  top: 0;
  text-align: center;
  z-index: 30;
}
main#main-contents section .gallery-viewer p {
  color: white;
  font-size: 1.5rem;
}

/*# sourceMappingURL=main.css.map */
