@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@font-face {
  font-family: 'londontworegular';
  src: url("fonts/londontwo-webfont.eot");
  src: url("fonts/londontwo-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/londontwo-webfont.woff2") format("woff2"), url("fonts/londontwo-webfont.woff") format("woff"), url("fonts/londontwo-webfont.ttf") format("truetype"), url("fonts/londontwo-webfont.svg#londontworegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'londonbetweenregular';
  src: url("fonts/londonbetween-webfont.eot");
  src: url("fonts/londonbetween-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/londonbetween-webfont.woff2") format("woff2"), url("fonts/londonbetween-webfont.woff") format("woff"), url("fonts/londonbetween-webfont.ttf") format("truetype"), url("fonts/londonbetween-webfont.svg#londonbetweenregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'londonmmregular';
  src: url("fonts/londonmm-webfont.eot");
  src: url("fonts/londonmm-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/londonmm-webfont.woff2") format("woff2"), url("fonts/londonmm-webfont.woff") format("woff"), url("fonts/londonmm-webfont.ttf") format("truetype"), url("fonts/londonmm-webfont.svg#londonmmregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 84, ../sass/style.scss */
html, body {
  height: 100%;
}

/* line 88, ../sass/style.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 97, ../sass/style.scss */
::selection {
  background: #ced2d5;
  /* Safari */
  color: #000;
}

/* line 101, ../sass/style.scss */
::-moz-selection {
  background: #ced2d5;
  /* Firefox */
  color: #000;
}

/* line 106, ../sass/style.scss */
html,
body {
  font-size: 100%;
}

/* line 110, ../sass/style.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "londonbetweenregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 124, ../sass/style.scss */
a, button.button {
  text-decoration: none;
  color: #455560;
}

/* line 130, ../sass/style.scss */
a:hover, button.button:hover {
  cursor: pointer;
  color: #000;
}

/* line 136, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  width: 100%;
  float: left;
  margin: 0.5em 0;
  font-family: "londontworegular",sans-serif;
  letter-spacing: 0.0125em;
  font-weight: 600;
}

/* line 146, ../sass/style.scss */
h1 {
  font-size: 1.88889rem;
}

/* line 149, ../sass/style.scss */
h2 {
  font-size: 1.5rem;
}

/* line 152, ../sass/style.scss */
h2.center {
  text-align: center;
}

/* line 155, ../sass/style.scss */
h3 {
  font-size: 1.22222rem;
}

/* line 158, ../sass/style.scss */
h4 {
  font-size: 1rem;
}

/* line 161, ../sass/style.scss */
h5 {
  font-size: 0.85rem;
}

/* line 164, ../sass/style.scss */
h6 {
  font-size: 0.75rem;
}

/* line 168, ../sass/style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 172, ../sass/style.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 175, ../sass/style.scss */
p {
  width: 100%;
  line-height: 1.25;
  font-size: 1.125em;
}

/* line 181, ../sass/style.scss */
p.callout {
  width: 100%;
  line-height: 1.5;
  font-size: 1.5em;
}

/* line 189, ../sass/style.scss */
.left {
  float: left !important;
}

/* line 192, ../sass/style.scss */
.right {
  float: right !important;
}

/* line 195, ../sass/style.scss */
.clearfix {
  *zoom: 1;
}

/* line 197, ../sass/style.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 200, ../sass/style.scss */
.clearfix:after {
  clear: both;
}

/* line 203, ../sass/style.scss */
.hide {
  display: none;
}

/* line 206, ../sass/style.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 210, ../sass/style.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 214, ../sass/style.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 218, ../sass/style.scss */
select {
  width: 100%;
}

/* line 221, ../sass/style.scss */
.centered {
  margin: 0 auto !important;
  float: none !important;
}

/* GRID STYLING */
/* line 227, ../sass/style.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  max-width: 75em;
  *zoom: 1;
}

/* line 237, ../sass/style.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 240, ../sass/style.scss */
.row:after {
  clear: both;
}

/* line 242, ../sass/style.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 246, ../sass/style.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 249, ../sass/style.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 257, ../sass/style.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 260, ../sass/style.scss */
.row .row:after {
  clear: both;
}

/* line 262, ../sass/style.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 267, ../sass/style.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 270, ../sass/style.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 273, ../sass/style.scss */
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  transition: .15s;
  float: left;
}

/* line 281, ../sass/style.scss */
.columns .columns {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  *zoom: 1;
}

/* END GRID STYLING */
/* MOBILE MEDIA QUERY */
@media only screen {
  /* line 295, ../sass/style.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 302, ../sass/style.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 305, ../sass/style.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 308, ../sass/style.scss */
  .small-3 {
    width: 25%;
  }

  /* line 311, ../sass/style.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 314, ../sass/style.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 317, ../sass/style.scss */
  .small-6 {
    width: 50%;
  }

  /* line 320, ../sass/style.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 323, ../sass/style.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 326, ../sass/style.scss */
  .small-9 {
    width: 75%;
  }

  /* line 329, ../sass/style.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 332, ../sass/style.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 335, ../sass/style.scss */
  .small-12 {
    width: 100%;
  }

  /* line 338, ../sass/style.scss */
  #single-post .featured-image {
    width: 100%;
    overflow: hidden;
    height: 100px !important;
  }

  /* line 345, ../sass/style.scss */
  .show-ava {
    display: none !important;
  }

  /* line 349, ../sass/style.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 352, ../sass/style.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 356, ../sass/style.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 362, ../sass/style.scss */
  header .text h1 {
    font-size: 1em;
  }

  /* line 366, ../sass/style.scss */
  header .text h2 {
    font-size: 1em;
  }

  /* line 371, ../sass/style.scss */
  header .text {
    padding: 5% 0;
  }

  /* line 376, ../sass/style.scss */
  #album-header {
    padding: 2em 0;
  }

  /* line 382, ../sass/style.scss */
  #album-header .text {
    padding: 8% 0;
  }

  /* line 386, ../sass/style.scss */
  #album-header .text h1 {
    font-size: 1.25em;
  }

  /* line 392, ../sass/style.scss */
  p {
    line-height: 1.45 !important;
    font-size: 1em !important;
  }

  /* line 397, ../sass/style.scss */
  p.callout {
    line-height: 1.35 !important;
    font-size: 1.25em !important;
  }

  /* line 402, ../sass/style.scss */
  header .small {
    height: 79px;
    line-height: 79px;
    padding: 0 2em !important;
  }

  /* line 410, ../sass/style.scss */
  .show-ava {
    display: none !important;
  }

  /* line 415, ../sass/style.scss */
  .post .media .twitter p {
    font-size: 1.125em !important;
  }

  /* line 419, ../sass/style.scss */
  footer p {
    font-size: 0.65em !important;
    text-align: center;
  }

  /* line 424, ../sass/style.scss */
  #tour .tour-post a.on-sale, #tour .tour-post button.on-sale.button {
    margin-top: 2em !important;
  }

  /* line 428, ../sass/style.scss */
  #tour .tour-post .sold-out {
    margin-top: 2em !important;
  }

  /* line 431, ../sass/style.scss */
  .button {
    width: 100% !important;
  }
}
/* END MOBILE MEDIA QUERY */
/* MEDIUM / TABLET MEDIA QUERY */
@media only screen and (min-width: 40.063em) {
  /* line 443, ../sass/style.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 450, ../sass/style.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 453, ../sass/style.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 456, ../sass/style.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 459, ../sass/style.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 462, ../sass/style.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 465, ../sass/style.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 468, ../sass/style.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 471, ../sass/style.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 474, ../sass/style.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 477, ../sass/style.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 480, ../sass/style.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 483, ../sass/style.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 486, ../sass/style.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 489, ../sass/style.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 492, ../sass/style.scss */
  #single-post .featured-image {
    width: 100%;
    overflow: hidden;
    height: 300px !important;
  }

  /* line 499, ../sass/style.scss */
  header .text {
    padding: 8% 0;
  }

  /* line 504, ../sass/style.scss */
  header .text h1 {
    font-size: 2.5em;
  }

  /* line 508, ../sass/style.scss */
  header .text h2 {
    font-size: 1em;
  }

  /* line 513, ../sass/style.scss */
  header .small {
    height: 91px;
    line-height: 91px;
    padding: 0 !important;
  }

  /* line 520, ../sass/style.scss */
  #album-header .text {
    padding: 8% 0;
  }

  /* line 525, ../sass/style.scss */
  #album-header .text h1 {
    font-size: 1.75em;
  }

  /* line 531, ../sass/style.scss */
  .show-ava {
    display: block !important;
  }

  /* line 536, ../sass/style.scss */
  .avablock-icon {
    display: none !important;
  }

  /* line 539, ../sass/style.scss */
  .post .media .twitter p {
    font-size: 1.35em !important;
  }

  /* line 543, ../sass/style.scss */
  footer p {
    font-size: 0.75em !important;
  }

  /* line 547, ../sass/style.scss */
  #tour .tour-post a.on-sale, #tour .tour-post button.on-sale.button {
    margin-top: 0em !important;
  }

  /* line 551, ../sass/style.scss */
  #tour .tour-post .sold-out {
    margin-top: 0em !important;
  }

  /* line 555, ../sass/style.scss */
  p {
    line-height: 1.5 !important;
    font-size: 1em !important;
  }

  /* line 560, ../sass/style.scss */
  p.callout {
    line-height: 1.35 !important;
    font-size: 1.25em !important;
  }

  /* line 565, ../sass/style.scss */
  .button {
    width: auto !important;
  }
}
/* END MEDIUM / TABLET MEDIA QUERY */
/* LARGE MEDIA QUERY */
@media only screen and (min-width: 64.063em) {
  /* line 578, ../sass/style.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 585, ../sass/style.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 588, ../sass/style.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 591, ../sass/style.scss */
  .large-3 {
    width: 25%;
  }

  /* line 594, ../sass/style.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 597, ../sass/style.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 600, ../sass/style.scss */
  .large-6 {
    width: 50%;
  }

  /* line 603, ../sass/style.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 606, ../sass/style.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 609, ../sass/style.scss */
  .large-9 {
    width: 75%;
  }

  /* line 612, ../sass/style.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 615, ../sass/style.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 618, ../sass/style.scss */
  .large-12 {
    width: 100%;
  }

  /* line 621, ../sass/style.scss */
  #single-post .featured-image {
    width: 100%;
    overflow: hidden;
    height: 300px !important;
  }

  /* line 628, ../sass/style.scss */
  header .small {
    height: 149px;
    line-height: 149px;
    padding: 0 !important;
  }

  /* line 635, ../sass/style.scss */
  p {
    line-height: 1.5 !important;
    font-size: 1.125em !important;
  }

  /* line 640, ../sass/style.scss */
  p.callout {
    line-height: 1.35 !important;
    font-size: 1.35em !important;
  }

  /* line 646, ../sass/style.scss */
  .post .media .twitter p {
    font-size: 1.125em !important;
  }

  /* line 653, ../sass/style.scss */
  header .text h1 {
    font-size: 3em;
  }

  /* line 657, ../sass/style.scss */
  header .text h2 {
    font-size: 1.5em;
  }

  /* line 662, ../sass/style.scss */
  header .text {
    padding: 8% 0;
  }

  /* line 667, ../sass/style.scss */
  #album-header .text {
    padding: 12% 0;
  }

  /* line 672, ../sass/style.scss */
  #album-header .text h1 {
    font-size: 2.5em;
  }

  /* line 678, ../sass/style.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 681, ../sass/style.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 685, ../sass/style.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 691, ../sass/style.scss */
  .show-ava {
    display: block !important;
  }

  /* line 696, ../sass/style.scss */
  .avablock-icon {
    display: none !important;
  }

  /* line 700, ../sass/style.scss */
  footer p {
    font-size: 0.85em !important;
  }

  /* line 704, ../sass/style.scss */
  #tour .tour-post a.on-sale, #tour .tour-post button.on-sale.button {
    margin-top: 0em !important;
  }

  /* line 708, ../sass/style.scss */
  #tour .tour-post .sold-out {
    margin-top: 0em !important;
  }

  /* line 711, ../sass/style.scss */
  .button {
    width: auto !important;
  }
}
/* END LARGE MEDIA QUERY */
/* small displays */
@media only screen {
  /* line 722, ../sass/style.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 725, ../sass/style.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 730, ../sass/style.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 733, ../sass/style.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 738, ../sass/style.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 741, ../sass/style.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 747, ../sass/style.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 750, ../sass/style.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 755, ../sass/style.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 758, ../sass/style.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }
}
/* INPUT STYLING */
/* line 766, ../sass/style.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.77778rem;
  height: 2.05556rem;
  margin: 0 0 1.25rem;
  padding: 0.85rem;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  width: 100%;
  float: left;
  height: auto;
}

/* line 783, ../sass/style.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: #999999;
  box-shadow: 0 0 5px #999999;
}

/* line 787, ../sass/style.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  background: none repeat scroll 0 0 #FAFAFA;
  border-color: #999999;
  outline: medium none;
}

/* line 792, ../sass/style.scss */
input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea {
  background-color: #DDDDDD;
}

/* line 795, ../sass/style.scss */
input.radius[type="text"], input.radius[type="password"], input.radius[type="date"], input.radius[type="datetime"], input.radius[type="datetime-local"], input.radius[type="month"], input.radius[type="week"], input.radius[type="email"], input.radius[type="number"], input.radius[type="search"], input.radius[type="tel"], input.radius[type="time"], input.radius[type="url"], textarea.radius {
  border-radius: 3px;
}

/* END INPUT STYLING */
/* HEADER */
/* line 806, ../sass/style.scss */
header {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
/* line 813, ../sass/style.scss */
header.Floating {
  position: absolute;
}
/* line 818, ../sass/style.scss */
header.Fixed {
  -moz-transition: top 0s;
  -o-transition: top 0s;
  -webkit-transition: top 0s;
  transition: top 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: #fff;
  position: fixed;
  top: -121px;
  width: 100%;
}
/* line 832, ../sass/style.scss */
header.Fixed.Visible {
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 0;
}
/* line 839, ../sass/style.scss */
header.Fixed .small {
  padding: 3em !important;
}
/* line 844, ../sass/style.scss */
header .toggle-nav {
  height: 2em;
  margin: 0 0 0 1em;
  position: fixed;
  top: 0.5em;
  width: 2em;
  z-index: 99999;
}
/* line 854, ../sass/style.scss */
.js-nav header .toggle-nav {
  left: 0;
}
@media screen and (min-width: 40.0625em) {
  /* line 854, ../sass/style.scss */
  .js-nav header .toggle-nav {
    left: 20%;
  }
}
@media screen and (min-width: 40.0625em) {
  /* line 844, ../sass/style.scss */
  header .toggle-nav {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #10171A;
    display: block;
    top: 1em;
  }
}
/* line 869, ../sass/style.scss */
header .toggle-nav svg {
  fill: #fff;
  height: 2em;
  width: 2em;
}

/* line 878, ../sass/style.scss */
header .flex {
  position: relative;
}

/* line 887, ../sass/style.scss */
header .media {
  z-index: 2;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 897, ../sass/style.scss */
header .small {
  z-index: 2;
  width: 100%;
  padding: 4em;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: center center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 165%;
  background-size: 100% auto;
  transition: .35s;
  background: #5b7f7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5b7f7f 0%, #496b6a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b7f7f), color-stop(100%, #496b6a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5b7f7f 0%, #496b6a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5b7f7f 0%, #496b6a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5b7f7f 0%, #496b6a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5b7f7f 0%, #496b6a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7f7f', endColorstr='#496b6a',GradientType=0 );
  /* IE6-9 */
}

/* line 921, ../sass/style.scss */
header .small .ava-logo {
  fill: #FFFFFF;
  height: auto !important;
  max-height: 100%;
  width: 100% !important;
  max-width: 36em;
  vertical-align: middle;
}
/* line 930, ../sass/style.scss */
.lt-ie9 header .small .ava-logo, .gt-ie8 header .small .ava-logo {
  max-height: 37px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 921, ../sass/style.scss */
  header .small .ava-logo {
    max-height: 37px;
  }
}

/* line 941, ../sass/style.scss */
header .media img {
  z-index: 1;
  position: relative;
  float: left;
  display: block;
}

/* line 949, ../sass/style.scss */
header .text {
  z-index: 3;
  position: absolute;
  left: 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: table;
  font-family: "trajan-sans-pro",sans-serif;
}

/* line 961, ../sass/style.scss */
header .text h1 {
  color: #fff;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  font-family: inherit;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}

/* line 976, ../sass/style.scss */
header .text h2 {
  color: #fff;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  font-family: "londontworegular",sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* END HEADER */
/* FULL WIDTH NAV */
/* line 997, ../sass/style.scss */
.icons-24 {
  fill: #455560;
  display: inline;
  height: 24px !important;
  width: 24px !important;
  vertical-align: middle;
  max-height: 100%;
  float: none;
}

/* line 1008, ../sass/style.scss */
.load-more {
  text-align: center;
}
/* line 1019, ../sass/style.scss */
.load-more:hover a, .load-more:hover button.button {
  -webkit-animation: bounce 1s infinite;
  /* Safari 4+ */
  -moz-animation: bounce 1s infinite;
  /* Fx 5+ */
  -o-animation: bounce 1s infinite;
  /* Opera 12+ */
  animation: bounce 1s infinite;
  /* IE 10+, Fx 29+ */
}

/* END */
/* POST GALLERY PAGE */
/* line 1034, ../sass/style.scss */
#post-gallery {
  padding: 0 1em;
  margin-bottom: 1em;
}

/* line 1041, ../sass/style.scss */
#post-content,
#community-feed {
  padding: 0 1em 2em 1em;
}

/* END POST GALLERY PAGE */
/* POST FEED FILTER */
/* line 1052, ../sass/style.scss */
ul.feed {
  display: inline-block;
  margin: 2em 0 0.5em 0;
  padding: 0;
  width: 100%;
}

/* line 1060, ../sass/style.scss */
ul.feed li {
  list-style: none;
  display: inline;
  color: #000;
  font-weight: 600;
  margin-right: 0.25em;
  letter-spacing: 0.0125em;
}

/* line 1070, ../sass/style.scss */
ul.feed li.right {
  display: inline;
  float: right;
}

/* line 1075, ../sass/style.scss */
ul.feed li.right a, ul.feed li.right button.button {
  font-weight: 300;
}

/* line 1079, ../sass/style.scss */
ul.feed li a, ul.feed li button.button {
  font-weight: normal;
}

/* line 1084, ../sass/style.scss */
ul.feed li a.current, ul.feed li button.current.button {
  font-weight: 600;
}

/* line 1088, ../sass/style.scss */
ul.feed li a:hover, ul.feed li button.button:hover {
  text-decoration: underline;
}

/* END POST FEED FILTER */
/* POST MEDIA BOX */
/* line 1097, ../sass/style.scss */
.post {
  margin: 1em 0;
  float: left;
  position: relative;
  min-width: 100%;
  -moz-box-shadow: 0 0 8px rgba(69, 85, 96, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(69, 85, 96, 0.15);
  box-shadow: 0 0 8px rgba(69, 85, 96, 0.15);
}

/* line 1108, ../sass/style.scss */
.post p {
  padding: 10%;
}

/* line 1114, ../sass/style.scss */
.post .media {
  overflow: hidden;
  position: relative;
}

/* line 1119, ../sass/style.scss */
.post .media a, .post .media button.button {
  display: block;
}

/* line 1124, ../sass/style.scss */
.post .media .twitter {
  position: absolute;
  background-color: #CED2D5;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 3;
  height: 100%;
  width: 100%;
  word-break: break-word;
}
/* line 1137, ../sass/style.scss */
.post .media .twitter.item1 {
  background-image: url('../img/twitter-items/Twitter1.jpg?1412316826');
}
/* line 1137, ../sass/style.scss */
.post .media .twitter.item2 {
  background-image: url('../img/twitter-items/Twitter2.jpg?1412316826');
}
/* line 1137, ../sass/style.scss */
.post .media .twitter.item3 {
  background-image: url('../img/twitter-items/Twitter3.jpg?1412316826');
}
/* line 1137, ../sass/style.scss */
.post .media .twitter.item4 {
  background-image: url('../img/twitter-items/Twitter4.jpg?1412316826');
}
/* line 1137, ../sass/style.scss */
.post .media .twitter.item5 {
  background-image: url('../img/twitter-items/Twitter5.jpg?1412316826');
}

/* line 1143, ../sass/style.scss */
.post .media .twitter p {
  color: #fff;
  margin: 0;
  line-height: 1.4;
  font-size: 1.125em;
}

/* line 1150, ../sass/style.scss */
.post .media .twitter p a, .post .media .twitter p button.button {
  width: auto;
  display: inline;
  color: #0071A5;
}

/* line 1157, ../sass/style.scss */
.post .media .overlay {
  position: absolute;
  width: 100%;
  z-index: 3;
  padding: 0 1.25em 0;
  overflow: hidden;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
}

/* line 1174, ../sass/style.scss */
.post .media .overlay:hover {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
}

/* line 1184, ../sass/style.scss */
.post .media .overlay .inner {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 0 1.25em;
}

/* line 1191, ../sass/style.scss */
.post .media .overlay:hover p {
  opacity: 1;
}

/* line 1198, ../sass/style.scss */
.post .media .overlay h2 {
  color: #fff;
  margin: 0 0 0.25em 0;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
}

/* line 1212, ../sass/style.scss */
.post .media .overlay p {
  color: #FFFFFF;
  display: block;
  font-size: 0.9em;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  width: 100%;
  text-shadow: 0 4px 4px black;
}

/* line 1226, ../sass/style.scss */
.post .media a img, .post .media button.button img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

/* line 1234, ../sass/style.scss */
.post .media img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

/* line 1246, ../sass/style.scss */
.post .info-bar {
  width: 100%;
  background-color: #CED2D5;
  padding: 4%;
  color: #455560;
  z-index: 1000;
  position: relative;
}

/* line 1256, ../sass/style.scss */
.post .info-bar .icons {
  fill: #455560;
  display: inline;
  height: 0.85em;
  width: 1em;
  vertical-align: middle;
  float: none;
}

/* line 1266, ../sass/style.scss */
.post .info-bar .icons:hover {
  fill: #000;
}

/* line 1271, ../sass/style.scss */
.post .info-bar .current {
  float: right;
  margin-top: 0.25em;
}

/* line 1280, ../sass/style.scss */
.post .info-bar i {
  font-size: 0.75em;
  color: #455560;
}

/* line 1286, ../sass/style.scss */
.post .info-bar .text {
  font-size: 0.75em;
  line-height: 1;
  vertical-align: middle;
}

/* line 1291, ../sass/style.scss */
.post .info-bar .icon {
  float: right;
}

/* line 1295, ../sass/style.scss */
.post .restricted {
  background: url('../img/asset-post-restricted.png?1412316826');
  background-size: 100% auto;
  height: 0;
  overflow: hidden;
  padding: 29.65517% 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 28.96552%;
  z-index: 10;
}

/* END POST MEDIA BOX */
/* SINGLE POST PAGE */
/* line 1313, ../sass/style.scss */
#single-post .side-bar .post .media .overlay h2 {
  color: #fff;
  margin: 0 0 0.5em 0;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 1em !important;
  font-weight: 300;
}

/* line 1324, ../sass/style.scss */
#single-post .side-bar .post .media .overlay {
  padding: 1.25em;
}

/* line 1330, ../sass/style.scss */
#single-post .side-bar .post .media .twitter p {
  display: block;
  font-size: 0.75em !important;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin: 0;
  padding: 1.5em;
  width: 100%;
}

/* line 1342, ../sass/style.scss */
#single-post .side-bar .post .media .overlay h2 {
  color: #fff;
  margin: 0 0 0.5em 0;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 1em !important;
  font-weight: 300;
}

