/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ * {
    box-sizing: border-box;
}

:after, :before {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.375;
    color: #333;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.375;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.small, small {
    font-size: 87%;
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

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

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus, a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #e8202b;
}

a.text-danger:focus, a.text-danger:hover {
    color: #c1141d;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 11px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dd, dt {
    line-height: 1.375;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.375;
        color: #777;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: "\2014 \00A0";
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: "";
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: "\00A0 \2014";
        }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.375;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 0;
}

kbd {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.375;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}

caption, th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.375;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

fieldset {
    margin: 0;
    min-width: 0;
}

fieldset, legend {
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    padding-top: 12px;
}

.form-control, output {
    display: block;
    font-size: 16px;
    line-height: 1.375;
    color: #4a4a4a;
}

.form-control {
    width: 100%;
    height: 46px;
    padding: 11px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a4a8ac;
}

    .form-control:focus {
        border-color: #70757a;
        outline: 0;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #f3f3f3;
        opacity: 1;
        border-color: #e8e8e9;
        color: #acabab;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 22px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px;\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed;
    }

.form-control-static {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0;
    min-height: 38px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 41px;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 41px;
    line-height: 41px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 41px;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.form-group-sm select.form-control {
    height: 41px;
    line-height: 41px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 41px;
    min-height: 36px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-lg {
    height: 49px;
    line-height: 49px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 57.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 41px;
    height: 41px;
    line-height: 41px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #e8202b;
}

.has-error .form-control {
    border-color: #e8202b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #c1141d;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f27c83;
    }

.has-error .input-group-addon {
    color: #e8202b;
    border-color: #e8202b;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #e8202b;
}

.has-feedback label ~ .form-control-feedback {
    top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #64676b;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 34px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 12px;
    font-size: 16px;
    line-height: 1.375;
    border-radius: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    line-height: 49px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 41px;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 41px;
    line-height: 41px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 11px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #4a4a4a;
    text-align: center;
    background-color: #eee;
    border: 1px solid #a4a8ac;
    border-radius: 0;
}

    .input-group-addon.input-sm {
        padding: 9px 10px;
        font-size: 14px;
        border-radius: 0;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 20px;
        border-radius: 0;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2;
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px;
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            z-index: 2;
            margin-left: -1px;
        }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.account-history-details:after, .account-history-details:before, .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .row:after, .row:before, .user-steps:after, .user-steps:before {
    content: " ";
    display: table;
}

.account-history-details:after, .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .row:after, .user-steps:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

.button {
    padding: 8px 20px 9px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.button--xs {
    padding: 6px 20px 5px;
    font-size: 12px;
}

.button--sm {
    padding: 10px 20px;
    font-size: 14px;
}

.button--md {
    padding: 12px 30px 10px;
    font-size: 18px;
}

.button--fw {
    display: block;
    width: 100%;
}

.button--red {
    background-color: #e50713;
}

    .button--red:focus, .button--red:hover {
        background-color: #cc0611;
        color: #fff;
    }

    .button--red:disabled {
        background-color: #f28389;
    }

.button--blue {
    background-color: #197dff;
}

    .button--blue:focus, .button--blue:hover {
        background-color: #006fff;
        color: #fff;
    }

    .button--blue:disabled {
        background-color: rgba(25,125,255,.5);
    }

.button--white {
    background: #fff;
    box-shadow: inset 0 0 1px 1px #a4a8ac;
    color: #666d75;
}

    .button--white:focus, .button--white:hover {
        box-shadow: inset 0 0 2px 2px #898f94;
        color: #666d75;
    }

.button--yellow {
    background-color: #ffe30c;
    color: #404040;
}

    .button--yellow:focus, .button--yellow:hover {
        background-color: #f2d600;
        color: #000;
    }

.button-link {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #197dff;
    font-size: 15px;
}

    .button-link:focus, .button-link:hover {
        color: #04a222;
    }

.button-link--arrow:after {
    content: "›";
    margin-left: 10px;
    font-size: 150%;
    vertical-align: -.05em;
}

.jq-number {
    position: relative;
    display: inline-block;
    padding: 0 31px;
    vertical-align: middle;
    font-size: 14px;
}

.jq-number__field {
    width: 32px;
    border: 1px solid #a4a8ac;
    background: #fff;
}

    .jq-number__field input {
        box-sizing: border-box;
        padding: 6px 4px;
        width: 100%;
        outline: none;
        border: none;
        background: none;
        text-align: center;
        -moz-appearance: textfield;
    }

        .jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
            margin: 0;
            -webkit-appearance: none;
        }

.jq-number__spin {
    position: absolute;
    top: 0;
    width: 32px;
    height: 14px;
    height: 33px;
    border: 1px solid #a4a8ac;
    background: #f5f5f5;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .jq-number__spin:after {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #a4a8ac;
        font-size: 32px;
        -ms-transform: translate(-50%,-55%);
        transform: translate(-50%,-55%);
    }

    .jq-number__spin:active, .jq-number__spin:hover {
        background-color: #e8e8e8;
    }

    .jq-number__spin.minus {
        left: 0;
    }

        .jq-number__spin.minus:after {
            top: 45%;
            content: "-";
        }

    .jq-number__spin.plus {
        right: 0;
    }

        .jq-number__spin.plus:after {
            content: "+" !important;
        }

.jq-number.focused .jq-number__field {
    border-color: #898f94;
}

.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.number-plus-minus .jq-number__spin:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    width: 12px;
    height: 2px;
    border: none;
    background: #666;
}

.number-plus-minus .jq-number__spin.minus:after {
    display: none;
}

.number-plus-minus .jq-number__spin.plus:after {
    top: 10px;
    left: 15px;
    width: 2px;
    height: 12px;
    border: none;
    background: #666;
}

.number-plus-minus .jq-number__spin.plus:hover:after, .number-plus-minus .jq-number__spin:hover:before {
    background: #000;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100% !important;
    margin-bottom: 10px;
    display: block !important;
}

.jq-selectbox__select {
    height: 46px;
    padding: 0 40px 0 10px;
    border: 1px solid #a4a8ac;
    background: #fff;
    color: #4a4a4a;
}

    .jq-selectbox__select:hover {
        border-color: #70757a;
    }

    .jq-selectbox__select:active {
        background: #f5f5f5;
    }

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794bf;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 46px;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #a4a8ac;
    background: #fff;
    top: auto !important;
}

.jq-selectbox__search {
    margin: 5px;
}

    .jq-selectbox__search input {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 5px 27px 6px 8px;
        border: 1px solid #ccc;
        border-radius: 3px;
        outline: none;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
        box-shadow: inset 1px 1px #f1f1f1;
        color: #333;
        -webkit-appearance: textfield;
    }

        .jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
            -webkit-appearance: none;
        }

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231f20;
    margin: 0;
}

    .jq-selectbox li.selected {
        background-color: #a3abb1;
        color: #fff;
    }

    .jq-selectbox li:hover {
        background-color: #08c;
        color: #fff;
    }

    .jq-selectbox li.disabled {
        color: #aaa;
    }

        .jq-selectbox li.disabled:hover {
            background: none;
        }

    .jq-selectbox li.optgroup {
        font-weight: 700;
    }

        .jq-selectbox li.optgroup:hover {
            background: none;
            color: #231f20;
            cursor: default;
        }

    .jq-selectbox li.option {
        padding-left: 25px;
    }

    .jq-selectbox li span {
        margin-right: 5px;
        vertical-align: -.1em;
    }

.jq-select--sm .jq-selectbox__select {
    height: 41px;
}

.jq-select--sm .jq-selectbox__select-text {
    line-height: 40px;
}

.jq-select--sm .jq-selectbox__trigger-arrow {
    top: 17px;
}

