body {
  background-color: #F5F5F2;
  color: #3F4244;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}
h1 {
  font-weight: 100;
  line-height: 1.1em;
}
h2 {
  font-size: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  h2 {
    /* Retina-specific stuff here */
    font-weight: 100;
  }
}
p {
  font-size: 16px;
}
.hidden {
  display: none;
}
html.touchevents .hide-on-touch {
  display: none;
}
html.no-touchevents .hide-on-touch {
  display: inline;
}
textarea {
  font-size: 13px;
  line-height: 1em;
  min-height: 60px;
  padding: 2px;
  text-align: center;
  z-index: 50;
}
#introduction {
  background-color: #F5F5F2;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 1170px) {
  #introduction {
    margin-bottom: 10px;
  }
}
#introduction h1 {
  font-size: 36px;
}
@media (min-width: 1170px) {
  #introduction h1 {
    font-size: 48px;
  }
}
#introduction p {
  font-size: 19px;
  line-height: 1.25em;
}
@media (max-width: 1170px) {
  #introduction p {
    font-size: 16px;
  }
}
#cover-container {
  margin: 0;
}
#cover-container .cover-scroll {
  position: relative;
  overflow: auto;
}
#cover-container #cover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
  width: 647px;
  margin-top: 20px;
  margin-bottom: 100px;
}
.cover-wrapper {
  position: relative;
  max-width: 647px;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .explanation {
    float: left;
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.explanation .show-desktop-only {
  display: none;
}
@media (min-width: 1170px) {
  .explanation .show-desktop-only {
    display: inline;
  }
}
.explanation .explanation-icon {
  color: #F05552;
  font-size: 52px;
}
.explanation ol {
  padding: 0 0 0 20px;
  margin: 0;
}
.explanation ol li {
  line-height: 1.1em;
  margin-bottom: 7px;
}
.explanation .upload-photo-text-link {
  color: #3F4244;
  text-decoration: underline;
}
.text-edit-icon {
  color: #F05552;
  cursor: pointer;
  font-size: 36px;
  text-align: center;
  width: 48px;
  position: absolute;
  z-index: 20;
  bottom: 55px;
}
.text-edit-icon.textNodeLeft {
  left: 140px;
}
.text-edit-icon.textNodeMiddle {
  left: 308px;
}
.text-edit-icon.textNodeRight {
  left: 472px;
}
.text-edit-icon:hover {
  cursor: pointer;
  font-size: 42px;
}
@media (min-width: 1170px) {
  .cover-wrapper {
    width: 647px;
    margin: 0 auto;
  }
  .explanation {
    position: absolute;
    left: -220px;
    width: 210px;
    z-index: 10;
  }
  .upload-photo {
    top: 90px;
  }
  .upload-photo:after {
    background: url("../img/upload-photo-arrow.png");
    content: "";
    display: block;
    position: absolute;
    width: 215px;
    height: 31px;
    left: 133px;
  }
  .change-texts {
    top: 610px;
  }
  .change-texts:after {
    background: url("../img/text-pointing-lines.png");
    content: "";
    display: block;
    position: absolute;
    width: 617px;
    height: 39px;
    left: 95px;
    bottom: -50px;
  }
}
#share-and-win {
  background-color: #3F4244;
  color: #fff;
  padding: 40px 0 60px;
  text-align: center;
}
#share-and-win h1 {
  font-size: 36px;
}
@media (min-width: 1170px) {
  #share-and-win h1 {
    font-size: 48px;
  }
}
#share-and-win p {
  font-size: 16px;
}
@media (min-width: 1170px) {
  #share-and-win p {
    font-size: 19px;
  }
}
#share-and-win p a {
  color: #fff;
  text-decoration: underline;
}
#share-and-win p a:hover {
  color: rgba(255, 255, 255, 0.75);
}
#share-and-win .button {
  background: transparent;
  border: 1px solid rgba(245, 245, 242, 0.25);
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  padding-right: 9px;
  margin-bottom: 9px;
  margin-right: 5px;
}
#share-and-win .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
#share-and-win .button i {
  padding: 10px;
}
#share-and-win .button i.fab {
  text-align: center;
  width: 34px;
  margin-right: 10px;
}
#share-and-win .button i.fa-facebook-f {
  background-color: #3B5998;
}
#share-and-win .button i.fa-twitter {
  background-color: #1DA1F2;
}
#share-and-win .button i.fa-pinterest {
  background-color: #BD081C;
}
#share-and-win .button i.fa-instagram {
  background-image: linear-gradient(-143deg, #4E60D3 0%, #913BAF 21%, #D52D88 46%, #F26D4F 85%, #FDC76C 100%);
}
#coveractie {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#coveractie img {
  max-width: 100%;
  height: auto;
}
.button-big {
  background-color: #333;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  margin-bottom: 15px;
  padding: 6px;
  width: 100%;
}
.button-big:hover {
  color: #fff;
  text-decoration: none;
}
.button-big.btn-facebook-share-step2 {
  background-color: #3B5998;
}
.button-big.btn-facebook-share-step2:hover {
  background-color: #2d4373;
}
.button-big.btn-twitter-share-step2 {
  background-color: #1DA1F2;
}
.button-big.btn-twitter-share-step2:hover {
  background-color: #0c85d0;
}
.button-big.btn-pinterest-share-step2 {
  background-color: #BD081C;
}
.button-big.btn-pinterest-share-step2:hover {
  background-color: #8c0615;
}
.button-big i {
  padding: 10px;
}
.modal .jumbotron {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.modal .jumbotron img {
  height: auto;
  width: 100%;
}
#upload-form.hide-form {
  position: fixed;
  top: -1000px;
}
#progress-wrp {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 10%;
  top: 50%;
  width: 80%;
  overflow: hidden;
  z-index: 100;
  display: none;
}
@media (min-width: 1170px) {
  #progress-wrp {
    left: 20%;
    width: 60%;
  }
}
#progress-wrp .progress-bar {
  background-color: green;
  height: 25px;
}
#progress-wrp .loading-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 10px;
  text-shadow: 1px 1px 0px #008000;
  z-index: 110;
}
/* ==========================================================================
Cookie notice
========================================================================== */
.cookie {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10001;
  background: #F8F8F8 url(../img/m1nx5srr5scz.gif) 0 100% repeat-x !important;
  font-family: arial;
  font-size: 12px;
}
.cookie-body {
  width: 960px;
  margin: 0 auto;
}
.cookie-text {
  margin-top: 35px;
  width: 515px;
  float: left;
  font-size: 12px;
}
.cookie-img {
  float: left;
}
.cookie-btns {
  margin-top: 52px;
  margin-left: 20px;
  float: left;
}
.cookie-btn {
  font-size: 11px !important;
  border-radius: 5px;
  padding: 8px !important;
  float: none !important;
  position: static !important;
  margin: 0 !important;
  display: block !important;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold !important;
  text-decoration: none !important;
  width: 212px;
  color: #FFFFFF !important;
}
.cookie-accept {
  background: #9bdc02;
  background: -moz-linear-gradient(top, #9bdc02 0%, #57a725 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bdc02), color-stop(100%, #57a725));
  background: -webkit-linear-gradient(top, #9bdc02 0%, #57a725 100%);
  background: -o-linear-gradient(top, #9bdc02 0%, #57a725 100%);
  background: -ms-linear-gradient(top, #9bdc02 0%, #57a725 100%);
  background: linear-gradient(to bottom, #9bdc02 0%, #57a725 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bdc02', endColorstr='#57a725', GradientType=0);
  border: 1px solid #71a92b;
}
.cookie-accept:hover {
  color: #FFFFFF;
  background-color: #8bc94a !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbeb4a), to(#75b94a)) !important;
  background-image: -webkit-linear-gradient(top, #bbeb4a, #75b94a) !important;
  background-image: -moz-linear-gradient(top, #bbeb4a, #75b94a) !important;
  background-image: -o-linear-gradient(top, #bbeb4a, #75b94a) !important;
  background-image: linear-gradient(to bottom, #bbeb4a, #75b94a) !important;
}
.cookie-change {
  margin-top: 5px !important;
  background-color: #366bac !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#73a5d0), to(#366bac)) !important;
  background-image: -webkit-linear-gradient(top, #73a5d0, #366bac) !important;
  background-image: -moz-linear-gradient(top, #73a5d0, #366bac) !important;
  background-image: -ms-linear-gradient(top, #73a5d0 0%, #366bac 100%) !important;
  background-image: -o-linear-gradient(top, #73a5d0, #366bac) !important;
  background-image: linear-gradient(to bottom, #73a5d0, #366bac) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a5d0', endColorstr='#366bac', GradientType=0) !important;
  border: 1px solid #71a92b;
}
.cookie-change:hover {
  color: #FFFFFF;
  background-color: #4c76a9 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#87b0d2), to(#4c76a9)) !important;
  background-image: -webkit-linear-gradient(top, #87b0d2, #4c76a9) !important;
  background-image: -moz-linear-gradient(top, #87b0d2, #4c76a9) !important;
  background-image: -ms-linear-gradient(top, #87b0d2 0%, #4c76a9 100%) !important;
  background-image: -o-linear-gradient(top, #87b0d2, #4c76a9) !important;
  background-image: linear-gradient(to bottom, #87b0d2, #4c76a9) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b0d2', endColorstr='#4c76a9', GradientType=0) !important;
}
.cookie-links {
  padding: 0;
}
.cookie-privacy {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 20px !important;
  list-style-type: none !important;
  background: url(//bin.snmmd.nl/m/m1nx5sqrlfdz.png) 0 4px no-repeat !important;
  float: left;
}
.cookie-privacy-link {
  color: #191919 !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: normal !important;
  font-family: Arial !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}
.cookie-text-mobile {
  display: none;
}
.cookie-mobile-link {
  display: none;
}
@media (max-width: 992px) {
  .cookie-img {
    display: none;
  }
  .cookie-text {
    margin-left: 20px;
  }
}
@media (max-width: 770px) {
  .cookie {
    margin-top: 0;
  }
  .cookie-body {
    width: 100%;
  }
  .cookie-img {
    display: none;
  }
  .cookie-text {
    display: none;
  }
  .cookie-accept {
    width: 80px;
    float: right !important;
    font-size: 13px;
    font-weight: normal !important;
  }
  .cookie-change {
    display: none !important;
  }
  .cookie-text-mobile {
    font-size: 13px;
    width: 40%;
    display: block;
    float: left;
    margin-left: 20px;
  }
  .cookie-mobile-link {
    margin-top: 5px;
    font-size: 13px;
    font-family: Arial;
    color: #191919 !important;
    font-variant: normal !important;
    font-weight: normal !important;
    text-decoration: none;
    float: right;
    display: block;
  }
  .cookie-btns {
    width: 41%;
    margin-right: 10px;
    float: right;
    margin-top: 12px;
  }
  .cookie-links {
    display: none;
  }
}
/* ==========================================================================
Internet explorer 11
========================================================================== */
html.ie11 .explanation.change-texts {
  display: none !important;
}
html.ie11 .text-edit-icon {
  display: none !important;
}
html.ie11 .btn-download-image {
  display: none !important;
}
html.ie11 .btn-instagram-share {
  display: none !important;
}