/* line 1353, ../sass/style.scss */
#single-post .side-bar .post .media .overlay {
  padding: 1.25em;
}

/* line 1359, ../sass/style.scss */
#single-post .side-bar .post .media .overlay p {
  color: #FFFFFF;
  display: block;
  font-size: 0.75em !important;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 1372, ../sass/style.scss */
#single-post {
  width: 100%;
  margin-bottom: 2em;
  padding-right: 1em;
  padding-left: 1em;
}

/* line 1380, ../sass/style.scss */
#single-post .post-info .icons {
  fill: #455560;
  display: inline;
  height: 1em;
  width: 1em;
}

/* line 1391, ../sass/style.scss */
#single-post h2.title {
  font-size: 2em;
}

/* line 1396, ../sass/style.scss */
#single-post h2 .icons {
  height: 0.65em;
  width: 0.65em;
  vertical-align: middle;
  float: right;
  fill: #999;
}

/* line 1406, ../sass/style.scss */
#single-post .post-info {
  width: 100%;
}

/* line 1411, ../sass/style.scss */
#single-post .post-info i {
  font-family: "ava-icons";
  color: #455560;
  margin-right: 0.25em;
}

/* line 1418, ../sass/style.scss */
#single-post .post-info .category a, #single-post .post-info .category button.button {
  content: " ";
}

