@charset "UTF-8";
@import url(reset.css);
html {
  height: 100%; }

body {
  min-height: 100%;
  background: url(../images/background.gif) repeat repeat;
  box-sizing: border-box;
  font-family: "Gotham", "Gotham SSm", "Gotham SSm B", "Gotham SSm A", Verdana;
  text-rendering: optimizeLegibility;
  font-size: 14px; }

* {
  box-sizing: inherit; }

a:link,
a:active,
a:visited {
  color: #e6007e; }

.contents {
  position: relative;
  width: 960px;
  margin: 0 auto; }

#content {
  margin-top: 39px;
  color: #4b5256; }

#header {
  position: relative;
  z-index: 100;
  background: #55636e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #55636e 0%, #4c5355 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #55636e 0%, #4c5355 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #55636e 0%, #4c5355 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55636e', endColorstr='#4c5355',GradientType=0 );
  /* IE6-9 */
  height: 67px;
  line-height: 67px; }
  #header .contents {
    height: 100%;
    padding: 19px 0;
    text-align: right; }
    #header .contents div, #header .contents button, #header .contents a {
      letter-spacing: -0.2px;
      vertical-align: top;
      display: inline-block; }
  #header img {
    position: absolute;
    float: left;
    top: 7px;
    left: 42px;
    height: 45px; }
  #header #summassaari-logo {
    left: 23px; }
  #header #siikaranta-logo {
    top: 21px;
    left: 22px;
    height: 21px; }
  #header #welcome {
    color: white;
    line-height: 30px;
    margin-right: 20px; }
  #header .greeting {
    color: #e6007e;
    font-weight: bold; }
  #header form {
    display: inline-block; }
  #header #logout {
    font-family: inherit;
    cursor: pointer;
    border: none;
    font-size: 14px;
    color: #e6007e;
    text-decoration: none;
    font-weight: bold;
    background: url(../images/header/logout.png) no-repeat;
    padding-left: 36px;
    height: 27px;
    line-height: 27px;
    margin-right: 15px;
    margin-top: 3px; }
  #header #asiakastuki {
    background: url(../images/header/asiakastuki.png) no-repeat;
    margin-right: -2px;
    width: 124px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: white;
    cursor: pointer;
    font-weight: bold;
    position: relative; }
  #header #asiakastuki-links {
    display: none;
    cursor: default;
    position: absolute;
    top: 32px;
    right: 0;
    background: white;
    font-weight: normal;
    padding: 15px 15px 15px 10px;
    text-align: left;
    font-size: 12px;
    white-space: nowrap; }
    #header #asiakastuki-links a {
      display: block;
      padding-left: 34px;
      line-height: 26px;
      text-decoration: none;
      color: #4b5256; }
    #header #asiakastuki-links a + a {
      margin-top: 8px; }
    #header #asiakastuki-links .email {
      background: url(../images/header/email.png) no-repeat; }
    #header #asiakastuki-links .phone {
      background: url(../images/header/phone.png) no-repeat; }

.box {
  position: relative;
  padding: 0 8px 0 9px;
  margin-left: -5px;
  margin-right: -3px; }
  .box > .leftholder {
    background: url(../images/box/box_left.png) top left repeat-y;
    padding: 0 0 0 9px;
    margin: 0 -8px 0 -9px; }
    .box > .leftholder > .rightholder {
      background: url(../images/box/box_right.png) top right repeat-y;
      padding: 0 8px 0 0; }
      .box > .leftholder > .rightholder > .content {
        position: relative;
        background: white;
        margin-left: -4px;
        margin-right: -5px; }
  .box > .bottom_border {
    margin-left: -5px;
    margin-right: -3px;
    background: url(../images/box/box_bottom.png) bottom left repeat-x;
    width: 100%;
    height: 2px; }
    .box > .bottom_border:before {
      content: '';
      display: block;
      background: url(../images/box/box_left_bottom.png) bottom left no-repeat;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 9px;
      height: 2px; }
    .box > .bottom_border:after {
      content: '';
      display: block;
      background: url(../images/box/box_right_bottom.png) bottom left no-repeat;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 8px;
      height: 2px; }

