/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: #FFFFFF;
  color: #212121;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.6; }

#wrap {
  position: relative;
  overflow: hidden; }

div.meta {
  display: none; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: 300; }

h1 {
  font-size: 32px;
  margin-bottom: 12px; }

h2 {
  font-size: 28px;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  margin-bottom: 8px; }

h4 {
  font-size: 22px;
  margin-bottom: 6px; }

h5 {
  font-size: 20px;
  margin-bottom: 6px; }

h6 {
  font-size: 18px;
  margin-bottom: 6px; }

p {
  font-size: 14px;
  margin-bottom: 6px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    margin-bottom: 20px; }

  h2 {
    font-size: 36px;
    margin-bottom: 18px; }

  h3 {
    font-size: 32px;
    margin-bottom: 16px; }

  h4 {
    font-size: 28px;
    margin-bottom: 14px; }

  h5 {
    font-size: 22px;
    margin-bottom: 12px; }

  h6 {
    font-size: 18px;
    margin-bottom: 12px; }

  p {
    font-size: 16px;
    margin-bottom: 12px; } }
img {
  max-width: 100%;
  height: auto; }

a {
  color: #2196F3;
  text-decoration: none;
  opacity: 1;
  outline: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  a:hover {
    cursor: pointer;
    opacity: .8; }

a.btn {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  background: #2196F3;
  color: #FFFFFF;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 60px;
  border-radius: 24px; }
  @media (min-width: 992px) {
    a.btn {
      height: 72px;
      width: 72px;
      line-height: 96px;
      border-radius: 36px; }
      a.btn i.material-icons {
        font-size: 36px; } }
  a.btn.small {
    height: 24px;
    width: 24px;
    line-height: 26px;
    border-radius: 12px; }
    a.btn.small i.material-icons {
      font-size: 12px; }
    @media (min-width: 992px) {
      a.btn.small {
        height: 36px;
        width: 36px;
        line-height: 44px;
        border-radius: 18px; }
        a.btn.small i.material-icons {
          font-size: 18px; } }

.flex-centered {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

i.material-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: rotateY(0) rotateZ(0); }
  100% {
    -webkit-transform: rotateY(360deg) rotateZ(360deg); } }
@-moz-keyframes loaderspin {
  0% {
    -moz-transform: rotateY(0) rotateZ(0); }
  100% {
    -moz-transform: rotateY(360deg) rotateZ(360deg); } }
@keyframes loaderspin {
  0% {
    -webkit-transform: rotateY(0) rotateZ(0);
    -moz-transform: rotateY(0) rotateZ(0);
    -ms-transform: rotateY(0) rotateZ(0);
    -o-transform: rotateY(0) rotateZ(0);
    transform: rotateY(0) rotateZ(0); }
  100% {
    -webkit-transform: rotateY(360deg) rotateZ(360deg);
    -moz-transform: rotateY(360deg) rotateZ(360deg);
    -ms-transform: rotateY(360deg) rotateZ(360deg);
    -o-transform: rotateY(360deg) rotateZ(360deg);
    transform: rotateY(360deg) rotateZ(360deg); } }
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  opacity: 0;
  z-index: 20;
  text-align: center;
  color: #2196F3;
  pointer-events: none; }
  #loading i.material-icons {
    margin-bottom: 18px;
    font-size: 18vw;
    -webkit-animation: loaderspin 1.6s linear infinite;
    -moz-animation: loaderspin 1.6s linear infinite;
    animation: loaderspin 1.6s linear infinite; }
  #loading .text {
    display: none; }

body.loading #loading {
  opacity: 1;
  pointer-events: auto; }

label, input, textarea, select {
  font-weight: 300; }

label {
  display: block;
  padding-bottom: 4px;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 480px) {
    label {
      padding-bottom: 6px; } }

input[type="text"], input[type="number"], select {
  display: inline-block;
  padding: 4px 6px;
  width: 100%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  border: 1px dashed #B6B6B6;
  color: #212121;
  background: #fff;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  @media (min-width: 480px) {
    input[type="text"], input[type="number"], select {
      padding: 6px 10px;
      font-size: 21px; } }

input[type="checkbox"] {
  margin: 5px 0 0 0; }
  @media (min-width: 480px) {
    input[type="checkbox"] {
      margin: 11px 0 0 0; } }

input[type="file"] {
  margin: 6px 10px; }

textarea {
  padding: 4px 6px;
  width: 100%;
  min-height: 100px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  border: 1px dashed #B6B6B6;
  color: #212121;
  background: #fff;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  @media (min-width: 480px) {
    textarea {
      padding: 6px 10px;
      font-size: 21px;
      min-height: 120px; } }
  @media (min-width: 768px) {
    textarea {
      min-height: 140px; } }
  @media (min-width: 992px) {
    textarea {
      min-height: 180px; } }

.form-wrap {
  margin: 0 auto;
  padding-bottom: 72px;
  max-width: 1200px; }
  .form-wrap input[type="submit"] {
    display: none; }
  .form-wrap .form-item {
    padding-bottom: 20px;
    margin: 0 1%;
    overflow: hidden; }
    .form-wrap .form-item.centered {
      text-align: center; }
    @media (min-width: 480px) {
      .form-wrap .form-item {
        padding-bottom: 24px; } }
    @media (min-width: 768px) {
      .form-wrap .form-item {
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .form-wrap .form-item {
        padding-bottom: 36px; } }
    .form-wrap .form-item .focus-position-input {
      position: relative;
      margin: 0 5px;
      height: 120px; }
      @media (min-width: 768px) {
        .form-wrap .form-item .focus-position-input {
          height: 140px; } }
      @media (min-width: 992px) {
        .form-wrap .form-item .focus-position-input {
          height: 180px; } }
      .form-wrap .form-item .focus-position-input .fpi-dividers {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #E8E8E8; }
        .form-wrap .form-item .focus-position-input .fpi-dividers .fpi-divider {
          position: absolute;
          background: #B6B6B6; }
          .form-wrap .form-item .focus-position-input .fpi-dividers .fpi-divider:nth-child(1) {
            width: 1px;
            height: 100%;
            left: 33.33333333%; }
          .form-wrap .form-item .focus-position-input .fpi-dividers .fpi-divider:nth-child(2) {
            width: 1px;
            height: 100%;
            left: 66.66666666%; }
          .form-wrap .form-item .focus-position-input .fpi-dividers .fpi-divider:nth-child(3) {
            width: 100%;
            height: 1px;
            top: 33.33333333%; }
          .form-wrap .form-item .focus-position-input .fpi-dividers .fpi-divider:nth-child(4) {
            width: 100%;
            height: 1px;
            top: 66.66666666%; }
      .form-wrap .form-item .focus-position-input .inputs {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2; }
        .form-wrap .form-item .focus-position-input .inputs input[type="radio"] {
          position: absolute;
          margin: 0; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="left top"] {
            top: -5px;
            left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="center top"] {
            top: -5px;
            left: 50%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="right top"] {
            top: -5px;
            right: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="33% 33%"] {
            top: 33.33333333%;
            margin-top: -5px;
            left: 33.33333333%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="center 33%"] {
            top: 33.33333333%;
            margin-top: -5px;
            left: 50%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="66% 33%"] {
            top: 33.33333333%;
            margin-top: -5px;
            left: 66.66666666%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="left center"] {
            top: 50%;
            margin-top: -5px;
            left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="33% center"] {
            top: 50%;
            margin-top: -5px;
            left: 33.33333333%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="center center"] {
            top: 50%;
            margin-top: -5px;
            left: 50%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="66% center"] {
            top: 50%;
            margin-top: -5px;
            left: 66.66666666%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="right center"] {
            top: 50%;
            margin-top: -5px;
            right: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="33% 66%"] {
            top: 66.66666666%;
            margin-top: -5px;
            left: 33.33333333%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="center 66%"] {
            top: 66.66666666%;
            margin-top: -5px;
            left: 50%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="66% 66%"] {
            top: 66.66666666%;
            margin-top: -5px;
            left: 66.66666666%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="left bottom"] {
            bottom: -5px;
            left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="center bottom"] {
            bottom: -5px;
            left: 50%;
            margin-left: -5px; }
          .form-wrap .form-item .focus-position-input .inputs input[type="radio"][value="right bottom"] {
            bottom: -5px;
            right: -5px; }
    @media (max-width: 479px) {
      .form-wrap .form-item.focus-line {
        clear: left !important;
        width: 98% !important; } }
    .form-wrap .form-item.actions {
      padding-top: 24px;
      text-align: center; }
    .form-wrap .form-item:not(.half):not(.third):not(.twothird):not(.qtr) {
      clear: left; }
    @media (min-width: 320px) {
      .form-wrap .form-item.half {
        float: left;
        width: 48%; } }
    @media (min-width: 320px) {
      .form-wrap .form-item.third {
        float: left;
        width: 31.33333333%; } }
    @media (min-width: 320px) {
      .form-wrap .form-item.twothird {
        float: left;
        width: 64.66666666%; } }
    @media (min-width: 320px) {
      .form-wrap .form-item.qtr {
        float: left;
        width: 48%; } }
    @media (min-width: 768px) {
      .form-wrap .form-item.qtr {
        width: 23%; } }
    .form-wrap .form-item.photo-wrap {
      text-align: center; }
      .form-wrap .form-item.photo-wrap img.photo {
        max-height: 400px; }

header {
  width: 100%;
  background: #212121;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  header.has-hero {
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.4); }
    header.has-hero h1 {
      text-indent: -9999px; }
  header .header-icon {
    color: #fff; }
    header .header-icon i.material-icons {
      font-size: 20px;
      padding: 12px; }
      @media (min-width: 768px) {
        header .header-icon i.material-icons {
          font-size: 32px;
          padding: 16px; } }
  header h1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0 12px;
    font-size: 20px;
    height: 22px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300; }
    @media (min-width: 768px) {
      header h1 {
        padding: 0 20px;
        font-size: 32px;
        height: 36px; } }

#view-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.97);
  opacity: 0;
  z-index: 40;
  pointer-events: none;
  padding: 48px 0;
  overflow: scroll; }
  @media (min-width: 768px) {
    #view-nav {
      padding: 96px 0; } }
  #view-nav #close-view-nav {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFFFFF; }
    #view-nav #close-view-nav i.material-icons {
      padding: 12px;
      font-size: 24px; }
      @media (min-width: 768px) {
        #view-nav #close-view-nav i.material-icons {
          padding: 24px;
          font-size: 48px; } }
  #view-nav ul {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    #view-nav ul li {
      width: 33.33333333%; }
      @media (min-width: 768px) {
        #view-nav ul li {
          width: 25%; } }
      @media (min-width: 992px) {
        #view-nav ul li.primary {
          width: 20%; }
        #view-nav ul li.secondary {
          width: 16.666666667%; } }
      #view-nav ul li a {
        height: 100%;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        padding-top: 12px; }
        @media (min-width: 992px) {
          #view-nav ul li a {
            padding-top: 0; } }
        #view-nav ul li a.active, #view-nav ul li a:hover {
          color: #2196F3; }
          #view-nav ul li a.active i.material-icons, #view-nav ul li a:hover i.material-icons {
            border: 1px solid #2196F3; }
        #view-nav ul li a i.material-icons {
          border: 1px solid #FFFFFF;
          border-radius: 9999px;
          font-size: 16px;
          padding: 16px; }
        #view-nav ul li a span {
          display: block;
          font-weight: 100;
          padding: 12px 0;
          font-size: 12px; }
      @media (min-width: 992px) {
        #view-nav ul li.primary a i.material-icons {
          font-size: 36px;
          padding: 32px; }
        #view-nav ul li.primary a span {
          padding: 32px 0;
          font-size: 24px; }
        #view-nav ul li.secondary a i.material-icons {
          font-size: 24px;
          padding: 24px; }
        #view-nav ul li.secondary a span {
          padding: 24px 0;
          font-size: 16px; } }

