@font-face {
  font-family: 'BlairITC TT';
  src: url("../fonts/BlairITCTTLight.eot");
  src: url("../fonts/BlairITCTTLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BlairITCTTLight.woff") format("woff"), url("../fonts/BlairITCTTLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'BlairITC TT Bold';
  src: url("../fonts/BlairITCTTBold.eot");
  src: url("../fonts/BlairITCTTBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BlairITCTTBold.woff") format("woff"), url("../fonts/BlairITCTTBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: black;
  color: white;
  font: 14px/1.4em 'BlairITC TT', "Helvetica Neue",Helvetica,Arial;
  -webkit-font-smoothing: antialiased !important;
  transition: 1s all ease;
  height: 100%;
}

#dimmer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  transition: 1s all ease;
}
#dimmer div {
  background-image: url("../images/water.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.05;
  width: 100%;
  height: 100%;
}
#dimmer.visible {
  transition: 1s all ease;
  top: 0%;
}

#topbar {
  width: 100%;
  height: 86px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  #topbar {
    background-color: black;
  }
}
@media screen and (max-width: 767px) {
  #topbar {
    background-color: black;
    height: 66px;
  }
}
#topbar h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-left: 50px;
  margin-top: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  #topbar h1 {
    font-size: 3rem;
    margin-left: 30px;
    margin-top: 30px;
  }
  #topbar h1:after {
    content: '';
    color: #b6008d;
    font-size: 50%;
  }
}
@media screen and (max-width: 1279px) {
  #topbar h1 {
    font-size: 2.4rem;
    margin-left: 25px;
    margin-top: 30px;
  }
  #topbar h1:after {
    content: '';
    color: #b6008d;
    font-size: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #topbar h1 {
    font-size: 2.2rem;
    margin-left: 30px;
    margin-top: 30px;
  }
  #topbar h1:after {
    content: '';
    color: #b6008d;
    font-size: 50%;
  }
}
@media screen and (max-width: 767px) {
  #topbar h1 {
    font-size: 1.8rem;
    margin-left: 15px;
    margin-top: 30px;
  }
  #topbar h1:after {
    content: '';
    color: #b6008d;
    font-size: 50%;
  }
}
#topbar #menuHandler {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 1440px) {
  #topbar #menuHandler {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #topbar #menuHandler {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #topbar #menuHandler {
    top: 25px;
    right: 15px;
  }
}

#home {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 1s all ease;
}
#home.expanded {
  height: 100%;
}
#home div.section {
  height: 25%;
  overflow: hidden;
  position: relative;
  transition: 1s all ease;
  cursor: pointer;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#home div.section .bg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#home div.section:hover .bg {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