/* line 1423, ../sass/style.scss */
#single-post .post-info .category a:after, #single-post .post-info .category button.button:after {
  content: ", ";
  color: #666;
}

/* line 1429, ../sass/style.scss */
#single-post .post-info .category a:last-child:after, #single-post .post-info .category button.button:last-child:after {
  content: "";
  color: #666;
}

/* line 1434, ../sass/style.scss */
.breadcrumbs {
  width: 100%;
  line-height: 1.5;
  font-size: 0.85em;
  margin: 2em 0;
  color: #455560;
}

/* line 1442, ../sass/style.scss */
.breadcrumbs a, .breadcrumbs button.button {
  color: #999;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: lowercase;
}

/* line 1449, ../sass/style.scss */
.breadcrumbs a:hover, .breadcrumbs button.button:hover {
  color: #000;
}

/* line 1453, ../sass/style.scss */
.breadcrumbs a:after, .breadcrumbs button.button:after {
  content: "/";
  color: #ccc;
  font-weight: 600;
  margin: 0 0.25em;
}

/* line 1460, ../sass/style.scss */
.breadcrumbs a:last-child, .breadcrumbs button.button:last-child {
  color: #455560;
  font-weight: 400;
}

/* line 1465, ../sass/style.scss */
.breadcrumbs a:last-child:hover, .breadcrumbs button.button:last-child:hover {
  color: #000;
  text-decoration: underline;
}

