@charset "UTF-8";
/* Old Stuff (revisit) */
/* Typography */
/* Colors */
@font-face {
  font-family: DINWeb;
  src: url("../font/DINWeb.woff") format("woff");
}
@font-face {
  font-family: DINWeb-Bold;
  src: url("../font/DINWeb-Bold.woff") format("woff");
}
/* line 9, ../../../app/styles/wow/body.scss */
* {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

/* line 14, ../../../app/styles/wow/body.scss */
ul {
  padding: 0;
  margin: 0;
}

/* line 19, ../../../app/styles/wow/body.scss */
.clickable {
  cursor: pointer;
}

/* line 23, ../../../app/styles/wow/body.scss */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 26, ../../../app/styles/wow/body.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 30, ../../../app/styles/wow/body.scss */
html {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* line 36, ../../../app/styles/wow/body.scss */
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 44, ../../../app/styles/wow/body.scss */
span.gold {
  color: #ccb25f;
}

/* line 48, ../../../app/styles/wow/body.scss */
.form-control:focus {
  border-color: #ccb25f;
  outline: 0;
  -webkit-box-shadow: inset 0 0.0625em 0.0625em rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(204, 178, 95, 0.6);
  box-shadow: inset 0 0.0625em 0.0625em rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(204, 178, 95, 0.6);
}

/* line 56, ../../../app/styles/wow/body.scss */
.textcontent {
  padding: 0.625em 1.875em 1.875em 1.875em;
}
/* line 58, ../../../app/styles/wow/body.scss */
.textcontent p {
  font-weight: 300;
}
/* line 64, ../../../app/styles/wow/body.scss */
.textcontent h2 {
  font-size: 1.5em;
}
/* line 68, ../../../app/styles/wow/body.scss */
.textcontent h2 + h3 {
  margin-top: 0;
}
/* line 71, ../../../app/styles/wow/body.scss */
.textcontent h3 {
  color: #ccb25f;
  font-size: 1em;
}
/* line 76, ../../../app/styles/wow/body.scss */
.textcontent a {
  color: #000000;
}
/* line 80, ../../../app/styles/wow/body.scss */
.textcontent a:hover, .textcontent a:active, .textcontent a:focus {
  outline: 0;
}
/* line 83, ../../../app/styles/wow/body.scss */
.textcontent a:hover, .textcontent a:focus {
  text-decoration: none;
}

@media (orientation: landscape) {
  /* line 94, ../../../app/styles/wow/body.scss */
  html.ipad.ios7 > body {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 42em !important;
  }
}
/* line 103, ../../../app/styles/wow/body.scss */
a {
  outline: 0;
}
/* line 106, ../../../app/styles/wow/body.scss */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 113, ../../../app/styles/wow/body.scss */
object, embed {
  outline: 0;
}

/* line 117, ../../../app/styles/wow/body.scss */
input::-moz-focus-inner {
  border: 0;
}

/* line 121, ../../../app/styles/wow/body.scss */
[data-ember-action] {
  cursor: pointer;
}

/* line 125, ../../../app/styles/wow/body.scss */
.animate {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

/* line 131, ../../../app/styles/wow/body.scss */
.animate-transform {
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  transition: transform .3s;
}

/* line 137, ../../../app/styles/wow/body.scss */
.full-size {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 143, ../../../app/styles/wow/body.scss */
.cover {
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 147, ../../../app/styles/wow/body.scss */
.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-) */
  display: flex;
  align-items: center;
}

/* line 153, ../../../app/styles/wow/body.scss */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 157, ../../../app/styles/wow/body.scss */
.app-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 163, ../../../app/styles/wow/body.scss */
.app-wrapper .app-contain {
  display: table-row;
  width: 100%;
  height: 100%;
}

/* NO TOUCH STUFF */
/* Stage styles */
/* APP */
/* line 6, ../../../app/styles/wow/mainstage.scss */
.app-mainstage {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #3d3d3d;
  overflow: hidden;
}

/* line 20, ../../../app/styles/wow/mainstage.scss */
.app-tilezoom-contain {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  left: 0;
  bottom: 3.75em;
}
/* line 27, ../../../app/styles/wow/mainstage.scss */
.app-tilezoom-contain .loading-wrapper, .app-tilezoom-contain .loading-wrapper div {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  left: 0;
  bottom: 0;
}
/* line 34, ../../../app/styles/wow/mainstage.scss */
.app-tilezoom-contain .loading-wrapper i, .app-tilezoom-contain .loading-wrapper div i {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 1.25em;
  margin-top: -1.25em;
  line-height: 1.25em;
}

/* line 47, ../../../app/styles/wow/mainstage.scss */
.app-topcontent-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 0;
  width: 100%;
  overflow: hidden;
}

/* line 59, ../../../app/styles/wow/mainstage.scss */
.app-content-contain.expanded {
  background: #ffffff;
  overflow: hidden;
}

/* line 68, ../../../app/styles/wow/mainstage.scss */
.app-navigation {
  color: #FFFFFF;
  height: 3.75em;
  background-color: #303030;
}

/* line 74, ../../../app/styles/wow/mainstage.scss */
.app-navigation.portrait {
  overflow: hidden;
}

/* line 78, ../../../app/styles/wow/mainstage.scss */
.app-navigation.landscape {
  position: absolute;
  right: 0;
  width: 3.75em;
  height: 100%;
  background-color: #303030;
  z-index: 2;
}

/* line 87, ../../../app/styles/wow/mainstage.scss */
.app-bottom-overlay-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 3.75em;
  overflow: hidden;
  -moz-transform: translate(0, 3.75em);
  -ms-transform: translate(0, 3.75em);
  -webkit-transform: translate(0, 3.75em);
  transform: translate(0, 3.75em);
}
/* line 96, ../../../app/styles/wow/mainstage.scss */
.app-bottom-overlay-wrapper li {
  display: none;
}
/* line 99, ../../../app/styles/wow/mainstage.scss */
.app-bottom-overlay-wrapper .register li.register-button {
  display: block;
}

/* Global */
/* line 7, ../../../app/styles/wow/loading-animation.scss */
.lazyContent, .lazyBg {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-image: url("../_imgs/ajax-loader.gif");
  -webkit-background-size: 1em 1em !important;
  -moz-background-size: 1em 1em !important;
  -o-background-size: 1em 1em !important;
  background-size: 1em 1em !important;
}

/* line 17, ../../../app/styles/wow/loading-animation.scss */
.loading-animation {
  position: absolute;
  text-align: center;
  width: 100%;
  display: table;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
/* line 28, ../../../app/styles/wow/loading-animation.scss */
.loading-animation i {
  display: table-cell;
  vertical-align: middle;
}

/* line 34, ../../../app/styles/wow/loading-animation.scss */
.app-loading-overlay .loading-animation {
  background-color: #ffffff;
}

/* line 40, ../../../app/styles/wow/loading-animation.scss */
.wow-modal .modal-content .loading-animation,
.wow-modal .app-content-contain .loading-animation,
.app-mainstage .modal-content .loading-animation,
.app-mainstage .app-content-contain .loading-animation {
  display: none;
}
/* line 45, ../../../app/styles/wow/loading-animation.scss */
.wow-modal.lazyLoader .app-content-contain,
.app-mainstage.lazyLoader .app-content-contain {
  position: relative;
}
/* line 49, ../../../app/styles/wow/loading-animation.scss */
.wow-modal.lazyLoader .modal-content .loading-animation,
.wow-modal.lazyLoader .app-content-contain .loading-animation,
.app-mainstage.lazyLoader .modal-content .loading-animation,
.app-mainstage.lazyLoader .app-content-contain .loading-animation {
  background-color: #ffffff;
  display: table;
}
/* line 54, ../../../app/styles/wow/loading-animation.scss */
.wow-modal.lazyLoader .modal-content .loading-animation,
.app-mainstage.lazyLoader .modal-content .loading-animation {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 60, ../../../app/styles/wow/loading-animation.scss */
.landscape .app-mainstage.bottom-left-overlay.lazyLoader .app-content-wrapper .loading-animation,
.landscape .app-mainstage.bottom-left.lazyLoader .app-content-wrapper .loading-animation {
  top: 0;
}

/* line 66, ../../../app/styles/wow/loading-animation.scss */
.wow-modal .modal-content .loading-animation {
  display: table;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 2, ../../../app/styles/wow/scrollcontent.scss */
.scrollWrapper {
  overflow: hidden;
  position: relative;
}
/* line 7, ../../../app/styles/wow/scrollcontent.scss */
.scrollWrapper .scrollContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1, ../../../app/styles/wow/gradiants.scss */
.background-grandiant-black-trans {
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(20%, transparent), color-stop(60%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}

/* line 11, ../../../app/styles/wow/gradiants.scss */
.background-grandiant-black-trans-l {
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}

/* line 21, ../../../app/styles/wow/gradiants.scss */
.splash-screen .background-grandiant-black-trans-l {
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 22%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(20%, transparent), color-stop(22%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 22%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 22%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 20%, transparent 22%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.8) 100%);
}

/* line 31, ../../../app/styles/wow/gradiants.scss */
.background-gradiant-grey {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,636162+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #636162 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #636162));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #636162 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #636162 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #636162 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #636162 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#636162',GradientType=0 );
  /* IE6-9 */
}

/* line 6, ../../../app/styles/wow/buttons.scss */
.landscape .landscape-button-list a,
.landscape .landscape-button-list .dz-trigger.dz-clickable,
.landscape .landscape-button-list .wc-trigger,
.btn-wow {
  color: #ffffff;
  background-color: #ccb25f;
  border-color: #ccb25f;
  text-transform: uppercase;
  padding: 0.375em 0.75em;
  font-size: 0.875em;
}

/* line 18, ../../../app/styles/wow/buttons.scss */
.landscape .btn-wow,
.landscape .landscape-button-list a,
.landscape .landscape-button-list .dz-trigger.dz-clickable,
.landscape .landscape-button-list .wc-trigger {
  text-transform: none;
}

/* line 25, ../../../app/styles/wow/buttons.scss */
.landscape .landscape-button-list a,
.landscape .landscape-button-list .dz-trigger.dz-clickable,
.landscape .landscape-button-list .wc-trigger,
a.btn-wow {
  color: #ffffff;
}

/* line 33, ../../../app/styles/wow/buttons.scss */
.landscape .landscape-button-list a:hover,
.landscape .landscape-button-list a:focus,
.landscape .landscape-button-list a:active,
.landscape .landscape-button-list a.active,
.landscape .landscape-button-list .dz-trigger.dz-clickable:hover,
.landscape .landscape-button-list .dz-trigger.dz-clickable:focus,
.landscape .landscape-button-list .dz-trigger.dz-clickable:active,
.landscape .landscape-button-list .dz-trigger.dz-clickable.active,
.landscape .landscape-button-list .wc-trigger:hover,
.landscape .landscape-button-list .wc-trigger:focus,
.landscape .landscape-button-list .wc-trigger:active,
.landscape .landscape-button-list .wc-trigger.active,
.btn-wow:hover,
.btn-wow:focus,
.btn-wow:active,
.btn-wow.active,
a.btn-wow:hover,
a.btn-wow:focus,
a.btn-wow:active,
a.btn-wow.active,
.open .dropdown-toggle.btn-wow {
  color: #ffffff;
  background-color: #E5C96C;
  border-color: #E5C96C;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 61, ../../../app/styles/wow/buttons.scss */
.btn-wow:active,
.btn-wow.active,
.open .dropdown-toggle.btn-wow {
  background-image: none;
}

/* line 67, ../../../app/styles/wow/buttons.scss */
.btn-wow.disabled,
.btn-wow[disabled],
fieldset[disabled] .btn-wow,
.btn-wow.disabled:hover,
.btn-wow[disabled]:hover,
fieldset[disabled] .btn-wow:hover,
.btn-wow.disabled:focus,
.btn-wow[disabled]:focus,
fieldset[disabled] .btn-wow:focus,
.btn-wow.disabled:active,
.btn-wow[disabled]:active,
fieldset[disabled] .btn-wow:active,
.btn-wow.disabled.active,
.btn-wow[disabled].active,
fieldset[disabled] .btn-wow.active {
  background-color: #ccb25f;
  border-color: #ccb25f;
}

/* line 86, ../../../app/styles/wow/buttons.scss */
.btn-wow .badge {
  color: #ccb25f;
  background-color: #ffffff;
}

/* line 91, ../../../app/styles/wow/buttons.scss */
.portrait ul.btn-group.btn-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 97, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal,
.view-photo-crop ul.btn-group.buttons-horizontal,
.wow-modal ul.btn-group.buttons-horizontal,
.portrait ul.btn-group.buttons-horizontal {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ccb25f;
}
/* line 108, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal.col1 li,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal.col1 li,
.view-photo-crop ul.btn-group.buttons-horizontal.col1 li,
.wow-modal ul.btn-group.buttons-horizontal.col1 li,
.portrait ul.btn-group.buttons-horizontal.col1 li {
  width: 100%;
}
/* line 111, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal.col2 li,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal.col2 li,
.view-photo-crop ul.btn-group.buttons-horizontal.col2 li,
.wow-modal ul.btn-group.buttons-horizontal.col2 li,
.portrait ul.btn-group.buttons-horizontal.col2 li {
  width: 50%;
}
/* line 114, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal.col3 li,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal.col3 li,
.view-photo-crop ul.btn-group.buttons-horizontal.col3 li,
.wow-modal ul.btn-group.buttons-horizontal.col3 li,
.portrait ul.btn-group.buttons-horizontal.col3 li {
  width: 33%;
}
/* line 117, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal.col4 li,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal.col4 li,
.view-photo-crop ul.btn-group.buttons-horizontal.col4 li,
.wow-modal ul.btn-group.buttons-horizontal.col4 li,
.portrait ul.btn-group.buttons-horizontal.col4 li {
  width: 25%;
}
/* line 121, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal.col2s-2b li,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal.col2s-2b li,
.view-photo-crop ul.btn-group.buttons-horizontal.col2s-2b li,
.wow-modal ul.btn-group.buttons-horizontal.col2s-2b li,
.portrait ul.btn-group.buttons-horizontal.col2s-2b li {
  width: 40%;
}
/* line 124, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal.col2s-2b li:first-child, .landscape .view-choose-wonder ul.btn-group.buttons-horizontal.col2s-2b li:last-child,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal.col2s-2b li:first-child,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal.col2s-2b li:last-child,
.view-photo-crop ul.btn-group.buttons-horizontal.col2s-2b li:first-child,
.view-photo-crop ul.btn-group.buttons-horizontal.col2s-2b li:last-child,
.wow-modal ul.btn-group.buttons-horizontal.col2s-2b li:first-child,
.wow-modal ul.btn-group.buttons-horizontal.col2s-2b li:last-child,
.portrait ul.btn-group.buttons-horizontal.col2s-2b li:first-child,
.portrait ul.btn-group.buttons-horizontal.col2s-2b li:last-child {
  width: 10%;
}
/* line 128, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal li,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal li,
.view-photo-crop ul.btn-group.buttons-horizontal li,
.wow-modal ul.btn-group.buttons-horizontal li,
.portrait ul.btn-group.buttons-horizontal li {
  text-align: center;
  font-family: "DINWeb", sans-serif;
  color: #FFFFFF;
  display: table-cell;
  table-layout: fixed;
  border-left: 0.0625em solid rgba(255, 255, 255, 0.6);
}
/* line 135, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal li:first-child,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal li:first-child,
.view-photo-crop ul.btn-group.buttons-horizontal li:first-child,
.wow-modal ul.btn-group.buttons-horizontal li:first-child,
.portrait ul.btn-group.buttons-horizontal li:first-child {
  border-left: none;
}
/* line 138, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal li .icon-right-open, .landscape .view-choose-wonder ul.btn-group.buttons-horizontal li .icon-left,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal li .icon-right-open,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal li .icon-left,
.view-photo-crop ul.btn-group.buttons-horizontal li .icon-right-open,
.view-photo-crop ul.btn-group.buttons-horizontal li .icon-left,
.wow-modal ul.btn-group.buttons-horizontal li .icon-right-open,
.wow-modal ul.btn-group.buttons-horizontal li .icon-left,
.portrait ul.btn-group.buttons-horizontal li .icon-right-open,
.portrait ul.btn-group.buttons-horizontal li .icon-left {
  display: none;
}
/* line 141, ../../../app/styles/wow/buttons.scss */
.landscape .view-choose-wonder ul.btn-group.buttons-horizontal li .btn,
.landscape .view-joy-screen ul.btn-group.buttons-horizontal li .btn,
.view-photo-crop ul.btn-group.buttons-horizontal li .btn,
.wow-modal ul.btn-group.buttons-horizontal li .btn,
.portrait ul.btn-group.buttons-horizontal li .btn {
  border-radius: 0;
  font-family: "DINWeb", sans-serif;
  display: block;
  line-height: 3.75em;
  width: 100%;
  font-weight: 700;
}

/* line 152, ../../../app/styles/wow/buttons.scss */
.landscape .landscape-button-list ul.btn-group.buttons-horizontal {
  list-style-type: none;
  display: block;
  padding: 0 1.875em 0 1.875em;
}
/* line 156, ../../../app/styles/wow/buttons.scss */
.landscape .landscape-button-list ul.btn-group.buttons-horizontal li {
  font-family: "DINWeb", sans-serif;
  color: #FFFFFF;
}
/* line 159, ../../../app/styles/wow/buttons.scss */
.landscape .landscape-button-list ul.btn-group.buttons-horizontal li .btn {
  text-align: left;
  border-radius: 0;
  font-family: "DINWeb", sans-serif;
  display: block;
  width: 100%;
  font-weight: 700;
}

/* line 170, ../../../app/styles/wow/buttons.scss */
.landscape .app-content-contain .textcontent + div.my-wonderlock-swiper ul.btn-group.buttons-horizontal,
.landscape .app-content-contain .textcontent + .landscape-button-list ul.btn-group.buttons-horizontal,
.landscape .app-content-contain .textcontent + ul.btn-group.buttons-horizontal {
  padding-bottom: 0;
  margin-top: 0;
}

/* turn list into button list on landscape */
/* line 178, ../../../app/styles/wow/buttons.scss */
ul.btn-group.buttons-vertical ul,
.landscape .landscape-button-list ul {
  margin: 1.875em 0 1.5em 0;
  list-style-type: none;
}
/* line 182, ../../../app/styles/wow/buttons.scss */
ul.btn-group.buttons-vertical ul li,
.landscape .landscape-button-list ul li {
  padding: 0;
  margin-bottom: 1.25em;
}
/* line 185, ../../../app/styles/wow/buttons.scss */
ul.btn-group.buttons-vertical ul li a, ul.btn-group.buttons-vertical ul li.dz-trigger.dz-clickable, ul.btn-group.buttons-vertical ul li.wc-trigger,
.landscape .landscape-button-list ul li a,
.landscape .landscape-button-list ul li.dz-trigger.dz-clickable,
.landscape .landscape-button-list ul li.wc-trigger {
  display: block;
  padding: 1.5em 1.25em 1.5em 1.25em;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 700;
}
/* line 192, ../../../app/styles/wow/buttons.scss */
ul.btn-group.buttons-vertical ul li i,
.landscape .landscape-button-list ul li i {
  margin: 0;
}
/* line 195, ../../../app/styles/wow/buttons.scss */
ul.btn-group.buttons-vertical ul li i.icon-left,
.landscape .landscape-button-list ul li i.icon-left {
  margin-right: 0.3125em;
}
/* line 198, ../../../app/styles/wow/buttons.scss */
ul.btn-group.buttons-vertical ul li i.pull-right,
.landscape .landscape-button-list ul li i.pull-right {
  float: right;
}

/* line 206, ../../../app/styles/wow/buttons.scss */
.view-photo-crop ul.btn-group.buttons-horizontal li {
  text-align: left;
}
/* line 208, ../../../app/styles/wow/buttons.scss */
.view-photo-crop ul.btn-group.buttons-horizontal li .btn {
  text-align: left;
  padding: 0.375em 0.75em 0.375em 1.5em;
}
/* line 212, ../../../app/styles/wow/buttons.scss */
.view-photo-crop ul.btn-group.buttons-horizontal li i.icon-left {
  display: inline-block;
  margin-right: 0.3125em;
}
/* line 216, ../../../app/styles/wow/buttons.scss */
.view-photo-crop ul.btn-group.buttons-horizontal li i.pull-right {
  display: inline-block;
  float: right;
}

/* line 224, ../../../app/styles/wow/buttons.scss */
a.list-action {
  display: block;
  color: #000000;
}

/* line 8, ../../../app/styles/wow/language-dir.scss */
html.rtl body {
  direction: ltr;
  /* Floats */
  /* Icons */
  /* Margin */
  /* Text alignments */
  /* Positioning */
  /* Border */
}
/* line 11, ../../../app/styles/wow/language-dir.scss */
html.rtl body .app-topcontent-wrapper,
html.rtl body .app-content-wrapper,
html.rtl body .app-bottom-overlay-wrapper,
html.rtl body .app-navigation .upload-teaser,
html.rtl body .wow-modal {
  direction: rtl;
}
/* line 19, ../../../app/styles/wow/language-dir.scss */
html.rtl body .tilezoommap .app-content-wrapper {
  direction: ltr;
}
/* line 25, ../../../app/styles/wow/language-dir.scss */
html.rtl body .wow-modal .close {
  float: left;
}
/* line 28, ../../../app/styles/wow/language-dir.scss */
html.rtl body .wow-modal .pull-right {
  float: left !important;
}
/* line 33, ../../../app/styles/wow/language-dir.scss */
html.rtl body .view-photo-crop ul.btn-group.buttons-horizontal li i.pull-right,
html.rtl body ul.btn-group.buttons-vertical ul li i.pull-right, html.rtl body.landscape .landscape-button-list ul li i.pull-right,
html.rtl body .app-content-wrapper .import-list .pull-right {
  float: left !important;
}
/* line 40, ../../../app/styles/wow/language-dir.scss */
html.rtl body .view-user-stay .accept-terms .checkbox input[type="checkbox"] {
  right: auto;
  left: 0.1875em;
  margin-left: 20px;
}
/* line 47, ../../../app/styles/wow/language-dir.scss */
html.rtl body .textcontent .icon-right-open:before,
html.rtl body .buttons-horizontal .icon-right-open:before,
html.rtl body .wow-modal .icon-right-open:before {
  content: '\e80c';
}
/* line 55, ../../../app/styles/wow/language-dir.scss */
html.rtl body .wow-modal .modal-header .modal-title i:before {
  margin-right: 0;
  margin-left: 0.2em;
}
/* line 59, ../../../app/styles/wow/language-dir.scss */
html.rtl body .wow-modal .settings-modal ul li i.icon-left {
  margin-left: 0.3125em;
  margin-right: 0;
}
/* line 64, ../../../app/styles/wow/language-dir.scss */
html.rtl body ul.btn-group.buttons-vertical ul li i.icon-left, html.rtl body.landscape .landscape-button-list ul li i.icon-left {
  margin-left: 0.3125em;
  margin-right: 0;
}
/* line 71, ../../../app/styles/wow/language-dir.scss */
html.rtl body .view-photo-crop ul.btn-group.buttons-horizontal li .btn, html.rtl body.landscape .landscape-button-list ul.btn-group.buttons-horizontal li .btn, html.rtl body.landscape .landscape-button-list ul.btn-group.buttons-horizontal li .btn {
  text-align: right;
}
/* line 79, ../../../app/styles/wow/language-dir.scss */
html.rtl body .view-top .import-list ul li .image {
  right: auto;
  left: 0;
}
/* line 83, ../../../app/styles/wow/language-dir.scss */
html.rtl body .view-top .import-list ul li .rank {
  left: auto;
  right: 1.875em;
}
/* line 95, ../../../app/styles/wow/language-dir.scss */
html.rtl body.landscape .view-choose-wonder ul.btn-group.buttons-horizontal li, html.rtl body.landscape .view-joy-screen ul.btn-group.buttons-horizontal li,
html.rtl body .view-photo-crop ul.btn-group.buttons-horizontal li,
html.rtl body .modal ul.btn-group.buttons-horizontal li, html.rtl body.portrait ul.btn-group.buttons-horizontal li {
  border-right: 0.0625em solid rgba(255, 255, 255, 0.6);
  border-left: none;
}
/* line 98, ../../../app/styles/wow/language-dir.scss */
html.rtl body.landscape .view-choose-wonder ul.btn-group.buttons-horizontal li:first-child, html.rtl body.landscape .view-joy-screen ul.btn-group.buttons-horizontal li:first-child,
html.rtl body .view-photo-crop ul.btn-group.buttons-horizontal li:first-child,
html.rtl body .modal ul.btn-group.buttons-horizontal li:first-child, html.rtl body.portrait ul.btn-group.buttons-horizontal li:first-child {
  border-left: none;
  border-right: none;
}
/* line 107, ../../../app/styles/wow/language-dir.scss */
html.rtl .modal-body {
  direction: rtl;
}

/* COMPONENTS */
/* line 13, ../../../app/styles/wow/components/wonder-lock.sass */
.touch-carousel .carousel-inner > .item .wonderlock {
  -moz-transition-property: all, -moz-transform;
  -o-transition-property: all, -o-transform;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
}

/* line 16, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock {
  width: 65%;
  padding-bottom: 65%;
  position: relative;
  margin: 0 auto;
  -moz-transition-property: all, -moz-transform;
  -o-transition-property: all, -o-transform;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
}
/* line 22, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.small {
  width: 50%;
  padding-bottom: 50%;
}
/* line 25, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.huge {
  width: 80%;
  padding-bottom: 80%;
}
/* line 28, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lock-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
}
/* line 37, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lock-container .lockbody {
  padding: 0.3125em;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
}
/* line 44, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lockimg {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 50, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.uploadphoto .lockbody {
  padding: 0.3125em;
}
/* line 52, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.uploadphoto .lockbody .lockimg {
  background-color: #c2c2c2;
  position: relative;
}
/* line 55, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.uploadphoto .lockbody .lockimg:before {
  content: "";
  color: #f2f2f2;
  display: block;
  font-family: "fontello";
  font-size: 3.125em;
  font-size: 20vmin;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 71, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.preview .lockbody .lockimg {
  background-image: url("../_imgs/views/wonderlock/lock-default-500x500.jpg");
  background-repeat: no-repeat;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
}
/* line 79, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockimg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -o-background-size: 300 300;
  -moz-background-size: 300 300;
  -webkit-background-size: 300 300;
  background-size: 300 300;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-border-radius: 0.1875em 0 0 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em 0 0 0.1875em;
}
/* line 87, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions {
  display: none;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
}
/* line 93, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a {
  position: relative;
  height: 25%;
  border-bottom: 0.0625em solid #c4c4c4;
  display: block;
  background-color: #FFFFFF;
  text-decoration: none;
}
/* line 101, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a:hover, .wonderlock.showactions .lockbody .lockactions a:active {
  background-color: #c4c4c4;
  text-decoration: none;
}
/* line 104, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a:hover:before, .wonderlock.showactions .lockbody .lockactions a:active:before {
  color: #ffffff;
}
/* line 106, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a:last-child {
  border-bottom: none;
}
/* line 108, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a:before {
  content: "";
  color: #dcc869;
  font-family: "fontello";
  font-size: 150%;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 122, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a.share:before {
  content: "";
}
/* line 124, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a.lock {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 126, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a.lock:before {
  content: "";
}
/* line 128, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a.locate:before {
  content: "";
}
/* line 130, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a.photo:before {
  content: "";
}
/* line 132, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a.highlightAni {
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
/* line 138, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.showactions .lockbody .lockactions a.highlightAni.highlight {
  background: #c4c4c4;
  background: rgba(196, 196, 196, 0.5);
}
/* line 141, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.disabled .lockbody .lockactions a {
  cursor: default;
  color: #c4c4c4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 145, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.disabled .lockbody .lockactions a:hover, .wonderlock.disabled .lockbody .lockactions a:active {
  background-color: #FFFFFF;
  text-decoration: none;
}
/* line 148, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.disabled .lockbody .lockactions a:hover:before, .wonderlock.disabled .lockbody .lockactions a:active:before {
  color: #c4c4c4;
}
/* line 150, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.disabled .lockbody .lockactions a:before {
  color: #c4c4c4;
}
/* line 152, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.preview.disabled .lockbody .lockactions a.highlightAni {
  color: #dcc869;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 155, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock.preview.disabled .lockbody .lockactions a.highlightAni:before {
  color: #dcc869;
  -moz-transition-property: all, -moz-transform;
  -o-transition-property: all, -o-transform;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
}
/* line 159, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lockimg .uploadForm {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* line 166, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lockimg .dz-preview {
  background-color: #c2c2c2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 173, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lockimg .dz-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
  position: relative;
}
/* line 180, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lockimg .dz-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
/* line 186, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lockimg .dz-details, .wonderlock .lockimg .dz-error-message, .wonderlock .lockimg .dz-success-mark, .wonderlock .lockimg .dz-error-mark {
  display: none;
}
/* line 188, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lockimg .dz-message {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 70%;
  width: 100%;
  font-size: 0.75em;
  font-size: 3vmin;
}
/* line 197, ../../../app/styles/wow/components/wonder-lock.sass */
.wonderlock .lockimg .dz-message span {
  display: block;
  text-align: center;
  color: #f2f2f2;
  position: relative;
}

/* line 204, ../../../app/styles/wow/components/wonder-lock.sass */
.settings-modal .wonderlock .lock-container .lockbody {
  background-color: #ccb25f;
}

/* line 207, ../../../app/styles/wow/components/wonder-lock.sass */
.view-photo-crop-lock .wonderlock .lockbody .lockimg {
  overflow: hidden;
}

/* line 211, ../../../app/styles/wow/components/wonder-lock.sass */
.landscape .wonderlock.uploadphoto .lockbody .lockimg:before {
  font-size: 1.875em;
  font-size: 10vmin;
}
/* line 214, ../../../app/styles/wow/components/wonder-lock.sass */
.landscape .wonderlock .lockimg .dz-message {
  top: 60%;
  font-size: 0.625em;
  font-size: 1.5vmin;
}

@media only screen and (min-device-width: 500px) {
  /* line 220, ../../../app/styles/wow/components/wonder-lock.sass */
  .wonderlock.preview .lockbody .lockimg {
    background-image: url("../_imgs/views/wonderlock/lock-default-1000x1000.jpg");
  }
}
/* line 8, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .modal-content {
  border: none;
  border-radius: 0;
}
/* line 12, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .modal-header {
  border-bottom: none;
  padding-left: 1.875em;
}
/* line 15, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .modal-header .modal-title {
  color: #c3c3c3;
  font-family: "DINWeb", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  text-transform: uppercase;
}
/* line 21, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .modal-header .modal-title i {
  font-size: 0.875em;
}
/* line 23, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .modal-header .modal-title i:before {
  margin-left: 0;
  line-height: 0.875em;
}
/* line 31, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .modal-body {
  padding: 0 1.875em 0.9375em 1.875em;
}
/* line 33, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .modal-body h5 {
  font-size: 1.125em;
}
/* line 38, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .modal-footer {
  border-top: none;
  padding: 0.9375em 0 0 0;
}
/* line 41, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .modal-footer .btn-wow {
  text-transform: uppercase;
}

/* line 49, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal .modal-area {
  margin-bottom: 2.5em;
}
/* line 51, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal .modal-area:last-child {
  margin-bottom: 0;
}
/* line 55, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal .leave {
  padding: 1.25em 0 0 0;
}
/* line 58, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal h3 {
  color: #ccb25f;
  font-size: 1.125em;
  margin-bottom: 1.25em;
}
/* line 63, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal h4 {
  font-size: 0.875em;
}
/* line 67, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
}
/* line 72, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal ul li {
  color: #424242;
  font-size: 0.8125em;
  line-height: 1.25em;
  font-weight: 700;
  border-bottom: 1px solid #c5c5c5;
}
/* line 79, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal ul li:last-child {
  border-bottom: none;
}
/* line 82, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal ul li:first-child {
  border-bottom: 1px solid #c5c5c5;
}
/* line 85, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal ul li i {
  margin: 0;
}
/* line 88, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal ul li i.icon-left {
  margin-right: 0.3125em;
}
/* line 91, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal ul li i.pull-right {
  float: right;
}
/* line 94, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .settings-modal ul li a {
  display: block;
  color: #424242;
  padding: 3% 0 3% 0;
}

/* line 104, ../../../app/styles/wow/components/bs-modal.scss */
.wow-modal .signup-email-modal h3 {
  margin-bottom: 1.25em;
}

/* TILEZOOM PLUGIN */
/* line 6, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-tilezoomcontainer {
  position: absolute;
  left: 0em;
  right: 0;
  height: 100%;
  background: #1c1f24;
  overflow: hidden;
  /*
  &.collapsed {

      left:em(250);
  }
  */
}

/* line 27, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-tilezoomcontainer-wrapper {
  position: absolute;
  top: -3.125em;
  right: -3.125em;
  bottom: -3.125em;
  left: -3.125em;
}

/* line 38, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 150;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* LEFT and RIGHT */
  /* TOP and BOTTOM */
}
/* line 48, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.state-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 53, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow span {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 66, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow span:BEFORE {
  font-family: 'FontAwesome';
  font-size: 0.75em;
  width: 0.9375em;
  height: 0.9375em;
}
/* line 78, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.dragging span {
  background: rgba(0, 0, 0, 0.7);
}
/* line 82, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.dragging span:BEFORE {
  font-size: 1em;
}
/* line 90, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.left, .zoom-arrow.right {
  top: 0;
  bottom: 0;
}
/* line 95, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.left span, .zoom-arrow.right span {
  width: 1em;
  height: 2.5em;
  line-height: 2.5em;
  top: 50%;
  margin-top: -1.25em;
}
/* line 108, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.left.dragging span, .zoom-arrow.right.dragging span {
  height: 12.5em;
  line-height: 12.5em;
  margin-top: -6.25em;
}
/* line 119, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.left {
  left: 0;
}
/* line 123, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.left span {
  left: -0.625em;
  padding-left: 0.625em;
}
/* line 128, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.left span:BEFORE {
  content: '\f053';
}
/* line 135, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.right {
  right: 0;
}
/* line 139, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.right span {
  right: -0.625em;
  padding-right: 0.625em;
}
/* line 144, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.right span:BEFORE {
  content: '\f054';
}
/* line 153, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.top, .zoom-arrow.bottom {
  left: 1.875em;
  right: 1.875em;
}
/* line 158, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.top span, .zoom-arrow.bottom span {
  width: 2.5em;
  height: 1em;
  line-height: 1em;
  left: 50%;
  margin-left: -1.25em;
}
/* line 171, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.top.dragging span, .zoom-arrow.bottom.dragging span {
  width: 12.5em;
  margin-left: -6.25em;
}
/* line 179, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.top {
  top: 0;
}
/* line 183, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.top span {
  top: -0.625em;
  padding-top: 0.625em;
}
/* line 188, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.top span:BEFORE {
  content: '\f077';
}
/* line 195, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.bottom {
  bottom: 0;
}
/* line 199, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.bottom span {
  bottom: -0.625em;
  padding-bottom: 0.625em;
}
/* line 204, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-arrow.bottom span:BEFORE {
  content: '\f078';
}

/* line 212, ../../../app/styles/wow/plugins/tilezoom/all.scss */
#tilezoom-modal {
  position: absolute;
  z-index: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
/* line 230, ../../../app/styles/wow/plugins/tilezoom/all.scss */
#tilezoom-modal.active {
  z-index: 15;
  opacity: 1;
}

/* line 238, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 244, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a {
  display: block;
  line-height: 1.5em;
  font-family: 'Fontello';
  font-size: 1.5em;
  padding: 0.3em 0.6em 0.3em 0.6em;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
/* line 252, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a:last-child {
  border: none;
}
/* line 255, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.zoom-to-photo {
  position: relative;
  width: 2.1em;
  height: 2.1em;
  border: 1px solid #ffffff;
}
/* line 262, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.zoom-to-photo .zoom-to-photo-plus:before {
  content: '\e807';
  color: #f2f2f2;
  display: inline-block;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "fontello";
  font-size: 0.5em;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 282, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.zoom-to-mosaic i:before {
  margin-left: -0.35em;
  width: 0.7em;
}
/* line 286, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.zoom-to-mosaic {
  -o-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center center;
}
/* line 289, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.zoom-to-mosaic.manmade i:before {
  color: #87a24e;
}
/* line 292, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.zoom-to-mosaic.nature i:before {
  color: #3aa2ba;
}
/* line 295, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a:BEFORE {
  display: block;
}
/* line 298, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.zoom-in:BEFORE {
  content: '\E807';
}
/* line 301, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.zoom-out:BEFORE {
  content: '\E812';
}
/* line 304, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.go-home:BEFORE {
  content: '\f066';
}
/* line 307, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-navigation a.toggle-full:BEFORE {
  content: '\f0b2';
}

/* line 313, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.app-tilezoom-contain.zoom-navi-off .zoom-navigation {
  display: none;
}

/* line 319, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.gestures .zoom-navigation, .zoom-container:HOVER .zoom-navigation {
  display: block !important;
}

/* line 329, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-wheelmenu {
  position: relative;
  width: 11.25em;
  height: 11.25em;
}
/* line 335, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-wheelmenu ul {
  list-style-type: none;
}
/* line 340, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-wheelmenu li {
  position: absolute;
}
/* line 351, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-wheelmenu li a {
  display: block;
  font-size: 0.875em;
  width: 2em;
  height: 2em;
  text-decoration: none;
  background: #ececec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ececec 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  box-shadow: 0.0625em 0.0625em 0.25em rgba(0, 0, 0, 0.8);
  color: #333333;
  line-height: 2em;
  text-align: center;
}
/* line 378, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-wheelmenu li a:hover {
  color: white;
  background: #008cba;
  text-decoration: none;
}

/* line 388, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-wheelmenu-toggle {
  position: absolute;
  display: block;
  z-index: 12;
  font-family: 'FontAwesome';
  font-size: 1.125em;
  text-align: center;
  top: 50%;
  left: 50%;
  cursor: pointer;
  margin: -1.25em 0 0 -1.25em;
  color: black;
  background: white;
  border: solid 0.0625em #999999;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.8);
}
/* line 417, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-wheelmenu-toggle:hover {
  color: #008cba;
}
/* line 422, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-wheelmenu-toggle:before {
  content: '\f067';
}
/* line 427, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-wheelmenu-toggle.expand {
  color: white;
  background: #008cba;
  border-color: #00a9e1;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 438, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-tilezoommap {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 449, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-tilezoommap img {
  position: relative;
  display: block;
}
/* line 455, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-tilezoommap .ui-tilezoommap-wrapper {
  position: relative;
}
/* line 460, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-tilezoommap .control-rectangle {
  position: absolute;
  border: solid 0.25em rgba(204, 178, 95, 0.65);
  background: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 468, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.ui-tilezoommap .control-rectangle.ui-draggable-dragging {
  cursor: move;
  background: rgba(0, 0, 0, 0.6);
  border-color: #ccb25f;
}

/* line 476, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*	ZOOM-HOTSPOTS */
}
/* line 491, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container .zoom-action {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
/* line 500, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container.zoom-full {
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
}
/* line 510, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container div.zoom-tiles {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 519, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container div.zoom-holder {
  position: relative;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* line 530, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container div.zoom-holder img.zoom-thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 539, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container div.zoom-holder .grab {
  cursor: default;
}
/* line 543, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container div.zoom-holder .grabbing {
  cursor: move;
}
/* line 549, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container img.tile {
  position: absolute;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 554, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container img.tile.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 557, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container img.tile.preload, .zoom-container img.tile.preload.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 563, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container .zoom-hotspots a {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -624.9375em;
  width: 1.5em;
  height: 1.5em;
  margin: -0.75em 0 0 -0.75em;
}
/* line 576, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.zoom-container .zoom-hotspots a.active {
  width: 2.5em;
  height: 2.5em;
  margin: -0.9375em 0 0 -0.9375em;
}

/* line 590, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.tilezoom-tilephoto {
  display: none;
  position: absolute;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  border: solid 0.1875em red;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 602, ../../../app/styles/wow/plugins/tilezoom/all.scss */
.tilezoom-tilephoto.active {
  display: block;
}

/* VIEWS */
/* line 7, ../../../app/styles/wow/views/navbar.scss */
.app-navigation .ember-view {
  height: 100%;
}
/* line 10, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul {
  list-style-type: none;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
}
/* line 15, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li {
  width: 16.6%;
  /* 6 menu items */
  border-right: 0.0625em solid #2a2a2a;
  text-align: center;
  font-family: "DINWeb", sans-serif;
  color: #FFFFFF;
  float: left;
  height: 100%;
}
/* line 18, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li i {
  display: block;
}
/* line 26, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li.up, .app-navigation ul li.right {
  background-color: #494b4d;
  color: #707070;
  color: rgba(255, 255, 255, 0.44);
  padding: 0 0.9375em 0 0.9375em;
}
/* line 31, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li.up:before, .app-navigation ul li.right:before {
  content: '\e80e';
  color: #707070;
  color: rgba(255, 255, 255, 0.44);
  display: block;
  font-family: "fontello";
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  height: 100%;
  line-height: 3.625em;
}
/* line 46, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li a {
  color: #FFFFFF;
  font-family: "DINWeb", sans-serif;
  font-size: 0.6875em;
  display: block;
  width: 100%;
  height: 100%;
  cursor: hand;
}
/* line 54, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li a:before {
  cursor: hand;
}
/* line 57, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li a.active, .app-navigation ul li a:hover {
  color: #ccb25f;
  font-family: "DINWeb", sans-serif;
  text-decoration: none;
}
/* line 62, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li a span {
  display: none;
}
/* line 65, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li a i {
  font-size: 2em;
  line-height: 2.75em;
  cursor: hand;
}
/* line 70, ../../../app/styles/wow/views/navbar.scss */
.app-navigation ul li a.nav-tilezoommap i:before {
  width: auto;
}