body.nav #view-nav {
  opacity: 1;
  pointer-events: auto; }

#views > [data-view] {
  display: none; }
  #views > [data-view].active {
    display: block; }
  #views > [data-view] > [data-action] {
    display: none; }
    #views > [data-view] > [data-action].active {
      display: block; }

.view-header {
  width: 100%;
  height: 36px;
  background: #E8E8E8;
  border-bottom: 1px solid #B6B6B6;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) {
    .view-header {
      height: 48px; } }
  .view-header .list-search, .view-header .list-filter {
    height: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .view-header .list-search select, .view-header .list-search input, .view-header .list-filter select, .view-header .list-filter input {
      height: 100%;
      border: 0;
      padding-left: 36px;
      background: transparent;
      font-size: 16px;
      color: #727272; }
      .view-header .list-search select::-webkit-input-placeholder, .view-header .list-search input::-webkit-input-placeholder, .view-header .list-filter select::-webkit-input-placeholder, .view-header .list-filter input::-webkit-input-placeholder {
        color: #727272; }
      .view-header .list-search select::-moz-placeholder, .view-header .list-search input::-moz-placeholder, .view-header .list-filter select::-moz-placeholder, .view-header .list-filter input::-moz-placeholder {
        color: #727272; }
      .view-header .list-search select:-moz-placeholder, .view-header .list-search input:-moz-placeholder, .view-header .list-filter select:-moz-placeholder, .view-header .list-filter input:-moz-placeholder {
        color: #727272; }
      .view-header .list-search select:-ms-input-placeholder, .view-header .list-search input:-ms-input-placeholder, .view-header .list-filter select:-ms-input-placeholder, .view-header .list-filter input:-ms-input-placeholder {
        color: #727272; }
      @media (min-width: 992px) {
        .view-header .list-search select, .view-header .list-search input, .view-header .list-filter select, .view-header .list-filter input {
          padding-left: 48px;
          font-size: 21px; } }
    .view-header .list-search i.material-icons, .view-header .list-filter i.material-icons {
      position: absolute;
      color: #727272;
      font-size: 18px;
      margin: 9px 0 0 9px; }
      @media (min-width: 992px) {
        .view-header .list-search i.material-icons, .view-header .list-filter i.material-icons {
          font-size: 24px;
          margin: 12px 0 0 12px; } }
  .view-header .list-filter {
    border-left: 1px solid #B6B6B6; }
  .view-header .toggle {
    height: 100%;
    border-left: 1px solid #B6B6B6; }
    .view-header .toggle a {
      float: left;
      height: 100%;
      padding: 0 12px;
      line-height: 45px;
      color: #727272; }
      @media (min-width: 992px) {
        .view-header .toggle a {
          line-height: 60px; } }
      .view-header .toggle a.active {
        color: #212121;
        background: #B6B6B6; }
      .view-header .toggle a i.material-icons {
        font-size: 18px; }
        @media (min-width: 992px) {
          .view-header .toggle a i.material-icons {
            font-size: 24px; } }

.view-actions {
  position: fixed;
  bottom: 4vw;
  right: 4vw;
  z-index: 10; }
  @media (min-width: 992px) {
    .view-actions {
      bottom: 36px;
      right: 36px; }
      .view-actions a.btn {
        margin-left: 6px; } }

#views > [data-view] > [data-action="new"], #views > [data-view] > [data-action="edit"], #views > [data-view] > [data-action="create"], #views > [data-view] > [data-action="update"], #views > [data-view] > [data-action="delete"] {
  padding: 12px 6px; }
  @media (min-width: 992px) {
    #views > [data-view] > [data-action="new"], #views > [data-view] > [data-action="edit"], #views > [data-view] > [data-action="create"], #views > [data-view] > [data-action="update"], #views > [data-view] > [data-action="delete"] {
      padding: 24px 12px; } }

.response {
  text-align: center;
  padding: 12px; }
  @media (min-width: 768px) {
    .response {
      padding: 24px; } }

.list-type {
  display: none; }
  .list-type.active {
    display: block; }

@media (min-width: 1600px) {
  .list-type.list {
    margin: 0 auto;
    max-width: 1600px; } }
.list-type.list .sort-notice {
  padding: 0 6px;
  color: #727272;
  font-size: 120%; }
  @media (min-width: 768px) {
    .list-type.list .sort-notice {
      display: none; } }
.list-type.list table {
  width: 100%;
  font-size: 14px; }
  @media (min-width: 480px) {
    .list-type.list table {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .list-type.list table {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .list-type.list table {
      font-size: 16px; } }
  @media (min-width: 1600px) {
    .list-type.list table {
      margin-top: 24px; } }
  .list-type.list table tr {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #B6B6B6; }
    @media (min-width: 768px) {
      .list-type.list table tr {
        display: table-row;
        padding: 0;
        border: 0; } }
    .list-type.list table tr[data-load]:hover {
      cursor: pointer;
      background: #BBDEFB; }
  .list-type.list table thead tr {
    padding: 6px; }
  .list-type.list table td, .list-type.list table th {
    background-clip: padding-box; }
  .list-type.list table th {
    display: inline-block;
    position: relative;
    padding: 4px 24px 4px 8px;
    margin-bottom: 3px;
    font-weight: 700;
    text-align: left;
    background-color: #E8E8E8; }
    .list-type.list table th.mobile-hide {
      display: none; }
      @media (min-width: 768px) {
        .list-type.list table th.mobile-hide {
          display: table-cell; } }
    @media (min-width: 768px) {
      .list-type.list table th {
        display: table-cell;
        border: 1px solid #B6B6B6;
        border-top: 0;
        padding: 3px 24px 3px 6px; } }
    @media (min-width: 992px) {
      .list-type.list table th {
        padding: 4px 24px 4px 8px; } }
    @media (min-width: 1600px) {
      .list-type.list table th {
        border-top: 1px solid #B6B6B6; } }
    .list-type.list table th:hover {
      cursor: pointer;
      background-color: #B6B6B6; }
    .list-type.list table th.headerSortUp, .list-type.list table th.headerSortDown {
      background-color: #B6B6B6; }
      .list-type.list table th.headerSortUp .material-icons, .list-type.list table th.headerSortDown .material-icons {
        position: absolute;
        right: 0; }
  .list-type.list table td {
    display: block;
    padding: 0 6px; }
    .list-type.list table td.mobile-hide {
      display: none; }
      @media (min-width: 768px) {
        .list-type.list table td.mobile-hide {
          display: table-cell; } }
    .list-type.list table td:nth-child(n + 2):not(.block):not(.mobile-hide) {
      display: inline-block; }
      @media (min-width: 768px) {
        .list-type.list table td:nth-child(n + 2):not(.block):not(.mobile-hide) {
          display: table-cell; } }
    .list-type.list table td:first-child {
      font-weight: 700; }
      @media (min-width: 768px) {
        .list-type.list table td:first-child {
          font-weight: inherit; } }
    @media (min-width: 480px) {
      .list-type.list table td {
        padding: 0 10px; } }
    @media (min-width: 768px) {
      .list-type.list table td {
        display: table-cell;
        margin: 0;
        padding: 3px 6px;
        border: 1px solid #B6B6B6; } }
    @media (min-width: 992px) {
      .list-type.list table td {
        padding: 4px 8px; } }
    .list-type.list table td br {
      display: none; }
      @media (min-width: 768px) {
        .list-type.list table td br {
          display: block; } }
    .list-type.list table td .material-icons {
      position: relative;
      top: 1px;
      font-size: 14px; }
      @media (min-width: 480px) {
        .list-type.list table td .material-icons {
          font-size: 16px; } }
      @media (min-width: 768px) {
        .list-type.list table td .material-icons {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .list-type.list table td .material-icons {
          font-size: 16px; } }
  .list-type.list table img {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    width: 12px;
    vertical-align: middle;
    top: -1px;
    border: 1px solid #ddd; }
    @media (min-width: 480px) {
      .list-type.list table img {
        width: 16px;
        margin-right: 6px; } }
    @media (min-width: 768px) {
      .list-type.list table img {
        width: 20px;
        margin-right: 8px; } }

@media (min-width: 1600px) {
  .list-type.grid {
    margin: 0 auto;
    max-width: 1600px; } }
.list-type.grid ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff; }
  .list-type.grid ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    min-width: 50%;
    max-width: 50%; }
    @media (min-width: 480px) {
      .list-type.grid ul li {
        min-width: 33.33333333%;
        max-width: 33.33333333%; } }
    @media (min-width: 992px) {
      .list-type.grid ul li {
        min-width: 25%;
        max-width: 25%; } }
    @media (min-width: 1200px) {
      .list-type.grid ul li {
        min-width: 20%;
        max-width: 20%; } }
    .list-type.grid ul li div.more {
      visibility: hidden;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      font-size: 24px;
      z-index: 1;
      pointer-events: none;
      font-weight: 400; }
      @media (min-width: 768px) {
        .list-type.grid ul li div.more {
          font-size: 36px; } }
    .list-type.grid ul li a.thumb {
      display: block;
      position: relative;
      height: 45vw;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      overflow: hidden;
      background-size: cover;
      background-image: url("/img/img-placeholder.jpg"); }
      @media (min-width: 480px) {
        .list-type.grid ul li a.thumb {
          height: 30vw;
          padding: 2vw; } }
      @media (min-width: 992px) {
        .list-type.grid ul li a.thumb {
          height: 20vw;
          padding: 1vw; } }
      @media (min-width: 1200px) {
        .list-type.grid ul li a.thumb {
          height: 240px;
          padding: 12px; } }
      .list-type.grid ul li a.thumb .background {
        top: 0;
        left: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #ccc;
        background-size: cover;
        background-image: url("/img/img-placeholder.jpg");
        opacity: 1;
        -webkit-filter: blur(1.5px);
        filter: blur(1.5px);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .list-type.grid ul li a.thumb:hover {
        opacity: 1; }
        .list-type.grid ul li a.thumb:hover .background {
          opacity: .9;
          -webkit-filter: blur(0);
          filter: blur(0);
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2); }
      .list-type.grid ul li a.thumb .content {
        top: 0;
        left: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 1vw;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out; }
        @media (min-width: 1200px) {
          .list-type.grid ul li a.thumb .content {
            padding: 12px; } }
        .list-type.grid ul li a.thumb .content .icon img {
          width: 18px;
          height: auto; }
          @media (min-width: 480px) {
            .list-type.grid ul li a.thumb .content .icon img {
              width: 24px; } }
          @media (min-width: 768px) {
            .list-type.grid ul li a.thumb .content .icon img {
              width: 36px; } }
        .list-type.grid ul li a.thumb .content .icon i.material-icons {
          text-shadow: 0 0 1px #000;
          -webkit-text-stroke: .2px #000; }
          @media (min-width: 992px) {
            .list-type.grid ul li a.thumb .content .icon i.material-icons {
              font-size: 200%; } }
        .list-type.grid ul li a.thumb .content .name {
          margin-bottom: 2px;
          font-size: 5vw;
          line-height: 1.2;
          font-weight: 700;
          text-shadow: 0 0 1px #000;
          -webkit-text-stroke: .2px #000; }
          @media (min-width: 480px) {
            .list-type.grid ul li a.thumb .content .name {
              font-size: 3vw;
              margin-bottom: 4px; } }
          @media (min-width: 992px) {
            .list-type.grid ul li a.thumb .content .name {
              font-size: 2vw;
              margin-bottom: 6px; } }
          @media (min-width: 1200px) {
            .list-type.grid ul li a.thumb .content .name {
              font-size: 24px; } }
        .list-type.grid ul li a.thumb .content .subhead-1 {
          margin-bottom: 2px;
          font-size: 4vw;
          line-height: 1.2;
          font-weight: 700;
          text-shadow: 0 0 1px #000;
          -webkit-text-stroke: .16px #000; }
          @media (min-width: 480px) {
            .list-type.grid ul li a.thumb .content .subhead-1 {
              font-size: 2.5vw;
              margin-bottom: 4px; } }
          @media (min-width: 992px) {
            .list-type.grid ul li a.thumb .content .subhead-1 {
              font-size: 1.6vw;
              margin-bottom: 6px; } }
          @media (min-width: 1200px) {
            .list-type.grid ul li a.thumb .content .subhead-1 {
              font-size: 20px; } }
        .list-type.grid ul li a.thumb .content .subhead-2, .list-type.grid ul li a.thumb .content .dates, .list-type.grid ul li a.thumb .content .small-icons {
          margin-bottom: 2px;
          font-size: 3vw;
          line-height: 1.2;
          font-weight: 700;
          text-shadow: 0 0 1px #000;
          -webkit-text-stroke: .12px #000; }
          @media (min-width: 480px) {
            .list-type.grid ul li a.thumb .content .subhead-2, .list-type.grid ul li a.thumb .content .dates, .list-type.grid ul li a.thumb .content .small-icons {
              font-size: 1.8vw;
              margin-bottom: 4px; } }
          @media (min-width: 992px) {
            .list-type.grid ul li a.thumb .content .subhead-2, .list-type.grid ul li a.thumb .content .dates, .list-type.grid ul li a.thumb .content .small-icons {
              font-size: 1.4vw;
              margin-bottom: 6px; } }
          @media (min-width: 1200px) {
            .list-type.grid ul li a.thumb .content .subhead-2, .list-type.grid ul li a.thumb .content .dates, .list-type.grid ul li a.thumb .content .small-icons {
              font-size: 16px; } }
        .list-type.grid ul li a.thumb .content .dates {
          font-style: italic; }
          @media (min-width: 1200px) {
            .list-type.grid ul li a.thumb .content .dates {
              font-size: 14px; } }
        .list-type.grid ul li a.thumb .content .small-icons {
          padding-top: 3px; }
          .list-type.grid ul li a.thumb .content .small-icons i.material-icons {
            font-size: 1em; }
      .list-type.grid ul li a.thumb:hover .content {
        background: rgba(0, 0, 0, 0.25); }
      .list-type.grid ul li a.thumb .pcount {
        position: absolute;
        bottom: 6px;
        right: 6px;
        color: #fff;
        font-weight: 700;
        line-height: 10px; }
        @media (min-width: 768px) {
          .list-type.grid ul li a.thumb .pcount {
            bottom: 8px;
            right: 8px;
            line-height: 12px; } }
        .list-type.grid ul li a.thumb .pcount i.material-icons, .list-type.grid ul li a.thumb .pcount span {
          vertical-align: middle;
          display: inline-block;
          text-shadow: 0 0 1px #000;
          -webkit-text-stroke: .2px #000; }
        .list-type.grid ul li a.thumb .pcount i.material-icons {
          margin-right: 4px;
          font-size: 12px; }
          @media (min-width: 768px) {
            .list-type.grid ul li a.thumb .pcount i.material-icons {
              font-size: 14px; } }
        .list-type.grid ul li a.thumb .pcount span {
          font-size: 10px; }
          @media (min-width: 768px) {
            .list-type.grid ul li a.thumb .pcount span {
              font-size: 11px; } }
    .list-type.grid ul li a.edit, .list-type.grid ul li a.delete {
      position: absolute;
      z-index: 1;
      bottom: 8px; }
      @media (min-width: 992px) {
        .list-type.grid ul li a.edit, .list-type.grid ul li a.delete {
          bottom: 12px; } }
    .list-type.grid ul li a.edit {
      right: 8px; }
      @media (min-width: 992px) {
        .list-type.grid ul li a.edit {
          right: 12px; } }
    .list-type.grid ul li a.delete {
      right: 36px; }
      @media (min-width: 992px) {
        .list-type.grid ul li a.delete {
          right: 56px; } }
  .list-type.grid ul.gallery a.thumb {
    background-color: #888; }
    .list-type.grid ul.gallery a.thumb:hover {
      opacity: .8; }
@media (min-width: 480px) and (max-width: 991px) {
  .list-type.grid.truncate ul li:nth-child(n+10) {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .list-type.grid.truncate ul li:nth-child(n+9) {
    display: none; } }

div.filter-notice {
  text-align: center;
  font-style: italic;
  color: #B6B6B6;
  font-size: 80%;
  padding: 12px;
  display: none; }
  div.filter-notice a {
    color: #2196F3; }

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #212121; }
  .hero .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero .loading i {
      font-size: 25vw;
      color: #B6B6B6;
      -webkit-animation: loaderspin 4.8s linear infinite;
      -moz-animation: loaderspin 4.8s linear infinite;
      animation: loaderspin 4.8s linear infinite;
      opacity: .5; }
  .hero .images {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero .images .image {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 10s linear;
      -moz-transition: -moz-transform 10s linear;
      transition: transform 10s linear; }
      .hero .images .image.grow {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
  .hero .nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    padding-top: 36px;
    padding-bottom: 36px;
    color: #FFFFFF;
    margin-top: -36px;
    line-height: 0;
    opacity: .5; }
    .hero .nav:hover {
      opacity: 1; }
    .hero .nav.prev {
      left: 0;
      padding-right: 2px; }
    .hero .nav.next {
      right: 0;
      padding-left: 2px; }
    @media (min-width: 768px) {
      .hero .nav {
        padding-top: 48px;
        padding-bottom: 48px;
        margin-top: -54px; }
        .hero .nav i.material-icons {
          font-size: 36px; }
        .hero .nav.prev {
          padding-right: 6px; }
        .hero .nav.next {
          padding-left: 6px; } }
    @media (min-width: 1200px) {
      .hero .nav {
        padding-top: 64px;
        padding-bottom: 64px;
        margin-top: -64px; }
        .hero .nav i.material-icons {
          font-size: 48px; }
        .hero .nav.prev {
          padding-right: 8px; }
        .hero .nav.next {
          padding-left: 8px; } }
  .hero .content {
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
    padding: 48px 36px 24px 36px;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    line-height: 1.2; }
    .hero .content > div {
      max-width: 1024px; }
    @media (min-width: 768px) {
      .hero .content {
        padding: 96px 60px 48px 60px; } }
    @media (min-width: 1200px) {
      .hero .content {
        padding: 96px 96px 48px 96px; } }
    .hero .content > a {
      display: block;
      color: #fff;
      text-decoration: none; }
    .hero .content .flag {
      height: 15vw;
      max-height: 100px;
      width: auto;
      margin-bottom: 14px; }
    .hero .content h1, .hero .content h2 {
      text-shadow: 0 0 3px black; }
    .hero .content h3, .hero .content h4 {
      text-shadow: 0 0 2px black; }
    .hero .content h5, .hero .content h6, .hero .content p {
      text-shadow: 0 0 1px black; }
    .hero .content p {
      padding-top: 6px;
      font-size: 12px; }
    .hero .content p a {
      color: #E8E8E8;
      text-decoration: none; }
      .hero .content p a i.material-icons {
        font-size: inherit;
        position: relative;
        top: 2px; }

.intro {
  margin: 0 auto;
  max-width: 992px;
  text-align: center;
  color: #727272;
  font-style: italic;
  padding: 24px;
  font-size: 20px;
  font-weight: 100; }
  @media (min-width: 768px) {
    .intro {
      padding: 36px;
      font-size: 32px; } }

.markdown {
  margin: 0 auto;
  max-width: 992px;
  padding: 12px; }
  @media (min-width: 768px) {
    .markdown {
      padding: 24px; } }
  @media (min-width: 1200px) {
    .markdown {
      padding: 36px 0; } }
  .markdown ul {
    list-style-type: circle; }
  .markdown ol {
    list-style-type: decimal; }
  .markdown ul, .markdown ol {
    padding-left: 28px;
    margin-bottom: 20px; }
    .markdown ul li, .markdown ol li {
      margin-bottom: 6px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .markdown ul li, .markdown ol li {
          font-size: 16px; } }
  .markdown blockquote, .markdown pre {
    margin: 12px 0 20px 0;
    padding: 12px 18px; }
    @media (min-width: 768px) {
      .markdown blockquote, .markdown pre {
        padding: 18px 24px; } }
  .markdown blockquote {
    background: #E8E8E8;
    font-style: italic; }
    .markdown blockquote p:last-child {
      margin: 0; }
  .markdown pre {
    background: #212121;
    color: #E8E8E8; }
    .markdown pre code {
      font-size: 14px; }
      @media (min-width: 768px) {
        .markdown pre code {
          font-size: 16px; } }
  .markdown code {
    font-family: Consolas, monaco, monospace; }

.divider {
  text-align: center;
  padding: 36px; }
  @media (min-width: 768px) {
    .divider {
      padding: 56px; } }
  .divider.small {
    padding: 24px; }
    @media (min-width: 768px) {
      .divider.small {
        padding: 36px; } }
  .divider h1, .divider h2, .divider h3, .divider h4, .divider h5, .divider h6, .divider p {
    font-weight: 100;
    margin: 0; }
    .divider h1 span.mobile-hide, .divider h2 span.mobile-hide, .divider h3 span.mobile-hide, .divider h4 span.mobile-hide, .divider h5 span.mobile-hide, .divider h6 span.mobile-hide, .divider p span.mobile-hide {
      display: none; }
      @media (min-width: 480px) {
        .divider h1 span.mobile-hide, .divider h2 span.mobile-hide, .divider h3 span.mobile-hide, .divider h4 span.mobile-hide, .divider h5 span.mobile-hide, .divider h6 span.mobile-hide, .divider p span.mobile-hide {
          display: inline; } }
  .divider.shade {
    background: #f5f5f5; }
  .divider:not(.shade) h1, .divider:not(.shade) h2, .divider:not(.shade) h3, .divider:not(.shade) h4, .divider:not(.shade) h5, .divider:not(.shade) h6, .divider:not(.shade) p {
    color: #727272; }
  .divider .link {
    text-transform: uppercase;
    font-weight: 300; }
  .divider .flag {
    height: 15vw;
    max-height: 100px;
    width: auto;
    margin-bottom: 14px; }

.hr {
  margin: 0 auto;
  width: 240px;
  border-bottom: 1px solid #B6B6B6; }

.transportation-detail {
  padding: 12px;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -moz-box-align: top;
  box-align: top;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  -o-align-items: top;
  align-items: top;
  -ms-flex-align: top;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (min-width: 768px) {
    .transportation-detail {
      padding: 24px;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: top;
      -moz-box-align: top;
      box-align: top;
      -webkit-align-items: top;
      -moz-align-items: top;
      -ms-align-items: top;
      -o-align-items: top;
      align-items: top;
      -ms-flex-align: top; } }
  .transportation-detail .from, .transportation-detail .to, .transportation-detail .via {
    padding: 12px; }
    @media (min-width: 768px) {
      .transportation-detail .from, .transportation-detail .to, .transportation-detail .via {
        padding: 24px; } }
  .transportation-detail .from p i.material-icons, .transportation-detail .to p i.material-icons {
    font-size: inherit;
    position: relative;
    top: 2px; }
  .transportation-detail .from {
    width: 100%; }
    @media (min-width: 768px) {
      .transportation-detail .from {
        padding-top: 30px;
        width: 35%;
        order: 1; } }
  .transportation-detail .to {
    width: 100%; }
    @media (min-width: 768px) {
      .transportation-detail .to {
        padding-top: 30px;
        width: 35%;
        order: 3; } }
  .transportation-detail .via {
    width: 100%; }
    @media (min-width: 768px) {
      .transportation-detail .via {
        width: 30%;
        order: 2; } }
    .transportation-detail .via i.material-icons {
      font-size: 144px;
      -webkit-animation: transspin 10s ease-in-out infinite;
      -moz-animation: transspin 10s ease-in-out infinite;
      animation: transspin 10s ease-in-out infinite; }
@-webkit-keyframes transspin {
  0% {
    -webkit-transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg); } }
@-moz-keyframes transspin {
  0% {
    -moz-transform: rotateY(0); }
  50% {
    -moz-transform: rotateY(180deg); }
  100% {
    -moz-transform: rotateY(0deg); } }
@keyframes transspin {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
  .transportation-detail .div {
    width: 100%;
    margin: 12px 0; }
    @media (min-width: 768px) {
      .transportation-detail .div {
        display: none; } }
    .transportation-detail .div > div {
      width: 50%;
      margin: 0 auto;
      border-top: 1px solid #B6B6B6; }
  .transportation-detail .flag {
    height: 40px;
    width: auto;
    border: 1px solid #E8E8E8; }
    @media (min-width: 768px) {
      .transportation-detail .flag {
        height: 60px; } }
  .transportation-detail h1 {
    font-weight: 700;
    margin-bottom: 0; }
  .transportation-detail h4 {
    line-height: 1.2;
    font-weight: 700; }

.accommodation-detail {
  padding: 12px;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .accommodation-detail {
      padding: 24px; } }
  .accommodation-detail .icon i.material-icons {
    font-size: 144px; }
  .accommodation-detail h2 {
    font-weight: 400;
    margin-bottom: 0; }
  .accommodation-detail p i.material-icons {
    font-size: inherit;
    position: relative;
    top: 2px; }

.expense-detail {
  padding: 12px;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .expense-detail {
      padding: 24px; } }
  .expense-detail .icon i.material-icons {
    font-size: 144px; }
  .expense-detail h2 {
    font-weight: 400;
    margin-bottom: 0; }
  .expense-detail h5 img {
    width: auto;
    height: 18px; }

#map-wrap {
  position: relative; }

#map {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 5s ease;
  -moz-transition: opacity 5s ease;
  transition: opacity 5s ease; }
  #map .gm-style-iw {
    top: 0 !important;
    left: 0 !important;
    border-radius: 2px 2px 0 0;
    background: transparent;
    margin-left: 29px;
    margin-top: 19px; }
  #map .iwcb {
    right: 0px;
    top: 0px;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    background: #aaa;
    color: #fff;
    opacity: 1 !important; }
    #map .iwcb i.material-icons {
      font-size: 13px; }
      #map .iwcb i.material-icons:hover {
        opacity: .7; }
  #map .map-infowindow {
    background: #fff;
    box-shadow: 3px 3px 3px black;
    border: 1px solid #B6B6B6;
    width: 320px; }
    @media (min-width: 768px) {
      #map .map-infowindow {
        width: 480px; } }
    #map .map-infowindow .list-type.grid ul {
      -webkit-box-pack: left;
      -moz-box-pack: left;
      box-pack: left;
      -webkit-justify-content: left;
      -moz-justify-content: left;
      -ms-justify-content: left;
      -o-justify-content: left;
      justify-content: left;
      -ms-flex-pack: left; }
      #map .map-infowindow .list-type.grid ul li:nth-child(5) div.more {
        visibility: visible; }
      #map .map-infowindow .list-type.grid ul li:nth-child(n + 6) {
        display: none; }
      #map .map-infowindow .list-type.grid ul li a.btn {
        display: none; }
      #map .map-infowindow .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]) li {
        min-width: 20%;
        max-width: 20%; }
        #map .map-infowindow .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]) li a.thumb {
          height: 80px; }
          @media (min-width: 768px) {
            #map .map-infowindow .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]) li a.thumb {
              height: 100px; } }
      #map .map-infowindow .list-type.grid ul[data-count="1"] li {
        min-width: 100%;
        max-width: 100%; }
        #map .map-infowindow .list-type.grid ul[data-count="1"] li a.thumb {
          height: 120px; }
          @media (min-width: 768px) {
            #map .map-infowindow .list-type.grid ul[data-count="1"] li a.thumb {
              height: 140px; } }
      #map .map-infowindow .list-type.grid ul[data-count="2"] li {
        min-width: 50%;
        max-width: 50%; }
        #map .map-infowindow .list-type.grid ul[data-count="2"] li a.thumb {
          height: 110px; }
          @media (min-width: 768px) {
            #map .map-infowindow .list-type.grid ul[data-count="2"] li a.thumb {
              height: 130px; } }
      #map .map-infowindow .list-type.grid ul[data-count="3"] li {
        min-width: 33.33333333%;
        max-width: 33.33333333%; }
        #map .map-infowindow .list-type.grid ul[data-count="3"] li a.thumb {
          height: 100px; }
          @media (min-width: 768px) {
            #map .map-infowindow .list-type.grid ul[data-count="3"] li a.thumb {
              height: 120px; } }
      #map .map-infowindow .list-type.grid ul[data-count="4"] li {
        min-width: 25%;
        max-width: 25%; }
        #map .map-infowindow .list-type.grid ul[data-count="4"] li a.thumb {
          height: 90px; }
          @media (min-width: 768px) {
            #map .map-infowindow .list-type.grid ul[data-count="4"] li a.thumb {
              height: 110px; } }
    #map .map-infowindow .ib_content {
      text-align: center;
      padding: 12px; }
      @media (min-width: 768px) {
        #map .map-infowindow .ib_content {
          padding: 18px; } }
      #map .map-infowindow .ib_content .icon {
        margin-bottom: 6px; }
        #map .map-infowindow .ib_content .icon i.material-icons {
          font-size: 36px; }
          @media (min-width: 768px) {
            #map .map-infowindow .ib_content .icon i.material-icons {
              font-size: 48px; } }
        #map .map-infowindow .ib_content .icon img.flag {
          display: inline-block;
          vertical-align: middle;
          width: 42px;
          border: 1px solid #B6B6B6; }
          @media (min-width: 768px) {
            #map .map-infowindow .ib_content .icon img.flag {
              width: 54px; } }
      #map .map-infowindow .ib_content h2 {
        margin-bottom: 10px; }
      #map .map-infowindow .ib_content h4 {
        margin-bottom: 10px; }