#home div.section:hover h2 {
  color: white;
}
#home div.section.closed {
  height: 0px;
  transition: 1s all ease;
  opacity: 0.5;
}
#home div.section.closed .bg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#home div.section.closed h2 {
  color: #b6008d;
}
#home div.section.opened {
  height: 100%;
  transition: 1 all ease;
}
#home div.section.opened .bg {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
#home div.section.opened h2 {
  color: white;
}
#home div.section.opened div.shortinfo {
  max-height: 500px;
  transition: 2s all ease;
}
#home div.section.opened div.shortinfo div.shortinfocontent {
  opacity: 1;
  transition: 2s all ease;
  transition-delay: 1s;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  #home div.section.opened div.shortinfo div.shortinfocontent {
    line-height: 1.2em;
  }
}
#home div.section.opened h2 {
  top: 120px;
  transition: 1s all ease;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 1023px) {
  #home div.section.opened h2 {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #home div.section.opened h2 {
    top: 80px;
    left: 15px;
  }
}
#home div.section.opened h2:before {
  transition: 2s all linear;
  content: "";
  display: block;
  width: 420px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: -430px;
  bottom: 2px;
}
#home div.section.touched {
  height: 55%;
}
#home div.section.folded {
  height: 15%;
  opacity: 0.4;
}
#home div.section h2 {
  /*#b6008d*/
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: white;
  color: #b6008d;
  margin: 0px;
  padding: 0px;
  display: block;
  position: absolute;
  top: 50%;
  left: 430px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 1s all ease;
}
#home div.section h2:before {
  transition: 1s all linear;
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: -430px;
  bottom: 2px;
}
@media screen and (max-width: 1440px) {
  #home div.section h2 {
    font-size: 4.2rem;
    left: 340px;
  }
}
@media screen and (max-width: 1279px) {
  #home div.section h2 {
    font-size: 3.2rem;
    left: 280px;
  }
}
@media screen and (max-width: 1023px) {
  #home div.section h2 {
    font-size: 3.6rem;
    left: 280px;
  }
}
@media screen and (max-width: 767px) {
  #home div.section h2 {
    font-size: 2.4rem;
    left: 30px;
  }
}
#home div.section h2 a {
  text-decoration: none;
  color: white;
}
#home div.section div.shortinfo {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s all ease;
}
#home div.section div.shortinfo div.shortinfocontent {
  width: 40%;
  margin: auto;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0;
  transition: 1s all ease;
  transition-delay: 2s;
  letter-spacing: 0.05em;
  font-size: 14px !important;
  line-height: 1.6em;
}
@media screen and (max-width: 1440px) {
  #home div.section div.shortinfo div.shortinfocontent {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #home div.section div.shortinfo div.shortinfocontent {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #home div.section div.shortinfo div.shortinfocontent {
    width: 90%;
    font-size: 12px !important;
    letter-spacing: 0em;
    line-height: 1.2em;
  }
}
#home div.section div.shortinfo div.shortinfocontent a.gobackx {
  color: white;
  text-decoration: none;
  background-color: black;
  transition: 1s all ease;
  display: inline-block;
  font-size: 14px !important;
  padding: 3px 5px 3px 5px;
  float: right;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-right: 15px;
}
#home div.section div.shortinfo div.shortinfocontent a.gobackx:hover {
  background-color: white;
  color: black;
}
#home div.section div.shortinfo div.shortinfocontent a.readmore {
  color: white;
  text-decoration: none;
  background-color: black;
  transition: 1s all ease;
  display: inline-block;
  font-size: 14px !important;
  padding: 3px 5px 3px 5px;
  float: right;
  margin-bottom: 30px;
  margin-top: 30px;
}
#home div.section div.shortinfo div.shortinfocontent a.readmore:hover {
  background-color: white;
  color: black;
}
#home div.section div.shortinfo div.shortinfocontent a.readmore.loading {
  background-color: white;
  color: black;
  -webkit-animation: blinking ease 0.5s;
          animation: blinking ease 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: blinking ease 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: blinking ease 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: blinking ease 0.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: blinking ease 0.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

#menu {
  width: 100%;
  height: 100%;
  background-color: black;
  position: fixed;
  top: 100%;
  left: 0px;
  transition: 1.0s all ease;
}
#menu.opened {
  top: 0%;
}
#menu div.menucontent {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1440px) {
  #menu div.menucontent {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  #menu div.menucontent {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #menu div.menucontent {
    width: 80%;
  }
}
#menu div.menucontent div.secondary {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #menu div.menucontent div.secondary {
    width: 100%;
    position: relative;
    margin-top: 90px;
    text-align: left;
  }
}
#menu div.menucontent div.secondary h3 {
  border-bottom: 1px solid white;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 13px;
  height: 13px;
  letter-spacing: 0.1em;
}
#menu div.menucontent div.secondary h3 span {
  background-color: black;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #menu div.menucontent div.secondary h3 span {
    padding-left: 0px;
  }
}
#menu div.menucontent div.secondary p {
  margin-top: 30px;
  padding: 1px 10px 1px 10px;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #menu div.menucontent div.secondary p {
    padding-left: 0px;
    margin-top: 15px;
  }
}
#menu div.menucontent div.secondary a {
  display: inline-block;
  color: white;
  text-decoration: none;
  letter-spacing: 0.1em;
}
#menu div.menucontent div.secondary a:hover {
  background-color: white;
  color: black;
}
#menu div.menucontent h2 {
  font-size: 4.8rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: white;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.5em;
  display: block;
  position: relative;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 1440px) {
  #menu div.menucontent h2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1023px) {
  #menu div.menucontent h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #menu div.menucontent h2 {
    font-size: 2.4rem;
  }
}
#menu div.menucontent h2 a {
  text-decoration: none;
  color: white;
  transition: 1s all ease;
  position: relative;
}
#menu div.menucontent h2 a:after {
  transition: 1s all ease;
  content: "";
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
#menu div.menucontent h2 a:hover:after {
  width: 100%;
}