/* line 1470, ../sass/style.scss */
.breadcrumbs a:last-child:after, .breadcrumbs button.button:last-child:after {
  content: "";
  color: inherit;
  font-weight: inherit;
}

/* line 1476, ../sass/style.scss */
.breadcrumbs svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 1em;
  fill: #455560;
}

/* line 1484, ../sass/style.scss */
#single-post .featured-image {
  width: 100%;
  overflow: hidden;
  height: 300px;
}

/* line 1491, ../sass/style.scss */
#single-post .post-info .date {
  margin-right: 0.5em;
  color: #455560;
  font-size: 0.85em;
  display: inline-block;
  vertical-align: middle;
}

/* line 1499, ../sass/style.scss */
.single-post .post-info p {
  display: inline;
}

/* line 1503, ../sass/style.scss */
#single-post .post-info .category {
  margin-right: 0.5em;
  color: #455560;
  font-size: 0.85em;
  display: inline-block;
}

/* line 1515, ../sass/style.scss */
#single-post #comments .example {
  width: 100%;
  height: 400px;
  background-color: #f2f2f2;
}

/* line 1522, ../sass/style.scss */
#single-post .side-bar {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 1528, ../sass/style.scss */
#single-post .side-bar h3 {
  color: #455560;
  font-weight: 600;
  margin: 0.75em 0 0.5em 0;
  font-size: 1em;
  display: inline-block;
}