/* line 79, ../../../app/styles/wow/views/navbar.scss */
.app-content-wrapper.expanded .app-navigation ul li.up:before {
  content: '\e80b';
}

/* line 82, ../../../app/styles/wow/views/navbar.scss */
.landscape .app-content-wrapper .app-navigation li.up {
  display: none;
}

/* line 85, ../../../app/styles/wow/views/navbar.scss */
.portrait .app-content-wrapper .app-navigation li.right {
  display: none;
}

/* line 92, ../../../app/styles/wow/views/navbar.scss */
.landscape .app-navigation ul li.right {
  float: left;
  background-color: #494b4d;
  color: #ffffff;
  color: white;
  padding: 0;
}
/* line 98, ../../../app/styles/wow/views/navbar.scss */
.landscape .app-navigation ul li.right:before {
  content: '\e80d';
  color: #ffffff;
  color: white;
  display: block;
  font-family: "fontello";
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  height: 100%;
  line-height: 3.625em;
}

/* line 117, ../../../app/styles/wow/views/navbar.scss */
.app-content-wrapper.expanded .app-navigation li.right:before {
  content: '\e80d';
}

/* line 122, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.landscape ul {
  border-right: 0.0625em solid #2a2a2a;
  border-left: 0.0625em solid #2a2a2a;
}
/* line 125, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.landscape ul li {
  width: 100%;
  border-right: none;
  border-bottom: 0.0625em solid #2a2a2a;
  float: none;
  height: 3.75em;
}
/* line 131, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.landscape ul li.right, .app-navigation.landscape ul li.up {
  display: none;
}

/* line 139, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.portrait .upload-teaser-wrapper {
  position: absolute;
  top: 3.3125em;
  left: 0;
  width: 100%;
  padding-top: 0.4375em;
  height: 2.9375em;
  z-index: 2;
}
/* line 147, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.portrait .upload-teaser-wrapper .upload-teaser {
  position: relative;
  width: 100%;
  font-size: 0.6875em;
  padding: 0.625em 0 0.625em 0;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ccb25f;
  border: 0.0625em solid #ccb25f;
  /*@url http://cssarrowplease.com/ */
}
/* line 157, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.portrait .upload-teaser-wrapper .upload-teaser div {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 162, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.portrait .upload-teaser-wrapper .upload-teaser:after, .app-navigation.portrait .upload-teaser-wrapper .upload-teaser:before {
  bottom: 100%;
  left: 8.875em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 172, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.portrait .upload-teaser-wrapper .upload-teaser:after {
  border-color: rgba(204, 178, 95, 0);
  border-bottom-color: #ccb25f;
  border-width: 0.4375em;
  margin-left: -0.4375em;
}
/* line 178, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.portrait .upload-teaser-wrapper .upload-teaser:before {
  border-color: rgba(204, 178, 95, 0);
  border-bottom-color: #ccb25f;
  border-width: 0.5em;
  margin-left: -0.5em;
}

/* line 187, ../../../app/styles/wow/views/navbar.scss */
.portrait .app-wrapper.upload-teaser .tilezoommap .app-content-contain {
  padding-top: 10px;
}

