/* 
*	Brandon Flowers 2015
* ============================================== */
/* 
*	Reset
* ============================================== */
@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Roboto+Condensed:300italic,400italic,700italic,400,300,700");
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;
}

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;
}

a {
  text-decoration: none;
}

/* 
*	Vendor Dependencies
* ============================================== */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff;
}
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #2c5999;
}
a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

/* 
*	Color Stack
* ============================================== */
/* 
*	Font Stack
* ============================================== */
@font-face {
  font-family: 'Tall Films';
  src: url("TallFilmsOblique/tall_film_oblique.eot");
  src: url("TallFilmsOblique/tall_film_oblique.eot?#iefix") format("embedded-opentype"), url("TallFilmsOblique/tall_film_oblique.woff") format("woff"), url("TallFilmsOblique/tall_film_oblique.ttf") format("truetype"), url("TallFilmsOblique/tall_film_oblique.svg#fp-9466") format("svg");
}
/* 
*	Layout
* ============================================== */
html, body {
  height: 100%;
  width: 100%;
  float: left;
  background: #191919;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Tall Films Oblique', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  position: relative;
}

@media (min-width: 1025px) {
  html, body {
    overflow-x: hidden;
  }
}
*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
}

a {
  color: #e6d744;
}

em {
  font-style: italic;
}

/* 
*	Control Bar
* ============================================== */
#navigation {
  background: black;
  position: fixed;
  z-index: 60;
  bottom: 0;
  left: 0;
  height: 65px;
  width: 100%;
  line-height: 65px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 14px;
  font-style: italic;
}

#pre-order {
  display: block;
  width: 180px;
  text-align: center;
  background-color: #e6d744;
  color: #191919;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-transform: uppercase;
  height: 65px;
  float: left;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
#pre-order:hover {
  background: #464e76;
  color: white;
}
@media (max-width: 400px) {
  #pre-order {
    width: 140px;
  }
}

#social {
  display: inline-block;
  float: left;
  margin-left: 10px;
  font-size: 20px;
}
#social li {
  display: block;
  float: left;
  margin: 0 10px;
}
#social li a {
  color: white;
}
#social li a:hover {
  color: #e6d744;
}
@media (max-width: 767px) {
  #social {
    float: right;
    padding-right: 20px;
  }
}

#show-timeline, #show-tourdates {
  float: right;
  color: white;
  height: 65px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
#show-timeline i, #show-tourdates i {
  padding-right: 5px;
}
#show-timeline:hover, #show-tourdates:hover {
  background: #e6d744;
  color: black;
}
#show-timeline.active:hover, #show-tourdates.active:hover {
  background: #464e76;
  color: white;
}
@media (max-width: 767px) {
  #show-timeline, #show-tourdates {
    display: none;
  }
}

#show-timeline.active, #show-tourdates.active {
  background: #464e76;
}

/* 
*	Header
* ============================================== */
header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  text-align: center;
  padding: 50px 30px;
}
@media (max-width: 767px) {
  header {
    padding-top: 30px;
  }
}
header #logo {
  clear: both;
  display: block;
}
header #logo img {
  height: auto;
  margin: 0 auto;
  display: block;
}

#mobile-nav {
  display: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 767px) {
  #mobile-nav {
    display: block;
  }
}
#mobile-nav a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}

.nav-open #mobile-nav {
  height: 80px;
}

#mobile-nav-trigger {
  display: none;
  cursor: pointer;
  font-size: 45px;
  width: 45px;
  height: 45px;
  line-height: 1;
  margin: 0 auto 30px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 767px) {
  #mobile-nav-trigger {
    display: block;
  }
}

.nav-open #mobile-nav-trigger {
  border-color: transparent;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

.nav-open #timeline, .nav-open .post-content, .nav-open .timeline-paginate {
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
}
.nav-open #tourdates-wrapper article {
  -webkit-transform: skewY(5deg) translate3d(0, 80px, 0);
  -moz-transform: skewY(5deg) translate3d(0, 80px, 0);
  -ms-transform: skewY(5deg) translate3d(0, 80px, 0);
  -o-transform: skewY(5deg) translate3d(0, 80px, 0);
  transform: skewY(5deg) translate3d(0, 80px, 0);
}

/* 
*	Home
* ============================================== */
#cover-photo {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
#cover-photo .background-image.loaded {
  opacity: 1 !important;
}

.instructions {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
}