/* line 1536, ../sass/style.scss */
#single-post .side-bar h3 .view-all a, #single-post .side-bar h3 .view-all button.button {
  float: right;
  font-size: 0.75em;
}

/* line 1541, ../sass/style.scss */
.side-bar .icons {
  fill: #999;
  display: inline;
  height: 1em;
  width: 1em;
  float: right;
}

/* line 1550, ../sass/style.scss */
#single-post .side-bar h3 i {
  float: right;
  font-size: 0.85em;
  color: #999;
}

/* line 1557, ../sass/style.scss */
#single-post .side-bar ul {
  float: left;
  margin: 0.5em 0;
  padding: 0;
  width: 100%;
}

/* line 1564, ../sass/style.scss */
#single-post .side-bar ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 0.25em;
}

/* line 1572, ../sass/style.scss */
#single-post .side-bar ul li a, #single-post .side-bar ul li button.button {
  float: left;
  font-size: 0.85em;
}

/* line 1578, ../sass/style.scss */
#single-post .side-bar ul li:after {
  content: ", ";
  color: #999;
  font-size: 0.8em;
}

/* line 1584, ../sass/style.scss */
#single-post .side-bar ul li:last-child:after {
  content: "";
  color: #666;
  font-size: 0.85em;
}

/* line 1590, ../sass/style.scss */
#single-post .images {
  margin: 0 0 1em;
}
/* line 1593, ../sass/style.scss */
#single-post .images .image {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 4% 4% 0;
  width: 48%;
}
/* line 1599, ../sass/style.scss */
#single-post .images .image:nth-child(even) {
  margin-right: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 1593, ../sass/style.scss */
  #single-post .images .image {
    margin: 0 2% 2% 0;
    width: 23%;
  }
  /* line 1607, ../sass/style.scss */
  #single-post .images .image:nth-child(even) {
    margin-right: 2%;
  }
  /* line 1611, ../sass/style.scss */
  #single-post .images .image:nth-child(4n+0) {
    margin-right: 0;
  }
}
/* line 1616, ../sass/style.scss */
#single-post .images .image a, #single-post .images .image button.button {
  border: 6px solid #ececec;
  display: block;
}

