﻿/*@import url("//hello.myfonts.net/count/31e23d");
@font-face {font-family: 'BrushUpToo';src: url('webfonts/31E23D_0_0.eot?v=20170206v2');src: url('webfonts/31E23D_0_0.eot?#iefix&v=20170206v2') format('embedded-opentype'),url('webfonts/31E23D_0_0.woff2?v=20170206v2') format('woff2'),url('webfonts/31E23D_0_0.woff?v=20170206v2') format('woff'),url('webfonts/31E23D_0_0.ttf?v=20170206v2') format('truetype');}*/
/*@serlaFont: 'BrushUpToo',sans-serif;*/
.underline {
  border-bottom: 2px solid #d0006f;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
body {
  font-family: Open Sans, sans-serif;
  width: 100%;
  height: 100%;
  counter-reset: item;
}
.container-fluid {
  width: 1200px;
  max-width: 100%;
}
.container-fluid #uwebshopbasket,
.container-fluid .form-horizontal {
  margin-top: 2em;
}
.wrapper {
  min-height: calc(100vh - 284px);
  overflow: hidden;
}
/* Vertical align for bootstrap columns */
@media only screen and (min-height: 768px) {
  .vertical-align {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .vertical-align > [class^="col-"],
  .vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
  }
  .vertical-align > [class^="col-"] > div,
  .vertical-align > [class*=" col-"] > div {
    width: 100%;
  }
}
/* Global headline styles */
h1,
h2,
h3,
h4 {
  font-weight: 900;
}
h1 {
  font-size: 7em;
  font-family: 'proxima-soft', sans-serif;
  color: #FFF;
}
h2 {
  font-size: 5em;
}
p {
  font-size: 1em;
}
.thin {
  font-size: 1.4em;
  font-weight: 300;
}
img {
  max-width: 100%;
}
ol.serlanumbers {
  list-style-type: none;
  padding-left: 0;
}
ol.serlanumbers li {
  counter-increment: item;
  margin-bottom: 15px;
  position: relative;
  padding-left: 75px;
  padding-top: 5px;
  min-height: 55px;
  font-size: 1.2em;
}
ol.serlanumbers li:before {
  margin-right: 20px;
  content: counter(item) '.';
  background: #fff;
  border-radius: 100%;
  color: #00B0EE;
  font-weight: 700;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 2em;
  text-align: center;
  font-family: 'proxima-soft', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.heading-small {
  color: inherit;
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  margin-bottom: 10px;
}
.serla-font {
  font-family: 'proxima-soft', sans-serif;
  font-weight: normal;
  color: #d0006f;
}
.serla-font-green {
  font-family: 'proxima-soft', sans-serif;
  font-weight: normal;
  color: #95c23d;
}
.serla-font-white {
  font-family: 'proxima-soft', sans-serif;
  font-weight: normal;
  color: #FFF;
}
.section {
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.three-content-areas {
  width: 100%;
}
.three-content-areas .content-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 380px;
  padding: 10px 20px;
  margin: auto;
}
.three-content-areas .main-content {
  position: relative;
  width: 50%;
  display: inline-block;
  padding-bottom: 32%;
  float: left;
}
.three-content-areas .main-content .content-area {
  text-align: left;
  padding: 20px;
  width: 90%;
}
.three-content-areas .additional-content {
  position: relative;
  width: 50%;
  display: inline-block;
  padding-bottom: 16%;
  float: right;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.three-content-areas:after {
  content: '';
  padding-bottom: 100%;
}
@media only screen and (max-width: 1200px) {
  .three-content-areas .additional-content .content-area {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .three-content-areas .additional-content .content-area {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .three-content-areas .main-content,
  .three-content-areas .additional-content {
    font-size: 16px;
    width: 100%;
    float: none;
    padding-bottom: 0;
    display: block;
  }
  .three-content-areas .main-content .content-area,
  .three-content-areas .additional-content .content-area {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    padding: 20px;
  }
}
.brand-section {
  padding: 100px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
.brand-section h1 {
  font-size: 5em;
  font-family: 'proxima-soft', sans-serif;
}
.brand-section h2 {
  font-size: 4.8em;
  font-family: 'proxima-soft', sans-serif;
}
.brand-section p {
  font-size: 1.2em;
  margin: 20px 0 10px 0;
}
.brand-section p strong {
  font-size: 1.2em;
}
.brand-section p a {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}
.brand-section p a:hover,
.brand-section p a:focus,
.brand-section p a:active {
  text-decoration: none;
}
.brand-section p.thin {
  font-size: 1.6em;
  margin: 40px 0;
}
.brand-section.dashed .container-fluid .col-md-7:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url('images/line-second.png');
  top: 95%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 120%;
  right: 40%;
  height: 15em;
  z-index: 10;
}
.brand-section.dashed .container-fluid .col-md-7.col-md-pull-5:after {
  right: -33%;
}
.brand-section.dashed .container-fluid .col-md-7:nth-child(2n+1):after {
  right: -50%;
  background-image: url('images/line-top.png');
  width: 75%;
}
.brand-section.dashed:first-child .container-fluid .col-md-7:first-child:after {
  display: block;
  content: "";
  position: absolute;
  background: url('images/line-top.png');
  top: 80%;
  bottom: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 66%;
  height: 15em;
  right: 20%;
}
.brand-section:last-child .container-fluid .col-md-7:after {
  background: none;
}
.brand-hilight-section {
  background-color: #f7f7f2;
  padding: 6em 4em;
}
.brand-hilight-section h3 {
  margin: 0;
  color: #95c11f;
  font-size: 2em;
}
.brand-hilight-section p {
  font-size: 1.2em;
}
/* Brand sections 2018 */
.brand-page-top-2018 {
  padding-bottom: 100px;
}
.brand-page-top-2018 .brandheaderimage {
  background-color: #b7ce95;
  text-align: center;
}
.brand-page-top-2018 .brandheaderimage .headerimage {
  margin-bottom: -87px;
}
@media only screen and (max-width: 882px) {
  .brand-page-top-2018 .brandheaderimage .headerimage {
    margin-bottom: -10%;
  }
}
.brand-page-top-2018 .brand-main {
  padding-top: 87px;
}
.brand-page-top-2018 .brand-main h1 {
  color: #95c11f;
  font-size: 4em;
}
.brand-page-top-2018 .brand-main h2 {
  color: #95c11f;
  font-size: 2em;
}
.brand-page-top-2018 .brand-main h3 {
  color: #95c11f;
}
.brand-page-top-2018 .brand-main p {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-bottom: 1.5em;
}
.brand-page-top-2018 .brand-main a {
  border: 1px solid #95c11f;
  padding: 0.2em 1.5em;
  border-radius: 50em;
  text-transform: uppercase;
  font-weight: 700;
  color: #95c11f;
  background-color: #fff;
}
.brand-page-top-2018 .brand-main a:hover,
.brand-page-top-2018 .brand-main a:focus {
  background-color: #95c11f;
  color: #fff;
}
.brand-page-top-2018 .brand-main ul li {
  line-height: 2.6;
}
.brand-page-top-2018 .downloadable-content {
  position: relative;
  text-align: center;
  margin-top: 2em;
}
.brand-page-top-2018 .downloadable-content .downloadable-image {
  text-align: center;
}
.brand-page-top-2018 .downloadable-content .downloadable-image img {
  max-height: 300px;
}
.brand-page-top-2018 .downloadable-content .downloadable-text {
  padding-top: 4em;
  padding-bottom: 3em;
}
@media only screen and (min-width: 768px) {
  .brand-page-top-2018 .downloadable-content {
    text-align: left;
    margin-top: 0;
  }
  .brand-page-top-2018 .downloadable-content .downloadable-description {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .brand-page-top-2018 .downloadable-content .downloadable-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .brand-page-top-2018 .downloadable-content .downloadable-link {
    position: absolute;
    bottom: 0;
  }
}
.brand-page-section-2018 {
  padding-top: 100px;
  color: #fff;
  position: relative;
}
.brand-page-section-2018 h3 {
  font-size: 4.2em;
}
.brand-page-section-2018 p {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-bottom: 1.5em;
}
.brand-page-section-2018 .brandicon {
  max-width: 200px;
}
.brand-page-section-2018 .container-fluid {
  width: 1000px;
}
@media only screen and (max-width: 544px) {
  .brand-page-section-2018 h3 {
    font-size: 3em;
  }
  .brand-page-section-2018 p {
    font-size: 1em;
  }
}
.brand-page-section-2018.basicimageright {
  padding-bottom: 100px;
}
.brand-page-section-2018.basicimageright .textholder {
  padding: 3em 1em 2em;
}
.brand-page-section-2018.basicimageright .imageholder img {
  transform: translateY(-4em);
}
@media only screen and (max-width: 768px) {
  .brand-page-section-2018.basicimageright .imageholder img {
    transform: translateY(0);
  }
}
.brand-page-section-2018.basicimagebottom .imageholder {
  margin-top: 100px;
  max-height: 400px;
}
.brand-page-section-2018.basicimagebottom .imageholder img {
  width: 100%;
  height: auto;
}
.brand-page-section-2018.twocolor {
  padding-bottom: 100px;
}
.brand-page-section-2018.twocolor .container-fluid {
  position: relative;
  z-index: 10;
}
.brand-page-section-2018.twocolor .details {
  padding: 0 5em;
}
.brand-page-section-2018.twocolor:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  background-color: #73a6a9;
}
@media only screen and (max-width: 768px) {
  .brand-page-section-2018.twocolor {
    padding-bottom: 0;
  }
  .brand-page-section-2018.twocolor .heading {
    padding-bottom: 3em;
  }
  .brand-page-section-2018.twocolor .details {
    padding: 5em 15px 100px;
    background-color: #73a6a9;
  }
  .brand-page-section-2018.twocolor:after {
    display: none;
  }
}
.brand-page-section-2018.expandable.expand-active {
  margin-bottom: -4em;
}
.brand-page-section-2018.expandable .main-area > .row {
  padding-bottom: 4em;
}
.brand-page-section-2018.expandable .expandable-content {
  display: none;
  padding: 50px 0;
  background-color: #91bcc8;
}
.brand-page-section-2018.expandable .expandable-content .title {
  font-size: 2em;
}
.brand-page-section-2018.expandable .textholder {
  padding: 3em 1em 2em;
}
.brand-page-section-2018.expandable .expand-button-container {
  position: relative;
}
.brand-page-section-2018.expandable .expand-button-container .expand-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 60;
  transform: translateY(50%);
}
.brand-page-section-2018.expandable .expand-button-container .expand-button .less {
  display: none;
}
.brand-page-section-2018.expandable .expand-button-container .expand-button.active .less {
  display: block;
}
.brand-page-section-2018.expandable .expand-button-container .expand-button.active .more {
  display: none;
}
.brand-page-section-2018.expandable .secondary-area {
  transition: 0.4s;
}
.brand-page-section-2018.expandable .secondary-area .secondaryimage {
  padding: 5em 0 1em;
}
.brand-page-section-2018.expandable .secondary-area .secondaryimage img,
.brand-page-section-2018.expandable .secondary-area .secondaryimage .secondaryimage-description {
  padding: 0.5em;
}
.brand-page-section-2018.expandable .secondary-area .secondaryimage .secondaryimage-description {
  opacity: 0;
  transition: 0.4s;
}
.brand-page-section-2018.expandable .secondary-area .secondaryimage .secondaryimage-description.active {
  opacity: 1;
}
.brand-page-section-2018.expandable .expandable-content.active + .secondary-area {
  transform: translateY(-4em);
}
.brand-page-section-2018.topheading3contentareas .heading {
  padding-bottom: 50px;
  text-align: center;
}
.brand-page-section-2018.topheading3contentareas .three-content-areas .main-content {
  background-color: #f7f7f6;
  color: #000;
  padding-bottom: 80%;
}
.brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content {
  padding-bottom: 40%;
}
.brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content .content-area {
  padding: 0.5em;
  text-align: left;
  max-width: 90%;
  width: 500px;
}
.brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content .content-area p {
  margin: 0;
}
.brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content .content-area img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}
.brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content.mainimage {
  background-color: #c4dcd4;
}
.brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content.secondaryimage-description {
  background-color: #96c147;
}
.brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content.secondaryimage-description .content-area {
  font-size: 1.2em;
  font-style: italic;
}
@media only screen and (min-width: 1200px) {
  .brand-page-section-2018.topheading3contentareas .three-content-areas .main-content {
    padding-bottom: 800px;
  }
  .brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content {
    padding-bottom: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .brand-page-section-2018.topheading3contentareas .three-content-areas .main-content,
  .brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content {
    padding-bottom: 0;
  }
  .brand-page-section-2018.topheading3contentareas .three-content-areas .main-content .content-area,
  .brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content .content-area {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    padding: 1em;
  }
  .brand-page-section-2018.topheading3contentareas .three-content-areas .main-content.secondaryimage-description .content-area,
  .brand-page-section-2018.topheading3contentareas .three-content-areas .additional-content.secondaryimage-description .content-area {
    padding: 2em 1em;
  }
}
.brand-page-bottom-2018 h2 {
  font-size: 4.5em;
  color: #95c11f;
}
.brand-page-bottom-2018 h3 {
  font-size: 2.5em;
  color: #95c11f;
  margin-top: 2em;
}
.brand-page-bottom-2018 p {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-bottom: 1.5em;
}
.brand-page-bottom-2018 .branddescription {
  padding: 8em 1em 4em;
}
.myths-about-recycling {
  margin-top: 2em;
  /* two items */
  /* three items */
  /* four items */
}
.myths-about-recycling .area {
  display: inline-block;
  float: left;
  padding: 3em 2em;
}
.myths-about-recycling .area .title {
  font-weight: 900;
}
.myths-about-recycling .area:first-child:nth-last-child(1) {
  /* -or- .area:only-child { */
  width: 100%;
}
.myths-about-recycling .area:first-child:nth-last-child(2),
.myths-about-recycling .area:first-child:nth-last-child(2) ~ .area {
  width: 50%;
}
.myths-about-recycling .area:first-child:nth-last-child(3),
.myths-about-recycling .area:first-child:nth-last-child(3) ~ .area {
  width: 33.3333%;
}
.myths-about-recycling .area:first-child:nth-last-child(4),
.myths-about-recycling .area:first-child:nth-last-child(4) ~ .area {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .myths-about-recycling .area {
    width: 100% !important;
  }
}
.section-gray {
  background-color: #DCDCDC;
  color: #000;
}
.section-green {
  background-color: #006442;
  color: #fff;
}
.section-lightgreen {
  background-color: #94C221;
  color: #fff;
}
.section-blue {
  background-color: #00B0EE;
  color: #fff;
}
.section-lightblue {
  background-color: #1BBEE6;
  color: #fff;
}
.section-purple {
  background-color: #61368A;
  color: #fff;
}
.section-white {
  background-color: #fff;
  color: #000;
}
.input-group .form-control {
  border-radius: 0;
}
.input-group .btn {
  border-radius: 0;
  border-left: none;
}
footer {
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background: -webkit-linear-gradient(top, #eee, #fff);
  background: -moz-linear-gradient(top, #eee, #fff);
  background: -ms-linear-gradient(top, #eee, #fff);
  background: -o-linear-gradient(top, #eee, #fff);
  padding: 20px 0 20px 0;
}
footer .lower {
  margin-top: 2em;
}
footer .lower a,
footer .lower span {
  color: #808080;
  font-size: 0.9em;
  margin: 0.5em;
}
footer .footer-logo {
  margin-top: 10px;
  width: 150px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 75px;
  max-width: 100%;
  background-image: url('images/serla-logo.png');
  display: block;
}
footer .footer-nav-bar .footeroptions-serla {
  font-size: 18px;
  font-weight: 400;
  margin: 3% auto;
  width: 100%;
}
footer .footer-nav-bar .footeroptions-serla li a {
  color: #000;
  padding: 10px 0;
  text-align: left;
}
footer .footer-nav-bar .footeroptions-serla li a:hover,
footer .footer-nav-bar .footeroptions-serla li a:focus,
footer .footer-nav-bar .footeroptions-serla li a.active {
  color: #000;
  text-decoration: none;
}
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(3),
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(3) ~ li {
  width: 32%;
}
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(4),
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(5),
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(6),
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(6) ~ li {
  width: 16.66%;
}
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(7),
footer .footer-nav-bar .footeroptions-serla > li:first-child:nth-last-child(7) ~ li {
  width: 14%;
}
footer .footer-nav-bar .footeroptions-serla .footer-subnavigation {
  padding-left: 0;
  list-style: none;
}
footer .footer-nav-bar .footeroptions-serla .footer-subnavigation > li {
  text-indent: 0em;
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
footer .footer-nav-bar .footeroptions-serla .footer-subnavigation > li > a {
  padding: 0;
  font-size: 0.9em;
  color: #b2b2b2;
}
footer .footer-nav-bar .footeroptions-serla .footer-subnavigation > li > a:hover {
  color: #666;
}
footer .footer-socialmedia-container {
  text-align: right;
  margin-top: 10px;
}
footer .footer-socialmedia-container .social-media {
  display: inline-block;
  text-align: left;
  margin-top: 3%;
}
footer .footer-socialmedia-container .social-title {
  font-size: 18px;
  color: #000;
  padding: 10px 5px;
}
footer .footer-socialmedia-container .social-icon {
  width: 40px;
  height: 40px;
  margin: 5px;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 50em;
}
footer .footer-socialmedia-container .social-icon.fb {
  background-image: url('/css/images/some-facebook-b.png');
}
footer .footer-socialmedia-container .social-icon.insta {
  background-image: url('/css/images/some-instragram-b.png');
}
footer .footer-socialmedia-container .social-icon.tube {
  background-image: url('/css/images/some-youtube-b.png');
}
footer .spacer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
footer .about-us {
  padding-top: 3%;
  padding-bottom: 3%;
}
footer b {
  color: white;
}
footer p {
  font-size: 1.2em;
  color: white;
}
@media only screen and (max-width: 992px) {
  footer {
    text-align: center;
  }
  footer .footer-socialmedia-container:before {
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    left: 0;
  }
}
.button {
  color: white;
  background: #d72684;
  background: -webkit-linear-gradient(#d72684, #d00270);
  background: -o-linear-gradient(#d72684, #d00270);
  background: -moz-linear-gradient(#d72684, #d00270);
  background: linear-gradient(#d72684, #d00270);
  display: inline-block;
  border-radius: 2px;
  padding: 0.85em 1.85em 0.85em 1.85em;
  text-decoration: none;
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: none;
}
.button:hover,
.button:focus,
.button:active {
  background: #d72684;
  background: -webkit-linear-gradient(#d00270, #d72684);
  background: -o-linear-gradient(#d00270, #d72684);
  background: -moz-linear-gradient(#d00270, #d72684);
  background: linear-gradient(#d00270, #d72684);
  color: white;
  text-decoration: none;
}
.button.cta {
  position: relative;
  display: inline-block;
  font-weight: 900;
}
.button.cta::after {
  content: '\00BB';
  margin-left: 0.25em;
  float: right;
  margin-top: -0.1em;
}
.button.white {
  background: white;
  color: black;
  text-transform: uppercase;
  border-radius: 50em;
  font-weight: 900;
}
.button.green {
  background: #95c11f;
  color: white;
  text-transform: uppercase;
  border-radius: 50em;
  font-weight: 900;
  padding: 0.6em 3em;
}
.button-facebook {
  width: auto;
  background: #4963A0;
  border: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.button-facebook .flogo {
  padding: 0.65em 0.35em 0.25em 0.35em;
  display: inline-block;
  background: #4963A0;
  font-weight: normal;
  float: left;
  border-right: 1px solid white;
}
.button-facebook .title {
  padding: 1em 0.4em 0em 0.4em;
  background: #4963A0;
  display: inline-block;
  color: #fff;
  text-transform: none;
  text-align: center;
}
.button-facebook:hover,
.button-facebook:focus,
.button-facebook:active {
  background: #3b5998;
}
.button-facebook:hover .flogo,
.button-facebook:focus .flogo,
.button-facebook:active .flogo {
  background: #3b5998;
}
.button-facebook:hover .title,
.button-facebook:focus .title,
.button-facebook:active .title {
  background: #3b5998;
}
.button-twitter {
  background: #1DA1F2;
}
.button-twitter .flogo {
  background: #1DA1F2;
}
.button-twitter .title {
  background: #1DA1F2;
}
.button-twitter:hover,
.button-twitter:focus,
.button-twitter:active {
  background: #2795e9;
}
.button-twitter:hover .flogo,
.button-twitter:focus .flogo,
.button-twitter:active .flogo {
  background: #2795e9;
}
.button-twitter:hover .title,
.button-twitter:focus .title,
.button-twitter:active .title {
  background: #2795e9;
}
.button-instagram {
  background: #3f729b;
}
.button-instagram .flogo {
  background: #3f729b;
}
.button-instagram .title {
  background: #3f729b;
}
.button-instagram:hover,
.button-instagram:focus,
.button-instagram:active {
  background: #305777;
}
.button-instagram:hover .flogo,
.button-instagram:focus .flogo,
.button-instagram:active .flogo {
  background: #305777;
}
.button-instagram:hover .title,
.button-instagram:focus .title,
.button-instagram:active .title {
  background: #305777;
}
.button-register {
  padding: 1em 1.85em 1em 1.85em;
  outline: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0.4em;
}
.button-register[disabled] {
  background: #aaa;
}
.form-horizontal .button-facebook {
  width: auto;
}
.header-area {
  padding: 3em 3em;
}
.profile-expiringpoints {
  padding-top: 3em;
}
/* Serla icons*/
.serla-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  background-image: url("/css/images/serla-clock.png");
  background-position: center center;
  background-repeat: no-repeat;
  /* Default size */
  background-size: 32px;
  height: 32px;
  width: 32px;
  line-height: 1px;
  /* Icons */
  /* Icon sizes */
}
.serla-icon.serla-icon.icon-play {
  background-image: url("/css/images/frontpage-play.png");
}
.serla-icon.serla-icon.icon-clock {
  background-image: url("/css/images/serla-clock.png");
}
.serla-icon.serla-icon.icon-exclamation-mark {
  background-image: url("/css/images/liftup-news-item.png");
}
.serla-icon.serla-icon.icon-calendar {
  background-image: url("/css/images/liftup-event.png");
}
.serla-icon.serla-icon.icon-contact-send {
  background-image: url("/css/images/contactform-send.png");
}
.serla-icon.serla-icon.icon-shopping-cart {
  background-image: url("/css/images/shopping_cart_2018.png");
}
.serla-icon.serla-icon.icon-shopping-cart-black {
  background-image: url("/css/images/shopping-cart-black.png");
}
.serla-icon.serla-icon.icon-facebook {
  background-image: url("/css/images/fb-logo.png");
}
.serla-icon.serla-icon.icon-twitter {
  background-image: url("/css/images/twitter-logo.png");
}
.serla-icon.serla-icon.icon-instagram {
  background-image: url("/css/images/instagram-logo.png");
}
.serla-icon.serla-icon.icon-environment {
  background-image: url("/css/images/icon-product-enviroment.png");
}
.serla-icon.serla-icon.icon-recyclable {
  background-image: url("/css/images/icon-product-recycle.png");
}
.serla-icon.serla-icon.icon-bathroom {
  background-image: url("/css/images/icon-bathroom.png");
}
.serla-icon.serla-icon.icon-joutsen {
  background-image: url("/css/images/Joutsenmerkki.png");
}
.serla-icon.serla-icon.icon-fb {
  background-image: url('/css/images/icon-fb.png');
}
.serla-icon.serla-icon.icon-insta {
  background-image: url('/css/images/icon-insta.png');
}
.serla-icon.serla-icon.icon-tube {
  background-image: url('/css/images/icon-youtube.png');
}
.serla-icon.small {
  background-size: 16px;
  height: 16px;
  width: 16px;
  line-height: 16px;
}
.serla-icon.semi-small {
  background-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.serla-icon.normal {
  background-size: 32px;
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.serla-icon.semi-medium {
  background-size: 45px;
  height: 45px;
  width: 45px;
  line-height: 45px;
}
.serla-icon.medium {
  background-size: 62px;
  height: 62px;
  width: 62px;
  line-height: 62px;
}
.serla-icon.large {
  background-size: 128px;
  height: 128px;
  width: 128px;
  line-height: 128px;
}
/* Rewards */
/* Latest rewards widget */
.latest-rewards {
  margin-top: 30px;
}
.latest-rewards h2,
.latest-rewards h2 .heading-small,
.latest-rewards h2 .serla-font {
  font-weight: 700;
  color: #5c06a0;
}
.latest-rewards .rewards-bottom {
  margin-top: 40px;
  margin-bottom: 100px;
}
.latest-rewards .reward {
  border: solid;
  border-width: 1px;
  border-color: gainsboro;
  margin: 10px auto;
  background: white;
  position: relative;
  z-index: 90;
  border-radius: 4px;
}
.latest-rewards .reward .img {
  padding: 50%;
  background-size: cover;
  background-position: center;
}
.latest-rewards .reward img {
  width: 100%;
}
.latest-rewards .reward .ribbon-wrapper {
  width: 95px;
  height: 98px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
}
.latest-rewards .reward .ribbon {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  float: right;
  padding: 7px 0;
  right: -7px;
  top: 16px;
  width: 140px;
  background-color: #d72684;
  color: white;
}
.latest-rewards .reward .ribbon:before,
.latest-rewards .reward .ribbon:after {
  content: "";
  position: absolute;
  bottom: -3px;
}
.latest-rewards .reward .ribbon:before {
  left: 0;
}
.latest-rewards .reward h4 {
  padding: 10px;
  margin: 0;
  padding-top: 16px;
  border-top: solid;
  border-width: 1px;
  border-color: gainsboro;
  width: 100%;
  color: black;
  font-family: 'Open Sans', sans-serif;
}
.latest-rewards .reward h4 a {
  color: black;
  font-family: 'Open Sans', sans-serif;
}
.latest-rewards .reward .button {
  font-size: medium;
  font-weight: normal;
  display: inline-block;
  margin: 10px auto;
  position: relative;
  padding: 0.45em 1.15em 0.45em 1.15em;
}
.latest-rewards .button {
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
}
/* Frontpage */
/* Carousel */
.serla-carousel .container-fluid {
  padding-bottom: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serla-carousel .container-fluid .carousel-caption {
  position: relative;
  padding: 4% 0;
}
.serla-carousel .item {
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.serla-carousel .item img {
  width: 100%;
}
.serla-carousel .item.clicked .text-content {
  display: none;
}
.serla-carousel .item.clicked .video {
  display: block;
}
.serla-carousel .item .text-wrap {
  margin: 0 auto;
}
.serla-carousel .item .text-content {
  display: flex;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serla-carousel .item .text-content h1 {
  margin-top: -0.5em;
}
.serla-carousel .item .video {
  display: none;
}
.serla-carousel .item img {
  width: 120%;
  margin-left: -10%;
  max-width: none;
}
.serla-carousel .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
}
.serla-carousel .tinted:before {
  background: rgba(0, 0, 0, 0.25);
}
.serla-carousel .embed-responsive {
  margin-bottom: 16px;
}
.carousel-caption {
  color: white;
  top: 10%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.carousel-caption h1 {
  color: white;
  font-size: 3.8em;
  line-height: 1;
}
.carousel-caption h1 span {
  display: block;
  font-size: 2.8em;
}
.carousel-caption .description {
  font-size: 1.4em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.carousel-caption .button {
  padding: 0.45em 1.15em 0.45em 1.15em;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 2em;
  }
  footer .footer-socialmedia-container {
    text-align: center;
    border-left: none;
  }
  footer .footer-socialmedia-container .social-icon img {
    margin: 6%;
  }
}
@media only screen and (max-width: 544px) {
  .carousel-caption h1 {
    font-size: 1.8em;
  }
}
.carousel-control.left,
.carousel-control.right {
  background: transparent !important;
  filter: progid: none !important;
  filter: none !important;
  background-image: none;
  outline: 0;
  opacity: 1;
}
.carousel-control > img {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -30px;
  max-width: 30%;
}
.carousel-control.left > img {
  left: 40px;
}
.carousel-control.right > img {
  right: 40px;
}
@media only screen and (max-width: 544px) {
  .carousel-control.left > img {
    left: 15px;
  }
  .carousel-control.right > img {
    right: 15px;
  }
}
/* Front page events */
.serla-events {
  cursor: pointer;
  padding: 20px 0;
  padding-bottom: 0;
  text-align: center;
}
.serla-events > div {
  display: inline-block;
  float: none;
  margin: -10px;
}
.serla-events img {
  width: 100%;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.serla-events h3 {
  color: white;
  font-family: 'proxima-soft', sans-serif;
  text-decoration: none;
  margin: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  font-size: 3em;
}
.serla-events .serla-event {
  padding: 0;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid gainsboro;
  text-align: center;
}
.serla-events .serla-event .event-info {
  color: white;
  position: absolute;
  top: 10%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.serla-events .serla-event.arrow-indicator .event-info {
  padding: 0 20px;
}
.serla-events .serla-event.arrow-indicator:after {
  content: "";
  background: url(/css/images/liftup-hover.png) no-repeat;
  background-size: 35% 26%;
  background-position: 50% 150%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.serla-events .serla-event.arrow-indicator:hover:after {
  background-position-y: 100%;
}
.serla-events .serla-event.hover-info .event-info {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 0;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.serla-events .serla-event.hover-info .event-info .background {
  width: 100%;
}
.serla-events .serla-event.hover-info .event-info .text {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.serla-events .serla-event.hover-info .event-info .text h3 {
  margin-bottom: 1em;
}
@media only screen and (min-width: 992px) {
  .serla-events .serla-event.hover-info .event-info {
    opacity: 0;
  }
  .serla-events .serla-event.hover-info:hover .event-info {
    opacity: 1;
  }
}
/* Frontpage Brandbox */
.brandbox-wrapper {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border-top: 1px solid #eee;
}
.brandbox-wrapper .brand-text {
  margin-top: 50px;
  margin-bottom: 50px;
}
.brandbox-wrapper h1 {
  font-size: 4.5em;
  color: #fff;
}
.brandbox-wrapper p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 544px) {
  .brandbox-wrapper .row {
    font-size: 0;
  }
  .brandbox-wrapper .row > div {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .brandbox-wrapper .row > div .brand-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 544px) {
  .brandbox-wrapper h1 {
    font-size: 3.5em;
  }
}
/* Have a question? Box */
.ask-question-box {
  background-image: url("/media/1001/contact_front_banner2.jpg");
  background-position: center;
  background-size: cover;
  padding-bottom: 60px;
  min-height: 550px;
  padding-top: 100px;
}
.ask-question-box .form-header {
  color: white;
}
.ask-question-box .form-content {
  margin-top: 20px;
}
.ask-question-box .form-group {
  display: inline;
}
.ask-question-box .form-control {
  font-size: 16px;
  border-radius: 0;
  line-height: 1.2em;
  padding: 0.75em;
  height: auto;
}
.ask-question-box .message-area {
  padding: 0.85em 1.25em 0.8em 1.25em;
}
.ask-question-box .form-sendmessage .button {
  width: 100%;
  color: white;
  background: #815CB9;
  border: 0;
  border-radius: 0;
  padding: 0.7em 1.85em 0.7em 1.85em;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
/* Social media (front page) */
.social-media {
  margin-bottom: 100px;
  color: #9fcfdd;
}
.social-media h1 {
  font-size: 64px;
}
.social-media h4 {
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
}
.social-media .heading-main {
  font-weight: normal;
}
.social-media-footer {
  margin-bottom: 100px;
  text-transform: uppercase;
  font-size: 22px;
}
.social-media-footer a {
  color: #333;
}
.social-media-footer .social-text {
  padding-left: 10px;
}
.social-media-footer .social-footer-item {
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}
.alert {
  margin-top: 1em;
}
.alert-danger {
  background: #d0006f;
  color: #fff;
}
.alert-danger .close {
  color: #fff;
  opacity: 1;
}
.alert-success {
  background: #0a6e4e;
  color: #fff;
}
.alert-success .close {
  color: #fff;
  opacity: 1;
}
.passwordmismatch {
  color: #d0006f;
}
/* Serla Club */
.header-wrapper {
  text-align: center;
  margin-bottom: 5px;
}
.banner {
  background-color: #666;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: left;
}
.banner .byline {
  color: #fff;
}
.banner .description {
  color: #fff;
  font-size: 1.2em;
}
::-webkit-scrollbar {
  width: 12px;
  /* for vertical scrollbars */
  height: 12px;
  /* for horizontal scrollbars */
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.campaigns {
  max-height: 400px;
  overflow-y: scroll;
}
.campaigns .campaign {
  border: 1px solid #eee;
  padding: 1em;
  margin: 0.25em 0;
}
.tasks {
  max-height: 300px;
  overflow-y: scroll;
}
.tasks .task {
  border: 1px solid #eee;
  padding: 1em;
  margin: 0.25em 0;
}
.tasks .task .date {
  line-height: 1em;
}
.tasks .task .points {
  padding: 0;
  text-align: center;
  font-size: 3em;
  font-weight: 900;
  color: #95c23d;
}
.tasks .task .points span {
  font-weight: 300;
}
.tasks .task .taskname {
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: 900;
}
.purchases .cards {
  max-height: 300px;
  overflow-y: scroll;
}
.purchases .cards .card {
  border: 1px solid #eee;
  padding: 1em;
  margin: 0.5em 0;
  text-align: center;
}
.purchases .cards .card .date {
  font-size: 1.1em;
  font-weight: 900;
  color: #999;
  margin-bottom: 1em;
}
.purchases .cards .card .id {
  font-weight: 300;
  color: #ccc;
  font-size: 0.9em;
}
.purchases .cards .card .total {
  border-top: 1px dashed #ccc;
  padding-top: 0.5em;
  margin-top: 0.5em;
  text-align: center;
}
.purchases .cards .card .total * {
  display: inline-block;
  margin: 0.5em;
}
.purchases .cards .card .total .points {
  font-weight: 900;
}
.purchases .cards .card table {
  width: 100%;
}
.purchases .cards .card table tr {
  width: 100%;
}
.purchases .cards .card table tr td {
  width: 33%;
  padding: 0.5em;
  box-sizing: border-box;
}
.purchases .cards .card table tr th {
  text-align: center;
}
.form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
}
.form-control:invalid {
  background-image: url('/css/images/required.png');
  background-position: right 5px top 5px;
  background-repeat: no-repeat;
  background-size: 10px;
}
form.form-submit-pressed input:invalid:not(:focus),
form.form-submit-pressed select:invalid:not(:focus),
form.form-submit-pressed input.invalid:not(:focus) {
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(233, 102, 114, 0.6);
}
.form-login {
  color: #fff;
  padding: 10px 20px;
  width: 300px;
  font-size: 1em;
}
.form-login h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 3em;
  margin-bottom: 20px;
}
.form-login input {
  background: #fff;
}
.form-login .button {
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  color: white;
  background: #98c130;
  border: 0;
  border-radius: 0;
  padding: 0.85em 1.85em 0.85em 1.85em;
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.form-login .button-login {
  background: #d0006f !important;
}
.form-login a {
  color: #fff;
  font-size: 0.9em;
}
.form-login .button-facebook {
  width: 100%;
}
@media (min-width: 992px) {
  .form-login {
    float: right;
  }
}
@media (max-width: 992px) {
  .banner {
    text-align: center;
  }
  .form-login {
    margin: 20px auto;
  }
}
.banner-rewards {
  background-image: url(/css/images/serlaclub-header.jpg);
}
.loggedin .container-fluid {
  padding-bottom: 0;
}
.banner-serla-club-front {
  padding: 60px 0 0;
  background-color: #7566a0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-serla-club-front.loggedout h1 {
  text-align: center;
}
.banner-serla-club-front.banner-rewards {
  padding-bottom: 60px;
}
.banner-serla-club-front .lowerText {
  width: 100%;
  font-size: 1.3em;
  color: #fff;
  background-color: #695c90;
  clear: both;
  text-align: center;
  padding: 60px 0 80px;
}
.banner-serla-club-front .container-fluid {
  position: relative;
}
.container-rewards {
  margin-top: -75px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 5em;
  }
}
@media (max-width: 992px) {
  .banner-serla-club-front.loggedout {
    background-position: top center;
  }
  .form-login {
    margin-top: 50px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.3);
  }
  .form-login h1,
  .form-login h2,
  .form-login h3,
  .form-login p {
    color: #000;
  }
  .form-login a {
    color: #000;
  }
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.content-pull-up {
  margin-top: -5%;
}
/* Basket and buying styles */
.orderline .input-group-btn {
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
}
.orderline h4 a {
  color: #444;
}
.orderline-header h4 {
  font-weight: 100;
}
.serlaclubnavigation-wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: solid;
  border-width: 1px;
  border-color: #fff;
  padding: 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.serlaclubnavigation-wrapper ::-webkit-input-placeholder {
  color: #1B6340;
  font-weight: bold;
}
.serlaclubnavigation-wrapper :-moz-placeholder {
  color: #1B6340;
  font-weight: bold;
}
.serlaclubnavigation-wrapper ::-moz-placeholder {
  color: #1B6340;
  font-weight: bold;
}
.serlaclubnavigation-wrapper :-ms-input-placeholder {
  color: #1B6340;
  font-weight: bold;
}
.serlaclubnavigation-wrapper #redeemCodeInput {
  color: #1B6340;
  font-weight: bold;
}
.serlaclubnavigation-wrapper .input-group {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.serlaclubnavigation-wrapper .input-group .btn {
  color: #1B6340;
  padding: 10px 16px;
  font-size: 16px;
}
.serlaclubnavigation-wrapper .current-balance {
  text-align: center;
  padding-top: 10px;
}
.serla-clubevents {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.serla-clubevents .center-block {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: -2px;
  margin-right: -2px;
}
.serla-clubevents .clubevent {
  background: #99C230;
  margin-bottom: 20px;
  display: block;
  padding: 0;
  border: solid;
  border-width: 1px;
  border-color: #eee;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
  text-align: center;
}
.serla-clubevents .clubevent.purple {
  background: #7F5CB9;
}
.serla-clubevents .clubevent.purple .lower .button {
  background: #7F5CB9;
}
.serla-clubevents .clubevent.darkgreen {
  background: #0a6e4e;
}
.serla-clubevents .clubevent.darkgreen .lower .button {
  background: #0a6e4e;
}
.serla-clubevents .clubevent .header {
  color: white;
  position: relative;
  text-align: center;
  height: 200px;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.serla-clubevents .clubevent .header h4 {
  padding: 10px;
  font-size: 36px;
  font-family: 'proxima-soft', sans-serif;
  text-decoration: none;
}
.serla-clubevents .clubevent .header .rewardpointcircle {
  color: black;
  background: #F6E433;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  margin-left: -30px;
  left: 50%;
  bottom: -30px;
  z-index: 1;
}
.serla-clubevents .clubevent .lower {
  height: 100px;
  position: relative;
  background: white;
}
.serla-clubevents .clubevent .lower .button {
  background: #99C230;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  position: absolute;
  width: 70%;
  margin-left: -35%;
  left: 50%;
  bottom: 20px;
}
.serla-clubevents .clubevent:focus {
  outline: none;
}
/* Task modal */
.modal .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}
.modal #survey-body-content .button {
  border: none;
  background: #95c23d;
  width: auto;
}
.modal .modal-body {
  padding: 0;
  background: white;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal .modal-body .button {
  border: none;
  background: #95c23d;
  width: 100%;
}
.modal .modal-body .badge {
  background: #95c23d;
}
.modal .modal-body .description {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.modal .modal-body .progress-bar {
  background-color: #95c23d;
}
.modal .modal-body .modal-body-header {
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
  padding: 30px 15px;
}
.modal .modal-body .modal-body-header h6 {
  font-size: 24px;
  font-weight: bold;
}
.modal .modal-body .modal-body-header h2 {
  font-family: 'proxima-soft', sans-serif;
  font-weight: normal;
  font-size: 4.5em;
}
.modal .modal-body .modal-body-header .tint::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(149, 194, 61, 0.8);
}
.modal .modal-body .modal-body-header .header-relative {
  position: relative;
  z-index: 3;
}
.modal .modal-body .modal-body-content {
  padding: 40px;
}
.modal .modal-header {
  border: none;
  padding-right: 0px;
}
.modal .modal-header button {
  opacity: 1;
  color: white;
  font-weight: 100;
  font-size: 64px;
  text-shadow: 0px 0px 1px #999;
}
.modal .modal-header button :hover {
  color: #EEE;
}
.modal .modal-header :focus {
  outline: none;
}
.modal.taskmodal .modal-body .modal-body-header {
  background-image: url(/css/images/serla-modal-header.jpg);
}
.modal.campaingModal .modal-body .modal-body-header {
  background-color: #95c23d;
}
@media only screen and (max-width: 768px) {
  .modal .modal-header h2 {
    font-size: 3em;
  }
}
#redeemActionAlert {
  position: absolute;
  top: -22px;
  transform: translate(0, -100%);
  width: 95%;
  display: none;
}
.brand-section-codeentry {
  position: relative;
}
.brand-section-codeentry #redeemActionAlert {
  top: 0;
  width: 100%;
}
.umb-overlay-backdrop.ng-binding {
  z-index: 10;
}
/* Products */
#products {
  position: relative;
  margin-bottom: 100px;
  min-height: 500px;
  padding-top: 10px;
  overflow: hidden;
}
#products.subcategory .product-holder {
  width: 100% !important;
  height: auto !important;
  border-bottom: 1px solid #eee;
}
#products.subcategory .product {
  cursor: auto;
}
#products.subcategory .product .base-card {
  display: none;
}
#products.subcategory .product .hidden-info {
  display: block;
}
#products.subcategory .product .hidden-info .back-button,
#products.subcategory .product .hidden-info .productPopupPath {
  display: none;
}
#products.subcategory .product .hidden-info .image-content {
  border: 0;
}
#products.subcategory .product .hidden-info .image-content img {
  height: auto;
  max-height: 600px;
}
#products .hidden-info {
  display: none;
}
#products h3 {
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-decoration: none;
}
#products h3 a {
  color: black;
}
#products .product {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 2em;
  cursor: pointer;
}
#products .product-properties {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
}
#products .product-properties i {
  border-radius: 100%;
  box-shadow: 0 0 15px white;
}
#products .image:hover {
  display: block;
}
#products .image:hover .readmore {
  display: block;
}
#products .image:focus {
  outline: none;
}
#products .readmore {
  display: none;
  width: 40%;
  position: absolute;
  top: 40%;
  left: 30%;
  background: rgba(208, 2, 112, 0.9);
  border-radius: 0;
}
#products #productPopupContainer {
  position: absolute;
  top: 0;
  left: 150%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
}
#products #productPopupContainer > div {
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: rgba(128, 128, 128, 0.26);
  background-color: #fff;
}
.productPage .product {
  margin-top: 30px;
}
.productPage .product .image-content img {
  width: 100%;
  margin: 10px auto;
}
.productPage .product .icons .icon {
  width: 5em;
  height: 5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  display: inline-block;
  margin: 0;
}
.related-products {
  margin: 2em 0;
  border-top: 1px solid #eee;
}
.productPopup {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.productPopup .row {
  max-width: 1200px;
  margin: 0 auto;
}
.productPopup .icons .icon {
  width: 5em;
  height: 5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  display: inline-block;
  margin: 0;
}
.productPopup .image-content {
  border: solid 1px rgba(128, 128, 128, 0.26);
}
.productPopup .image-content img {
  width: 100%;
  margin: 10px auto;
}
.productPopup .product-content h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.productPopup .product-content li {
  font-size: 16px;
  margin: 6px;
}
.productPopup .product-content ul {
  margin-bottom: 40px;
  margin-left: 17px;
  padding-left: 0px;
}
.productPopup .product-content i {
  background-size: 52px;
}
.productPopup .product-content .productPopupFeature {
  margin-left: 5px;
  padding: 0;
  border: none;
  background-size: 52px;
}
.productPopup .product-content .productPopupDescription {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  margin-bottom: 20px;
}
.productPopup .product-content span {
  font-size: 14px;
}
.productPopup .product-content div {
  margin: 10px 0;
}
.productPopup .nav-tabs {
  padding-left: 10px;
}
.productPopup .nav-tabs li {
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
}
.productPopup .nav-tabs li i {
  opacity: 0.6;
}
.productPopup .nav-tabs li a {
  border: none;
  padding-right: 2px;
  padding-left: 4px;
}
.productPopup .nav-tabs li.active > div {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 17px;
  bottom: -13px;
  border-bottom: 12px solid #006442;
  position: absolute;
}
.productPopup .nav-tabs li.active i {
  opacity: 1;
}
.productPopup .nav-tabs li > a:hover {
  border-color: transparent;
}
.banner-products {
  background-image: url(/css/images/products-bg.jpg);
  background-size: cover;
  background-position: center;
}
.banner-products .top-slider-img {
  margin-bottom: -21vw;
}
@media only screen and (min-width: 1200px) {
  .banner-products {
    height: 450px;
  }
}
#products-navigation-container {
  line-height: 4em;
  margin-bottom: 20px;
  margin-top: 15%;
}
#products-navigation-container .container-fluid {
  position: relative;
}
#products-navigation-container .products-navigation {
  padding-bottom: 60px;
  position: relative;
}
#products-navigation-container .inner-nav {
  display: inline-block;
  vertical-align: top;
}
#products-navigation-container .inner-nav .sub-nav {
  display: none;
  max-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#products-navigation-container .inner-nav .sub-nav .active .button {
  background: #98c130;
  border: solid 1px #98c130;
  color: white;
  font-weight: 600;
}
#products-navigation-container .inner-nav.active > .button {
  background: #98c130;
  border: solid 1px #98c130;
  color: white;
  font-weight: 600;
}
#products-navigation-container .inner-nav.active .sub-nav {
  max-height: 500px;
}
#products-navigation-container .inner-nav .button {
  margin: 6px;
  padding: 15px 30px 15px 30px;
  font-size: 1.1em;
  line-height: 1.2em;
  border: solid 1px #999;
  color: #9a9a9a;
  font-weight: 500;
  background: white;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#products-navigation-container .inner-nav .sub-nav-button .button {
  font-size: 1em;
  border: 0;
  padding: 10px 20px;
}
#products-navigation-container .inner-nav .button:hover {
  background: #98c130;
  border: solid 1px #98c130;
  color: white;
}
#products-navigation-container .sub-nav-button {
  display: inline-block;
}
#products-navigation-container .button:focus {
  outline: none;
}
/* Contact page */
.contact-container .banner {
  margin-bottom: 2em;
  min-height: 550px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media only screen and (max-width: 544px) {
  .contact-container .banner {
    min-height: 350px;
  }
}
.contact-container .banner .container-fluid {
  padding: 0;
}
.contact-container .banner .container-fluid .contact-right {
  padding-top: 5em;
}
.contact-container .banner h1 {
  color: #95c23d;
  line-height: 0.9;
  margin-bottom: 2rem;
}
.contact-container .banner p {
  color: #fff;
  font-size: 1.2em;
}
.contact-container .form-group {
  margin-bottom: 10px;
}
.contact-container h2 {
  font-size: 3.5em;
  font-weight: 500;
  margin: 2rem 0;
  color: #95c23d;
}
.contact-container h3 {
  color: black;
  font-family: sans-serif;
}
.contact-container p {
  margin-bottom: 40px;
}
.contact-container .form-sendmessage {
  margin: 70px 0;
  margin-top: 0;
  display: inline-block;
  width: 100%;
}
.contact-container .form-control {
  width: 100%;
  height: auto;
  border-radius: 0px;
  border: 1px solid #eee;
}
.contact-container .form-sendmessage .button {
  width: 100%;
  color: white;
  background: #815cb9;
  border: 0;
  padding: 0.85em 1.85em 0.85em 1.85em;
  text-decoration: none;
}
/* FAQ */
.faq .faq-item {
  border: 1px solid #eee;
  margin: 0.5em 0;
  background: #fff;
}
.faq .faq-item .question {
  font-size: 1.2em;
  padding: 1.75rem;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  padding-right: 4em;
}
.faq .faq-item .question:before {
  width: 0;
  content: "";
  height: 0;
  display: block;
  right: 2rem;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #95c23d;
  top: 50%;
  margin-top: -5px;
  transition: 0.2s;
}
.faq .faq-item .answer {
  font-size: 1em;
  display: none;
  color: #666;
  border: 1px solid #95c23d;
  padding: 1.75rem;
}
.faq .faq-item.active .question {
  background: #95c23d;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.faq .faq-item.active .question:before {
  border-top: 10px solid #fff;
  transform: rotateZ(180deg);
}
#press .main-content {
  background-color: #9fcfdd;
  color: #fff;
}
#press .main-content .content-area p {
  font-size: 1.2em;
}
#press .additional-content {
  color: #fff;
}
#press .additional-content.package {
  background-color: #7566a0;
}
#press .additional-content.package a:before {
  background-image: url(/css/images/internal_link.png);
}
#press .additional-content.external {
  background-color: #96c147;
}
#press .additional-content.external a:before {
  background-image: url(/css/images/external_link.png);
}
#press .additional-content .content-area {
  font-size: 36px;
  line-height: 1.2;
}
#press .additional-content .content-area a {
  color: #fff;
  display: block;
}
#press .additional-content .content-area a:before {
  content: '';
  height: 35px;
  width: 35px;
  display: block;
  margin: 10px auto;
}
#press .additional-content .content-area a:hover,
#press .additional-content .content-area a:focus,
#press .additional-content .content-area a:active {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  #press .main-content {
    padding-bottom: 50%;
  }
  #press .additional-content {
    padding-bottom: 25%;
  }
  #press .additional-content .content-area {
    max-width: 90%;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #press .main-content {
    padding: 3em;
  }
  #press .additional-content {
    padding: 3em;
  }
}
/* Product gallery */
.reward-gallery {
  /* Fade transition for carousel items */
  margin-top: 30px;
}
.reward-gallery .hide-bullets {
  list-style: none;
  margin-left: -40px;
  margin-top: 20px;
}
.reward-gallery .thumbnail {
  padding: 0;
}
.reward-gallery .carousel-inner {
  border: solid;
  border-width: 1px;
  border-color: gainsboro;
}
.reward-gallery .carousel-inner > .item > img,
.reward-gallery .carousel-inner > .item > a > img {
  width: 100%;
}
.reward-gallery .carousel .item {
  left: 0 !important;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.reward-gallery .carousel-control {
  background-image: none !important;
}
.reward-gallery .active.left,
.reward-gallery .active.right {
  opacity: 0;
  z-index: 2;
}
.reward-description {
  margin-top: 20px;
  min-height: 150px;
}
.reward-description h1 {
  font-size: 52px;
}
.reward-description .additional {
  margin-top: 3em;
}
.reward-description h4 {
  text-transform: uppercase;
  font-weight: 900;
}
.reward-description h5 {
  text-transform: uppercase;
  font-weight: 900;
}
.reward-description a {
  color: black;
}
.reward-description ul li {
  font-size: 18px;
  font-weight: 300;
}
.reward-description .back-button {
  background-color: #95c23d;
  color: white;
  margin: 10px 0;
  padding: 0.5em 1.2em;
  font-weight: 700;
  border-radius: 20px;
  border: 2px solid #95c23d;
}
.reward-description .back-button:before {
  content: '\00AB';
  margin-right: 0.8em;
  float: left;
  margin-top: -0.1em;
}
.reward-description .back-button:hover {
  background-color: white;
  color: #95c23d;
}
.reward-description .button-addtobasket {
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background: linear-gradient(to bottom, #333 0%, #333 50%, #333 50%, #222 50%, #333 100%);
  padding: 0;
}
.reward-description .button-addtobasket .price {
  padding: 14px 20px;
  float: left;
  color: white;
  font-weight: 900;
  font-size: 26px;
  text-transform: none;
  border-right: none;
  background: linear-gradient(to bottom, #D20D76 0%, #D20D76 50%, #D20D76 50%, #D0006F 50%, #D0006F 100%);
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.reward-description .button-addtobasket .price span {
  font-weight: 300;
}
.reward-description .button-addtobasket .title {
  padding: 16px 10px;
  padding-left: 40px;
  padding-right: 40px;
  float: left;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  border-left: 1px solid white;
}
.reward-description .button-addtobasket .title .badge {
  background: #d0006f;
  position: relative;
  top: -8px;
  right: 16px;
  min-width: 25px;
  min-height: 25px;
  border-radius: 15px;
  font-size: 16px;
  border: solid;
  border-width: 2px;
  border-color: #333;
}
.reward-description .button-addtobasket:hover {
  background: linear-gradient(to bottom, #333 0%, #333 50%, #333 50%, #212121 50%, #212121 100%);
}
.reward-description .button-addtobasket:hover .price {
  background: linear-gradient(to bottom, #D0006F 0%, #D0006F 50%, #D0006F 50%, #D20D76 50%, #D20D76 100%);
}
/* Checkout page */
.payment-info-missing-alert {
  margin: 10px 25px 10px 25px;
}
/**/
/* juhos */
.social-media h2 {
  margin-bottom: 1em;
}
.social-media .card {
  transition: 0.2s;
  margin-bottom: 2em;
  border: 1px solid #eee;
}
.social-media .card .icon {
  padding: 1.25em;
  background-size: 90%;
  background-position: center;
  float: left;
  background-repeat: no-repeat;
}
.social-media .card .icon.fb {
  background-image: url('images/icon-fb.png');
}
.social-media .card .icon.insta {
  background-image: url('images/icon-insta.png');
}
.social-media .card .icon.tube {
  background-image: url('images/icon-youtube.png');
}
.social-media .card img {
  width: 100%;
}
.social-media .card .lower-container {
  font-weight: 400;
  padding: 0.75em;
  overflow: hidden;
}
.social-media .card .lower-container p {
  color: #333;
  font-size: 0.9em;
}
.social-media .card .lower-container .posted {
  color: #333;
  margin-left: 3.5em;
  padding-top: 0.5em;
}
.social-media .card .lower-container .posted .number {
  font-weight: 900;
}
.social-media .card:hover {
  transform: scale(1.1);
}
.why-club {
  background-color: #fff;
  text-align: center;
  color: #5c06a0;
}
.why-club h2 {
  font-family: 'proxima-soft', sans-serif;
  font-weight: normal;
  margin: 1em 0;
}
.why-club .icon-holder {
  width: 230px;
  margin: 0 auto 3.5em;
}
.why-club .icon-holder .icon {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.why-club .icon-holder .icon .number {
  background: #5c06a0;
  width: 65px;
  height: 65px;
  font-size: 2.5em;
  color: #fff;
  font-family: 'proxima-soft', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 65px;
  border-radius: 50em;
  z-index: 2;
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.why-club .icon-holder .icon .image-ball {
  display: inline-block;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  border-radius: 50em;
  position: absolute;
  z-index: 0;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 5px 30px 5px #d6d6d6;
}
.why-club .content {
  margin: 1em 1em;
  font-size: 1.2em;
  text-align: center;
}
.club-infobox {
  background-color: #7566a0;
  margin-top: 3em;
  padding: 3em 0 6em;
  position: relative;
  color: #fff;
}
.club-infobox .infoimage-container {
  position: relative;
  display: block;
  min-height: 150px;
}
.club-infobox .infoimage-container .infoimage {
  position: absolute;
  max-width: 215px;
  right: 1em;
  transform: translateY(-7em);
  width: 100%;
}
.club-infobox .infotext-container {
  max-width: 360px;
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  .club-infobox {
    text-align: center;
  }
  .club-infobox .infoimage-container .infoimage {
    left: 50%;
    transform: translate(-7em, -50%);
  }
  .club-infobox .infotext-container {
    margin: 0 auto;
  }
}
#rewards {
  background-color: #f0f0f0;
}
.path {
  margin: 2em 1em 0 1em;
}
.path a {
  color: #333;
  display: inline-block;
  padding: 0.5em;
}
.centered-page {
  margin-top: 2em;
}
.centered-page h1,
.centered-page h2,
.centered-page h3,
.centered-page h4 {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.reward-description ul {
  margin: 1.5em 0;
  padding: 0 25px;
}
.reward-description ul li {
  margin: 0.5em 0;
}
.form-sendmessage select,
.form-sendmessage input,
.form-sendmessage textarea,
.form-sendmessage button {
  border: 0;
}
@media only screen and (min-width: 1200px) {
  .serla-carousel .item img {
    width: 100%;
    margin-left: 0%;
    max-width: 100%;
  }
  .serla-carousel .item .text-content {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .serla-carousel .container-fluid .carousel-caption {
    font-size: 0.8em;
  }
  .serla-clubevents .center-block {
    display: block;
    float: left;
    vertical-align: baseline;
  }
}
@media only screen and (max-width: 544px) {
  .carousel-caption .button {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .videomodal .modal-dialog {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 20px;
  }
  footer .footer-logo {
    margin: 0;
    width: 100%;
    background-position: center;
  }
  .hideMobile {
    display: none;
  }
  #products #productPopupContainer {
    display: none;
    position: fixed;
    top: 90px;
    bottom: 1em;
    left: 1em;
    z-index: 10000;
    right: 1em;
    overflow: scroll;
  }
  #products #productPopupContainer #productPopup {
    padding: 10px;
    padding-bottom: 100px;
  }
  .brand-section h2 {
    font-size: 3em;
  }
  .serla-carousel .item img {
    width: 150%;
    margin-left: -25%;
    max-width: none;
  }
}
@media only screen and (max-width: 992px) {
  .loggedin .container-fluid {
    padding-top: 0;
  }
  .reward-description .button-addtobasket .price {
    padding: 14px 10px;
    font-size: 26px;
  }
  .reward-description .button-addtobasket .title {
    padding: 16px 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }
  .brand-section .container-fluid .col-md-7:after {
    background: none !important;
  }
  .serla-carousel .container-fluid .carousel-caption {
    font-size: 0.8em;
  }
  .content-pull-up {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer-nav-bar .footeroptions-serla > li {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  footer .footer-nav-bar .footeroptions-serla {
    float: none;
    text-align: left;
  }
  footer .footer-nav-bar .footeroptions-serla > li {
    float: none;
  }
  footer .footer-nav-bar .footeroptions-serla > li > a {
    float: left;
    width: 150px;
  }
  footer .footer-nav-bar .footeroptions-serla > li > .footer-subnavigation {
    float: left;
    margin-top: 1em;
    width: calc(100% - 150px);
  }
  footer .footer-nav-bar .footeroptions-serla > li > .footer-subnavigation > li {
    padding: 0;
  }
  footer .footer-nav-bar .footeroptions-serla > li:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 2em;
  }
  footer .footer-nav-bar .footeroptions-serla {
    font-size: 1em;
    margin: 1.5em 0;
  }
  .reward-description .button-addtobasket .price {
    padding: 14px 5px;
    font-size: 20px;
  }
  .reward-description .button-addtobasket .title {
    padding: 12px 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  .content-pull-up {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-nav-bar .footeroptions-serla {
    width: 350px;
    max-width: 100%;
    margin: 1.5em auto;
    text-align: center;
  }
}
/* Cookie popup */
.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999;
}
.eupopup-container a {
  color: #ff2684;
}
.eupopup-container p {
  margin: 0;
}
.eupopup-container-fixedbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.eupopup-body {
  color: #fff;
}
.eupopup-button {
  color: white !important;
  background-color: #d72684;
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 2px;
}
.eupopup-button:hover,
.eupopup-button:focus {
  background: #ff2684;
}
body.Serla .serlaClub .button {
  background: #5c06a0;
  background: -webkit-linear-gradient(#540691, #51018f);
  background: -o-linear-gradient(#540691, #51018f);
  background: -moz-linear-gradient(#540691, #51018f);
  background: linear-gradient(#540691, #51018f);
}
body.Serla .serlaClub .button:hover,
body.Serla .serlaClub .button:focus,
body.Serla .serlaClub .button:active {
  background: #51018f;
  background: -webkit-linear-gradient(#51018f, #540691);
  background: -o-linear-gradient(#51018f, #540691);
  background: -moz-linear-gradient(#51018f, #540691);
  background: linear-gradient(#51018f, #540691);
}
body.Serla .serlaClub .button:after {
  display: none;
}
body.Serla .serlaClub .rewards-bottom .text-left {
  text-align: center;
}
body.Serla .serlaClub .rewards-bottom .text-left .button {
  border-radius: 50em;
}