.instructions.device {
  display: none;
  bottom: 115px;
}

.instructions.desktop {
  display: block;
  bottom: 90px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .instructions.desktop {
    display: none;
  }

  .instructions.device {
    display: block;
  }
}
@media (max-width: 768px) {
  .instructions.desktop {
    display: none;
  }

  .instructions.device {
    display: block;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .instructions.device {
    display: block;
    bottom: 60px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .instructions.device {
    display: block;
    bottom: 60px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .instructions.device {
    display: block;
    bottom: 60px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .instructions.device {
    display: block;
    bottom: 60px;
  }
}
/* 
*	Home / Single BG Image
* ============================================== */
.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media (max-width: 1024px) {
  .background-image {
    background-attachment: scroll;
    height: 500px;
  }
}
.background-image.home {
  height: 100% !important;
}

#cover-photo .background-image.loaded {
  opacity: 0.5 !important;
}

@media (max-width: 1024px) {
  .background-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, #191919);
  }
}

.background-image.loaded {
  opacity: 0.2;
}

/* 
*	Single
* ============================================== */
#single-post-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

#single-post-wrapper.video-showing {
  z-index: 60;
}

#single-post {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 200px 150px;
}
@media (max-width: 1024px) {
  #single-post {
    padding: 0px 0px 20px 0px;
  }
}
#single-post .wrap-post-content {
  clear: both;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
@media (max-width: 1024px) {
  #single-post .wrap-post-content {
    clear: both;
    float: left;
  }
}
#single-post .wrap-post-content .post-content {
  width: 100%;
  max-width: 768px;
  float: left;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 1024px) {
  #single-post .wrap-post-content .post-content {
    padding: 200px 150px 60px;
  }
}
@media (max-width: 768px) {
  #single-post .wrap-post-content .post-content {
    padding: 200px 100px 60px;
  }
}
@media (max-width: 767px) {
  #single-post .wrap-post-content .post-content {
    padding: 250px 30px 60px;
  }
}
#single-post .wrap-post-content .post-content.right {
  float: right;
}