/* line 193, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.portrait.hasSwiper .upload-teaser-wrapper .upload-teaser:after, .app-navigation.portrait.hasSwiper .upload-teaser-wrapper .upload-teaser:before {
  left: 25%;
}

/* line 200, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.landscape .upload-teaser-wrapper {
  position: absolute;
  top: 3.75em;
  right: 3.3125em;
  width: 9.375em;
  padding-right: 0.4375em;
  height: 3.75em;
  z-index: 2;
}
/* line 208, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.landscape .upload-teaser-wrapper .upload-teaser {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.6875em;
  padding: 0.625em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ccb25f;
  border: 0.0625em solid #ccb25f;
}
/* line 220, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.landscape .upload-teaser-wrapper .upload-teaser:after, .app-navigation.landscape .upload-teaser-wrapper .upload-teaser:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 230, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.landscape .upload-teaser-wrapper .upload-teaser:after {
  border-color: rgba(204, 178, 95, 0);
  border-left-color: #ccb25f;
  border-width: 0.4375em;
  margin-top: -0.4375em;
}
/* line 236, ../../../app/styles/wow/views/navbar.scss */
.app-navigation.landscape .upload-teaser-wrapper .upload-teaser:before {
  border-color: rgba(204, 178, 95, 0);
  border-left-color: #ccb25f;
  border-width: 0.5em;
  margin-top: -0.5em;
}

