/*
//
// FONTS
//
*/
@font-face {
  font-family: "AkzidenzGroteskBold";
  src: url("../fonts/akzidenzgrotesk-bold.eot");
  src: url("../fonts/akzidenzgrotesk-bold.eot") format("embedded-opentype"), url("../fonts/akzidenzgrotesk-bold.woff") format("woff"), url("../fonts/akzidenzgrotesk-bold.ttf") format("truetype"), url("../fonts/akzidenzgrotesk-bold.svg") format("svg");
}
/*
//
// VARS
//
*/
/*
//
// GLOBAL
//
*/
html,
body {
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  background-color: #fff;
}
body {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AkzidenzGroteskBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 5em;
  letter-spacing: -0.05em;
}
h2 {
  font-size: 3.5em;
  letter-spacing: -0.05em;
  margin-bottom: 30px;
}
h3 {
  font-size: 2em;
  letter-spacing: -0.05em;
}
h4 {
  font-size: 2em;
  letter-spacing: -0.05em;
}
h5 {
  font-size: 1em;
  text-transform: uppercase;
}
h6 {
  font-size: 1em;
}
@media (max-width: 480px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1em;
  }
}
a,
a:link,
a:visited {
  color: #ff0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*
//
// HEADER
//
*/
header {
  position: fixed;
  left: 30px;
  z-index: 9999;
}
@media (max-width: 480px) {
  header {
    left: 0px;
  }
}
header #logo {
  width: 78px;
  height: 108px;
  display: block;
  text-indent: -9999px;
  background: #000000 url(../img/logo-neg.png) no-repeat center bottom;
  background-size: contain;
}
@media (max-width: 768px) {
  header #logo {
    width: 39px;
    height: 54px;
  }
}
/*
//
// NAVIGATION
//
*/
nav {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9998;
}
@media (max-width: 480px) {
  nav {
    display: none;
  }
}
nav ul {
  font-family: "AkzidenzGroteskBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
}
nav ul li {
  padding: 0;
  margin: 0;
  background: url(../img/nav-state.png) no-repeat right center;
}
nav ul li:first-child {
  background: url(../img/nav-state-top.png) no-repeat right top 7px;
}
nav ul li:last-child {
  background: url(../img/nav-state-bottom.png) no-repeat right bottom 8px;
}
nav ul li a,
nav ul li a:link,
nav ul li a:visited {
  height: 30px;
  overflow: hidden;
  color: #000;
  padding: 4px 26px 4px 0 !important;
}
nav ul li a:hover {
  text-decoration: none;
  background: transparent !important;
}
nav ul li a span {
  display: none;
}
nav ul li.active a span {
  display: block;
}
nav ul li a:hover span {
  display: block;
}
/*
//
// HOME
//
*/
#home {
  width: 100%;
  height: 100%;
  background: url(../img/home-bg.jpg) no-repeat center center;
  background-size: cover;
}
#home h1 {
  max-width: 650px;
  text-align: center;
  padding-top: 100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #home h1 {
    padding-top: 50px;
  }
}
#home #scroll {
  width: 100%;
  position: absolute;
  bottom: 60px;
}
@media (max-width: 768px) {
  #home #scroll {
    bottom: 30px;
  }
}
#home #scroll a {
  width: auto;
  height: 80px;
  display: block;
  color: #000;
  font-family: "AkzidenzGroteskBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../img/home-scroll.png) no-repeat center bottom;
  background-size: 20px 42px;
}
@media (max-width: 768px) {
  #home #scroll a {
    height: 70px;
    background-size: 14px 31px;
  }
}
#home #scroll a:hover {
  text-decoration: underline;
}
/*
//
// CAFES
//
*/
#cafes {
  margin: 60px 0 90px 0;
}
@media (max-width: 480px) {
  #cafes {
    margin: 0 0 60px 0;
  }
}
#cafes h2 {
  margin: 30px 0;
}
#cafes .cafes-list .cafe {
  padding: 15px 60px;
  border-bottom: 1px solid #c8c8c8;
  background: url(../img/cafes-list.png) no-repeat left -25px;
}
@media (max-width: 480px) {
  #cafes .cafes-list .cafe {
    background: url(../img/cafes-list.png) no-repeat left -30px;
  }
}
#cafes .cafes-list .cafe:first-child {
  border-top: 1px solid #c8c8c8;
  background: url(../img/cafes-list-top.png) no-repeat left 25px;
}
@media (max-width: 480px) {
  #cafes .cafes-list .cafe:first-child {
    background: url(../img/cafes-list-top.png) no-repeat left 15px;
  }
}
#cafes .cafes-list .cafe:last-child {
  background: url(../img/cafes-list-bottom.png) no-repeat left -554px;
}
@media (max-width: 480px) {
  #cafes .cafes-list .cafe:last-child {
    background: url(../img/cafes-list-bottom.png) no-repeat left -560px;
  }
}
#cafes .cafes-list .cafe:only-child {
  background: url(../img/cafes-list-only.png) no-repeat left top 20px;
}
@media (max-width: 480px) {
  #cafes .cafes-list .cafe:only-child {
    background: url(../img/cafes-list-only.png) no-repeat left top 15px;
  }
}
#cafes .cafes-list .cafe h3 {
  margin: 0;
  cursor: pointer !important;
}
#cafes .cafes-list .cafe .cafe-info {
  display: none;
}
#cafes .cafes-list .cafe .cafe-info h5 {
  margin-top: 20px;
}
#cafes .map {
  display: block;
  width: 100%;
  height: 200px;
}
/*
//
// MENU
//
*/
#menu {
  padding: 60px 0;
  background: url(../img/menu-bg.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 480px) {
  #menu {
    padding: 30px 0;
  }
}
#menu .content {
  padding: 30px 60px 60px 60px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #fff;
}
@media (max-width: 480px) {
  #menu .content {
    padding: 15px 30px 30px 30px;
  }
}
#menu #catering #catering-toggle {
  display: block;
  color: #000;
  font-family: "AkzidenzGroteskBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -0.05em;
  padding: 30px 60px;
  background: #ffffff url(../img/arrow-down.png) no-repeat right 60px center;
}
@media (max-width: 480px) {
  #menu #catering #catering-toggle {
    font-size: 1.5em;
    padding: 15px 30px;
    background: #ffffff url(../img/arrow-down.png) no-repeat right 30px center;
    background-size: 14px 9px;
  }
}
#menu #catering #catering-toggle:hover {
  text-decoration: none;
}
#menu #catering #catering-form {
  display: none;
  border-top: 1px solid #c8c8c8;
}
#menu #catering #catering-form label.error {
  color: red;
}
#menu #catering #catering-contact {
  display: none;
}
#menu #catering #catering-contact a {
  display: block;
  margin-bottom: 15px;
}
/*
//
// MENU
//
*/
#about {
  padding-top: 60px;
}
@media (max-width: 480px) {
  #about {
    padding-top: 15px;
  }
}
#about #franchise {
  padding-top: 60px;
}
#about #franchise #franchise-toggle {
  display: block;
  color: #000;
  font-family: "AkzidenzGroteskBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -0.05em;
  padding: 30px 0;
  border-top: 1px solid #c8c8c8;
  background: #ffffff url(../img/arrow-down.png) no-repeat right center;
}
@media (max-width: 480px) {
  #about #franchise #franchise-toggle {
    font-size: 1.5em;
    padding: 15px 0;
    background: #ffffff url(../img/arrow-down.png) no-repeat right center;
    background-size: 14px 9px;
  }
}
#about #franchise #franchise-toggle:hover {
  text-decoration: none;
}
#about #franchise #franchise-content {
  display: none;
  padding: 30px 0;
  border-top: 1px solid #c8c8c8;
}
#about #jobs {
  padding: 0 0 60px 0;
}
#about #jobs #jobs-toggle {
  display: block;
  color: #000;
  font-family: "AkzidenzGroteskBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -0.05em;
  padding: 30px 0;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background: #ffffff url(../img/arrow-down.png) no-repeat right center;
}
@media (max-width: 480px) {
  #about #jobs #jobs-toggle {
    font-size: 1.5em;
    padding: 15px 0;
    background: #ffffff url(../img/arrow-down.png) no-repeat right center;
    background-size: 14px 9px;
  }
}
#about #jobs #jobs-toggle:hover {
  text-decoration: none;
}
#about #jobs #jobs-form {
  display: none;
  padding: 30px 0;
}
#about #jobs #jobs-contact {
  display: none;
  padding: 30px 0;
}
#about #jobs #jobs-contact .city {
  padding-bottom: 20px;
}
/*
//
// BOOTSTRAP OVERWRITE
//
*/
footer {
  color: #fff;
  padding: 40px 60px 80px 60px;
  background-color: #000;
}
@media (max-width: 480px) {
  footer {
    padding: 15px 0;
  }
}
footer #social-links {
  font-family: "AkzidenzGroteskBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}
footer #social-links .twitter {
  color: #63cdf1;
}
footer #social-links .facebook {
  color: #507cbe;
}
footer #social-links .instagram {
  color: #c7c5b3;
}
/*
//
// BOOTSTRAP OVERWRITE
//
*/
.dropdown .btn {
  width: 100%;
  display: block;
  text-align: left;
}
/*
//
// CLASSAS
//
*/
.meta-sep {
  padding: 0 4px;
}
@media (max-width: 480px) {
  .meta-sep {
    display: none;
  }
}
