/*
 * Gala.de Mobile App SCSS Source
 *
 * @author: Achim Koellner<achim@gmtd.de>
 *
 * @version: 0.1
 * @last modiefied: 2012-10-31
 *
 * @documentation: https://confluence.guj.de/confluence/display/OSUNIDOK/Mobilangebot+m.gala.de
 *
 * to be compiled with compass
 * http://compass-style.org
 */
@-webkit-keyframes throbs {
  /* line 35, ../../sass/all.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 36, ../../sass/all.scss */
  50% {
    -webkit-transform: scale(1.1);
  }

  /* line 37, ../../sass/all.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

/* line 40, ../../sass/all.scss */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  -webkit-box-sizing: border-box;
}

/* line 47, ../../sass/all.scss */
html {
  height: 100%;
}

/* line 48, ../../sass/all.scss */
body {
  position: relative;
  height: auto;
  min-width: 100%;
  width: 100%;
  font-weight: normal;
  font-family: 'Arial';
  font-size: .8em;
  color: #EEE;
  background: #1e1e1e;
  -webkit-perspective: 800;
  -webkit-text-size-adjust: none;
  -webkit-transform-style: preserve-3d;
  -webkit-user-select: none;
}
/* line 63, ../../sass/all.scss */
body section {
  position: relative;
  left: 0;
  min-width: 320px;
  width: 100%;
  display: none;
  background: url("/images/shadow.png") repeat-x transparent;
}
/* line 71, ../../sass/all.scss */
body section.current {
  display: block;
}
/* line 74, ../../sass/all.scss */
body section > header {
  color: #DDD;
  display: block;
  list-style: none;
  color: inherit;
  text-decoration: none;
  padding: 10px;
  min-height: 63px;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
}
/* line 86, ../../sass/all.scss */
body section > footer {
  text-decoration: none;
  padding: 40px 10px 10px 10px;
  background: url("/images/shadow.png") repeat-x transparent;
  height: 63px;
  font-weight: bold;
}
/* line 94, ../../sass/all.scss */
body section > footer a.goback,
body section > footer a.gotop {
  text-align: center;
  cursor: pointer;
}
/* line 98, ../../sass/all.scss */
body section > footer a.goback {
  float: left;
  background: url("/images/button_sprites.png") no-repeat;
  background-position: 0 0;
  width: 112px;
  display: block;
  border: none;
  padding: 10px 10px 12px 14px;
}
/* line 107, ../../sass/all.scss */
body section > footer a.gotop {
  float: right;
  background: url("/images/button_sprites.png") no-repeat;
  background-position: 0 -38px;
  width: 112px;
  height: 38px;
  border: none;
  padding: 10px 10px 10px 10px;
}
/* line 116, ../../sass/all.scss */
body section > header .starname {
  font-weight: normal;
  font-family: 'Arial';
  font-size: .9em;
  color: white;
  line-height: 19px;
}
/* line 123, ../../sass/all.scss */
body section > header h2 {
  font-weight: normal;
  font-family: Georgia, Times, serif;
  font-size: 1.9em;
  color: white;
  margin: 12px 0 -1px 0;
  font-style: normal;
}
/* line 131, ../../sass/all.scss */
body section > article {
  padding: 10px;
}
/* line 134, ../../sass/all.scss */
body section > article > p {
  margin: 12px 0;
  font-weight: normal;
  font-family: 'Arial';
  font-size: 1em;
}
/* line 140, ../../sass/all.scss */
body section.list footer a.goback {
  display: none;
}
/* line 143, ../../sass/all.scss */
body section.list footer a.gotop {
  float: right;
}

/* line 148, ../../sass/all.scss */
#page {
  position: relative;
}

/* line 152, ../../sass/all.scss */
.global_footer {
  border-top: 1px solid #333333;
  margin-top: 20px;
  padding: 10px 0;
  height: 80px;
  font-size: .87em;
}
/* line 158, ../../sass/all.scss */
.global_footer ul li {
  display: inline;
}
/* line 159, ../../sass/all.scss */
.global_footer .copyright {
  float: left;
  color: #999999;
}
/* line 163, ../../sass/all.scss */
.global_footer ul {
  text-align: right;
}
/* line 165, ../../sass/all.scss */
.global_footer ul li {
  border-left: 1px solid;
  height: .8em;
  padding-left: 4px;
  color: #444444;
}
/* line 170, ../../sass/all.scss */
.global_footer ul li a {
  color: #999999;
}
/* line 176, ../../sass/all.scss */
.global_footer ul li.first {
  border: none;
}
/* line 179, ../../sass/all.scss */
.global_footer a {
  color: white;
  text-decoration: none;
}
/* line 183, ../../sass/all.scss */
.global_footer a.classic {
  clear: both;
  text-transform: uppercase;
  display: block;
  float: right;
}