.hamburger {
  cursor: pointer;
  z-index: 99999;
  width: 35px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .hamburger {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.bar,
.bar:after,
.bar:before {
  width: 35px;
  height: 3px;
}

.bar {
  position: relative;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  background: white;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -mstransition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -ms-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#pagefood .foodtimeline h2.fixed {
  position: fixed !important;
  width: 30% !important;
  left: -30px;
  top: 100px;
}
@media screen and (max-width: 1440px) {
  #pagefood .foodtimeline h2.fixed {
    width: 100% !important;
    text-align: left;
    left: 0px;
    font-size: 16px;
    top: 60px;
    background-color: black;
    padding: 3px 5px 3px 15px;
    right: auto;
    z-index: 99999;
  }
}
#pagefood #leftcolumn {
  background-color: #111;
  width: 30%;
}
@media screen and (max-width: 1440px) {
  #pagefood #leftcolumn {
    width: 30% !important;
  }
}
@media screen and (max-width: 1023px) {
  #pagefood #leftcolumn {
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  #pagefood #leftcolumn {
    width: 0% !important;
    display: block !important;
    visibility: hidden;
  }
}
#pagefood #textcontent {
  width: 40% !important;
  left: 30% !important;
  position: absolute;
  overflow: hidden;
  min-height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8) !important;
}
@media screen and (max-width: 1440px) {
  #pagefood #textcontent {
    width: 40% !important;
    left: 30% !important;
  }
}
@media screen and (max-width: 1023px) {
  #pagefood #textcontent {
    width: 40% !important;
    left: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  #pagefood #textcontent {
    width: 100% !important;
    left: 0% !important;
    position: relative !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #111 !important;
  }
}
#pagefood #textcontent blockquote {
  margin: 1rem !important;
}