/* END SINGLE POST PAGE */
/* SIDE BAR POST */
/* line 1627, ../sass/style.scss */
.side-bar .post {
  margin: 0 0 0.75em 0;
}

/* line 1632, ../sass/style.scss */
.side-bar .post .info-bar {
  width: 100%;
  background-color: #CED2D5;
  padding: 4%;
  color: #455560;
}

/* line 1640, ../sass/style.scss */
.side-bar .post .info-bar i {
  font-size: 0.65em;
  color: #455560;
}

/* line 1646, ../sass/style.scss */
.side-bar .post .info-bar .text {
  font-size: 0.65em;
  line-height: 1;
}

/* line 1650, ../sass/style.scss */
.side-bar .post .info-bar .icon {
  float: right;
}

/* END SIDE BAR POST */
/* CLEAN UP */
/* line 1659, ../sass/style.scss */
.instagram-flex {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
}

/* line 1668, ../sass/style.scss */
.instagram-flex iframe, object, .instagram-flex embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1678, ../sass/style.scss */
.instagram-flex .Embed {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 1683, ../sass/style.scss */
.youtube-flex {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
}

/* line 1692, ../sass/style.scss */
.youtube-flex iframe, object, .instagram-flex embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1702, ../sass/style.scss */
.youtube-flex .Embed {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 1708, ../sass/style.scss */
p h1, h2, h3, h4, h5, h6 {
  float: none;
}

/* line 1712, ../sass/style.scss */
#ava-logo {
  fill: #000;
}

/* line 1716, ../sass/style.scss */
.svg-hidden {
  display: none;
}

/* line 1721, ../sass/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 1725, ../sass/style.scss */
svg {
  /*max-height: 100%;*/
}

/* line 1730, ../sass/style.scss */
#relatedposts {
  background-color: #f2f2f2;
  padding: 1em 2em;
}

/* END CLEAN UP */
/* FOOTER */
/* line 1740, ../sass/style.scss */
footer {
  padding: 3em 0;
  width: 100%;
  background-color: #10171A;
}

/* line 1746, ../sass/style.scss */
footer p {
  color: #455560;
  font-size: 0.65em;
  margin-top: 2em;
}

/* line 1752, ../sass/style.scss */
footer ul {
  display: inline-block;
  padding: 0;
}

/* line 1757, ../sass/style.scss */
footer ul li {
  list-style: none;
  display: inline;
}

/* line 1763, ../sass/style.scss */
footer ul li a, footer ul li button.button {
  color: #455560;
  margin-right: 0.5em;
}

/* line 1769, ../sass/style.scss */
footer ul li a:hover, footer ul li button.button:hover {
  color: #fff;
}

/* line 1774, ../sass/style.scss */
footer .avablock-icon {
  width: 100%;
  height: auto;
  fill: #455560;
  max-height: 100%;
  display: block !important;
}

/* END FOOTER */
/* NEWS LETTER PAGE */
/* line 1785, ../sass/style.scss */
#news-letter {
  background-color: #CED2D5;
  color: #000;
  width: 100%;
  padding: 2em;
  display: block;
  float: left;
}

/* line 1794, ../sass/style.scss */
#news-letter p {
  margin: 0.25em 0;
  padding: 0;
}

/* line 1799, ../sass/style.scss */
#news-letter .submit {
  background-color: #455560;
  display: inline-block;
  padding: 1em;
  color: #CED2D5;
  font-size: 0.85em;
  margin: 0;
}

/* line 1809, ../sass/style.scss */
#news-letter input {
  display: inline-block;
  margin-bottom: 0;
}

/* END NEWS LETTER PAGE */
/* line 1816, ../sass/style.scss */
#page {
  padding: 2em;
}

/* line 1821, ../sass/style.scss */
#login-page {
  width: 100%;
  height: 100%;
  padding: 2em;
}

/* line 1832, ../sass/style.scss */
#login-page .login-box p {
  font-size: 0.85em !important;
  text-align: center;
}