/*@import "views/splash" */
/* line 8, ../../../app/styles/wow/views/about.scss */
.view-about h3 {
  line-height: 1.4;
}

/* line 13, ../../../app/styles/wow/views/about.scss */
.view-about-arena {
  background-color: #f2f2f2;
  padding: 0.625em 0 1.875em 0;
  height: 100%;
}
/* line 17, ../../../app/styles/wow/views/about.scss */
.view-about-arena h3 {
  color: #ccb25f;
  text-transform: uppercase;
  text-align: center;
}
/* line 22, ../../../app/styles/wow/views/about.scss */
.view-about-arena .arenaContainer {
  height: 100%;
  padding: 5% 15% 5% 15%;
}
@media (max-width: 767px) {
  /* line 22, ../../../app/styles/wow/views/about.scss */
  .view-about-arena .arenaContainer {
    padding: 5%;
  }
}
/* line 28, ../../../app/styles/wow/views/about.scss */
.view-about-arena .arenaContainer .arena {
  background-image: url("../_imgs/views/about-arena/about-arena-free-500@2.jpg");
  background-repeat: no-repeat;
  -moz-transition-property: all, -moz-transform;
  -o-transition-property: all, -o-transform;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  height: 100%;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center 0;
}
/* line 38, ../../../app/styles/wow/views/about.scss */
.view-about-arena .loading-wrapper {
  position: relative;
}
/* line 40, ../../../app/styles/wow/views/about.scss */
.view-about-arena .loading-wrapper .loading-animation {
  top: 40px;
}

@media only screen and (min-device-width: 500px) and (max-device-width: 1000px) {
  /* line 48, ../../../app/styles/wow/views/about.scss */
  .view-about-arena .arenaContainer .arena {
    background-image: url("../_imgs/views/about-arena/about-arena-free-1000.jpg");
  }
}
@media only screen and (min-device-width: 1001px) {
  /* line 54, ../../../app/styles/wow/views/about.scss */
  .view-about-arena .arenaContainer .arena {
    background-image: url("../_imgs/views/about-arena/about-arena-free-1500.jpg");
  }
}
/* line 6, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-tilezoomcontainer {
  top: 0;
  height: auto;
}
@media (max-width: 767px) {
  /* line 6, ../../../app/styles/wow/views/tilezoom/all.scss */
  .ui-tilezoomcontainer {
    height: 100%;
  }
}

/* line 19, ../../../app/styles/wow/views/tilezoom/all.scss */
.app-tilezoom-contain .loading-animation {
  background: #444;
  background: rgba(61, 61, 61, 0.5);
}
/* line 23, ../../../app/styles/wow/views/tilezoom/all.scss */
.app-tilezoom-contain .loading-animation i {
  color: #cccccc;
}

/* line 33, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay img {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  padding: 0.1875em;
  background: white;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  -moz-box-shadow: 0 0 0.625em black;
  -webkit-box-shadow: 0 0 0.625em black;
  box-shadow: 0 0 0.625em black;
  -moz-transition: all 0.5s, left 0.1s, top 0.1s;
  -o-transition: all 0.5s, left 0.1s, top 0.1s;
  -webkit-transition: all 0.5s, left 0.1s, top 0.1s;
  transition: all 0.5s, left 0.1s, top 0.1s;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 49, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay img.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 53, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay img.inactive {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 59, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .info {
  position: absolute;
  z-index: 3;
  font-size: 0.75em;
  max-width: 10.625em;
  background: #fff;
  padding: 0.9375em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  -moz-box-shadow: 0 0 0.625em black;
  -webkit-box-shadow: 0 0 0.625em black;
  box-shadow: 0 0 0.625em black;
}
/* line 75, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .info.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(1.25em);
  -ms-transform: translateX(1.25em);
  -webkit-transform: translateX(1.25em);
  transform: translateX(1.25em);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 83, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .info:before {
  position: absolute;
  left: -em(20);
  top: 0.5em;
  border: solid 0.625em transparent;
  border-right-color: #fff;
  content: '';
}
/* line 98, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .info-item label {
  display: block;
}
/* line 103, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .info-item span {
  display: block;
  padding-left: 0.3125em;
}
/* line 109, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .info-item .fa {
  margin-right: 0.3125em;
}
/* line 115, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .sharebar {
  padding-top: 0.625em;
}
/* line 119, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .sharebar label {
  padding-right: 0.625em;
}
/* line 124, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .sharebar span {
  cursor: pointer;
  display: inline-block;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 132, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .sharebar span:hover {
  cursor: pointer;
  color: #FFFFFF;
}
/* line 140, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .toolbar {
  background: #f7f7f7;
  border-top: solid 0.0625em #ebebeb;
  margin: 0.625em -em(14) -em(14) -em(14);
  height: 2.1875em;
  line-height: 2.1875em;
  text-align: right;
  padding: 0 0.9375em;
  -moz-border-radius-bottomleft: 0.3125em;
  -webkit-border-bottom-left-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
  -moz-border-radius-bottomright: 0.3125em;
  -webkit-border-bottom-right-radius: 0.3125em;
  border-bottom-right-radius: 0.3125em;
}
/* line 155, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-overlay .toolbar.extra {
  height: 2.8125em;
  line-height: 1.25em;
  text-align: center;
}

/* line 164, ../../../app/styles/wow/views/tilezoom/all.scss */
.tilezoom-photostream {
  display: none;
  /*disabled for now*/
  position: absolute;
  right: 0.9375em;
  top: 0.9375em;
  padding: 0.3125em 0.3125em 0.3125em 0.1875em;
  height: 3.125em;
  box-shadow: 0 0 0.5em black;
  z-index: 10;
  background: white;
  box-shadow: 0 0 0.5em black;
}
/* line 181, ../../../app/styles/wow/views/tilezoom/all.scss */
.tilezoom-photostream .dragwrapper {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
  width: 100%;
  height: 100%;
}
/* line 193, ../../../app/styles/wow/views/tilezoom/all.scss */
.tilezoom-photostream ul {
  position: relative;
  list-style-type: none;
}
/* line 199, ../../../app/styles/wow/views/tilezoom/all.scss */
.tilezoom-photostream ul li {
  float: left;
  margin-left: 0.125em;
  width: 2.5em;
  height: 2.5em;
}
/* line 208, ../../../app/styles/wow/views/tilezoom/all.scss */
.tilezoom-photostream ul img {
  width: 2.375em;
  height: 2.375em;
}
/* line 214, ../../../app/styles/wow/views/tilezoom/all.scss */
.tilezoom-photostream ul a {
  position: relative;
  display: block;
  border: solid 0.0625em white;
}
/* line 221, ../../../app/styles/wow/views/tilezoom/all.scss */
.tilezoom-photostream ul a.upload {
  background: #f9f9f9;
}
/* line 226, ../../../app/styles/wow/views/tilezoom/all.scss */
.tilezoom-photostream ul a:hover {
  border-color: #FFFFFF;
}
/* line 231, ../../../app/styles/wow/views/tilezoom/all.scss */
.tilezoom-photostream ul a .fa-upload {
  width: 2.375em;
  line-height: 2.375em;
  font-size: 1.375em;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 164, ../../../app/styles/wow/views/tilezoom/all.scss */
  .tilezoom-photostream {
    display: none;
  }
}