#content .content {
  min-height: 418px; }
  #content .content > h1 {
    background: #4b5256 url(../images/header_background.png) no-repeat 20px 9px;
    color: white;
    line-height: 58px;
    font-size: 23px;
    padding-left: 83px; }

#bonusmenu {
  position: absolute;
  top: 58px;
  left: 0;
  width: 242px;
  border-right: 1px solid #cccfd1; }
  #bonusmenu a:link,
  #bonusmenu a:active,
  #bonusmenu a:visited {
    color: #4b5256;
    text-decoration: none;
    display: block;
    font-size: 15.5px;
    padding-top: 23px;
    padding-left: 48px;
    width: 100%;
    height: 60px; }
  #bonusmenu li {
    height: 60px;
    border-bottom: 1px solid #cccfd1; }
    #bonusmenu li.current {
      background: #8a9195;
      background: -moz-linear-gradient(top, #8a9195 80%, #7e8286 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #8a9195 80%, #7e8286 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #8a9195 80%, #7e8286 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      #bonusmenu li.current a:link, #bonusmenu li.current a:active, #bonusmenu li.current a:visited {
        color: white;
        font-weight: bold; }
      #bonusmenu li.current a:after {
        display: inline;
        content: ' >'; }
  #bonusmenu .item-for-bonustili-euroni a {
    background: url(../images/sidemenu/omatbonukseni_icon.png) no-repeat 14px 20px; }
  #bonusmenu .item-for-bonustili-lomani a {
    background: url(../images/sidemenu/omatlomani_icon.png) no-repeat 14px 23px; }
  #bonusmenu .item-for-bonustili-tarjoukset a {
    background: url(../images/sidemenu/tarjoukset_icon.png) no-repeat 14px 22px; }
  #bonusmenu .item-for-bonustili-bonus-etuohjelma a {
    background: url(../images/sidemenu/bonusohjelma_icon.png) no-repeat 13px 19px; }
  #bonusmenu .item-for-bonustili-tietoni a {
    background: url(../images/sidemenu/omattiedot_icon.png) no-repeat 15px 20px; }
  #bonusmenu .item-for-bonustili-hallitse a {
    background: url(../images/sidemenu/hallitse_icon.png) no-repeat 12px 19px; }
  #bonusmenu li.current.item-for-bonustili-euroni a {
    background: url(../images/sidemenu/omatbonukseni_icon_hover.png) no-repeat 14px 20px; }
  #bonusmenu li.current.item-for-bonustili-lomani a {
    background: url(../images/sidemenu/omatlomani_icon_hover.png) no-repeat 14px 23px; }
  #bonusmenu li.current.item-for-bonustili-tarjoukset a {
    background: url(../images/sidemenu/tarjoukset_icon_hover.png) no-repeat 14px 22px; }
  #bonusmenu li.current.item-for-bonustili-bonus-etuohjelma a {
    background: url(../images/sidemenu/bonusohjelma_icon_hover.png) no-repeat 13px 19px; }
  #bonusmenu li.current.item-for-bonustili-tietoni a {
    background: url(../images/sidemenu/omattiedot_icon_hover.png) no-repeat 15px 20px; }
  #bonusmenu li.current.item-for-bonustili-hallitse a {
    background: url(../images/sidemenu/hallitse_icon_hover.png) no-repeat 12px 19px; }

#page {
  padding-left: 242px;
  font-size: 11px; }
  #page h2 {
    line-height: 60px;
    padding-left: 21px;
    font-size: 23.5px;
    font-weight: normal;
    background-color: #e6007e;
    color: white; }
  #page h3 {
    color: #e6007e;
    font-size: 15.9px; }

#system-message-container {
  position: absolute;
  z-index: 200;
  left: 342px;
  top: 26px; }

body.layout-fill_info #system-message-container,
body.view-registration #system-message-container,
body.view-login #system-message-container {
  left: 195px; }

#system-message > div {
  min-width: 300px;
  background: white;
  margin: 3px 0;
  border: 1px solid #4b5256;
  padding: 20px;
  font-size: 120%; }
  #system-message > div .close {
    float: right;
    cursor: pointer; }