#open-map-filters {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 56px;
  right: 8px;
  color: #727272;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #B6B6B6;
  padding: 8px;
  line-height: 0; }
  @media (min-width: 768px) {
    #open-map-filters {
      bottom: 84px;
      right: 16px;
      padding: 12px; }
      #open-map-filters i.material-icons {
        font-size: 36px; } }

#map-filters {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  overflow-y: auto; }
  @media (min-width: 480px) {
    #map-filters {
      padding: 24px; } }
  @media (min-width: 768px) {
    #map-filters {
      padding: 48px; } }
  #map-filters .header {
    height: 24px; }
    #map-filters .header .close {
      float: right;
      color: #727272;
      padding: 8px; }
      #map-filters .header .close i.material-icons {
        font-size: 36px; }
        @media (min-width: 768px) {
          #map-filters .header .close i.material-icons {
            font-size: 64px; } }
  #map-filters .footer {
    padding: 24px 48px 48px 48px;
    text-align: center; }
  #map-filters .toggle {
    cursor: pointer;
    opacity: .25; }
    #map-filters .toggle.on {
      opacity: 1; }
    #map-filters .toggle:hover img {
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px); }
  #map-filters .div {
    width: 60%;
    max-width: 480px;
    margin: 24px 24px 36px 24px;
    border-bottom: 1px solid #B6B6B6; }
    @media (min-width: 480px) {
      #map-filters .div {
        margin: 36px 24px 48px 24px; } }
    @media (min-width: 768px) {
      #map-filters .div {
        margin: 48px auto 64px auto; } }
  #map-filters .filter-set {
    padding: 0 12px;
    margin: 0 auto;
    max-width: 992px; }
    @media (min-width: 768px) {
      #map-filters .filter-set {
        text-align: center; } }
    #map-filters .filter-set .all {
      padding: 0 0 24px 0; }
      @media (min-width: 768px) {
        #map-filters .filter-set .all {
          padding: 0 0 48px 0; } }
      #map-filters .filter-set .all img {
        width: 36px;
        vertical-align: middle; }
        @media (min-width: 992px) {
          #map-filters .filter-set .all img {
            width: 48px; } }
      #map-filters .filter-set .all span {
        display: inline-block;
        vertical-align: middle;
        padding-left: 8px;
        font-size: 20px;
        font-weight: 400; }
        @media (min-width: 768px) {
          #map-filters .filter-set .all span {
            font-size: 32px;
            padding-left: 12px; } }
        @media (min-width: 992px) {
          #map-filters .filter-set .all span {
            padding-left: 18px; } }
    #map-filters .filter-set ul {
      padding: 0 0 0 8px; }
      #map-filters .filter-set ul.narrow {
        max-width: 768px;
        margin: 0 auto; }
      #map-filters .filter-set ul li {
        display: inline-block;
        margin: 0 18px 18px 0; }
        @media (min-width: 768px) {
          #map-filters .filter-set ul li {
            margin: 0 18px 32px 18px; } }
        @media (min-width: 992px) {
          #map-filters .filter-set ul li {
            margin: 0 24px 32px 24px; } }
        #map-filters .filter-set ul li img {
          width: 20px;
          vertical-align: middle; }
          @media (min-width: 992px) {
            #map-filters .filter-set ul li img {
              width: 28px; } }
        #map-filters .filter-set ul li span {
          display: inline-block;
          vertical-align: middle;
          padding-left: 4px; }
          @media (min-width: 768px) {
            #map-filters .filter-set ul li span {
              font-size: 24px;
              padding-left: 8px; } }
          @media (min-width: 992px) {
            #map-filters .filter-set ul li span {
              padding-left: 12px; } }