.prev-post, .next-post {
  z-index: 50;
  font-size: 100px;
  line-height: 1px;
  height: 90px;
  width: 90px;
  color: rgba(255, 255, 255, 0.6);
  position: fixed;
  margin-top: -32px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.prev-post > span img, .next-post > span img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.prev-post div, .next-post div {
  position: absolute;
  border: 3px solid #e6d744;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.1s 0s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0s;
}
.prev-post div img, .next-post div img {
  display: block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.prev-post:hover div, .next-post:hover div {
  opacity: 0.8;
  background-color: transparent;
  /* Trick to hide the visible border of image */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s;
}
.prev-post:hover div img, .next-post:hover div img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.prev-post {
  right: 40px;
  top: 50%;
}
.prev-post > span img {
  position: absolute;
  top: 0;
  right: 0;
}
.prev-post div {
  top: -11px;
  left: 11px;
}
.prev-post div img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.next-post {
  left: 40px;
  top: 50%;
}
.next-post > span img {
  position: absolute;
  top: 0;
  left: 0;
}
.next-post div {
  top: -11px;
  right: 11px;
}
.next-post div img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (max-width: 768px) {
  .prev-post, .next-post {
    bottom: 80px;
    top: auto;
    margin: 0;
  }

  .prev-post {
    right: 15px;
  }

  .next-post {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .single-paginate {
    width: 280px;
    clear: both;
    margin: 0 auto 30px auto;
  }
  .single-paginate::after {
    clear: both;
    content: "";
    display: table;
  }
  .single-paginate .prev-post, .single-paginate .next-post {
    display: block;
    position: static;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    float: left;
    background: black;
  }
  .single-paginate .prev-post *, .single-paginate .next-post * {
    position: static;
  }
  .single-paginate .prev-post * img, .single-paginate .next-post * img {
    padding: 10px;
  }
  .single-paginate .prev-post div, .single-paginate .next-post div {
    display: none;
  }
}
.fullscreen-player-container {
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 65px;
  z-index: 55;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.fullscreen-player-container .fullscreen-player {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen-player-container.showing {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.video-thumb-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.video-thumb-wrapper:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

.video-thumb {
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.open-player {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -25px;
  display: block;
  background: #e6d744;
  color: #191919;
  color: white;
  width: 80px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.open-player i {
  line-height: inherit;
  height: inherit;
}

.show-button.open-player {
  opacity: 0.8;
}
.show-button.open-player:hover {
  color: inherit;
  opacity: 1;
}

.close-player {
  background: #e6d744;
  color: #191919;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 10px 15px;
  font-size: 30px;
  z-index: 56;
  cursor: pointer;
}
.close-player:hover {
  color: inherit;
}

/* 
*	Share
* ============================================== */
.share-container .ngdialog-content {
  background: none;
  border: none;
  height: 100%;
}
.share-container .ngdialog-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.share-container .ngdialog-close {
  position: absolute;
  right: 40px;
  top: 0;
  color: white;
  font-size: 60px;
}

.share {
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.share > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.share > div > * {
  position: relative;
  z-index: 9999999;
}
.share > div h2 {
  font-size: 20px;
}
.share a {
  display: inline-block;
  color: white;
  background: #464e76;
  width: 150px;
  height: 150px;
  font-size: 40px;
  line-height: 150px;
  text-align: center;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.share a:nth-child(odd) {
  background: #3d4366;
}
.share a:hover {
  background: #333956;
}
.share a i {
  line-height: inherit;
}
.share .share-url {
  text-align: center;
  margin-top: 20px;
}
.share .share-url label, .share .share-url input {
  display: inline-block;
}
.share .share-url label {
  background: #464e76;
  color: white;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
}
.share .share-url input {
  height: 40px;
  line-height: 40px;
  width: 250px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 800px) {
  .share a {
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
  }
}
@media (max-width: 500px) {
  .share a {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }
}

.open-share-menu {
  color: white;
  background: black;
  cursor: pointer;
  display: inline-block;
  width: 150px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}
.open-share-menu:hover {
  color: white;
  background: #464e76;
}
@media (max-width: 767px) {
  .open-share-menu {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    background: #464e76;
  }
}

/* 
*	Timeline
* ============================================== */
#timeline a h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#timeline a span {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
  color: #464e76;
}

@media (min-width: 769px) {
  #timeline {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #191919;
  }
  #timeline article {
    display: block;
    float: left;
    position: relative;
    width: 14.285%;
    height: 100%;
    transition: all 300ms ease;
  }
  #timeline article.grow {
    width: 52%;
  }
  #timeline article.grow a div {
    opacity: 1;
  }
  #timeline article.grow .timeline-image {
    opacity: 0.2 !important;
  }
  #timeline article.shrink {
    width: 8%;
  }
  #timeline article.selected a div {
    opacity: 0;
  }

  .timeline-image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    transition: opacity 500ms;
  }

  .timeline-image.loaded {
    opacity: 0.6;
  }

  #timeline a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 500ms ease;
    display: table;
    overflow: hidden;
    text-align: center;
  }
  #timeline a div {
    opacity: 0;
    display: table-cell;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    color: white;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
  }

  #timeline.animating article.selected {
    width: 100%;
  }
  #timeline.animating article {
    width: 0;
  }

  .timeline-paginate {
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    transition: opacity 500ms;
  }

  .timeline-rtl .view-animate.ng-enter, .timeline-rtl .view-animate.ng-leave, .timeline-ltr .view-animate.ng-enter, .timeline-ltr .view-animate.ng-leave {
    -webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 1200ms;
    -moz-transition: -moz-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 1200ms;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 1200ms;
  }
  .timeline-rtl .view-animate.ng-enter .timeline-paginate, .timeline-ltr .view-animate.ng-enter .timeline-paginate {
    opacity: 0;
  }
  .timeline-rtl .view-animate.ng-enter.active .timeline-paginate, .timeline-ltr .view-animate.ng-enter.active .timeline-paginate {
    opacity: 1;
  }

  .timeline .view-animate.ng-enter .wrap-post-content {
    opacity: 0;
  }
  .timeline .view-animate.ng-enter.active .wrap-post-content {
    opacity: 0;
  }

  .timeline-rtl .view-animate.ng-enter {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .timeline-rtl .view-animate.ng-enter.ng-enter-active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .timeline-rtl .view-animate.ng-leave.ng-leave-active {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .timeline-ltr .view-animate.ng-enter {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .timeline-ltr .view-animate.ng-enter.ng-enter-active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .timeline-ltr .view-animate.ng-leave.ng-leave-active {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media (max-width: 768px) {
  #timeline {
    width: 100%;
    margin-top: 160px;
    padding: 0 0 0 0;
    background: #191919;
  }
  #timeline article {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    transition: all 300ms ease;
  }
  #timeline article.grow {
    width: 100%;
  }
  #timeline article.shrink {
    width: 100%;
  }

  .timeline-image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    transition: opacity 500ms;
  }

  .timeline-image.loaded {
    opacity: 0.2;
  }

  #timeline a {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 250px;
    cursor: pointer;
    transition: all 500ms ease;
    display: table;
    overflow: hidden;
    text-align: left;
  }
  #timeline a div {
    display: table-cell;
    position: relative;
    z-index: 1;
    vertical-align: bottom;
    color: white;
    padding: 20px;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
  }

  .timeline-next {
    display: none;
  }

  .timeline-prev {
    position: static;
    background: #191919;
    display: block;
    text-align: center;
    width: 100%;
  }
  .timeline-prev img {
    display: none;
  }
  .timeline-prev::before {
    content: 'Load More';
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
  }

  .timeline .view-animate.ng-enter {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }

  .timeline .view-animate.ng-enter.ng-enter-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .timeline .view-animate.ng-leave.ng-leave-active {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .timeline-rtl .view-animate.ng-leave, .timeline-ltr .view-animate.ng-leave {
    z-index: 1;
  }
  .timeline-rtl .view-animate.ng-enter, .timeline-ltr .view-animate.ng-enter {
    z-index: 55;
    opacity: 0;
  }
  .timeline-rtl .view-animate.ng-enter.ng-enter-active, .timeline-ltr .view-animate.ng-enter.ng-enter-active {
    z-index: 55;
    opacity: 1;
  }
  .timeline-rtl .view-animate.ng-leave.ng-leave-active, .timeline-ltr .view-animate.ng-leave.ng-leave-active {
    opacity: 0;
  }

  .timeline-paginate {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #timeline {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    margin-top: 220px;
  }
}
/* 
*	Tourdates
* ============================================== */
.tourdates-background {
  background: url(../app/components/tourdates/img/horseshoes_tile.jpg) 0px -65px repeat;
  padding-bottom: 150px;
  min-height: 100%;
}
.tourdates-background::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 599px) {
  .tourdates-background {
    background-image: none;
  }
}