#content.stuck {
  position: fixed;
  top: 0px;
  width: 100%;
}
#content #leftcolumn {
  width: 30%;
  background-color: #111;
}
@media screen and (max-width: 1440px) {
  #content #leftcolumn {
    width: 25%;
  }
}
@media screen and (max-width: 1279px) {
  #content #leftcolumn {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  #content #leftcolumn {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #content #leftcolumn {
    width: 0%;
    display: none;
  }
}
#content #rightcolumn {
  width: 40%;
}
@media screen and (max-width: 1440px) {
  #content #rightcolumn {
    width: 40%;
  }
}
@media screen and (max-width: 1279px) {
  #content #rightcolumn {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  #content #rightcolumn {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #content #rightcolumn {
    width: 0%;
    display: none;
  }
}
#content #textcontent {
  width: 30%;
  background-color: #111;
  font-family: "Helvetica Neue",Helvetica,Arial;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #999;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #content #textcontent {
    width: 35%;
  }
}
@media screen and (max-width: 1279px) {
  #content #textcontent {
    width: 35%;
  }
}
@media screen and (max-width: 1023px) {
  #content #textcontent {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #content #textcontent {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1440px) {
  #content #textcontent {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #content #textcontent {
    font-size: 12px;
  }
}
#content #textcontent hr {
  border: none;
  border-bottom: 1px solid white;
  opacity: 0.1;
  margin-top: 15px;
  margin-bottom: 15px;
}
#content #textcontent strong {
  font-weight: normal;
  color: white;
}
#content #textcontent strong a {
  color: white !important;
}
#content #textcontent em {
  font-style: italic;
  color: white;
}
#content #textcontent blockquote {
  font-style: italic;
  color: white;
  display: block;
  margin: 1em 0 1rem 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#content #textcontent a {
  text-decoration: none;
  color: #999;
  border-bottom: 1px dashed #333;
  transition: 1s all ease;
}
#content #textcontent h1 {
  font-family: 'BlairITC TT',Arial,Helvetica;
  font-size: 3.6rem;
  line-height: 2.0em;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (max-width: 1440px) {
  #content #textcontent h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1279px) {
  #content #textcontent h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  #content #textcontent h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #content #textcontent h1 {
    font-size: 2.2rem;
  }
}
#content #textcontent h2 {
  font-family: 'BlairITC TT',Arial,Helvetica;
  font-size: 2.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (max-width: 1279px) {
  #content #textcontent h2 {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 1023px) {
  #content #textcontent h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #content #textcontent h2 {
    font-size: 1.8rem;
  }
}
#content #textcontent h3 {
  font-family: 'BlairITC TT',Arial,Helvetica;
  font-size: 1.8rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  #content #textcontent h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  #content #textcontent h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #content #textcontent h3 {
    font-size: 1.4rem;
  }
}
#content #textcontent .waypoint-opacity {
  transition: 1s all ease;
  opacity: 0;
}
#content #textcontent .waypoint-opacity.visible {
  opacity: 1;
  margin-top: 0px;
}
#content #textcontent .year {
  font-size: 72px;
  font-weight: normal;
  margin-top: 20px;
  opacity: 0.6;
  font-weight: bold;
  margin-left: 33%;
  z-index: 9999;
  color: white;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #content #textcontent .year {
    display: none;
  }
}
#content #pagetitle {
  color: #ddd;
  position: fixed;
  top: 0px;
  width: 25%;
  display: none;
}
#content #pagetitle:before {
  content: "";
  display: block;
  width: 800px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#content .anno {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25%;
  text-align: center;
  font-weight: bold;
  color: white;
  color: #b6008d;
  transition: 2s all ease;
  opacity: 0;
  left: -300px;
  -webkit-transform: rotateZ(0deg) scale(0.1);
          transform: rotateZ(0deg) scale(0.1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  font-size: 18px;
  width: 25%;
  line-height: 1.4em;
}
#content .anno.visible {
  transition: 2s all ease;
  opacity: 1;
  margin-top: 0px;
  left: 2.5%;
  -webkit-transform: rotateZ(0deg) scale(1);
          transform: rotateZ(0deg) scale(1);
}
@media screen and (max-width: 1440px) {
  #content .anno {
    font-size: 14px;
    width: 20%;
  }
}
@media screen and (max-width: 1279px) {
  #content .anno {
    font-size: 14px;
    width: 20%;
  }
}
@media screen and (max-width: 1023px) {
  #content .anno {
    font-size: 12px;
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  #content .anno {
    display: none;
  }
}
#content .annoimg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20% !important;
  transition: 2s all ease;
  opacity: 0;
}
#content .annoimg.visible {
  transition: 2s all ease;
  opacity: 1;
}
#content #slideshow .slide {
  width: 100%;
  height: 100%;
  background-position: right top;
  background-color: black;
  background-repeat: no-repeat;
}

.grid {
  background: #DDD;
  height: 75%;
  /* inherit height from body */
  width: 50%;
  margin: auto;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
  float: left;
  width: 100px;
  height: 100px;
  background: #0D8;
  border: 1px solid #333;
  box-sizing: border-box;
  border-color: red;
}

.grid-item--width2 {
  width: 200px;
}

.grid-item--height2 {
  height: 200px;
}

div.slidecontainer {
  overflow: hidden;
  position: fixed;
  transition: 1s all ease;
  z-index: 99999999;
  overflow: visible;
  transform-orign: center center;
  height: 80% !important;
  top: 50% !important;
  left: 50% !important;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}