#map-footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #B6B6B6;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  #map-footer .footer-icon {
    color: #212121;
    pointer-events: none;
    opacity: .2; }
    #map-footer .footer-icon i.material-icons {
      font-size: 20px;
      padding: 12px; }
      @media (min-width: 768px) {
        #map-footer .footer-icon i.material-icons {
          font-size: 32px;
          padding: 16px; } }
  #map-footer select {
    border: 0; }
  #map-footer h1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0 12px;
    font-size: 20px;
    height: 22px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300; }
    @media (min-width: 768px) {
      #map-footer h1 {
        padding: 0 20px;
        font-size: 32px;
        height: 36px; } }
  #map-footer.unzoomed select {
    opacity: .2; }
  #map-footer.unzoomed h1 {
    display: none; }
  #map-footer.unzoomed .placemarker {
    opacity: .2; }
  #map-footer.zoomed select {
    display: none; }
  #map-footer.zoomed h1 {
    display: block; }
  #map-footer.zoomed .footer-icon:not(.disabled) {
    pointer-events: auto;
    opacity: .7; }

#timeline, #calendar-timeline {
  max-width: 768px;
  margin: 0 auto; }
  #timeline .date, #calendar-timeline .date {
    margin: 0 8px 24px 8px;
    padding: 8px 0 4px 0;
    border-bottom: 1px solid #E8E8E8;
    color: #B6B6B6;
    font-size: 10px;
    font-style: italic; }
    @media (min-width: 768px) {
      #timeline .date, #calendar-timeline .date {
        margin: 0 12px 48px 12px;
        padding: 12px 0 6px 0;
        font-size: 12px; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.15); }
  100% {
    -moz-transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #timeline .bookend, #calendar-timeline .bookend {
    text-align: center; }
    #timeline .bookend .nav, #calendar-timeline .bookend .nav {
      margin: 24px 0 0 0; }
      @media (min-width: 768px) {
        #timeline .bookend .nav, #calendar-timeline .bookend .nav {
          margin: 36px 0 0 0; } }
      #timeline .bookend .nav .material-icons, #calendar-timeline .bookend .nav .material-icons {
        font-size: 32px;
        padding: 12px;
        color: #B6B6B6;
        border: 1px solid #B6B6B6;
        border-radius: 200px;
        -webkit-animation: pulse 2.2s ease-in-out infinite;
        -moz-animation: pulse 2.2s ease-in-out infinite;
        animation: pulse 2.2s ease-in-out infinite; }
        @media (min-width: 768px) {
          #timeline .bookend .nav .material-icons, #calendar-timeline .bookend .nav .material-icons {
            font-size: 56px;
            padding: 24px; } }
    #timeline .bookend ul, #calendar-timeline .bookend ul {
      padding: 0 24px; }
      @media (min-width: 768px) {
        #timeline .bookend ul, #calendar-timeline .bookend ul {
          padding: 0 36px; } }
      #timeline .bookend ul li, #calendar-timeline .bookend ul li {
        display: inline-block;
        margin: 4px 10px;
        font-size: 20px; }
        @media (min-width: 768px) {
          #timeline .bookend ul li, #calendar-timeline .bookend ul li {
            margin: 6px 18px;
            font-size: 28px; } }
        @media (min-width: 768px) {
          #timeline .bookend ul li, #calendar-timeline .bookend ul li {
            margin: 8px 24px;
            font-size: 36px; } }
  #timeline .cell, #calendar-timeline .cell {
    position: relative;
    margin: 0 0 24px 0; }
    @media (min-width: 768px) {
      #timeline .cell, #calendar-timeline .cell {
        margin: 0 0 64px 0; } }
    @media (min-width: 1200px) {
      #timeline .cell, #calendar-timeline .cell {
        margin: 0 0 96px 0; } }
    #timeline .cell .line, #calendar-timeline .cell .line {
      display: none;
      position: absolute;
      height: 300%;
      width: 1px;
      background: #B6B6B6;
      pointer-events: none;
      left: -96px;
      top: 40px; }
      @media (min-width: 1200px) {
        #timeline .cell .line, #calendar-timeline .cell .line {
          display: block; } }
    #timeline .cell:last-child .line, #calendar-timeline .cell:last-child .line {
      background: #fff; }
    #timeline .cell .header, #calendar-timeline .cell .header {
      text-align: center;
      color: #727272;
      padding: 0 12px 8px 12px; }
      @media (min-width: 768px) {
        #timeline .cell .header, #calendar-timeline .cell .header {
          text-align: left;
          padding: 0 18px 12px 154px;
          position: relative;
          top: 40px; } }
      @media (min-width: 1200px) {
        #timeline .cell .header, #calendar-timeline .cell .header {
          padding-left: 18px; } }
      #timeline .cell .header.small, #calendar-timeline .cell .header.small {
        font-size: 12px; }
    #timeline .cell .wrap, #calendar-timeline .cell .wrap {
      display: block;
      position: relative;
      padding: 0 12px;
      color: #212121; }
      #timeline .cell .wrap::after, #calendar-timeline .cell .wrap::after {
        clear: both;
        content: "";
        display: table; }
      @media (min-width: 768px) {
        #timeline .cell .wrap, #calendar-timeline .cell .wrap {
          padding: 0 18px;
          margin-bottom: 18px; } }
      #timeline .cell .wrap .icon, #calendar-timeline .cell .wrap .icon {
        text-align: center; }
        @media (min-width: 768px) {
          #timeline .cell .wrap .icon, #calendar-timeline .cell .wrap .icon {
            float: left;
            width: 15%;
            text-align: left;
            margin-bottom: 0; } }
        @media (min-width: 1200px) {
          #timeline .cell .wrap .icon, #calendar-timeline .cell .wrap .icon {
            float: none;
            position: absolute;
            width: 112px;
            left: -148px; } }
        #timeline .cell .wrap .icon .material-icons, #calendar-timeline .cell .wrap .icon .material-icons {
          font-size: 56px;
          background: #fff; }
          @media (min-width: 768px) {
            #timeline .cell .wrap .icon .material-icons, #calendar-timeline .cell .wrap .icon .material-icons {
              padding: 24px;
              color: #212121;
              border: 1px solid #212121;
              border-radius: 200px; } }
        #timeline .cell .wrap .icon img.flag, #calendar-timeline .cell .wrap .icon img.flag {
          width: 96px;
          border: 1px solid #eee; }
          @media (min-width: 768px) {
            #timeline .cell .wrap .icon img.flag, #calendar-timeline .cell .wrap .icon img.flag {
              width: 85%; } }
          @media (min-width: 1200px) {
            #timeline .cell .wrap .icon img.flag, #calendar-timeline .cell .wrap .icon img.flag {
              width: 100%; } }
      #timeline .cell .wrap .content, #calendar-timeline .cell .wrap .content {
        text-align: center; }
        #timeline .cell .wrap .content p, #calendar-timeline .cell .wrap .content p {
          font-size: 12px; }
        @media (min-width: 768px) {
          #timeline .cell .wrap .content, #calendar-timeline .cell .wrap .content {
            float: right;
            width: 82%;
            text-align: left; }
            #timeline .cell .wrap .content h1, #timeline .cell .wrap .content h2, #timeline .cell .wrap .content h3, #timeline .cell .wrap .content h4, #timeline .cell .wrap .content h5, #timeline .cell .wrap .content h6, #timeline .cell .wrap .content p, #calendar-timeline .cell .wrap .content h1, #calendar-timeline .cell .wrap .content h2, #calendar-timeline .cell .wrap .content h3, #calendar-timeline .cell .wrap .content h4, #calendar-timeline .cell .wrap .content h5, #calendar-timeline .cell .wrap .content h6, #calendar-timeline .cell .wrap .content p {
              line-height: 1.3; }
            #timeline .cell .wrap .content h1, #calendar-timeline .cell .wrap .content h1 {
              margin-bottom: 8px; }
            #timeline .cell .wrap .content h2, #calendar-timeline .cell .wrap .content h2 {
              margin-bottom: 6px; }
            #timeline .cell .wrap .content h3, #calendar-timeline .cell .wrap .content h3 {
              margin-bottom: 4px; }
            #timeline .cell .wrap .content h4, #calendar-timeline .cell .wrap .content h4 {
              margin-bottom: 4px; }
            #timeline .cell .wrap .content h5, #calendar-timeline .cell .wrap .content h5 {
              margin-bottom: 4px; }
            #timeline .cell .wrap .content h6, #calendar-timeline .cell .wrap .content h6 {
              margin-bottom: 4px; }
            #timeline .cell .wrap .content p, #calendar-timeline .cell .wrap .content p {
              margin-bottom: 4px;
              font-size: 16px;
              padding-left: 2px; } }
        @media (min-width: 1200px) {
          #timeline .cell .wrap .content, #calendar-timeline .cell .wrap .content {
            width: 100%; }
            #timeline .cell .wrap .content h1, #calendar-timeline .cell .wrap .content h1 {
              margin-top: 4px;
              margin-bottom: 24px; }
            #timeline .cell .wrap .content h2, #calendar-timeline .cell .wrap .content h2 {
              margin-bottom: 20px; }
            #timeline .cell .wrap .content h3, #calendar-timeline .cell .wrap .content h3 {
              margin-bottom: 18px; }
            #timeline .cell .wrap .content h4, #calendar-timeline .cell .wrap .content h4 {
              margin-bottom: 16px; }
            #timeline .cell .wrap .content h5, #calendar-timeline .cell .wrap .content h5 {
              margin-bottom: 16px; }
            #timeline .cell .wrap .content h6, #calendar-timeline .cell .wrap .content h6 {
              margin-bottom: 16px; }
            #timeline .cell .wrap .content p, #calendar-timeline .cell .wrap .content p {
              margin-bottom: 14px;
              line-height: 1.4; } }
    #timeline .cell a.wrap img.flag, #calendar-timeline .cell a.wrap img.flag {
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      -moz-transition: -moz-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out; }
    #timeline .cell a.wrap .icon .material-icons, #calendar-timeline .cell a.wrap .icon .material-icons {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #timeline .cell a.wrap:hover, #calendar-timeline .cell a.wrap:hover {
      opacity: 1; }
      @media (min-width: 768px) {
        #timeline .cell a.wrap:hover .icon .material-icons, #calendar-timeline .cell a.wrap:hover .icon .material-icons {
          color: #E8E8E8;
          background: #212121; } }
      #timeline .cell a.wrap:hover img.flag, #calendar-timeline .cell a.wrap:hover img.flag {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
    #timeline .cell .map-link-top, #calendar-timeline .cell .map-link-top {
      display: none;
      font-size: 36px;
      line-height: 36px;
      position: absolute;
      right: -96px; }
      #timeline .cell .map-link-top a, #calendar-timeline .cell .map-link-top a {
        opacity: .2;
        padding: 12px;
        line-height: 1;
        color: #212121; }
        #timeline .cell .map-link-top a:hover, #calendar-timeline .cell .map-link-top a:hover {
          opacity: 1; }
      @media (min-width: 1200px) {
        #timeline .cell .map-link-top, #calendar-timeline .cell .map-link-top {
          display: block; } }
      #timeline .cell .map-link-top i.material-icons, #calendar-timeline .cell .map-link-top i.material-icons {
        font-size: 36px; }
    #timeline .cell .map-link-bottom, #calendar-timeline .cell .map-link-bottom {
      margin-top: 24px;
      text-align: center;
      font-size: 12px; }
      #timeline .cell .map-link-bottom.has-images, #calendar-timeline .cell .map-link-bottom.has-images {
        margin-top: 6px; }
      @media (min-width: 768px) {
        #timeline .cell .map-link-bottom, #calendar-timeline .cell .map-link-bottom {
          margin-top: 0;
          margin-left: 154px;
          font-size: 16px;
          text-align: left; }
          #timeline .cell .map-link-bottom.has-images, #calendar-timeline .cell .map-link-bottom.has-images {
            margin-top: 24px; } }
      @media (min-width: 1200px) {
        #timeline .cell .map-link-bottom, #calendar-timeline .cell .map-link-bottom {
          display: none; } }
      #timeline .cell .map-link-bottom i.material-icons, #calendar-timeline .cell .map-link-bottom i.material-icons {
        position: relative;
        font-size: 12px;
        top: 2px; }
        @media (min-width: 768px) {
          #timeline .cell .map-link-bottom i.material-icons, #calendar-timeline .cell .map-link-bottom i.material-icons {
            font-size: 16px;
            top: 4px; } }
        @media (min-width: 1200px) {
          #timeline .cell .map-link-bottom i.material-icons, #calendar-timeline .cell .map-link-bottom i.material-icons {
            font-size: 36px; } }
    #timeline .cell .flourish > div, #calendar-timeline .cell .flourish > div {
      display: block;
      margin: 0 auto;
      width: 200px;
      border-top: 1px solid #E8E8E8; }
      @media (min-width: 768px) {
        #timeline .cell .flourish > div, #calendar-timeline .cell .flourish > div {
          width: 300px;
          margin: 0; } }
      @media (min-width: 1200px) {
        #timeline .cell .flourish > div, #calendar-timeline .cell .flourish > div {
          width: 360px; } }
    #timeline .cell .flourish.top, #calendar-timeline .cell .flourish.top {
      padding-bottom: 36px; }
      @media (min-width: 768px) {
        #timeline .cell .flourish.top, #calendar-timeline .cell .flourish.top {
          padding-bottom: 48px; } }
      @media (min-width: 1200px) {
        #timeline .cell .flourish.top, #calendar-timeline .cell .flourish.top {
          padding-bottom: 64px; } }
    #timeline .cell .flourish.bottom, #calendar-timeline .cell .flourish.bottom {
      padding-top: 36px; }
      @media (min-width: 768px) {
        #timeline .cell .flourish.bottom, #calendar-timeline .cell .flourish.bottom {
          padding-top: 48px; } }
      @media (min-width: 1200px) {
        #timeline .cell .flourish.bottom, #calendar-timeline .cell .flourish.bottom {
          padding-top: 64px; } }
  #timeline .location .wrap, #calendar-timeline .location .wrap {
    padding-top: 24px; }
    @media (min-width: 768px) {
      #timeline .location .wrap, #calendar-timeline .location .wrap {
        padding-top: 36px;
        padding-bottom: 36px; } }
  #timeline .location .map-link-top, #calendar-timeline .location .map-link-top {
    margin-top: 52px; }
  @media (min-width: 768px) {
    #timeline .attraction .content, #calendar-timeline .attraction .content {
      padding-top: 32px; } }
  #timeline .attraction .map-link-top, #calendar-timeline .attraction .map-link-top {
    margin-top: 36px; }
  @media (min-width: 768px) {
    #timeline .accommodation .wrap .content, #calendar-timeline .accommodation .wrap .content {
      padding-top: 32px; }
    #timeline .accommodation .wrap .icon .material-icons, #calendar-timeline .accommodation .wrap .icon .material-icons {
      color: #fff;
      background: #bbb;
      border: 0; } }
  #timeline .accommodation .map-link-top, #calendar-timeline .accommodation .map-link-top {
    margin-top: 64px; }
  @media (min-width: 768px) {
    #timeline .transportation .wrap .content, #calendar-timeline .transportation .wrap .content {
      padding-top: 32px; }
    #timeline .transportation .wrap .icon .material-icons, #calendar-timeline .transportation .wrap .icon .material-icons {
      color: #fff;
      background: #bbb;
      border: 0; } }
  #timeline .transportation .map-link-top, #calendar-timeline .transportation .map-link-top {
    margin-top: 36px; }
  #timeline .list-type.grid ul, #calendar-timeline .list-type.grid ul {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left; }
    @media (min-width: 768px) {
      #timeline .list-type.grid ul, #calendar-timeline .list-type.grid ul {
        padding-top: 36px;
        padding-bottom: 36px; } }
    @media (min-width: 1200px) {
      #timeline .list-type.grid ul, #calendar-timeline .list-type.grid ul {
        padding-top: 48px;
        padding-bottom: 48px; } }
    #timeline .list-type.grid ul li a.btn, #calendar-timeline .list-type.grid ul li a.btn {
      display: none; }
    #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) li, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) li {
      min-width: 25%;
      max-width: 25%; }
      #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) li a.thumb, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) li a.thumb {
        height: 25vw; }
        @media (min-width: 768px) {
          #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) li a.thumb, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) li a.thumb {
            height: 192px; } }
    #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(8) div.more.loaded {
      visibility: visible; }
    #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(n+9), #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(n+9) {
      display: none; }
    @media (min-width: 768px) {
      #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(8) div.more.loaded {
        visibility: hidden; }
      #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(n+9), #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(n+9) {
        display: block; }
      #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(16) div.more.loaded, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(16) div.more.loaded {
        visibility: visible; }
      #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(n+17), #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li:nth-child(n+17) {
        display: none; } }
    #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li a.btn, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]) li a.btn {
      display: none; }
    @media (min-width: 768px) {
      #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]):not([data-count="8"]):not([data-count="9"]):not([data-count="10"]):not([data-count="11"]):not([data-count="12"]):not([data-count="13"]):not([data-count="14"]):not([data-count="15"]) li, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]):not([data-count="8"]):not([data-count="9"]):not([data-count="10"]):not([data-count="11"]):not([data-count="12"]):not([data-count="13"]):not([data-count="14"]):not([data-count="15"]) li {
        min-width: 12.5%;
        max-width: 12.5%; }
        #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]):not([data-count="8"]):not([data-count="9"]):not([data-count="10"]):not([data-count="11"]):not([data-count="12"]):not([data-count="13"]):not([data-count="14"]):not([data-count="15"]) li div.more, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]):not([data-count="8"]):not([data-count="9"]):not([data-count="10"]):not([data-count="11"]):not([data-count="12"]):not([data-count="13"]):not([data-count="14"]):not([data-count="15"]) li div.more {
          font-size: 24px; }
        #timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]):not([data-count="8"]):not([data-count="9"]):not([data-count="10"]):not([data-count="11"]):not([data-count="12"]):not([data-count="13"]):not([data-count="14"]):not([data-count="15"]) li a.thumb, #calendar-timeline .list-type.grid ul:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]):not([data-count="7"]):not([data-count="8"]):not([data-count="9"]):not([data-count="10"]):not([data-count="11"]):not([data-count="12"]):not([data-count="13"]):not([data-count="14"]):not([data-count="15"]) li a.thumb {
          height: 96px; } }
    #timeline .list-type.grid ul[data-count="1"] li, #calendar-timeline .list-type.grid ul[data-count="1"] li {
      min-width: 100%;
      max-width: 100%; }
      @media (min-width: 480px) {
        #timeline .list-type.grid ul[data-count="1"] li a.thumb, #calendar-timeline .list-type.grid ul[data-count="1"] li a.thumb {
          height: 56vw; } }
      @media (min-width: 768px) {
        #timeline .list-type.grid ul[data-count="1"] li a.thumb, #calendar-timeline .list-type.grid ul[data-count="1"] li a.thumb {
          height: 360px; } }
    @media (min-width: 480px) {
      #timeline .list-type.grid ul[data-count="2"] li, #calendar-timeline .list-type.grid ul[data-count="2"] li {
        min-width: 50%;
        max-width: 50%; } }
    @media (min-width: 480px) {
      #timeline .list-type.grid ul[data-count="2"] li a.thumb, #calendar-timeline .list-type.grid ul[data-count="2"] li a.thumb {
        height: 48vw; } }
    @media (min-width: 768px) {
      #timeline .list-type.grid ul[data-count="2"] li a.thumb, #calendar-timeline .list-type.grid ul[data-count="2"] li a.thumb {
        height: 240px; } }
    #timeline .list-type.grid ul[data-count="3"] li, #calendar-timeline .list-type.grid ul[data-count="3"] li {
      min-width: 33.33333333%;
      max-width: 33.33333333%; }
    #timeline .list-type.grid ul[data-count="5"] li:nth-child(n+5), #calendar-timeline .list-type.grid ul[data-count="5"] li:nth-child(n+5) {
      display: none; }
    #timeline .list-type.grid ul[data-count="5"] li:nth-child(4) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="5"] li:nth-child(4) div.more.loaded {
      visibility: visible !important; }
    #timeline .list-type.grid ul[data-count="6"] li:nth-child(n+5), #calendar-timeline .list-type.grid ul[data-count="6"] li:nth-child(n+5) {
      display: none; }
    #timeline .list-type.grid ul[data-count="6"] li:nth-child(4) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="6"] li:nth-child(4) div.more.loaded {
      visibility: visible !important; }
    #timeline .list-type.grid ul[data-count="7"] li:nth-child(n+5), #calendar-timeline .list-type.grid ul[data-count="7"] li:nth-child(n+5) {
      display: none; }
    #timeline .list-type.grid ul[data-count="7"] li:nth-child(4) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="7"] li:nth-child(4) div.more.loaded {
      visibility: visible !important; }
    @media (min-width: 768px) {
      #timeline .list-type.grid ul[data-count="9"] li:nth-child(n+9), #calendar-timeline .list-type.grid ul[data-count="9"] li:nth-child(n+9) {
        display: none !important; }
      #timeline .list-type.grid ul[data-count="9"] li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="9"] li:nth-child(8) div.more.loaded {
        visibility: visible !important; }
      #timeline .list-type.grid ul[data-count="10"] li:nth-child(n+9), #calendar-timeline .list-type.grid ul[data-count="10"] li:nth-child(n+9) {
        display: none !important; }
      #timeline .list-type.grid ul[data-count="10"] li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="10"] li:nth-child(8) div.more.loaded {
        visibility: visible !important; }
      #timeline .list-type.grid ul[data-count="11"] li:nth-child(n+9), #calendar-timeline .list-type.grid ul[data-count="11"] li:nth-child(n+9) {
        display: none !important; }
      #timeline .list-type.grid ul[data-count="11"] li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="11"] li:nth-child(8) div.more.loaded {
        visibility: visible !important; }
      #timeline .list-type.grid ul[data-count="12"] li:nth-child(n+9), #calendar-timeline .list-type.grid ul[data-count="12"] li:nth-child(n+9) {
        display: none !important; }
      #timeline .list-type.grid ul[data-count="12"] li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="12"] li:nth-child(8) div.more.loaded {
        visibility: visible !important; }
      #timeline .list-type.grid ul[data-count="13"] li:nth-child(n+9), #calendar-timeline .list-type.grid ul[data-count="13"] li:nth-child(n+9) {
        display: none !important; }
      #timeline .list-type.grid ul[data-count="13"] li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="13"] li:nth-child(8) div.more.loaded {
        visibility: visible !important; }
      #timeline .list-type.grid ul[data-count="14"] li:nth-child(n+9), #calendar-timeline .list-type.grid ul[data-count="14"] li:nth-child(n+9) {
        display: none !important; }
      #timeline .list-type.grid ul[data-count="14"] li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="14"] li:nth-child(8) div.more.loaded {
        visibility: visible !important; }
      #timeline .list-type.grid ul[data-count="15"] li:nth-child(n+9), #calendar-timeline .list-type.grid ul[data-count="15"] li:nth-child(n+9) {
        display: none !important; }
      #timeline .list-type.grid ul[data-count="15"] li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="15"] li:nth-child(8) div.more.loaded {
        visibility: visible !important; }
      #timeline .list-type.grid ul[data-count="16"] li:nth-child(n+9), #calendar-timeline .list-type.grid ul[data-count="16"] li:nth-child(n+9) {
        display: none !important; }
      #timeline .list-type.grid ul[data-count="16"] li:nth-child(8) div.more.loaded, #calendar-timeline .list-type.grid ul[data-count="16"] li:nth-child(8) div.more.loaded {
        visibility: visible !important; } }