/* ===== Header Bar ===== */
/* line 192, ../../sass/all.scss */
#menu {
  background: url("/images/bg_navi.png") repeat-x;
  height: 54px;
  width: 100%;
  margin: 0;
  border-top: 1px solid #1e1e1e;
}
/* line 198, ../../sass/all.scss */
#menu a.logo {
  width: 20%;
  height: 54px;
  float: left;
}
/* line 203, ../../sass/all.scss */
#menu a.logo img {
  width: 55px;
  margin: 12px 4px 0px 4px;
}

/* ===== Navigation ===== */
/* line 210, ../../sass/all.scss */
#menu.article {
  text-align: center;
  position: relative;
  z-index: 200001;
  /* 1 above article share panel */
}

/* line 215, ../../sass/all.scss */
#menu.article menu.main {
  display: none;
}

/* line 218, ../../sass/all.scss */
#menu.article menu.share {
  display: block;
}

/* line 221, ../../sass/all.scss */
#menu.article menu.share img.share {
  width: 38px;
  height: auto;
  float: right;
  margin: 0;
}

/* line 227, ../../sass/all.scss */
#menu.article a.logo {
  float: none;
  padding: 12px 20px;
  cursor: pointer;
}

/* line 232, ../../sass/all.scss */
menu.share {
  display: none;
  color: #FFF;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  height: 100%;
  width: 20%;
  padding: 14px 10px;
  border-left: #500A0C;
  border-top: #85302B;
}