.form--login {
    padding: 20px 5%;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.form h3.small-grey, .form h3.small-red {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.form h3.small-red {
    color: #e50713;
}

.form h3.small-grey {
    color: #465460;
}

.form label {
    color: #161718;
    text-align: left !important;
    font-weight: 500;
    font-size: 14px;
}

.form-separator {
    margin: 20px -15px;
    height: 1px;
    background: hsla(0,0%,85%,.3);
}

.form-creditcard {
    display: block;
    margin-top: 8px;
    background-image: url(../img/sprite.png);
    background-position: -337px -239px;
    width: 32px;
    height: 21px;
}

.form-control-feedback__icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: inset 0 0 1px 1px #fc9090;
    color: #fc9090;
    text-align: center;
    line-height: 22px;
}

.form-control-feedback__text {
    position: absolute;
    padding: 0 15px;
    border: 1px solid #e50713;
    border-radius: 2px;
    background: #fff;
    color: #e50713;
    white-space: nowrap;
    font-style: italic;
    line-height: 39px;
    -ms-transform: translateX(12%);
    transform: translateX(12%);
}

    .form-control-feedback__text:before {
        position: absolute;
        top: 10px;
        left: -10px;
        width: 0;
        height: 0;
        border-width: 10px 10px 10px 0;
        border-style: solid;
        border-color: transparent #e50713 transparent transparent;
        content: "";
    }

.form .btn-group {
    border-left: 1px solid #197dff;
}

    .form .btn-group .btn {
        border: 1px solid #197dff;
        border-width: 1px 1px 1px 0;
        box-shadow: none;
        color: #197dff;
        text-align: center !important;
    }

        .form .btn-group .btn:hover {
            background-color: rgba(25,125,255,.1);
        }

        .form .btn-group .btn.active {
            background-color: #197dff;
            color: #fff;
        }

.form-btn--lnk {
    padding: 0;
    color: #197dff;
    font-size: 14px;
}

.form-btn--close, .form-btn--lnk {
    border: 0;
    background-color: transparent;
}

.form-btn--close {
    margin-top: -5px;
    padding: 10px;
    color: #a4a8ac;
    font-size: 32px;
    line-height: .5;
}

    .form-btn--close:hover {
        color: #898f94;
    }

.form .checkbox {
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
    vertical-align: top;
}

    .form .checkbox + label {
        cursor: pointer;
    }

    .form .checkbox:not(checked) {
        position: absolute;
        opacity: 0;
    }

        .form .checkbox:not(checked) + label {
            position: relative;
            padding: 0 0 0 24px;
        }

            .form .checkbox:not(checked) + label:before {
                position: absolute;
                top: 2px;
                left: 0;
                width: 20px;
                height: 20px;
                border: 1px solid #a4a8ac;
                background: #fff;
                content: "";
                transition: all .2s;
            }

            .form .checkbox:not(checked) + label:after {
                content: "";
                position: absolute;
                top: 3px;
                left: 3px;
                width: 14px;
                height: 14px;
                background: #fff;
                transition: all .2s;
            }

    .form .checkbox:checked + label:before {
        border-color: #197dff;
    }

    .form .checkbox:checked + label:after {
        border-radius: 50%;
        background-color: #197dff;
    }

.form .checkbox--large:not(checked) + label {
    padding-left: 44px;
}

    .form .checkbox--large:not(checked) + label:before {
        width: 34px;
        height: 34px;
    }

    .form .checkbox--large:not(checked) + label:after {
        background-image: url(../img/sprite1b62.png);
        background-position: -470px -129px;
        top: 5px;
        width: 28px;
        height: 28px;
        background-color: transparent;
        opacity: 0;
    }

.form .checkbox--large:checked + label:after {
    border-radius: 0;
    opacity: 1;
    background-color: transparent;
}

.form .input-with {
    position: relative;
}

.form .input-with-card {
    padding-left: 50px;
}

.form .input-with-edit {
    padding-right: 40px;
}

    .form .input-with-edit + .form-btn--lnk {
        position: absolute;
        top: 12px;
        right: 24px;
    }

.form .input-card {
    position: absolute;
    top: 5px;
    left: 16px;
}

.form .input-card--visa {
    background-position: -432px -275px;
}

.form .input-card--mc, .form .input-card--visa {
    background-image: url(../img/sprite1b62.png);
    width: 50px;
    height: 30px;
}

.form .input-card--mc {
    background-position: -416px -129px;
}

.form .phone-separator {
    float: left;
    margin-left: -5px;
    width: 0;
    color: #1f1d1d;
    line-height: 40px;
}

[class*=flag-] {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url(../img/sprite1b62.png);
    background-position: -275px -516px;
    width: 21px;
    height: 15px;
}

.flag-ad {
    background-position: -404px -367px;
}

.flag-ae {
    background-position: -429px -367px;
}

.flag-af {
    background-position: -454px -367px;
}

.flag-ag {
    background-position: -479px -367px;
}

.flag-ai {
    background-position: -143px -391px;
}

.flag-al {
    background-position: -168px -391px;
}

.flag-am {
    background-position: -193px -391px;
}

.flag-ao {
    background-position: -218px -391px;
}

.flag-aq {
    background-position: -243px -391px;
}

.flag-ar {
    background-position: -268px -391px;
}

.flag-as {
    background-position: -293px -391px;
}

.flag-at {
    background-position: -318px -391px;
}

.flag-au {
    background-position: -343px -391px;
}

.flag-aw {
    background-position: -368px -391px;
}

.flag-ax {
    background-position: -393px -391px;
}

.flag-az {
    background-position: -418px -391px;
}

.flag-ba {
    background-position: -443px -391px;
}

.flag-bb {
    background-position: -468px -391px;
}

.flag-bd {
    background-position: 0 -421px;
}

.flag-be {
    background-position: -25px -421px;
}

.flag-bf {
    background-position: -50px -421px;
}

.flag-bg {
    background-position: -75px -421px;
}

.flag-bh {
    background-position: -100px -421px;
}

.flag-bi {
    background-position: -125px -421px;
}

.flag-bj {
    background-position: -150px -421px;
}

.flag-bl {
    background-position: -175px -421px;
}

.flag-bm {
    background-position: -200px -421px;
}

.flag-bn {
    background-position: -225px -421px;
}

.flag-bo {
    background-position: -250px -421px;
}

.flag-bq {
    background-position: -275px -421px;
}

.flag-br {
    background-position: -300px -421px;
}

.flag-bs {
    background-position: -325px -421px;
}

.flag-bt {
    background-position: -350px -421px;
}

.flag-bv {
    background-position: -375px -421px;
}

.flag-bw {
    background-position: -400px -421px;
}

.flag-by {
    background-position: -425px -421px;
}

.flag-bz {
    background-position: -450px -421px;
}

.flag-ca {
    background-position: -475px -421px;
}

.flag-cc {
    background-position: 0 -440px;
}

.flag-cd {
    background-position: -25px -440px;
}

.flag-cf {
    background-position: -50px -440px;
}

.flag-cg {
    background-position: -75px -440px;
}

.flag-ch {
    background-position: -100px -440px;
}

.flag-ci {
    background-position: -125px -440px;
}

.flag-ck {
    background-position: -150px -440px;
}

.flag-cl {
    background-position: -175px -440px;
}

.flag-cm {
    background-position: -200px -440px;
}

.flag-cn {
    background-position: -225px -440px;
}

.flag-co {
    background-position: -250px -440px;
}

.flag-cr {
    background-position: -275px -440px;
}

.flag-cu {
    background-position: -300px -440px;
}

.flag-cv {
    background-position: -325px -440px;
}

.flag-cw {
    background-position: -350px -440px;
}

.flag-cx {
    background-position: -375px -440px;
}

.flag-cy {
    background-position: -400px -440px;
}

.flag-cz {
    background-position: -425px -440px;
}

.flag-de {
    background-position: -450px -440px;
}

.flag-dj {
    background-position: -475px -440px;
}

.flag-dk {
    background-position: 0 -459px;
}

.flag-dm {
    background-position: -25px -459px;
}

.flag-do {
    background-position: -50px -459px;
}

.flag-dz {
    background-position: -75px -459px;
}

.flag-ec {
    background-position: -100px -459px;
}

.flag-ee {
    background-position: -125px -459px;
}

.flag-eg {
    background-position: -150px -459px;
}

.flag-eh {
    background-position: -175px -459px;
}

.flag-er {
    background-position: -200px -459px;
}

.flag-es {
    background-position: -225px -459px;
}

.flag-et {
    background-position: -250px -459px;
}

.flag-eu {
    background-position: -275px -459px;
}

.flag-fi {
    background-position: -300px -459px;
}

.flag-fj {
    background-position: -325px -459px;
}

.flag-fk {
    background-position: -350px -459px;
}

.flag-fm {
    background-position: -375px -459px;
}

.flag-fo {
    background-position: -400px -459px;
}

.flag-fr {
    background-position: -425px -459px;
}

.flag-ga {
    background-position: -450px -459px;
}

.flag-gb {
    background-position: -75px -478px;
}

.flag-gd {
    background-position: -100px -478px;
}

.flag-ge {
    background-position: -125px -478px;
}

.flag-gf {
    background-position: -150px -478px;
}

.flag-gg {
    background-position: -175px -478px;
}

.flag-gh {
    background-position: -200px -478px;
}

.flag-gi {
    background-position: -225px -478px;
}

.flag-gl {
    background-position: -250px -478px;
}

.flag-gm {
    background-position: -275px -478px;
}

.flag-gn {
    background-position: -300px -478px;
}

.flag-gp {
    background-position: -325px -478px;
}

.flag-gq {
    background-position: -350px -478px;
}

.flag-gr {
    background-position: -375px -478px;
}

.flag-gs {
    background-position: -400px -478px;
}

.flag-gt {
    background-position: -425px -478px;
}

.flag-gu {
    background-position: -450px -478px;
}

.flag-gw {
    background-position: -475px -478px;
}

.flag-gy {
    background-position: -505px 0;
}

.flag-hk {
    background-position: -505px -19px;
}

.flag-hm {
    background-position: -505px -38px;
}

.flag-hn {
    background-position: -505px -57px;
}

.flag-hr {
    background-position: -505px -76px;
}

.flag-ht {
    background-position: -505px -95px;
}

.flag-hu {
    background-position: -505px -114px;
}

.flag-id {
    background-position: -505px -133px;
}

.flag-ie {
    background-position: -505px -152px;
}

.flag-il {
    background-position: -505px -171px;
}

.flag-im {
    background-position: -505px -190px;
}

.flag-in {
    background-position: -505px -209px;
}

.flag-io {
    background-position: -505px -228px;
}

.flag-iq {
    background-position: -505px -247px;
}

.flag-ir {
    background-position: -505px -266px;
}

.flag-is {
    background-position: -505px -285px;
}

.flag-it {
    background-position: -505px -304px;
}

.flag-je {
    background-position: -505px -323px;
}

.flag-jm {
    background-position: -505px -342px;
}

.flag-jo {
    background-position: -505px -361px;
}

.flag-jp {
    background-position: -505px -380px;
}

.flag-ke {
    background-position: -505px -399px;
}

.flag-kg {
    background-position: -505px -418px;
}

.flag-kh {
    background-position: -505px -437px;
}

.flag-ki {
    background-position: -505px -456px;
}

.flag-km {
    background-position: -505px -475px;
}

.flag-kn {
    background-position: 0 -497px;
}

.flag-kp {
    background-position: -25px -497px;
}

.flag-kr {
    background-position: -50px -497px;
}

.flag-kw {
    background-position: -75px -497px;
}

.flag-ky {
    background-position: -100px -497px;
}

.flag-kz {
    background-position: -125px -497px;
}

.flag-la {
    background-position: -150px -497px;
}

.flag-lb {
    background-position: -175px -497px;
}

.flag-lc {
    background-position: -200px -497px;
}

.flag-li {
    background-position: -225px -497px;
}

.flag-lk {
    background-position: -250px -497px;
}

.flag-lr {
    background-position: -275px -497px;
}

.flag-ls {
    background-position: -300px -497px;
}

.flag-lt {
    background-position: -325px -497px;
}

.flag-lu {
    background-position: -350px -497px;
}

.flag-lv {
    background-position: -375px -497px;
}

.flag-ly {
    background-position: -400px -497px;
}

.flag-ma {
    background-position: -425px -497px;
}

.flag-mc {
    background-position: -450px -497px;
}

.flag-md {
    background-position: -475px -497px;
}

.flag-me {
    background-position: -500px -497px;
}

.flag-mf {
    background-position: -530px 0;
}

.flag-mg {
    background-position: -530px -19px;
}

.flag-mh {
    background-position: -530px -38px;
}

.flag-mk {
    background-position: -530px -57px;
}

.flag-ml {
    background-position: -530px -76px;
}

.flag-mm {
    background-position: -530px -95px;
}

.flag-mn {
    background-position: -530px -114px;
}

.flag-mo {
    background-position: -530px -133px;
}

.flag-mp {
    background-position: -530px -152px;
}

.flag-mq {
    background-position: -530px -171px;
}

.flag-mr {
    background-position: -530px -190px;
}

.flag-ms {
    background-position: -530px -209px;
}

.flag-mt {
    background-position: -530px -228px;
}

.flag-mu {
    background-position: -530px -247px;
}

.flag-mv {
    background-position: -530px -266px;
}

.flag-mw {
    background-position: -530px -285px;
}

.flag-mx {
    background-position: -530px -304px;
}

.flag-my {
    background-position: -530px -323px;
}

.flag-mz {
    background-position: -530px -342px;
}

.flag-na {
    background-position: -530px -361px;
}

.flag-nc {
    background-position: -530px -380px;
}

.flag-ne {
    background-position: -530px -399px;
}

.flag-nf {
    background-position: -530px -418px;
}

.flag-ng {
    background-position: -530px -437px;
}

.flag-ni {
    background-position: -530px -456px;
}

.flag-nl {
    background-position: -530px -475px;
}

.flag-no {
    background-position: -530px -494px;
}

.flag-np {
    background-position: 0 -516px;
}

.flag-nr {
    background-position: -25px -516px;
}

.flag-nu {
    background-position: -50px -516px;
}

.flag-nz {
    background-position: -75px -516px;
}

.flag-om {
    background-position: -100px -516px;
}

.flag-pa {
    background-position: -125px -516px;
}

.flag-pe {
    background-position: -150px -516px;
}

.flag-pf {
    background-position: -175px -516px;
}

.flag-pg {
    background-position: -200px -516px;
}

.flag-ph {
    background-position: -225px -516px;
}

.flag-pk {
    background-position: -250px -516px;
}

.flag-pl {
    background-position: -275px -516px;
}

.flag-pm {
    background-position: -300px -516px;
}

.flag-pn {
    background-position: -325px -516px;
}

.flag-pr {
    background-position: -350px -516px;
}

.flag-ps {
    background-position: -375px -516px;
}

.flag-pt {
    background-position: -400px -516px;
}

.flag-pw {
    background-position: -425px -516px;
}

.flag-py {
    background-position: -450px -516px;
}

.flag-qa {
    background-position: -475px -516px;
}

.flag-re {
    background-position: -500px -516px;
}

.flag-ro {
    background-position: -525px -516px;
}

.flag-rs {
    background-position: 0 -535px;
}

.flag-ru {
    background-position: -25px -535px;
}

.flag-rw {
    background-position: -50px -535px;
}

.flag-sa {
    background-position: -75px -535px;
}

.flag-sb {
    background-position: -100px -535px;
}

.flag-sc {
    background-position: -125px -535px;
}

.flag-sd {
    background-position: -150px -535px;
}

.flag-se {
    background-position: -175px -535px;
}

.flag-sg {
    background-position: -200px -535px;
}

.flag-sh {
    background-position: -225px -535px;
}

.flag-si {
    background-position: -250px -535px;
}

.flag-sj {
    background-position: -275px -535px;
}

.flag-sk {
    background-position: -300px -535px;
}

.flag-sl {
    background-position: -325px -535px;
}

.flag-sm {
    background-position: -350px -535px;
}

.flag-sn {
    background-position: -375px -535px;
}

.flag-so {
    background-position: -400px -535px;
}

.flag-sr {
    background-position: -425px -535px;
}

.flag-ss {
    background-position: -450px -535px;
}

.flag-st {
    background-position: -475px -535px;
}

.flag-sv {
    background-position: -500px -535px;
}

.flag-sx {
    background-position: -525px -535px;
}

.flag-sy {
    background-position: -555px 0;
}

.flag-sz {
    background-position: -555px -19px;
}

.flag-tc {
    background-position: -555px -38px;
}

.flag-td {
    background-position: -555px -57px;
}

.flag-tf {
    background-position: -555px -76px;
}

.flag-tg {
    background-position: -555px -95px;
}

.flag-th {
    background-position: -555px -114px;
}

.flag-tj {
    background-position: -555px -133px;
}

.flag-tk {
    background-position: -555px -152px;
}

.flag-tl {
    background-position: -555px -171px;
}

.flag-tm {
    background-position: -555px -190px;
}

.flag-tn {
    background-position: -555px -209px;
}

.flag-to {
    background-position: -555px -228px;
}

.flag-tr {
    background-position: -555px -247px;
}

.flag-tt {
    background-position: -555px -266px;
}

.flag-tv {
    background-position: -555px -285px;
}

.flag-tw {
    background-position: -555px -304px;
}

.flag-tz {
    background-position: -555px -323px;
}

.flag-ua {
    background-position: -555px -342px;
}

.flag-ug {
    background-position: -555px -361px;
}

.flag-um {
    background-position: -555px -380px;
}

.flag-un {
    background-position: -555px -399px;
}

.flag-us {
    background-position: -555px -418px;
}

.flag-uy {
    background-position: -555px -437px;
}

.flag-uz {
    background-position: -555px -456px;
}

.flag-va {
    background-position: -555px -475px;
}

.flag-vc {
    background-position: -555px -494px;
}

.flag-ve {
    background-position: -555px -513px;
}

.flag-vg {
    background-position: -555px -532px;
}

.flag-vi {
    background-position: 0 -554px;
}

.flag-vn {
    background-position: -25px -554px;
}

.flag-vu {
    background-position: -50px -554px;
}

.flag-wf {
    background-position: -75px -554px;
}

.flag-ws {
    background-position: -100px -554px;
}

.flag-ye {
    background-position: -125px -554px;
}

.flag-yt {
    background-position: -150px -554px;
}

.flag-za {
    background-position: -175px -554px;
}

.flag-zm {
    background-position: -200px -554px;
}

.flag-zw {
    background-position: -225px -554px;
}

.autocomplete__box {
    position: relative;
    font-size: 20px;
}

    .autocomplete__box.input-sm {
        font-size: 14px;
    }

.autocomplete__clear {
    position: relative;
    z-index: 1;
    float: right;
    margin-left: -40px;
    width: 40px;
    height: 100%;
    border: 0;
    background-color: transparent;
    color: #c1c1c1;
    font-size: 30px;
}

    .autocomplete__clear:hover {
        color: #8e8e8e;
    }

.autocomplete-suggestions {
    position: absolute;
    z-index: 9999;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    max-height: 254px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    background: #fff;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,.08);
    text-align: left;
    cursor: default;
}

.autocomplete-suggestion {
    position: relative;
    overflow: hidden;
    padding: 10px 12px;
    border-bottom: 1px solid hsla(0,0%,85%,.3);
    color: #1f1d1d;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}

    .autocomplete-suggestion b {
        color: #e50713;
        font-weight: 400;
    }

    .autocomplete-suggestion.selected {
        background: #f0f0f0;
    }

.any-questions-block {
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ececec;
    color: #a29898;
    text-align: center;
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format("truetype");
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format("truetype");
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format("truetype");
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format("truetype");
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format("truetype");
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format("truetype");
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*, :after, :before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    background: #fff;
    fill: inherit;
}

body, html {
    position: relative;
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-top: 64px;
    color: #8a7d7d;
}

.btn, .form-control, a, button, h1, h2 {
    transition: all .3s ease-in-out;
    outline: 0 none !important;
}

a {
    color: #197dff;
}

    a, a:hover {
        text-decoration: none;
    }

        a:hover {
            color: #04a222;
        }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 11px;
    color: #555050;
    line-height: 1.6;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 39px;
    margin-bottom: 45px;
}

.h2, h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.h3, h3 {
    font-size: 28px;
}

.h4, h4 {
    font-size: 20px;
}

.h5, h5 {
    font-size: 16px;
}

.h6, h6 {
    font-size: 14px;
}

ol, ul {
    padding-left: 1.5em;
}

    ol li, ul li {
        margin-bottom: .5em;
    }

.header {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grey-bg {
    background-color: #fafafa;
    box-shadow: 0 1px 0 0 hsla(0,0%,82%,.5);
}

.header {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.header__logo {
    -ms-transform: scale(.75);
    transform: scale(.75);
    background-position: -303px -175px;
    width: 149px;
    height: 60px;
}

.header__logo, .header__logo--pw {
    float: left;
    margin-top: 3px;
    margin-left: -10px;
    transition: none;
    background-image: url(../img/sprite.png?16172);
}

.header__logo--pw {
    background-position: -247px 0;
    width: 254px;
    height: 59px;
}

.header__menu {
    display: none;
    float: left;
}

.header__menu-item {
    float: left;
    margin-left: 12px;
    padding: 28px 0 26px;
    border-bottom: 2px solid transparent;
    color: #171717;
    font-size: 15px;
}

    .header__menu-item.current, .header__menu-item:focus, .header__menu-item:hover {
        border-bottom: 2px solid #197dff;
        color: #197dff;
    }

.header__close-button, .header__menu-button {
    float: right;
    padding: 20px 10px;
    border: 0;
    background-color: transparent;
}

    .header__close-button:after, .header__menu-button:after {
        display: block;
        content: "";
    }

    .header__menu-button:after {
        background-image: url(../img/sprite.png?16172);
        background-position: -115px -391px;
        width: 24px;
        height: 24px;
    }

.header__close-button {
    display: none;
}

    .header__close-button:after {
        background-image: url(../img/sprite.png?16172);
        background-position: -59px -391px;
        width: 24px;
        height: 24px;
    }

.header__help {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 44px;
}

.header__account {
    float: right;
    margin-top: 10px;
}

.header__account-button {
    padding: 6px 12px;
    min-width: 70px;
    border-radius: 3px;
    box-shadow: inset 0 0 1px 1px #a0a9ae;
    color: #727e85;
    text-align: center;
    font-size: 12px;
}

.header__account-button--blue {
    background: #197dff;
    box-shadow: inset 0 0 1px 1px #0064e5;
    color: #fff;
}

.header__account-button:hover {
    background-color: #fff;
    box-shadow: inset 0 0 1px 1px #0064e5;
    color: #197dff;
}

.header__myaccount {
    float: right;
    padding: 0 10px 0 40px;
    border: 1px solid #c3cace;
    border-width: 0 1px;
    color: #757575;
    font-weight: 700;
    font-size: 14px;
    line-height: 44px;
}

    .header__myaccount:before {
        position: absolute;
        margin-top: 9px;
        margin-left: -30px;
        content: "";
        background-image: url(../img/sprite.png?16172);
        background-position: -87px -391px;
        width: 24px;
        height: 24px;
    }

    .header__myaccount:hover {
        background-color: rgba(25,125,255,.1);
        color: #000;
    }

.header__cart {
    display: none;
    float: right;
    padding: 27px 0 25px;
    border-bottom: 2px solid transparent;
    color: #727272;
}

    .header__cart:after {
        display: block;
        float: left;
        margin: -4px 7px 0 0;
        content: "";
        background-image: url(../img/sprite.png?16172);
        background-position: 0 -391px;
        width: 26px;
        height: 26px;
    }

    .header__cart.current, .header__cart:hover {
        border-bottom: 2px solid #197dff;
        color: #197dff;
    }

        .header__cart.current:after {
            background-image: url(../img/sprite.png?16172);
            background-position: -30px -391px;
            width: 25px;
            height: 26px;
        }

.uk-offcanvas-page .header__menu-button {
    display: none;
}

.uk-offcanvas-page .header__close-button {
    display: block;
}

.header-info {
    display: none;
    box-shadow: inset 0 -1px 0 0 #cbd2d6;
    color: #757575;
}

.footer {
    background-color: #9cadcb;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

    .footer .copyrights {
        margin-bottom: 22px;
        color: #555050;
        font-size: 15px;
    }

.footer__menu {
    margin-bottom: 38px;
}

    .footer__menu h3 {
        margin-bottom: 10px;
        color: #242424;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

.footer__menu-wrap {
    margin-bottom: 20px;
    padding: 32px 0 25px;
    background-color: #e2edfd;
    font-size: 14px;
}

.footer__menu-item {
    display: block;
    color: #007fcf;
    white-space: nowrap;
    line-height: 25px;
}

    .footer__menu-item.current, .footer__menu-item:focus, .footer__menu-item:hover {
        color: #04a222;
    }

.footer__menu--support .footer__menu-item {
    display: inline-block;
    padding: 0 15px;
}

.footer__menu--support .footer__menu-phone {
    color: #555050;
    font-size: 14px;
}

.footer__fb {
    margin-top: 25px;
}

    .footer__fb:before {
        position: absolute;
        left: 0;
        margin-top: -12px;
        width: 100%;
        height: 1px;
        background: #99adca;
        content: "";
        opacity: .4;
    }

    .footer__fb a {
        display: inline-block;
    }

        .footer__fb a:before {
            background-image: url(../img/sprite.png?16172);
            background-position: -373px -239px;
            width: 20px;
            height: 20px;
            float: left;
            margin-right: 12px;
            content: "";
        }

.footer__verified {
    margin-bottom: 25px;
    font-size: 13px;
}

    .footer__verified img {
        margin: 0 5px 20px;
    }

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0,0,0,.1);
}

    .uk-offcanvas.uk-active {
        display: block;
    }

.uk-offcanvas-page {
    position: fixed;
    transition: margin-left .3s ease-in-out;
    margin-left: 0;
}

.uk-offcanvas-bar {
    position: fixed;
    top: 64px;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1000;
    width: 260px;
    max-width: 100%;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform .3s ease-in-out;
    -ms-scroll-chaining: none;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.uk-offcanvas-bar[mode=none] {
    transition: none;
}

.uk-offcanvas-bar[mode=reveal] {
    -ms-transform: translateX(0);
    transform: translateX(0);
    clip: rect(0,0,100vh,0);
    transition: transform .3s ease-in-out,clip .3s ease-in-out;
}

.uk-offcanvas-bar-flip[mode=reveal] {
    clip: none;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

    .uk-offcanvas-bar-flip[mode=reveal] > * {
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: transform .3s ease-in-out;
    }

.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode=reveal].uk-offcanvas-bar-show > * {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__item {
    display: block;
    padding: 24px 10px 24px 25px;
    border-bottom: 1px solid hsla(0,0%,87%,.2);
    color: #171717;
    font-weight: 700;
    font-size: 18px;
}

    .offcanvas__item.current, .offcanvas__item:hover {
        border-bottom-color: #197dff;
        background-color: #f2f2f2;
        color: #197dff;
    }

.home-hero {
    padding-top: 30px;
    background-color: #fff;
    background-image: linear-gradient(-1deg,#f9fcfe,#fff 82%);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
}

    .home-hero h1 {
        margin-bottom: 26px;
        color: #342e37;
        font-weight: 700;
        font-size: 41px;
    }

.home-hero__button {
    display: block;
    margin-bottom: 10px;
    padding: 9px 0 8px;
    width: 100%;
    border-radius: 2px;
    background: #197dff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
}

    .home-hero__button:hover {
        background: #006fff;
        color: #fff;
    }

.home-hero__bonus {
    margin-bottom: 50px;
    color: #555050;
    text-align: center;
}

.home-features {
    margin-bottom: 25px;
}

.home-features__icon {
    float: left;
    margin-right: 12px;
}

.home-features__icon--globe {
    background-position: -352px -327px;
}

.home-features__icon--eye, .home-features__icon--globe {
    background-image: url(../img/sprite.png?16172);
    width: 34px;
    height: 34px;
}

.home-features__icon--eye {
    background-position: -314px -327px;
}

.home-features__icon--lock-blue {
    background-position: -390px -327px;
}

.home-features__icon--date, .home-features__icon--lock-blue {
    background-image: url(../img/sprite.png?16172);
    width: 34px;
    height: 34px;
}

.home-features__icon--date {
    background-position: -276px -327px;
}

.home-features__icon--time {
    background-position: -466px -327px;
}

.home-features__icon--stars, .home-features__icon--time {
    background-image: url(../img/sprite.png?16172);
    width: 34px;
    height: 34px;
}

.home-features__icon--stars {
    background-position: -428px -327px;
}

.home-features__title {
    margin-bottom: 25px;
    color: rgba(46,48,49,.69);
    font-size: 14px;
    line-height: 17px;
}

.home-features__title--high {
    line-height: 34px;
}

.home-calls {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .home-calls h2 {
        margin-bottom: 30px;
        color: #7f8285;
        text-align: center;
        font-weight: 600;
        font-size: 32px;
    }

    .home-calls .autocomplete__box {
        margin-bottom: 26px;
    }

    .home-calls .table-responsive {
        margin-bottom: 18px;
    }

    .home-calls table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .home-calls table td {
            padding: 12px 4px;
            border-bottom: 1px solid hsla(0,0%,59%,.3);
            color: #04a222;
            text-align: right;
            font-size: 18px;
        }

        .home-calls table tr:last-child td {
            border-bottom: 0;
        }

        .home-calls table .name {
            color: #1f1d1d;
            text-align: left;
        }

.home-refer {
    position: relative;
    padding: 80px 0 0;
    border-bottom: 1px solid #dadee2;
    background-image: linear-gradient(-180deg,rgba(217,221,228,.32),rgba(234,237,241,.13) 98%);
    text-align: center;
}

.home-refer__subtitle, .home-refer__title {
    color: #555050;
}

.home-refer__title {
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.home-refer__subtitle {
    margin-bottom: 78px;
    font-weight: 300;
    font-size: 32px;
}

.home-sep {
    height: 1px;
    background-color: #d8d8d8;
}

.home-img-block {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .home-img-block h2 {
        position: relative;
        z-index: 1;
        margin-bottom: -60px;
        text-align: center;
        font-weight: 600px;
        font-size: 32px;
    }

    .home-img-block p {
        margin-bottom: 20px;
        color: #8a7d7d;
        font-size: 15px;
    }

.home-img-block__hand--inner {
    margin: 40px 0;
}

.home-img-block__hand--outer {
    display: none;
}

.home-img-block--left .home-img-block__hand--inner {
    margin-left: -15px;
}

.home-img-block--right .home-img-block__hand--inner {
    float: right;
    margin-right: -15px;
}

.home-bubbles {
    padding-top: 40px;
    background: #eff3f8;
}

    .home-bubbles h2 {
        margin-bottom: 6px;
        color: #6d737b;
        font-weight: 600;
        font-size: 24px;
    }

    .home-bubbles p {
        color: #8a7d7d;
        font-size: 15px;
    }

.home-bubbles__block {
    position: relative;
    margin-bottom: 40px;
    padding: 40px 30px;
    min-height: 360px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.04);
}

.home-bubbles__block--first {
    background-image: url(../img/bubbles-refill.png);
    background-position: -30px 100%;
    background-repeat: no-repeat;
}

.home-bubbles__block--second {
    background-image: url(../img/bubbles-topup.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

    .home-bubbles__block--second p {
        width: 70%;
    }

.home-bubbles__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 11px 30px 16px;
    border-top: 1px solid hsla(0,0%,85%,.3);
    border-radius: 0 0 8px 8px;
    background-color: #fff;
}

.rates-cards {
    padding-top: 60px;
    text-align: center;
}

    .rates-cards h1 {
        margin-bottom: 32px;
        font-size: 36px;
    }

    .rates-cards h2 {
        margin-top: 60px;
        margin-bottom: 24px;
        font-size: 32px;
    }

    .rates-cards h3 {
        margin-bottom: 6px;
        text-align: left;
        font-size: 24px;
    }

    .rates-cards p {
        color: #8a7d7d;
        font-size: 15px;
    }

    .rates-cards .table-responsive, .rates-cards p {
        margin-bottom: 40px;
    }

    .rates-cards table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .rates-cards table th {
            padding: 4px;
            color: #8a7d7d;
            text-align: right;
            font-weight: 700;
            font-size: 12px;
        }

        .rates-cards table td {
            padding: 6px 4px 5px 15px;
            border-top: 1px solid hsla(0,0%,85%,.25);
            color: #676767;
            text-align: right;
            font-weight: 300;
        }

        .rates-cards table .bdr {
            padding-right: 15px;
            border-right: 1px solid hsla(0,0%,85%,.25);
        }

        .rates-cards table td.bdr {
            color: #04a222;
            font-weight: 500;
        }

        .rates-cards table .name {
            color: #1f1d1d;
            text-align: left;
            font-size: 16px;
        }

.rates-cards__autocomplete {
    margin-bottom: 30px;
}

.rates-cards__arrows {
    display: none;
}

.rates-card {
    position: relative;
    margin-bottom: 60px;
}

    .rates-card:after {
        position: absolute;
        bottom: 18px;
        left: 50%;
        z-index: 0;
        margin-left: -30%;
        width: 60%;
        height: 4px;
        border-radius: 50%;
        box-shadow: 0 0 40px 40px rgba(0,0,0,.2);
        content: "";
    }

.rates-card__price {
    position: relative;
    min-height: 160px;
    border-radius: 5px 5px 0 0;
    text-align: left;
}

    .rates-card__price:after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        background-image: url(../img/sprite.png?16172);
        background-position: -200px -175px;
        width: 99px;
        height: 92px;
    }

.rates-card__price--10 {
    background-image: linear-gradient(-135deg,#8497e7,#adbdff);
}

.rates-card__price--20 {
    background-image: linear-gradient(-135deg,#47d37e,#61e294);
}

.rates-card__price--25 {
    background-image: linear-gradient(-135deg,#8cc507,#a2d729);
}

.rates-card__price--50 {
    background-image: linear-gradient(-135deg,#dd7373,#ff8585);
}

.rates-card__price--100 {
    background-image: linear-gradient(-135deg,#c4006d,#d30c7b);
}

.rates-card__price sup {
    display: inline-block;
    padding: 0 0 0 10px;
    color: hsla(0,0%,100%,.6);
    vertical-align: 1.6em;
    font-weight: 700;
    font-size: 17px;
}

.rates-card__price strong {
    display: inline-block;
    margin-top: -10px;
    color: hsla(0,0%,100%,.5);
    font-weight: 700;
    font-size: 77px;
    line-height: 97px;
}

.rates-card__footer {
    position: relative;
    z-index: 1;
    padding: 8px 0 10px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    text-align: center;
}

    .rates-card__footer .button {
        display: inline-block;
    }

.rates-card--small .rates-card__price {
    padding-top: 0;
    min-height: 94px;
    border-radius: 5px;
}

    .rates-card--small .rates-card__price:after {
        background-image: url(../img/sprite.png?16172);
        background-position: -416px -70px;
        width: 62px;
        height: 55px;
    }

    .rates-card--small .rates-card__price sup {
        font-size: 14px;
    }

    .rates-card--small .rates-card__price strong {
        margin-top: -.3em;
        font-size: 60px;
    }

.receive-call {
    padding-top: 60px;
    text-align: center;
}

    .receive-call h1, .receive-call h2, .receive-call h3 {
        font-size: 24px;
    }

    .receive-call h1 {
        margin-bottom: 50px;
        font-size: 36px;
    }

    .receive-call h2 {
        margin-bottom: 80px;
    }

    .receive-call h3 {
        margin-bottom: 40px;
    }

    .receive-call .home-sep {
        margin-bottom: 55px;
    }

    .receive-call .img-responsive {
        margin-bottom: 20px;
    }

.receive-call__autocomplete {
    margin-top: -24px;
    margin-bottom: 30px;
}

.receive-call__how {
    padding-bottom: 60px;
}

.receive-call__how-arrow {
    margin: 20px auto;
    width: 0;
    height: 0;
    border-width: 20px 25px 0;
    border-style: solid;
    border-color: #d2d2d2 transparent transparent;
}

.receive-call__how-image {
    display: block;
    margin: 0 auto 30px;
}

.receive-call__how-image--earth {
    background-position: 0 -275px;
}

.receive-call__how-image--earth, .receive-call__how-image--purchase {
    background-image: url(../img/sprite.png?16172);
    width: 88px;
    height: 88px;
}

.receive-call__how-image--purchase {
    background-position: -92px -275px;
}

.receive-call__how-image--virtualphone {
    background-image: url(../img/sprite.png?16172);
    background-position: -184px -275px;
    width: 88px;
    height: 88px;
}

.receive-card {
    position: relative;
    margin-bottom: 60px;
}

    .receive-card:after {
        position: absolute;
        bottom: 18px;
        left: 50%;
        z-index: 0;
        margin-left: -40%;
        width: 80%;
        height: 4px;
        border-radius: 50%;
        box-shadow: 0 0 40px 40px rgba(0,0,0,.2);
        content: "";
    }

.receive-card__bg {
    position: relative;
    z-index: 0;
    padding: 40px 20px 0;
    border-radius: 5px 5px 0 0;
    background-color: #47d37e 0;
    background-image: linear-gradient(-135deg,#47d37e,#61e294);
}

.receive-card__title {
    margin-bottom: 33px;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
}

.receive-card__price {
    padding: 16px 0;
    text-align: center;
}

    .receive-card__price sub, .receive-card__price sup {
        display: inline-block;
        color: hsla(0,0%,100%,.6);
        font-size: 29px;
    }

    .receive-card__price sup {
        vertical-align: .5em;
    }

    .receive-card__price sub {
        vertical-align: super;
    }

    .receive-card__price strong {
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,.27);
        font-size: 77px;
        line-height: 97px;
    }

.receive-card__footer {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border: 1px solid rgba(0,0,0,.09);
    border-width: 0 1px 1px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    text-align: center;
}

    .receive-card__footer .button {
        display: inline-block;
    }

.receive-card .autocomplete__box {
    border-color: #01bd4b;
    border-radius: 2px;
    background-color: hsla(0,0%,100%,.9);
}

    .receive-card .autocomplete__box:active, .receive-card .autocomplete__box:focus {
        border-color: #005823;
    }

.access-numbers {
    padding-top: 40px;
    padding-bottom: 60px;
}

    .access-numbers h1 {
        margin-bottom: 12px;
        font-size: 30px;
    }

    .access-numbers h2 {
        margin-top: 60px;
        margin-bottom: 11px;
        font-size: 24px;
    }

    .access-numbers p {
        margin-bottom: 26px;
    }

    .access-numbers ol {
        margin-top: 39px;
        margin-bottom: 44px;
        color: #4f4848;
    }

        .access-numbers ol li {
            margin-bottom: 10px;
        }

.access-numbers__choose {
    padding-top: 20px;
}

    .access-numbers__choose h3 {
        margin-bottom: 5px;
        color: #676363;
        text-transform: uppercase;
        font-size: 14px;
    }

.access-numbers__list {
    color: #04a222;
    font-weight: 300;
    font-size: 34px;
}

.access-numbers .button-search {
    position: relative;
    float: right;
    margin-top: 1px;
    margin-right: 1px;
    margin-left: -40px;
    padding: 0;
    width: 39px;
    height: 44px;
    border: 0;
    background-color: transparent;
    vertical-align: top;
}

    .access-numbers .button-search:after {
        background-image: url(../img/sprite.png?16172);
        background-position: -482px -95px;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 14px;
        left: 12px;
        content: "";
    }

    .access-numbers .button-search:hover {
        background-color: #f2f2f2;
    }

.smartdial {
    padding-top: 40px;
    padding-bottom: 20px;
}

    .smartdial h1, .smartdial h2 {
        color: #555050;
    }

    .smartdial h1 {
        margin-bottom: 13px;
        font-size: 30px;
    }

    .smartdial h2 {
        margin-top: 50px;
        margin-bottom: 60px;
        font-size: 24px;
    }

.smartdial-image {
    display: block;
    margin: 0 0 30px;
}

.smartdial-image--add {
    background-position: -104px -70px;
}

.smartdial-image--add, .smartdial-image--contact {
    background-image: url(../img/sprite.png?16172);
    width: 100px;
    height: 100px;
}

.smartdial-image--contact {
    background-position: -208px -70px;
}

.smartdial-image--talk {
    background-position: -312px -70px;
    height: 100px;
}

.smartdial-image--phone, .smartdial-image--talk {
    background-image: url(../img/sprite.png?16172);
    width: 100px;
}

.smartdial-image--phone {
    background-position: 0 -70px;
    height: 101px;
}

.rewards-hero {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../img/rewards-background.png) 50% 50%;
    background-size: cover;
    color: rgba(0,0,0,.6);
    text-align: center;
}

    .rewards-hero h1 {
        margin-bottom: 0;
        color: #342e37;
        font-weight: 700;
        font-size: 50px;
    }

    .rewards-hero p {
        font-size: 24px;
    }

.rewards-page {
    padding-top: 60px;
}

    .rewards-page h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .rewards-page h3 {
        margin-top: 60px;
        text-align: center;
        font-size: 28px;
    }

    .rewards-page h3, .rewards-page p {
        margin-bottom: 40px;
    }

.rewards-button, .rewards-button span {
    position: relative;
    display: block;
}

    .rewards-button span {
        z-index: 1;
        margin-bottom: 16px;
        padding: 19px 0 18px;
        width: 100%;
        border-radius: 2px;
        background: #197dff;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
        transition: all .3s ease-in-out;
    }

    .rewards-button:after {
        position: absolute;
        bottom: 5px;
        left: 10%;
        z-index: 0;
        width: 80%;
        height: 2px;
        border-radius: 50%;
        box-shadow: 0 0 20px 20px rgba(0,0,0,.2);
        content: "";
        transition: all .3s ease-in-out;
    }

.rewards-button__member {
    color: #000;
    font-size: 14px;
}

.rewards-button:hover span {
    background-color: #006fff;
    color: #fff;
}

.rewards-button:hover:after {
    box-shadow: 0 0 20px 20px rgba(0,0,0,.3);
}

.rewards-how__image {
    float: left;
    margin-right: 20px;
}

.rewards-how__image--invitation {
    background-position: -276px -275px;
}

.rewards-how__image--invitation, .rewards-how__image--percent {
    background-image: url(../img/sprite.png?16172);
    width: 48px;
    height: 48px;
}

.rewards-how__image--percent {
    background-position: -328px -275px;
}

.rewards-how__image--points {
    background-image: url(../img/sprite.png?16172);
    background-position: -380px -275px;
    width: 48px;
    height: 48px;
}

.rewards-how__text {
    overflow: hidden;
}

.help-page {
    padding-top: 40px;
}

    .help-page h1 {
        margin-bottom: 40px;
        padding-bottom: 25px;
        border-bottom: 1px solid hsla(0,0%,85%,.5);
        font-size: 28px;
    }

.help-support {
    margin-bottom: 40px;
    padding: 15px 20px;
    border: 1px solid #e3e6e9;
    background: #f5f7fa;
    font-size: 15px;
}

    .help-support h3 {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 15px;
    }

.help-wrap {
    margin-bottom: 40px;
}

    .help-wrap h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

.help-item__link {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #197dff;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.help-item__link--hide {
    margin-bottom: 16px;
    font-size: 12px;
}

.help-item__link:hover {
    color: #4c9aff;
}

.help-item__title {
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
}

.help-item__text {
    margin-bottom: 20px;
    color: #555050;
    font-size: 14px;
}

.intl-topup {
    padding-top: 40px;
    padding-bottom: 20px;
}

    .intl-topup h1 {
        margin-bottom: 18px;
        color: #555050;
        font-size: 28px;
    }

    .intl-topup p {
        margin-bottom: 40px;
    }

    .intl-topup .autocomplete__box {
        margin-bottom: 36px;
    }

.intl-topup__card {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 200px;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 5px;
    background: #fff;
}

.intl-topup__card--wrap {
    position: relative;
    z-index: 0;
    display: block;
    margin-bottom: 20px;
}

    .intl-topup__card--wrap:after {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: -1;
        margin-left: -30%;
        width: 60%;
        height: 4px;
        border-radius: 50%;
        box-shadow: 0 0 40px 40px rgba(0,0,0,.1);
        content: "";
    }

.intl-topup__img {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 140px;
    border-radius: 5px 5px 0 0;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.intl-topup__name {
    display: block;
    padding: 18px 0;
    border-top: 1px solid rgba(0,0,0,.09);
    text-align: center;
}

.intl-topup__card:hover .intl-topup__name {
    text-decoration: underline;
}

.intl-topup__big-img, .intl-topup__form {
    width: 100%;
}

.intl-topup__big-img {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

    .intl-topup__big-img img {
        border-radius: 5px;
    }

.intl-topup__form {
    padding: 35px 20px 0;
    min-height: 280px;
    border-top: 1px solid rgba(0,0,0,.09);
    border-left: 1px solid rgba(0,0,0,.09);
    border-radius: 0 5px 5px 0;
    background: #fafafa;
}

    .intl-topup__form .form-control {
        margin-bottom: 10px;
    }

    .intl-topup__form .jq-select {
        margin-bottom: 20px;
    }

.intl-topup__form-wrap {
    margin-bottom: 40px;
    padding-right: 0;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 5px;
    background: #fff;
}

.intl-topup__instructions h3 {
    margin-bottom: 10px;
    color: #555050;
    font-size: 19px;
}

.intl-topup__instructions ol {
    font-size: 14px;
}

.user {
    padding-top: 40px;
}

    .user h1, .user h2, .user p {
        margin-bottom: 18px;
        text-align: center;
    }

    .user h1, .user h2 {
        font-size: 30px;
    }

    .user .button {
        display: inline-block;
    }

.user-already {
    margin-top: 60px;
}

p.user-small {
    margin-bottom: 20px;
    color: #161718;
    text-align: left;
    font-size: 14px;
}

.user-steps {
    margin-top: 40px;
    margin-bottom: 34px;
}

.user-steps__line {
    margin-bottom: 10px;
    margin-left: 16.5%;
    width: 66%;
    height: 2px;
    background: #e7e7e7;
}

.user-steps__circle {
    position: relative;
    float: left;
    width: 33.3%;
    color: rgba(73,73,73,.4);
    text-align: center;
    font-size: 12px;
}

    .user-steps__circle:before {
        position: absolute;
        left: 50%;
        margin-top: -16px;
        margin-left: -5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #e4e4e4;
        box-shadow: 0 0 3px 3px #fff;
        content: "";
    }

.user-steps__circle--current {
    color: #494949;
}

    .user-steps__circle--current:before {
        background-color: #197dff;
    }

.user-stepback {
    line-height: 40px;
}

.user-order {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    .user-order th {
        padding: 4px;
        color: #8a7d7d;
        text-align: right;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }

    .user-order td {
        padding: 30px 4px 16px;
        border-top: 1px solid hsla(0,0%,85%,.25);
        color: #606060;
        vertical-align: top;
        text-align: right;
        font-size: 18px;
    }

        .user-order td.card {
            padding-top: 16px;
            text-align: left;
        }

        .user-order td.quant {
            color: #000;
            font-size: 14px;
        }

    .user-order .rates-card {
        margin: 0;
        width: 140px;
    }

        .user-order .rates-card:after {
            display: none;
        }

    .user-order .card-text {
        text-align: left;
    }

    .user-order .card-text__title {
        display: block;
        margin-bottom: 6px;
    }

    .user-order .card-text__delivery {
        color: #8a7d7d;
        font-size: 14px;
    }

    .user-order .fee td {
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .user-order .fee-text {
        text-align: left;
    }

    .user-order .total {
        color: #555050;
        font-weight: 700;
        font-size: 20px;
        line-height: 34px;
    }

        .user-order .total td {
            padding-top: 5px;
            padding-bottom: 5px;
        }

.cart {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .cart h1 {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .cart h2 {
        margin-bottom: 50px;
        text-align: left;
        font-size: 24px;
    }

.cart-transaction {
    display: block;
    margin-top: -20px;
    margin-bottom: 26px;
    color: #000;
    font-weight: 700;
    font-size: 12px;
}

.cart .button--white {
    text-transform: none;
}

.cart-status {
    margin: 30px auto 50px;
}

.cart-status--success {
    background-position: -100px -175px;
}

.cart-status--error, .cart-status--success {
    background-image: url(../img/sprite.png?16172);
    width: 96px;
    height: 96px;
}

.cart-status--error {
    background-position: 0 -175px;
}

.cart-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    .cart-table th {
        padding: 4px 0;
        color: #8a7d7d;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

.cart-table--confirmation {
    margin-bottom: 18px;
}

    .cart-table--confirmation th {
        border-bottom: 1px solid hsla(0,0%,85%,.25);
    }

    .cart-table--confirmation td {
        padding: 11px 0;
        color: #242424;
    }

    .cart-table--confirmation tr:first-child td {
        padding-top: 22px;
    }

    .cart-table--confirmation tr:last-child td {
        padding-bottom: 22px;
    }

    .cart-table--confirmation tfoot td {
        padding: 9px 0;
        border-top: 1px solid hsla(0,0%,85%,.25);
        color: #000;
        font-weight: 700;
    }

.cart-table--order {
    margin-bottom: 5px;
}

    .cart-table--order th {
        padding: 4px;
    }

    .cart-table--order td {
        padding: 30px 4px 16px;
        border-top: 1px solid hsla(0,0%,85%,.25);
        color: #606060;
        vertical-align: top;
        font-size: 18px;
    }

        .cart-table--order td.card {
            display: none;
            padding-top: 16px;
            text-align: left;
        }

    .cart-table--order .rates-card {
        margin: 0;
        width: 140px;
    }

        .cart-table--order .rates-card:after {
            display: none;
        }

    .cart-table--order .card-text {
        text-align: left;
    }

    .cart-table--order .card-text__title {
        display: block;
        margin-bottom: 6px;
    }

    .cart-table--order .card-text__delivery {
        color: #8a7d7d;
        font-size: 14px;
    }

    .cart-table--order .jq-number {
        margin-top: -5px;
    }

        .cart-table--order .jq-number input {
            margin-top: 0;
        }

    .cart-table--order tfoot td {
        padding: 9px 0;
        color: #505050;
        font-size: 20px;
    }

.cart-delete {
    margin-top: -11px;
    border: 0;
    background-color: transparent;
    color: #a4a8ac;
    font-size: 32px;
}

.cart-rewards {
    margin-bottom: 25px;
    font-size: 14px;
}

.cart-rewards__text {
    float: left;
    color: #64676b;
    line-height: 32px;
}

.cart-rewards__input {
    float: left;
    margin-left: 10px;
}

    .cart-rewards__input .form-control {
        float: left;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 100px;
        height: 32px;
    }

    .cart-rewards__input button {
        float: left;
        margin-left: -1px;
        padding: 6px 20px 5px;
        border: 1px solid #a4a8ac;
        border-radius: 0 2px 2px 0;
        background: #fff;
        color: #383434;
        font-weight: 700;
    }

        .cart-rewards__input button:focus, .cart-rewards__input button:hover {
            border-color: #898f94;
            color: #000;
        }

.cart-total {
    margin-bottom: 16px;
    color: #555050;
    font-weight: 700;
    font-size: 20px;
}

.cart-pay {
    margin: 0 -5% -20px;
    padding: 20px 5%;
    border-top: 1px solid #ececec;
    border-radius: 0 0 5px 5px;
    background-color: #f5f5f5;
}

.cart-pay__secure {
    margin-bottom: 30px;
    color: #555050;
    font-size: 13px;
    line-height: 21px;
}

    .cart-pay__secure:before {
        float: left;
        margin-right: 10px;
        content: "";
        background-image: url(../img/sprite.png?16172);
        background-position: -482px -70px;
        width: 16px;
        height: 21px;
    }

.cart-pay__warn {
    padding-top: 8px;
    color: #555050;
    font-size: 13px;
}

.cart-error {
    padding: 20px 20px 10px 10px;
    border: 1px solid #ffa7ac;
    background: snow;
}

    .cart-error ul {
        list-style: none;
        list-style-type: none;
    }

        .cart-error ul li:before {
            content: "•";
            position: absolute;
            margin-left: -20px;
        }

.account {
    padding-top: 30px;
    padding-bottom: 60px;
}

    .account h1 {
        margin-bottom: 32px;
        font-size: 24px;
    }

        .account h1.mobile {
            margin-bottom: 6px;
        }

    .account h2 {
        margin-bottom: 22px;
        font-size: 22px;
    }

.account-menu__item {
    display: block;
    padding: 10px 0 12px;
    border-bottom: 1px solid #efefee;
    font-size: 17px;
}

.account-menu__item--root {
    margin-top: 20px;
    border-bottom-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.account-menu__item--current, .account-menu__item:hover {
    color: #04a222;
}

.account-goback a {
    display: block;
    margin-top: -16px;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #efefee;
    font-size: 17px;
}

.account-grey-card {
    margin-bottom: 25px;
    padding-top: 26px;
    min-height: 140px;
    border: 1px solid #e3e6e9;
    background: #f6faff;
    text-align: center;
}

.account-grey-card__title {
    margin-bottom: 12px;
    color: #04a222;
    font-size: 30px;
}

.account-grey-card__info {
    margin-bottom: 6px;
    color: #555050;
}

.account-grey-card__link {
    font-size: 14px;
}

.account .home-refer {
    border-bottom: 0;
}

    .account .home-refer .button {
        display: inline-block;
    }

.account-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    .account-table td, .account-table th {
        border-bottom: 1px solid hsla(0,0%,59%,.15);
    }

    .account-table th {
        padding: 4px;
        color: #8a7d7d;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }

    .account-table td {
        padding: 8px 4px;
        color: #4a4a4a;
        font-size: 13px;
    }

    .account-table .fs16 {
        font-size: 16px;
    }

    .account-table .cart-delete {
        margin-top: 4px;
        line-height: .5;
    }

    .account-table .form-control {
        padding-top: 4px;
        padding-bottom: 4px;
        height: 30px;
        border-radius: 2px;
        color: #555050;
        font-size: 13px;
    }

.account-table--with-hover tr:hover td {
    background-color: #fffee0;
}

.account-card {
    position: relative;
    margin-bottom: 20px;
    min-height: 140px;
    border: 1px solid #e3e6e9;
    border-radius: 5px;
    background-color: #f5f7fa;
}

.account-card--data:after {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px #d6d6d6;
    content: "";
}

.account-card--visa:after {
    background-image: url(../img/sprite.png?16172);
    background-position: -432px -275px;
    width: 50px;
    height: 30px;
}

.account-card--mc:after {
    background-image: url(../img/sprite.png?16172);
    background-position: -416px -129px;
    width: 50px;
    height: 30px;
}

.account-card__number {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    color: #555050;
    text-align: center;
    font-size: 17px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.account-card--add {
    padding-top: 30px;
    border: 1px dashed #959595;
    background-color: transparent;
}

.account-card--add_link {
    display: block;
    color: #197dff;
    text-align: center;
}

    .account-card--add_link:before {
        display: block;
        margin: 0 auto 18px;
        content: "";
        background-image: url(../img/sprite.png?16172);
        background-position: -456px -175px;
        width: 42px;
        height: 42px;
    }

    .account-card--add_link:hover {
        color: #197dff;
        text-decoration: underline;
    }

.account-card--phone {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
}

.account-card--phone__number {
    color: #000;
    font-size: 19px;
}

.account-card--phone__info {
    overflow: hidden;
    min-height: 2em;
    color: #8c8c8c;
    font-size: 11px;
}

.account-card--phone__separator {
    margin-top: 8px;
    margin-bottom: 8px;
    height: 1px;
    background-color: hsla(0,0%,67%,.3);
}

.account-card--phone__destination small {
    display: block;
    color: #313131;
    font-size: 11px;
}

.account-card--phone__destination input {
    float: left;
    width: 80%;
    height: 30px;
    border-radius: 2px;
}

    .account-card--phone__destination input:focus {
        border-color: #e50713;
    }

.account-card--phone__destination button {
    float: left;
    padding: 0;
    width: 20%;
    height: 30px;
    border: 0;
    background-color: transparent;
    color: #197dff;
}

    .account-card--phone__destination button:hover {
        color: #e50713;
    }

.account-card--phone__destination_number {
    border-bottom: 1px dashed transparent;
    color: #000;
    font-size: 19px;
    line-height: 28px;
    transition: all .3s ease-in-out;
}

.account-card--phone:hover {
    background-color: #fffee0;
}

    .account-card--phone:hover .account-card--phone__destination_number {
        border-bottom-color: #e50713;
        color: #e50713;
    }

        .account-card--phone:hover .account-card--phone__destination_number:hover {
            cursor: pointer;
        }

.account-card--buttons {
    position: relative;
    margin-top: -30px;
    margin-bottom: 30px;
    text-align: right;
    transition: all .3s ease-in-out;
}

    .account-card--buttons button {
        padding: 2px 10px;
        border: 1px solid hsla(0,0%,54%,.7);
        border-radius: 3px;
        background-color: transparent;
        color: #898989;
        font-size: 11px;
    }

        .account-card--buttons button:hover {
            border-color: #707070;
            color: #707070;
        }

        .account-card--buttons button.red {
            border-color: #e50713;
            color: #e50713;
        }

            .account-card--buttons button.red:hover {
                background-color: #e50713;
                color: #fff;
            }

.account-card--buttons--center {
    text-align: center;
}

.account-card_wrap .account-card {
    margin-bottom: 40px;
}

.account-card_wrap:hover .account-card--buttons {
    visibility: visible;
    opacity: 1;
}

.account-card__new {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 0 4px;
    width: 100px;
    background-color: #04a222;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 8px;
    -ms-transform: rotate(45deg) translate(28px,-31px);
    transform: rotate(45deg) translate(28px,-31px);
}

.account-history-details {
    margin-bottom: 50px;
    color: #212121;
    font-size: 14px;
}

    .account-history-details dt {
        float: left;
        margin-bottom: 6px;
        width: 120px;
    }

    .account-history-details dd {
        margin-bottom: 6px;
        margin-left: 120px;
    }

.account-history-info_buttons {
    float: left;
    margin-right: 50px;
}

    .account-history-info_buttons button {
        padding: 0 20px 0 0;
        border: 0;
        background-color: transparent;
        color: #197dff;
        font-size: 15px;
    }

        .account-history-info_buttons button:after {
            position: absolute;
            margin-top: 8px;
            margin-left: 6px;
            width: 0;
            height: 0;
            border-width: 7px 6px 0;
            border-style: solid;
            border-color: #197dff transparent transparent;
            content: "";
        }

        .account-history-info_buttons button.green {
            color: #04a222;
        }

            .account-history-info_buttons button.green:after {
                margin-top: 9px;
                border-width: 0 6px 7px;
                border-color: transparent transparent #04a222;
            }

.account-history-info_text {
    padding-top: 30px;
    color: #8a7d7d;
    font-size: 15px;
}

    .account-history-info_text h3 {
        font-size: 24px;
    }

.migrate .grey-bg {
    padding-right: 1em;
    padding-left: 1em;
}

.migrate .white-bg {
    margin-bottom: 32px;
    padding: .75em 1em;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 500;
}

.migrate h1 {
    margin-bottom: 25px;
    padding-top: 18px;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.migrate .logo--tp {
    background-position: -303px -175px;
    width: 149px;
    height: 60px;
}

.migrate .logo--pw, .migrate .logo--tp {
    mix-blend-mode: darken;
    background-image: url(../img/sprite.png?16172);
}

.migrate .logo--pw {
    background-position: -247px 0;
    width: 254px;
    height: 59px;
}

.migrate .logo--pe {
    background-position: 0 0;
    width: 243px;
    height: 66px;
}

.migrate .logo--pe, .migrate .logo--stp {
    background-image: url(../img/sprite.png?16172);
}

.migrate .logo--stp {
    background-position: 0 -367px;
    width: 280px;
    height: 20px;
}

.migrate-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 10px 1em;
    border-radius: 0 20px 20px 20px;
    background: linear-gradient(92deg,#2e73cc,#1ca1ec);
    box-shadow: 0 30px 25px -25px #2e73cc;
    color: #fff;
}

    .migrate-button:hover {
        box-shadow: 0 20px 25px -25px #2e73cc;
        color: #fff;
        -ms-transform: translateY(.25em);
        transform: translateY(.25em);
    }

.migrate-button__earn {
    position: relative;
    margin-bottom: 16px;
    font-size: 24px;
}

    .migrate-button__earn:after {
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: hsla(0,0%,100%,.4);
        content: "";
    }

    .migrate-button__earn span {
        letter-spacing: .285em;
        font-weight: 300;
    }

    .migrate-button__earn strong {
        letter-spacing: .05em;
        font-weight: 800;
    }

    .migrate-button__earn em {
        letter-spacing: .05em;
        font-weight: 500;
        font-style: normal;
    }

.migrate-button__text {
    font-weight: 500;
    font-size: 24px;
}

.migrate-button__arrow {
    display: none;
}

.migrate-directions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    -ms-flex-align: center;
    align-items: center;
}

.migrate-directions-arrow {
    margin: 20px auto;
    width: 0;
    height: 0;
    border-width: 20px 25px 0;
    border-style: solid;
    border-color: #404040 transparent transparent;
}

.migrate-support {
    padding-bottom: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.cb {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.c-red {
    color: #e50713;
}

.c-green {
    color: #04a222;
}

.c-blue {
    color: #197dff;
}

.bg-red {
    background-color: #e50713;
}

.bg-green {
    background-color: #04a222;
}

.bg-blue {
    background-color: #197dff;
}

.u-ttu {
    text-transform: uppercase;
}

@media (min-width:768px) {
    .lead {
        font-size: 24px;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .container {
        width: 750px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 12px;
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 10px;
        font-size: 14px;
    }

    .form--login {
        padding: 40px 80px;
    }

    .form label.double {
        padding-top: 0;
    }

    .form-btn--close {
        margin-top: -20px;
        margin-right: -15px;
    }

    .form-grey-block {
        padding: 20px 15px;
        border-radius: 5px;
        background: #fcfcfc;
        box-shadow: inset 0 0 1px 1px #ececec;
    }

    .form-grey-block--in-grid {
        margin: 30px -15px 0;
    }

    .any-questions-block {
        margin-top: 80px;
        margin-bottom: 60px;
    }

    body {
        padding-top: 120px;
    }

    .h1, h1 {
        font-size: 49px;
    }

    .h2, h2 {
        font-size: 29px;
        margin-bottom: 36px;
    }

    .header__logo {
        margin-top: 2px;
        margin-left: 0;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .header-info, .header__cart, .header__menu {
        display: block;
    }

    .header__close-button, .header__menu-button {
        display: none;
    }

    .footer__menu {
        margin-bottom: 0;
    }

    .footer__menu-wrap {
        margin-bottom: 40px;
        padding-bottom: 70px;
        text-align: left;
        font-size: 13px;
    }

    .footer__menu-item {
        padding: 0 !important;
    }

    .footer__menu:before {
        position: absolute;
        display: block;
        margin-left: -26px;
        content: "";
    }

    .footer__menu--features:before {
        background-image: url(../img/sprite.png?16172);
        background-position: -380px -367px;
        width: 20px;
        height: 20px;
    }

    .footer__menu--services:before {
        background-image: url(../img/sprite.png?16172);
        background-position: -397px -239px;
        width: 20px;
        height: 20px;
    }

    .footer__menu--support:before {
        background-image: url(../img/sprite.png?16172);
        background-position: -421px -239px;
        width: 20px;
        height: 20px;
    }

    .footer__fb:before {
        left: 15px;
        width: 80%;
    }

    .home-hero {
        padding-top: 40px;
    }

        .home-hero .col-xs-12:last-child {
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .home-calls {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home-img-block h2 {
        margin-bottom: 20px;
        text-align: left;
    }

    .home-img-block__hand--inner {
        display: none;
    }

    .home-img-block__hand--outer {
        position: absolute;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 50%;
    }

    .home-img-block--right .home-img-block__hand--outer {
        right: 0;
    }

    .rates-cards .table-responsive {
        margin-bottom: 80px;
    }

    .rates-cards table td {
        padding: 12px 4px 11px 30px;
        font-size: 18px;
    }

    .rates-cards table .bdr {
        padding-right: 35px;
    }

    .rates-cards table .name {
        font-size: 20px;
    }

    .rates-cards__autocomplete {
        margin-bottom: 80px;
    }

    .rates-cards__arrows {
        position: absolute;
        top: 54px;
        right: 0;
        display: block;
        color: #197dff;
        font-size: 18px;
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .rates-card {
        display: inline-block;
        margin-right: .5%;
        margin-left: .5%;
        width: 31.6%;
    }

    .receive-call__how {
        padding-bottom: 90px;
    }

    .receive-call__how-col {
        float: left;
        width: 25%;
    }

    .receive-call__how-arrow {
        position: relative;
        float: left;
        margin: 0;
        width: 12.5%;
        height: 100px;
        border: 0;
    }

        .receive-call__how-arrow:after, .receive-call__how-arrow:before {
            content: "";
        }

        .receive-call__how-arrow:before {
            position: absolute;
            top: 40px;
            left: 10%;
            width: 80%;
            height: 1px;
            background-color: #d2d2d2;
        }

        .receive-call__how-arrow:after {
            position: absolute;
            top: 34px;
            right: 10%;
            width: 0;
            height: 0;
            border-width: 6px 0 6px 10px;
            border-style: solid;
            border-color: transparent transparent transparent #d2d2d2;
        }

    .receive-card {
        margin-bottom: 120px;
    }

    .access-numbers__choose {
        padding-top: 60px;
    }

    .rewards-hero {
        padding-bottom: 140px;
        text-align: left;
    }

    .intl-topup__img {
        background-size: cover;
    }

    .intl-topup {
        padding-bottom: 60px;
    }

    .intl-topup__big-img, .intl-topup__form {
        float: left;
        min-height: 280px;
        width: 50%;
    }

    .intl-topup__form {
        border-top: 0;
    }

    .intl-topup__instructions {
        padding-right: 5%;
        padding-left: 2%;
    }

    .cart-table--order td.price, .cart-table--order th.price {
        padding-right: 20px;
    }

    .cart-table--order td.card {
        display: block;
    }

    .cart-pay {
        margin: 0 -80px -40px;
        padding: 20px 80px 30px;
    }

    .account-menu__item {
        padding: 3px 0;
        border: 0;
        font-size: 14px;
    }

    .account-menu__item--root {
        margin: 30px 0 6px;
        font-weight: 700;
        font-size: 15px;
    }

        .account-menu__item--root:first-child {
            margin-top: 0;
        }

    .account-card--buttons {
        right: 0;
        bottom: 30px;
        visibility: hidden;
        margin: 0;
        opacity: 0;
    }

    .migrate .grey-bg {
        padding-right: 86px;
        padding-left: 86px;
    }

    .migrate .white-bg {
        padding: 36px 52px;
        border-radius: 22px;
    }

    .migrate h1 {
        margin-bottom: 55px;
        padding-top: 36px;
    }

    .migrate-button {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 52px 30px;
    }

    .migrate-button, .migrate-button__earn {
        -ms-flex-align: center;
        align-items: center;
    }

    .migrate-button__earn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 70px;
        margin-bottom: 0;
    }

        .migrate-button__earn:after {
            top: 0;
            right: -34px;
            bottom: auto;
            left: auto;
            width: 1px;
            height: 100%;
        }

        .migrate-button__earn strong {
            font-size: 68px;
            line-height: .75;
        }

    .migrate-button__arrow {
        display: block;
        margin-left: 34px;
    }

        .migrate-button__arrow i {
            display: block;
            background-image: url(../img/sprite.png?16172);
            background-position: -303px -239px;
            width: 30px;
            height: 24px;
        }

    .migrate-directions {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .migrate-directions-col {
        width: auto;
    }

    .migrate-directions-arrow {
        position: relative;
        margin: 0;
        width: 25%;
        border: 0;
    }

        .migrate-directions-arrow:after, .migrate-directions-arrow:before {
            position: absolute;
            content: "";
        }

        .migrate-directions-arrow:before {
            top: 50%;
            left: 10%;
            width: 80%;
            height: 1px;
            background-color: #404040;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .migrate-directions-arrow:after {
            top: 50%;
            right: 10%;
            width: 0;
            height: 0;
            border-width: 6px 0 6px 10px;
            border-style: solid;
            border-color: transparent transparent transparent #404040;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:192dpi) {
    .footer__menu--features:before {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .footer__menu--services:before {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .footer__menu--support:before {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .migrate-button__arrow i {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .header__menu-item {
        margin-left: 25px;
        font-size: 15px;
    }

    .footer__fb, .footer__menu--support .footer__menu-phone {
        white-space: nowrap;
    }

    .footer__menu-wrap {
        font-size: 14px;
    }

    .home-hero h1 {
        padding-top: 25px;
    }

    .home-hero__button {
        float: left;
        margin-right: 20px;
        padding-right: 60px;
        padding-left: 60px;
        width: auto;
    }

    .home-hero__bonus {
        float: left;
        text-align: left;
    }

    .home-img-block {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home-img-block__hand--outer {
        width: auto;
    }

    .rates-card {
        width: 18.6%;
    }

    .receive-call__how {
        padding-right: 10%;
        padding-left: 10%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width:1199px) {
    .form-control-feedback {
        position: relative;
        right: 0;
        padding-right: 15px;
        padding-left: 15px;
        width: auto !important;
        height: auto !important;
    }

    .form-control-feedback__icon {
        display: none;
    }

    .form-control-feedback__text {
        position: relative;
        display: block;
        padding: 0;
        border: 0;
        color: #e50713;
        text-align: left;
        white-space: normal;
        line-height: 1.4;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        .form-control-feedback__text:before {
            display: none;
        }
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }

    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 46px;
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 41px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 49px;
    }
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .form-creditcard {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .form .checkbox--large:not(checked) + label:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .form .input-card--mc, .form .input-card--visa {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    [class*=flag-] {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .header__logo, .header__logo--pw {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .header__menu-button:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .header__close-button:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .header__myaccount:before {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .header__cart:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .header__cart.current:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .footer__fb a:before {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .home-features__icon--date, .home-features__icon--eye, .home-features__icon--globe, .home-features__icon--lock-blue, .home-features__icon--stars, .home-features__icon--time {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .rates-card__price:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .rates-card--small .rates-card__price:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .receive-call__how-image--earth, .receive-call__how-image--purchase, .receive-call__how-image--virtualphone {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .access-numbers .button-search:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .cart-status--error, .cart-status--success, .rewards-how__image--invitation, .rewards-how__image--percent, .rewards-how__image--points, .smartdial-image--add, .smartdial-image--contact, .smartdial-image--phone, .smartdial-image--talk {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .cart-pay__secure:before {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .account-card--visa:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .account-card--mc:after {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .account-card--add_link:before {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }

    .migrate .logo--pe, .migrate .logo--pw, .migrate .logo--stp, .migrate .logo--tp {
        background-image: url(sprite@2x.png);
        background-size: 576px 569px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi) {
    .home-bubbles__block--first {
        background-image: url(../img/bubbles-refill@2x.png);
        background-size: 460px 361px;
    }

    .home-bubbles__block--second {
        background-image: url(../img/bubbles-topup@2x.png);
        background-size: 460px 361px;
    }
}
