/*!
 * 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 */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700';
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
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
}
legend {
    border: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
legend,
td,
th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

input[type=search] {
    box-sizing: border-box
}
body,
html {
    position: relative;
    height: 100%
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    background: #fff;
    fill: inherit;
    font-size: 10px
}
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.375;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-top: 64px;
    color: #8a7d7d
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}
a:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]: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,
.img-thumbnail {
    border-radius: 0
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.375;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    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
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    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,
th {
    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
}
dl,
ol,
ul {
    margin-top: 0
}
ol,
ul {
    padding-left: 1.5em;
    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-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,
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4
}
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
}
code,
kbd,
pre,
pre code {
    border-radius: 0
}
pre {
    display: block;
    margin: 0 0 11px;
    line-height: 1.375;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10.5px;
    font-size: 15px;
    color: #333
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap
}
.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-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    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%
}
pre code,
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.375;
    border-top: 1px solid #ddd
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td {
    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,
.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 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-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,
legend {
    padding: 0;
    border: 0
}
fieldset {
    margin: 0;
    min-width: 0
}
legend {
    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=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type=file],
legend {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
select[multiple],
select[multiple].input-sm,
select[size],
textarea.form-control,
textarea.input-sm {
    height: auto
}
.form-control,
output {
    display: block;
    font-size: 16px;
    line-height: 1.375;
    color: #4a4a4a
}
output {
    padding-top: 12px
}
.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
}
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,
.checkbox-inline,
.radio label,
.radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox label,
.radio label {
    min-height: 22px
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline 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;
    vertical-align: middle
}
.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 label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
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
}
.form-group-sm .form-control,
.input-sm {
    height: 41px;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}
.form-group-sm select.form-control,
select.input-sm {
    height: 41px;
    line-height: 41px
}
.form-group-sm .form-control-static {
    height: 41px;
    min-height: 36px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5
}
.form-group-lg .form-control,
.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}
.form-group-lg select.form-control,
select.input-lg {
    height: 49px;
    line-height: 49px
}
.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 .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline 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 .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline 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 .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline 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;
    -moz-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-group-xs>.btn,
.btn-sm,
.btn-xs {
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}
.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px
}
.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;
    -webkit-transition: opacity .15s linear;
    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;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group>.btn {
    float: left
}
.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative
}
.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
}
.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;
    width: 100%;
    max-width: 100%;
    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-group:not(:first-child):not(:last-child)>.btn,
.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: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,
.input-group {
    display: table;
    border-collapse: separate
}
.btn-group-justified {
    width: 100%;
    table-layout: fixed
}
.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 input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative
}
.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 .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon {
    white-space: nowrap
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    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
}
.cart-table--order .jq-number input,
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}
.input-group .form-control:first-child,
.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) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.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 {
    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
}
@-ms-viewport {
    width: device-width
}
.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: 0 0;
    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: 33px;
    border: 1px solid #a4a8ac;
    background: #f5f5f5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-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;
    -webkit-transform: translate(-50%, -55%);
    -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;
    height : 300px;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-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: 0 0
}
.jq-selectbox li.optgroup {
    font-weight: 700
}
.jq-selectbox li.optgroup:hover {
    background: 0 0;
    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: rgba(216, 216, 216, .3)
}
.form-creditcard {
    display: block;
    margin-top: 8px;
    background-image: url(../img/sprite.png);
    background-position: -428px -220px;
    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;
    -webkit-transform: translateX(12%);
    -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--close,
.form-btn--lnk {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #197dff;
    font-size: 14px
}
.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:after,
.form .checkbox:not(checked)+label:before {
    content: '';
    position: absolute;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}
.form .checkbox:not(checked)+label:before {
    border: 1px solid #a4a8ac;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px
}
.form .checkbox:not(checked)+label:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px
}
.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/sprite.png);
    background-position: -428px -188px;
    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--mc,