/* line 245, ../../sass/all.scss */
menu.share.active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6a070c), color-stop(100%, #4b0708));
  background: -webkit-linear-gradient(#6a070c, #4b0708);
  background: -moz-linear-gradient(#6a070c, #4b0708);
  background: -o-linear-gradient(#6a070c, #4b0708);
  background: linear-gradient(#6a070c, #4b0708);
}

/* line 248, ../../sass/all.scss */
menu.main {
  height: 54px;
  overflow: hidden;
  width: 80%;
  float: right;
}
/* line 254, ../../sass/all.scss */
menu.main li {
  height: 48px;
  float: left;
  list-style: none;
  padding: 9px 0;
  line-height: 38px;
  text-align: center;
  line-height: 1em;
  letter-spacing: -.05em;
  margin-top: 2px;
  cursor: pointer;
}
/* line 266, ../../sass/all.scss */
menu.main li a {
  font-weight: normal;
  font-size: 0.9em;
  font-family: 'Arial';
  color: white;
  text-decoration: none;
}
/* line 275, ../../sass/all.scss */
menu.main li.stars,
menu.main li.bilder,
menu.main li.video {
  min-width: 45px;
  width: 18%;
}
/* line 281, ../../sass/all.scss */
menu.main li.lifestyle,
menu.main li.beauty_fashion,
menu.main li.royals {
  min-width: 56px;
  width: 20%;
}
/* line 286, ../../sass/all.scss */
menu.main li.stars a,
menu.main li.beauty_fashion a {
  position: relative;
  top: 4px;
}
/* line 293, ../../sass/all.scss */
menu.main li.bilder a,
menu.main li.lifestyle a,
menu.main li.video a,
menu.main li.royals a {
  position: relative;
  top: 10px;
}
/* line 297, ../../sass/all.scss */
menu.main li.active {
  background: url("/images/bg_navi_active.png") repeat-x;
  border-right: 1px solid #54040c;
  border-left: 1px solid #54040c;
}

/* line 305, ../../sass/all.scss */
menu.list {
  -webkit-box-align: stretch;
  -webkit-box-orient: horizontal;
  list-style: none;
  padding-top: 10px;
  width: 100%;
}
/* line 311, ../../sass/all.scss */
menu.list li {
  -webkit-box-flex: 1;
  display: block;
  width: 100%;
  text-align: left;
  color: #dddddd;
  padding: 0 0 6px 0;
  margin-bottom: 3px;
  border-bottom: 1px #333333 solid;
}
/* line 321, ../../sass/all.scss */
menu.list li.adTag {
  padding: 0;
  text-align: center;
  border: none;
}
/* line 325, ../../sass/all.scss */
menu.list li.adTag img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  float: none;
  margin: 0;
}
/* line 334, ../../sass/all.scss */
menu.list li a {
  color: #dddddd;
  display: block;
  clear: both;
  list-style: none;
  color: inherit;
  text-decoration: none;
  padding: 4px;
}
/* line 343, ../../sass/all.scss */
menu.list li a h2 {
  font-weight: bold;
  font-family: 'Arial';
  font-size: 1.1em;
  color: white;
}
/* line 349, ../../sass/all.scss */
menu.list li a .starname {
  font-weight: bold;
  font-family: 'Arial';
  font-size: 1.1em;
  color: #777;
  text-transform: uppercase;
}
/* line 356, ../../sass/all.scss */
menu.list li a.classic {
  font-family: 'Arial';
  font-size: 16px;
  color: white;
  border: 1px solid #999;
  border-radius: 6px;
  width: 95%;
  margin: 5px auto;
  padding: 10px;
  text-align: center;
  background: #121212;
}
/* line 368, ../../sass/all.scss */
menu.list li img {
  width: 120px;
  height: 68px;
  max-width: 155px;
  max-height: 90px;
  float: left;
  margin: 0 5px 0 0;
}
/* line 376, ../../sass/all.scss */
menu.list span.STANDARD {
  background: url("/images/type_icons.png") no-repeat;
  background-position: 0 0;
  width: 14px;
  height: 18px;
  margin: 0 8px 2px 2px;
  display: block;
  float: right;
}
/* line 385, ../../sass/all.scss */
menu.list span.PHOTOSHOW {
  background: url("/images/type_icons.png") no-repeat;
  background-position: -17px 0;
  width: 18px;
  height: 18px;
  margin: 0 8px 2px 2px;
  display: block;
  float: right;
}
/* line 394, ../../sass/all.scss */
menu.list span.VIDEO {
  background: url("/images/type_icons.png") no-repeat;
  background-position: -36px 0;
  width: 17px;
  height: 18px;
  margin: 0 8px 2px 2px;
  display: block;
  float: right;
}

/* line 406, ../../sass/all.scss */
#video menu.list li img {
  height: auto;
}
/* line 409, ../../sass/all.scss */
#video menu.list h2 {
  font-weight: bold;
}

/* line 414, ../../sass/all.scss */
#article.current {
  display: table-row;
  height: 100%;
}
/* line 417, ../../sass/all.scss */
#article.current header {
  border: none;
  height: auto;
  padding-top: 14px;
}
/* line 421, ../../sass/all.scss */
#article.current header .starname {
  font-weight: bold;
  font-family: 'Arial';
  font-size: 1.2em;
  color: #bfbfbf;
  text-transform: uppercase;
}
/* line 428, ../../sass/all.scss */
#article.current header h2 {
  font-weight: normal;
  font-family: Georgia, Times, serif;
  font-size: 1.9em;
  color: white;
  margin: 12px 0 -1px 0;
  font-style: normal;
}
/* line 437, ../../sass/all.scss */
#article.current header .teaserimage {
  min-height: 127px;
  width: 127px;
  position: relative;
  float: left;
}
/* line 443, ../../sass/all.scss */
#article.current header .teaserimage img {
  width: 127px;
}
/* line 447, ../../sass/all.scss */
#article.current header .teaserimage .credit {
  position: absolute;
  color: white;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: #1e1e1e;
  opacity: .9;
  font-weight: normal;
  font-size: .8em;
  color: white;
}
/* line 461, ../../sass/all.scss */
#article.current header .teaser {
  position: absolute;
  left: 147px;
  font-weight: normal;
  font-family: 'Arial';
  font-size: 1.1em;
  padding-right: 10px;
}
/* line 469, ../../sass/all.scss */
#article.current header .date {
  float: right;
  color: #bfbfbf;
}
/* line 474, ../../sass/all.scss */
#article.current article p {
  font-weight: normal;
  font-family: 'Arial';
  font-size: 1.1em;
  color: #e1e1e1;
  line-height: 1.5;
}
/* line 481, ../../sass/all.scss */
#article.current .related_box.teaser {
  margin: 12px 0 0 0;
  padding: 0 0 30px 0;
  background: #121212;
}
/* line 485, ../../sass/all.scss */
#article.current .related_box.teaser h3 {
  font-family: Georgia, Times, serif;
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
  padding: 3px 0 3px 6px;
  color: white;
  margin: 0 0 6px 0;
  border-bottom: 1px #333333 solid;
}
/* line 495, ../../sass/all.scss */
#article.current .related_box.teaser li {
  border-bottom: 1px #333333 solid;
  padding: 0 6px 6px 0;
  margin: 0 0 6px 0;
  list-style: none;
}
/* line 501, ../../sass/all.scss */
#article.current .related_box.teaser li .teaser_left_col {
  float: left;
  width: 40%;
}
/* line 505, ../../sass/all.scss */
#article.current .related_box.teaser li .teaser_right_col {
  float: left;
  width: 60%;
}
/* line 509, ../../sass/all.scss */
#article.current .related_box.teaser li .teaser_left_col img {
  margin: 0 8px 0 6px;
  width: 90%;
}
/* line 513, ../../sass/all.scss */
#article.current .related_box.teaser .starname {
  font-weight: bold;
  font-family: 'Arial';
  font-size: 1.1em;
  color: #e1e1e1;
  text-transform: uppercase;
}
/* line 520, ../../sass/all.scss */
#article.current .related_box.teaser h2 {
  margin-top: 6px;
  font-weight: normal;
  font-family: 'Arial';
  font-size: 1.1em;
  color: #BFBFBF;
}
/* line 527, ../../sass/all.scss */
#article.current .related_box.teaser span.STANDARD {
  background: url("/images/type_icons.png") no-repeat;
  background-position: 0 0;
  width: 14px;
  height: 18px;
  margin: 0 8px 2px 0;
  display: block;
  float: left;
}
/* line 536, ../../sass/all.scss */
#article.current .related_box.teaser span.PHOTOSHOW {
  background: url("/images/type_icons.png") no-repeat;
  background-position: -17px 0;
  width: 18px;
  height: 18px;
  margin: 0 6px 2px 2px;
  display: block;
  float: left;
}
/* line 545, ../../sass/all.scss */
#article.current .related_box.teaser span.VIDEO {
  background: url("/images/type_icons.png") no-repeat;
  background-position: -36px 0;
  width: 17px;
  height: 18px;
  margin: 0 6px 2px 2px;
  display: block;
  float: left;
}
/* line 555, ../../sass/all.scss */
#article.current .related_box.imageshow {
  margin: 0 0 12px 0;
  padding: 0 0 6px 0;
  background: #121212;
  position: relative;
}
/* line 560, ../../sass/all.scss */
#article.current .related_box.imageshow .shadow {
  width: 20px;
  height: 76px;
  position: absolute;
  top: 26px;
}
/* line 566, ../../sass/all.scss */
#article.current .related_box.imageshow .shadow.left {
  right: 0;
  background: url("/images/vertical_shadow_r2l.png") repeat-y;
}
/* line 570, ../../sass/all.scss */
#article.current .related_box.imageshow .shadow.right {
  left: 0;
  background: url("/images/vertical_shadow_l2r.png") repeat-y;
}
/* line 574, ../../sass/all.scss */
#article.current .related_box.imageshow h3 {
  padding: 3px 0 3px 6px;
  margin: 0 0 6px 0;
  border-bottom: 1px #333333 solid;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 583, ../../sass/all.scss */
