@-webkit-keyframes loadingSpin { 0% { transform: rotate(0deg);
    color: #172941; }
  50% { color: #8C99A7; }
  100% { transform: rotate(360deg);
    color: #172941; } }

@keyframes loadingSpin { 0% { transform: rotate(0deg);
    color: #172941; }
  50% { color: #8C99A7; }
  100% { transform: rotate(360deg);
    color: #172941; } }

.animate--loading-spin { -webkit-animation-name: loadingSpin; animation-name: loadingSpin; -webkit-animation-duration: 750ms; animation-duration: 750ms; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; }

/* Gloabls
---------------------------------------- */
/* Mixins
---------------------------------------- */
/* Working Space Below! Warning: untested and unstable~~~! */
/* Experemental Webkit/Moz Animations
---------------------------------------- */
@font-face { font-family: "icons"; src: url("https://tickets.arcadia-earth.com/assets/fonts/fontello/fontello.eot?6520#iefix") format("embedded-opentype"), url("../../../fonts/fontello/fontello_6520.woff") format("woff"), url("../../../fonts/fontello/fontello_6520.ttf") format("truetype"), url("https://tickets.arcadia-earth.com/assets/fonts/fontello/fontello?6520#icons") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "icons"; src: url("https://tickets.arcadia-earth.com/assets/fonts/fontello/fontello.eot?6520#iefix") format("embedded-opentype"), url("../../../fonts/fontello/fontello_6520.woff") format("woff"), url("../../../fonts/fontello/fontello_6520.ttf") format("truetype"), url("https://tickets.arcadia-earth.com/assets/fonts/fontello/fontello?6520#icons") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "Glyphish"; src: url("https://tickets.arcadia-earth.com/assets/fonts/glyphish/glyphish.eot#iefix") format("embedded-opentype"), url("https://tickets.arcadia-earth.com/assets/fonts/glyphish/glyphish.woff") format("woff"), url("../../../fonts/glyphish/glyphish.ttf") format("truetype"), url("https://tickets.arcadia-earth.com/assets/fonts/glyphish/glyphish#Glyphish") format("svg"); font-weight: normal; font-style: normal; }

.color-primary { color: #4B552C; }

.background-primary { background-color: #4B552C; }

.color-secondary { color: #354C9B; }

.background-secondary { background-color: #354C9B; }

.border-primary { border-color: #4B552C; }

.border-secondary { border-color: #354C9B; }

body { font-family: "Open Sans", "Helvetica", "Arial", sans-serif; }

h1, h2, h3, h4, h5 { font-family: "Open Sans", "Helvetica", "Arial", sans-serif; }

footer .footer_wrap .bottom_bar .bottom_left a.bottom_logo { background-image: url(../images/logo-light.png); }

@media only screen and (max-width: 575px) { a.bottom_logo_mobile { width: 100%; height: 30px; background-image: url(../images/logo-light.png); } }

nav #nav_logo a { width: 200px; height: 30px; background-image: url(../images/logo-light.png); }