@keyframes tilePulsate {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@-moz-keyframes tilePulsate {
  0% {
    -moz-transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    -moz-transform: scale(2, 2);
    opacity: 0;
  }
}
@-webkit-keyframes tilePulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(2, 2);
    opacity: 0;
  }
}
@-o-keyframes tilePulsate {
  0% {
    -o-transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    -o-transform: scale(2, 2);
    opacity: 0;
  }
}
/* line 274, ../../../app/styles/wow/views/tilezoom/all.scss */
.phototiles {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 288, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-tile {
  position: absolute;
}
/* line 292, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-tile img, .photo-tile span {
  position: absolute;
  display: block;
  width: 0.5625em;
  height: 0.5625em;
}
/* line 301, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-tile img {
  z-index: 2;
  border: solid 0.0625em #fff;
  background: #fff;
  -moz-box-shadow: 0 0 0.1875em black;
  -webkit-box-shadow: 0 0 0.1875em black;
  box-shadow: 0 0 0.1875em black;
}
/* line 311, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-tile span {
  background: #ff0084;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  border-radius: 1.875em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 322, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-tile.level-15 img, .photo-tile.level-15 span {
  width: 1.8125em;
  height: 1.8125em;
}
/* line 331, ../../../app/styles/wow/views/tilezoom/all.scss */
.photo-tile.level-14 img, .photo-tile.level-14 span {
  width: 0.9375em;
  height: 0.9375em;
}

/* line 354, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-holder.zoom-in-out .phototiles {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 366, ../../../app/styles/wow/views/tilezoom/all.scss */
.app-tilezoom-contain .zoom-navigation {
  display: block;
  bottom: 0;
}
/* line 370, ../../../app/styles/wow/views/tilezoom/all.scss */
.app-tilezoom-contain .zoom-navigation a {
  color: #FFFFFF;
}
/* line 375, ../../../app/styles/wow/views/tilezoom/all.scss */
.app-tilezoom-contain .zoom-navigation:hover, .app-tilezoom-contain .zoom-navigation:focus {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 381, ../../../app/styles/wow/views/tilezoom/all.scss */
.app-tilezoom-contain .zoom-navigation:focus {
  outline-offset: 0;
}

/* line 390, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-wheelmenu {
  display: none;
  /*disabled for now */
  position: absolute;
  width: 10em;
  height: 10em;
}
/* line 396, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-wheelmenu li {
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 390, ../../../app/styles/wow/views/tilezoom/all.scss */
  .ui-wheelmenu {
    display: none;
  }
}

/* line 407, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-tilezoommap {
  padding: 0;
  overflow: hidden;
}
/* line 410, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-tilezoommap img {
  width: 100%;
}

/* line 419, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-tilezoommap {
  position: relative;
  background: #3d3d3d;
}
/* line 424, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-tilezoommap .dragwrapper {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
  width: 100%;
  height: 100%;
}
/* line 435, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-tilezoommap .ui-tilezoommap-wrapper img {
  position: static;
  display: block;
}
/* line 439, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-tilezoommap .ui-tilezoommap-wrapper {
  position: absolute;
}
/* line 442, ../../../app/styles/wow/views/tilezoom/all.scss */
.ui-tilezoommap .ui-tilezoommap-wrapper img {
  width: auto;
}

/* line 451, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-tiles .user-picture,
.zoom-tiles .zoom-picture,
.zoom-container .zoom-picture,
.zoom-container .zoom-loader,
.zoom-container .zo-picture-large {
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
/* line 459, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-tiles .user-picture.smile,
.zoom-tiles .zoom-picture.smile,
.zoom-container .zoom-picture.smile,
.zoom-container .zoom-loader.smile,
.zoom-container .zo-picture-large.smile {
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  border: 3px solid #ffffff;
}
/* line 463, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-tiles .user-picture.sb,
.zoom-tiles .zoom-picture.sb,
.zoom-container .zoom-picture.sb,
.zoom-container .zoom-loader.sb,
.zoom-container .zo-picture-large.sb {
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  border: 3px solid #ffffff;
}

/* line 469, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-tiles .zoom-picture,
.zoom-container .zoom-picture,
.zoom-container .zoom-loader,
.zoom-container .zo-picture-large {
  visibility: hidden;
}

/* line 476, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay {
  visibility: hidden;
  position: absolute;
  background-color: white;
  z-index: 1004;
  margin: 0 auto 0 auto;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  cursor: move;
}
/* line 485, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zoom-overlay-container {
  padding-top: 40px;
}
/* line 488, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .close {
  margin: -30px 10px 0 0;
}
/* line 491, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .loading-animation {
  background-color: transparent;
  height: 100px;
  color: #ffffff;
}
/* line 496, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-pic {
  position: relative;
  max-width: 400px;
  max-height: 400px;
  width: 50vh;
  height: 50vh;
  background-color: black;
  box-shadow: 0 0 0 1px #ccc;
  margin: 0 10px 0 10px;
}
/* line 507, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data {
  position: relative;
  padding: 10px 0 0 0;
  min-height: 25px;
}
/* line 512, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .zo-data-content {
  margin: 0 10px 0 10px;
  color: #424242;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 700;
}
/* line 518, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .zo-data-content .motto {
  display: block;
  padding: 0 0 15px 0;
}
/* line 522, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .zo-data-content a {
  color: #424242;
}
/* line 526, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .import-list ul {
  margin: 0 10px 0 10px;
  width: auto;
}
/* line 530, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .import-list ul li {
  padding: 2px 0 2px 0;
}
/* line 532, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .import-list ul li a {
  padding: 0;
}
/* line 535, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .import-list ul li:last-child {
  border: none;
}
/* line 538, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .import-list ul li.motto {
  border: none;
}
/* line 540, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .import-list ul li.motto div {
  float: none;
  padding: 0 0 15px 0;
}
/* line 544, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-data .import-list ul li.motto div.clearfix {
  padding: 0;
}
/* line 549, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-ping i.icon-spin4 {
  margin-right: 5px;
}
/* line 552, ../../../app/styles/wow/views/tilezoom/all.scss */
.zoom-overlay .zo-ping i.icon-ok {
  margin-left: 5px;
}

/* line 6, ../../../app/styles/wow/views/upload.scss */
.dz-clickable {
  cursor: pointer;
}

/* line 10, ../../../app/styles/wow/views/upload.scss */
.view-upload-photo {
  height: 100%;
}
/* line 12, ../../../app/styles/wow/views/upload.scss */
.view-upload-photo .wonderlock-wrapper {
  padding: 3.125em 0 0 0;
  height: 100%;
}

/* line 21, ../../../app/styles/wow/views/upload.scss */
.portrait .view-user-stay .textcontent,
.portrait .view-share .textcontent,
.portrait .view-upload .textcontent {
  padding: 0.625em 0 1.875em 0;
}
/* line 24, ../../../app/styles/wow/views/upload.scss */
.portrait .view-user-stay h2,
.portrait .view-share h2,
.portrait .view-upload h2 {
  text-align: center;
}
/* line 27, ../../../app/styles/wow/views/upload.scss */
.portrait .view-user-stay h3,
.portrait .view-share h3,
.portrait .view-upload h3 {
  font-size: 0.875em;
  line-height: 1.25em;
  text-align: center;
}

/* line 40, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul,
.view-my-wonderlock .import-list ul,
.portrait .view-share .import-list ul,
.view-top .import-list ul,
.portrait .view-upload .import-list ul,
.portrait .view-user-stay .import-list ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
}
/* line 44, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul li,
.view-my-wonderlock .import-list ul li,
.portrait .view-share .import-list ul li,
.view-top .import-list ul li,
.portrait .view-upload .import-list ul li,
.portrait .view-user-stay .import-list ul li {
  padding: 0 5% 0 10%;
  color: #424242;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 700;
  border-bottom: 1px solid #c5c5c5;
}
/* line 51, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul li a, .zo-data .import-list ul li.dz-trigger.dz-clickable, .zo-data .import-list ul li.wc-trigger,
.view-my-wonderlock .import-list ul li a,
.view-my-wonderlock .import-list ul li.dz-trigger.dz-clickable,
.view-my-wonderlock .import-list ul li.wc-trigger,
.portrait .view-share .import-list ul li a,
.portrait .view-share .import-list ul li.dz-trigger.dz-clickable,
.portrait .view-share .import-list ul li.wc-trigger,
.view-top .import-list ul li a,
.view-top .import-list ul li.dz-trigger.dz-clickable,
.view-top .import-list ul li.wc-trigger,
.portrait .view-upload .import-list ul li a,
.portrait .view-upload .import-list ul li.dz-trigger.dz-clickable,
.portrait .view-upload .import-list ul li.wc-trigger,
.portrait .view-user-stay .import-list ul li a,
.portrait .view-user-stay .import-list ul li.dz-trigger.dz-clickable,
.portrait .view-user-stay .import-list ul li.wc-trigger {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
/* line 54, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul li a.no-padding, .zo-data .import-list ul li.dz-trigger.dz-clickable.no-padding, .zo-data .import-list ul li.wc-trigger.no-padding,
.view-my-wonderlock .import-list ul li a.no-padding,
.view-my-wonderlock .import-list ul li.dz-trigger.dz-clickable.no-padding,
.view-my-wonderlock .import-list ul li.wc-trigger.no-padding,
.portrait .view-share .import-list ul li a.no-padding,
.portrait .view-share .import-list ul li.dz-trigger.dz-clickable.no-padding,
.portrait .view-share .import-list ul li.wc-trigger.no-padding,
.view-top .import-list ul li a.no-padding,
.view-top .import-list ul li.dz-trigger.dz-clickable.no-padding,
.view-top .import-list ul li.wc-trigger.no-padding,
.portrait .view-upload .import-list ul li a.no-padding,
.portrait .view-upload .import-list ul li.dz-trigger.dz-clickable.no-padding,
.portrait .view-upload .import-list ul li.wc-trigger.no-padding,
.portrait .view-user-stay .import-list ul li a.no-padding,
.portrait .view-user-stay .import-list ul li.dz-trigger.dz-clickable.no-padding,
.portrait .view-user-stay .import-list ul li.wc-trigger.no-padding {
  padding: 0;
}
/* line 58, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul li:last-child,
.view-my-wonderlock .import-list ul li:last-child,
.portrait .view-share .import-list ul li:last-child,
.view-top .import-list ul li:last-child,
.portrait .view-upload .import-list ul li:last-child,
.portrait .view-user-stay .import-list ul li:last-child {
  border-bottom: none;
}
/* line 61, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul li:first-child,
.view-my-wonderlock .import-list ul li:first-child,
.portrait .view-share .import-list ul li:first-child,
.view-top .import-list ul li:first-child,
.portrait .view-upload .import-list ul li:first-child,
.portrait .view-user-stay .import-list ul li:first-child {
  border-bottom: 1px solid #c5c5c5;
}
/* line 64, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul li i,
.view-my-wonderlock .import-list ul li i,
.portrait .view-share .import-list ul li i,
.view-top .import-list ul li i,
.portrait .view-upload .import-list ul li i,
.portrait .view-user-stay .import-list ul li i {
  margin: 0;
}
/* line 67, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul li i.icon-left,
.view-my-wonderlock .import-list ul li i.icon-left,
.portrait .view-share .import-list ul li i.icon-left,
.view-top .import-list ul li i.icon-left,
.portrait .view-upload .import-list ul li i.icon-left,
.portrait .view-user-stay .import-list ul li i.icon-left {
  margin-right: 0.3125em;
}
/* line 70, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul li i.pull-right,
.view-my-wonderlock .import-list ul li i.pull-right,
.portrait .view-share .import-list ul li i.pull-right,
.view-top .import-list ul li i.pull-right,
.portrait .view-upload .import-list ul li i.pull-right,
.portrait .view-user-stay .import-list ul li i.pull-right {
  float: right;
}
/* line 73, ../../../app/styles/wow/views/upload.scss */
.zo-data .import-list ul li a,
.view-my-wonderlock .import-list ul li a,
.portrait .view-share .import-list ul li a,
.view-top .import-list ul li a,
.portrait .view-upload .import-list ul li a,
.portrait .view-user-stay .import-list ul li a {
  display: block;
  color: #424242;
}