#article.current .related_box.imageshow .mask {
  width: auto;
  height: 70px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: block;
}
/* line 590, ../../sass/all.scss */
#article.current .related_box.imageshow ul {
  width: auto;
  display: inline-block;
  height: 70px;
  padding: 0 6px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}
/* line 599, ../../sass/all.scss */
#article.current .related_box.imageshow li {
  padding: 0 6px 0 0;
  margin: 0;
  float: left;
  list-style: none;
}
/* line 605, ../../sass/all.scss */
#article.current .related_box.imageshow li img {
  height: 70px;
  float: left;
}
/* line 611, ../../sass/all.scss */
#article.current .related_box.inline_image {
  background: #121212;
  margin: 30px 0px;
}
/* line 614, ../../sass/all.scss */
#article.current .related_box.inline_image .image {
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 618, ../../sass/all.scss */
#article.current .related_box.inline_image .image img {
  border: 1px #333333 solid;
  width: 100%;
}
/* line 623, ../../sass/all.scss */
#article.current .related_box.inline_image .caption {
  font-size: .9em;
  line-height: 1.2em;
  color: #bfbfbf;
  padding: 0 4px 6px 4px;
}
/* line 629, ../../sass/all.scss */
#article.current .related_box.inline_image .credit {
  color: #999999;
  font-weight: normal;
  font-size: .8em;
}
/* line 636, ../../sass/all.scss */
#article.current .loading_indicator .timeout {
  display: none;
}
/* line 640, ../../sass/all.scss */
#article.current .videoplayer {
  text-align: center;
}