@media screen and (max-width: 767px) {
  div.slidecontainer {
    height: 70% !important;
  }
  div.slidecontainer.panorama {
    height: auto !important;
    width: 70% !important;
  }
}
div.slidecontainer.panorama {
  height: auto !important;
  width: 70% !important;
}
div.slidecontainer img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
div.slidecontainer .info {
  bottom: 0px;
}
div.slidecontainer.hd .loader {
  display: none;
}
div.slidecontainer.hd img {
  transition: 1s all ease;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
div.slidecontainer.hd .overlay {
  opacity: 0;
}
div.slidecontainer.sample {
  display: none;
}
div.slidecontainer.left {
  top: 50% !important;
  left: 50% !important;
  opacity: 0.1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.01);
          transform: translateX(-50%) translateY(-50%) scale(0.01);
}
@media screen and (max-width: 767px) {
  div.slidecontainer.left {
    height: 70% !important;
  }
  div.slidecontainer.left.panorama {
    height: auto !important;
    width: 70% !important;
  }
}
div.slidecontainer.left img {
  transition: 1s all ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
div.slidecontainer.left .info {
  bottom: 300px;
}
div.slidecontainer.left.hd .loader {
  display: none;
}
div.slidecontainer.left.hd img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
div.slidecontainer.left.hd .overlay {
  opacity: 0;
}
div.slidecontainer.left .arrowright {
  display: none;
}
div.slidecontainer.left .arrowleft {
  display: none;
}
div.slidecontainer.right {
  top: 50% !important;
  left: 50% !important;
  opacity: 0.1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.01);
          transform: translateX(-50%) translateY(-50%) scale(0.01);
}
@media screen and (max-width: 767px) {
  div.slidecontainer.right {
    height: 70% !important;
  }
}
div.slidecontainer.right img {
  transition: 1s all ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
div.slidecontainer.right .info {
  bottom: 300px;
}
div.slidecontainer.right.hd .loader {
  display: none;
}
div.slidecontainer.right.hd img {
  transition: 1s all ease;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
div.slidecontainer.right.hd .overlay {
  opacity: 0;
}
div.slidecontainer.right .arrowleft {
  display: none;
}
div.slidecontainer.right .arrowright {
  display: none;
}
div.slidecontainer.center {
  height: 80% !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
div.slidecontainer.center img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
div.slidecontainer.center .info {
  bottom: 0px;
}
div.slidecontainer.center.hd .loader {
  display: none;
}
div.slidecontainer.center.hd img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
div.slidecontainer.center.hd .overlay {
  opacity: 0;
}
div.slidecontainer.enlarged {
  height: 80% !important;
  width: auto !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
div.slidecontainer.enlarged img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
div.slidecontainer img {
  height: 100%;
}
div.slidecontainer .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  opacity: 1;
  background-image: url("../images/grid.png");
}
div.slidecontainer .overlay.visible {
  display: block;
}
div.slidecontainer .info {
  position: absolute;
  left: 105%;
  bottom: 0px;
  color: white;
  min-width: 200px;
  transition: 2s all ease;
}
@media screen and (max-width: 767px) {
  div.slidecontainer .info {
    display: none;
  }
}
div.slidecontainer .arrowright {
  position: absolute;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #b6008d;
  left: 105%;
  top: 50%;
  font-family: _sans;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  div.slidecontainer .arrowright {
    left: 90% !important;
  }
}
div.slidecontainer .arrowleft {
  position: absolute;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #b6008d;
  right: 105%;
  top: 50%;
  font-family: _sans;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  div.slidecontainer .arrowleft {
    right: 90% !important;
  }
}
div.slidecontainer .close {
  position: absolute;
  font-size: 36px;
  color: #b6008d;
  right: 15px;
  top: 15px;
  font-family: Arial,"Helvetica Neue";
  cursor: pointer;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
}
@media screen and (max-width: 767px) {
  div.slidecontainer .close {
    left: auto !important;
    right: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
  }
}
div.slidecontainer .loader {
  width: 100%;
  color: white;
  border-bottom: 1px solid white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  transition: 1s all ease;
  font-size: 32px;
  -webkit-animation: imageloading linear 10s;
          animation: imageloading linear 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: imageloading linear 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: imageloading linear 10s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: imageloading linear 10s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: imageloading linear 10s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
div.slidecontainer .loader.hidden {
  display: none;
}

.imageLarge {
  position: fixed;
  top: 50%;
  left: -100px;
  width: 100px;
  transition: 1s all ease;
  z-index: 99999999;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}
.imageLarge.enlarged {
  height: 80% !important;
  width: auto !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#timeline {
  width: 70%;
  margin-top: 5%;
  float: right;
  transition: 1s all ease;
  overflow: visible;
  position: relative;
}
#timeline h2 {
  font-size: 24px;
  top: 0px;
  right: 100%;
  position: absolute;
  text-align: right;
  padding-right: 30px;
  width: 100%;
}
#timeline.dimmed {
  opacity: 0.05;
}
@media screen and (max-width: 767px) {
  #timeline {
    width: 100%;
    float: left;
  }
}
#timeline img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 5px solid black;
  cursor: pointer;
  transition: 0.5s all ease;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#timeline img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
#timeline .item {
  transition: 2s all ease;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
#timeline .item.visible {
  opacity: 1;
}
#timeline .item div.info {
  position: absolute;
  left: 0px;
  bottom: -150px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Helvetica Neue",Arial;
  font-family: 'BlairITC TT',Arial,Helvetica;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s all ease;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #timeline .item div.info {
    font-size: 10px;
  }
}
#timeline .item:hover div.info {
  bottom: 0px;
}