/* line 81, ../../../app/styles/wow/views/upload.scss */
.view-my-wonderlock .import-list .icon-right-open:before {
  margin-right: 0;
  width: auto;
}

/* line 86, ../../../app/styles/wow/views/upload.scss */
.view-upload-steps {
  text-align: center;
  margin-top: 0.625em;
}
/* line 90, ../../../app/styles/wow/views/upload.scss */
.view-upload-steps ul li {
  color: #dbdbdb;
  border-bottom: 0.0625em solid #dbdbdb;
  padding: 0 0.625em 0 0.625em;
  margin: 0 0.3125em 0 0;
}
/* line 96, ../../../app/styles/wow/views/upload.scss */
.view-upload-steps ul.s1 li.step1 {
  color: #000000;
  border-color: #000000;
}
/* line 100, ../../../app/styles/wow/views/upload.scss */
.view-upload-steps ul.s2 li.step2 {
  color: #000000;
  border-color: #000000;
}
/* line 104, ../../../app/styles/wow/views/upload.scss */
.view-upload-steps ul.s3 li.step3 {
  color: #000000;
  border-color: #000000;
}

/* line 113, ../../../app/styles/wow/views/upload.scss */
.view-photo-crop .btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 120, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder {
  height: 100%;
  position: relative;
}
/* line 123, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder h2, .view-choose-wonder h3 {
  text-align: center;
}
/* line 127, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder.view-change-position h2 {
  margin-top: 0.4em;
}
/* line 131, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 136, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .textcontent {
  padding-bottom: 0;
}
/* line 139, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container {
  width: 100%;
  height: 5em;
  margin: 1.25em auto 0 auto;
}
/* line 143, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-next, .view-choose-wonder .swiper-container .wonder-swiper-button-prev {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.75);
  width: 40px;
  opacity: 0.6;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
}
/* line 149, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-next:hover, .view-choose-wonder .swiper-container .wonder-swiper-button-prev:hover {
  opacity: 1;
}
/* line 152, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-next.swiper-button-disabled, .view-choose-wonder .swiper-container .wonder-swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
/* line 154, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-next.swiper-button-disabled:hover, .view-choose-wonder .swiper-container .wonder-swiper-button-prev.swiper-button-disabled:hover {
  opacity: 0;
}
/* line 159, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-prev {
  left: 0;
  opacity: 0.6;
}
/* line 163, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-next {
  right: 0;
  text-align: right;
}
/* line 167, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-next .icon-right-open {
  width: auto;
  padding: 0 10px 0 0;
}
/* line 170, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-next .icon-right-open::before {
  line-height: 2.75em;
}
/* line 174, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-prev .icon-left-open {
  width: auto;
  padding: 0 0 0 10px;
}
/* line 177, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-container .wonder-swiper-button-prev .icon-left-open::before {
  line-height: 2.75em;
}
/* line 182, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-slide {
  visibility: hidden;
  position: relative;
  text-align: center;
  font-size: 1.125em;
  width: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
/* line 202, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-slide span {
  display: block;
  color: #c2c2c2;
  padding: 0 0.9375em 0 0.9375em;
}
/* line 207, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-slide.swiper-slide-active {
  cursor: move;
}
/* line 210, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-slide.swiper-slide-active span.wonder {
  color: #ccb25f;
}
/* line 213, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-slide.swiper-slide-active span.country {
  color: #000000;
}
/* line 216, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-slide span.wonder {
  border-right: 0.0625em solid transparent;
  border-left: 0.0625em solid transparent;
  line-height: 2.625em;
  padding: 0 0.625em 1.25em 0.625em;
}
/* line 222, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-slide span.country {
  display: block;
  font-size: 85%;
  text-transform: uppercase;
  position: absolute;
  bottom: 0.9375em;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}
/* line 232, ../../../app/styles/wow/views/upload.scss */
.view-choose-wonder .swiper-slide.swiper-slide-active span.wonder {
  border-right: 0.0625em solid #000;
  border-left: 0.0625em solid #000;
}

/* line 240, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper,
.landscape .change-position .app-content-wrapper,
.landscape .change-wonder .app-content-wrapper {
  background-color: rgba(255, 255, 255, 0);
}
/* line 244, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper .app-content-contain,
.landscape .change-position .app-content-wrapper .app-content-contain,
.landscape .change-wonder .app-content-wrapper .app-content-contain {
  background-color: rgba(255, 255, 255, 0);
}
/* line 247, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper .scrollContent,
.landscape .change-position .app-content-wrapper .scrollContent,
.landscape .change-wonder .app-content-wrapper .scrollContent {
  background-color: rgba(255, 255, 255, 0.875);
}
/* line 250, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper .view-upload-steps,
.landscape .change-position .app-content-wrapper .view-upload-steps,
.landscape .change-wonder .app-content-wrapper .view-upload-steps {
  margin-top: 0;
}
/* line 253, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper .view-upload-steps ul li.step2, .landscape .choose-wonder .app-content-wrapper .view-upload-steps ul li.step3,
.landscape .change-position .app-content-wrapper .view-upload-steps ul li.step2,
.landscape .change-position .app-content-wrapper .view-upload-steps ul li.step3,
.landscape .change-wonder .app-content-wrapper .view-upload-steps ul li.step2,
.landscape .change-wonder .app-content-wrapper .view-upload-steps ul li.step3 {
  color: #999999;
  border-bottom-color: #999999;
}
/* line 259, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper .swiper-container,
.landscape .change-position .app-content-wrapper .swiper-container,
.landscape .change-wonder .app-content-wrapper .swiper-container {
  margin-top: 0.75em;
}
/* line 261, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper .swiper-container .wonder-swiper-button-next, .landscape .choose-wonder .app-content-wrapper .swiper-container .wonder-swiper-button-prev,
.landscape .change-position .app-content-wrapper .swiper-container .wonder-swiper-button-next,
.landscape .change-position .app-content-wrapper .swiper-container .wonder-swiper-button-prev,
.landscape .change-wonder .app-content-wrapper .swiper-container .wonder-swiper-button-next,
.landscape .change-wonder .app-content-wrapper .swiper-container .wonder-swiper-button-prev {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 267, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper .swiper-slide span,
.landscape .change-position .app-content-wrapper .swiper-slide span,
.landscape .change-wonder .app-content-wrapper .swiper-slide span {
  color: #999999;
}
/* line 270, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper .swiper-slide.swiper-slide-active span.wonder,
.landscape .change-position .app-content-wrapper .swiper-slide.swiper-slide-active span.wonder,
.landscape .change-wonder .app-content-wrapper .swiper-slide.swiper-slide-active span.wonder {
  color: #ccb25f;
}
/* line 273, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper .swiper-slide.swiper-slide-active span.country,
.landscape .change-position .app-content-wrapper .swiper-slide.swiper-slide-active span.country,
.landscape .change-wonder .app-content-wrapper .swiper-slide.swiper-slide-active span.country {
  color: #000000;
}
/* line 277, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper ul.btn-group.buttons-horizontal,
.landscape .change-position .app-content-wrapper ul.btn-group.buttons-horizontal,
.landscape .change-wonder .app-content-wrapper ul.btn-group.buttons-horizontal {
  background-color: rgba(204, 178, 95, 0);
}
/* line 279, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper ul.btn-group.buttons-horizontal li .btn-wow,
.landscape .change-position .app-content-wrapper ul.btn-group.buttons-horizontal li .btn-wow,
.landscape .change-wonder .app-content-wrapper ul.btn-group.buttons-horizontal li .btn-wow {
  padding: 0;
  background-color: rgba(204, 178, 95, 0.75);
  border-color: rgba(204, 178, 95, 0.75);
}
/* line 283, ../../../app/styles/wow/views/upload.scss */
.landscape .choose-wonder .app-content-wrapper ul.btn-group.buttons-horizontal li .btn-wow:hover,
.landscape .change-position .app-content-wrapper ul.btn-group.buttons-horizontal li .btn-wow:hover,
.landscape .change-wonder .app-content-wrapper ul.btn-group.buttons-horizontal li .btn-wow:hover {
  background-color: rgba(229, 201, 108, 0.75);
  border-color: rgba(229, 201, 108, 0.75);
}

/* line 292, ../../../app/styles/wow/views/upload.scss */
.portrait .collapsed .view-choose-wonder .view-upload-steps, .portrait .collapsed .view-choose-wonder h2, .portrait .collapsed .view-choose-wonder h3 {
  display: none;
}

/* line 297, ../../../app/styles/wow/views/upload.scss */
.joy-screen-welcome,
.view-joy-screen {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 302, ../../../app/styles/wow/views/upload.scss */
.joy-screen-welcome h2,
.view-joy-screen h2 {
  text-shadow: 0 1px 4px #000000;
  margin-top: 0;
}
/* line 307, ../../../app/styles/wow/views/upload.scss */
.joy-screen-welcome .tilezoom-overlay,
.view-joy-screen .tilezoom-overlay {
  color: #ffffff;
  text-align: center;
  padding: 0 10% 0.625em 10%;
}
/* line 311, ../../../app/styles/wow/views/upload.scss */
.joy-screen-welcome .tilezoom-overlay h2,
.view-joy-screen .tilezoom-overlay h2 {
  color: #ffffff;
}
/* line 314, ../../../app/styles/wow/views/upload.scss */
.joy-screen-welcome .tilezoom-overlay i,
.view-joy-screen .tilezoom-overlay i {
  font-size: 2.5em;
}

/* line 320, ../../../app/styles/wow/views/upload.scss */
.joy-screen-welcome {
  bottom: auto;
  z-index: 1;
  top: 0;
  left: 0;
}

/* line 328, ../../../app/styles/wow/views/upload.scss */
body.landscape .app-mainstage.joy-screen .app-tilezoom-contain {
  right: 0;
}
/* line 331, ../../../app/styles/wow/views/upload.scss */
body.landscape .app-mainstage.joy-screen .app-navigation.landscape {
  display: none;
}

/* line 336, ../../../app/styles/wow/views/upload.scss */
.app-mainstage.joy-screen-gray .zoom-tiles img.tile {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
}

/* line 349, ../../../app/styles/wow/views/upload.scss */
.portrait .view-congratulation .line {
  border-top: 0.0625em solid #424242;
  height: 0;
  margin: 0.625em 0 0 0;
}
/* line 353, ../../../app/styles/wow/views/upload.scss */
.portrait .view-congratulation .line.line-bottom {
  margin-top: 1.25em;
}
/* line 357, ../../../app/styles/wow/views/upload.scss */
.portrait .view-congratulation h2, .portrait .view-congratulation h3 {
  text-align: center;
}
/* line 360, ../../../app/styles/wow/views/upload.scss */
.portrait .view-congratulation .btn-group {
  position: absolute;
  bottom: 0;
}

/* line 366, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam {
  background-color: #c2c2c2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1;
}
/* line 377, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .files-container {
  margin-top: 10px;
}
/* line 381, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .files-container .td-preview {
  width: 100px;
}
/* line 386, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 393, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-screen {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
/* line 402, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-screen .webcam-source {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
/* line 409, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-screen .btn-snap-it {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
/* line 415, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-screen video {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* line 421, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview {
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 433, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview .webcam-thumbwrapper {
  width: 100%;
  height: 100%;
}
/* line 438, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview .webcam-thumbwrapper .img-contain {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 444, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview .webcam-thumbwrapper .img-contain img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0;
}
/* line 456, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview .webcam-thumbwrapper .img-contain:hover .img-overlay {
  display: block;
}
/* line 461, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview .webcam-thumbwrapper:first-child {
  display: block;
}
/* line 465, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview .webcam-thumbwrapper .img-overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 474, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview .webcam-thumbwrapper .img-table {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 480, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview .webcam-thumbwrapper .img-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 486, ../../../app/styles/wow/views/upload.scss */
.view-upload-webcam .webcam-contain .webcam-preview .webcam-thumbwrapper .img-thumbnail {
  width: 100%;
}

/* line 494, ../../../app/styles/wow/views/upload.scss */
.view-my-wows ul li a.pic,
.view-social-photo-list .social-pic {
  width: 100px;
  height: 100px;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
  display: block;
  cursor: pointer;
  border: 2px solid #cccccc;
  margin: 5px;
  padding: 4px;
}
/* line 505, ../../../app/styles/wow/views/upload.scss */
.view-my-wows ul li a.pic:hover, .view-my-wows ul li a.pic:focus, .view-my-wows ul li a.pic:active, .view-my-wows ul li a.pic.active,
.view-social-photo-list .social-pic:hover,
.view-social-photo-list .social-pic:focus,
.view-social-photo-list .social-pic:active,
.view-social-photo-list .social-pic.active {
  border: 2px solid #ccb25f;
}
/* line 508, ../../../app/styles/wow/views/upload.scss */
.view-my-wows ul li a.pic:before,
.view-social-photo-list .social-pic:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #ffffff;
}
/* line 518, ../../../app/styles/wow/views/upload.scss */
.view-my-wows ul li a.pic.loading-animation,
.view-social-photo-list .social-pic.loading-animation {
  position: relative;
}