/* line 645, ../../sass/all.scss */
#error header {
  border: none;
  padding-bottom: 0;
}
/* line 649, ../../sass/all.scss */
#error article {
  padding-top: 0;
  margin-top: 0;
}
/* line 653, ../../sass/all.scss */
#error .gotop {
  display: none;
}
/* line 656, ../../sass/all.scss */
#error .goback {
  display: none;
}
/* line 659, ../../sass/all.scss */
#error .homepage {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: normal;
  color: white;
  border: 1px solid #999;
  border-radius: 6px;
  width: 100%;
  margin: 25px 0px;
  padding: 10px;
  text-align: center;
  background: #121212;
  display: block;
}

/* line 674, ../../sass/all.scss */
#teach_swipe {
  position: absolute;
  z-index: 3;
  right: -65px;
  top: 50%;
  cursor: pointer;
  height: 65px;
  width: 50px;
  margin-top: -33px;
}
/* line 683, ../../sass/all.scss */
#teach_swipe img {
  height: 65px;
  width: 50px;
}

/* line 689, ../../sass/all.scss */
#preloader {
  display: none;
}

/* line 692, ../../sass/all.scss */
.loading_indicator {
  display: none;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 80%;
  margin-left: -40%;
}
/* line 700, ../../sass/all.scss */
.loading_indicator .connection_timeout {
  margin-top: 40px;
  display: none;
}

/* line 705, ../../sass/all.scss */
#imagewrapper {
  position: relative;
  display: block;
  vertical-align: middle;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #121212), color-stop(100%, #1e1e1e));
  background: -webkit-linear-gradient(#121212, #1e1e1e);
  background: -moz-linear-gradient(#121212, #1e1e1e);
  background: -o-linear-gradient(#121212, #1e1e1e);
  background: linear-gradient(#121212, #1e1e1e);
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-touch-action: none;
}
/* line 714, ../../sass/all.scss */
#imagewrapper .stage {
  -webkit-transition: all .1s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate(0%, 0%);
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
}
/* line 723, ../../sass/all.scss */
#imagewrapper .loading_image {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 729, ../../sass/all.scss */
#imagewrapper .info.hidden {
  bottom: -500px;
}
/* line 732, ../../sass/all.scss */
#imagewrapper .info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background: url("/images/dimmerer.png");
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
}
/* line 742, ../../sass/all.scss */
#imagewrapper .info .caption {
  display: block;
  color: white;
  padding: 0px 11px 0px 11px;
  margin: 6px 45px 6px 75px;
  text-align: left;
  font-size: 1em;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  min-height: 42px;
}
/* line 753, ../../sass/all.scss */
#imagewrapper .info .copyright {
  display: block;
  color: #999999;
  font-size: 0.8em;
}
/* line 758, ../../sass/all.scss */
#imagewrapper .info .pager {
  position: absolute;
  z-index: 2;
  top: 31px;
  left: 17px;
  color: white;
  font-size: 0.8em;
  padding: 6px 11px;
}
/* line 767, ../../sass/all.scss */
#imagewrapper .info img.share {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0px;
  color: white;
  font-size: 0.8em;
  margin-top: -15px;
  cursor: pointer;
  width: 38px;
  height: auto;
}
/* line 779, ../../sass/all.scss */
#imagewrapper .info .logo_image_show {
  width: 55px;
  z-index: 2;
  position: absolute;
  left: 0;
  margin: 10px;
}

/* line 789, ../../sass/all.scss */
.share_panel.photoshow {
  bottom: 0;
}

/* line 792, ../../sass/all.scss */
.share_panel.standard {
  top: 0px;
  z-index: 200000;
  /* 1 below article share panel */
}

