@font-face {
  font-family: audiowide;
  src: url(./fonts/Audiowide-Regular.ttf);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: grid;
  width: 100vw;
  height: 100vh;
  grid-template-rows: auto 1fr auto;
  margin: 0px;
  width: 100%;
  background: url(../images/background.jpg);
}
body .very_top_menu {
  border-bottom: 1px solid #F36300;
  display: flex;
  flex-direction: row;
  background-image: linear-gradient(#fa9c5c, #f36402);
  padding: 0.25em;
}
body .very_top_menu .very_top_menu_right {
  flex: 1 1 0;
  color: #fff;
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  margin: 0 1em;
  align-items: center;
  justify-content: end;
}
body .very_top_menu .very_top_menu_right > .menu_item.has_submenu::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\25BC";
  margin-left: 0.25em;
  font-variant: normal;
}
body .very_top_menu .very_top_menu_right > .menu_item a {
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
}
body .very_top_menu .very_top_menu_right > .menu_item > a {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 1em;
}
body .very_top_menu .very_top_menu_right > .menu_item > .submenu {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow-y: auto;
}
body .very_top_menu .very_top_menu_right > .menu_item > .submenu > .submenu_item > a {
  padding: 0.5em 0.75em;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
body .very_top_menu .very_top_menu_right > .menu_item > .submenu > .submenu_item > a:hover {
  color: white;
  background: darkgray;
}
body .header {
  width: 1200px;
  margin: 0 auto;
  height: 120px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: aliceblue;
}
body .header .header_inside {
  display: flex;
  align-items: center;
}
body .header .header_inside > * {
  cursor: pointer;
}
body .header .logo {
  align-content: center;
  background-image: url("../images/logo100.png");
  width: 100px;
  height: 100px;
  margin-right: 1em;
}
body .header .right {
  flex: 1 1 auto;
  font-family: 'audiowide', sans-serif;
  font-size: 56px;
  color: #ed1b24;
  align-content: center;
  position: relative;
  text-shadow: 2px 2px 4px black;
}
body .content {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: white;
}
body .content .top_menu {
  background: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  padding: 1em;
}
body .content .top_menu .top_menu_left {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  margin: 0 1em;
}
body .content .top_menu .top_menu_left > .menu_item.has_submenu::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\25BC";
  margin-left: 0.25em;
  font-variant: normal;
}
body .content .top_menu .top_menu_left > .menu_item a {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
body .content .top_menu .top_menu_left > .menu_item > a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
body .content .top_menu .top_menu_left > .menu_item > .submenu {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow-y: auto;
}
body .content .top_menu .top_menu_left > .menu_item > .submenu > .submenu_item > a {
  padding: 0.5em 0.75em;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
body .content .top_menu .top_menu_left > .menu_item > .submenu > .submenu_item > a:hover {
  color: white;
  background: darkgray;
}
body .content .main_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1em;
  /*            > * 
            {
                width: 100%;
            }*/
}
body .content .main_content .page_header {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 0.67em 0;
  font-size: 2em;
}
body .footer {
  border-top: solid 1px #426194;
}
body .footer .footer_contents {
  width: 1200px;
}
body .footer .footer_contents .footer_center {
  display: flex;
  justify-content: center;
}
body .footer .footer_contents .footer_center .socials_container .intro {
  margin-bottom: 0.5em;
  font-size: 14px;
  color: #333;
}
body .footer .footer_contents .footer_center .socials_container .socials {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
body .footer .footer_contents .footer_center .socials_container .socials a {
  text-decoration: none;
}
body .footer .footer_contents .footer_center .socials_container .socials a .social {
  width: 34px;
  height: 34px;
  color: #FFF;
  background-color: #909AA0;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  font-family: FontAwesome;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .footer .footer_contents .footer_center .socials_container .socials a .social:hover {
  background-color: #000;
}
body .footer .footer_contents .footer_center .socials_container .socials a .social.facebook:before {
  content: "\f09a";
}
body .footer .footer_contents .footer_center .socials_container .socials a .social.twitter:before {
  content: "\f099";
}
body .footer .footer_contents .footer_center .socials_container .socials a .social.instagram:before {
  content: "\f16d";
}
body .footer .footer_contents .footer_center .socials_container .socials a .social.youtube:before {
  content: "\f167";
}
body .footer .footer_contents .footer_center .socials_container .socials a .social.yelp:before {
  content: "\f1e9";
}
body .footer .footer_contents .footer_center .socials_container .socials a .social.email:before {
  content: "\f0e0";
}
body .button {
  cursor: pointer;
  text-align: center;
  background-color: #3bb3e0;
  padding: 10px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -o-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -moz-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -ms-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2ca0ca), color-stop(1, #3eb8e5));
  -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
  -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
  /*box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body .button:active {
  padding-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
  top: 1px;
  background-image: linear-gradient(bottom, #ab1b1b 100%, #d43333 0%);
}
body .button::before {
  /*background-color:#ccd0d5;*/
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px;
  left: -8px;
  top: -8px;
  z-index: -1;
  border-radius: 5px;
  /*box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;*/
}
.btn {
  background-image: linear-gradient(#0dccea, #0d70ea);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 0.9em;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
}
.btn.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
div.slideshow {
  margin: auto;
  width: 474px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
div.slideshow > .carousel {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
div.slideshow > .carousel > .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
div.slideshow > .carousel > .dot.current {
  width: 10px;
  height: 10px;
  margin: 4;
  background-color: #fff;
}
div.slideshow > .slide {
  display: none;
}
div.slideshow > .slide:first-child {
  display: block;
}
div.slideshow.active > .slide {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: transform 0.6s;
}
div.slideshow.active > .slide.next,
div.slideshow.active > .slide.previous {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
div.slideshow.active > .slide.current {
  display: block;
  transform: translateX(0%);
}
div.slideshow.active.slide_right > .slide.previous {
  transform: translateX(100%);
}
div.slideshow.active.slide_right > .slide.next {
  transform: translateX(-100%);
}
div.slideshow.active.slide_left > .slide.previous {
  transform: translateX(-100%);
}
div.slideshow.active.slide_left > .slide.next {
  transform: translateX(100%);
}
/*# sourceMappingURL=public.css.map */