@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: font-name;
    src: url("../fonts/font-name.svg") format('svg');
  }
}
.badge {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
}
.bar {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 2%;
}
.bar .pull-right a {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.bar .pull-right a + a {
  margin-left: 30px;
}
.bar .container {
  *zoom: 1;
}
.bar .container:before,
.bar .container:after {
  content: "";
  display: table;
}
.bar .container:after {
  clear: both;
}
.btn {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  border-style: solid;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  background: #242424;
  color: #fff;
  border-color: #242424;
  font-size: 18px;
  line-height: 22px;
  padding: 14px 24px;
}
.btn.fixed-icon {
  padding-left: 80px !important;
}
.btn.fixed-icon:before {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 25px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn:hover {
  text-decoration: none;
  z-index: 2;
}
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn span[class*="icon-"],
.btn:before,
.btn:after {
  -webkit-transition: all $transition;
  -moz-transition: all $transition;
  -o-transition: all $transition;
  transition: all $transition;
}
.btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn:focus,
.btn.focus {
  background: btn-default-background-focus;
  color: btn-default-color-focus;
  border-color: btn-default-border-focus;
}
.btn-default {
  background: #242424;
  color: #fff;
  border-color: #242424;
}
.btn-default:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn-default:focus,
.btn-default.focus {
  background: btn-default-background-focus;
  color: btn-default-color-focus;
  border-color: btn-default-border-focus;
}
.btn-group-default .btn {
  background: #242424;
  color: #fff;
  border-color: #242424;
}
.btn-group-default .btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn-group-default .btn:focus,
.btn-group-default .btn.focus {
  background: btn-default-background-focus;
  color: btn-default-color-focus;
  border-color: btn-default-border-focus;
}
.btn-primary {
  background: #00a3e0;
  color: #fff;
  border-color: #00a3e0;
}
.btn-primary:hover {
  background: #038fc4;
  color: #fff;
  border-color: #038fc4;
}
.btn-primary:focus,
.btn-primary.focus {
  background: btn-primary-background-focus;
  color: btn-primary-color-focus;
  border-color: btn-primary-border-focus;
}
.btn-group-primary .btn {
  background: #00a3e0;
  color: #fff;
  border-color: #00a3e0;
}
.btn-group-primary .btn:hover {
  background: #038fc4;
  color: #fff;
  border-color: #038fc4;
}
.btn-group-primary .btn:focus,
.btn-group-primary .btn.focus {
  background: btn-primary-background-focus;
  color: btn-primary-color-focus;
  border-color: btn-primary-border-focus;
}
.btn-additional {
  background: #ff7802;
  color: #fff;
  border-color: #ff7802;
}
.btn-additional:hover {
  background: #eb6e00;
  color: #fff;
  border-color: #eb6e00;
}
.btn-additional:focus,
.btn-additional.focus {
  background: btn-additional-background-focus;
  color: btn-additional-color-focus;
  border-color: btn-additional-border-focus;
}
.btn-group-additional .btn {
  background: #ff7802;
  color: #fff;
  border-color: #ff7802;
}
.btn-group-additional .btn:hover {
  background: #eb6e00;
  color: #fff;
  border-color: #eb6e00;
}
.btn-group-additional .btn:focus,
.btn-group-additional .btn.focus {
  background: btn-additional-background-focus;
  color: btn-additional-color-focus;
  border-color: btn-additional-border-focus;
}
.btn-facebook {
  background: #3664a2;
  color: #fff;
  border-color: #3664a2;
}
.btn-facebook:hover {
  background: #2c558b;
  color: #fff;
  border-color: #2c558b;
}
.btn-facebook:focus,
.btn-facebook.focus {
  background: btn-facebook-background-focus;
  color: btn-facebook-color-focus;
  border-color: btn-facebook-border-focus;
}
.btn-group-facebook .btn {
  background: #3664a2;
  color: #fff;
  border-color: #3664a2;
}
.btn-group-facebook .btn:hover {
  background: #2c558b;
  color: #fff;
  border-color: #2c558b;
}
.btn-group-facebook .btn:focus,
.btn-group-facebook .btn.focus {
  background: btn-facebook-background-focus;
  color: btn-facebook-color-focus;
  border-color: btn-facebook-border-focus;
}
.btn.btn-icon-fixed {
  padding: 14px 38px;
}
.btn.btn-wide {
  padding-left: 54px;
  padding-right: 54px;
}
.btn.btn-wide.btn-icon-fixed {
  padding-left: 68px;
  padding-right: 68px;
}
.btn-xsmall {
  font-size: 13px;
  line-height: 17px;
  padding: 3px 4px;
}
.btn-xsmall.btn-icon-fixed {
  padding: 3px 18px;
}
.btn-xsmall.btn-wide {
  padding-left: 14px;
  padding-right: 14px;
}
.btn-xsmall.btn-wide.btn-icon-fixed {
  padding-left: 28px;
  padding-right: 28px;
}
.btn-group-xsmall .btn {
  font-size: 13px;
  line-height: 17px;
  padding: 3px 4px;
}
.btn-group-xsmall .btn.btn-icon-fixed {
  padding: 3px 18px;
}
.btn-group-xsmall .btn.btn-wide {
  padding-left: 14px;
  padding-right: 14px;
}
.btn-group-xsmall .btn.btn-wide.btn-icon-fixed {
  padding-left: 28px;
  padding-right: 28px;
}
.btn-small {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 9px;
}
.btn-small.btn-icon-fixed {
  padding: 6px 23px;
}
.btn-small.btn-wide {
  padding-left: 19px;
  padding-right: 19px;
}
.btn-small.btn-wide.btn-icon-fixed {
  padding-left: 33px;
  padding-right: 33px;
}
.btn-group-small .btn {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 9px;
}
.btn-group-small .btn.btn-icon-fixed {
  padding: 6px 23px;
}
.btn-group-small .btn.btn-wide {
  padding-left: 19px;
  padding-right: 19px;
}
.btn-group-small .btn.btn-wide.btn-icon-fixed {
  padding-left: 33px;
  padding-right: 33px;
}
.btn-medium {
  font-size: 18px;
  line-height: 22px;
  padding: 14px 24px;
}
.btn-medium.btn-icon-fixed {
  padding: 14px 38px;
}
.btn-medium.btn-wide {
  padding-left: 54px;
  padding-right: 54px;
}
.btn-medium.btn-wide.btn-icon-fixed {
  padding-left: 68px;
  padding-right: 68px;
}
.btn-group-medium .btn {
  font-size: 18px;
  line-height: 22px;
  padding: 14px 24px;
}
.btn-group-medium .btn.btn-icon-fixed {
  padding: 14px 38px;
}
.btn-group-medium .btn.btn-wide {
  padding-left: 54px;
  padding-right: 54px;
}
.btn-group-medium .btn.btn-wide.btn-icon-fixed {
  padding-left: 68px;
  padding-right: 68px;
}
.btn-large {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 29px;
}
.btn-large.btn-icon-fixed {
  padding: 12px 43px;
}
.btn-large.btn-wide {
  padding-left: 44px;
  padding-right: 44px;
}
.btn-large.btn-wide.btn-icon-fixed {
  padding-left: 58px;
  padding-right: 58px;
}
.btn-group-large .btn {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 29px;
}
.btn-group-large .btn.btn-icon-fixed {
  padding: 12px 43px;
}
.btn-group-large .btn.btn-wide {
  padding-left: 44px;
  padding-right: 44px;
}
.btn-group-large .btn.btn-wide.btn-icon-fixed {
  padding-left: 58px;
  padding-right: 58px;
}
.btn-xlarge {
  font-size: 20px;
  line-height: 26px;
  padding: 16px 39px;
}
.btn-xlarge.btn-icon-fixed {
  padding: 16px 53px;
}
.btn-xlarge.btn-wide {
  padding-left: 59px;
  padding-right: 59px;
}
.btn-xlarge.btn-wide.btn-icon-fixed {
  padding-left: 73px;
  padding-right: 73px;
}
.btn-group-xlarge .btn {
  font-size: 20px;
  line-height: 26px;
  padding: 16px 39px;
}
.btn-group-xlarge .btn.btn-icon-fixed {
  padding: 16px 53px;
}
.btn-group-xlarge .btn.btn-wide {
  padding-left: 59px;
  padding-right: 59px;
}
.btn-group-xlarge .btn.btn-wide.btn-icon-fixed {
  padding-left: 73px;
  padding-right: 73px;
}
.btn-block {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-group {
  font-size: 0;
}
.btn-group .btn + .btn {
  margin-left: 10px;
}
.btn-group-joined .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-joined .btn + .btn {
  margin-left: 0;
}
.btn-group-joined .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.btn-group-joined .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.btn-group-joined .btn + .btn {
  margin-left: -btn-border-width;
}
.before-control {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.after-control {
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
label {
  display: block;
}
label.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  position: relative;
  padding-left: 24px;
  line-height: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="checkbox"] + span:before {
  content: ' ';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="checkbox"] + span:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E002';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="checkbox"]:checked + span:before {
  background: #00a3e0;
  border-color: #00a3e0;
}
input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.checklist {
  margin-bottom: 30px;
}
.checklist li {
  position: relative;
  margin: 0 0 10px;
}
.checklist li a {
  color: #242424;
}
.checklist li .sprite-check {
  margin-right: 10px;
}
.content .column-calendar {
  background-image: url("../img/calendar-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #00a3e0;
}
.content .column-downloads {
  background: #f2fbff;
}
.downloads-top {
  padding: 20px 15px 10px;
}
/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: visible !important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.008;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
}
.fancybox-close {
  position: absolute;
  top: 23px;
  right: 40px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 8040;
  background-image: url("../img/sprites/popup-close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fancybox-close:hover {
  opacity: 1;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0,0,0,0.9);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0,0,0,0.8);
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.alert {
  padding: 12px 15px 10px;
  margin: 0 0 10px;
  border: 1px solid #e5e5e5;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert-error {
  color: error-color;
  border-color: error-border;
  background: error-background;
}
.alert-error a {
  color: error-color;
}
.alert-success {
  color: success-color;
  border-color: success-border;
}
.alert background success-background a {
  color: success-color;
}
.alert-warning {
  color: warning-color;
  border-color: warning-border;
}
.alert background warning-background a {
  color: warning-color;
}
.alert-info {
  color: info-color;
  border-color: info-border;
}
.alert background info-background a {
  color: info-color;
}
footer {
  height: 70px;
  text-align: center;
  background: rgba(35,19,10,0.6);
  color: #583b27;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}
footer p {
  margin: 0;
  line-height: 70px;
}
.advent footer {
  position: relative;
  background: #fff;
  color: #919191;
  font-size: 13px;
  line-height: 17px;
}
.advent footer span {
  margin: 0 3px;
}
.form-full-width .input {
  width: 100%;
}
.form-full-width .selectboxit-container {
  width: 100% !important;
}
.form-horizontal .control-label {
  padding: 6px 0;
}
.form-inline {
  font-size: 0;
}
.form-inline .control-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 5px;
}
.form-inline .control-group:first-child {
  margin-left: 0;
}
.form-inline .control-group:last-child {
  margin-right: 0;
}
.form-inline .control-label {
  font-size: 16px;
  margin-right: 10px;
  padding-top: 5px;
}
.form-inline .control-field {
  font-size: 16px;
}
.form-inline .control-field + .control-field {
  margin-top: 10px;
}
.form-vertical .control-label {
  padding: 3px 0;
  margin-bottom: 2px;
}
.form-vertical .control-group {
  margin-top: 10px;
}
.form-vertical .control-group:first-child {
  margin-top: 0;
}
.form-vertical .control-group.control-submit {
  margin-top: 20px;
}
.columns {
  font-size: 0;
}
.columns > [class^="column"] {
  font-size: 16px;
}
.columns-no-space {
  margin: 0 !important;
}
.columns-no-space > [class^="column"] {
  padding: 0 !important;
}
.columns-large-space {
  margin: 0 -20px !important;
}
.columns-large-space > [class^="column"] {
  padding: 0 20px !important;
}
.columns-separated-vertical > [class^="column"] + [class^="column"] {
  border-left: 1px solid #e5e5e5;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.fixed-layout .container {
  max-width: 1020px;
}
.responsive-layout .container {
  max-width: 1020px;
}
header {
  padding: 50px 0;
  background-image: url("../img/background-header.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-align: center;
}
header h1 {
  padding-top: 5%;
}
header h1 + p {
  padding-bottom: 5%;
}
header .column {
  text-align: left;
}
.advent header {
  background: none;
  padding: 0;
}
.advent header h1 {
  padding-top: 0;
  font-family: 'sourcesanspro-bold', Arial, sans-serif;
}
.advent header h1 + p {
  padding-bottom: 1%;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format('embedded-opentype'), url("../fonts/icons.woff") format('woff'), url("../fonts/icons.ttf") format('truetype'), url("../fonts/icons.svg#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="right-icon-"],
[class*=" right-icon-"],
:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before,
.right-icon-facebook:after {
  content: '\E001';
}
.icon-check:before,
.right-icon-check:after {
  content: '\E002';
}
.input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #d5d5d5;
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 14px;
}
.input:hover {
  z-index: 2;
}
.input:focus,
.input.focus {
  outline: 0;
}
.input:hover {
  background: #fff;
  color: #242424;
  border-color: #00a3e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input:focus,
.input.focus {
  background: #fff;
  color: #242424;
  border-color: #00a3e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-default {
  background: #fff;
  color: #d5d5d5;
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-default:hover {
  background: #fff;
  color: #242424;
  border-color: #00a3e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-default:focus,
.input-default.focus {
  background: #fff;
  color: #242424;
  border-color: #00a3e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group-default .input {
  background: #fff;
  color: #d5d5d5;
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group-default .input:hover {
  background: #fff;
  color: #242424;
  border-color: #00a3e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group-default .input:focus,
.input-group-default .input.focus {
  background: #fff;
  color: #242424;
  border-color: #00a3e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-clean {
  background: none;
  color: #999;
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-clean:hover {
  background: none;
  color: #000;
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-clean:focus,
.input-clean.focus {
  background: none;
  color: #000;
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group-clean .input {
  background: none;
  color: #999;
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group-clean .input:hover {
  background: none;
  color: #000;
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group-clean .input:focus,
.input-group-clean .input.focus {
  background: none;
  color: #000;
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-xsmall {
  font-size: 13px;
  line-height: 17px;
  padding: 3px 4px;
}
.input-group-xsmall .input {
  font-size: 13px;
  line-height: 17px;
  padding: 3px 4px;
}
.input-small {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 9px;
}
.input-group-small .input {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 9px;
}
.input-medium {
  font-size: 16px;
  line-height: 22px;
  padding: 9px 14px;
}
.input-group-medium .input {
  font-size: 16px;
  line-height: 22px;
  padding: 9px 14px;
}
.input-large {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 14px;
}
.input-group-large .input {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 14px;
}
.input-xlarge {
  font-size: 20px;
  line-height: 26px;
  padding: 16px 19px;
}
.input-group-xlarge .input {
  font-size: 20px;
  line-height: 26px;
  padding: 16px 19px;
}
.input-fake input:focus {
  outline: 0;
}
.input-number {
  font-size: 0;
}
.input-number .input-fake {
  margin-right: 0;
}
.input-number-controls {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.input-number-plus,
.input-number-minus {
  cursor: pointer;
  background: #cfcfcf;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
}
.input-number-plus:hover,
.input-number-minus:hover {
  background: #cfcfcf;
}
.input-number-plus span,
.input-number-minus span {
  position: absolute;
  top: 50%;
  left: 50%;
}
html {
  position: relative;
  height: 100%;
}
body {
  color: #242424;
  font-size: 16px;
  font-family: 'sourcesanspro-semibold', Arial, sans-serif;
  line-height: 22px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  overflow-x: hidden;
}
body.advent {
  background-image: url("../img/advent/flakes.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #c4efff;
  background-size: cover;
}
.list {
  margin-left: -25px;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
}
.list li {
  width: 180px;
  font-size: 16px;
  height: 145px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 25px;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}
.list li:hover p {
  text-decoration: underline;
}
.list li .suffix {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 3px #000;
}
.list li .suffix .suffix.right {
  left: 150px;
}
.list li > a {
  text-decoration: none;
  color: #242424;
}
.list li:hover .actions {
  display: block;
}
.list li .thumb {
  position: relative;
  margin-bottom: 5px;
  width: 180px;
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
}
.list li .thumb.file {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  width: 178px;
  height: 98px;
}
.list li .thumb.file strong {
  position: absolute;
  bottom: 30px;
  left: 80px;
  font-size: 2.2em;
  font-family: 'sourcesanspro-semibold', Arial, sans-serif;
  text-transform: uppercase;
}
.list li .thumb.file img {
  position: relative;
  top: 10px;
  left: 5px;
}
.list li .thumb.file .info {
  bottom: -1px;
  left: -1px;
  width: 180px;
}
.list li .thumb.folder {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  width: 178px;
  height: 98px;
  text-align: center;
}
.list li .thumb.folder img {
  position: relative;
  top: 0;
}
.list li .thumb .info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  background: #f00;
  color: #fff;
  line-height: 20px;
  background: rgba(0,0,0,0.7);
}
.list li .thumb .info .inner {
  font-weight: bold;
  font-size: 11px;
  padding: 0 5px;
}
.list li .thumb .info .inner span {
  float: left;
  height: 20px;
  line-height: 18px;
  margin-right: 9px;
}
.list li .thumb .info .inner span.likes {
  background: #53a000;
  border: 1px solid #438100;
  color: #fff;
  padding: 0 5px;
  margin-left: -5px;
  margin-right: 0;
  min-width: 14px;
  text-align: center;
}
.list li .thumb .info .inner span.likes.zero {
  background: #e9e9e9;
  border-color: #bababa;
  color: ;
}
.list li .thumb .info .inner span.likes.negative {
  background: #d60b3a;
  border-color: #ab092e;
}
.list li .thumb .info .inner .column-left {
  float: left;
}
.list li .thumb .info .inner .column-right {
  float: right;
}
.list li .thumb .info .inner .column-right span {
  height: 20px;
  margin-right: 0;
  margin-left: 7px;
  line-height: 20px;
}
.list li .thumb .info .inner .column-right span i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.list li p {
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
  width: 100%;
}
.list li .actions {
  position: absolute;
  display: none;
  *zoom: 1;
}
.list li .actions:before,
.list li .actions:after {
  content: "";
  display: table;
}
.list li .actions:after {
  clear: both;
}
.list li .actions:not(.over-thumb) {
  top: 0;
  right: 0;
}
.list li .actions.over-thumb {
  top: 1px;
  right: -1px;
}
.list li .download-link {
  float: left;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: rgba(0,0,0,0.5);
  width: 30px;
  text-decoration: none;
}
.list li .download-link:hover {
  background: #00f;
}
.list li .download-link i {
  position: absolute;
  top: 0;
  right: 0;
}
.list li a.list-link {
  width: 30px;
  margin-left: 1px;
  height: 30px;
  float: right;
  background: rgba(0,0,0,0.5);
}
.list li a.list-link:hover {
  background: #00f;
}
.logo {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  text-indent: -9999px;
}
.popup {
  width: 800px;
}
.popup-title {
  text-transform: uppercase;
  color: #00a3e0;
  font-size: 1.4em;
}
.popup-header {
  background: #fff;
  padding: 25px;
  text-align: center;
}
.popup-content {
  background: #ebebeb;
  padding: 40px;
}
.popup-content-advent {
  padding: 10px;
  background: #fff;
  text-align: center;
}
.popup-content-advent dl {
  margin: 10px 0 10px;
  *zoom: 1;
}
.popup-content-advent dl:before,
.popup-content-advent dl:after {
  content: "";
  display: table;
}
.popup-content-advent dl:after {
  clear: both;
}
.popup-content-advent dl dt {
  width: 80px;
  font-size: 18px;
  line-height: 24px;
  float: left;
}
.popup-content-advent dl dd {
  padding: 0;
  margin: 0;
  color: #00a3e0;
  font-size: 18px;
  line-height: 24px;
  font-family: 'sourcesanspro-bold', Arial, sans-serif;
}
.popup-content-advent .inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.popup-content-advent .h2.bold {
  font-family: 'sourcesanspro-bold', Arial, sans-serif;
}
.popup-content-advent .indented {
  padding: 0 150px;
}
.popup-content-advent .data {
  color: #ff7802;
  font-family: 'sourcesanspro-bold', Arial, sans-serif;
  font-size: 45px;
  line-height: 1.6em;
}
.popup-content-advent .data div {
  font-size: 85px;
}
.popup-content-advent p.xsmall.color-weak {
  color: #919191;
  font-size: 11px;
}
.popup-content-advent .form-login {
  width: 290px;
  margin: 0 auto;
  text-align: left;
}
.popup-content-advent .form-login p {
  text-align: center;
  padding-top: 10px;
}
.popup-content-advent .form-login p a {
  margin: 0 10px;
}
.popup-footer {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.popup-footer .btn {
  margin: 0 20px;
}
.present {
  text-align: center;
  padding-bottom: 5%;
}
.present-preview {
  -webkit-box-shadow: 0 0 0 4px rgba(202,153,112,0.3);
  -moz-box-shadow: 0 0 0 4px rgba(202,153,112,0.3);
  box-shadow: 0 0 0 4px rgba(202,153,112,0.3);
  background: #fff;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.present-preview img {
  max-width: 65%;
  max-height: 65%;
}
.present-title {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: 'sourcesanspro-semibold', Arial, sans-serif;
}
html,
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
dfn,
em,
i {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
img,
iframe,
object,
embed {
  vertical-align: middle;
}
figure {
  margin: 0px;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
button,
input {
  line-height: normal;
  background: none;
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
th {
  text-align: left;
}
hr {
  display: none;
}
img {
  max-width: 100%;
}
i {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.float-left,
.pull-left {
  float: left;
}
.float-right,
.pull-right {
  float: right;
}
.sprite-menu-bar-files,
.sprite-menu-bar-download,
.sprite-size-white,
.sprite-menu-bar-storage,
.sprite-menu-bar-account,
.sprite-time-white,
.sprite-menu-bar-logout,
.sprite-check,
.sprite-popup-close,
.sprite-logo-small,
.sprite-logo,
.sprite-logo-advent,
.sprite {
  background-image: url("../img/sprite.png");
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.sprite-menu-bar-files {
  width: 12px;
  height: 10px;
  background-position: -5px -5px;
}
.sprite-menu-bar-download {
  width: 12px;
  height: 10px;
  background-position: -5px -25px;
}
.sprite-size-white {
  width: 13px;
  height: 12px;
  background-position: -5px -45px;
}
.sprite-menu-bar-storage {
  width: 12px;
  height: 12px;
  background-position: -5px -67px;
}
.sprite-menu-bar-account {
  width: 13px;
  height: 13px;
  background-position: -5px -89px;
}
.sprite-time-white {
  width: 14px;
  height: 13px;
  background-position: -5px -112px;
}
.sprite-menu-bar-logout {
  width: 13px;
  height: 13px;
  background-position: -5px -135px;
}
.sprite-check {
  width: 20px;
  height: 15px;
  background-position: -5px -158px;
}
.sprite-popup-close {
  width: 27px;
  height: 27px;
  background-position: -5px -183px;
}
.sprite-logo-small {
  width: 270px;
  height: 32px;
  background-position: -5px -220px;
}
.sprite-logo {
  width: 505px;
  height: 61px;
  background-position: -5px -262px;
}
.sprite-logo-advent {
  width: 552px;
  height: 96px;
  background-position: -5px -333px;
}
.no-svg .svg:before {
  background-image: url("../svg/sprite.png");
}
.svg {
  font-size: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.svg:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/svg/sprite.svg");
  background-repeat: no-repeat;
  background-size: 0em 0em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.stripe {
  text-align: center;
  background-size: cover;
  padding: 65px 0;
}
.stripe-spacing {
  padding: 60px 0;
}
.stripe-free-space {
  background-image: url("../img/background-get-free-space.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #fff;
}
.stripe-free-space h2 {
  color: #fff;
}
.stripe-presents {
  background-image: url("../img/background-presents.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  padding-bottom: 135px;
}
.stripe-presents h2 {
  color: #fff;
  margin-bottom: 10px;
}
.stripe-presents h2 + p {
  margin-bottom: 5%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
table thead tr th {
  color: #000;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  padding: 10px 0;
}
tbody tr th {
  color: #7b7b7b;
  font-size: 1em;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 12px 0;
}
tbody tr td {
  text-align: center;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  line-height: 14px;
}
tbody tr td .large {
  line-height: 14px;
}
tbody tr td small {
  font-size: 12px;
  line-height: 14px;
  color: #7b7b7b;
}
a {
  color: #00a3e0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #ff7802;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #242424;
  text-rendering: optimizelegibility;
  -webkit-text-stroke: none;
  text-transform: uppercase;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small {
  color: #d5d5d5;
  line-height: 1.2em;
  font-size: 0.6em;
  font-style: italic;
}
h1 .large,
h2 .large,
h3 .large,
h4 .large,
h5 .large,
.h1 .large,
.h2 .large,
.h3 .large,
.h4 .large,
.h5 .large {
  font-size: 1.5em;
}
h1 a[class=""],
h2 a[class=""],
h3 a[class=""],
h4 a[class=""],
h5 a[class=""],
.h1 a[class=""],
.h2 a[class=""],
.h3 a[class=""],
.h4 a[class=""],
.h5 a[class=""] {
  color: #00a3e0;
  text-decoration: none;
}
h1 a[class=""]:hover,
h2 a[class=""]:hover,
h3 a[class=""]:hover,
h4 a[class=""]:hover,
h5 a[class=""]:hover,
.h1 a[class=""]:hover,
.h2 a[class=""]:hover,
.h3 a[class=""]:hover,
.h4 a[class=""]:hover,
.h5 a[class=""]:hover {
  color: #242424;
  text-decoration: underline;
}
h1.bordered,
h2.bordered,
h3.bordered,
h4.bordered,
h5.bordered,
.h1.bordered,
.h2.bordered,
.h3.bordered,
.h4.bordered,
.h5.bordered {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
.h1 + p,
.h2 + p,
.h3 + p,
.h4 + p,
.h5 + p {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.8em;
  line-height: 1.3em;
  margin: 0 0 10px;
}
h2,
.h2 {
  margin: 0 0 20px 0;
  font-size: 2.3em;
  line-height: 1.3em;
}
h3,
.h3 {
  margin: 0 0 15px 0;
  font-size: 1.4em;
  line-height: 1.3em;
}
h4,
.h4 {
  margin: 0 0 15px 0;
  font-size: 1.2em;
  line-height: 1.3em;
}
h5,
.h5 {
  margin: 0 0 10px 0;
  font-size: 0.9em;
  line-height: 1.1em;
  color: #ff7802;
}
dl,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul:not([class]):not([id]) {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul:not([class]):not([id]) li {
  padding-left: 18px;
  position: relative;
}
ul:not([class]):not([id]) li:before {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  background-color: #d0d0d0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 8px;
}
ol:not([class]):not([id]) {
  counter-reset: li;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ol:not([class]):not([id]) li {
  position: relative;
  padding-left: 30px;
}
ol:not([class]):not([id]) li:before {
  content: counter(li);
  counter-increment: li;
  font-family: 'sourcesanspro-bold', Arial, sans-serif;
  color: #00a3e0;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  text-align: right;
}
p,
address {
  margin: 20px 0 0;
}
p:first-child,
address:first-child {
  margin-top: 0;
}
address {
  font-style: normal;
  font-size: 20px;
  color: #000;
}
address + p {
  margin-top: 5px;
}
img.align-left,
img.align-right {
  margin-bottom: 20px;
}
.color-default {
  color: #242424;
}
.color-invert {
  color: #fff;
}
.color-primary {
  color: #00a3e0;
}
.color-additional {
  color: #ff7802;
}
.color-dark {
  color: #000;
}
.color-weak {
  color: #d5d5d5;
}
.color-darker {
  color: #c3c3c3;
}
.color-success {
  color: #4eab1b;
}
.color-error {
  color: #cd0e3b;
}
.color-positive {
  color: #4eab1b;
}
.color-negative {
  color: #cd0e3b;
}
b,
strong,
.bold {
  font-weight: normal;
}
.large {
  font-size: 18px;
  line-height: 24px;
}
.xlarge {
  font-size: 20px;
  line-height: 26px;
}
.xxlarge {
  font-size: 22px;
  line-height: 28px;
}
.xxxlarge {
  font-size: 25px;
  line-height: 31px;
}
small,
.small {
  font-size: 14px;
  line-height: 18px;
}
.xsmall {
  font-size: 13px;
  line-height: 17px;
}
.user-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
}
.user-menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 16px;
}
.user-menu li + li {
  margin-left: 15px;
}
.user-menu li i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.user-menu li a {
  color: #242424;
}
@media screen and (min-width: 480px) {
  .columns.xs-1,
  .columns.xs-2,
  .columns.xs-3,
  .columns.xs-4,
  .columns.xs-5,
  .columns.xs-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .columns.xs-1 > [class^="column"],
  .columns.xs-2 > [class^="column"],
  .columns.xs-3 > [class^="column"],
  .columns.xs-4 > [class^="column"],
  .columns.xs-5 > [class^="column"],
  .columns.xs-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .columns.xs-1 > .column {
    width: 100%;
  }
  .columns.xs-1 > .column.column-double {
    width: 200%;
  }
  .columns.xs-2 > .column {
    width: 49.998000000000005%;
  }
  .columns.xs-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .columns.xs-3 > .column {
    width: 33.332%;
  }
  .columns.xs-3 > .column.column-double {
    width: 66.664%;
  }
  .columns.xs-4 > .column {
    width: 24.999000000000002%;
  }
  .columns.xs-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .columns.xs-5 > .column {
    width: 20%;
  }
  .columns.xs-5 > .column.column-double {
    width: 40%;
  }
  .columns.xs-6 > .column {
    width: 16.666%;
  }
  .columns.xs-6 > .column.column-double {
    width: 33.332%;
  }
  .xs-invisible {
    display: none !important;
  }
  .present-preview {
    width: 180px;
    height: 180px;
    line-height: 172px;
  }
}
@media screen and (min-width: 640px) {
  .columns.sm-1,
  .columns.sm-2,
  .columns.sm-3,
  .columns.sm-4,
  .columns.sm-5,
  .columns.sm-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .columns.sm-1 > [class^="column"],
  .columns.sm-2 > [class^="column"],
  .columns.sm-3 > [class^="column"],
  .columns.sm-4 > [class^="column"],
  .columns.sm-5 > [class^="column"],
  .columns.sm-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .columns.sm-1 > .column {
    width: 100%;
  }
  .columns.sm-1 > .column.column-double {
    width: 200%;
  }
  .columns.sm-2 > .column {
    width: 49.998000000000005%;
  }
  .columns.sm-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .columns.sm-3 > .column {
    width: 33.332%;
  }
  .columns.sm-3 > .column.column-double {
    width: 66.664%;
  }
  .columns.sm-4 > .column {
    width: 24.999000000000002%;
  }
  .columns.sm-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .columns.sm-5 > .column {
    width: 20%;
  }
  .columns.sm-5 > .column.column-double {
    width: 40%;
  }
  .columns.sm-6 > .column {
    width: 16.666%;
  }
  .columns.sm-6 > .column.column-double {
    width: 33.332%;
  }
  .xs-sm-visible,
  .sm-invisible {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .columns.md-1,
  .columns.md-2,
  .columns.md-3,
  .columns.md-4,
  .columns.md-5,
  .columns.md-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .columns.md-1 > [class^="column"],
  .columns.md-2 > [class^="column"],
  .columns.md-3 > [class^="column"],
  .columns.md-4 > [class^="column"],
  .columns.md-5 > [class^="column"],
  .columns.md-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .columns.md-1 > .column {
    width: 100%;
  }
  .columns.md-1 > .column.column-double {
    width: 200%;
  }
  .columns.md-2 > .column {
    width: 49.998000000000005%;
  }
  .columns.md-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .columns.md-3 > .column {
    width: 33.332%;
  }
  .columns.md-3 > .column.column-double {
    width: 66.664%;
  }
  .columns.md-4 > .column {
    width: 24.999000000000002%;
  }
  .columns.md-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .columns.md-5 > .column {
    width: 20%;
  }
  .columns.md-5 > .column.column-double {
    width: 40%;
  }
  .columns.md-6 > .column {
    width: 16.666%;
  }
  .columns.md-6 > .column.column-double {
    width: 33.332%;
  }
  .xs-md-visible,
  .sm-md-visible,
  .md-invisible {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .columns.lg-1,
  .columns.lg-2,
  .columns.lg-3,
  .columns.lg-4,
  .columns.lg-5,
  .columns.lg-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .columns.lg-1 > [class^="column"],
  .columns.lg-2 > [class^="column"],
  .columns.lg-3 > [class^="column"],
  .columns.lg-4 > [class^="column"],
  .columns.lg-5 > [class^="column"],
  .columns.lg-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .columns.lg-1 > .column {
    width: 100%;
  }
  .columns.lg-1 > .column.column-double {
    width: 200%;
  }
  .columns.lg-2 > .column {
    width: 49.998000000000005%;
  }
  .columns.lg-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .columns.lg-3 > .column {
    width: 33.332%;
  }
  .columns.lg-3 > .column.column-double {
    width: 66.664%;
  }
  .columns.lg-4 > .column {
    width: 24.999000000000002%;
  }
  .columns.lg-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .columns.lg-5 > .column {
    width: 20%;
  }
  .columns.lg-5 > .column.column-double {
    width: 40%;
  }
  .columns.lg-6 > .column {
    width: 16.666%;
  }
  .columns.lg-6 > .column.column-double {
    width: 33.332%;
  }
  .columns.lg-2 > .column-downloads {
    width: 21.3%;
  }
  .columns.lg-2 > .column-downloads.column-double {
    width: 42.6%;
  }
  .columns.lg-2 > .column-calendar {
    width: 78.7%;
  }
  .columns.lg-2 > .column-calendar.column-double {
    width: 157.4%;
  }
  .xs-lg-visible,
  .sm-lg-visible,
  .md-lg-visible,
  .lg-invisible {
    display: none !important;
  }
  .dev body:before {
    content: '[ lg-min ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: 'sourcesanspro-semibold', Arial, sans-serif;
    font-weight: bold;
  }
  .stripe-presents .column:nth-child(even) {
    padding-top: 100px;
  }
  .advent-calendar {
    padding: 32px 5px 0;
  }
  .advent-calendar-columns {
    font-size: 0;
  }
  .advent-calendar-columns .column {
    width: 117px;
    height: 117px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 0 32px 32px;
  }
  .advent-calendar-columns .column-double {
    width: 266px;
    height: 117px;
  }
  .advent-calendar-day {
    -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
    width: 117px;
    height: 117px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: transform 1s;
    -moz-transform: transform 1s;
    -ms-transform: transform 1s;
    -o-transform: transform 1s;
    transform: transform 1s;
  }
  .column-double .advent-calendar-day {
    width: 266px;
    height: 117px;
  }
  .advent-calendar-day-inner {
    perspective: 1000px;
    width: 117px;
    height: 117px;
  }
  .column-double .advent-calendar-day-inner {
    width: 266px;
    height: 117px;
  }
  .advent-calendar-day-front {
    width: 117px;
    height: 117px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 20;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .disabled-open .advent-calendar-day-front{
      cursor: default;
  }
  .column-double .advent-calendar-day-front {
    width: 266px;
    height: 117px;
  }
  .advent-calendar-day-front.window-1 {
    background-image: url("../img/windows/window-1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-2 {
    background-image: url("../img/windows/window-2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-3 {
    background-image: url("../img/windows/window-3.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-4 {
    background-image: url("../img/windows/window-4.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-5 {
    background-image: url("../img/windows/window-5.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-6 {
    background-image: url("../img/windows/window-6.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-7 {
    background-image: url("../img/windows/window-7.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-8 {
    background-image: url("../img/windows/window-8.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-9 {
    background-image: url("../img/windows/window-9.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-10 {
    background-image: url("../img/windows/window-10.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-11 {
    background-image: url("../img/windows/window-11.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-12 {
    background-image: url("../img/windows/window-12.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-13 {
    background-image: url("../img/windows/window-13.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-14 {
    background-image: url("../img/windows/window-14.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-15 {
    background-image: url("../img/windows/window-15.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-16 {
    background-image: url("../img/windows/window-16.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-17 {
    background-image: url("../img/windows/window-17.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-18 {
    background-image: url("../img/windows/window-18.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-19 {
    background-image: url("../img/windows/window-19.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-20 {
    background-image: url("../img/windows/window-20.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-21 {
    background-image: url("../img/windows/window-21.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-22 {
    background-image: url("../img/windows/window-22.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-23 {
    background-image: url("../img/windows/window-23.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front.window-24 {
    background-image: url("../img/windows/window-24.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .advent-calendar-day-front span {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  .advent-calendar-day-front:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .advent-calendar-day-front:hover {
    -webkit-transform: rotate3d(0, 1, 0, 30deg);
    -moz-transform: rotate3d(0, 1, 0, 30deg);
    -ms-transform: rotate3d(0, 1, 0, 30deg);
    -o-transform: rotate3d(0, 1, 0, 30deg);
    transform: rotate3d(0, 1, 0, 30deg);
    -webkit-box-shadow: -4px 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: -4px 0 3px rgba(0,0,0,0.2);
    box-shadow: -4px 0 3px rgba(0,0,0,0.2);
  }
  .column-double .advent-calendar-day-front:hover {
    -webkit-transform: rotate3d(1, 0, 0, -30deg);
    -moz-transform: rotate3d(1, 0, 0, -30deg);
    -ms-transform: rotate3d(1, 0, 0, -30deg);
    -o-transform: rotate3d(1, 0, 0, -30deg);
    transform: rotate3d(1, 0, 0, -30deg);
    -webkit-box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
    box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
  }
  .advent-calendar-day-back {
    background: #fff;
    width: 117px;
    height: 117px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .column-double .advent-calendar-day-back {
    width: 266px;
    height: 117px;
  }
  .advent-calendar-day-back-inner {
    text-align: center;
    width: 117px;
    height: 117px;
    line-height: 119px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.5s;
    -moz-transition: opacity 0.5s ease-in-out 0.5s;
    -o-transition: opacity 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out 0.5s;
  }
  .column-double .advent-calendar-day-back-inner {
    width: 266px;
    height: 117px;
  }
  .advent-calendar-day-back-inner > div {
    line-height: 1.2em;
    padding: 5% 15% 5% 5%;
  }
  .advent-calendar-day-back-inner > div.bad-day {
    color: #d5d5d5;
    padding-top: 30px;
  }
  .advent-calendar-day-back-inner > div.good-day {
    color: #d5d5d5;
    padding-top: 15px;
  }
  .advent-calendar-day-back-inner > div.good-day .xxlarge {
    font-size: 50px;
    line-height: 1em;
    font-family: 'sourcesanspro-bold', Arial, sans-serif;
  }
  .advent-calendar-day-back-inner img {
    max-width: 80%;
    max-height: 80%;
  }
  .advent-calendar-day.open .advent-calendar-day-front {
    -webkit-transform: rotate3d(0, 1, 0, 80deg);
    -moz-transform: rotate3d(0, 1, 0, 80deg);
    -ms-transform: rotate3d(0, 1, 0, 80deg);
    -o-transform: rotate3d(0, 1, 0, 80deg);
    transform: rotate3d(0, 1, 0, 80deg);
    -webkit-box-shadow: -4px 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: -4px 0 3px rgba(0,0,0,0.2);
    box-shadow: -4px 0 3px rgba(0,0,0,0.2);
  }
  .advent-calendar-day.open .advent-calendar-day-front:after {
    opacity: 1;
  }
  .advent-calendar-day.open .advent-calendar-day-front span {
    opacity: 0;
  }
  .column-double .advent-calendar-day.open .advent-calendar-day-front {
    -webkit-transform: rotate3d(1, 0, 0, -80deg);
    -moz-transform: rotate3d(1, 0, 0, -80deg);
    -ms-transform: rotate3d(1, 0, 0, -80deg);
    -o-transform: rotate3d(1, 0, 0, -80deg);
    transform: rotate3d(1, 0, 0, -80deg);
    -webkit-box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
    box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
  }
  .advent-calendar-day.open .advent-calendar-day-back-inner {
    opacity: 1;
  }
}
@media screen and (max-width: 479px) {
  .responsive-layout .columns.xs-max-1,
  .responsive-layout .columns.xs-max-2,
  .responsive-layout .columns.xs-max-3,
  .responsive-layout .columns.xs-max-4,
  .responsive-layout .columns.xs-max-5,
  .responsive-layout .columns.xs-max-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .responsive-layout .columns.xs-max-1 > [class^="column"],
  .responsive-layout .columns.xs-max-2 > [class^="column"],
  .responsive-layout .columns.xs-max-3 > [class^="column"],
  .responsive-layout .columns.xs-max-4 > [class^="column"],
  .responsive-layout .columns.xs-max-5 > [class^="column"],
  .responsive-layout .columns.xs-max-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .responsive-layout .columns.xs-max-1 > .column {
    width: 100%;
  }
  .responsive-layout .columns.xs-max-1 > .column.column-double {
    width: 200%;
  }
  .responsive-layout .columns.xs-max-2 > .column {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.xs-max-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .responsive-layout .columns.xs-max-3 > .column {
    width: 33.332%;
  }
  .responsive-layout .columns.xs-max-3 > .column.column-double {
    width: 66.664%;
  }
  .responsive-layout .columns.xs-max-4 > .column {
    width: 24.999000000000002%;
  }
  .responsive-layout .columns.xs-max-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.xs-max-5 > .column {
    width: 20%;
  }
  .responsive-layout .columns.xs-max-5 > .column.column-double {
    width: 40%;
  }
  .responsive-layout .columns.xs-max-6 > .column {
    width: 16.666%;
  }
  .responsive-layout .columns.xs-max-6 > .column.column-double {
    width: 33.332%;
  }
  .responsive-layout .xs-sm-visible,
  .responsive-layout .xs-md-visible,
  .responsive-layout .xs-lg-visible,
  .responsive-layout .xs-visible {
    display: none !important;
  }
  .responsive-layout.dev body:before {
    content: '[ xs-max ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: 'sourcesanspro-semibold', Arial, sans-serif;
    font-weight: bold;
  }
  .responsive-layout .present-preview {
    width: 140px;
    height: 140px;
    line-height: 132px;
  }
  .responsive-layout .advent-calendar-columns .column {
    width: 50%;
    height: 117px;
  }
  .responsive-layout .advent-calendar-columns .column-double {
    width: 100%;
    height: 117px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .responsive-layout .columns.xs-sm-1,
  .responsive-layout .columns.xs-sm-2,
  .responsive-layout .columns.xs-sm-3,
  .responsive-layout .columns.xs-sm-4,
  .responsive-layout .columns.xs-sm-5,
  .responsive-layout .columns.xs-sm-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .responsive-layout .columns.xs-sm-1 > [class^="column"],
  .responsive-layout .columns.xs-sm-2 > [class^="column"],
  .responsive-layout .columns.xs-sm-3 > [class^="column"],
  .responsive-layout .columns.xs-sm-4 > [class^="column"],
  .responsive-layout .columns.xs-sm-5 > [class^="column"],
  .responsive-layout .columns.xs-sm-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .responsive-layout .columns.xs-sm-1 > .column {
    width: 100%;
  }
  .responsive-layout .columns.xs-sm-1 > .column.column-double {
    width: 200%;
  }
  .responsive-layout .columns.xs-sm-2 > .column {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.xs-sm-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .responsive-layout .columns.xs-sm-3 > .column {
    width: 33.332%;
  }
  .responsive-layout .columns.xs-sm-3 > .column.column-double {
    width: 66.664%;
  }
  .responsive-layout .columns.xs-sm-4 > .column {
    width: 24.999000000000002%;
  }
  .responsive-layout .columns.xs-sm-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.xs-sm-5 > .column {
    width: 20%;
  }
  .responsive-layout .columns.xs-sm-5 > .column.column-double {
    width: 40%;
  }
  .responsive-layout .columns.xs-sm-6 > .column {
    width: 16.666%;
  }
  .responsive-layout .columns.xs-sm-6 > .column.column-double {
    width: 33.332%;
  }
  .responsive-layout.dev body:before {
    content: '[ xs-sm ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: 'sourcesanspro-semibold', Arial, sans-serif;
    font-weight: bold;
  }
  .responsive-layout .advent-calendar-columns .column {
    width: 33%;
    height: 117px;
  }
  .responsive-layout .advent-calendar-columns .column-double {
    width: 66%;
    height: 117px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-layout .columns.xs-md-1,
  .responsive-layout .columns.xs-md-2,
  .responsive-layout .columns.xs-md-3,
  .responsive-layout .columns.xs-md-4,
  .responsive-layout .columns.xs-md-5,
  .responsive-layout .columns.xs-md-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .responsive-layout .columns.xs-md-1 > [class^="column"],
  .responsive-layout .columns.xs-md-2 > [class^="column"],
  .responsive-layout .columns.xs-md-3 > [class^="column"],
  .responsive-layout .columns.xs-md-4 > [class^="column"],
  .responsive-layout .columns.xs-md-5 > [class^="column"],
  .responsive-layout .columns.xs-md-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .responsive-layout .columns.xs-md-1 > .column {
    width: 100%;
  }
  .responsive-layout .columns.xs-md-1 > .column.column-double {
    width: 200%;
  }
  .responsive-layout .columns.xs-md-2 > .column {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.xs-md-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .responsive-layout .columns.xs-md-3 > .column {
    width: 33.332%;
  }
  .responsive-layout .columns.xs-md-3 > .column.column-double {
    width: 66.664%;
  }
  .responsive-layout .columns.xs-md-4 > .column {
    width: 24.999000000000002%;
  }
  .responsive-layout .columns.xs-md-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.xs-md-5 > .column {
    width: 20%;
  }
  .responsive-layout .columns.xs-md-5 > .column.column-double {
    width: 40%;
  }
  .responsive-layout .columns.xs-md-6 > .column {
    width: 16.666%;
  }
  .responsive-layout .columns.xs-md-6 > .column.column-double {
    width: 33.332%;
  }
}
@media screen and (min-width: 480px) and (max-width: 989px) {
  .responsive-layout .columns.xs-lg-1,
  .responsive-layout .columns.xs-lg-2,
  .responsive-layout .columns.xs-lg-3,
  .responsive-layout .columns.xs-lg-4,
  .responsive-layout .columns.xs-lg-5,
  .responsive-layout .columns.xs-lg-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .responsive-layout .columns.xs-lg-1 > [class^="column"],
  .responsive-layout .columns.xs-lg-2 > [class^="column"],
  .responsive-layout .columns.xs-lg-3 > [class^="column"],
  .responsive-layout .columns.xs-lg-4 > [class^="column"],
  .responsive-layout .columns.xs-lg-5 > [class^="column"],
  .responsive-layout .columns.xs-lg-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .responsive-layout .columns.xs-lg-1 > .column {
    width: 100%;
  }
  .responsive-layout .columns.xs-lg-1 > .column.column-double {
    width: 200%;
  }
  .responsive-layout .columns.xs-lg-2 > .column {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.xs-lg-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .responsive-layout .columns.xs-lg-3 > .column {
    width: 33.332%;
  }
  .responsive-layout .columns.xs-lg-3 > .column.column-double {
    width: 66.664%;
  }
  .responsive-layout .columns.xs-lg-4 > .column {
    width: 24.999000000000002%;
  }
  .responsive-layout .columns.xs-lg-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.xs-lg-5 > .column {
    width: 20%;
  }
  .responsive-layout .columns.xs-lg-5 > .column.column-double {
    width: 40%;
  }
  .responsive-layout .columns.xs-lg-6 > .column {
    width: 16.666%;
  }
  .responsive-layout .columns.xs-lg-6 > .column.column-double {
    width: 33.332%;
  }
}
@media screen and (max-width: 639px) {
  .responsive-layout [class*="columns {type}-2"] > [class^="column"],
  .responsive-layout [class*="columns {type}-3"] > [class^="column"],
  .responsive-layout [class*="columns {type}-4"] > [class^="column"],
  .responsive-layout [class*="columns {type}-5"] > [class^="column"],
  .responsive-layout [class*="columns {type}-6"] > [class^="column"] {
    width: 100%;
  }
  .responsive-layout [class*="columns {type}-2"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-3"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-4"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-5"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-6"] > [class^="column"] + [class^="column"] {
    margin-top: 20px;
  }
  .responsive-layout [class*="columns {type}-2"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-3"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-4"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-5"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-6"] > [class^="column"] + [class^="column"].column-no-margin {
    margin-top: 0;
  }
  .responsive-layout .sm-lg-visible,
  .responsive-layout .sm-visible {
    display: none !important;
  }
  .responsive-layout header h1 {
    font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
  }
  .responsive-layout header h1 + p {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3%;
    padding-bottom: 13%;
  }
  .responsive-layout header .logo {
    width: 270px;
    height: 32px;
    background-position: -5px -220px;
  }
  .responsive-layout .stripe-free-space h2 {
    font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
  }
  .responsive-layout .stripe-presents h2 {
    font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
  }
  .responsive-layout .stripe-presents h2 + p {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3%;
    padding-bottom: 13%;
  }
  .responsive-layout .advent .bar {
    margin-bottom: 30px;
  }
  .responsive-layout .advent .logo {
    margin-bottom: 30px;
  }
  .responsive-layout .advent h1 + p {
    padding-bottom: 20px;
  }
  .responsive-layout table thead {
    display: none;
  }
  .responsive-layout table tbody,
  .responsive-layout table tr,
  .responsive-layout table th,
  .responsive-layout table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .responsive-layout table tr {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
  }
  .responsive-layout table [data-th]:before {
    content: attr(data-th);
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .responsive-layout table td:empty {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .responsive-layout .columns.sm-md-1,
  .responsive-layout .columns.sm-md-2,
  .responsive-layout .columns.sm-md-3,
  .responsive-layout .columns.sm-md-4,
  .responsive-layout .columns.sm-md-5,
  .responsive-layout .columns.sm-md-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .responsive-layout .columns.sm-md-1 > [class^="column"],
  .responsive-layout .columns.sm-md-2 > [class^="column"],
  .responsive-layout .columns.sm-md-3 > [class^="column"],
  .responsive-layout .columns.sm-md-4 > [class^="column"],
  .responsive-layout .columns.sm-md-5 > [class^="column"],
  .responsive-layout .columns.sm-md-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .responsive-layout .columns.sm-md-1 > .column {
    width: 100%;
  }
  .responsive-layout .columns.sm-md-1 > .column.column-double {
    width: 200%;
  }
  .responsive-layout .columns.sm-md-2 > .column {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.sm-md-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .responsive-layout .columns.sm-md-3 > .column {
    width: 33.332%;
  }
  .responsive-layout .columns.sm-md-3 > .column.column-double {
    width: 66.664%;
  }
  .responsive-layout .columns.sm-md-4 > .column {
    width: 24.999000000000002%;
  }
  .responsive-layout .columns.sm-md-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.sm-md-5 > .column {
    width: 20%;
  }
  .responsive-layout .columns.sm-md-5 > .column.column-double {
    width: 40%;
  }
  .responsive-layout .columns.sm-md-6 > .column {
    width: 16.666%;
  }
  .responsive-layout .columns.sm-md-6 > .column.column-double {
    width: 33.332%;
  }
  .responsive-layout.dev body:before {
    content: '[ sm-md ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: 'sourcesanspro-semibold', Arial, sans-serif;
    font-weight: bold;
  }
  .responsive-layout header h1 {
    font-size: 2em;
  }
  .responsive-layout .advent-calendar-columns .column {
    width: 25%;
    height: 117px;
  }
  .responsive-layout .advent-calendar-columns .column-double {
    width: 50%;
    height: 117px;
  }
}
@media screen and (min-width: 640px) and (max-width: 989px) {
  .responsive-layout .columns.sm-lg-1,
  .responsive-layout .columns.sm-lg-2,
  .responsive-layout .columns.sm-lg-3,
  .responsive-layout .columns.sm-lg-4,
  .responsive-layout .columns.sm-lg-5,
  .responsive-layout .columns.sm-lg-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .responsive-layout .columns.sm-lg-1 > [class^="column"],
  .responsive-layout .columns.sm-lg-2 > [class^="column"],
  .responsive-layout .columns.sm-lg-3 > [class^="column"],
  .responsive-layout .columns.sm-lg-4 > [class^="column"],
  .responsive-layout .columns.sm-lg-5 > [class^="column"],
  .responsive-layout .columns.sm-lg-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .responsive-layout .columns.sm-lg-1 > .column {
    width: 100%;
  }
  .responsive-layout .columns.sm-lg-1 > .column.column-double {
    width: 200%;
  }
  .responsive-layout .columns.sm-lg-2 > .column {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.sm-lg-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .responsive-layout .columns.sm-lg-3 > .column {
    width: 33.332%;
  }
  .responsive-layout .columns.sm-lg-3 > .column.column-double {
    width: 66.664%;
  }
  .responsive-layout .columns.sm-lg-4 > .column {
    width: 24.999000000000002%;
  }
  .responsive-layout .columns.sm-lg-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.sm-lg-5 > .column {
    width: 20%;
  }
  .responsive-layout .columns.sm-lg-5 > .column.column-double {
    width: 40%;
  }
  .responsive-layout .columns.sm-lg-6 > .column {
    width: 16.666%;
  }
  .responsive-layout .columns.sm-lg-6 > .column.column-double {
    width: 33.332%;
  }
}
@media screen and (max-width: 767px) {
  .responsive-layout [class*="columns {type}-2"] > [class^="column"],
  .responsive-layout [class*="columns {type}-3"] > [class^="column"],
  .responsive-layout [class*="columns {type}-4"] > [class^="column"],
  .responsive-layout [class*="columns {type}-5"] > [class^="column"],
  .responsive-layout [class*="columns {type}-6"] > [class^="column"] {
    width: 100%;
  }
  .responsive-layout [class*="columns {type}-2"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-3"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-4"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-5"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-6"] > [class^="column"] + [class^="column"] {
    margin-top: 20px;
  }
  .responsive-layout [class*="columns {type}-2"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-3"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-4"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-5"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-6"] > [class^="column"] + [class^="column"].column-no-margin {
    margin-top: 0;
  }
  .responsive-layout .md-visible {
    display: none !important;
  }
  .responsive-layout header .column {
    text-align: center;
  }
  .responsive-layout header .column + .column {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 989px) {
  .responsive-layout .columns.md-lg-1,
  .responsive-layout .columns.md-lg-2,
  .responsive-layout .columns.md-lg-3,
  .responsive-layout .columns.md-lg-4,
  .responsive-layout .columns.md-lg-5,
  .responsive-layout .columns.md-lg-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .responsive-layout .columns.md-lg-1 > [class^="column"],
  .responsive-layout .columns.md-lg-2 > [class^="column"],
  .responsive-layout .columns.md-lg-3 > [class^="column"],
  .responsive-layout .columns.md-lg-4 > [class^="column"],
  .responsive-layout .columns.md-lg-5 > [class^="column"],
  .responsive-layout .columns.md-lg-6 > [class^="column"] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .responsive-layout .columns.md-lg-1 > .column {
    width: 100%;
  }
  .responsive-layout .columns.md-lg-1 > .column.column-double {
    width: 200%;
  }
  .responsive-layout .columns.md-lg-2 > .column {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.md-lg-2 > .column.column-double {
    width: 99.99600000000001%;
  }
  .responsive-layout .columns.md-lg-3 > .column {
    width: 33.332%;
  }
  .responsive-layout .columns.md-lg-3 > .column.column-double {
    width: 66.664%;
  }
  .responsive-layout .columns.md-lg-4 > .column {
    width: 24.999000000000002%;
  }
  .responsive-layout .columns.md-lg-4 > .column.column-double {
    width: 49.998000000000005%;
  }
  .responsive-layout .columns.md-lg-5 > .column {
    width: 20%;
  }
  .responsive-layout .columns.md-lg-5 > .column.column-double {
    width: 40%;
  }
  .responsive-layout .columns.md-lg-6 > .column {
    width: 16.666%;
  }
  .responsive-layout .columns.md-lg-6 > .column.column-double {
    width: 33.332%;
  }
  .responsive-layout.dev body:before {
    content: '[ md-lg ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: 'sourcesanspro-semibold', Arial, sans-serif;
    font-weight: bold;
  }
  .responsive-layout .advent-calendar-columns .column {
    width: 20%;
    height: 117px;
  }
  .responsive-layout .advent-calendar-columns .column-double {
    width: 40%;
    height: 117px;
  }
}
@media screen and (max-width: 989px) {
  .responsive-layout [class*="columns {type}-2"] > [class^="column"],
  .responsive-layout [class*="columns {type}-3"] > [class^="column"],
  .responsive-layout [class*="columns {type}-4"] > [class^="column"],
  .responsive-layout [class*="columns {type}-5"] > [class^="column"],
  .responsive-layout [class*="columns {type}-6"] > [class^="column"] {
    width: 100%;
  }
  .responsive-layout [class*="columns {type}-2"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-3"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-4"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-5"] > [class^="column"] + [class^="column"],
  .responsive-layout [class*="columns {type}-6"] > [class^="column"] + [class^="column"] {
    margin-top: 20px;
  }
  .responsive-layout [class*="columns {type}-2"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-3"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-4"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-5"] > [class^="column"] + [class^="column"].column-no-margin,
  .responsive-layout [class*="columns {type}-6"] > [class^="column"] + [class^="column"].column-no-margin {
    margin-top: 0;
  }
  .responsive-layout .lg-visible {
    display: none !important;
  }
  .responsive-layout .column-downloads {
    text-align: center;
    height: auto !important;
  }
  .responsive-layout .column-calendar {
    background-size: cover;
    text-align: center;
    height: auto !important;
  }
  .responsive-layout .advent-calendar {
    padding: 32px 5px 0;
  }
  .responsive-layout .advent-calendar-columns {
    font-size: 0;
  }
  .responsive-layout .advent-calendar-columns .column {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 0 32px 0;
  }
  .responsive-layout .advent-calendar-columns .column-double .advent-calendar-day {
    width: 266px;
    height: 117px;
  }
  .responsive-layout .advent-calendar-columns .column-double .advent-calendar-day-inner {
    width: 266px;
    height: 117px;
  }
  .responsive-layout .advent-calendar-columns .column-double .advent-calendar-day-front {
    width: 266px;
    height: 117px;
  }
  .responsive-layout .advent-calendar-columns .column-double .advent-calendar-day-back {
    width: 266px;
    height: 117px;
  }
  .responsive-layout .advent-calendar-columns .column-double .advent-calendar-day-back-inner {
    width: 266px;
    height: 117px;
  }
  .responsive-layout .advent-calendar-day {
    -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
    width: 117px;
    height: 117px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
    margin: 0 auto;
  }
  .responsive-layout .advent-calendar-day-inner {
    perspective: 1000px;
    width: 117px;
    height: 117px;
  }
  .column-double .responsive-layout .advent-calendar-day-inner {
    width: 266px;
    height: 117px;
  }
  .responsive-layout .advent-calendar-day-front {
    width: 117px;
    height: 117px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 20;
    transform-origin: 100% 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .column-double .responsive-layout .advent-calendar-day-front {
    width: 266px;
    height: 117px;
  }
  .responsive-layout .advent-calendar-day-front span {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  .responsive-layout .advent-calendar-day-front:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .responsive-layout .advent-calendar-day-front:hover {
    -webkit-box-shadow: -4px 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: -4px 0 3px rgba(0,0,0,0.2);
    box-shadow: -4px 0 3px rgba(0,0,0,0.2);
  }
  .column-double .responsive-layout .advent-calendar-day-front:hover {
    -webkit-box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
    box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
  }
  .responsive-layout .advent-calendar-day-back {
    opacity: 0;
    width: 117px;
    height: 117px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .column-double .responsive-layout .advent-calendar-day-back {
    width: 266px;
    height: 117px;
  }
  .responsive-layout .advent-calendar-day-back-inner {
    text-align: center;
    width: 117px;
    height: 117px;
    line-height: 119px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.5s;
    -moz-transition: opacity 0.5s ease-in-out 0.5s;
    -o-transition: opacity 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out 0.5s;
  }
  .column-double .responsive-layout .advent-calendar-day-back-inner {
    width: 266px;
    height: 117px;
  }
  .responsive-layout .advent-calendar-day-back-inner > div {
    line-height: 1.2em;
    padding: 5% 15% 5% 5%;
  }
  .responsive-layout .advent-calendar-day-back-inner > div.bad-day {
    color: #d5d5d5;
    padding-top: 30px;
  }
  .responsive-layout .advent-calendar-day-back-inner > div.good-day {
    color: #d5d5d5;
    padding-top: 15px;
  }
  .responsive-layout .advent-calendar-day-back-inner > div.good-day .xxlarge {
    font-size: 50px;
    line-height: 1em;
    font-family: 'sourcesanspro-bold', Arial, sans-serif;
  }
  .responsive-layout .advent-calendar-day-back-inner img {
    max-width: 80%;
    max-height: 80%;
  }
  .responsive-layout .advent-calendar-day.open .advent-calendar-day-front {
    -webkit-box-shadow: -4px 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: -4px 0 3px rgba(0,0,0,0.2);
    box-shadow: -4px 0 3px rgba(0,0,0,0.2);
    opacity: 0;
  }
  .responsive-layout .advent-calendar-day.open .advent-calendar-day-front:after {
    opacity: 1;
  }
  .responsive-layout .advent-calendar-day.open .advent-calendar-day-front span {
    opacity: 0;
  }
  .column-double .responsive-layout .advent-calendar-day.open .advent-calendar-day-front {
    -webkit-box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
    box-shadow: 0 -4px 3px rgba(0,0,0,0.2);
  }
  .responsive-layout .advent-calendar-day.open .advent-calendar-day-back {
    opacity: 1;
    background: #fff;
  }
  .responsive-layout .advent-calendar-day.open .advent-calendar-day-back-inner {
    opacity: 1;
  }
}

.popup-payment .space {
    color: #ff7802;
    font-size: 75%;
}

.popup-payment .indented{
    padding: 0 100px;
}

.popup-payment .indented .column.align-left{
    width: 67%;
    padding-right: 0;
}

.popup-payment .indented .column.align-right{
    width: 33%;
    padding-left: 0;
}

.popup-prize .icon-facebook:before{
    top: 38%;
}

header .bar {
    margin-bottom: 0;
}