#tourdates-wrapper {
  height: auto;
  width: 100%;
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  #tourdates-wrapper {
    background: none;
  }
}

#tourdates-wrapper article {
  width: 100%;
  max-width: 700px;
  margin: 180px auto 0 auto;
  padding: 75px 30px;
  background: white;
  color: #464e76;
  font-size: 20px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
  -webkit-transform: skewY(5deg);
  -moz-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  -o-transform: skewY(5deg);
  transform: skewY(5deg);
  font-family: 'Roboto Condensed', sans-serif;
}
@media (max-width: 767px) {
  #tourdates-wrapper article {
    margin-top: 250px;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  #tourdates-wrapper article {
    margin-top: 200px;
  }
}
#tourdates-wrapper article > div {
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
#tourdates-wrapper article h1 {
  color: #464e76;
  padding-bottom: 0px;
}

.tourdates-heading::after {
  clear: both;
  content: "";
  display: table;
}
.tourdates-heading .push {
  width: 25%;
  float: left;
  padding: 10px;
}
@media (max-width: 599px) {
  .tourdates-heading .push {
    display: none;
  }
}
.tourdates-heading .wrap {
  width: 75%;
  float: left;
}
@media (max-width: 599px) {
  .tourdates-heading .wrap {
    width: 100%;
  }
}
.tourdates-heading .wrap .title {
  width: 70%;
  padding: 10px;
  float: left;
}
.tourdates-heading .wrap .close-tourdates {
  width: 30%;
  float: left;
  padding: 10px;
}
.tourdates-heading .wrap .close-tourdates a {
  background: #464e76;
  color: black;
  display: block;
  font-size: 14px;
  padding: 10px 5px;
  width: 100%;
  font-style: italic;
  text-transform: uppercase;
  color: white;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.tourdates-heading .wrap .close-tourdates a:hover {
  background: black;
}
@media (max-width: 599px) {
  .tourdates-heading .wrap .title, .tourdates-heading .wrap .close-tourdates {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .tourdates-heading .wrap .title, .tourdates-heading .wrap .close-tourdates {
    width: 100%;
  }
  .tourdates-heading .wrap .title h1 {
    margin: 0;
    padding: 0;
  }
  .tourdates-heading .wrap .close-tourdates {
    margin-bottom: 10px;
  }
}

#tourdates-wrapper article ul {
  color: #464e76;
  text-transform: uppercase;
  line-height: 1;
}
#tourdates-wrapper article ul::after {
  clear: both;
  content: "";
  display: table;
}
#tourdates-wrapper article ul li {
  margin-bottom: 20px;
  display: block;
  clear: both;
}
#tourdates-wrapper article ul li::after {
  clear: both;
  content: "";
  display: table;
}
#tourdates-wrapper article ul li > div {
  float: left;
  text-align: center;
}
#tourdates-wrapper article ul li > div::after {
  clear: both;
  content: "";
  display: table;
}
#tourdates-wrapper article ul li > div em {
  color: #999;
  font-size: 90%;
}
#tourdates-wrapper article ul li .date {
  width: 25%;
  padding: 10px;
}
@media (max-width: 599px) {
  #tourdates-wrapper article ul li .date {
    width: 50%;
    padding-left: 0;
  }
}
#tourdates-wrapper article ul li .info {
  width: 75%;
}
#tourdates-wrapper article ul li .info .venue, #tourdates-wrapper article ul li .info .tickets {
  float: left;
  padding: 10px;
}
#tourdates-wrapper article ul li .info .venue {
  width: 70%;
}
#tourdates-wrapper article ul li .info .tickets {
  width: 30%;
}
#tourdates-wrapper article ul li .info .tickets a {
  background: #e6d744;
  color: black;
  display: block;
  font-size: 14px;
  padding: 12px 5px;
  width: 100%;
  font-style: italic;
}
#tourdates-wrapper article ul li .info .tickets a:hover {
  background: black;
  color: white;
}
@media (max-width: 767px) {
  #tourdates-wrapper article ul li .info .tickets a {
    float: none;
    clear: both;
  }
}
@media (max-width: 599px) {
  #tourdates-wrapper article ul li .info {
    width: 50%;
  }
  #tourdates-wrapper article ul li .info .venue, #tourdates-wrapper article ul li .info .tickets {
    clear: both;
    padding-bottom: 0px;
  }
  #tourdates-wrapper article ul li .info .venue {
    width: 100%;
    text-align: left;
  }
  #tourdates-wrapper article ul li .info .tickets {
    width: 200px;
    max-width: 100%;
    float: none;
  }
}

