/*
Mozilla Styles.
*/
/**
 * Colors
 */
@import 'https://fonts.googleapis.com/css?family=Fira+Sans';
@font-face {
  font-family: 'WASKNEWBOLD';
  src: url("/build/public/fonts/WASKNEWBOLD.eot");
  src: url("/build/public/fonts/WASKNEWBOLD.eot") format("embedded-opentype"), url("/build/public/fonts/WASKNEWBOLD.woff2") format("woff2"), url("/build/public/fonts/WASKNEWBOLD.woff") format("woff"), url("/build/public/fonts/WASKNEWBOLD.ttf") format("truetype"), url("/build/public/fonts/WASKNEWBOLD.svg#WASKNEWBOLD") format("svg"); }

body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: 'Fira Sans', sans-serif; }

h1 {
  margin: 48px auto;
  font-family: 'WASKNEWBOLD', sans-serif;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  color: #eceded; }
  @media (max-width: 900px) {
    h1 {
      margin: 17px auto;
      font-size: 43px; } }

p {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  opacity: 0.75;
  margin: 35px 0; }
  @media (max-width: 900px) {
    p {
      font-size: 16px; } }

a {
  cursor: pointer;
  text-decoration: none; }
  a.yellow {
    color: #ffde00;
    text-decoration: underline; }
  a.grey {
    color: #e2e2db;
    text-decoration: underline; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.btn {
  border: 0;
  background: none;
  padding: 18px 30px;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-align: center;
  color: #1d2121;
  text-transform: uppercase;
  cursor: pointer; }
  .btn.btn-yellow {
    background: #ffeb67; }
  .btn.full {
    width: 100%; }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown .selection {
    cursor: pointer;
    margin-right: 25px; }
    .dropdown .selection span {
      display: inline-block;
      color: #ffffff;
      text-transform: uppercase; }
    .dropdown .selection .arrow {
      position: absolute;
      top: 5px;
      right: 0px;
      width: 19px;
      height: 11px;
      background: url("/build/public/img/arrow.svg"); }
  .dropdown .dropdown-menu {
    position: absolute;
    top: 32px;
    right: 0px;
    width: 140px;
    z-index: 9999;
    padding: 18px;
    background: #ffffff;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: scroll; }
    .dropdown .dropdown-menu div {
      display: block;
      color: #1d1d1d;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 2.43;
      cursor: pointer; }
      .dropdown .dropdown-menu div.active {
        background: url("/build/public/img/checkmark.svg") no-repeat;
        background-position: right; }

.form-group {
  margin: 0 auto 14px auto; }

input[type="text"],
input[type="password"],
select {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 18px;
  border: 0;
  height: 42px;
  border-radius: 0px;
  background: #f4f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  select::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  select:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  select:-moz-placeholder {
    /* Firefox 18- */
    color: #000000; }
  input[type="text"].transparent,
  input[type="password"].transparent,
  select.transparent {
    background: none;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: 0.2px;
    font-family: 'Fira Sans', sans-serif; }
    input[type="text"].transparent::-webkit-input-placeholder,
    input[type="password"].transparent::-webkit-input-placeholder,
    select.transparent::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #626262;
      font-family: 'Fira Sans', sans-serif; }
    input[type="text"].transparent::-moz-placeholder,
    input[type="password"].transparent::-moz-placeholder,
    select.transparent::-moz-placeholder {
      /* Firefox 19+ */
      color: #626262;
      font-family: 'Fira Sans', sans-serif; }
    input[type="text"].transparent:-ms-input-placeholder,
    input[type="password"].transparent:-ms-input-placeholder,
    select.transparent:-ms-input-placeholder {
      /* IE 10+ */
      color: #626262;
      font-family: 'Fira Sans', sans-serif; }
    input[type="text"].transparent:-moz-placeholder,
    input[type="password"].transparent:-moz-placeholder,
    select.transparent:-moz-placeholder {
      /* Firefox 18- */
      color: #626262;
      font-family: 'Fira Sans', sans-serif; }

select {
  -webkit-appearance: none; }

.postcard-goal {
  position: fixed;
  top: 112px;
  bottom: 109px;
  left: 70px;
  width: 200px; }
  @media (max-width: 900px) {
    .postcard-goal {
      display: none; } }
  .postcard-goal .sent, .postcard-goal .goal {
    position: absolute;
    font-size: 16px;
    color: #eceded;
    transform: rotate(-90deg);
    width: 100%;
    left: -125px; }
  .postcard-goal .sent {
    bottom: 90px; }
  .postcard-goal .goal {
    bottom: 100%; }
  .postcard-goal .bar {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15); }
    .postcard-goal .bar .complete {
      background: #ffde00;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 6px;
      height: 0%;
      border-radius: 8px;
      transition: height 1s ease-in; }

/*! angularjs-slider - v5.4.3 -
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> -
 https://github.com/angular-slider/angularjs-slider -
 2016-08-07 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rzslider.with-legend {
  margin-bottom: 40px; }

.rzslider[disabled] {
  cursor: not-allowed; }

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3; }

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap; }

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box; }

.rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move; }

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.rzslider .rz-pointer {
  top: -16px;
  z-index: 3;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: 2px solid #ffffff;
  background: #3e3e3e;
  outline: none;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px; }

.rzslider .rz-pointer:after {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 4px;
  height: 4px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: ''; }

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff; }

.rzslider .rz-pointer.rz-active {
  z-index: 4; }

.rzslider .rz-pointer.rz-active:after {
  background-color: #ffffff; }

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #ffffff;
  cursor: default; }

.rzslider .rz-bubble.rz-selection {
  top: 16px; }

.rzslider .rz-bubble.rz-limit {
  color: #55637d; }

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.rzslider .rz-ticks .rz-tick {
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%; }

.rzslider .rz-ticks .rz-tick.rz-selected {
  background: #0db9f0; }

.rzslider .rz-ticks .rz-tick .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0); }

.rzslider .rz-ticks .rz-tick .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0); }

.rzslider .rz-ticks.rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -40px; }

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline; }

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px; }

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%; }

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important; }

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px; }

.rzslider.rz-vertical .rz-bubble.rz-selection {
  top: auto;
  left: 16px !important; }

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
  padding: 11px 0;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.rzslider.rz-vertical .rz-ticks .rz-tick {
  vertical-align: middle; }

.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
  top: initial;
  left: 22px;
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-legend {
  top: initial;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-ticks.rz-ticks-values-under .rz-tick-value {
  right: 12px;
  bottom: initial;
  left: initial; }

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000; }
  .loading-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -110px; }

/*---------------------------------------------------------*/
/*  cropper styling begins here...
/*---------------------------------------------------------*/
div[data-imgcrop] {
  position: relative;
  display: inline-block; }

div[data-mask='true'] .crop-container {
  overflow: hidden;
  position: relative; }

.cropMain .crop-img {
  position: absolute; }

.cropMain .crop-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.grabcursor,
.cropMain .crop-overlay:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

.cropMain .crop-container {
  overflow: hidden; }

.cropMain .crop-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5999;
  /* this box shadow is the mask effect */
  box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.85); }

/*---------------------------------------------------------*/
/*  zoom slider: input[type="range"] styling
/*---------------------------------------------------------*/
div[data-imgcrop] input[type="range"] {
  position: absolute;
  bottom: -80px;
  width: 100%; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 11px 0; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px transparent, 0px 0px 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 10px;
  border: 0px solid #000101; }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 2px solid #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #4b4d4e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px transparent, 0px 0px 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 10px;
  border: 0px solid #000101; }

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 2px solid #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #4b4d4e;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border: 0px solid #000101;
  border-radius: 20px;
  box-shadow: 1px 1px 1px transparent, 0px 0px 1px rgba(13, 13, 13, 0); }

input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid #000101;
  border-radius: 20px;
  box-shadow: 1px 1px 1px transparent, 0px 0px 1px rgba(13, 13, 13, 0); }

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 2px solid #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #4b4d4e;
  cursor: pointer;
  height: 8px; }

