/* Minification failed. Returning unminified contents.
(1077,17): run-time error CSS1038: Expected hex color, found '#feee'
 */
textarea,
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: Montserrat, Lato, sans-serif;
}

.opacity-0 {
    opacity: 0;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

a.fullpage-link h4 {
    color: #333;
}

a.fullpage-link p {
    color: #999;
}

a.fullpage-link:hover {
    text-decoration: none;
}

    a.fullpage-link:hover h4 {
        color: #0275d8;
        text-decoration: none;
    }

    a.fullpage-link:hover p {
        color: #333;
        text-decoration: none;
    }

.celement {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-primary {
    background-color: #e41d3a;
    border-color: #e41d3a;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

.btn-lg {
    font-size: 1.2em;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.btn-md {
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.btn-round {
    font: initial;
    font-size: 14px;
    font-weight: 300;
    line-height: 53px;
    padding: 0;
    margin: 0;
    color: #999;
    border: solid 1px #eee;
    border-radius: 30px;
    background-color: #f5f5f5;
    width: 55px;
    height: 55px;
}

    .btn-round:hover {
        color: #333;
        border: solid 1px #e5e5e5;
    }

.btn-secondary {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

    .btn-secondary:hover {
        background-color: #dcdcdc;
        border-color: #dcdcdc;
        opacity: 0.8;
    }

    .btn-secondary.disabled:hover {
        background-color: #dcdcdc;
        border-color: #dcdcdc;
        opacity: 0.65;
    }

.btn-dark {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

    .btn-dark:active,
    .btn-dark:focus,
    .btn-dark:hover {
        background-color: #999;
        border-color: #999;
        color: #fff;
        opacity: 0.8;
    }

    .btn-dark.disabled:active,
    .btn-dark.disabled:focus,
    .btn-dark.disabled:hover {
        background-color: #999;
        border-color: #999;
        color: #fff;
        opacity: 0.65;
    }

.navbar .container {
    padding: 0;
}

.navbar .btn {
    height: 36px;
    margin: 0;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0.1em;
}

p {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6em;
    margin: 1em 0;
    color: #333;
    word-wrap: break-word;
}

small {
    font-weight: 300;
    font-size: 0.9em;
}

.small {
    font-weight: 300;
    font-size: 1em;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    background-color: #fff !important;
}

input[readonly]:-webkit-autofill,
input[disabled]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #eceeef inset;
    background-color: #eceeef !important;
}

.form-control:disabled,
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eceeef !important;
}

header .navbar {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

    header .navbar .navbar-nav {
        line-height: 26px;
    }

    header .navbar .nav-item a.nav-link {
        color: rgba(0, 0, 0, 0.8);
        padding-right: 15px;
        padding-left: 15px;
    }

    header .navbar .nav-item.active:hover a.nav-link,
    header .navbar .nav-item:hover a.nav-link {
        color: #e41d3a;
    }

.jumbotron .btn-primary,
header .btn-primary {
    background-color: #e41d3a;
    border-color: #e41d3a;
}

    .jumbotron .btn-primary:hover,
    header .btn-primary:hover {
        background-color: #e41d3a;
        border-color: #e41d3a;
        opacity: 0.8;
    }

header .navbar a.btn {
    height: 36px;
    margin: 0;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0.1em;
}

.dropdown-toggle-before:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.35rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.jumbotron h1 {
    font-size: 4em;
    font-weight: 300;
    line-height: 1.1em;
    margin: 0;
    color: #333;
    word-wrap: break-word;
}

.jumbotron h2 {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.2em;
    margin: 1em 0;
    color: #333;
    word-wrap: break-word;
}

.jumbotron h3 {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6em;
    margin: 1em 0;
    color: #333;
    word-wrap: break-word;
}

.jumbotron .btn-success,
.jumbotron .btn-primary,
.jumbotron .btn-info,
.jumbotron .btn-secondary {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.jumbotron input {
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    font: 400 12px/12px Arial;
    border-radius: 3px;
    background: #fff;
    top: -43px;
    padding: 5px;
    left: -25px;
    text-align: center;
    width: 80px;
}

    .noUi-tooltip strong {
        display: block;
        padding: 2px;
    }

.noUi-connect {
    background-color: #e41d3a;
}

.noUi-value {
    width: 80px;
}

.noUi-pips-horizontal .noUi-value {
    font-size: 12px;
}

.noUi-value-horizontal {
    margin-left: -40px;
}

.noUi-target {
    border: none;
}

.c-input > input:active ~ .c-indicator,
.c-input > input:checked ~ .c-indicator {
    background-color: #00b67a;
}

.c-indicator {
    top: 3px;
}

.arrow-wrapper {
    height: 0;
    width: 100%;
    position: relative;
}

.arrow-scroll {
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    outline: 0;
    display: block;
    z-index: 100;
}

.arrow-scroll-bottom {
    top: -65px;
}

.arrow-scroll-faded {
    background-color: #f7f7f9;
}

.arrow-scroll i {
    font-size: 1.5em;
    color: #999;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#progress .circle {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    outline: 0;
    color: #fff;
    display: block;
    line-height: 60px;
    font-weight: bold;
}

#progress .dots {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    outline: 0;
    display: block;
    line-height: 60px;
    font-weight: bold;
    font-size: 2em;
    color: #e5e5e5;
}

#progress .bg-primary {
    background-color: #55bae4;
}

#progress .bg-success {
    background-color: #00b67a;
}

.bg-red {
    background-color: #e41d3a;
}

.bg-red-dark {
    background-color: #b73245;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.text-white {
    color: #fff;
}

.text-light-grey {
    color: #e5e5e5;
}

.text-grey {
    color: #c5c5c5;
}

html {
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-success {
    background-color: #00b67a;
    border-color: #00b67a;
}

    .btn-success:focus,
    .btn-success:active,
    .btn-success:hover {
        background-color: #00b67a;
        border-color: #00b67a;
        opacity: 0.8;
    }

    .btn-success:disabled,
    .btn-success:disabled:focus,
    .btn-success:disabled:active,
    .btn-success:disabled:hover {
        background-color: #00b67a !important;
        border-color: #00b67a !important;
        opacity: 0.8 !important;
    }

.jumbotron .btn-secondary {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

    .jumbotron .btn-secondary:hover {
        background-color: #dcdcdc;
        border-color: #dcdcdc;
        opacity: 0.8;
    }

.jumbotron .btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .jumbotron .btn-info:hover {
        background-color: #5bc0de;
        border-color: #5bc0de;
        opacity: 0.8;
    }

.checkbox label::after {
    margin-top: 4px;
}

.checkbox label::before {
    margin-top: 4px;
}

.radio label::after {
    margin-top: 4px;
}

.radio label::before {
    margin-top: 4px;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .flex-container div {
        padding: 10px 0;
        display: inline-block;
        width: 25%;
    }

    .flex-container img {
        width: 60%;
    }

.badge {
    background-color: #00b67a;
    padding: 15px 10px !important;
    color: #fff;
    text-align: center;
    z-index: 999;
    font-size: 0.9em;
    line-height: 1.2em;
    border-radius: 3px;
    font-weight: 300;
    max-width: 90px;
    margin: 15px;
}

    .badge strong {
        font-size: 1.8em;
        line-height: 1.5em;
    }

.views-container {
    height: 100%;
}

.celement-parent {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.warning-loan-cost-money p {
    font-size: 12px;
    line-height: 14px;
}


@media (max-width: 34em) {
    .card-deck {
        display: block;
    }

    .card {
        position: relative;
        width: inherit !important;
        display: block !important;
    }
}

@media (min-width: 75em) {
    .fullpage {
        height: 100% !important;
        position: relative;
        margin: 0;
        background-color: #fff;
        z-index: 99;
    }

    aside {
        position: fixed;
        z-index: 999;
        overflow-y: auto;
        height: 100%;
        top: 0;
        right: 0;
        padding: 40px;
        padding-bottom: 0;
        background-color: #fff;
        background-color: #f3f3f3;
    }

    .fullpage-left {
        padding-left: 385px;
    }

        .fullpage-left aside {
            width: 385px;
            margin-left: -385px;
            left: 385px;
        }

    .fullpage-right {
        padding-right: 575px;
    }

        .fullpage-right aside {
            width: 575px;
            margin-right: -575px;
            right: 575px;
        }
}

.spinner {
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #e41d3a;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animation {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.animation.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.pulsate {
    border: 3px solid #fff;
    -webkit-border-radius: 30px;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}

#slider {
    height: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #b5b5b5;
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
}

    #slider .noUi-base {
        height: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #slider .noUi-handle {
        border: none;
        background: #00b67a;
        height: 30px;
        width: 30px;
        top: 0;
        right: -15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 50%;
        outline: none;
        cursor: pointer;
    }

        #slider .noUi-handle::before, #slider .noUi-handle::after {
            display: none;
        }

    #slider .noUi-value-horizontal.noUi-value {
        -webkit-transform: translate(-50%, calc(-97% - 10px));
        transform: translate(-50%, calc(-97% - 10px));
        padding-bottom: 10px;
        margin-left: 0;
    }

    #slider .noUi-pips-horizontal {
        height: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #slider .noUi-marker-horizontal {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #slider .noUi-marker-horizontal.noUi-marker {
            height: 10px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        #slider .noUi-marker-horizontal.noUi-marker-large {
            height: 20px;
        }

.fz--base {
    font-size: 14px;
}

.fz--30 {
    font-size: 30px;
}

.text-green {
    color: #00b67a;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-r-auto {
    margin-right: auto;
}

.m-l-auto {
    margin-left: auto;
}

.bg-grey {
    background-color: #f9f9f9;
}

.main-form {
    border-radius: 5px;
}

span {
    font-size: 1.2em;
}

label {
    font-size: 1.2em;
}

    label a {
        color: inherit;
        text-decoration: underline;
    }

.btn-success {
    background-color: #00b67a;
    border-color: #00b67a;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus {
        background-color: #00b67a;
        border-color: #00b67a;
        opacity: 0.8;
    }

.btn-ui {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23777777'/%3E%3Cline x1='9.10869' y1='3.91304' x2='9.10869' y2='14.087' stroke='%23777777'/%3E%3Cline x1='14.087' y1='9.1087' x2='3.91305' y2='9.1087' stroke='%23777777'/%3E%3C/svg%3E%0A");
}

.btn-ui--minus {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23777777'/%3E%3Cline x1='14.087' y1='9.1087' x2='3.91304' y2='9.1087' stroke='%23777777'/%3E%3C/svg%3E%0A");
}

input {
    outline: none !important;
}

    input[type="radio"].styled:checked + label:after {
        content: "";
    }

.m-t-auto {
    margin-top: auto;
}

.current-value {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #00b67a;
    padding: 5px 14px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0;
}

p,
span {
    font-size: 16px;
}

@media screen and (min-width: 48em) {
    p,
    span {
        font-size: 18px;
    }

    .h4 {
        font-size: 32px;
    }
}

hr {
    margin: 0;
    border-top: 1px solid #b5b5b5;
}

.link-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    font-size: 18px;
    padding: 30px 0;
}

    .link-section p {
        margin: 0;
    }

    .link-section a {
        color: #00b67a;
        font-size: inherit;
        text-decoration: none;
        margin-left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }

        .link-section a img {
            margin-top: 10px;
            margin-left: 10px;
        }

.link-header {
    font-size: 21px;
    font-weight: bold;
}

#qr-code {
    margin: auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 175px;
    min-width: 175px;
}

#bankid-notation {
    text-align: center;
    background-color: #ffeeee;
    border: 2px solid #e02540;
    min-height: 30px;
    margin-top: 20px;
}