/* 
*	ngAnimate Basic Animations
* ============================================== */
.view-animate-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.view-animate {
  height: 100%;
  width: 100%;
}

.view-animate.ng-leave {
  z-index: 59;
  background: #191919;
  overflow-x: hidden;
}

.view-animate.ng-enter {
  overflow-x: hidden;
}

.view-animate.ng-enter, .view-animate.ng-leave {
  -webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 750ms, opacity 750ms linear;
  -moz-transition: -moz-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 750ms, opacity 750ms linear;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 750ms, opacity 750ms linear;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
}

.rtl .view-animate.ng-enter {
  opacity: 0;
}

.rtl .view-animate.ng-enter.ng-enter-active {
  opacity: 1;
}

.rtl .view-animate.ng-leave.ng-leave-active {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.ltr .view-animate.ng-enter {
  opacity: 0;
}

.ltr .view-animate.ng-enter.ng-enter-active {
  opacity: 1;
}

.ltr .view-animate.ng-leave.ng-leave-active {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.btt .view-animate.ng-enter {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.btt .view-animate.ng-enter.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btt .view-animate.ng-leave.ng-leave-active {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.ttb .view-animate.ng-enter {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.ttb .view-animate.ng-enter.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ttb .view-animate.ng-leave.ng-leave-active {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.fade-in .view-animate.ng-leave {
  z-index: 1;
}

.fade-in .view-animate.ng-enter {
  z-index: 55;
  opacity: 0;
}

.fade-in .view-animate.ng-enter.ng-enter-active {
  z-index: 55;
  opacity: 1;
}

.fade-in .view-animate.ng-leave.ng-leave-active {
  opacity: 0;
}

/* 
*	Spinner
* ============================================== */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* 
*	Loading Progress bar
* ============================================== */
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #e6d744;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #e6d744 1px 0 6px 1px;
  -ms-box-shadow: #e6d744 1px 0 6px 1px;
  -webkit-box-shadow: #e6d744 1px 0 6px 1px;
  box-shadow: #e6d744 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #e6d744;
  border-left-color: #e6d744;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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