#cartbox {
	width: 245px;
	position: absolute;
	right: 10px;
	top: 120px;
}

#calendarContainer {
   z-index: 20000000 !important; 
    
}

* {
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  /*background: grey;*/
  text-align: center;
}

.header img {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

nav {
  width: 100%;
  font-family: sans-serif;
  font-size: .8rem;
  background: black;
}

nav a {
  color: white;
  text-decoration: none;
}

nav > ul {
  margin: 0 auto;
  padding: 0;
  background: black;
  height: 2rem;
  width: 1090px;
  list-style: none;
}

nav > ul li {
  display: inline-block;;
  height: 2rem;
  line-height: 2rem;
  padding: 0 .335rem;
  margin: 0;
}

nav > ul li a:link {
  text-decoration: none;
  color: white;
}

nav > ul li a:visited {
  text-decoration: none;
  color: white;
}

nav > ul li a:hover {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

nav > ul li a:active {
  text-decoration: none;
  color: white;
}

nav > ul > li ul {
  display: none;
}

li:hover ul {
  display: block;
  position: absolute;
  background: black;
  margin-left: -1rem;
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

li:hover ul li {
  display: block;
  padding: 0;
}

li:hover ul li a {
  display: block;
  background: black;
  text-decoration: none;
  padding: 0 1rem;
}

li:hover ul li a:hover {
  background: #333333;
  text-decoration: none;
}



/* ----- footer css ----- */

/* footer middle css */

.footer-middle {
  width: auto;
  padding: 1rem;
  background: rgba(67, 67, 67, 1);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer-middle h5.footer-section-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: white;
  border-bottom: 1px solid #fff;
  margin-top: 1rem;
  padding-bottom: .75rem;
  margin-bottom: .75rem;
}

.footer-middle .content-container {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-middle .content-container .footer-side-l {
  padding: 0 1.15rem 0 0;
  flex-grow: 1;
}

.footer-middle .content-container .footer-side-r {
  padding: 0 0 0 1.15rem;
  flex-grow: 1;
}

.footer-middle .content-container .links-container {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer-middle .content-container .logo-container {
  height: 15rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}

.footer-middle .content-container .links-container p {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "grad",serif;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: .75rem;
}

.footer-middle .content-container .links-container .links-column p {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "grad",serif;
  font-size: 1rem;
  line-height: 1.15rem;
  margin-bottom: .75rem;
}

.footer-middle .content-container .links-container a img {
  max-width: 15rem;
  max-height: 60px;
  padding: .75rem 0;
}

.footer-middle .content-container .links-container .divider-line {
  border-left: solid 1px white;
  padding-left: 20px;
}

.footer-middle .content-container .links-container .links-column {
  margin-right: 20px;
}

.footer-middle .content-container .links-container .links-column a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "grad",serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: .75rem;
}

.footer-middle .content-container .links-container .links-column a:active {
  color: #fff;
  text-decoration: underline;
}

.footer-middle .content-container .links-container .links-column a:focus {
  color: #fff;
}

.footer-middle .content-container .links-container .links-column a:visited {
  color: #fff;
}

.footer-middle .content-container .links-container .links-column a:hover {
  color: #fff;
  text-decoration: underline;
}

/* footer bottom css */

.footer-copyright-bar {
  text-align: center;
  background-color: #333333;
  color: #fff;
  font-size: .85rem;
}

.footer-copyright-bar p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "proxima-nova",sans-serif;
  padding-top: .75rem;
  padding-bottom: .85rem;
  margin: 0;
}

.footer-copyright-bar p a {
  color: #fff;
  text-decoration: none;
}

.footer-copyright-bar p a:active {
  color: #fff;
}

.footer-copyright-bar p a:focus {
  color: #fff;
}

.footer-copyright-bar p a:visited {
  color: #fff;
}

.footer-copyright-bar p a:hover {
  color: #fff;
  text-decoration: underline;
}


/* ------ mobile css ------ */

/* mobile header css */

.mobile-header {
  width: 100%;
  text-align: center;
}

.mobile-header img {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

nav.mobile-nav {
  color: white;
}

nav.mobile-nav > ul {
  text-align: center;
  height: 6rem;
  line-height: 6rem;
  font-size: 2.5rem;
  margin: 0 auto;
}

nav.mobile-nav > ul li + li:before {
  content: " | ";
  padding: 0 1rem;
}

/* mobile footer css */

.footer-middle .content-container-mobile {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-middle .content-container-mobile h5.footer-section-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 2.75rem;
  color: white;
  border-bottom: 1px solid #fff;
  margin-top: 1rem;
  padding-bottom: .75rem;
  margin-bottom: .75rem;
}

.footer-middle .content-container-mobile .links-container {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-flow: row;
  margin-bottom: 2rem;
}

.footer-middle .content-container-mobile .logo-container {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 1rem;
}

.footer-middle .content-container-mobile .links-container p {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "grad",serif;
  line-height: 1.5rem;
  font-weight: 600;
}

.footer-middle .content-container-mobile .links-container .links-column p {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "grad",serif;
  font-size: 1.8rem;
  line-height: 3rem;
}

.footer-middle .content-container-mobile .links-container a img {
  max-width: 20rem;
  max-height: 4rem;
  padding: .25rem 2rem 0 0;
}

.footer-middle .content-container-mobile .links-container .divider-line {
  border-left: solid 1px white;
  padding-left: 20px;
}

.footer-middle .content-container-mobile .links-container .links-column {
  margin-right: 20px;
}

.footer-middle .content-container-mobile .links-container .links-column a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "grad",serif;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 600;
}

.footer-middle .content-container .links-container .links-column a:active {
  color: #fff;
  text-decoration: underline;
}

.footer-middle .content-container .links-container .links-column a:focus {
  color: #fff;
}

.footer-middle .content-container .links-container .links-column a:visited {
  color: #fff;
}

.footer-middle .content-container .links-container .links-column a:hover {
  color: #fff;
  text-decoration: underline;
}