/* line 1838, ../sass/style.scss */
input.login {
  background-color: #ddd !important;
  border: solid 1px #CCC !important;
  height: auto;
  padding: 1.25em;
  border-radius: 4px;
}
/* line 1845, ../sass/style.scss */
input.login.error {
  border-color: red !important;
}

/* line 1851, ../sass/style.scss */
.button {
  font: inherit;
  background-color: #ccc;
  border: none;
  padding: 1em 1.5em;
  width: auto;
  height: auto;
  margin: 0.5em 0;
  display: inline-block;
  border-radius: 4px !important;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.025em;
  outline: none;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  background-color: #455560;
  color: #fff;
}

/* line 1874, ../sass/style.scss */
button.button {
  color: #fff;
}

/* line 1880, ../sass/style.scss */
.full {
  width: 100% !important;
}

/* line 1884, ../sass/style.scss */
.small {
  font-size: 0.85em;
}

/* line 1887, ../sass/style.scss */
.tiny {
  font-size: 0.65em;
}

/* line 1891, ../sass/style.scss */
.icon {
  font-size: 1em;
  padding: 0.75em;
}

/* line 1896, ../sass/style.scss */
.button svg {
  fill: #000;
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
  max-height: 100%;
  vertical-align: middle;
  display: inline;
  float: left;
}

/* line 1907, ../sass/style.scss */
.button:hover {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#40000000',GradientType=0 );
  /* IE6-9 */
}

/* line 1924, ../sass/style.scss */
#album-release {
  background-color: #f2f2f2;
  width: 100%;
  height: auto;
  padding: 3em 2em;
  display: block;
}

/* line 1932, ../sass/style.scss */
#album-release p {
  font-size: 0.85em;
}

/* line 1937, ../sass/style.scss */
.flex-video {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

/* line 1945, ../sass/style.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
}

/* line 1950, ../sass/style.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 1952, ../sass/style.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1962, ../sass/style.scss */
#album-page {
  padding: 0 2em;
  width: 100%;
  height: auto;
}

/* line 1969, ../sass/style.scss */
#album-page .callout {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 1975, ../sass/style.scss */
#album-page ul {
  width: 100%;
  padding: 2em;
  background-color: #ced2d5;
  margin: 0;
}

/* line 1983, ../sass/style.scss */
#album-page ul li {
  border-bottom: 1px solid #333;
  display: inline-block;
  list-style: none outside none;
  margin: 0.25em 0;
  padding: 0.5em;
  width: 100%;
  font-family: "trajan-sans-pro",sans-serif;
}

/* line 1994, ../sass/style.scss */
#album-page h2.high-light {
  font-size: 2em !important;
  font-family: "trajan-sans-pro",sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 2003, ../sass/style.scss */
#album-header {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #000;
}

/* line 2013, ../sass/style.scss */
#album-header .media {
  z-index: 2;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 2023, ../sass/style.scss */
#album-header .small {
  z-index: 2;
  width: 100%;
  padding: 2em;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 165%;
  transition: .35s;
  background: #5b7f7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5b7f7f 0%, #496b6a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b7f7f), color-stop(100%, #496b6a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5b7f7f 0%, #496b6a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5b7f7f 0%, #496b6a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5b7f7f 0%, #496b6a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5b7f7f 0%, #496b6a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7f7f', endColorstr='#496b6a',GradientType=0 );
  /* IE6-9 */
}

/* line 2046, ../sass/style.scss */
#album-header .small .ava-logo {
  fill: #FFFFFF;
  height: auto !important;
  max-height: 100%;
  width: 100% !important;
  max-width: 46em;
}

/* line 2055, ../sass/style.scss */
#album-header .media img {
  z-index: 1;
  position: relative;
  float: left;
  display: block;
}

/* line 2063, ../sass/style.scss */
#album-header .text {
  z-index: 3;
  position: absolute;
  left: 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: table;
  font-family: "trajan-sans-pro",sans-serif;
}

/* line 2075, ../sass/style.scss */
#album-header .text h1 {
  color: #fff;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  font-family: inherit;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}

/* line 2090, ../sass/style.scss */
#album-header .text h2 {
  color: #fff;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  font-family: "londontworegular",sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* line 2107, ../sass/style.scss */
#tour {
  padding: 0 2em 2em 2em;
  width: 100%;
  height: auto;
}

/* line 2115, ../sass/style.scss */
#tour .tour-list {
  display: inline-block;
  width: 100%;
}

/* line 2123, ../sass/style.scss */
#tour .header {
  background-color: #ced2d5;
  padding: 1em 0;
  margin-bottom: 1em;
}

/* line 2132, ../sass/style.scss */
#tour .header .heading {
  font-weight: 600;
}

/* line 2138, ../sass/style.scss */
#tour .header .heading .icons {
  height: 0.85em;
  width: 20px;
  max-width: 100%;
  margin-right: 0.5em;
  fill: #333;
}

/* line 2146, ../sass/style.scss */
#tour .tour-list .header span {
  margin: 0;
  padding: 0;
}

/* line 2154, ../sass/style.scss */
#tour .tour-list .heading {
  display: inline-block;
  font-weight: 600;
  padding: 0;
  font-size: 1em;
  margin: 0 0 0.5em 0;
}

/* line 2165, ../sass/style.scss */
#tour .tour-post {
  width: 100%;
  background-color: #f2f2f2;
  padding: 0.5em 0;
  margin-bottom: 4px;
  border-radius: 4px;
}

/* line 2174, ../sass/style.scss */
#tour .tour-post:hover {
  background-color: #ddd;
}

/* line 2184, ../sass/style.scss */
#tour .tour-post span {
  font-size: 0.75em;
  padding-top: 0.5em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025em;
}