/* line 524, ../../../app/styles/wow/views/upload.scss */
.share-mail-modal #text-email {
  height: 200px;
}

/* line 531, ../../../app/styles/wow/views/upload.scss */
.view-wowed-by ul,
.view-my-wows ul {
  list-style-type: none;
  padding: 0;
}
/* line 534, ../../../app/styles/wow/views/upload.scss */
.view-wowed-by ul li:first-child a,
.view-my-wows ul li:first-child a {
  margin-left: 0;
}

/* line 6, ../../../app/styles/wow/views/photo.scss */
.view-photo-crop {
  height: 100%;
}
/* line 8, ../../../app/styles/wow/views/photo.scss */
.view-photo-crop .photo-image {
  height: 190px;
  width: 100%;
  background-color: #3d3d3d;
}
/* line 13, ../../../app/styles/wow/views/photo.scss */
.view-photo-crop .cropper-point, .view-photo-crop .cropper-line {
  background-color: #FFFFFF;
}
/* line 16, ../../../app/styles/wow/views/photo.scss */
.view-photo-crop .cropper-view-box {
  outline: 0.0625em solid #FFFFFF;
  outline-color: rgba(255, 255, 255, 0.75);
}

/* line 22, ../../../app/styles/wow/views/photo.scss */
.view-photo-crop-lock {
  height: 100%;
}
/* line 24, ../../../app/styles/wow/views/photo.scss */
.view-photo-crop-lock .wonderlock-wrapper {
  padding: 2.5em 0 0 0;
  height: 100%;
}

/* line 8, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent {
  padding: 0.625em 0 1.875em 0;
}
/* line 10, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent h2 {
  text-align: center;
}
/* line 13, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent h3 {
  font-size: 0.875em;
  line-height: 1.25em;
  text-align: center;
}
/* line 18, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent ul {
  list-style-type: none;
}
/* line 21, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent ul li {
  padding: 0.375em 5% 0.375em 5%;
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
/* line 25, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent ul li i {
  display: inline-block;
  margin: 0 0 0 0.3125em;
}
/* line 32, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent .formwrapper ul.btn-group {
  list-style-type: none;
  background-color: transparent;
  padding: 0 5% 0 5%;
}
/* line 36, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent .formwrapper ul.btn-group li {
  padding: 0;
  border: none;
}
/* line 40, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent .formwrapper ul.btn-group button {
  line-height: 2.75em;
}
/* line 46, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent .formelementswrapper {
  padding: 0;
}
/* line 48, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent .formelementswrapper fieldset {
  padding: 0;
  border-bottom: 1px solid #dddddd;
}
/* line 51, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent .formelementswrapper fieldset .form-group {
  padding: 0 5% 0 5%;
}
/* line 54, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent .formelementswrapper fieldset label {
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 700;
  padding: 0;
}
/* line 60, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .textcontent .formelementswrapper fieldset legend {
  margin-bottom: 0;
  padding: 0.375em 5% 0.375em 5%;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 700;
  border-bottom: 0;
}
/* line 72, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .swiper-container {
  width: 100%;
  height: 3.75em;
  margin: 0 auto;
}
/* line 77, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock ul.btn-group.buttons-horizontal.swiper-slide,
.portrait .view-my-wonderlock .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 94, ../../../app/styles/wow/views/my-photo.scss */
.portrait .view-my-wonderlock .leave {
  text-align: center;
  margin: 1.25em 0 0 0;
}

/* line 103, ../../../app/styles/wow/views/my-photo.scss */
.landscape .view-my-wonderlock .import-list ul {
  margin: 1.875em 0 1.5em 0;
}
/* line 105, ../../../app/styles/wow/views/my-photo.scss */
.landscape .view-my-wonderlock .import-list ul li {
  padding: 1.5em 0 1.5em 0;
}
/* line 110, ../../../app/styles/wow/views/my-photo.scss */
.landscape .view-my-wonderlock .formwrapper ul.btn-group {
  list-style-type: none;
}

/* line 117, ../../../app/styles/wow/views/my-photo.scss */
.view-my-wonderlock #picture-country {
  color: #999999;
}
/* line 119, ../../../app/styles/wow/views/my-photo.scss */
.view-my-wonderlock #picture-country.hasValue {
  color: #555;
}

/* line 7, ../../../app/styles/wow/views/user.scss */
.view-user-stay .accept-terms {
  padding: 0 5% 0 10%;
}
/* line 9, ../../../app/styles/wow/views/user.scss */
.view-user-stay .accept-terms .checkbox label {
  padding-left: 0.3125em;
}
/* line 12, ../../../app/styles/wow/views/user.scss */
.view-user-stay .accept-terms .checkbox input[type="checkbox"] {
  right: 0.1875em;
}

/* line 19, ../../../app/styles/wow/views/user.scss */
.landscape .view-user-stay .accept-terms {
  padding: 0 1.25em 0 0;
}
/* line 21, ../../../app/styles/wow/views/user.scss */
.landscape .view-user-stay .accept-terms .checkbox label {
  padding-left: 0;
}

/* line 12, ../../../app/styles/wow/views/top.scss */
.view-top .textcontent {
  background-color: #c5c5c5;
}
/* line 18, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li {
  padding: 0 0 0 1.5em;
  height: 6em;
  position: relative;
}
/* line 22, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li:first-child {
  border-top: 1px solid #c5c5c5;
}
/* line 25, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li .image {
  position: absolute;
  top: 0;
  right: 0;
  height: 6em;
  width: 6em;
  background-color: #c2c2c2;
  background-repeat: no-repeat;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 35, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li .rank {
  position: absolute;
  top: 50%;
  left: 1.875em;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 40, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li .rank .count {
  display: none;
}
/* line 43, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li .rank i {
  font-size: 2.5em;
  color: #ccb25f;
  line-height: 2em;
  position: relative;
}
/* line 48, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li .rank i:before {
  margin: 0;
}
/* line 51, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li .rank i:after {
  content: "1";
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0.75em;
  font-size: 0.5em;
  line-height: 2.5em;
  font-style: normal;
}
/* line 63, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li .title-wrapper {
  position: absolute;
  top: 50%;
  left: 6.25em;
  right: 6.625em;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 69, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li .title-wrapper .title {
  font-family: "DINWeb-Bold", sans-serif;
  display: block;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 77, ../../../app/styles/wow/views/top.scss */
.view-top .import-list ul li .title-wrapper .location {
  font-family: "DINWeb", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 6, ../../../app/styles/wow/views/mosaic-list.scss */
.tilezoom-mosaic-choose {
  position: absolute;
  left: 2000px;
  top: 2000px;
  height: 70px;
  width: 255px;
  z-index: 2;
  background-color: #ffffff;
}
/* line 14, ../../../app/styles/wow/views/mosaic-list.scss */
.tilezoom-mosaic-choose a {
  display: block;
  padding: 2px;
  background: #fff;
  height: 46px;
  -o-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center center;
}
/* line 21, ../../../app/styles/wow/views/mosaic-list.scss */
.tilezoom-mosaic-choose a.active {
  display: none;
}
/* line 24, ../../../app/styles/wow/views/mosaic-list.scss */
.tilezoom-mosaic-choose span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #3aa2ba;
}

/* line 33, ../../../app/styles/wow/views/mosaic-list.scss */
.tilezoom-mosaic-choose.manmade span {
  color: #87a24e;
}

/* Plugins */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
/* line 10, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 20, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 0.9375em;
  border: 0.0625em solid #aaa;
}

/* line 24, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

/* line 29, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}

/* line 32, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* line 34, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

/* line 36, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 1.875em;
  top: 1.875em;
  width: 3.375em;
  height: 3.625em;
  left: 50%;
  margin-left: -1.6875em;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5em);
    -moz-transform: translateY(2.5em);
    -ms-transform: translateY(2.5em);
    -o-transform: translateY(2.5em);
    transform: translateY(2.5em);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
    -o-transform: translateY(0em);
    transform: translateY(0em);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2.5em);
    -moz-transform: translateY(-2.5em);
    -ms-transform: translateY(-2.5em);
    -o-transform: translateY(-2.5em);
    transform: translateY(-2.5em);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5em);
    -moz-transform: translateY(2.5em);
    -ms-transform: translateY(2.5em);
    -o-transform: translateY(2.5em);
    transform: translateY(2.5em);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
    -o-transform: translateY(0em);
    transform: translateY(0em);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2.5em);
    -moz-transform: translateY(-2.5em);
    -ms-transform: translateY(-2.5em);
    -o-transform: translateY(-2.5em);
    transform: translateY(-2.5em);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5em);
    -moz-transform: translateY(2.5em);
    -ms-transform: translateY(2.5em);
    -o-transform: translateY(2.5em);
    transform: translateY(2.5em);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
    -o-transform: translateY(0em);
    transform: translateY(0em);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2.5em);
    -moz-transform: translateY(-2.5em);
    -ms-transform: translateY(-2.5em);
    -o-transform: translateY(-2.5em);
    transform: translateY(-2.5em);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5em);
    -moz-transform: translateY(2.5em);
    -ms-transform: translateY(2.5em);
    -o-transform: translateY(2.5em);
    transform: translateY(2.5em);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
    -o-transform: translateY(0em);
    transform: translateY(0em);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5em);
    -moz-transform: translateY(2.5em);
    -ms-transform: translateY(2.5em);
    -o-transform: translateY(2.5em);
    transform: translateY(2.5em);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
    -o-transform: translateY(0em);
    transform: translateY(0em);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5em);
    -moz-transform: translateY(2.5em);
    -ms-transform: translateY(2.5em);
    -o-transform: translateY(2.5em);
    transform: translateY(2.5em);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
    -o-transform: translateY(0em);
    transform: translateY(0em);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 219, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 227, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 229, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 231, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 235, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 266, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 0.875em;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 272, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 324, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 330, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 337, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -1.6875em;
  margin-top: -1.6875em;
}

/* line 347, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 3.375em;
  height: 3.375em;
}

/* line 351, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 358, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 365, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 371, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 1em;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  width: 5em;
  margin-left: -2.5em;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 0.5em;
  overflow: hidden;
}

/* line 386, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 399, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 401, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 404, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0.5em;
  font-size: 0.8125em;
  top: 8.125em;
  left: -0.625em;
  width: 8.75em;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 425, ../../../app/styles/wow/plugins/dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -0.375em;
  left: 4em;
  width: 0;
  height: 0;
  border-left: 0.375em solid transparent;
  border-right: 0.375em solid transparent;
  border-bottom: 0.375em solid #be2626;
}

/* Global */
/* @link http://stephen.io/mediaqueries/ */
/* @link https://css-tricks.com/snippets/css/media-queries-for-standard-devices/ */
/* @link http://stackoverflow.com/questions/30611170/differentiating-portrait-and-landscape-versions-in-media-queries */
/*
iPhone 6+ Resolution
Screen Width = 414px (CSS Pixels)
Screen Height = 736px (CSS Pixels)

iPhone 6 Resolution
Screen Width = 375px (CSS Pixels)
Screen Height = 667px (CSS Pixels)

iPhone 5 Resolution
Screen Width = 320px (CSS Pixels)
Screen Height = 568px (CSS Pixels)
Screen Width = 640px (Actual Pixels)
Screen Height = 1136px (Actual Pixels)
Device-pixel-ratio: 2

iPhone 4/4S Resolution
Screen Width = 320px (CSS Pixels)
Screen Height = 480px (CSS Pixels)
Screen Width = 640px (Actual Pixels)
Screen Height = 960px (Actual Pixels)
Device-pixel-ratio: 2


*/
/* line 36, ../../../app/styles/wow/responsive.scss */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

/* line 42, ../../../app/styles/wow/responsive.scss */
h1, h2 {
  font-family: "DINWeb-Bold", sans-serif;
  color: #424242;
}

/* line 47, ../../../app/styles/wow/responsive.scss */
h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

/* line 51, ../../../app/styles/wow/responsive.scss */
h1, .h1 {
  font-size: 2.25em;
  font-size: 10vmin;
}

/* line 55, ../../../app/styles/wow/responsive.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 1.25em;
  margin-bottom: 0.625em;
}

/* line 60, ../../../app/styles/wow/responsive.scss */
h2 {
  margin-bottom: 0.3125em;
  font-size: 8vmin;
}

/* line 65, ../../../app/styles/wow/responsive.scss */
.embed-responsive {
  margin-bottom: 0.625em;
}

/* All touchdevices */
/* line 72, ../../../app/styles/wow/responsive.scss */
html.touch .app-tilezoom-contain .zoom-navigation a {
  border: none;
}
/* line 74, ../../../app/styles/wow/responsive.scss */
html.touch .app-tilezoom-contain .zoom-navigation a.zoom-in, html.touch .app-tilezoom-contain .zoom-navigation a.zoom-out {
  display: none;
}