#bonus_footer {
  color: #4b5256;
  margin-top: 20px; }
  #bonus_footer .content {
    height: 65px; }
  #bonus_footer h1 {
    position: absolute;
    left: 19px;
    top: 0;
    background: url(../images/bonus_footer/bonuseurot.png) no-repeat 0 16px;
    line-height: 65px;
    padding-left: 54px;
    font-size: 23.5px;
    color: #e6007e; }
  #bonus_footer .saldo {
    position: absolute;
    top: 26px;
    left: 303px;
    width: 263px;
    height: 15px;
    font-weight: bold;
    font-size: 15.5px;
    letter-spacing: 0.2px; }
  #bonus_footer .price {
    color: #e6007e; }
  #bonus_footer a:link {
    text-decoration: none;
    font-weight: bold;
    display: block; }
  #bonus_footer .moreinfo,
  #bonus_footer .useconditions {
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid #cccfd1;
    font-size: 12px; }
  #bonus_footer .moreinfo {
    right: 173px;
    width: 217px;
    padding: 11px 0 0 25px; }
  #bonus_footer .useconditions {
    right: 0;
    width: 172px;
    padding: 11px 0 0 25px; }

#content button {
  font-family: inherit;
  border: 0px none;
  text-transform: uppercase;
  background: #6ce30c;
  color: white;
  font-size: 17.3px;
  font-weight: bold;
  padding: 10px 10px;
  min-width: 200px; }

input[type="radio"],
input[type="checkbox"] {
  width: 22px;
  height: 22px;
  vertical-align: top;
  visibility: hidden; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    position: relative; }
  input[type="radio"] + label:before,
  input[type="checkbox"] + label:before {
    visibility: visible;
    content: '';
    position: absolute;
    top: 0;
    left: -26px;
    width: 22px;
    height: 22px;
    display: block;
    background: transparent url(../images/forms/checkbox.png); }
  input[type="radio"]:checked + label:before,
  input[type="checkbox"]:checked + label:before {
    background: transparent url(../images/forms/checkbox_checked.png); }

input[type="password"] {
  width: 206px;
  height: 24px; }

.selectwrapper {
  margin: 7px 0 0 -1px;
  background: url(../images/forms/select.png) no-repeat;
  overflow: hidden;
  width: 65px;
  height: 30px; }
  .selectwrapper select {
    display: block;
    border: none;
    background: transparent;
    width: 65px;
    height: 30px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width: 0\0) {
  .selectwrapper select {
    font-size: 13px;
    width: 130px; } }
body.com_users.view-registration, body.com_users.layout-fill_info, body.com_users.view-login {
  overflow: hidden; }

#popup_background {
  background: rgba(71, 83, 91, 0.7);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 10px;
  overflow: auto; }

.bonustili-popup {
  position: relative;
  background: white;
  margin: 0 auto 20px auto;
  padding: 2px;
  font-size: 13.9px; }
  .bonustili-popup h1 {
    background: #55636e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #55636e 0%, #4c5355 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #55636e 0%, #4c5355 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #55636e 0%, #4c5355 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55636e', endColorstr='#4c5355',GradientType=0 );
    /* IE6-9 */
    color: #e6007e;
    text-transform: uppercase;
    text-align: center;
    padding: 21px 50px;
    line-height: 34px;
    font-size: 23.7px; }
  .bonustili-popup h2 {
    color: #4b5256 !important;
    background: transparent !important;
    font-size: 15.9px !important;
    font-weight: bold !important;
    line-height: inherit !important;
    padding: 0 !important; }
  .bonustili-popup button {
    margin-left: -2px;
    background: #e6007e;
    width: 236px;
    height: 43px; }
  .bonustili-popup .close {
    position: absolute;
    background: url(../images/login/close.png) no-repeat;
    top: -6px;
    right: -23px;
    width: 73px;
    height: 30px;
    text-indent: -99999px; }
  .bonustili-popup input[type="password"],
  .bonustili-popup input[type="tel"],
  .bonustili-popup input[type="email"],
  .bonustili-popup input[type="text"] {
    background: url(../images/login/input.png) no-repeat;
    border: none;
    width: 235px;
    height: 31px;
    line-height: 31px;
    padding: 4px; }
    .bonustili-popup input[type="password"].invalid,
    .bonustili-popup input[type="tel"].invalid,
    .bonustili-popup input[type="email"].invalid,
    .bonustili-popup input[type="text"].invalid {
      background: url(../images/login/input_invalid.png) no-repeat; }