#calendar-wrap {
  position: relative;
  height: 100%;
  width: 100%; }

#calendar-header {
  line-height: 1;
  vertical-align: bottom; }
  #calendar-header .top {
    width: 100%;
    background: #E8E8E8;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #calendar-header .top a.nav {
      color: #212121; }
      #calendar-header .top a.nav i.material-icons {
        font-size: 16px;
        padding: 8px; }
        @media (min-width: 768px) {
          #calendar-header .top a.nav i.material-icons {
            font-size: 28px;
            padding: 12px; } }
      #calendar-header .top a.nav.inactive {
        cursor: auto;
        opacity: .3; }
    #calendar-header .top div.curr {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 16px;
      text-align: center; }
      @media (min-width: 768px) {
        #calendar-header .top div.curr {
          padding: 0 16px;
          font-size: 24px; } }
  #calendar-header .bottom {
    width: 100%;
    background: #E8E8E8;
    border-bottom: 1px solid #B6B6B6;
    text-align: center;
    font-size: 10px;
    padding: 3px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    @media (min-width: 768px) {
      #calendar-header .bottom {
        font-size: 12px;
        padding: 6px 0; } }
    #calendar-header .bottom .label {
      width: 14.28%;
      opacity: .7; }

#calendar .month {
  display: none;
  height: 100%;
  border-left: 1px solid #E8E8E8; }
  #calendar .month.active {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; }
  #calendar .month .day {
    position: relative;
    width: 14.28%;
    height: 20%;
    padding: 3px 6px;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    font-size: 10px;
    color: #212121;
    background: #fff; }
    #calendar .month .day .wrap {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    @media (min-width: 768px) {
      #calendar .month .day {
        padding: 6px 8px;
        font-size: 12px; } }
    @media (min-width: 992px) {
      #calendar .month .day {
        padding: 8px 12px;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      #calendar .month .day {
        font-size: 16px; } }
    #calendar .month .day.inactive {
      background: #f8f8f8; }
    #calendar .month .day:nth-child(7n+1) {
      -webkit-transform-origin: center left;
      -moz-transform-origin: center left;
      -ms-transform-origin: center left;
      -o-transform-origin: center left;
      transform-origin: center left; }
    #calendar .month .day:nth-child(7n+7) {
      -webkit-transform-origin: center right;
      -moz-transform-origin: center right;
      -ms-transform-origin: center right;
      -o-transform-origin: center right;
      transform-origin: center right; }
    #calendar .month .day:nth-last-child(-n+7) {
      -webkit-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -o-transform-origin: bottom center;
      transform-origin: bottom center; }
    #calendar .month .day:nth-last-child(-n+7):nth-child(7n+1) {
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      -o-transform-origin: bottom left;
      transform-origin: bottom left; }
    #calendar .month .day:nth-last-child(-n+7):nth-child(7n+7) {
      -webkit-transform-origin: bottom right;
      -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      -o-transform-origin: bottom right;
      transform-origin: bottom right; }
    #calendar .month .day:not(.inactive):hover {
      z-index: 1;
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      border: 1px solid #B6B6B6;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
      cursor: pointer; }
      #calendar .month .day:not(.inactive):hover .number {
        font-weight: 700; }
    #calendar .month .day .number {
      padding-bottom: 4px; }
      @media (min-width: 768px) {
        #calendar .month .day .number {
          float: left;
          padding-bottom: 0; } }
    @media (min-width: 768px) {
      #calendar .month .day .flags {
        float: right;
        padding-top: 4px; } }
    #calendar .month .day .flags img {
      display: inline-block;
      width: 14px;
      height: auto;
      margin-right: 4px;
      border: 1px solid #eee; }
      @media (min-width: 768px) {
        #calendar .month .day .flags img {
          width: 20px;
          margin-right: 0;
          margin-left: 5px; } }
      @media (min-width: 1200px) {
        #calendar .month .day .flags img {
          width: 26px;
          margin-left: 6px; } }
      #calendar .month .day .flags img:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
    #calendar .month .day .icons {
      clear: both;
      padding-top: 4px; }
      @media (min-width: 1200px) {
        #calendar .month .day .icons {
          position: absolute;
          bottom: 0; } }
      #calendar .month .day .icons i.material-icons {
        font-size: 12px;
        margin-right: 2px;
        color: #B6B6B6; }
        @media (min-width: 768px) {
          #calendar .month .day .icons i.material-icons {
            font-size: 18px;
            margin-right: 4px; } }
        @media (min-width: 992px) {
          #calendar .month .day .icons i.material-icons {
            font-size: 22px;
            margin-right: 8px; } }
        @media (min-width: 1200px) {
          #calendar .month .day .icons i.material-icons {
            font-size: 28px;
            margin-right: 12px; } }
        #calendar .month .day .icons i.material-icons:hover {
          color: #212121; }
  #calendar .month[data-name="October"] .day, #calendar .month[data-name="April"] .day, #calendar .month[data-name="July"] .day {
    height: 16.666666%; }

