header {
  background: #fff;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
header .logo {
  margin: 14px 0px 12px 0px;
}

header .logo svg {
  width: 122px;
  height: 50px;
}
.nav-toggle {
  display: none;
}
.nav-toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1em;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: #418FDE;
  height: 3px;
  width: 1.5em;
  border-radius: 2px;
  position: relative;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: "";
  position: absolute;
}
.nav-toggle-label span::before {
  bottom: 7px;
}
.nav-toggle-label span::after {
  top: 7px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li {
  margin-bottom: 1em;
  margin-left: 1em;
}
nav a {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #418fde;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
nav a:hover {
  color: #43b02a;
}
.nav-toggle:checked ~ nav {
  transform: scale(1, 1);
}
.nav-toggle:checked ~ nav a {
  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms;
}
.header__main {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 500px ) {
  .header__main {
    display: inline-block;
  }
}
.forM {
  display: none;
}
.forD {
  display: block;
}
.phone {
  display: none;
}
.bookEvent li {
  display: inline-block;
  margin-left: 0;
}
.bookEvent li:first-child a {
  padding-right: 30px;
  text-decoration: none;
}
.bookEvent li:first-child a:hover svg .social-color {
  fill: #43b02a;
}
.socialmedia {
  float: left;
  width: 100%;
  max-width: 171px;
  position: fixed;
  bottom: 60px;
  padding-left: 15px;
}
.socialmedia li {
  float: left;
  padding-right: 15px;
}
.socialmedia li a {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.socialmedia li a:hover svg .social-color {
  fill: #3cb4e5;
}
.sober span {
  float: right;
  background-size: 14px;
  background-position: center;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}
.up {
  background-image: url(/view/img/shared/collapse.svg);
}
.down {
  background-image: url(/view/img/shared/arrow-down.svg);
}
.phonenum svg {
  width: 15px;
  height: 15px;
}

.forDbig{
    display:block;
}

 .forMbig{
    display:none;
 }

@media all and (max-width: 1300px ) {
    .forDbig{
        display:none;
    }
    
    .forMbig{
        display:block;
    }
}
@media all and (max-width: 1024px ) {
  nav {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.5);
    transform: scale(0, 1);
    transform-origin: left;
    transition: transform 500ms ease-in-out;
  }
  .forM {
    display: block;
  }
  .forD {
    display: none;
  }
  nav {
    box-shadow: none;
    width: 370px;
    height: 100vh;
  }
  header .logo {
    display: inline-block;
  }
  header .logo svg {
    width: 80px;
  }
  .main-ul {
    margin-top: 40px;
    padding: 0 30px;
  }
  nav li {
    margin-top: 20px;
    padding-bottom: 20px;
    box-shadow: inset 0 -1px 0 0 rgba(116, 122, 132, 0.3);
    margin-left: 0;
  }
  .sub-menu {
    padding-top: 15px;
  }
  .sub-menu li {
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(116, 122, 132, 0);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(116, 122, 132, 0);
    box-shadow: inset 0 -1px 0 0 rgba(116, 122, 132, 0);
    padding-left: 10px;
  }
  nav ul li ul li:last-child {
    padding-bottom: 0;
  }
  .bookEvent li {
    display: none;
  }
  .main-ul {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1441px) {
  nav li {
    margin-left: 4.5em;
  }
  nav li:first-child {
    margin-left: 0;
  }
  nav li.for-margin {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  nav li {
    margin-left: 3.5em;
  }
  nav li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .logo {
    padding: 0 60px 0 30px;
  }
}
@media only screen and (max-width: 1150px) {
  .phonenum {
    display: none;
  }
}
@media all and (max-width: 1280px ) {
  nav ul li ul li {
    width: 130px !important;
  }
}
@media screen and (min-width: 1025px) {
  .nav-toggle-label {
    display: none;
  }
  .socialmedia {
    display: none;
  }
  .logo {
    display: inline-block;
    float: left;
    width: 15%;
    box-sizing: border-box;
  }
  nav {
    display: flex;
    padding: 0 30px;
    /* float: left;
    width: 85%; */
  }
  nav li {
    margin-bottom: 0;
    position: relative;
  }
  nav a {
    opacity: 1;
  }
  nav .main-ul {
    display: flex;
    align-items: center;
  }
  .sub-menu {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    padding: 10px 15px 10px;
    visibility: hidden;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    margin-top: 30px;
  }
  .sub-menu-parent:hover .sub-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    display: block;
  }
  nav ul li ul li {
    position: relative;
    margin-left: 0;
    margin-top: 20px;
    width: 150px;
  }
  .biggerli {
    width: 135px;
  }
  nav ul li ul li:first-child {
    margin-top: 8px;
  }
  nav ul li ul li a {
    text-align: left;
  }
  .sober span {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top: 3px;
  }
  .bookEvent {
    position: absolute;
    right: 30px;
    bottom: 29px;
  }
  .bookEvent a {
    text-decoration: underline;
    color: #43b02a;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
}
@media only screen and (max-width: 630px) {
  .main-ul {
    padding: 0 15px;
  }
  nav a {
    font-size: 14px;
    line-height: 17px;
  }
}
@media all and (max-width: 500px ) {
  .phone {
    display: inline-block;
    float: right;
    padding-top: 26px;
    padding-right: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .phone:hover .st0-logoes-phone {
    fill: #3cb4e5;
  }
  .socialmedia {
    bottom: -20px !important;
    position: relative !important;
    margin-left: -5px;
  }
  .socialmedia li {
    display: flex;
  }
  .socialmedia li a {
    display: flex;
    padding: 5px;
  }
  .socialmedia li a svg {
    max-width: 25px;
    max-height: 25px;
    height: 100%;
    width: 100%;
  }
  .socialmedia li {
    box-shadow: none !important;
    margin-top: 0;
  }
  nav {
    width: 270px;
    height: 100vh;
  }
  header .logo {
    margin-left: 52px;
  }
 
}
.magnet-btn {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #418fde;
  transition: color 0.1s ease-in;
  overflow: hidden;
  border-radius: 3px;
}
/* ----------------------------

  cursor styles

--------------------------- */
.cursor {
  pointer-events: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  /*styles applied for showing / hiding cursor - do not touch*/
  transition: opacity 300ms linear;
  opacity: 0;
  /*element width*/
  width: 6px;
  height: 6px;
}
.cursor.moving {
  opacity: 1;
}
.cursor::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  /* transitions animations*/
  opacity: 1;
  transition: opacity 300ms linear;
}
/* expand is the class you assigned with the plugin to cursor when a selected element is hovered*/
.cursor.expand::before {
  opacity: 0;
}
/* ----------------------------

  node styles

--------------------------- */
.node {
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: -99;
  opacity: 0;
}
.node.moving {
  opacity: 0.5;
}
/* expand is the class you assigned with the plugin to cursor when a selected element is hovered*/
/*.node.reduce {
    transform: scale(1);
    background-color: #ffffff;
}*/
.hover__btn {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #43b02a;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  cursor: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner {
  display: flex;
  width: 100%;
  background-color: black;
  color: white;
  padding: 15px;
  text-align: center;
  display: none;
  box-sizing: border-box;
}
.banner--visible {
  display: block;
}
.banner p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  flex: 1;
}
@media all and (max-width: 1024px ) {
  .banner p {
    font-size: 17px;
  }
  .banner{
    padding:10px;
  }

  header .logo {
    margin: 0 auto;
  }
}
@media all and (max-width: 736px ) {
  .banner p {
    font-size: 15px;
  }
}
.banner p a {
  color: #fff;
  text-decoration: underline;
}


@media all and (max-width:500px){
  header .logo {
    margin:4px 0 0 52px;
  }
}


.header__actions{
  display: flex;
}

.header__actions:before {
  background-image: linear-gradient(110deg,#1c1e32 50%,#2d3fb8 0);
  content: "";
  height: 9rem;
  width: 45px;
}

.btn-find {
  font-family: "Nunito", sans-serif;
  color: white;
  background-color: #418fde;
  text-align: center;
  font-weight: bold;
  padding: 12px 22px;
  margin: 10px;
  position: relative;
  min-width: 4em;
  text-decoration: none;
  font-size: 18px;
  border-radius: 40px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.btn-find-mobile{
    color: white;
    background-color: #418fde;
    text-align: center;
    font-weight: bold;
    padding: 0px 15px;
    display: inline-block;
    width: 100%;
}

.btn-find:hover, .btn-find-mobile:hover{
  background-color: #43b02a;
  color: #fff;
}

.btn-find:hover .fa-icon, .btn-find-mobile:hover .fa-icon {
  transform: translateX(0.5rem);
}
.btn-find .fa-icon {
  margin-left: 0.5rem;
  position: relative;
  top: -0.1rem;
  transition: transform .4s;
  width: 1rem;
  vertical-align: middle;
}

.btn-find-mobile .fa-icon{
  margin-left: 0.5rem;
  position: relative;
  top: -0.05rem;
  transition: transform .4s;
  width: 0.7rem;
  vertical-align: middle;
}

.btn-find em, .btn-find span, .btn-find svg,.btn-find-mobile em,
.btn-find-mobile span, .btn-find-mobile svg  {
  display: inline-block;
}

#menuToggle
{
  display: block;
  /* position: fixed; */
  right: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.mobile-select-loc {
  width: 100%;
  background-color: #418fde;
  color: white;
  padding: 10px;
  text-align: center;
  /* display: none; */
  box-sizing: border-box;
}


#menu-loc
{
  position: absolute;
  right:30px;
  top:0px;
  /*width: 540px;*/
  margin: 0px -30px 0 0;
  padding: 20px 30px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  text-align: left;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu-loc div
{
  font-size: 22px;
}

#menuToggle div.open
{
  transform: none;
}

.location-head{
  background-color: #418fde;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 700;
  margin-top: 10px;
  
} 

.location-head h5{
    font-size: 21px;
    line-height: 30px;
}

h3.find{
  color:#418fde;
  font-weight: bold;
  font-size: 28px;
}

.location-body{
  background-color: #c8def5;
  padding:15px 15px 10px;
}

.location-body p{
  color:#418fde;
  font-weight: 800;
}

.find-location-close {
  position: absolute;
  right: 2rem;
  top: 1rem;
}

.close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


.wrapper {
  position: fixed;
  bottom: 0;
  left: 15px;
  width: 320px;
  z-index: 99;
}
/* Style the buttons that are used to open and close the accordion panel */

button.accordion-nav {
  background-color: #418fde;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-size: 21px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

button.accordion-nav.active,
button.accordion-nav:hover {
  background-color: #418fde;
}
/* Style the accordion panel. Note: hidden by default */

div.panel {
  padding: 0 15px;
  background-color: #418fde;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}
/*.active ~ .panel{*/
/*     max-height: 100%;*/
/*     transition: max-height 0.2s ease-out;*/
/*}*/

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */

div.panel.show {
  display: block;
}

.accordion-nav:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.hours p, .hours h5, .wrapper p, .wrapper a{
  color: #fff;
}

.nav-hours h5{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.hours p, .wrapper p, .wrapper a{
  font-size: 16px;
}

.wrapper p:last-child{
  margin-bottom: 15px;
}

.link-cont a{
  display: block;
  width: 100%;
}

.btn-light-blue{
    font-family: "Nunito", sans-serif;
    color: white;
    background-color: #87c0fa;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
    margin: 15px 0;
    position: relative;
    min-width: 6em;
    text-decoration: none;
    font-size: 21px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.btn-green {
  font-family: "Nunito", sans-serif;
  color: white!important;
  background-color: #43b02a;
  text-align: center;
  font-weight: bold;
  padding: 10px 22px;
  margin: 10px;
  position: relative;
  min-width: 6em;
  text-decoration: none;
  font-size: 21px;
  border-radius: 40px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 5px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.location-body .btn-green{
  margin: 15px 0;
  padding: 7px 15px;
  font-size: 18px;
}
.nav-hours h5, .accordion-nav{
    font-family:"Nunito", sans-serif;
}
@media all and (max-width: 736px ) {
  
  .btn-green{
    padding: 5px 15px;
    font-size: 17px;
    border: 3px solid #fff;
  }

  /*#menu-loc{*/
  /*  width:320px;*/
  /*}*/

  .location-body .btn-green{
    margin: 10px 0;
    font-size: 14px;
    min-width:auto!important;
  }
  
  #menu-loc{
      padding:20px 15px;
  }
}

@media all and (max-width: 500px ) {
  header .logo {
    margin: 14px 0px 0px 0px;
  }



}