.form .input-card--visa,
[class*=flag-] {
    background-image: url(../img/sprite.png);
    background-position: -304px -220px;
    width: 50px;
    height: 30px
}
.form .input-card--mc,
[class*=flag-] {
    background-position: -184px -272px
}
.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-position: -490px -57px;
    width: 21px;
    height: 15px
}
.flag-ad {
    background-position: -540px -247px
}
.flag-ae {
    background-position: -540px -209px
}
.flag-af {
    background-position: -540px -171px
}
.flag-ag {
    background-position: -225px -503px
}
.flag-ai {
    background-position: -465px -95px
}
.flag-al {
    background-position: -465px -190px
}
.flag-am {
    background-position: -100px -503px
}
.flag-ao {
    background-position: -125px -503px
}
.flag-aq {
    background-position: -150px -503px
}
.flag-ar {
    background-position: -175px -503px
}
.flag-as {
    background-position: -200px -503px
}
.flag-at {
    background-position: -250px -503px
}
.flag-au {
    background-position: -275px -503px
}
.flag-aw {
    background-position: -300px -503px
}
.flag-ax {
    background-position: -325px -503px
}
.flag-az {
    background-position: -350px -503px
}
.flag-ba {
    background-position: -375px -503px
}
.flag-bb {
    background-position: -400px -503px
}
.flag-bd {
    background-position: -425px -503px
}
.flag-be {
    background-position: -450px -503px
}
.flag-bf {
    background-position: -475px -503px
}
.flag-bg {
    background-position: -500px -503px
}
.flag-bh {
    background-position: -540px 0
}
.flag-bi {
    background-position: -540px -19px
}
.flag-bj {
    background-position: -540px -38px
}
.flag-bl {
    background-position: -540px -57px
}
.flag-bm {
    background-position: -540px -76px
}
.flag-bn {
    background-position: -540px -95px
}
.flag-bo {
    background-position: -540px -114px
}
.flag-bq {
    background-position: -540px -133px
}
.flag-br {
    background-position: -540px -152px
}
.flag-bs {
    background-position: -540px -190px
}
.flag-bt {
    background-position: -540px -228px
}
.flag-bv {
    background-position: -540px -266px
}
.flag-bw {
    background-position: -540px -285px
}
.flag-by {
    background-position: -540px -304px
}
.flag-bz {
    background-position: -540px -323px
}
.flag-ca {
    background-position: -233px -147px
}
.flag-cc {
    background-position: -184px -344px
}
.flag-cd {
    background-position: -209px -344px
}
.flag-cf {
    background-position: -234px -344px
}
.flag-cg {
    background-position: -259px -344px
}
.flag-ch {
    background-position: -284px -344px
}
.flag-ci {
    background-position: -309px -344px
}
.flag-ck {
    background-position: -334px -344px
}
.flag-cl {
    background-position: -359px -344px
}
.flag-cm {
    background-position: -384px -344px
}
.flag-cn {
    background-position: -409px -344px
}
.flag-co {
    background-position: -434px -344px
}
.flag-cr {
    background-position: -42px -364px
}
.flag-cu {
    background-position: -67px -364px
}
.flag-cv {
    background-position: -92px -364px
}
.flag-cw {
    background-position: -117px -364px
}
.flag-cx {
    background-position: -142px -364px
}
.flag-cy {
    background-position: -167px -364px
}
.flag-cz {
    background-position: -192px -364px
}
.flag-de {
    background-position: -217px -364px
}
.flag-dj {
    background-position: -242px -364px
}
.flag-dk {
    background-position: -267px -364px
}
.flag-dm {
    background-position: -292px -364px
}
.flag-do {
    background-position: -317px -364px
}
.flag-dz {
    background-position: -342px -364px
}
.flag-ec {
    background-position: -367px -364px
}
.flag-ee {
    background-position: -392px -364px
}
.flag-eg {
    background-position: -417px -364px
}
.flag-eh {
    background-position: 0 -389px
}
.flag-er {
    background-position: -25px -389px
}
.flag-es {
    background-position: -50px -389px
}
.flag-et {
    background-position: -75px -389px
}
.flag-eu {
    background-position: -100px -389px
}
.flag-fi {
    background-position: -125px -389px
}
.flag-fj {
    background-position: -150px -389px
}
.flag-fk {
    background-position: -175px -389px
}
.flag-fm {
    background-position: -200px -389px
}
.flag-fo {
    background-position: -225px -389px
}
.flag-fr {
    background-position: -250px -389px
}
.flag-ga {
    background-position: -275px -389px
}
.flag-gb {
    background-position: -400px -389px
}
.flag-gd {
    background-position: -425px -389px
}
.flag-ge {
    background-position: 0 -408px
}
.flag-gf {
    background-position: -25px -408px
}
.flag-gg {
    background-position: -50px -408px
}
.flag-gh {
    background-position: -75px -408px
}
.flag-gi {
    background-position: -100px -408px
}
.flag-gl {
    background-position: -125px -408px
}
.flag-gm {
    background-position: -150px -408px
}
.flag-gn {
    background-position: -175px -408px
}
.flag-gp {
    background-position: -200px -408px
}
.flag-gq {
    background-position: -225px -408px
}
.flag-gr {
    background-position: -250px -408px
}
.flag-gs {
    background-position: -275px -408px
}
.flag-gt {
    background-position: -300px -408px
}
.flag-gu {
    background-position: -325px -408px
}
.flag-gw {
    background-position: -350px -408px
}
.flag-gy {
    background-position: -375px -408px
}
.flag-hk {
    background-position: -400px -408px
}
.flag-hm {
    background-position: -425px -408px
}
.flag-hn {
    background-position: 0 -427px
}
.flag-hr {
    background-position: -25px -427px
}
.flag-ht {
    background-position: -50px -427px
}
.flag-hu {
    background-position: -75px -427px
}
.flag-id {
    background-position: -100px -427px
}
.flag-ie {
    background-position: -125px -427px
}
.flag-il {
    background-position: -150px -427px
}
.flag-im {
    background-position: -175px -427px
}
.flag-in {
    background-position: -200px -427px
}
.flag-io {
    background-position: -225px -427px
}
.flag-iq {
    background-position: -250px -427px
}
.flag-ir {
    background-position: -275px -427px
}
.flag-is {
    background-position: -300px -427px
}
.flag-it {
    background-position: -325px -427px
}
.flag-je {
    background-position: -350px -427px
}
.flag-jm {
    background-position: -375px -427px
}
.flag-jo {
    background-position: -400px -427px
}
.flag-jp {
    background-position: -425px -427px
}
.flag-ke {
    background-position: 0 -446px
}
.flag-kg {
    background-position: -25px -446px
}
.flag-kh {
    background-position: -50px -446px
}
.flag-ki {
    background-position: -75px -446px
}
.flag-km {
    background-position: -100px -446px
}
.flag-kn {
    background-position: -125px -446px
}
.flag-kp {
    background-position: -150px -446px
}
.flag-kr {
    background-position: -175px -446px
}
.flag-kw {
    background-position: -200px -446px
}
.flag-ky {
    background-position: -225px -446px
}
.flag-kz {
    background-position: -250px -446px
}
.flag-la {
    background-position: -275px -446px
}
.flag-lb {
    background-position: -300px -446px
}
.flag-lc {
    background-position: -325px -446px
}
.flag-li {
    background-position: -350px -446px
}
.flag-lk {
    background-position: -375px -446px
}
.flag-lr {
    background-position: -400px -446px
}
.flag-ls {
    background-position: -425px -446px
}
.flag-lt {
    background-position: -465px 0
}
.flag-lu {
    background-position: -465px -19px
}
.flag-lv {
    background-position: -465px -38px
}
.flag-ly {
    background-position: -465px -57px
}
.flag-ma {
    background-position: -465px -76px
}
.flag-mc {
    background-position: -540px -342px
}
.flag-md {
    background-position: -465px -114px
}
.flag-me {
    background-position: -465px -133px
}
.flag-mf {
    background-position: -465px -152px
}
.flag-mg {
    background-position: -465px -171px
}
.flag-mh {
    background-position: -208px -147px
}
.flag-mk {
    background-position: -465px -209px
}
.flag-ml {
    background-position: -465px -228px
}
.flag-mm {
    background-position: -465px -247px
}
.flag-mn {
    background-position: -465px -266px
}
.flag-mo {
    background-position: -465px -285px
}
.flag-mp {
    background-position: -465px -304px
}
.flag-mq {
    background-position: -465px -323px
}
.flag-mr {
    background-position: -465px -342px
}
.flag-ms {
    background-position: -465px -361px
}
.flag-mt {
    background-position: -465px -380px
}
.flag-mu {
    background-position: -465px -399px
}
.flag-mv {
    background-position: -465px -418px
}
.flag-mw {
    background-position: -465px -437px
}
.flag-mx {
    background-position: 0 -465px
}
.flag-my {
    background-position: -25px -465px
}
.flag-mz {
    background-position: -50px -465px
}
.flag-na {
    background-position: -75px -465px
}
.flag-nc {
    background-position: -100px -465px
}
.flag-ne {
    background-position: -125px -465px
}
.flag-nf {
    background-position: -150px -465px
}
.flag-ng {
    background-position: -175px -465px
}
.flag-ni {
    background-position: -200px -465px
}
.flag-nl {
    background-position: -225px -465px
}
.flag-no {
    background-position: -250px -465px
}
.flag-np {
    background-position: -275px -465px
}
.flag-nr {
    background-position: -300px -465px
}
.flag-nu {
    background-position: -325px -465px
}
.flag-nz {
    background-position: -350px -465px
}
.flag-om {
    background-position: -375px -465px
}
.flag-pa {
    background-position: -400px -465px
}
.flag-pe {
    background-position: -425px -465px
}
.flag-pf {
    background-position: -450px -465px
}
.flag-pg {
    background-position: -490px 0
}
.flag-ph {
    background-position: -490px -19px
}
.flag-pk {
    background-position: -490px -38px
}
.flag-pl {
    background-position: -490px -57px
}
.flag-pm {
    background-position: -490px -76px
}
.flag-pn {
    background-position: -490px -95px
}
.flag-pr {
    background-position: -490px -114px
}
.flag-ps {
    background-position: -490px -133px
}
.flag-pt {
    background-position: -490px -152px
}
.flag-pw {
    background-position: -490px -171px
}
.flag-py {
    background-position: -490px -190px
}
.flag-qa {
    background-position: -490px -209px
}
.flag-re {
    background-position: -490px -228px
}
.flag-ro {
    background-position: -490px -247px
}
.flag-rs {
    background-position: -490px -266px
}
.flag-ru {
    background-position: -490px -285px
}
.flag-rw {
    background-position: -490px -304px
}
.flag-sa {
    background-position: -490px -323px
}
.flag-sb {
    background-position: -490px -342px
}
.flag-sc {
    background-position: -490px -361px
}
.flag-sd {
    background-position: -490px -380px
}
.flag-se {
    background-position: -490px -399px
}
.flag-sg {
    background-position: -490px -418px
}
.flag-sh {
    background-position: -490px -437px
}
.flag-si {
    background-position: -490px -456px
}
.flag-sj {
    background-position: 0 -484px
}
.flag-sk {
    background-position: -25px -484px
}
.flag-sl {
    background-position: -50px -484px
}
.flag-sm {
    background-position: -75px -484px
}
.flag-sn {
    background-position: -100px -484px
}
.flag-so {
    background-position: -125px -484px
}
.flag-sr {
    background-position: -150px -484px
}
.flag-ss {
    background-position: -175px -484px
}
.flag-st {
    background-position: -200px -484px
}
.flag-sv {
    background-position: -225px -484px
}
.flag-sx {
    background-position: -250px -484px
}
.flag-sy {
    background-position: -275px -484px
}
.flag-sz {
    background-position: -300px -484px
}
.flag-tc {
    background-position: -325px -484px
}
.flag-td {
    background-position: -350px -484px
}
.flag-tf {
    background-position: -375px -484px
}
.flag-tg {
    background-position: -400px -484px
}
.flag-th {
    background-position: -425px -484px
}
.flag-tj {
    background-position: -450px -484px
}
.flag-tk {
    background-position: -475px -484px
}
.flag-tl {
    background-position: -515px 0
}
.flag-tm {
    background-position: -515px -19px
}
.flag-tn {
    background-position: -515px -38px
}
.flag-to {
    background-position: -515px -57px
}
.flag-tr {
    background-position: -515px -76px
}
.flag-tt {
    background-position: -515px -95px
}
.flag-tv {
    background-position: -515px -114px
}
.flag-tw {
    background-position: -515px -133px
}
.flag-tz {
    background-position: -515px -152px
}
.flag-ua {
    background-position: -515px -171px
}
.flag-ug {
    background-position: -515px -190px
}
.flag-um {
    background-position: -515px -209px
}
.flag-un {
    background-position: -515px -228px
}
.flag-us {
    background-position: -515px -247px
}
.flag-uy {
    background-position: -515px -266px
}
.flag-uz {
    background-position: -515px -285px
}
.flag-va {
    background-position: -515px -304px
}
.flag-vc {
    background-position: -515px -323px
}
.flag-ve {
    background-position: -515px -342px
}
.flag-vg {
    background-position: -515px -361px
}
.flag-vi {
    background-position: -515px -380px
}
.flag-vn {
    background-position: -515px -399px
}
.flag-vu {
    background-position: -515px -418px
}
.flag-wf {
    background-position: -515px -437px
}
.flag-ws {
    background-position: -515px -456px
}
.flag-ye {
    background-position: -515px -475px
}
.flag-yt {
    background-position: 0 -503px
}
.flag-za {
    background-position: -25px -503px
}
.flag-zm {
    background-position: -50px -503px
}
.flag-zw {
    background-position: -75px -503px
}
.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 rgba(216, 216, 216, .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
}
@-webkit-viewport {
    width: device-width
}
@-moz-viewport {
    width: device-width
}
@-ms-viewport {
    width: device-width
}
@viewport {
    width: device-width
}
*,
:after,
:before {
    box-sizing: inherit
}
.btn,
.form-control,
a,
button,
h1,
h2 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0 none!important
}
a,
a:hover {
    color: #197dff;
    text-decoration: none
}
a:hover {
    color: #04a222
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    color: #555050;
    line-height: 1.6
}
.h3,
h3 {
    margin-bottom: 11px
}
.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,
.rates-card--small .rates-card__price sup,
h6 {
    font-size: 14px
}
ol li,
ul li {
    margin-bottom: .5em
}
.header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}
.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.grey-bg {
    background-color: #fafafa;
    box-shadow: 0 1px 0 0 rgba(210, 210, 210, .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 {
    float: left;
    margin-top: 10px;
    margin-left: -10px;
    -webkit-transition: none;
    transition: none;
    background-image: url(../img/sprite.png);
    background-position: 0 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__close-button:after,
.header__menu-button:after,
.header__myaccount:before {
    background-image: url(../img/sprite.png);
    background-position: -325px -272px;
    width: 24px;
    height: 24px
}
.header__close-button {
    display: none
}
.header__close-button:after,
.header__myaccount:before {
    background-position: -353px -272px
}
.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-position: -297px -272px
}
.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.current:after,
.header__cart:after {
    background-image: url(../img/sprite.png);
    height: 26px
}
.header__cart:after {
    display: block;
    float: left;
    margin: -4px 7px 0 0;
    content: '';
    background-position: -238px -272px;
    width: 26px
}
.header__cart.current,
.header__cart:hover {
    border-bottom: 2px solid #197dff;
    color: #197dff
}
.header__cart.current:after {
    background-position: -268px -272px;
    width: 25px
}
.uk-offcanvas-page .header__menu-button {
    display: none
}
.uk-offcanvas-page .header__close-button {
    display: block
}
.header-info {
    display: none;
    color: #757575;
    box-shadow: inset 0 -1px 0 0 #cbd2d6
}
.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);
    background-position: -362px -247px;
    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;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-left: 0
}
.uk-offcanvas-bar {
    position: fixed;
    top: 64px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1000;
    width: 260px;
    max-width: 100%;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -ms-scroll-chaining: none
}
.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode=reveal].uk-offcanvas-bar-show>*,
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}
.uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}
.uk-offcanvas-bar[mode=none] {
    -webkit-transition: none;
    transition: none
}
.uk-offcanvas-bar[mode=reveal] {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    clip: rect(0, 0, 100vh, 0);
    -webkit-transition: clip .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, clip .3s ease-in-out;
    transition: transform .3s ease-in-out, clip .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.uk-offcanvas-bar-flip[mode=reveal] {
    clip: none;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}
.uk-offcanvas-bar-flip[mode=reveal]>* {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.offcanvas__item {
    display: block;
    padding: 24px 10px 24px 25px;
    border-bottom: 1px solid rgba(222, 222, 222, .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: -webkit-linear-gradient(91deg, #f9fcfe 0%, #fff 82%);
    background-image: linear-gradient(-1deg, #f9fcfe 0%, #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-calls h2,
.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--eye,
.home-features__icon--globe,
.home-features__icon--lock-blue {
    background-image: url(../img/sprite.png);
    background-position: -260px -306px;
    width: 34px;
    height: 34px
}
.home-features__icon--eye,
.home-features__icon--lock-blue {
    background-position: -208px -109px
}
.home-features__icon--lock-blue {
    background-position: -222px -306px
}
.home-features__icon--date,
.home-features__icon--stars,
.home-features__icon--time {
    background-image: url(../img/sprite.png);
    background-position: -184px -306px;
    width: 34px;
    height: 34px
}
.home-features__icon--stars,
.home-features__icon--time {
    background-position: -298px -306px
}
.home-features__icon--stars {
    background-position: -336px -306px
}
.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;
    font-weight: 600;
    font-size: 32px
}
.home-calls .autocomplete__box {
    margin-bottom: 26px
}
.home-calls .table-responsive {
    margin-bottom: 18px
}
.home-calls table,
.rates-cards table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}
.home-calls table td {
    padding: 12px 4px;
    border-bottom: 1px solid rgba(151, 151, 151, .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: -webkit-linear-gradient(top, rgba(217, 221, 228, .32) 0%, rgba(234, 237, 241, .13) 98%);
    background-image: linear-gradient(-180deg, rgba(217, 221, 228, .32) 0%, 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
}
.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,
.home-img-block 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 rgba(216, 216, 216, .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 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 rgba(216, 216, 216, .25);
    color: #676767;
    text-align: right;
    font-weight: 300
}
.rates-cards table .bdr {
    padding-right: 15px;
    border-right: 1px solid rgba(216, 216, 216, .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);
    background-position: -362px 0;
    width: 99px;
    height: 92px
}
.rates-card__price--call05 {
    background-image: -webkit-linear-gradient(225deg, #8497e7 0%, #adbdff 100%);
    background-image: linear-gradient(-135deg, #8497e7 0%, #adbdff 100%)
}
.rates-card__price--call10 {
    background-image: -webkit-linear-gradient(225deg, #47d37e 0%, #61e294 100%);
    background-image: linear-gradient(-135deg, #47d37e 0%, #61e294 100%)
}
.rates-card__price--call20 {
    background-image: -webkit-linear-gradient(225deg, #8cc507 0%, #a2d729 100%);
    background-image: linear-gradient(-135deg, #8cc507 0%, #a2d729 100%)
}
.rates-card__price--call25 {
    background-image: -webkit-linear-gradient(225deg, #dd7373 0%, #ff8585 100%);
    background-image: linear-gradient(-135deg, #dd7373 0%, #ff8585 100%)
}
.rates-card__price--call50 {
    background-image: -webkit-linear-gradient(225deg, #c4006d 0%, #d30c7b 100%);
    background-image: linear-gradient(-135deg, #c4006d 0%, #d30c7b 100%)
}

.rates-card__price--topup {
    background-image: -webkit-linear-gradient(225deg, #c4006d 0%, #d30c7b 100%);
    background-image: linear-gradient(-135deg, #c4006d 0%, #d30c7b 100%)
}

.rates-card__price sup {
    display: inline-block;
    padding: 0 0 0 10px;
    color: rgba(255, 255, 255, .6);
    vertical-align: 1.6em;
    font-weight: 700;
    font-size: 17px
}
.rates-card__price strong {
    display: inline-block;
    margin-top: -10px;
    color: rgba(255, 255, 255, .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);
    background-position: -362px -188px;
    width: 62px;
    height: 55px
}
.rates-card--small .rates-card__price strong {
    margin-top: -.3em;
    font-size: 60px
}
.receive-call {
    padding-top: 60px;
    text-align: center
}
.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-image: url(../img/sprite.png);
    background-position: 0 -272px;
    width: 88px;
    height: 88px
}
.receive-call__how-image--purchase,
.receive-call__how-image--virtualphone {
    background-image: url(../img/sprite.png);
    background-position: -92px -272px;
    width: 88px;
    height: 88px
}
.receive-call__how-image--virtualphone {
    background-position: -362px -96px
}
.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: -webkit-linear-gradient(225deg, #47d37e 0%, #61e294 100%);
    background-image: linear-gradient(-135deg, #47d37e 0%, #61e294 100%)
}
.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: rgba(255, 255, 255, .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: rgba(255, 255, 255, .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);
    background-position: -20px -364px;
    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
}
.smartdial-image {
    display: block;
    margin: 0 0 30px
}
.smartdial-image--add {
    background-image: url(../img/sprite.png);
    background-position: -104px -63px;
    width: 100px;
    height: 100px
}
.smartdial-image--contact,
.smartdial-image--phone,
.smartdial-image--talk {
    background-image: url(../img/sprite.png);
    background-position: 0 -168px;
    width: 100px;
    height: 100px
}
.smartdial-image--phone,
.smartdial-image--talk {
    background-position: -258px 0
}
.smartdial-image--phone {
    background-position: 0 -63px;
    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,
.smartdial h2 {
    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 {
    position: relative;
    display: block
}
.rewards-button span,
.rewards-button:after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.rewards-button span {
    display: block;
    margin-bottom: 16px;
    padding: 19px 0 18px;
    background: #197dff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 2px
}
.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: ''
}
.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,
.rewards-how__image--percent,
.rewards-how__image--points {
    background-image: url(../img/sprite.png);
    background-position: -304px -168px;
    width: 48px;
    height: 48px
}
.rewards-how__image--percent,
.rewards-how__image--points {
    background-position: -310px -104px
}
.rewards-how__image--points {
    background-position: -258px -104px
}
.rewards-how__text {
    overflow: hidden
}
.help-page {
    padding-top: 40px
}
.help-page h1 {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    font-size: 28px
}
.help-support {
    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-page h1,
.help-support,
.help-wrap,
.intl-topup p {
    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 .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: 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
}
.cart h1,
.user h1,
.user h2 {
    font-size: 30px
}
.account .home-refer .button,
.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
}
.cart-table th,
.user-order th {
    color: #8a7d7d;
    text-transform: uppercase;
    font-size: 12px
}
.user-order th {
    text-align: right;
    padding: 4px;
    font-weight: 600
}
.user-order td {
    padding: 30px 4px 16px;
    border-top: 1px solid rgba(216, 216, 216, .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
}
.cart-table--order .rates-card:after,
.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
}
.cart h2,
.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
}
.cart h2 {
    margin-bottom: 50px;
    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--error,
.cart-status--success {
    background-image: url(../img/sprite.png);
    background-position: -104px -168px;
    width: 96px;
    height: 96px
}
.cart-status--error {
    background-position: -204px -168px
}
.cart-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}
.cart-table th {
    padding: 4px 0;
    font-weight: 700
}
.cart-table--confirmation {
    margin-bottom: 18px
}
.cart-table--confirmation th {
    border-bottom: 1px solid rgba(216, 216, 216, .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 rgba(216, 216, 216, .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 rgba(216, 216, 216, .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 .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 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);
    background-position: 0 -364px;
    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-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}
.account-table td,
.account-table th {
    border-bottom: 1px solid rgba(151, 151, 151, .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--add_link:before,
.account-card--mc:after,
.account-card--visa:after {
    background-image: url(../img/sprite.png);
    background-position: -304px -220px;
    width: 50px;
    height: 30px
}
.account-card--add_link:before,
.account-card--mc:after {
    background-position: -184px -272px
}
.account-card__number {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    color: #555050;
    text-align: center;
    font-size: 17px;
    -webkit-transform: translateY(-50%);
    -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-position: -208px -63px;
    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;
    -webkit-transition: all .3s ease-in-out;
    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: rgba(172, 172, 172, .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--buttons,
.account-card--phone__destination_number {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.account-card--phone__destination_number {
    border-bottom: 1px dashed transparent;
    color: #000;
    font-size: 19px;
    line-height: 28px
}
.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
}
.account-card--buttons button {
    padding: 2px 10px;
    border: 1px solid rgba(137, 137, 137, .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;
    -webkit-transform: rotate(45deg) translate(28px, -31px);
    -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
}
.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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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: 9px;
        margin-left: 0
    }
    .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,
    .footer__menu--services:before,
    .footer__menu--support:before {
        background-image: url(../img/sprite.png);
        background-position: -405px -272px;
        width: 20px;
        height: 20px
    }
    .footer__menu--services:before,
    .footer__menu--support:before {
        background-position: -381px -272px
    }
    .footer__menu--support:before {
        background-position: -422px -306px
    }
    .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,
    .rates-cards__autocomplete {
        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__arrows {
        position: absolute;
        top: 54px;
        right: 0;
        display: block;
        color: #197dff;
        font-size: 18px;
        -webkit-transform: translateX(50%);
        -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
    }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 768px) and (min-resolution: 192dpi) {
    .footer__menu--features:before,
    .footer__menu--services:before,
    .footer__menu--support:before {
        background-image: url(../img/sprite%402x.png);
        background-size: 561px 518px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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,
    .visible-lg-block {
        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-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,
    .form-control-feedback__text:before {
        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;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
@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,
    .visible-xs-block {
        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-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,
    .visible-sm-block {
        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-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,
    .visible-md-block {
        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-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
    .hidden-md {
        display: none!important
    }
}
@media print {
    *,
    :after,
    :before {
        background: 0 0!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
    }
    thead {
        display: table-header-group
    }
    blockquote,
    img,
    pre,
    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,
    .visible-print-block {
        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-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) {
    .access-numbers .button-search:after,
    .account-card--add_link:before,
    .account-card--mc:after,
    .account-card--visa:after,
    .cart-pay__secure:before,
    .cart-status--error,
    .cart-status--success,
    .footer__fb a:before,
    .form .input-card--mc,
    .form .input-card--visa,
    .form-creditcard,
    .header__cart.current:after,
    .header__cart:after,
    .header__close-button:after,
    .header__logo,
    .header__menu-button:after,
    .header__myaccount:before,
    .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,
    .rates-card--small .rates-card__price:after,
    .rates-card__price:after,
    .receive-call__how-image--earth,
    .receive-call__how-image--purchase,
    .receive-call__how-image--virtualphone,
    .rewards-how__image--invitation,
    .rewards-how__image--percent,
    .rewards-how__image--points,
    .smartdial-image--add,
    .smartdial-image--contact,
    .smartdial-image--phone,
    .smartdial-image--talk,
    [class*=flag-] {
        background-image: url(../img/sprite%402x.png);
        background-size: 561px 518px
    }
    .form .checkbox--large:not(checked)+label:after {
        background-image: url(../img/sprite%402x.png);
        background-size: 561px 518px
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .home-bubbles__block--first {
        background-image: url(../img/bubbles-refill%402x.png);
        background-size: 460px 361px
    }
    .home-bubbles__block--second {
        background-image: url(../img/bubbles-topup%402x.png);
        background-size: 460px 361px
    }
}