#calendar-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  overflow-y: auto;
  display: none; }
  #calendar-popup .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #727272;
    padding: 8px; }
    @media (min-width: 480px) {
      #calendar-popup .close {
        top: 24px;
        right: 24px; } }
    @media (min-width: 768px) {
      #calendar-popup .close {
        top: 48px;
        right: 48px; } }
    #calendar-popup .close i.material-icons {
      font-size: 36px; }
      @media (min-width: 768px) {
        #calendar-popup .close i.material-icons {
          font-size: 64px; } }
  #calendar-popup #calendar-timeline .date-header {
    padding: 56px 24px 48px 24px;
    font-size: 24px;
    text-align: center;
    font-style: italic; }
    @media (min-width: 768px) {
      #calendar-popup #calendar-timeline .date-header {
        font-size: 36px;
        text-align: left; } }
    @media (min-width: 992px) {
      #calendar-popup #calendar-timeline .date-header {
        font-size: 48px; } }
    @media (min-width: 1200px) {
      #calendar-popup #calendar-timeline .date-header {
        font-size: 64px;
        padding-left: 0; } }
  #calendar-popup #calendar-timeline .div {
    margin: 0 auto 48px auto;
    width: 60%;
    border-bottom: 1px solid #E8E8E8; }
    @media (min-width: 768px) {
      #calendar-popup #calendar-timeline .div {
        margin-left: 0; } }
  #calendar-popup #calendar-timeline .single-date {
    display: none; }

