html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.navigation {
    margin-bottom: 10px;
}

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: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.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: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-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: 20px;
    margin-bottom: 20px;
    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
}

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

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

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

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.main-head .toolbar-banner span,
body {
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.toolbar .row .gift a,
.toolbar .row .login a {
    text-decoration: none;
    color: #fff
}

.btn,
.main-head .subscribe {
    vertical-align: middle
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid,
body input:required:valid,
body textarea:focus:required:invalid,
body textarea:required:valid {
    color: #666
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    overflow-x: hidden
}

/*
.container {
    width: 980px !important
}
*/

.tb-top {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: #333;
    color: #fff
}

.toolbar .toolbar-div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.toolbar .row,
.toolbar .toolbar-div form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox
}

.toolbar .toolbar-div:last-child {
    padding-left: 5px
}

.toolbar .toolbar-div form {
    display: flex
}

.toolbar .toolbar-div form .button {
    margin-left: 5px
}

.toolbar .row {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.toolbar .row .socials {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.toolbar .row .socials .fa {
    font-size: 15px;
    color: #fff;
    cursor: pointer
}

.toolbar .row .socials .fa:hover {
    color: #b81212
}

.toolbar .row .search form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #7a7a7a
}

.toolbar .row .search form button {
    margin-left: auto;
    border: none;
    background-color: #8a0d0d
}

.toolbar .row .search form input {
    width: 100%;
    padding-left: 15px;
    background: #424242;
    border: none
}

.toolbar .row .support {
    color: #fff;
    font-size: 15px;
    margin-left: -15px
}

.toolbar .row .support span {
    margin: 0 auto
}

.toolbar .row .login {
    font-size: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #555;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px
}

.toolbar .row .gift {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px
}

.button {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #8a0d0d;
    font-size: 15px;
    padding: 5px
}

.toolbar .row .gift span {
    font-size: 15px
}

.tb-middle {
    background: #fff;
    margin-top: 10px;
    // margin-bottom: 10px;
}

.toolbar .row .toolbar-banner p {
    margin: 0
}

.main-head .toolbar-banner span {
    color: #b81212;
    font-weight: 500;
    font-size: 1.625em;
    line-height: 1.125em
}

.main-head .toolbar-banner p {
    font-size: .6875em;
    font-weight: 400;
    color: #333
}

.main-head .toolbar-banner a:hover {
    text-decoration: none;
}


/*    .toolbar-banner:focus, .toolbar-banner a:focus, .toolbar-banner span:focus, .toolbar-banner p:focus{        text-decoration: none;    }*/

.toolbar-banner a:link {
    text-decoration: none;
}

.toolbar-banner a:visited {
    text-decoration: none;
}

.toolbar-banner a:active {
    text-decoration: none;
}

.toolbar-banner a:hover {
    text-decoration: none;
    background: none transparent;
}

.main-head .toolbar-contacts {
    border-left: 1px solid #b81212;
    border-right: 1px solid #b81212
}

.main-head .toolbar-contacts ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.main-head .toolbar-contacts ul:first-child {
    margin-right: 5px
}

.main-head .toolbar-contacts ul:first-child .fa {
    font-size: 18px
}

.main-head .toolbar-contacts ul li {
    display: inline-block;
    font-size: 12px
}

.main-head .toolbar-contacts ul li .fa {
    color: #b81212;
    width: 19px
}

.main-head .toolbar-contacts ul li:last-child .fa-phone {
    border: 1px solid #b81212;
    padding: 4px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-align: center
}

.main-head .toolbar-contacts ul li:first-child .fa-phone-square {
    font-size: 18px
}

.main-head .subscribe .search {
    color: #222;
    background-color: #ccc;
    border: 1px solid #222;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%
}

.main-head .subscribe .button {
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 7px;
    font-size: 1em;
    border: none
}

.main-head .navigation {
    background-color: gray;
    width: 100%
}

.main-head .navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.main-head .navigation ul li {
    display: inline-block;
    padding: 10px
}

.main-head .navigation ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none
}

.main-head .navigation ul li:hover {
    background: #b81212;
    color: #fff
}

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

.btn.btn-primary {
    background-color: #7f0c0c;
    color: #fff;
    border-color: #7f0c0c
}

.btn.btn-default {
    background-color: rgba(50, 50, 50, .9);
    color: #fff;
    border-color: rgba(50, 50, 50, .9)
}

.btn {
    padding: 10px 20px;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center
}

.block > .index_h1,
.block > h3,
.offer > div > h3 {
    font-size: 1.25em;
    text-transform: uppercase;
    color: #444;
    text-align: center
}

.sect-wrap {
    margin: 30px 0
}

.sect-wrap h1 {
    text-align: center;
    margin-bottom: 10px;
    line-height: .625em
}

.sect-wrap p {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300
}

.service .tile > a:nth-child(1) {
    background-color: #b7b52b
}

.service .tile > a {
    display: inline-block;
    width: 20%;
    min-width: 200px;
    min-height: 135px;
    height: auto;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none
}

.service .tile > a > p {
    display: none;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: .9em;
    max-height: 15px;
    line-height: 17px;
    padding: 10px
}

body {
    // background: rgb(241, 241, 241) !important;
    background: #f5f5f5 url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/tes/london-budka-telefon.jpg) repeat scroll 0 0;
    background-attachment: fixed;
    background-size: cover;
}

section .container {
    background-color: #fff !important;
}

section.form .container {
    background-color: transparent !important;
}

body #wrapper p {
    line-height: 18px !important;
    margin-bottom: 10px;
}