#login-popup {
  margin-top: 79px;
  width: 531px;
  height: 516px; }
  #login-popup .login {
    padding: 12px 121px 0 141px; }
  #login-popup label {
    font-size: 13.5px;
    font-weight: bold; }
  #login-popup input {
    background: url(../images/login/input.png) no-repeat;
    border: none;
    width: 235px;
    height: 31px;
    line-height: 31px;
    padding: 4px; }
  #login-popup .xp-oauth {
    margin-top: 8px; }
    #login-popup .xp-oauth a {
      display: inline-block;
      text-decoration: none;
      text-indent: -99999px; }
    #login-popup .xp-oauth .facebook {
      background: url(../images/login/fb.png) no-repeat;
      margin-left: -1px;
      width: 31px;
      height: 32px; }
    #login-popup .xp-oauth .google {
      background: url(../images/login/googleplus.png) no-repeat;
      margin-left: 11px;
      width: 32px;
      height: 32px; }
  #login-popup fieldset {
    margin-top: 22px; }
    #login-popup fieldset label {
      display: block;
      margin-top: 18px; }
    #login-popup fieldset input {
      margin-top: 6px;
      margin-left: -3px; }
  #login-popup #forgot {
    display: block;
    margin-top: 10px; }
    #login-popup #forgot:link, #login-popup #forgot:active, #login-popup #forgot:visited {
      color: #4b5256;
      text-decoration: none; }
  #login-popup button {
    margin-top: 23px; }
  #login-popup #registerlink {
    margin-top: 23px; }
    #login-popup #registerlink a {
      font-weight: bold; }

#registration-popup {
  margin-top: 29px;
  width: 829px;
  height: 623px;
  /*
  top: 29px;
  left: 552px;
  right: 520px;
  bottom: 478px;
  width: 829px;
  height: 623px;
  */ }
  #registration-popup h1 {
    padding: 14px 21px; }
    #registration-popup h1 .helptext {
      margin: 15px 0;
      color: white;
      line-height: 20px;
      font-size: 13.3px;
      text-transform: none;
      font-weight: normal; }
  #registration-popup .columns {
    padding: 14px 26px 0 27px; }
  #registration-popup .column {
    display: inline-block;
    vertical-align: top;
    padding-top: 13px;
    height: 355px; }
    #registration-popup .column + .column {
      padding-left: 15px;
      border-left: 1px solid #cccfd1; }
    #registration-popup .column:nth-child(1) {
      width: 245px; }
    #registration-popup .column:nth-child(2) {
      width: 260px; }
      #registration-popup .column:nth-child(2) input[type="tel"] {
        margin-top: 5px; }
      #registration-popup .column:nth-child(2) input[type="checkbox"] {
        margin: 2px 0 0 -1px; }
      #registration-popup .column:nth-child(2) input[type="checkbox"] + label {
        display: inline-block;
        font-size: 11.6px;
        padding-left: 15px;
        line-height: 22px;
        height: 22px;
        margin-right: 13px; }
        #registration-popup .column:nth-child(2) input[type="checkbox"] + label:before {
          top: 2px;
          left: -23px; }
      #registration-popup .column:nth-child(2) #google-link + label {
        padding-left: 13px; }
    #registration-popup .column:nth-child(3) input[type="radio"] {
      margin: 4px 7px 10px 1px; }
    #registration-popup .column:nth-child(3) input[type="radio"] + label {
      display: inline-block;
      padding-left: 5px;
      margin-right: 9px;
      width: 55px;
      font-size: 12px;
      line-height: 32px; }
      #registration-popup .column:nth-child(3) input[type="radio"] + label:before {
        top: 4px;
        left: -29px; }
  #registration-popup h2 {
    color: #e6007e !important; }
  #registration-popup p {
    font-size: 11.5px;
    margin: 4px 0 7px 2px; }
  #registration-popup input[type="text"],
  #registration-popup input[type="email"],
  #registration-popup input[type="password"] {
    margin-bottom: 5px; }
  #registration-popup input + h2 {
    margin-top: 19px; }
  #registration-popup #birthdayselects + h2 {
    margin-top: 22px; }
  #registration-popup h2.passwordtitle {
    margin-top: 5px; }
  #registration-popup h2.passwordtitle + input {
    margin-top: 5px;
    margin-bottom: 0px; }
  #registration-popup #linkedaccountstitle {
    margin-top: 25px;
    margin-bottom: 3px; }
  #registration-popup #languagetitle {
    margin-top: 13px;
    margin-bottom: 8px; }
  #registration-popup #birthdayselects {
    margin-top: 4px;
    font-size: 12px; }
    #registration-popup #birthdayselects input {
      display: none; }
  #registration-popup .selectcolumn {
    display: inline-block;
    margin: 0 8px 0 0; }
    #registration-popup .selectcolumn:nth-child(2) {
      margin: 0 10px 0 0; }
      #registration-popup .selectcolumn:nth-child(2) .selectwrapper {
        margin-left: 2px; }
    #registration-popup .selectcolumn:nth-child(3) .selectwrapper {
      margin-left: 3px; }
  #registration-popup #tostext {
    position: absolute;
    top: 502px;
    left: 563px;
    font-size: 13.4px; }
  #registration-popup button {
    position: absolute;
    right: 29px;
    bottom: 26px;
    width: 236px;
    height: 43px; }
  #registration-popup .hiddenfields {
    display: none; }