@-webkit-keyframes lg_pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes lg_pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes lg_pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
#budget {
  position: relative; }
  #budget .nav {
    position: absolute;
    z-index: 15;
    padding: 12px 6px;
    font-size: 0;
    line-height: 1;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    opacity: .6; }
    #budget .nav .material-icons {
      font-size: 36px; }
    #budget .nav:hover {
      opacity: 1; }
    #budget .nav.disabled {
      opacity: .1;
      cursor: auto; }
    #budget .nav.pulse {
      -webkit-animation: lg_pulse 2.2s ease-in-out infinite;
      -moz-animation: lg_pulse 2.2s ease-in-out infinite;
      animation: lg_pulse 2.2s ease-in-out infinite; }
    @media (min-width: 768px) {
      #budget .nav {
        padding: 24px 12px;
        margin-top: -48px; }
        #budget .nav .material-icons {
          font-size: 48px; } }
    @media (min-width: 1200px) {
      #budget .nav {
        padding: 36px 18px;
        margin-top: -68px; }
        #budget .nav .material-icons {
          font-size: 64px; } }
    #budget .nav.prev {
      left: 0; }
    #budget .nav.next {
      right: 0; }
  #budget .slides {
    position: absolute;
    width: 100%;
    height: 100%; }
    #budget .slides .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      color: #fff;
      overflow-x: hidden;
      overflow-y: auto;
      pointer-events: none;
      -webkit-transition: opacity 0.6s ease;
      -moz-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
      #budget .slides .slide.active {
        opacity: 1;
        pointer-events: auto; }
      #budget .slides .slide[data-budget-slide="totals"] {
        background: #1065E6;
        text-align: center; }
        #budget .slides .slide[data-budget-slide="totals"] .cell {
          width: 100%;
          margin: 36px 0;
          padding: 0 24px; }
          #budget .slides .slide[data-budget-slide="totals"] .cell > div {
            opacity: 0;
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            transition: all 0.8s ease; }
            #budget .slides .slide[data-budget-slide="totals"] .cell > div.visible {
              opacity: 1;
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
          @media (min-width: 480px) {
            #budget .slides .slide[data-budget-slide="totals"] .cell {
              padding: 0 16vw; } }
          @media (min-width: 768px) {
            #budget .slides .slide[data-budget-slide="totals"] .cell {
              margin: 48px 0;
              padding: 0 20vw; } }
          @media (min-width: 992px) {
            #budget .slides .slide[data-budget-slide="totals"] .cell {
              margin: 0;
              padding: 0; } }
          #budget .slides .slide[data-budget-slide="totals"] .cell .icon {
            height: 0; }
            #budget .slides .slide[data-budget-slide="totals"] .cell .icon i.material-icons {
              font-size: 72px; }
          #budget .slides .slide[data-budget-slide="totals"] .cell .est {
            float: left;
            width: 50%;
            text-align: left;
            color: rgba(255, 255, 255, 0.9); }
          #budget .slides .slide[data-budget-slide="totals"] .cell .act {
            float: right;
            width: 50%;
            text-align: right; }
            #budget .slides .slide[data-budget-slide="totals"] .cell .act .amt {
              font-weight: 700; }
          #budget .slides .slide[data-budget-slide="totals"] .cell .amt {
            font-size: 24px; }
          #budget .slides .slide[data-budget-slide="totals"] .cell .label {
            font-size: 12px; }
          #budget .slides .slide[data-budget-slide="totals"] .cell .diff {
            clear: both;
            padding-top: 12px;
            text-align: right;
            font-style: italic;
            color: rgba(255, 255, 255, 0.6); }
        @media (min-width: 992px) {
          #budget .slides .slide[data-budget-slide="totals"] {
            -webkit-box-orient: horizontal;
            -moz-box-orient: horizontal;
            box-orient: horizontal;
            -webkit-box-direction: normal;
            -moz-box-direction: normal;
            box-direction: normal;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -ms-flex-direction: row;
            -webkit-box-align: center;
            -moz-box-align: center;
            box-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -ms-flex-align: center; }
            #budget .slides .slide[data-budget-slide="totals"] .cell {
              width: 30%; }
              #budget .slides .slide[data-budget-slide="totals"] .cell .icon {
                height: auto; }
                #budget .slides .slide[data-budget-slide="totals"] .cell .icon i.material-icons {
                  font-size: 96px; }
              #budget .slides .slide[data-budget-slide="totals"] .cell .est, #budget .slides .slide[data-budget-slide="totals"] .cell .act, #budget .slides .slide[data-budget-slide="totals"] .cell .diff {
                float: none;
                width: 100%;
                text-align: center; }
              #budget .slides .slide[data-budget-slide="totals"] .cell .est {
                margin: 42px 0; }
              #budget .slides .slide[data-budget-slide="totals"] .cell .act {
                margin-bottom: 24px; }
                #budget .slides .slide[data-budget-slide="totals"] .cell .act .amt {
                  font-size: 48px; } }
        @media (min-width: 1600px) {
          #budget .slides .slide[data-budget-slide="totals"] .cell {
            width: 500px; } }
      #budget .slides .slide[data-budget-slide="breakdown"] {
        background: #E8E8E8; }
        @media (min-width: 992px) {
          #budget .slides .slide[data-budget-slide="breakdown"] {
            -webkit-box-orient: horizontal;
            -moz-box-orient: horizontal;
            box-orient: horizontal;
            -webkit-box-direction: normal;
            -moz-box-direction: normal;
            box-direction: normal;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -ms-flex-direction: row;
            -webkit-box-align: center;
            -moz-box-align: center;
            box-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -ms-flex-align: center; } }
        #budget .slides .slide[data-budget-slide="breakdown"] .canvas-wrap {
          position: relative;
          width: 54vw;
          height: 54vw; }
          @media (min-width: 480px) {
            #budget .slides .slide[data-budget-slide="breakdown"] .canvas-wrap {
              width: 42vw;
              height: 42vw; } }
          @media (min-width: 768px) {
            #budget .slides .slide[data-budget-slide="breakdown"] .canvas-wrap {
              width: 36vw;
              height: 36vw; } }
          @media (min-width: 992px) {
            #budget .slides .slide[data-budget-slide="breakdown"] .canvas-wrap {
              width: 24vw;
              height: 24vw; } }
          @media (min-width: 1600px) {
            #budget .slides .slide[data-budget-slide="breakdown"] .canvas-wrap {
              width: 540px;
              height: 540px; } }
        #budget .slides .slide[data-budget-slide="breakdown"] .key {
          padding: 18px;
          text-align: center; }
          @media (min-width: 480px) {
            #budget .slides .slide[data-budget-slide="breakdown"] .key {
              padding: 24px; } }
          @media (min-width: 992px) {
            #budget .slides .slide[data-budget-slide="breakdown"] .key {
              padding: 36px;
              width: 50%; } }
          @media (min-width: 1600px) {
            #budget .slides .slide[data-budget-slide="breakdown"] .key {
              padding: 0; }
              #budget .slides .slide[data-budget-slide="breakdown"] .key.left {
                text-align: right;
                padding-right: 72px; }
                #budget .slides .slide[data-budget-slide="breakdown"] .key.left .swatch {
                  float: right;
                  position: relative;
                  top: 10px;
                  margin: 0 0 0 32px; }
              #budget .slides .slide[data-budget-slide="breakdown"] .key.right {
                text-align: left;
                padding-left: 72px; }
                #budget .slides .slide[data-budget-slide="breakdown"] .key.right .swatch {
                  margin: 0 32px 0 0; } }
          #budget .slides .slide[data-budget-slide="breakdown"] .key .item {
            display: inline-block;
            margin: 12px;
            opacity: 0;
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            transition: all 0.6s ease; }
            #budget .slides .slide[data-budget-slide="breakdown"] .key .item.visible {
              opacity: 1;
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
            @media (min-width: 992px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .item.hover {
                -webkit-transform: scale(1.25);
                -moz-transform: scale(1.25);
                -ms-transform: scale(1.25);
                -o-transform: scale(1.25);
                transform: scale(1.25); } }
            @media (min-width: 480px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .item {
                margin: 18px 32px; } }
            @media (min-width: 992px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .item {
                margin: 36px 48px;
                display: block; } }
            @media (min-width: 1200px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .item {
                margin: 96px 64px; } }
          #budget .slides .slide[data-budget-slide="breakdown"] .key .values {
            white-space: nowrap; }
          #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch {
            display: inline-block;
            vertical-align: middle;
            padding: 2px;
            border: 1px solid #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            line-height: 0; }
            @media (min-width: 480px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch {
                padding: 4px;
                margin-right: 6px; } }
            @media (min-width: 992px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch {
                padding: 8px;
                margin-right: 16px; } }
            #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch.s1 {
              background: #1065E6; }
            #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch.s2 {
              background: #099C58; }
            #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch.s3 {
              background: #D13E2A; }
            #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch.s4 {
              background: #FFB90C; }
            #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch i.material-icons {
              font-size: 16px; }
              @media (min-width: 480px) {
                #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch i.material-icons {
                  font-size: 24px; } }
              @media (min-width: 992px) {
                #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch i.material-icons {
                  font-size: 30px; } }
              @media (min-width: 1200px) {
                #budget .slides .slide[data-budget-slide="breakdown"] .key .swatch i.material-icons {
                  font-size: 36px; } }
          #budget .slides .slide[data-budget-slide="breakdown"] .key .total, #budget .slides .slide[data-budget-slide="breakdown"] .key .label {
            display: inline-block;
            vertical-align: middle;
            color: #212121;
            font-size: 12px; }
            @media (min-width: 480px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .total, #budget .slides .slide[data-budget-slide="breakdown"] .key .label {
                font-size: 16px; } }
            @media (min-width: 992px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .total, #budget .slides .slide[data-budget-slide="breakdown"] .key .label {
                font-size: 20px; } }
            @media (min-width: 1200px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .total, #budget .slides .slide[data-budget-slide="breakdown"] .key .label {
                font-size: 24px; } }
          #budget .slides .slide[data-budget-slide="breakdown"] .key .total {
            font-weight: 400; }
            @media (min-width: 480px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .total {
                font-size: 24px; } }
            @media (min-width: 992px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .total {
                font-size: 36px; } }
            @media (min-width: 1200px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .total {
                font-size: 48px;
                font-weight: 300; } }
          #budget .slides .slide[data-budget-slide="breakdown"] .key .label {
            display: block;
            padding-top: 6px; }
            @media (min-width: 992px) {
              #budget .slides .slide[data-budget-slide="breakdown"] .key .label {
                padding-top: 0; } }
      #budget .slides .slide[data-budget-slide="graph"] {
        background: #1065E6; }
        #budget .slides .slide[data-budget-slide="graph"] .canvas-wrap {
          position: relative;
          width: 96%;
          height: 96%;
          top: 2%;
          left: 2%; }
          @media (min-width: 768px) {
            #budget .slides .slide[data-budget-slide="graph"] .canvas-wrap {
              width: 90%;
              height: 90%;
              top: 5%;
              left: 5%; } }
      @media (min-width: 1200px) {
        #budget .slides .slide .budget-list {
          margin: 0 auto;
          max-width: 1200px; } }
      #budget .slides .slide .budget-list table {
        width: 100%; }
        #budget .slides .slide .budget-list table tr {
          opacity: 0;
          -webkit-transform: scale(1.5);
          -moz-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -o-transform: scale(1.5);
          transform: scale(1.5);
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          transition: all 0.8s ease; }
          #budget .slides .slide .budget-list table tr.visible {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
            @media (min-width: 992px) {
              #budget .slides .slide .budget-list table tr.visible {
                -webkit-transform: scale(0.8);
                -moz-transform: scale(0.8);
                -ms-transform: scale(0.8);
                -o-transform: scale(0.8);
                transform: scale(0.8); } }
        #budget .slides .slide .budget-list table tr th, #budget .slides .slide .budget-list table tr td {
          vertical-align: middle; }
        @media (min-width: 992px) {
          #budget .slides .slide .budget-list table tr.visible:nth-child(1) {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
          #budget .slides .slide .budget-list table tr.visible:nth-child(2) {
            -webkit-transform: scale(0.95);
            -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -o-transform: scale(0.95);
            transform: scale(0.95); }
          #budget .slides .slide .budget-list table tr.visible:nth-child(3) {
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9); }
          #budget .slides .slide .budget-list table tr.visible:nth-child(4) {
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            -o-transform: scale(0.85);
            transform: scale(0.85); } }
        #budget .slides .slide .budget-list table th, #budget .slides .slide .budget-list table td {
          text-align: left;
          vertical-align: middle;
          font-size: 10px;
          font-weight: 100;
          padding: 4px; }
          @media (min-width: 480px) {
            #budget .slides .slide .budget-list table th, #budget .slides .slide .budget-list table td {
              font-size: 12px;
              padding: 6px; } }
          @media (min-width: 768px) {
            #budget .slides .slide .budget-list table th, #budget .slides .slide .budget-list table td {
              font-size: 16px;
              padding: 8px; } }
          @media (min-width: 992px) {
            #budget .slides .slide .budget-list table th, #budget .slides .slide .budget-list table td {
              font-size: 24px;
              padding: 16px; } }
        #budget .slides .slide .budget-list table th {
          font-weight: 400; }
          #budget .slides .slide .budget-list table th:hover {
            cursor: pointer;
            opacity: .7; }
          #budget .slides .slide .budget-list table th > i.material-icons {
            display: none; }
          #budget .slides .slide .budget-list table th span {
            display: inline-block;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
            @media (min-width: 768px) {
              #budget .slides .slide .budget-list table th span {
                padding: 0 36px 24px 0; } }
            #budget .slides .slide .budget-list table th span i.material-icons {
              vertical-align: middle;
              font-size: 12px; }
              @media (min-width: 768px) {
                #budget .slides .slide .budget-list table th span i.material-icons {
                  font-size: 36px; } }
        #budget .slides .slide .budget-list table td.icon {
          width: 10%; }
      #budget .slides .slide[data-budget-slide="by-country"] .title, #budget .slides .slide[data-budget-slide="by-location"] .title {
        text-align: center;
        padding: 24px 0;
        font-weight: 100; }
        @media (min-width: 768px) {
          #budget .slides .slide[data-budget-slide="by-country"] .title, #budget .slides .slide[data-budget-slide="by-location"] .title {
            padding: 36px 0;
            font-size: 48px; } }
        @media (min-width: 1200px) {
          #budget .slides .slide[data-budget-slide="by-country"] .title, #budget .slides .slide[data-budget-slide="by-location"] .title {
            padding: 48px 0;
            font-size: 72px; } }
      #budget .slides .slide[data-budget-slide="by-country"] {
        background: #D13E2A; }
      #budget .slides .slide[data-budget-slide="by-location"] {
        background: #099C58; }

#home .explore {
  position: absolute;
  top: 56px;
  right: 24px;
  z-index: 3;
  font-size: 20px;
  color: #fff;
  display: none; }
  #home .explore span {
    display: inline-block;
    -webkit-animation: pulse 2.2s ease-in-out infinite;
    -moz-animation: pulse 2.2s ease-in-out infinite;
    animation: pulse 2.2s ease-in-out infinite; }
  #home .explore i.material-icons {
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    -o-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    margin-left: 16px; }
  @media (min-width: 768px) {
    #home .explore {
      top: 84px;
      right: 36px; } }
  @media (min-width: 1200px) {
    #home .explore {
      font-size: 32px; }
      #home .explore i.material-icons {
        font-size: 36px;
        margin-left: 24px; } }
#home h1 {
  display: none;
  line-height: 1.5; }
  #home h1 .smaller {
    font-size: 80%; }

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