.navigation li a {
    display: block;
}

.menu-item-117899 {
    position: relative;
}

.menu-item-117899:hover .sub-menu {
    display: block;
}


/* .menu-item:hover .sub-menu {        display: block;    }*/

.sub-menu,
.sub-menu-2 {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: gray;
    z-index: 9999;
}


/*.sub-menu, .sub-menu-2 {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: gray;
    z-index: 9999;
}*/


/*  .sub-menu-2 {        position: absolute;        top: 0;        left: 0;        display: none;        background: gray;        z-index: 9999;    }*/

.sub-menu li,
.sub-menu-2 li {
    display: block !important;
}

.menu li:hover .sub-menu {
    display: block;
}

.menu-2 li:hover .sub-menu-2 {
    display: block;
}

.navigation li {
    position: relative !important;
}

.postthumb_img img {
    display: block;
    width: 90px;
    height: 65px;
    float: left;
    margin-right: 10px;
}

.articles li {
    padding: 0 !important;
    margin: 0 !important;
}

.articles .nav > li > a {
    /*padding: 17px !important;*/
}

.dual .dual-right .tab-pane.active {
    background-color: transparent;
}

.dual .dual-left1 .tab-pane.active {
    background-color: transparent;
}

.dual-left1 .row {
    margin-left: 0  !important;
    margin-right: 0  !important;
}

.dual li a {
    color: #000;
    position: 15px 16px !important;
}

.dual .dual-right .posts h5 {
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 22px;
}

.dual .dual-left1 .posts h5 {
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 22px;
}

.dual .dual-right .posts p.post-descr a {
    color: #ff0000;
    font-size: 15px;
    line-height: 14px;
}

.dual .dual-left1
 .posts p.post-descr a {
    color: #ff0000;
    font-size: 15px;
    line-height: 14px;
}

.articles-right .posts p.post-descr a {
    color: #ff0000;
    font-size: 15px;
    line-height: 14px;
}

.dual .dual-right .posts p.post-descr a:hover {
    text-decoration: none;
}

.dual .dual-left1 .posts p.post-descr a:hover {
    text-decoration: none;
}


