@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap");
.header-fixed {
  font-family: Raleway, sans-serif;
  position:fixed;
  top:0;
  left:0;
  background-color:#fff;
  z-index:10;
  width:100%;
}
.hd-top p {
  margin: 0;
  font-size: 11px;
  padding: 6px 15px;
  text-align: right;
}
.hd-top p a {
  line-height: 13px;
  display: inline;
  color: #000;
}
.inner-bottom,
.inner-top {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
}
.mobile_arrow,
.mobile-button {
  display: none;
}
.logo-img {
  text-align: center;
  margin-top: 20px;
}
.logo-img a {
  position: relative;
  display: inline-block;
  height: 135px;
  margin-top: -28px;
  margin-bottom: 20px;
}
.main-menu-wrap {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  z-index: 10;
}
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 3px;
  flex-wrap: wrap;
}
.main-nav a {
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 57px;
  color: #393939;
}
.main-nav li.has-sub {
  position: relative;
}
.main-nav a:hover {
  color: #dd3333;
}
.main-nav > li:last-child a {
  color: red;
}
.main-nav li.has-sub .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(40, 40, 40, 1);
  padding: 14px 0 24px;
  z-index: 10;
  display: none;
}
@media only screen and (min-width: 1001px) {
  .main-nav li.has-sub:hover .sub-menu {
    display: block;
  }
}
.main-nav li.has-sub .sub-menu li {
  width: 235px;
}

.main-nav li.has-sub .sub-menu a {
  text-transform: capitalize;
  color: #a6a6a6;
  line-height: 34px;
  padding: 0 4px;
  font-size: 11px;
  margin: 0 24px;
}
.main-nav li.has-sub .sub-menu a:hover {
  color: #393939;
}

.footer-container {
  font-family: Raleway, sans-serif;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 22px;
  color: #393939;
}
.age-alert {
  text-align: center;
}
.age-alert a {
  color: #727272;
}
.address-ft {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1px;
}
.social-nav {
  margin-bottom: 1px;
}
.social-nav span a {
  display: inline-block;
  color: #393939;
  margin-bottom: 3px;
}
.age-alert a:hover,
.social-nav span a:hover {
  color: #dd3333;
}
#back_to_top {
  position: fixed;
  right: 25px;
  bottom: 65px;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.2s;
}
#back_to_top.active {
  opacity: 1;
}
#back_to_top > span {
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 14px;
  line-height: 46px;
  background-color: #585858;
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
#back_to_top > span:hover {
  background-color: #737373;
  color: #dd3333;
}
#back_to_top > span .fa {
  line-height: 46px;
}
.cstspace {
  min-height: 100vh;
}
@media only screen and (max-width: 1200px) {
  .footer-container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1000px) {
	#authStatus{
		margin:0 auto;
	}
	.header-fixed{
		position:unset;
	}
  .hd-top {
    padding-top: 13px;
    padding-bottom: 21px;
  }
  .hd-top p {
    text-align: center;
  }
  .logo-img a {
    height: 75px;
  }
  .logo-img img {
    max-height: 75px;
  }
  .hd-container,
  .footer-container {
    margin: 0 auto;
    max-width: 818px;
  }
  .logo-img a,
  .logo-img {
    margin: 0;
  }
  .logo-container {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    position: relative;
    padding: 12.5px 0;
  }
  .mobile-button {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    color: #777;
  }
  .main-menu-wrap {
    border: none;
  }
  .mobile_arrow,
  .mobile-button {
    display: initial;
  }
  .main-nav {
	  display:none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .main-nav li {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }
  .main-nav a {
    font-weight: 400;
    line-height: 17px;
    padding: 9px 0;
    display: block;
    text-transform: none;
    letter-spacing: 0;
  }
  .mobile_arrow {
    padding-right: 10px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 60px;
    height: 35px;
    line-height: 35px;
    z-index: 300;
    text-align: right;
  }
  .mobile_arrow i {
    line-height: 35px;
    font-size: 13px;
  }
  .has-sub .mobile_arrow .fa-angle-down,
  .has-sub.open .mobile_arrow .fa-angle-right {
    display: none;
  }
  .has-sub.open .mobile_arrow .fa-angle-down {
    display: initial;
  }
  .main-nav li.has-sub .sub-menu {
    position: static;
    background-color: transparent;
    padding: 0;
  }
  .main-nav li.has-sub .sub-menu li {
    width: 100%;
    margin-left: 20px;
  }
  .main-nav li.has-sub .sub-menu a {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #393939;
  }
}
@media only screen and (max-width: 768px) {
  .hd-container,
  .footer-container {
    max-width: 650px;
  }
}
@media only screen and (max-width: 600px) {
  .hd-container,
  .footer-container {
    max-width: 470px;
  }
}
@media only screen and (max-width: 480px) {
  .hd-container,
  .footer-container {
    max-width: 350px;
  }
}