#header #popup-buttons {
  display: none; }

body.bare {
  background: white; }
  body.bare .box > .leftholder {
    background: transparent; }
    body.bare .box > .leftholder > .rightholder {
      background: transparent; }
  body.bare .box > .bottom_border {
    background: transparent; }
    body.bare .box > .bottom_border:after, body.bare .box > .bottom_border:before {
      background: transparent; }
  body.bare #header #welcome,
  body.bare #header #asiakastuki,
  body.bare #header form {
    display: none; }
  body.bare #content .content {
    min-height: auto; }
    body.bare #content .content > h1 {
      display: none; }
  body.bare #page {
    padding: 8px 0 20px 26px;
    font-size: 12px; }
    body.bare #page h1 {
      color: #e6007e; }
    body.bare #page h3 {
      color: #4b5256; }
    body.bare #page p {
      margin: 20px 0; }
    body.bare #page a:link {
      font-weight: bold; }
    body.bare #page .control-group {
      margin: 10px 0; }
  body.bare #bonus_footer,
  body.bare #footer,
  body.bare #bonusmenu {
    display: none; }
  body.bare #system-message-container {
    position: static; }
  body.bare #system-message {
    border: none;
    padding: 0; }
    body.bare #system-message .close {
      display: none; }
  body.bare #header #popup-buttons {
    display: inline-block;
    color: white;
    line-height: 29px; }
    body.bare #header #popup-buttons a:link,
    body.bare #header #popup-buttons a:active,
    body.bare #header #popup-buttons a:visited {
      color: white;
      text-decoration: none; }
    body.bare #header #popup-buttons span {
      display: inline-block;
      margin: 0 20px; }