/* line 82, ../../../app/styles/wow/responsive.scss */
.nav-tabs > li > a {
  font-size: 14px;
}

/* basicly we have two versions portrait and widescreen */
/* line 103, ../../../app/styles/wow/responsive.scss */
body.portrait
.hidden-portrait {
  display: none;
}
/* line 105, ../../../app/styles/wow/responsive.scss */
body.portrait
.splash-carousel-content,
body.portrait
span.break-portrait {
  display: inline;
}
/* line 108, ../../../app/styles/wow/responsive.scss */
body.portrait
.splash-carousel-content:before,
body.portrait
span.break-portrait:before {
  content: "\a ";
  white-space: pre;
}
/* line 114, ../../../app/styles/wow/responsive.scss */
body.portrait
.splash-screen {
  text-align: center;
}
/* line 118, ../../../app/styles/wow/responsive.scss */
body.portrait
.splash-screen .splash-carousel-content h1 {
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.25em;
  font-size: 10vmin;
}
/* line 125, ../../../app/styles/wow/responsive.scss */
body.portrait
.splash-screen .splash-carousel-content h1 span {
  display: block;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 70%;
}
/* line 131, ../../../app/styles/wow/responsive.scss */
body.portrait
.splash-screen .splash-carousel-content h2 {
  color: #FFFFFF;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
  font-size: 1.25em;
  font-size: 5vmin;
}
/* line 140, ../../../app/styles/wow/responsive.scss */
body.portrait
.splash-screen .item2 .inner-carousel-content, body.portrait
.splash-screen .item1 .inner-carousel-content, body.portrait
.splash-screen .item3 .inner-carousel-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 6.25em;
}
/* line 148, ../../../app/styles/wow/responsive.scss */
body.portrait
.splash-screen .item3 .arena {
  width: 85%;
  padding-bottom: 75%;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  -moz-transition-property: all, -moz-transform;
  -o-transition-property: all, -o-transform;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
}
/* line 163, ../../../app/styles/wow/responsive.scss */
body.portrait
.app-navigation.landscape {
  display: none;
}
/* line 167, ../../../app/styles/wow/responsive.scss */
body.portrait
.app-tilezoom-contain {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  left: 0;
  bottom: 3.75em;
  width: 100%;
}
/* line 177, ../../../app/styles/wow/responsive.scss */
body.portrait
.bottom-left .app-content-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 3.75em;
  background: #ffffff;
  overflow: hidden;
}

/* line 194, ../../../app/styles/wow/responsive.scss */
body.landscape
 {
  /* VIEWS */
}
/* line 206, ../../../app/styles/wow/responsive.scss */
body.landscape
.hidden-landscape {
  display: none;
}
/* line 208, ../../../app/styles/wow/responsive.scss */
body.landscape
.splash-carousel-content,
body.landscape
span.break-landscape {
  display: inline;
}
/* line 211, ../../../app/styles/wow/responsive.scss */
body.landscape
.splash-carousel-content:before,
body.landscape
span.break-landscape:before {
  content: "\a ";
  white-space: pre;
}
/* line 219, ../../../app/styles/wow/responsive.scss */
body.landscape
.splash-screen .splash-carousel-content h1 {
  line-height: 150%;
  color: #FFFFFF;
  font-size: 1.5em;
  font-size: 5vmin;
}
/* line 225, ../../../app/styles/wow/responsive.scss */
body.landscape
.splash-screen .splash-carousel-content h2 {
  font-size: 0.875em;
  font-size: 3vmin;
  color: #FFFFFF;
  line-height: 150%;
  font-weight: normal;
}
/* line 234, ../../../app/styles/wow/responsive.scss */
body.landscape
.splash-screen .lc-left-split,
body.landscape
.splash-screen .lc-right-split {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 120px;
  left: 0;
}
/* line 242, ../../../app/styles/wow/responsive.scss */
body.landscape
.splash-screen .lc-right-split {
  left: auto;
  right: 0;
  padding-left: 2%;
}
/* line 247, ../../../app/styles/wow/responsive.scss */
body.landscape
.splash-screen .wonderlock {
  position: absolute;
  top: 50%;
  right: 2%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 253, ../../../app/styles/wow/responsive.scss */
body.landscape
.splash-screen .item2 .inner-carousel-content, body.landscape
.splash-screen .item1 .inner-carousel-content, body.landscape
.splash-screen .item3 .inner-carousel-content {
  bottom: auto;
  position: absolute;
  top: 50%;
  left: 2%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 260, ../../../app/styles/wow/responsive.scss */
body.landscape
.splash-screen .item3 .arena {
  width: 75%;
  padding-bottom: 55%;
  position: absolute;
  top: 50%;
  right: 2%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  -moz-transition-property: all, -moz-transform;
  -o-transition-property: all, -o-transform;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
}
/* line 277, ../../../app/styles/wow/responsive.scss */
body.landscape
.app-tilezoom-contain {
  right: 3.75em;
  bottom: 0;
}
/* line 282, ../../../app/styles/wow/responsive.scss */
body.landscape
.app-topcontent-wrapper {
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 2;
  width: 0;
  height: 100%;
}
/* line 292, ../../../app/styles/wow/responsive.scss */
body.landscape
.app-content-wrapper {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  overflow: hidden;
}
/* line 300, ../../../app/styles/wow/responsive.scss */
body.landscape
.bottom-left-overlay .app-content-wrapper {
  bottom: 60px;
  right: 0;
  left: 0;
  height: 0;
  width: 100%;
}
/* line 309, ../../../app/styles/wow/responsive.scss */
body.landscape
.bottom-left .app-content-wrapper {
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  width: 100%;
}
/* line 318, ../../../app/styles/wow/responsive.scss */
body.landscape
.top-right .app-content-wrapper {
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 100%;
}
/* line 327, ../../../app/styles/wow/responsive.scss */
body.landscape
.tilezoommap .app-content-contain {
  padding-top: 2px;
}
/* line 333, ../../../app/styles/wow/responsive.scss */
body.landscape
.change-wonder .app-content-wrapper .textcontent,
body.landscape
.bottom-left-overlay .app-content-wrapper .app-navigation,
body.landscape
.bottom-left .app-content-wrapper .app-navigation {
  display: none;
}
/* line 341, ../../../app/styles/wow/responsive.scss */
body.landscape
.app-topcontent-wrapper .wonderlock {
  width: 65vh;
  padding-bottom: 65vh;
}
/* line 344, ../../../app/styles/wow/responsive.scss */
body.landscape
.app-topcontent-wrapper .wonderlock.small {
  width: 50vh;
  padding-bottom: 50vh;
}
/* line 348, ../../../app/styles/wow/responsive.scss */
body.landscape
.app-topcontent-wrapper .wonderlock.huge {
  width: 80vh;
  padding-bottom: 80vh;
}
/* line 354, ../../../app/styles/wow/responsive.scss */
body.landscape
.view-photo-crop {
  height: 100%;
}
/* line 356, ../../../app/styles/wow/responsive.scss */
body.landscape
.view-photo-crop .photo-image {
  height: 100%;
  width: 100%;
}

@media only screen and (min-device-height: 569px) and (max-device-height: 667px) and (orientation: portrait), screen and (min-device-height: 569px) and (max-device-height: 667px) and (orientation: landscape), screen and (max-device-height: 568px) and (orientation: portrait), screen and (max-device-height: 568px) and (orientation: landscape) {
  /* line 377, ../../../app/styles/wow/responsive.scss */
  .view-social-photo-list .social-pic {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-device-height: 481px) and (max-device-height: 568px) {
  /* line 389, ../../../app/styles/wow/responsive.scss */
  .splash-screen .wonderlock {
    width: 55%;
    padding-bottom: 55%;
  }
}
@media only screen and (max-device-height: 568px) and (orientation: portrait) {
  /* line 401, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock-wrapper {
    padding-top: 1.6em;
  }
  /* line 404, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock.small {
    width: 35%;
    padding-bottom: 35%;
  }
  /* line 407, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock.small.uploadphoto .lockbody .lockimg::before {
    font-size: 15vmin;
  }
  /* line 410, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock.small .lockimg .dz-message {
    top: auto;
    bottom: 10%;
  }
}
@media only screen and (max-device-height: 480px) and (orientation: portrait) {
  /* line 422, ../../../app/styles/wow/responsive.scss */
  .splash-screen .wonderlock {
    width: 45%;
    padding-bottom: 45%;
  }

  /* line 429, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock-wrapper {
    padding-top: 1.6em;
  }
  /* line 432, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock.small {
    width: 25%;
    padding-bottom: 25%;
  }
  /* line 435, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock.small.uploadphoto .lockbody .lockimg::before {
    font-size: 10vmin;
  }
  /* line 438, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock.small .lockimg .dz-message {
    top: auto;
    bottom: 5%;
  }
  /* line 443, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .view-about-arena h3 {
    display: none;
  }

  /* line 449, ../../../app/styles/wow/responsive.scss */
  .zoom-overlay .zo-pic {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-device-width: 320px) and (orientation: landscape) {
  /* line 458, ../../../app/styles/wow/responsive.scss */
  .zoom-overlay .zo-pic {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-device-height: 569px) and (max-device-height: 667px) {
  /* line 467, ../../../app/styles/wow/responsive.scss */
  .splash-screen .wonderlock {
    width: 55%;
    padding-bottom: 55%;
  }
}
@media only screen and (min-device-height: 569px) and (max-device-height: 667px) and (orientation: portrait) {
  /* line 479, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock.small {
    width: 40%;
    padding-bottom: 40%;
  }
  /* line 482, ../../../app/styles/wow/responsive.scss */
  .app-topcontent-wrapper .wonderlock.small .lockimg .dz-message {
    top: auto;
    bottom: 10%;
  }
}
/* line 501, ../../../app/styles/wow/responsive.scss */
.nav-tabs > li > a {
  font-size: 12px;
  padding: 6px 10px;
}

@media only screen and (min-device-width: 667px) and (orientation: landscape) {
  /* line 507, ../../../app/styles/wow/responsive.scss */
  .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media only screen and (min-device-width: 321px) and (orientation: portrait) {
  /* line 514, ../../../app/styles/wow/responsive.scss */
  .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
/* line 9, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-bottom {
  position: absolute;
  background: #ffffff;
  border: 4px solid #ffffff;
  z-index: 1;
}
/* line 14, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-bottom:after, .arrow-box-bottom:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 24, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
/* line 30, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-bottom:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 16px;
  margin-left: -16px;
}

/* line 38, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-left {
  position: absolute;
  background: #ffffff;
  border: 4px solid #ffffff;
  z-index: 1;
}
/* line 43, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-left:after, .arrow-box-left:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 53, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
/* line 59, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-left:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}

/* line 68, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-top {
  position: absolute;
  background: #ffffff;
  border: 4px solid #ffffff;
  z-index: 1;
}
/* line 73, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-top:after, .arrow-box-top:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 83, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
/* line 89, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-top:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 16px;
  margin-left: -16px;
}

/* line 97, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-right {
  position: absolute;
  background: #ffffff;
  border: 4px solid #ffffff;
  z-index: 1;
}
/* line 102, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-right:after, .arrow-box-right:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 112, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
/* line 118, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-right:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}

/* line 127, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-left-top {
  position: absolute;
  background: transparent;
  border: 4px solid transparent;
  z-index: 2;
}
/* line 132, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-left-top:after, .arrow-box-inside-left-top:before {
  left: -20px;
  top: -4px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 143, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-left-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}
/* line 149, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-left-top:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}

/* line 157, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-right-top {
  position: absolute;
  background: transparent;
  border: 4px solid transparent;
  z-index: 2;
}
/* line 162, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-right-top:after, .arrow-box-inside-right-top:before {
  right: -20px;
  top: -4px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 173, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-right-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}
/* line 179, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-right-top:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}

/* line 187, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-right-bottom {
  position: absolute;
  background: transparent;
  border: 4px solid transparent;
  z-index: 2;
}
/* line 192, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-right-bottom:after, .arrow-box-inside-right-bottom:before {
  right: -20px;
  bottom: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 203, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-right-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}
/* line 209, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-right-bottom:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}

/* line 217, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-left-bottom {
  position: absolute;
  background: transparent;
  border: 4px solid transparent;
  z-index: 2;
}
/* line 222, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-left-bottom:after, .arrow-box-inside-left-bottom:before {
  left: -20px;
  bottom: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 233, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-left-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}
/* line 239, ../../../app/styles/wow/arrowboxes.scss */
.arrow-box-inside-left-bottom:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}

/* line 2, ../../../app/styles/wow/admin.scss */
.administration {
  margin: 20px 40px 20px 40px;
}
/* line 4, ../../../app/styles/wow/admin.scss */
.administration .admin-form {
  margin: 20px 0 20px 0;
}
/* line 6, ../../../app/styles/wow/admin.scss */
.administration .admin-form label {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 11, ../../../app/styles/wow/admin.scss */
.administration .admin-form button {
  display: inline-block;
  margin: 20px 0;
}
/* line 17, ../../../app/styles/wow/admin.scss */
.administration ul {
  list-style-type: none;
}
