@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,700i");
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,700,700i&display=swap&subset=latin-ext');
@-ms-viewport {
    width: device-width;
}
HTML {
    overflow: -moz-scrollbars-vertical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
}
BODY {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    position: relative;
}
INPUT,
SELECT,
TEXTAREA {
    box-sizing: border-box;
    max-width: 100%;
    font-family: "Titillium Web", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
SELECT::-ms-expand {
    display: none;
}
@media only screen and (max-width: 759px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-small {
        font-size: 12px;
        line-height: 1.2em;
    }
}
@media only screen and (min-width: 760px) {
    .desktop-hide {
        display: none !important;
    }
}
@media only screen and (max-width: 1199px) {
    .desktop-wide-show {
        display: none !important;
    }
}
@media only screen and (min-width: 1200px) {
    .desktop-wide-hide {
        display: none !important;
    }
}
.clear {
    *zoom: 1;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.w40 {
    width: 40px;
}
.w50 {
    width: 50px;
}
.w60 {
    width: 60px;
}
.w70 {
    width: 70px;
}
.w80 {
    width: 80px;
}
.w90 {
    width: 90px;
}
.w100 {
    width: 100px;
}
.w120 {
    width: 120px;
}
.w130 {
    width: 130px;
}
.maxw {
    max-width: 800px;
    margin: auto;
}
.pt0 {
    padding-top: 0 !important;
}
.w50 {
    width: 50px !important;
}
.w100 {
    width: 100px !important;
}
.w150 {
    width: 150px !important;
}
.w200 {
    width: 200px !important;
}
.w250 {
    width: 250px !important;
}
.w300 {
    width: 300px !important;
}
.w350 {
    width: 350px !important;
}
.w400 {
    width: 400px !important;
}
.w450 {
    width: 450px !important;
}
.w500 {
    width: 500px !important;
}
.wauto {
    width: auto !important;
}
.w1p {
    width: 1%;
}
.w15p {
    width: 15%;
}
.w25p {
    width: 25%;
}
.w10p {
    width: 10%;
}
.w20p {
    width: 20%;
}
.w30p {
    width: 30%;
}
.w40p {
    width: 40%;
}
.w50p {
    width: 50%;
}
.w60p {
    width: 60%;
}
.w70p {
    width: 70%;
}
.w80p {
    width: 80%;
}
.w90p {
    width: 90%;
}
.w100p {
    width: 100%;
}
IMG.alignleft,
.img-left {
    float: left;
    margin: 1em 1em 1em 0;
    clear: both;
    max-width: 100%;
    height: auto;
}
IMG.alignright,
.img-right {
    float: right;
    margin: 1em 0 1em 1em;
    clear: both;
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 759px) {
    IMG.alignleft,
    .img-left,
    IMG.alignright,
    .img-right {
        max-width: 50%;
        height: auto;
    }
}
.strike,
.strike * {
    text-decoration: line-through;
}
.posrel {
    position: relative;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.c-both {
    clear: both;
}
.hidden {
    display: none;
    visibility: hidden;
}
TR.hidden {
    visibility: visible;
}
.ui-helper-hidden-accessible {
    display: none;
}
.visuallyhidden {
    position: absolute;
    left: -10000px;
    top: -10000px;
}
.nowrap {
    white-space: nowrap;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}
.nomargin {
    margin: 0 !important;
}
.nopadding {
    padding: 0 !important;
}
.bold,
.bold * {
    font-weight: 500 !important;
}
.nobold {
    font-weight: normal !important;
}
.danger {
    color: #ff5755;
}
.danger A {
    color: inherit;
}
.success {
    color: #33a80b;
}
.success A {
    color: inherit;
}
.warning {
    color: #887a00;
}
.warning A {
    color: inherit;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mt1em {
    margin-top: 1em !important;
}
.mt2em {
    margin-top: 2em !important;
}
.mt-normal {
    margin-top: 20px !important;
}
.mt-large {
    margin-top: 30px !important;
}
.nomargin {
    margin: 0 !important;
}
.todo {
    opacity: .1 !important;
    filter: blur(5px);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.hasico {
    font-family: 'icons';
    letter-spacing: 0 !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
BODY,
HTML {
    position: relative;
    height: auto;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    font-family: "Titillium Web", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 759px) {
    BODY,
    HTML {
        min-height: 100%;
    }
}
HTML {
    background: #eee;
}
H1,
.h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
H1 SMALL,
.h1 SMALL {
    color: rgba(35, 67, 85, 0.8);
    font-weight: 400;
    font-size: 14px;
}
H2,
.h2 {
    font-size: 24px;
}
H3,
.h3 {
    font-size: 18px;
}
H4 .h4 {
    font-size: 15px;
}
H5,
.h5 {
    font-size: 13px;
}
H6,
.h6 {
    font-size: 11px;
}
H1,
H2,
H3,
H4,
H5,
H6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Titillium Web", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    clear: both;
    font-weight: 600;
    margin: 20px 0 0;
}
.layout-unsubscribe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.layout-unsubscribe H1 IMG {
    width: 200px;
    height: auto;
}
.layout-unsubscribe H2 {
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(35, 67, 85, 0.7);
}
@media only screen and (max-width: 759px) {
    .layout-unsubscribe H2 {
        font-size: 16px;
        word-wrap: break-word;
    }
}
.layout-default {
    min-height: 100vh;
    background: #fff;
}
.layout-default .col00 {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.layout-default .header01 {
    background: #fff;
    border-bottom: 1px solid rgba(35, 67, 85, 0.2);
    padding: 20px 0;
}
.layout-default .header01 .col00 {
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.layout-default .header01 .logo IMG {
    height: 50px;
    width: auto;
}
DL.list01 {
    /*border: 1px solid @color-gray-lighter; padding: @gridunit; max-width: 400px;*/
    margin: 20px 0 0;
    font-size: 14px;
}
DL.list01:after {
    content: '';
    display: table;
    clear: both;
}
DL.list01 DT,
DL.list01 DD {
    margin: 0;
    padding: 0;
}
DL.list01 DT {
    font-weight: bold;
    width: 150px;
    float: left;
    clear: both;
    margin: .5em 0 0 0;
}
DL.list01 DD {
    width: 100%;
    float: left;
    margin: 0.5em 0 0 -150px;
    padding-left: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 759px) {
    DL.list01 DT,
    DL.list01 DD {
        display: block;
        float: none;
        width: 100%;
    }
    DL.list01 DT:not(:first-child) {
        margin: 10px 0 0;
    }
    DL.list01 DD {
        margin: 0;
        padding-left: 0;
    }
}
.well {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    margin: 20px 0 0;
}
.well.size01 {
    max-width: 600px;
}
.well > *:first-child {
    margin: 0;
}
.btn {
    font-family: "Titillium Web", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    appearance: none;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding: 5px 20px;
    margin: 0;
    border: none;
    border-radius: 5px;
    background: rgba(35, 67, 85, 0.2);
    font-size: 13px;
    color: #000;
    cursor: pointer;
    transition: all 500ms ease-in-out 0ms;
    will-change: border, background;
    text-align: center;
}
@media print {
    .btn {
        display: none;
    }
}
.btn:hover,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgba(35, 67, 85, 0.7);
    z-index: 1;
    background-color: rgba(35, 67, 85, 0.2);
}
.btn.primary {
    background: rgba(35, 67, 85, 0.8);
    border-color: rgba(35, 67, 85, 0.8);
    color: #fff;
}
.btn.primary:hover,
.btn.primary:focus,
.btn.primary:active {
    background: #000;
}
.btn.discrete {
    background: transparent;
    border-color: transparent;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
}
.btn.discrete:hover {
    background: transparent !important;
    text-decoration: underline !important;
    color: #234355 !important;
}
.btn.disabled,
.btn[disabled],
.btn[disabled="disabled"] {
    cursor: default;
    opacity: 0.5;
}
.btn::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px;
}
.buttons {
    padding: 10px 0 0 0;
    margin: 20px -10px 0 0;
    list-style: none;
    *zoom: 1;
    position: relative;
    z-index: 0;
}
@media print {
    .buttons {
        display: none;
    }
}
.buttons:before,
.buttons:after {
    content: " ";
    display: table;
}
.buttons:after {
    clear: both;
}
.buttons > LI {
    float: left;
    padding: 0;
    margin: 10px 10px 0 0;
    box-sizing: border-box;
}
.buttons > LI.f-right,
.buttons > LI.primary {
    float: right;
}
.buttons .btn {
    width: 100%;
}
.buttons.center {
    text-align: center;
}
.buttons.center > LI {
    display: inline-block;
    float: none;
}
.apotheka .btn.primary {
    background: #ff2d1e;
    border: none;
}
.apotheka .btn.primary:hover,
.apotheka .btn.primary:focus,
.apotheka .btn.primary:active {
    background: #ea1000;
}
.sudameapteek .btn.primary {
    background: #f64638;
}
.sudameapteek .btn.primary:hover,
.sudameapteek .btn.primary:focus,
.sudameapteek .btn.primary:active {
    background: #f01c0b;
}
.beauty .btn {
    border-radius: 0;
}
.beauty .btn.primary {
    background: #fff;
    border: 1px solid rgba(35, 67, 85, 0.8);
    color: #000;
}
.beauty .btn.primary:hover,
.beauty .btn.primary:focus,
.beauty .btn.primary:active {
    background: rgba(35, 67, 85, 0.1);
}
.petcity {
    background: #18444f;
    color: #fff;
}
.petcity .well {
    color: #000;
}
.petcity .btn {
    border-radius: 0;
    padding: 10px 20px;
}
.petcity .btn.primary {
    background: #f05558;
}
.petcity .btn.primary:hover,
.petcity .btn.primary:focus,
.petcity .btn.primary:active {
    background: #ec262a;
}
.petcity .btn.discrete {
    padding: 10px 0;
}
.petcity .layout-default {
    color: #000;
}
.petcity .layout-default .header01 {
    background: #18444f;
}
