@-webkit-keyframes smartphoto {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes smartphoto {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes smartphoto {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes smartphoto-img-wrap {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes smartphoto-img-wrap {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes smartphoto-img-wrap {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-o-keyframes smartphoto-inner {
  from {
    -o-transform: translate(0, 100px);
       transform: translate(0, 100px); }
  to {
    -o-transform: translate(0, 0);
       transform: translate(0, 0); } }

@keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    opacity: .4;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  50% {
    opacity: 1;
    -o-transform: rotate(180deg);
       transform: rotate(180deg); }
  100% {
    opacity: .4;
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    opacity: .4;
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-o-keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

@-o-keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

.smartphoto {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: smartphoto;
       -o-animation-name: smartphoto;
          animation-name: smartphoto;
  -webkit-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.smartphoto[aria-hidden="true"] {
  display: none; }

.smartphoto-close {
  opacity: 0; }

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px; }

.smartphoto-header {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2); }

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1; }

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top; }

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-user-drag: none; }

.smartphoto-img.active {
  display: block; }

.smartphoto-img-onmove {
  cursor: -moz-grab;
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.smartphoto-img-elasticmove {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out; }

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-animation-name: smartphoto-img-wrap;
       -o-animation-name: smartphoto-img-wrap;
          animation-name: smartphoto-img-wrap;
  -webkit-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.smartphoto-img-left {
  -webkit-transform: translateX(150%) !important;
      -ms-transform: translateX(150%) !important;
       -o-transform: translateX(150%) !important;
          transform: translateX(150%) !important; }

.smartphoto-img-right {
  -webkit-transform: translateX(-150%) !important;
      -ms-transform: translateX(-150%) !important;
       -o-transform: translateX(-150%) !important;
          transform: translateX(-150%) !important; }

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
       -o-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.smartphoto-arrows[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
       -o-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none; }

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: smartphoto-appear;
       -o-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear; }

.smartphoto-arrows li:focus {
  outline: none; }

.smartphoto-arrows [aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
       -o-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none; }

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5); }

.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==); }

.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5); }

.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+); }

.smartPhotoArrowHideIcon {
  display: none; }

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
       -o-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.smartphoto-nav[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
       -o-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none; }

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px; }

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  opacity: .5; }

.smartphoto-nav a:focus {
  opacity: .8; }

.smartphoto-nav a.current {
  opacity: 1; }

.smartphoto-nav img {
  width: auto;
  height: 100%; }

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.smartphoto-list li:focus {
  outline: none; }

.smartphoto-list-onmove {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.smartphoto-caption {
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.smartphoto-caption:focus {
  outline: none; }

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  -webkit-transform: translate(50vw, 50vh);
      -ms-transform: translate(50vw, 50vh);
       -o-transform: translate(50vw, 50vh);
          transform: translate(50vw, 50vh); }

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: smartphoto-loader .5s infinite linear;
       -o-animation: smartphoto-loader .5s infinite linear;
          animation: smartphoto-loader .5s infinite linear; }

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0); }

.meal-list .item {
  padding: 20px 10px; }
  .meal-list .item + .item {
    border-top: 1px dashed #e3d9e8; }
  .meal-list .item .pic {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 24px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden; }
  .meal-list .item .tag {
    font-size: 0.86667em;
    letter-spacing: 0.2em; }
    .meal-list .item .tag.c1 {
      color: #a90329; }
    .meal-list .item .tag.c2 {
      color: #ffa84c; }
    .meal-list .item .tag.c3 {
      color: #00b7ea; }
  .meal-list .item .date span {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.86667em; }
    .meal-list .item .date span:before {
      content: '/ '; }
  .meal-list .item .title {
    clear: both;
    color: #5f1885;
    font-size: 1.06667em;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin: 0; }
  .meal-list .item .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 5.1em;
    font-size: 0.93333em;
    letter-spacing: 0.1em; }

.meal-list .album {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  left: 0;
  right: 0; }

@media (min-width: 768px) {
  .meal-list .item {
    overflow: hidden; }
    .meal-list .item .pic {
      width: 150px;
      height: 150px;
      margin: 0; }
    .meal-list .item .txt {
      margin-left: 180px; }
    .meal-list .item .title {
      clear: none;
      font-size: 1.2em;
      letter-spacing: 0.1em; }
  .meal-list .item:hover .pic img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out; }
  .meal-list .item:hover .title {
    color: #e4007e; } }

/*# sourceMappingURL=meal.css.map */