#mybonusmoneypage {
  position: relative;
  padding: 19px 26px 16px 254px; }
  #mybonusmoneypage .money {
    position: absolute;
    background: #4b5256 url(../images/mybonusmoney/eurosymbol.png) center 16px no-repeat;
    background-size: 45px 45px;
    top: 19px;
    left: 23px;
    width: 197px;
    height: 257px;
    color: white;
    padding: 68px 15px 0 15px;
    text-align: center; }
    #mybonusmoneypage .money h3 {
      color: white; }
    #mybonusmoneypage .money .total {
      font-size: 28px;
      font-weight: bold;
      margin-top: 6px; }
      #mybonusmoneypage .money .total .euro {
        display: inline-block;
        margin-left: 9px;
        font-size: 16px; }
    #mybonusmoneypage .money hr {
      margin: 13px 0 15px 0;
      width: 100%;
      height: 1px;
      background: white;
      border: none; }
    #mybonusmoneypage .money .text {
      width: 110px;
      margin: 0 auto;
      font-size: 12px;
      line-height: 15px; }
    #mybonusmoneypage .money a {
      display: block;
      text-decoration: none;
      margin-top: 7px;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0 10px;
      height: 35px;
      line-height: 37px;
      color: white;
      background-color: #6ce30c; }
      #mybonusmoneypage .money a:hover {
        opacity: 0.8; }
  #mybonusmoneypage .moneyduedate {
    width: 437px;
    height: 94px;
    padding: 18px 0 0 22px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.28);
    zoom: 1;
    background: white;
    margin-left: -5px\9;
    margin-top: -5px\9;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5, Direction=270); }
    #mybonusmoneypage .moneyduedate .data {
      margin-top: 6px;
      font-size: 11.2px; }
    #mybonusmoneypage .moneyduedate .price {
      font-size: 29px;
      font-weight: bold; }
    #mybonusmoneypage .moneyduedate .euro {
      display: inline-block;
      margin-left: 5px;
      font-size: 16px;
      font-weight: bold; }
    #mybonusmoneypage .moneyduedate .date {
      display: inline-block;
      margin-left: 9px; }
    #mybonusmoneypage .moneyduedate .noeuros {
      display: inline-block;
      margin-top: 12px; }
  #mybonusmoneypage .moneyhistory {
    margin-top: 17px;
    width: 437px;
    padding: 19px 22px 25px 22px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.28);
    zoom: 1;
    background: white;
    margin-left: -5px\9;
    margin-top: -5px\9;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5, Direction=270); }
    #mybonusmoneypage .moneyhistory table {
      margin-top: 13px; }
    #mybonusmoneypage .moneyhistory th {
      font-weight: bold;
      font-size: 11.8px;
      width: 108px;
      padding-bottom: 8px;
      border-bottom: 1px solid #cccfd1; }
      #mybonusmoneypage .moneyhistory th:nth-child(3) {
        width: 70px; }
    #mybonusmoneypage .moneyhistory td {
      padding-top: 8px;
      font-size: 10px; }
  #mybonusmoneypage .links {
    text-align: right;
    margin-top: 21px;
    color: #e6007e;
    font-weight: bold;
    font-size: 11.9px; }
  #mybonusmoneypage .separator {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 15px 0 9px;
    width: 2px;
    height: 9px;
    background: #e6007e; }

.s1 {
  position: absolute;
  background: url(../images/mybonusmoney/s1.png) no-repeat;
  top: 12px;
  left: 247px;
  right: 20px;
  bottom: 182px;
  width: 451px;
  height: 108px; }

.s2 {
  position: absolute;
  background: url(../images/mybonusmoney/s2.png) no-repeat;
  top: 123px;
  left: 247px;
  right: 20px;
  bottom: 46px;
  width: 451px;
  height: 133px; }

.s3 {
  position: absolute;
  background: url(../images/mybonusmoney/s3.png) no-repeat;
  top: 12px;
  left: 16px;
  right: 491px;
  bottom: 19px;
  width: 211px;
  height: 271px; }

#myvacationspage {
  position: relative;
  padding-bottom: 16px; }
  #myvacationspage .past,
  #myvacationspage .future {
    display: inline-block;
    margin-top: 23px;
    width: 320px;
    vertical-align: top; }
  #myvacationspage .future {
    margin-left: 21px;
    margin-right: 49px; }
  #myvacationspage dl {
    margin-top: 24px;
    font-size: 12px;
    line-height: 19.7px; }
  #myvacationspage dt {
    font-weight: bold;
    display: inline-block;
    width: 108px;
    vertical-align: top; }
  #myvacationspage dd {
    display: inline-block;
    width: 190px;
    font-size: 11.8px; }