/* Base styles */
.column {
  float: left;
}
.column:first-child {
  float: right;
}

.size-1of6 {
  width: 16.666%;
}

.size-1of5 {
  width: 20%;
}

.size-1of4 {
  width: 25%;
}

.size-1of3 {
  width: 33.333%;
}

.size-1of2 {
  width: 50%;
}

/* Configurate salvattore with media queries */
@media screen and (max-width: 450px) {
  #timeline[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media screen and (min-width: 451px) and (max-width: 700px) {
  #timeline[data-columns]::before {
    content: '3 .column.size-1of4';
  }
}
@media screen and (min-width: 701px) and (max-width: 850px) {
  #timeline[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
@media screen and (min-width: 851px) {
  #timeline[data-columns]::before {
    content: '5 .column.size-1of5';
  }
}
#swipebox-title {
  font-family: "Helvetica Neue",Arial;
  font-family: 'BlairITC TT',Arial,Helvetica;
  font-size: 14px;
  letter-spacing: 0.05em;
}

#pagepress {
  transition: 1s all ease;
  opacity: 1;
}
#pagepress.dimmed {
  opacity: 0.1;
}

#timelinepress {
  width: 100%;
  padding-top: 5%;
  float: right;
  background-color: #111;
}
@media screen and (max-width: 767px) {
  #timelinepress {
    width: 100%;
    float: left;
  }
}
#timelinepress div.clearfix {
  width: 100%;
  height: 1px;
  clear: both;
}
#timelinepress .pressreview {
  width: 33%;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  overflow: hidden;
  font-family: "Helvetica Neue",Helvetica, Arial, Helvetica;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #timelinepress .pressreview {
    width: 100%;
    clear: both;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #timelinepress .pressreview {
    font-size: 12px;
    line-height: 1.4em;
  }
}
#timelinepress .pressreview .shortcontent {
  display: block;
}
#timelinepress .pressreview .fullcontent {
  display: none;
}
#timelinepress .pressreview a {
  text-decoration: none;
  color: #999;
  border-bottom: 1px dashed #333;
  transition: 1s all ease;
}
#timelinepress .pressreview img {
  border: 1px solid white;
  float: left;
  margin-right: 15px;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
#timelinepress .pressreview img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#timelinepress .pressreview strong {
  font-weight: normal;
  color: white;
}
#timelinepress .pressreview h3, #timelinepress .pressreview h4 {
  margin: 0;
  color: white;
}
#timelinepress .pressreview h3 {
  font: 14px/1.6em 'BlairITC TT',Arial,Helvetica;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #timelinepress .pressreview h3 {
    font: 12px/1.6em 'BlairITC TT',Arial,Helvetica;
  }
}
#timelinepress .pressreview h4 {
  font: 14px/1.6em 'BlairITC TT',Arial,Helvetica;
}
@media screen and (max-width: 767px) {
  #timelinepress .pressreview h4 {
    font: 12px/1.6em 'BlairITC TT',Arial,Helvetica;
  }
}
#timelinepress .pressreview h4:last-child {
  margin-bottom: 15px;
}
#timelinepress .pressreview h4.pressauthor {
  font-family: 'BlairITC TT',Arial,Helvetica;
}
#timelinepress .pressreview h4.pressdate {
  font-family: 'BlairITC TT',Arial,Helvetica;
  font-weight: bold;
  color: #b6008d;
}