/* line 796, ../../sass/all.scss */
.share_panel.photoshow.hidden {
  bottom: -280px;
}

/* line 799, ../../sass/all.scss */
.share_panel.standard.hidden {
  top: -150px;
}

/* line 802, ../../sass/all.scss */
.share_panel {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  padding: 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  background: url("/images/dimmererer.png");
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
/* line 815, ../../sass/all.scss */
.share_panel .container {
  display: inline-block;
}
/* line 818, ../../sass/all.scss */
.share_panel h4 {
  text-align: left;
  padding-left: 4px;
}
/* line 822, ../../sass/all.scss */
.share_panel .share_buttons {
  list-style-type: none;
  margin: none;
  font-size: 12px;
}
/* line 826, ../../sass/all.scss */
.share_panel .share_buttons li {
  display: inline-block;
  padding: 10px 0;
  margin: 2px 4px;
}
/* line 831, ../../sass/all.scss */
.share_panel .share_buttons li a {
  text-decoration: none;
  color: white;
}
/* line 835, ../../sass/all.scss */
.share_panel .share_buttons .logo {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #cfcfcf));
  background: -webkit-linear-gradient(#fefefe, #cfcfcf);
  background: -moz-linear-gradient(#fefefe, #cfcfcf);
  background: -o-linear-gradient(#fefefe, #cfcfcf);
  background: linear-gradient(#fefefe, #cfcfcf);
  border: 1px solid white;
  border: 1px solid white;
  border: 1px solid white;
  border: 1px solid #B4B3B4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 1px 0px 1px 1px #666;
  -webkit-box-shadow: 1px 0px 1px 1px #666;
  -moz-box-shadow: 1px 0px 1px 1px #666;
  width: 64px;
  height: 55px;
  margin: 0 auto 6px auto;
}
/* line 851, ../../sass/all.scss */
.share_panel .share_buttons .logo img {
  width: 63px;
  height: auto;
}

/* ===== helper ===== */
/* line 871, ../../sass/all.scss */
br.clear {
  height: 1px;
  display: block;
  clear: both;
}

/* ===== loading wheel ===== */
/* line 878, ../../sass/all.scss */
.loading_wheel {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 50%;
}
/* line 884, ../../sass/all.scss */
.loading_wheel .connection_slow {
  font-size: 0.95em;
  display: none;
}
/* line 888, ../../sass/all.scss */
.loading_wheel .connection_timeout {
  font-size: 0.95em;
  display: none;
}
/* line 891, ../../sass/all.scss */
.loading_wheel .connection_timeout img {
  width: 40px;
}

/* ===== 404 ===== */
/* line 898, ../../sass/all.scss */
#not_found {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #dddddd;
  padding-top: 5%;
}

/* ===== Ads ===== */
/* line 907, ../../sass/all.scss */
.interstitial_container {
  position: absolute;
  top: 0px;
  display: table;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("/images/dimmer.png");
}
/* line 915, ../../sass/all.scss */
.interstitial_container .ad_tag {
  display: table-cell;
  vertical-align: middle;
}

/* line 920, ../../sass/all.scss */
.interstitial_closer {
  background: #121212;
  background-position: 0 -35px;
  width: 142px;
  height: 42px;
  border: 1px solid #666;
  padding: 11px;
  line-height: 17px;
  text-align: center;
  z-index: 4;
  position: absolute;
  top: 6px;
  cursor: pointer;
  left: 50%;
  margin-left: -71px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1.3em;
  -webkit-box-shadow: 0px 0px 15px #666;
}

/* line 941, ../../sass/all.scss */
#debug {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #006600;
  color: #FFF;
  font-size: 8pt;
  padding: 4px;
  z-index: 1000;
}

/* WP8 Support */
/* line 957, ../../sass/all.scss */
body.ie10 section > footer a.goback {
  padding: 11px 10px 12px 14px;
}
/* line 961, ../../sass/all.scss */
body.ie10 #imagewrapper {
  box-sizing: border-box;
}
/* line 965, ../../sass/all.scss */
body.ie10 #imagewrapper .info.hidden {
  bottom: -500px;
}
/* line 969, ../../sass/all.scss */
body.ie10 .share_panel.photoshow {
  margin-bottom: 70px;
}
/* line 973, ../../sass/all.scss */
body.ie10 menu.main li.video {
  display: none;
}