/* line 2193, ../sass/style.scss */
#tour .tour-post a.on-sale, #tour .tour-post button.on-sale.button {
  background-color: #95eba1;
  color: #276f31;
  text-align: center;
  font-weight: 600;
  width: 100%;
  padding: 0.75em;
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 0;
  color: #1b6c27;
}

/* line 2208, ../sass/style.scss */
#tour .tour-post a.on-sale:hover, #tour .tour-post button.on-sale.button:hover {
  background-color: #4EDD62;
}

/* line 2212, ../sass/style.scss */
#tour .tour-post a.on-sale .icons, #tour .tour-post button.on-sale.button .icons {
  height: auto;
  width: 1em;
  max-height: 100%;
  margin-right: 0.5em;
  fill: #307e38;
}
/* line 2220, ../sass/style.scss */
.lt-ie9 #tour .tour-post a.on-sale .icons, .lt-ie9 #tour .tour-post button.on-sale.button .icons, .gt-ie8 #tour .tour-post a.on-sale .icons, .gt-ie8 #tour .tour-post button.on-sale.button .icons {
  height: 12px;
  max-height: 12px;
  width: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 2212, ../sass/style.scss */
  #tour .tour-post a.on-sale .icons, #tour .tour-post button.on-sale.button .icons {
    height: 12px;
    max-height: 12px;
    width: 12px;
  }
}

/* line 2234, ../sass/style.scss */
#tour .tour-post .sold-out {
  background-color: #99424C;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 0.75em;
  display: inline-block;
  width: 100%;
  font-size: 0.75em;
  border-radius: 2px;
}

/* line 2248, ../sass/style.scss */
#tour .tour-post .sold-out .icons {
  height: auto;
  width: 1em;
  max-height: 100%;
  margin-right: 0.5em;
  fill: #fff;
}
/* line 2256, ../sass/style.scss */
.lt-ie9 #tour .tour-post .sold-out .icons, .gt-ie8 #tour .tour-post .sold-out .icons {
  height: 12px;
  max-height: 12px;
  width: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 2248, ../sass/style.scss */
  #tour .tour-post .sold-out .icons {
    height: 12px;
    max-height: 12px;
    width: 12px;
  }
}

/* line 2269, ../sass/style.scss */
#tour .tour-post .sold-out:hover {
  background-color: #CC061E;
}

/* line 2274, ../sass/style.scss */
#music {
  width: 100%;
  height: auto;
  padding: 0 2em;
}

/* line 2281, ../sass/style.scss */
#music .album-box {
  float: left;
  margin-bottom: 1em;
  margin-top: 1em;
}

/* line 2288, ../sass/style.scss */
#sign-up {
  padding: 0 2em 2em;
}

/* line 2292, ../sass/style.scss */
#sign-up .row {
  margin-bottom: 1em;
}

/* line 2298, ../sass/style.scss */
#dev-page {
  padding: 0 2em 2em 2em;
}

/* line 2303, ../sass/style.scss */
#dev-page .showrow {
  border: solid 1px #666;
  margin-bottom: 0.5em;
}

/* line 2309, ../sass/style.scss */
#dev-page .showrow .box {
  background-color: #DDD;
  border-right: 1px solid #666;
  padding: 0.5em;
}

/* line 2317, ../sass/style.scss */
select {
  background-color: white;
  border: 1px solid #CCC;
  color: #555;
  cursor: pointer;
  display: none;
  height: 27px;
  letter-spacing: normal;
  line-height: normal;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  vertical-align: middle;
  white-space: pre;
  width: 275px;
}

/* line 2333, ../sass/style.scss */
.skinned-wrapper {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 1px solid #ececec;
  border-color: #636363;
  position: relative;
}
/* line 2339, ../sass/style.scss */
.skinned-wrapper select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  z-index: 100;
}
/* line 2347, ../sass/style.scss */
.skinned-wrapper .skinned-text {
  position: absolute;
  text-indent: 5px;
  width: 100%;
  z-index: 1;
}
/* line 2353, ../sass/style.scss */
.skinned-wrapper .skinned-text .text {
  color: #474747;
  display: block;
  font: 15px/27px;
  font-weight: normal;
  padding: 0 35px 0 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 2376, ../sass/style.scss */
.skinned-wrapper select,
.skinned-wrapper select option {
  color: #474747;
  font-size: 12px;
  width: 210px;
}
/* line 2382, ../sass/style.scss */
.skinned-wrapper select option {
  padding: 5px;
}
/* line 2386, ../sass/style.scss */
.skinned-wrapper.login {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.77778rem;
  margin: 0 0 1.25rem;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  width: 100%;
  float: left;
  height: auto;
  background-color: #ddd !important;
  border: solid 1px #CCC !important;
  height: 45px;
  border-radius: 4px;
}
/* line 2407, ../sass/style.scss */
.skinned-wrapper.login select {
  height: 45px;
  width: 100%;
}
/* line 2412, ../sass/style.scss */
.skinned-wrapper.login .skinned-text {
  text-indent: 0;
}
/* line 2416, ../sass/style.scss */
.skinned-wrapper.login .text {
  height: 45px;
  line-height: 45px;
  padding: 0 1.25em;
}
/* line 2422, ../sass/style.scss */
.skinned-wrapper.login.skinned-focus {
  border-color: #999999;
  box-shadow: 0 0 5px #999999;
  background: none repeat scroll 0 0 #FAFAFA;
  border-color: #999999;
  outline: medium none;
}
/* line 2430, ../sass/style.scss */
.skinned-wrapper.login.error {
  border-color: red !important;
}

/* line 2437, ../sass/style.scss */
.updated {
  color: green;
}

/* line 2441, ../sass/style.scss */
.form-errors {
  color: red;
  font-size: 0.85em;
}