#bankid-instructions-header {
    background-color: #ffeeee;
    font-size: x-large;
    font-weight: 900;
    border-radius: 9px;
    text-decoration: underline;
    text-decoration-color: #e02540;
    padding: 10px;
}

#bankid-instructions {
    padding: 10px;
    margin-top: 20px;
}

#bank-id-qr-module {
    border: solid;
    border-width: 1px;
    border-color: #ff0000;
    border-radius: 10px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: x-small;
    font-weight: bold;
    min-height: 240px;
    min-width: 100%;
}

.numberCircle {
    content: '5';
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px;
    background: #feee;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 12px Arial, sans-serif;
    margin-top: 1em;
}

.eighty-percent-width {
    margin: auto;
    width: 80%;
}

@media (max-width: 34em) {
    .link-section {
        display: block;
    }

        .link-section a {
            text-align: left;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-left: 0;
            margin-top: 15px;
        }

            .link-section a img {
                margin-top: 0;
            }
}

.m-t-18px {
    margin-top: 18px;
}

/*# sourceMappingURL=app.css.map */
.show-container-divided {
    display: flex;
}

    .show-container-divided .image-divider {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 1rem;
    }

        .show-container-divided .image-divider i {
            font-size: 3rem;
            color: #fedddd;
        }

.mb-1 {
    margin-bottom: 1rem;
}

.spinner {
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #E41D3A;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.animation {
    -webkit-animation-duration: .70s;
    animation-duration: .70s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.animation.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.signal {
    border: 5px solid #fff;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 30px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}*/

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.pulsate {
    border: 3px solid #fff;
    -webkit-border-radius: 30px;
    height: 24px;
    width: 24px;
    display: inline-block;
    position:relative;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