#offeringspage {
  position: relative;
  padding-bottom: 1px; }
  #offeringspage .offering {
    position: relative;
    margin-top: 13px;
    margin-left: 22px;
    margin-bottom: 20px;
    min-height: 175px;
    border-bottom: 1px solid #f1f2f2; }
    #offeringspage .offering > img {
      position: absolute;
      top: 3px;
      left: 0; }
    #offeringspage .offering .description {
      padding-left: 188px;
      padding-top: 54px;
      width: 525px;
      min-height: 149px;
      padding-bottom: 26px;
      font-size: 11.9px;
      line-height: 16.5px; }
      #offeringspage .offering .description h3 {
        font-size: 13.85px;
        line-height: 17px;
        width: 260px;
        margin-bottom: 2px; }
    #offeringspage .offering.rauhalahti .description {
      background: url(../images/offerings/rauhalahti.png) 188px 0 no-repeat; }
    #offeringspage .offering.summassaari .description {
      background: url(../images/offerings/summassaari.png) 188px 9px no-repeat; }
    #offeringspage .offering.paivakumpu .description {
      background: url(../images/offerings/paivakumpu.png) 188px 0 no-repeat; }
    #offeringspage .offering .priceinfo {
      position: absolute;
      top: 0;
      left: 546px;
      width: 146px;
      padding-left: 16px;
      padding-top: 36px;
      border-left: 1px solid #f1f2f2;
      font-weight: bold; }
    #offeringspage .offering .price {
      font-size: 23.5px;
      font-weight: normal;
      margin: 8px 0 0 -2px;
      color: #e6007e; }
      #offeringspage .offering .price:after {
        content: '€';
        font-size: 17.5px;
        position: relative;
        left: 8px;
        top: 1px; }
    #offeringspage .offering .reserve {
      display: block;
      background: url(../images/offerings/reserve.png) no-repeat;
      width: 110px;
      height: 35px;
      text-indent: -9999px;
      cursor: pointer;
      margin-top: 20px;
      margin-left: -3px; }

#programinfopage {
  position: relative;
  padding: 23px 32px 24px 21px; }
  #programinfopage h3 {
    font-size: 16.1px;
    margin-bottom: 23px; }
  #programinfopage h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 5px; }
  #programinfopage p {
    font-size: 12px;
    line-height: 19px; }

#myinfopage {
  position: relative;
  padding: 0 22px 0 22px; }
  #myinfopage .column {
    display: inline-block;
    vertical-align: top;
    padding-top: 23px;
    height: 183px; }
    #myinfopage .column + .column {
      padding-left: 25px;
      border-left: 1px solid #f1f2f2; }
    #myinfopage .column:nth-child(1) {
      width: 243px; }
    #myinfopage .column:nth-child(2) {
      width: 276px; }
    #myinfopage .column:nth-child(3) {
      width: 145px; }
  #myinfopage h3 {
    margin-bottom: 4px; }
  #myinfopage p {
    font-size: 11.5px;
    margin-bottom: 23px; }
  #myinfopage #reserve,
  #myinfopage #editprofile {
    position: absolute;
    top: 233px;
    left: 455px;
    width: 236px;
    height: 43px; }
  #myinfopage #reserve {
    left: 205px; }
  #myinfopage.editing p {
    margin-bottom: 7px; }
  #myinfopage.editing .column {
    height: 275px; }
  #myinfopage input[type="text"],
  #myinfopage input[type="tel"],
  #myinfopage input[type="email"] {
    width: 229px;
    height: 24px;
    margin-bottom: 15px; }
  #myinfopage .column:nth-child(1) input {
    margin-left: -2px; }
  #myinfopage .column:nth-child(1) h3 + input {
    margin-top: 2px; }
  #myinfopage .column:nth-child(2) input[type="checkbox"] {
    margin: 0 0 0 4px; }
  #myinfopage .column:nth-child(2) input[type="checkbox"] + label {
    display: inline-block;
    font-size: 11.6px;
    padding-left: 12px;
    line-height: 22px;
    height: 22px;
    margin-right: 19px; }
    #myinfopage .column:nth-child(2) input[type="checkbox"] + label:before {
      top: 2px; }
  #myinfopage .column:nth-child(2) #google-link + label {
    padding-left: 0; }
  #myinfopage .column:nth-child(3) input[type="text"] {
    margin-top: 5px;
    margin-left: -4px;
    margin-bottom: 11px;
    width: 123px; }
  #myinfopage .column:nth-child(3) input[type="radio"] {
    margin: 0 6px 10px -2px; }
  #myinfopage .column:nth-child(3) input[type="radio"] + label {
    display: inline-block;
    width: 80px;
    line-height: 22px; }
    #myinfopage .column:nth-child(3) input[type="radio"] + label:before {
      left: -29px; }
  #myinfopage .column:nth-child(3) #jform_extendedprofile_gender + h3 {
    margin-top: 9px; }
  #myinfopage input + h3 {
    margin-top: -3px; }
  #myinfopage #save {
    position: absolute;
    top: 233px;
    left: 568px;
    width: 123px;
    min-width: 123px;
    height: 43px; }
  #myinfopage .hiddenfields {
    display: none; }