input[type=range]:focus::-ms-fill-lower {
  background: #ffffff; }

input[type=range]:focus::-ms-fill-upper {
  background: #ffffff; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body, html {
  margin: 0;
  height: 100%; }

body {
  background: url("/build/public/img/bg.jpg") repeat; }

.page-wrap {
  min-height: 100%;
  margin-bottom: -73px; }
  @media (max-width: 900px) {
    .page-wrap {
      margin-bottom: -73px; } }

.page-wrap:after {
  content: "";
  display: block;
  height: 73px; }

.eyes {
  padding-top: 60px;
  text-align: center; }
  .eyes img {
    width: 106px;
    height: 25px; }
  @media (max-width: 900px) {
    .eyes {
      padding-top: 36px; } }

.wrapper {
  width: 700px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .wrapper {
      width: 300px; } }

.language-dropdown {
  position: absolute;
  top: 72px;
  right: 72px; }
  .language-dropdown.desktop {
    display: block; }
  .language-dropdown.mobile {
    display: none; }
  @media (max-width: 900px) {
    .language-dropdown {
      top: 35px;
      right: 35px; }
      .language-dropdown .dropdown .dropdown-menu {
        width: 70px; }
      .language-dropdown.desktop {
        display: none; }
      .language-dropdown.mobile {
        display: block; } }

.home {
  text-align: center;
  margin-top: 120px; }
  .home .logo {
    width: 647px; }
  .home .btn {
    display: inline-block;
    margin-top: 70px;
    background: #ffeb67;
    font-size: 18px; }
  .home p {
    width: 520px;
    margin: 30px auto; }
  @media (max-width: 900px) {
    .home {
      margin-top: 60px; }
      .home .logo {
        width: 100%;
        height: auto; }
      .home p {
        width: 100%;
        font-size: 16px; }
      .home .btn {
        margin-top: 16px; } }

.select-location .locations {
  text-align: center; }
  .select-location .locations a {
    display: inline-block;
    margin: 20px; }
    .select-location .locations a:hover img {
      opacity: 1; }
    .select-location .locations a img {
      display: block;
      opacity: 0.75;
      width: 251px;
      height: 324px; }
    .select-location .locations a span {
      display: inline-block;
      margin-top: 25px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1px;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase; }

@media (max-width: 900px) {
  .select-location p {
    font-size: 14px; }
  .select-location .locations {
    width: 100%;
    margin: 0 auto; }
    .select-location .locations img {
      width: 100%; }
    .select-location .locations a {
      margin-bottom: 30px; } }

.upload .wrapper {
  width: 590px; }

.upload .dropzone {
  position: relative;
  border: 1px dashed #626262;
  display: block;
  margin: 33px auto 93px auto;
  padding: 200px 0px;
  width: 80%;
  cursor: pointer; }

.upload input {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  opacity: 0;
  width: 100%;
  cursor: pointer; }

.upload p {
  margin: 0; }

.upload .yellow {
  color: #ffde00;
  text-decoration: underline; }

@media (max-width: 900px) {
  .upload .dropzone {
    width: 320px;
    height: 487px;
    padding: 157px 0;
    margin: 33px auto 0 auto; }
    .upload .dropzone .instructions {
      width: 100%; }
      .upload .dropzone .instructions h1 {
        font-size: 36px; } }

.crop {
  position: relative;
  text-align: center;
  margin-bottom: 40px; }
  .crop .wrapper {
    width: 575px; }
  .crop .locations {
    margin-bottom: 38px; }
    .crop .locations .location {
      display: inline-block;
      padding: 10px 0; }
      .crop .locations .location.active {
        border-bottom: 2px solid #ffde00; }
      .crop .locations .location span {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        color: #eceded; }
  .crop .crop-area {
    position: relative;
    width: 575px;
    height: 383px;
    margin: 2px auto;
    margin-bottom: 50px;
    overflow: hidden; }
    .crop .crop-area .panzoom {
      width: 575px;
      height: 383px;
      text-align: left; }
      body.mobile .crop .crop-area .panzoom {
        width: 100%;
        height: 0;
        padding-bottom: 66%; }
    body.mobile .crop .crop-area {
      width: 100%;
      height: 0;
      padding-bottom: 66%; }
    .crop .crop-area .default {
      -webkit-box-shadow: 10px 10px 10px 0px rgba(217, 217, 217, 0.25);
      -moz-box-shadow: 10px 10px 10px 0px rgba(217, 217, 217, 0.25);
      box-shadow: 10px 10px 10px 0px rgba(217, 217, 217, 0.25); }
    .crop .crop-area .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 575px;
      height: 383px;
      background-size: 575px 383px;
      background-repeat: no-repeat; }
      body.mobile .crop .crop-area .overlay {
        width: 100%;
        height: 0;
        padding-bottom: 66%;
        background-size: 100%; }
  .crop .overlay-selection {
    width: 575px;
    margin: 0 auto;
    padding-top: 60px; }
    body.mobile .crop .overlay-selection {
      width: 100%; }
    .crop .overlay-selection .overlay {
      display: inline-block;
      width: 150px;
      height: auto;
      margin-right: 30px;
      opacity: 0.7;
      margin-bottom: 60px; }
      .crop .overlay-selection .overlay:last-child {
        margin-right: 0; }
      .crop .overlay-selection .overlay.selected {
        opacity: 1; }
      .crop .overlay-selection .overlay img {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0; }
      body.mobile .crop .overlay-selection .overlay {
        width: 30%;
        margin-right: 5%; }
        body.mobile .crop .overlay-selection .overlay:last-child {
          margin-right: 0%; }
  @media (max-width: 900px) {
    .crop h1 {
      font-size: 36px; }
    .crop .wrapper {
      width: 100%;
      padding: 0 20px; }
    .crop .locations .location {
      padding: 5px 0; }
      .crop .locations .location span {
        font-size: 12px; }
    .crop .crop-area {
      width: 100%;
      height: 0;
      padding-bottom: 66%; }
      body.mobile .crop .crop-area {
        padding-bottom: 66%; }
    .crop .rzslider {
      margin: 0 0 15px 0; } }

.sign-petition .form-wrapper {
  width: 320px;
  margin: 33px auto; }
  .sign-petition .form-wrapper small {
    color: #9b9b9b;
    font-size: 10px; }
  .sign-petition .form-wrapper label {
    color: #9b9b9b;
    letter-spacing: 0.1px;
    font-size: 10px; }
  .sign-petition .form-wrapper a {
    color: #9b9b9b;
    text-decoration: underline; }

.share-postcard .logo {
  width: 383px;
  margin-bottom: 26px; }

.share-postcard .postcard {
  position: relative;
  margin-bottom: 46px; }
  .share-postcard .postcard .stamp {
    position: absolute;
    width: 124px;
    height: 124px;
    top: -20px;
    left: 0px; }
  .share-postcard .postcard .image {
    width: 550px;
    height: 366px;
    margin: 0 auto; }
    .share-postcard .postcard .image img {
      width: 100%;
      height: 100%; }

.share-postcard .message {
  opacity: 0.35;
  font-family: 'Fira Sans', sans-serif;
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px; }

.share-postcard .btn {
  display: inline-block;
  margin-bottom: 56px; }

.share-postcard .share-actions {
  margin-bottom: 60px; }
  .share-postcard .share-actions a.share {
    display: inline-block;
    margin: 0 8px; }
    .share-postcard .share-actions a.share img {
      display: block; }

@media (max-width: 900px) {
  .share-postcard .logo {
    width: 100%;
    height: auto; }
  .share-postcard .postcard .stamp {
    width: 80px;
    height: 80px;
    top: -30px;
    left: -27px; }
  .share-postcard .postcard .image {
    width: 100%;
    height: auto; }
  .share-postcard .postcard .btn {
    margin-bottom: 11px; }
  .share-postcard .share-actions {
    margin-bottom: 0px; } }

.permalink {
  margin-top: 39px; }

.mail-postcard .postcard {
  position: relative;
  margin-bottom: 46px; }
  .mail-postcard .postcard .back {
    width: 550px;
    height: 365px; }
    .mail-postcard .postcard .back img {
      width: 100%; }
  .mail-postcard .postcard .image {
    position: absolute;
    width: 309px;
    height: 206px;
    top: 113px;
    right: 55px;
    -webkit-box-shadow: 10px 10px 15px -8px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 15px -8px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 15px -8px rgba(0, 0, 0, 0.48); }
    .mail-postcard .postcard .image img {
      width: 100%;
      height: 100%; }

.mail-postcard .dropdown {
  position: relative; }
  .mail-postcard .dropdown .selection span {
    font-size: 24px;
    text-transform: none;
    line-height: 1.46;
    color: #ffffff; }
  .mail-postcard .dropdown .selection .arrow {
    top: 12px; }
  .mail-postcard .dropdown .dropdown-menu {
    left: auto;
    width: 300px; }
    .mail-postcard .dropdown .dropdown-menu div {
      text-align: left; }

.mail-postcard .btn {
  display: inline-block;
  margin: 40px auto; }

.mail-postcard a.grey {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1px; }

@media (max-width: 900px) {
  .mail-postcard .postcard {
    margin-top: 30px; }
    .mail-postcard .postcard .back {
      width: 100%;
      height: auto; }
      .mail-postcard .postcard .back img {
        width: 100%;
        height: auto; }
    .mail-postcard .postcard .image {
      width: 172px;
      height: auto;
      top: 56px;
      right: -52px;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .mail-postcard .btn {
    margin: 20px auto; }
  .mail-postcard .message {
    font-size: 18px; } }

footer {
  width: 100%;
  height: 73px;
  bottom: 0px;
  padding: 24px 34px;
  position: relative; }
  footer .companies {
    position: absolute;
    left: 34px; }
    footer .companies a {
      margin-right: 26px; }
  footer .about, footer .mobile-about {
    text-align: center; }
    footer .about a, footer .mobile-about a {
      font-size: 14px;
      letter-spacing: 0.1px;
      text-align: center;
      color: #ffffff;
      text-decoration: underline; }
  footer .mobile-about {
    display: none;
    margin-bottom: 20px; }
  footer .links {
    position: absolute;
    bottom: 24px;
    right: 34px; }
    footer .links a {
      margin-left: 26px; }
      footer .links a img {
        display: inline-block;
        margin-right: 10px; }
      footer .links a span {
        opacity: 0.4;
        color: #ffffff; }
  @media (max-width: 900px) {
    footer {
      padding: 25px 21px; }
      footer .about {
        display: none; }
      footer .mobile-about {
        display: block; }
      footer .companies {
        display: inline-block;
        position: relative;
        left: auto;
        width: 48%; }
        footer .companies a {
          margin-right: 13px; }
          footer .companies a img {
            height: 10px; }
      footer .links {
        display: inline-block;
        position: relative;
        right: auto;
        bottom: 3px;
        text-align: right;
        width: 50%; }
        footer .links a {
          font-size: 10px;
          margin-left: 8px; }
          footer .links a img {
            height: 8px;
            margin-right: 0px; } }