.dual .dual-right  .posts .tab-pane {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.dual .dual-left1 .posts .tab-pane {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.dual .dual-right .nav-pills li a { 
    padding: 15px 16px;
    /*  padding: 15px 14.4px;*/
}
.dual .dual-left1 .nav-pills li a {
    padding: 15px 16px;
    /*  padding: 15px 14.4px;*/
}


.post-excerpt span {
    display: inline-block;
    margin: 0;
}

.post-after {
    margin-top: 15px !important;
}

.post-after a {
    color: #7e0c0c;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.post-after a:hover {
    text-decoration: none;
    color: #c1c1c1;
}

.post-excerpt p {
    font-size: 13px;
    display: inline !important;
    margin: 0 !important;
    color: #929292;
}

.category-link a {
    color: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 12px 30% !important;
    display: block;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.articles .nav-pills .active {
    background-color: #b81212;
    /*  padding: 17px !important;*/
}

.articles .nav-pills li {
    margin: 0 !important;
}

.category-link {
    border: none !important;
    padding: 0px !important;
    background-color: transparent;
}

.dual .dual-right .col-md-12 {
    border: none !important;
}

.dual .dual-left1 .col-md-12 {
    border: none !important;
}


.dual li.category-link:hover a {
    background-color: #7e0c0c !important;
    color: #fff !important;
    text-decoration: none;
}

.category-link:hover {
    background-color: transparent;
}

.dual .dual-right .nav-pills li {
    border-right: 1px solid #c1c1c1;
    background-color: #eeeeee;
}

.dual .dual-left1 .nav-pills li {
    border-right: 1px solid #c1c1c1;
    background-color: #eeeeee;
}



.dual .dual-right .nav-pills li .tab a {
    color: #000;
}

.dual .dual-left1 .nav-pills li .tab a {
    color: #000;
}



.dual .dual-right .nav-pills li:nth-of-type(3),
.dual .dual-right .nav-pills li:last-of-type {
    border-right: none;
}

.dual .dual-left1 .nav-pills li:nth-of-type(3),
.dual .dual-left1 .nav-pills li:last-of-type {
    border-right: none;
}


.dual .dual-right  .nav-pills li:hover {
    background-color: #7e0c0c;
}
.dual .dual-left1 .nav-pills li:hover {
    background-color: #7e0c0c;
}


.dual .dual-right .nav-pills li:hover a {
    color: #fff;
}
.dual .dual-left1 .nav-pills li:hover a {
    color: #fff;
}

.dual .dual-right .posts .post-image a {
    display: block;
}
.dual .dual-left1 .posts .post-image a {
    display: block;
}

.dual .dual-right .posts .post-image img {
    width: 50px;
    height: 50px;
    padding-right: 0 !important;
}
.dual .dual-left1 .posts .post-image img {
    width: 50px;
    height: 50px;
    padding-right: 0 !important;
}

.dual .dual-right .posts p {
    margin: 0 !important;
}
.dual .dual-left1 .posts p {
    margin: 0 !important;
}

.articles-right .posts p {
    margin: 0 !important;
}

.dual .dual-right .posts .post-head,
.post-excerpt span {
    text-transform: uppercase;
    color: #7e0c0c !important;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.dual .dual-left1 .posts .post-head,
.post-excerpt span {
    text-transform: uppercase;
    color: #7e0c0c !important;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.post-after {
    float: right;
}

.post-after span,
.post-after a,
.post-after {
    font-size: 13px;
}

.post-after span {
    color: #7e0c0c !important;
}

.posts {
    border-bottom: 1px solid #d0d0d0;
    margin-top: 20px;
    padding-bottom: 20px;
}

.posts:last-of-type {
    border: none;
    padding-bottom: 0;
}

.dual .dual-right .tab-pane .posts .post-description {
    margin-left: 0;
    width: 100%;
}
.dual .dual-left1 .tab-pane .posts .post-description {
    margin-left: 0;
    width: 100%;
}

.dual .dual-right .tab-pane .posts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
/*    justify-content: center */
}
.dual .dual-left1 .tab-pane .posts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
/*    justify-content: center */
}

.articles-right .posts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center
}

.dual .col-md-2 a {
    display: block;
}

.articles li,
.dual .dual-right .nav-pills li {
    margin: 0 !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.articles li,
.dual .dual-left1 .nav-pills li {
    margin: 0 !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.articles li.active a {
    color: #fff;
}

.articles li.active a,
.dual li.active a {
    background-color: transparent !important;
}

.dual .dual-right .nav-pills li.active {
    background-color: #7e0c0c;
}
.dual .dual-left1 .nav-pills li.active {
    background-color: #7e0c0c;
}

.dual .dual-right .col-md-2 {
    padding-left: 15px !important;
}
.dual .dual-left1 .col-md-2 {
    padding-left: 15px !important;
}

.articles li:hover a,
.dual li:hover a,
.dual li:focus a,
.articles li:focus a {
    background-color: transparent !important;
}

.articles .tab-content img {
    float: none !important;
    width: 50px;
    height: 50px;
    padding-right: 0 !important;
    /*        margin-bottom: 40px;*/
}

.articles .tab-content figcaption {
    margin-left: 10px;
}

.articles .tab-content figure {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.articles h6 a {
    text-decoration: none;
    color: #ff0000;
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.articles .articles-left img {
    width: 100%;
}

.dual-left .col-md-6.active {
    color: #fff;
}

.dual-left .col-md-6 {
    background-color: #eeeeee;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.dual .col-md-12 tr:first-of-type td:nth-of-type(2) {
    text-align: center;
}

.bill2-table tr {
    border-bottom: 1px solid #c1c1c1;
}

.bill2-table tr:last-of-type {
    border-bottom: none;
}

.dual .col-md-12 tbody tr:first-of-type {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #9d9d9d;
    background-color: #eeeeee;
    height: 48px;
    max-height: 48px;
    box-sizing: content-box;
}

.dual .col-md-12 tbody div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dual .col-md-12 table tbody td {
    font-size: 13px;
}


/*  .dual-left .col-md-12 {        padding: 0 !important;    }*/

.dual .col-md-12 tbody div p {
    margin-bottom: 0;
    font-size: 12px;
}

.dual .col-md-12 tbody div p a {
    text-decoration: underline;
    color: #464646;
}

.dual .col-md-12 table tbody td .chart {
    width: 70px;
}

.dual .col-md-12 table tbody td {
    vertical-align: middle;
    /*  padding: 15px 5px !important;*/
}

.dual-left .col-md-6:hover {
    background-color: #7e0c0c;
    color: #fff;
}

.course .container {
    padding-top: 55px;
    padding-bottom: 88px;
}

.bonus {
    padding-bottom: 0 !important;
}

.tools {
    padding: 0 !important;
}

.dual {
    margin: 0 !important;
}

header .container {
    background-color: #fff;
}

.articles {
    padding-bottom: 0;
}

.open-invoice {
    padding: 0 !important;
}

.open-invoice .container {
    padding-top: 20px;
    padding-bottom: 40px;
}

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

.fx-system i {
    font-size: 32px;
}

.fxs-icon {
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 80px;
    width: 80px;
}

.articles .container {
    padding-bottom: 20px;
}

.dual .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tools .container {
    padding-top: 40px;
    padding-bottom: 80px;
}

.bonus .container {
    padding-bottom: 50px;
}

.get-bonus-btn a {
    color: #464646;
}

.get-bonus:hover a {
    text-decoration: none;
    color: #fff;
}

.get-bonus-all a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.get-bonus-all a:hover {
    background-color: #7e0c0c;
    color: #fff;
}

.form-main h2 {
    text-align: left !important;
    font-size: 23px;
    line-height: 18px;
    color: #464646;
    margin-bottom: 20px !important;
    position: relative;
}

.form .form-main p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    font-family: Arial, sans-serif;
}

.title-wrap p {
    color: #464646;
    font-size: 18px;
    opacity: .7;
}

.form-main h2:before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    top: -10px;
    left: -60px;
    background-image: url(images/clock-icon.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.form .form-main {
    padding-top: 26px;
}

.form .form-main form input,
.form .form-main form button {
    padding: 15px;
}

.form .form-main form .btn-demo,
.form .form-main form .btn-real {
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.form .form-bottom figure i {
    margin: 0 auto;
}

.form-b-icons .fa {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 45px !important;
}

.title-wrap p {
    margin-bottom: 15px;
}

.form-b-icons a {
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    :
}

.form-b-icons a:hover {
    color: #343434;
}

.form-b-icons a:hover .fa {
    color: #fff;
    background-color: #7e0c0c;
    border-color: #7e0c0c;
}

.tools .col-md-4 a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 7px;
}

.tools .tools-left a:first-of-type:hover {
    background-image: url("images/ICON-1Hover.png");
}

.tools .tools-left a:nth-of-type(2):hover {
    background-image: url("images/hover/ICON-2Hover.png");
}

.tools .tools-left a:last-of-type:hover {
    background-image: url("images/hover/ICON-3Hover.png");
}

.tools .tools-center a:first-of-type:hover {
    background-image: url("images/hover/ICON-4Hover.png");
}

.tools .tools-center a:nth-of-type(2):hover {
    background-image: url("images/hover/ICON-5Hover.png");
}

.tools .tools-center a:last-of-type:hover {
    background-image: url("images/hover/ICON-6Hover.png");
}

.tools .tools-right a:first-of-type:hover {
    background-image: url("images/hover/ICON-7Hover.png");
}

.tools .tools-right a:nth-of-type(2):hover {
    background-image: url("images/hover/ICON-8Hover.png");
}

.tools .tools-right a:last-of-type:hover {
    background-image: url("images/hover/ICON-9Hover.png");
}

.tools .col-md-4 a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #353433;
}

.r_padding {
    max-width: 450px;
    margin-left: 46px;
}

.post-description {
    padding-right: 25px;
}

.bill-l,
.bill-r {
    text-align: center;
    cursor: pointer;
}

.bill-table,
.bill2-table {
    padding: 0 !important;
}


/*.col-md-12.bill-table > table td  {        padding: 3px;    }*/

.col-md-12.bill-table > table {
    width: 100%;
}

.col-md-12.bill2-table > table {
    width: 100%;
}

.bill2-table .data-row {
    border: 0 none;
}

.data-row div {
    /*    background: #4af8ff;*/
    width: 140px;
    overflow: hidden;
}

.bill-table .data-row td:nth-of-type(2) {
    /*     background: #f00 !important;*/
    width: 75px
}

.bill2-table .data-row td:nth-of-type(2) {
    /*    background: #f00 !important;*/
    width: 75px;
}

.bill-table .data-row td:nth-of-type(3) {
    /*     background: #1eff0d !important;*/
    width: 119px;
}

.bill2-table .data-row td:nth-of-type(3) {
    /*background: #29ff1a !important;*/
    width: 119px;
}


/*.col-md-12.bill-table tr:first-of-type {    background: #5bf623;}*/

.toolbar .toolbar-div form {
    display: table;
    width: 100%;
}

.main-head .subscribe .search {
    width: 62%;
}

.bill-l .active {}

.bill-r .active {}

.dual-left .col-md-6.active {
    color: #fff;
    background: #7E0C0C;
}

.articles .nav > li > a {
    padding: 14px;
}


/*    .post-excerpt {    background: #38ff4d;}*/


/* border: 3px solid #B81212;*/

.articles .container .articles-links ul {
    /* justify-content: flex-start;*/
    justify-content: right !important;
    display: table !important;
}

.articles .container .articles-links ul li a {
    font-size: 11px;
}

.dual-right .nav-pills li a {
    padding: 15px 14.4px;
}
.dual-left1 .nav-pills li a {
    padding: 15px 14.4px;
}

.dual .nav-pills li a {
    padding: 15px;
}


.nav-pills .category-link {
    width: 94%; /* 457px; */
}


.test {
    width: 464px;
}

.dual .dual-right .nav-pills li a {
    padding: 14px 18.5px !important;
    text-align: center;
}
.dual .dual-left1 .nav-pills li a {
    padding: 14px 18.5px !important;
    text-align: center;
}

.articles .tab-content figcaption {
    min-height: 90px;
    min-width: 90%;
}

.post-image {
    float: left;
    margin: 0 10px 10px 0;
}

#inf_quotes_chart {
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

@media (max-width: 1200px) {
    .informer.informer__chart_quotes {
        display: block;
        padding: 0 2.5%;
    }
}

#menu-menu-header li:hover ul li {
    display: block;
}


/* sub-menu{}*/