#manageaccountpage {
  position: relative;
  padding: 23px 0 0 21px;
  font-size: 11.8px; }
  #manageaccountpage input, #manageaccountpage label {
    display: inline-block; }
  #manageaccountpage input[type="password"] {
    vertical-align: top; }
  #manageaccountpage .uutiskirje {
    position: absolute;
    top: 23px;
    left: 22px; }
    #manageaccountpage .uutiskirje fieldset {
      margin-top: 4px; }
    #manageaccountpage .uutiskirje label {
      margin-left: 4px;
      width: 243px;
      line-height: 19px; }
    #manageaccountpage .uutiskirje input {
      margin-top: 2px; }
    #manageaccountpage .uutiskirje input + label:before {
      left: -30px; }
  #manageaccountpage .markkinointi {
    position: absolute;
    top: 163px;
    left: 21px; }
    #manageaccountpage .markkinointi fieldset {
      margin-top: 21px;
      line-height: 22px; }
    #manageaccountpage .markkinointi label {
      margin: 0 6px; }
  #manageaccountpage .salasana {
    position: absolute;
    top: 23px;
    left: 326px; }
    #manageaccountpage .salasana p {
      line-height: 18px;
      width: 330px; }
    #manageaccountpage .salasana fieldset {
      margin-top: 16px;
      line-height: 31px; }
    #manageaccountpage .salasana label {
      width: 156px; }
    #manageaccountpage .salasana input {
      margin-top: 2px; }
  #manageaccountpage #rekisteriseloste_link {
    position: absolute;
    top: 274px;
    left: 22px; }
  #manageaccountpage h4 {
    margin-top: 25px;
    margin-bottom: 4px;
    font-size: 12px; }
  #manageaccountpage #save {
    position: absolute;
    top: 243px;
    left: 455px;
    width: 236px;
    height: 43px; }

#newsletterForm {
  display: none; }

#footer {
  margin-top: 25px;
  background-color: #dae6e6;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  min-height: 73px;
  width: 100%;
  font-size: 13px;
  clear: both; }
  #footer a {
    color: inherit;
    text-decoration: none; }
  #footer b, #footer strong {
    font-size: 14px;
    font-weight: normal; }

.bonus-month {
  text-transform: capitalize;
}

#mybonusmoneypage {
  position: relative;
  padding: 19px 26px 16px 20px !important;
}

.mybonusmaintitle {
  font-size: 1.5rem !important;
  padding: 5px;
}

.mybonussecondtitle {
  font-size: 1.5rem !important;
  padding: 5px;
}

.mybonus-note {
  margin-top: 2rem;
  font-size: 15px !important;
}

.mybonus-flex-container {
  display: flex;
}

.mybonus-flex-child {
  flex: 1;
  max-width: 130px;
}  

.mybonus-flex-child:first-child {
  margin-right: 0px;
} 
/*
#content .content {
  min-height: 360px !important;
}*/

/*#bonusmenu .item-for-bonustili-euroni a {
  background: none !important;
}*/


/*# sourceMappingURL=template.css.map */