.presspopup {
  transition: 1s all ease;
  width: 60%;
  min-height: 40%;
  z-index: 9999999;
  overflow: hidden;
  background-color: #111;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  padding: 30px;
  display: none;
  font-family: "Helvetica Neue",Helvetica,Arial, Helvetica;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .presspopup {
    width: 100%;
    min-height: 100%;
    padding: 60px 15px 15px 15px;
  }
}
.presspopup.visible {
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.presspopup .shortcontent {
  display: none;
}
.presspopup .fullcontent {
  display: block;
}
@media screen and (max-width: 767px) {
  .presspopup {
    font-size: 12px;
    line-height: 1.4em;
  }
}
.presspopup a {
  text-decoration: none;
  color: #999;
  border-bottom: 1px solid #333;
  transition: 1s all ease;
}
.presspopup a:hover {
  text-decoration: none;
}
.presspopup img {
  border: 1px solid white;
  float: left;
  margin-right: 15px;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.presspopup img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.presspopup strong {
  font-weight: normal;
  color: white;
}
.presspopup h3, .presspopup h4 {
  margin: 0;
  color: white;
}
.presspopup h3 {
  font: 14px/1.6em 'BlairITC TT',Arial,Helvetica;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .presspopup h3 {
    font: 12px/1.6em 'BlairITC TT',Arial,Helvetica;
  }
}
.presspopup h4 {
  font: 14px/1.6em 'BlairITC TT',Arial,Helvetica;
}
@media screen and (max-width: 767px) {
  .presspopup h4 {
    font: 12px/1.6em 'BlairITC TT',Arial,Helvetica;
  }
}
.presspopup h4:last-child {
  margin-bottom: 15px;
}
.presspopup h4.pressauthor {
  font-family: 'BlairITC TT',Arial,Helvetica;
}
.presspopup h4.pressdate {
  font-family: 'BlairITC TT',Arial,Helvetica;
  font-weight: bold;
  color: #b6008d;
}
.presspopup p {
  display: block;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.presspopup a.closepopup {
  color: white;
  text-decoration: none;
  background-color: #111;
  transition: 1s all ease;
  display: block;
  font-size: 14px !important;
  padding: 3px 5px 3px 5px;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: 'BlairITC TT',Arial,Helvetica;
  font-weight: bold;
  border: none;
}
.presspopup a.closepopup:hover {
  background-color: white;
  color: black;
}
.presspopup a.download {
  color: white;
  text-decoration: none;
  background-color: black;
  transition: 1s all ease;
  display: block;
  font-size: 12px !important;
  letter-spacing: 0.05em;
  padding: 3px 5px 3px 5px;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: 'BlairITC TT',Arial,Helvetica;
  font-weight: bold;
  border: none;
}
.presspopup a.download:hover {
  background-color: white;
  color: black;
}

img.brandlogo {
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  img.brandlogo {
    width: 100% !important;
  }
}

img.restaurant-logo {
  width: 100% !important;
  height: auto !important;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.resto {
  display: table;
  min-height: 300px;
}
.resto .restoinner {
  display: table-cell;
  vertical-align: middle;
}

.imgloaderanim {
  -webkit-animation: imageloading linear 2s;
          animation: imageloading linear 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: imageloading linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: imageloading linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: imageloading linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: imageloading linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes imageloading {
  0% {
    top: 0%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes imageloading {
  0% {
    top: 0%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
#scrollup {
  font-size: 30px;
  line-height: 30px;
  padding-top: 3px;
  width: 35px;
  height: 30px;
  text-align: center;
  background-color: black;
  font-family: arial;
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #b6008d;
  cursor: pointer;
  display: none;
  z-index: 99999;
  transition: all 1s ease;
}
#scrollup.visible {
  display: block;
}

#gallerygrid {
  width: 30px;
  height: 30px;
  background-image: url("../images/gallery.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  opacity: 0.2;
  transition: 1s all ease;
}
@media screen and (max-width: 767px) {
  #gallerygrid {
    width: 25px;
    height: 25px;
  }
}
#gallerygrid:hover {
  opacity: 1;
}
#gallerygrid:hover:after {
  content: 'VIEW GALLERY';
  display: block;
  color: white;
  font-size: 12px;
  letter-spacing: 0px;
  right: 100%;
  top: 50%;
  white-space: nowrap;
  position: absolute;
  padding-right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #gallerygrid:hover:after {
    display: none;
  }
}
