/* Bootstrap */
html {
    font-family: sans-serif;
    background: #000;
    -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: none;
    text-decoration: underline;
    text-decoration: underline 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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
    *, *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-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: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
p, h2, h3 {
    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 th, .table-bordered td {
    border: 1px solid #ddd !important;
}
}* {
    -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 {
    text-decoration: none;
}
a:hover, a:focus {
    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;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,  0,  0,  0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
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, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
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: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
    font-size: 21px;
}
}small, .small {
    font-size: 85%}
mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width:768px) {
    .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;
}
}abbr[title], abbr[data-original-title] {
    cursor: help;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: "\2014 \00A0"}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ""}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: "\00A0 \2014"}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .wide-flex{display: flex;}
    .container {
    width: 970px;
}
}@media (min-width:1299px) {
    .container {
    width: 1170px;
}
}.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.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-right: 15px;
    padding-left: 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:769px) {
    .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;
}
}table {
    background-color: transparent;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table.border-no, .table.border-no td{
    border: none!important;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
}
.table-bordered:not(.border-no) {
    border: 1px solid #ddd;
}
.table-bordered:not(.border-no)>thead>tr>th, .table-bordered:not(.border-no)>tbody>tr>th, .table-bordered:not(.border-no)>tfoot>tr>th, .table-bordered:not(.border-no)>thead>tr>td, .table-bordered:not(.border-no)>tbody>tr>td, .table-bordered:not(.border-no)>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width:767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}
}fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-field label{
    width: calc(100% - 25px);
    vertical-align: top;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%}
select[multiple], select[size] {
    height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,  0,  0,  .075),  0 0 8px rgba(102,  175,  233,  0.6);
    box-shadow: inset 0 1px 1px rgba(0,  0,  0,  .075),  0 0 8px rgba(102,  175,  233,  0.6);
}
.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 {
    background-color: transparent;
    border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
}
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px;
}
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px;
}
}.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm, select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg+.form-control-feedback, .input-group-lg+.form-control-feedback, .form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm+.form-control-feedback, .input-group-sm+.form-control-feedback, .form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label~.form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width:768px) {
    .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 .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
}
.form-inline .input-group>.form-control {
    width: 100%}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
}.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
}
}@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
}
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    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:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    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:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    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:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    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:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}
.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    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:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    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:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%}
.fade{
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-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;
    -o-transition-property: height,  visibility;
    transition-property: height,  visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #777;
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
}
}.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
    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-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-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-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%}
.btn-group-vertical>.btn-group>.btn {
    float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    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="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="radio"], [data-toggle="buttons"]>.btn input[type="checkbox"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,  0,  0,  0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 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: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    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:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-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:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
    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;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #777;
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified>li {
    float: none;
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
}
}.nav-pills>li {
    float: left;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%}
.nav-justified>li {
    float: none;
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}
@media (min-width:768px) {
    .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
}
}.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width:768px) {
    .navbar {
    border-radius: 4px;
}
}@media (min-width:768px) {
    .navbar-header {
    float: left;
}
}.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width:768px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
}.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
}
}@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
}.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
}.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width:768px) {
    .navbar-static-top {
    border-radius: 0;
}
}.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
@media (min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}
}.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width:768px) {
    .navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
}
}@media (min-width:768px) {
    .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width:768px) {
    .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.navbar-form .form-control-static {
    display: inline-block;
}
.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}
.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
}
.navbar-form .input-group>.form-control {
    width: 100%}
.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
}
.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
}@media (max-width:767px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
    margin-bottom: 0;
}
}@media (min-width:768px) {
    .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width:768px) {
    .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}
}@media (min-width:768px) {
    .navbar-left {
    float: left !important;
}
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.navbar-right~.navbar-right {
    margin-right: 0;
}
}.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}
}.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}
}.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.embed-responsive {
    position: relative;
    display: block;
    /*height: 0;*/
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;*/
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    /*padding-bottom: 56.25%*/}
.embed-responsive-4by3 {
    /*padding-bottom: 75%*/}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after {
    display: table;
    content: " "}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
	opacity: 1;
}
.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: inherit!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: initial !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;
}
}
/* Well */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
/* wp.css */
.screen-reader-text {
    position: absolute;
    left: -666em;
}
body:not(.admin-bar) .visible-admin {
    display: none;
}
.aligncenter, div.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
    background-color: #f3f3f3;
    margin: 10px 0;
    padding-top: 0;
    max-width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.wp-caption img {
    display: block;
    margin: 0!important;
    padding: 0;
    border: 0 none;
}
.wp-caption-text {
    font-size: .9em;
    color: #666;
    padding: 10px;
}
.wp-caption p {
    font-size: .9em;
    padding: 7px 0;
    margin-bottom: 0!important;
    text-align: center!important;
}
img[class*="align"], img[class*="wp-image-"], #content .gallery-thumb img, #content .gallery .gallery-icon img {
    border: 0 none;
    padding: 0;
}
.wp-caption img {
    border-color: #f3f3f3;
}
.nopassword, .nocomments {
    display: none;
}
.attachment .entry-content .entry-caption {
    font-size: 140%;
    margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
    content: '\2190\00a0'}
.attachment .entry-content .nav-next a:after {
    content: '\00a0\2192'}
.aligncenter {
    margin: 23px auto 20px;
}
.alignleft {
    float: left;
    margin: 10px 15px 20px 0;
    width: 50%;
}
.alignright {
    float: right;
    margin: 10px 0 20px 15px;
    width: 50%;
}
.screen-reader-text {
    position: absolute;
    left: -666em;
}
.media-credit-container .media-credit {
    text-align: center;
    font-size: .75em;
}
.media-credit-container .media-credit:before {
    content: "a";
    font-family: "itc-icons"!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    top: 2px;
    position: relative;
    margin-right: 5px;
}
.intro1 {
    font-style: normal;
    color: #666;
    font-size: 17px;
    line-height: 1.45;
}
.b-quote2 {
    font-size: 22px;
    color: #1e88e5;
    max-width: 200px!important;
    display: block;
    float: left;
    margin: 0 15px 15px 0;
}
.entry-content blockquote {
    margin-top: 20px;
    border-left: 0 none;
    color: #000;
    position: relative;
    padding-left: 60px;
}
.entry-content blockquote:before {
    content: "c";
    color: #00A5D2;
    font-size: 26px;
    position: absolute;
    left: 13px;
    top: 12px;
    font-family: "itc-icons"!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fotorama {
    background: #ececec;
    margin: 1em 0;
}
.fotorama>.fotorama__wrap {
    margin: 0 auto;
}
.fotorama__stage__frame .fotorama__caption {
    /*display: none;*/
}
.fotorama__stage__frame:hover .fotorama__caption {
    display: block;
}
.fotorama__caption {
    text-align: center;
}
.fotorama__caption .fotorama__caption__wrap {
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    display: inline-block;
    margin: 0 auto;
}
.post .fotorama__stage {
    margin-bottom: 7px;
}
.post .fotorama__nav--thumbs .fotorama__nav__frame {
    opacity: .6;
}
.post .fotorama__nav--thumbs .fotorama__nav__frame:hover {
    opacity: .9;
}
.post .fotorama__nav__frame.fotorama__active {
    opacity: 1;
}
/* old-styles.css */
.tth {
    margin: 15px 15px 15px 0;
    background: url(https://itc.ua/articles/i/bord-bottom.gif) no-repeat left bottom;
}
.tth p {
    margin: 0;
    padding: 5px 10px 7px;
    font-size: 11px;
    color: #000;
    background: url(https://itc.ua/articles/i/bord-top.gif) no-repeat left top;
}
.tth b {
    color: #333;
    padding-right: 5px;
}
.itc_context {
    margin: 0 auto 10px!important;
}
.block_ht {
    background: url(https://itc.ua/sites/all/themes/itc/i/left_bg.gif) no-repeat 0 0;
    padding-left: 6px;
    height: 48px;
    width: 649px;
    margin: 10px 0;
}
.block_ht div {
    background: url(https://itc.ua/sites/all/themes/itc/i/bg_blue.gif) repeat-x 0 0;
    height: 48px;
}
.block_ht div img {
    padding: 0 0 0 5px;
    float: left;
}
.block_ht div a {
    color: #000;
    text-decoration: underline;
}
.block_ht div a:hover {
    color: #fff;
}
.block_ht div p {
    float: left;
    margin: 0;
    padding: 6px 0 5px 10px;
    width: 375px;
}
.block_ht div a.butt:hover {
    color: #bb070f;
}
.block_ht div a.butt {
    background: url(https://itc.ua/sites/all/themes/itc/i/kn_or.gif) no-repeat scroll right 0 transparent;
    float: right;
    font-size: 12px;
    font-weight: 700;
    height: 42px;
    padding: 6px 26px 0 40px;
    text-align: center;
    width: 100px;
}
.block_ht div span {
    display: block;
    font-size: 11px;
    padding-top: 2px;
}
.block_ht i {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding-right: 20px;
}
img.ill_r {
    float: right;
    padding: 0;
    margin: 0 0 0 10px;
}
div.spec1 {
    float: left;
    width: 210px;
    margin: 4px 15px 10px 0;
    border: 1px solid #ddd;
    background: #fff;
}
div.spec1 h1 {
    margin: 0;
    padding: 2px 10px 3px;
    border-top: 1px solid #ddd;
    font-size: 17px!important;
    word-wrap: break-word;
    color: #fff;
    background: #999;
}
div.spec1 p {
    margin: 0;
    padding: 2px 10px 3px;
    border-top: 1px solid #ddd;
    font-size: 11px;
    color: #666;
}
div.spec1 p b {
    color: #333;
}
div.spec1 img {
    margin-bottom: 10px;
    margin-top: 10px;
    width: auto!important;
    max-width: 190px;
}
div.spec1 p.z {
    padding-left: 18px;
    background: #f8f8f8 url(https://itc.ua/i/plus2.gif) no-repeat 5px 5px;
}
div.spec1 p.p {
    padding-left: 18px;
    background: #f8f8f8 url(https://itc.ua/i/minus2.gif) no-repeat 5px 5px;
}
div.spec1 p.v {
    padding-left: 18px;
    background: #f8f8f8 url(https://itc.ua/i/verdict2.gif) no-repeat 5px 5px;
}
div.spec2 {
    float: left;
    width: 250px;
    margin: 5px 15px 10px 0;
    border: 1px solid #ddd;
    background: #fff;
}
div.spec2 h1 {
    margin: 0;
    padding: 2px 10px 3px;
    border-top: 1px solid #ddd;
    font-size: 11px;
    color: #fff;
    background: #999;
}
div.spec2 p {
    margin: 0;
    padding: 2px 10px 3px;
    border-top: 1px solid #ddd;
    font-size: 11px;
    color: #666;
}
div.spec2 p b {
    color: #333;
}
div.spec2 img {
    padding: 5px!important;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
div.spec2 img.last {
    border-bottom: none;
}
div.spec2 p.z {
    padding-left: 18px;
    background: #f8f8f8 url(https://itc.ua/i/plus2.gif) no-repeat 5px 5px;
}
div.spec2 p.p {
    padding-left: 18px;
    background: #f8f8f8 url(https://itc.ua/i/minus2.gif) no-repeat 5px 5px;
}
div.spec2 p.v {
    padding-left: 18px;
    background: #f8f8f8 url(https://itc.ua/i/verdict2.gif) no-repeat 5px 5px;
}
@media(max-width:767px) {
    div.spec1 {
    width: 100%;
    float: none;
    margin: 5px 0 15px;
}
}.fr {
    float: right;
}
.fl {
    float: left;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.artimg {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px 0 10px;
}
div.verdict {
    border: 1px solid #fc0;
    float: left;
    margin: 16px 0 32px;
    background: #DFDFFE;
    width: 100%}
div.verdict p {
    margin: 0;
    padding: 2px 7px 3px;
    font-family: Tahoma;
    font-size: 11px;
    color: #000;
    line-height: 1.2em;
}
div.verdict p.v5s, div.verdict p.v4s, div.verdict p.v3s, div.verdict p.v2s, div.verdict p.v1s, div.verdict p.v0s {
    margin: 0;
    padding: 0;
    font-size: 1px;
    height: 16px;
    border-bottom: 1px solid #fc0;
    border-top: none;
}
div.verdict p.v5s {
    background: #FFE57F url(https://itc.ua/i/dv5s.gif) no-repeat 5px 3px;
}
div.verdict p.v4s {
    background: #FFE57F url(https://itc.ua/i/dv4s.gif) no-repeat 5px 3px;
}
div.verdict p.v3s {
    background: #FFE57F url(https://itc.ua/i/dv3s.gif) no-repeat 5px 3px;
}
div.verdict p.v2s {
    background: #FFE57F url(https://itc.ua/i/dv2s.gif) no-repeat 5px 3px;
}
div.verdict p.v1s {
    background: #FFE57F url(https://itc.ua/i/dv1s.gif) no-repeat 5px 3px;
}
div.verdict p.v0s {
    background: #FFE57F url(https://itc.ua/i/dv0s.gif) no-repeat 5px 3px;
}
div.verdict p.v {
    background: #D3D3FE;
    font-weight: 700;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
div.verdict p.z {
    width: 50%;
    padding-left: 17px;
    border-right: 1px solid #fff;
    float: left;
    background: transparent url(https://itc.ua/i/plus1.gif) no-repeat 4px 5px;
}
div.verdict p.p {
    width: 40%;
    padding-left: 17px;
    border-left: 1px solid #fff;
    margin-left: -1px;
    float: left;
    background: transparent url(https://itc.ua/i/minus1.gif) no-repeat 4px 5px;
}
table.dpk1 {
    margin: 0 0 16px;
    border: 1px solid #ccc;
    width: 100%}
table.dpk1 th, table.dpk1 td {
    padding: 3px 7px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    color: #000;
    text-align: center;
    background: #eee;
}
table.dpk1 th {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    font-family: Verdana;
}
table.dpk1 caption {
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    font-family: Verdana;
    padding: 0 0 4px;
    background: transparent;
    margin: 0;
}
table.dpk1 tr.title td {
    background: #829aa9;
    color: #fff;
    font-weight: 700;
}
table.dpk1 tr.title2 td {
    background: #fff;
    color: #000;
    text-align: left;
    font-style: italic;
}
table.dpk1 td.footnote {
    background: #f0f5f8;
    font-size: 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
}
table.dpk1 td.name {
    background: #c5cfd2;
    text-align: left;
    font-weight: 700;
}
tbody {
    border: none!important;
}
.edition_link {
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    clear: both;
    font-size: 11px!important;
    margin: 15px 0!important;
    padding: 1px 0!important;
}
.edition_link a {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 12px;
    background: #f9f9f9;
}
.edition_link a.ed1 {
    background: #f9f9f9 url(/sites/all/themes/itc/i/ed_logo_small_ko.gif) no-repeat 548px 3px;
}
.edition_link a.ed2 {
    background: #f9f9f9 url(/sites/all/themes/itc/i/ed_logo_small_dpk.gif) no-repeat 548px 3px;
}
.edition_link a.ed6 {
    background: #f9f9f9 url(/sites/all/themes/itc/i/ed_logo_small_dfoto.gif) no-repeat 548px 3px;
}
.edition_link a.ed10 {
    background: #f9f9f9 url(/sites/all/themes/itc/i/ed_logo_small_mobility.gif) no-repeat 548px 3px;
}
.edition_link a.ed13 {
    background: #f9f9f9 url(/sites/all/themes/itc/i/ed_logo_small_gameplay.gif) no-repeat 548px 3px;
}
.ko2 {
    float: right;
    font-size: 11px;
    padding: 0 0 20px;
    line-height: 14px;
}
.ko2 tr td {
    padding-top: 10px;
}
/* style.css */
html.fullscreen {
    overflow: auto!important;
    width: auto!important;
    height: auto!important;
    max-width: auto!important;
    max-height: auto!important;
}
#wrapper #toc_container {
    display: block!important;
    margin: 10px 0 20px!important;
    float: none!important;
    background-color: #F8FAFC;
    border: none;
    padding: 40px;
}
#wrapper #toc_container li {
    margin-bottom: 10px;
}
#wrapper #toc_container li .toc_number:after {
    content: "."}
#wrapper #toc_container a:hover {
    text-decoration: none;
}
@media(min-width: 600px) {
    #wrapper #toc_container {
    float: right;
}
}
#wrapper .category-stati #toc_container {
}
span.icon.icon-ic-person-black-48px, span.icon.icon-ic-comment-black-48px {
    margin-right: 4px!important;
}
span.icon.icon-ic-comment-black-48px + a {
    margin-left: 3px;
}
.rating-and-price .title {
    padding-right: 5px;
}
.navbar, code, pre, .label, .form-control, .badge, .table-bordered, .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child, .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child, .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child, .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child, .table-bordered caption+thead tr:first-child th:first-child, .table-bordered caption+tbody tr:first-child td:first-child, .table-bordered colgroup+thead tr:first-child th:first-child, .table-bordered colgroup+tbody tr:first-child td:first-child, .table-bordered caption+thead tr:first-child th:last-child, .table-bordered caption+tbody tr:first-child td:last-child, .table-bordered colgroup+thead tr:first-child th:last-child, .table-bordered colgroup+tbody tr:first-child td:last-child, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-append input, .input-append select, .input-append .uneditable-input, .input-append input+.btn-group .btn, .input-append select+.btn-group .btn, .input-append .uneditable-input+.btn-group .btn, .input-append .add-on:last-child, .input-append .btn:last-child, .input-prepend.input-append input+.btn-group .btn, .input-prepend.input-append select+.btn-group .btn, .input-prepend.input-append .uneditable-input+.btn-group .btn, .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, input.search-query, .form-search .input-append .search-query, .form-search .input-append .btn, .form-search .input-prepend .search-query, .form-search .input-prepend .btn, .btn, .btn-large, .btn-small, .btn-mini, .btn-group>.btn:first-child, .btn-group>.btn:last-child, .btn-group>.dropdown-toggle, .btn-group>.btn.large:first-child, .btn-group>.btn.large:last-child, .btn-group>.large.dropdown-toggle, .btn-group-vertical .btn:first-child, .btn-group-vertical .btn:last-child, .btn-group-vertical .btn-large:first-child, .btn-group-vertical .btn-large:last-child, .nav-tabs>li>a, .nav-pills>li>a, .nav-tabs.nav-stacked>li:first-child>a, .nav-tabs.nav-stacked>li:last-child>a, .nav-tabs.nav-stacked>li>a:hover, .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .tabs-below>.nav-tabs>li>a, .tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a, .navbar-inner, .navbar-search .search-query, .navbar .btn-navbar .icon-bar, .navbar .pull-right>li>.dropdown-menu .dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu, .breadcrumb, .pagination ul, .pagination ul>li:first-child>a, .pagination ul>li:first-child>span, .pagination ul>li:last-child>a, .pagination ul>li:last-child>span, .pagination-large ul>li:first-child>a, .pagination-large ul>li:first-child>span, .pagination-large ul>li:last-child>a, .pagination-large ul>li:last-child>span, .pagination-mini ul>li:first-child>a, .pagination-small ul>li:first-child>a, .pagination-mini ul>li:first-child>span, .pagination-small ul>li:first-child>span, .pagination-mini ul>li:last-child>a, .pagination-small ul>li:last-child>a, .pagination-mini ul>li:last-child>span, .pagination-small ul>li:last-child>span, .pager li>a, .pager li>span, .thumbnail, .alert, .progress, .hero-unit, .tooltip-inner, .popover, .popover-title, .modal, .modal-footer, .dropdown-menu, .dropdown-submenu>.dropdown-menu, .dropup .dropdown-submenu>.dropdown-menu, .dropdown-submenu.pull-left>.dropdown-menu, .typeahead, .accordion-group, .carousel-control, .well, .well-large, .well-small, .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a, .nav-collapse .btn, .nav-collapse .dropdown-menu, .border-radius-off {
    border-radius: 0;
}
#container {
    position: relative;
    z-index: 5;
	background: #fff;
}
body.no-login.page-template-blogsmain-php #container, body.page-template-login #container{
    background: none;
}
.img-responsive {
    display: inline-block;
}
a{
    color: #109BFF;
}
a:hover, a:focus {
    color: #109BFF!important;
}
.entry-title a:hover{
    color: #109BFF;
}
#cookie-notice .cn-button:not(.cn-button-custom){
    background: #109BFF!important;
    border-radius: 100px!important;
    padding: 14px 22px!important;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade{
    background: rgba(0, 0, 0, 0.7)!important;
    backdrop-filter: blur(15px);
}
@media (max-width: 768px){
    .cookie-notice-container #cn-notice-text{
        text-align: left;
        float: left;
        width: calc(100% - 90px);
        margin-bottom: 15px;
    }
    .cookie-notice-container #cn-notice-buttons {
        float: left;
    }
}
a:hover img {
    opacity: .95;
}
body {
    color: #282f33;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 17px;
    line-height: 1.44;
    background-color: #EFF2F4;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h /* add special class for using heading-style in other elements */ {
    font-weight: 700;
    line-height: 1.3;
}
.loop-new .thumb-responsive {
    padding-bottom: 35%;
}
.thumb-responsive {
    display: block;
    height: 0;
    padding-bottom: 71%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}
.thumb-responsive.lazy-loaded {
    background-size: cover!important;
}
#header {
    background-color: #000;
    border-bottom: 1px solid #D3DCE2;
}
.header-top {
    margin: 0 auto;
    position: relative;
}
#header .logo a {
    display: inline-block;
    padding: 7px 10px 9px;
}
#header .logo img {
    width: 155px;
}
#header .menu-main {
    margin: 0;
    padding: 0;
}
#header .menu-main ul {
    padding: 0;
    margin: 0;
}
#header .menu-main li {
    list-style: none;
    display: inline-block;
}
#header .menu-main li a {
    display: inline-block;
    color: #fff;
    text-decoration: none!important;
    font-size: 16px;
    padding: 0 20px;
    line-height: 70px;
    font-weight: 700;
}
#header .menu-main li.news a:hover, #header .menu-main li.news.current-menu-item a {
    color: #55a658;
}
#header .menu-main li.review_cat a:hover, #header .menu-main li.review_cat.current-menu-item a {
    color: #1e88e5;
}
#header .menu-main li.stati a:hover, #header .menu-main li.stati.current-menu-item a {
    color: #3F52CE;
}
#header .menu-main li.video_cat a:hover, #header .menu-main li.video_cat.current-menu-item a {
    color: #ae1d1f;
}
#header .menu-main li.blogs a:hover, #header .menu-main li.blogs.current-menu-item a {
    color: #ffb109;
}
.menu_btn {
    color: #fff;
    padding: 10px;
    line-height: 46px;
    font-size: 30px;
    background: #000;
}
#menu-mobile {
    position: absolute;
    z-index: 999;
    top: 46px;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
}
#menu-mobile ul {
    padding: 30px 0;
    margin: 0;
}
#menu-mobile ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu-mobile ul li a {
    display: block;
    padding: 7px 20px;
    color: #fff;
    text-decoration: none!important;
    font-size: 19px;
    font-weight: 700;
}
#menu-mobile ul li a:hover {
    color: #000;
    background: rgba(0, 151, 210, 0.2);
}
#grey_back {
    display: none;
    background-color: #0000;
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 998;
    top: 0;
}
@media (max-width: 767px) {
    #header .header-top {
		position: relative;
	}
	#header .menu_btn .icon-humburger {
		position: relative;
		top: 3px;
	}
	#header .menu_btn, #header .search-icon {
		position: relative;
		z-index: 2;
	}
	#header .menu_btn {
		padding: 5px 13px 0;
        margin-right: -15px;
        line-height: 41px;
        font-size: 24px;
        background: #109BFF;
        width: 50px;
	}
	#header .logo {
		position: absolute;
		z-index: 0;
		left: 0;
		width: auto;
		text-align: center;
		background: #000;
	}
	#header .search-icon {
		margin-right: -10px;
	}
	.login-link{
		display: none;
	}
}
#header .menu-tags {
    position: relative;
    z-index: 12;
    background: #ffffff;
}
#header .menu-tags ul {
    margin: 0;
    padding: 0;
}
#header .menu-tags li {
    list-style: none;
    display: inline-block;
}
#header .menu-tags a {
    font-size: 16px;
    color: #000;
    padding: 0 10px;
    line-height: 60px;
}
#header .menu-tags li:before, #header .menu-tags li:last-of-type:after {
    /*content: " ";
    display: inline-block;
    font-weight: 400;
    width: 1px;
    height: 15px;
    background: #ccc;
    position: relative;
    bottom: -3px;*/
}
#header .menu-tags a:hover {
    background: rgba(255, 255, 255, 0.05);
}
#header .search_btn {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 42px;
    width: 46px;
    text-align: center;
    cursor: pointer;
}
.search_btn .icon-search {
    position: relative;
    top: 3px;
}
.search_btn .icon-close {
    display: none;
}
.search_btn.open .icon-search {
    display: none;
}
#header .search_btn.open {
    font-size: 38px;
}
.search_btn.open .icon-close {
    display: inline-block;
    font-size:  26px;
}
#black-search {
    display: none;
    position: absolute;
    z-index: 13;
    background: rgba(38, 38, 38, 0.95);
    width: 100%;
	top: 130px;}
#black-search #searchform {
    background: transparent;
    padding: 38px 10px 43px;
    max-width: 1190px;
    height: 131px;
    margin: 0 auto;
}
#black-search #searchform .input-group {
    width: 100%}
#black-search .input-group-addon:first-child {
    color: #fff;
    background: none transparent;
    border: 0 none;
    font-size: 24px;
}
#black-search #s {
    border: 0 none;
    background: transparent;
    box-shadow: none!important;
    border-bottom: 1px solid #717171;
    padding: 5px 0;
    font-size: 24px;
    color: #fafafa;
}
#black-search #s:-moz-placeholder {
    color: #717171;
}
#black-search #s::-webkit-input-placeholder {
    color: #717171;
}
#black-search .input-group-btn {
    width: 45px;
}
#black-search #searchsubmit {
    color: #fff;
    font-size: 20px;
    background: transparent none;
    border: 0 none;
}
#itc-search-form {
    margin-bottom: 20px;
}
#searchform .form-control.date {
    background: #fff url(assets/i/fa-calendar.png) 95% 50% no-repeat;
    background-size: 18px;
}
#searchform .form-control:focus, #searchform button:focus {
    position: relative;
    z-index: 9;
}
.ad {
    display: inline-block;
    text-align: left;
    overflow: hidden;
}
.ad * {
    max-width: 100%}
.ad .link-to-reklama {
    font-size: 12px;
    color: #9a9a9a;
    display: none;
}
.ad-top {
    margin-top: 20px;
    margin-bottom: 15px;
}
.ad-top .ad-banner {
    max-height: 150px;
    overflow: hidden;
}
#featured {
    margin-bottom: 30px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
#featured .post {
    display: block;
    float: left;
    position: relative;
    text-decoration: none!important;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%}
#featured .post * {
    transition: all .15s ease-out;
}
#featured .post:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
}
#featured .post:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all linear .2s;
}
@media(min-width: 768px) {
    #featured .post: hover:after {
    background-color: rgba(0, 0, 0, 0.44);
}
#featured .post.category-news:hover:after {
    background-color: rgba(85, 166, 89, 0.44);
}
#featured .post.category-review_cat:hover:after {
    background-color: rgba(30, 136, 229, 0.44);
}
#featured .post.category-stati:hover:after {
    background-color: rgba(48, 63, 159, 0.67);
}
#featured .post.category-video_cat:hover:after {
    background-color: rgba(1, 1, 1, 0.44);
}
#featured .post.category-blogs:hover:after {
    background-color: rgba(230, 156, 39, 0.6);
}
}#featured .title-wrp {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: -32px;
    padding: 0 15px 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
#featured .post:hover .title-wrp {
    bottom: 0;
}
#featured .post:first-child {
    width: 100%;
    height: 300px;
}
#featured .post:first-child .entry-title {
    font-size: 22px;
}
#featured .post {
    width: 50%;
    height: 170px;
}
#featured .post .entry-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 7px;
}
#featured .title-wrp .part {
    font-size: 12px;
}
#featured .title-wrp .part .icon {
    font-size: 11px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
#featured .title-wrp .author {
    margin-right: 10px;
}
#featured .title-wrp .author .icon {
    top: 1px;
}
@media(max-width: 767px) {
    #featured .featured-in {
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
#container #featured .post {
    width: 100%;
    height: auto;
    text-align: center;
}
#featured .post .post-in {
    display: block;
    height: 0;
    padding-bottom: 56.25%}
#featured .post .title-wrp, #featured .post:hover .title-wrp {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0 15px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%}
#featured .post .entry-title {
    margin-bottom: 0;
    font-size: 18px;
}
#featured .slick-dots {
    position: absolute;
    z-index: 666;
    left: 0;
    right: 0;
    bottom: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#featured .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    overflow: hidden;
    border-radius: 50%;
    background: #7f7f7f;
    color: #7f7f7f;
}
#featured .slick-dots li button {
    padding: 0;
    background: transparent none;
    border: 0 none;
}
#featured .slick-dots .slick-active button {
    background: #1e88e5;
    color: #1e88e5;
}
}
.single #wrapper > .container {
    background: #fff;
    padding: 15px 10px 20px;
}
body.single-video #wrapper {
    padding-top: 0;
}
#wrapper > .container-fluid {
    background-color: #f7f8f8;
}
#content {
    margin-bottom: 20px;
}
#content.no_sidebar {
    width: 100%}
.page-title {
    margin-top: 30px;
    margin-bottom: 30px;
}
.execphpwidget{
    text-align: center;
}
#content .post.block-in-loop + .post.block-in-loop, #content .home-themes-wrp, #content .home-themes-wrp + .post.block-in-loop {
    border-top: 1px solid #D3DCE2;
    padding-top: 20px;
}
#content .post.block-in-loop.loop-new + .post.block-in-loop.loop-new{
	border-top: none;
}
#content .post.block-in-loop .col-img {
    width: 31%}
#content .post.block-in-loop .col-img-in, #featured-new .post.block-in-loop .col-img-in{
    position: relative;
    overflow: hidden;
}
#content .post.block-in-loop .col-txt {
    width: 69%;
    position: relative;
    top: -3px;
}
body.archive #content .dropdown-cat-menu {
    margin-top: -20px;
    margin-bottom: 20px;
}
body.archive #content #cat-menu {
    display: inline-block;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    text-decoration: none!important;
    position: relative;
    z-index: 2;
}
body.archive #content #cat-menu .menu-icon {
    padding: 10px;
    margin-left: -10px;
    margin-right: 2px;
    margin-top: 1px;
    font-size: 24px;
    float: left;
}
body.archive #content #cat-menu .menu-title {
    font-size: 17px;
    float: left;
    margin-top: 10px;
}
#content .open>.dropdown-menu {
    top: 42px;
    left: -1px;
}
body.archive #content .dropdown-cat-menu>.dropdown-menu {
    top: 40px;
    left: -10px;
    max-width: 606px;
    z-index: 25;
}
body.archive #content .dropdown-cat-menu>.dropdown-menu li {
    width: 200px;
    float: none;
}
body.archive #content .dropdown-cat-menu>.dropdown-menu li a {
    position: relative;
    z-index: 10;
    padding: 7px 20px;
}
.block-in-loop {
    margin-bottom: 15px;
    position: relative;
}
.block-in-loop.loop-new{
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
}
.entry-header {
    margin-bottom: 7px;
    font-size: 15px;
    color: #7E868B;
}
.entry-header .part {
    margin: 0 20px 0 0;
    white-space: nowrap;
}
.entry-header a {
    display: inline-block;
    color: inherit;
}
.entry-header a:hover {
    color: inherit;
}
.entry-header a.author:nth-child(even) {
    margin-right: 5px;
}
.entry-header .vcard a.author:nth-child(odd) {
    margin-left: 5px;
}
.entry-header .icon {
    font-size: 14px;
    margin-right: 3px;
    position: relative;
    top: 3px;
}
span.cat a {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
}
.featured-statti span.cat a, span.cat.cat_light a{
    background: #B7E1FF;
    color: #000!important;
}
/*
span.cat a.news {
    background-color: #55a658;
}
span.cat a.review_cat {
    background-color: #1e88e5;
}
span.cat a.stati {
    background-color: #3F52CE;
}
span.cat a.video_cat {
    background-color: #ae1d1f;
}
span.cat a.blogs {
    background-color: #ffb109;
}*/
.rating-and-price {
    margin-bottom: 10px;
    font-size: 14px;
}
.rating-and-price .title {
    color: #888887;
}
.rating-and-price .title a {
    color: inherit;
}
.rating-and-price .rating {
    margin-right: 20px;
    white-space: nowrap;
}
@media(max-width:600px) {
    .rating-and-price .rating+.rating {
    display: block;
}
}.rating-and-price .star {
    font-family: "stars";
    color: #00aede;
    position: relative;
    top: 2px;
    font-size: 14px;
}
.rating-and-price .hl-price {
    color: #000;
    text-decoration: underline;
}
.rating-and-price .hl-price:hover {
    color: #027AA2;
}
#content .post.block-in-loop .col-img span.cat, #featured-new .post.block-in-loop .col-img span.cat{
    width: 100%;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 2;
}
.itc-cat {
    padding: 4px 3px;
    display: inline-block;
    font-size: 10px!important;
    font-weight: 700;
    color: #fff!important;
    text-align: center;
    white-space: nowrap;
}
.itc-cat.opyit-ekspluatatsii, .itc-cat.partner-news, .itc-cat.partnerskij-proekt, .itc-cat.obzoryi-partnerov, .itc-cat.presentation {

}
.author-right p{
    margin-bottom: 0;
    text-align: left;
    max-width: 250px;
}
.meta-eye{
    white-space: nowrap;
}
.entry-header .author .icon {
    top: 1px;
}
@media(max-width:768px) {
    body.singular .entry-header .author {
    display: inline-block!important;
}
    #content .post.block-in-loop .col-img span.cat{
        display: none;
    }
}.post .col-txt {
    padding-left: 0;
}
.entry-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    text-transform: none!important;
}
.entry-title a {
    color: inherit;
    transition: all linear .15s;
}
.entry-title:hover {
    text-decoration: none!important;
}
.entry-title:hover a {
    color: inherit;
    text-decoration: inherit;
}
.block-in-loop .entry-title.bold_title {
    font-weight: 700;
}
#content .post.block-in-loop.formats-ad .entry-title > a:first-of-type:after {
    content: "";
    display: inline-block;
    width: 5px;
}
.format-ad {
    color: #fff!important;
    font-size: 11px;
    background: #df202f;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -2px;
}
.entry-excerpt {
    font-size: 16px;
    color: #343434;
    line-height: 170%;
    margin-top: 20px;
}
.entry-excerpt p:last-of-type {
    margin: 0;
}
.only-one-button {
    width: 100%}
.pagination_block a {
    display: block;
    background: #E7F5FF;
    color: #000;
    text-decoration: none!important;
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 1px;
}
.pagination_block a .icon {
    font-size: 14px;
    position: relative;
    top: 1px;
}
.pagination_block a:active {
    margin-top: 1px;
    margin-bottom: 0;
}
.pagination_block a:hover {
    background: #c2e4fd;
}
.itc_loadmore a:before{
    content: url("images/sync_outline.svg");
    width: 28px;
    height: 28px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.title-below-article {
    display: inline-block;
    margin-top: 0;
    background: #a1a1a1;
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    margin-bottom: 15px;
}
.author-info {
    padding: 20px;
    margin-bottom: 20px;
    background: #414252;
}
body.author .author-info {
    margin-bottom: 40px;
}
.author-avatar {
    float: left;
    margin: 0 20px 0 0;
}
.author-txt .title {
    font-size: 17px;
    color: #fff;
    margin: 0;
}
.author-txt .title a {
    color: inherit;
}
.author-txt .description {
    color: #fff;
    font-size: 14px;
}
.author-txt .sn {
    margin: 13px 0 0;
}
.author-txt .sn a {
    display: inline-block;
    float: left;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    text-decoration: none!important;
}
.author-txt .sn a.twitter {
    background: #4fabf0;
}
.author-txt .sn a.facebook {
    background: #4864a2;
}
.author-txt .sn a.vk {
    background: #4b74a6;
}
.author-txt .sn a.google {
    background: #e42015;
}
.author-txt .sn a.site {
    background: #333;
}
.author-txt .sn a:hover {
    opacity: .9;
}
body.singular .entry-header {
    margin-bottom: 10px;
}
body.error404 .entry-header .entry-title, body.singular .entry-header .entry-title {
    margin: 7px 0 10px;
    font-size: 17px;
    color: #000!important;
}
body.singular.single-video .entry-header .entry-title {
    color: #fff!important;
}
body.singular .entry-content {
    line-height: 1.5;
}
.entry-content p {
    margin-bottom: 20px;
}
body.singular .entry-content p a.a-not-img, /*body.singular .entry-content td a, */
body.singular .entry-content li a, body.singular .entry-content .post-facts a {
    color: #109BFF;
    text-decoration: none;
    border-bottom: 1px solid #109BFF;
    transition: color .15s;
}
body.singular .entry-content p a.a-not-img:hover, body.singular .entry-content p a.a-not-img:focus, /*body.singular .entry-content td a:hover, body.singular .entry-content td a:focus, */
body.singular .entry-content li a:hover, body.singular .entry-content li a:focus, body.singular .entry-content .post-facts a:hover, body.singular .entry-content .post-facts a:focus {
    color: #00A5D2;
    text-decoration: none;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
#content .mceMediaCreditOuterTemp {
    max-width: 100%}
body.singular article p:first-child > a > img {
    margin-top: 2px;
    margin-bottom: 10px;
}
.entry-content h1, .entry-content h2, .entry-content h3 {
    font-weight: 700;
}
.entry-content h1 {
    font-size: 30px;
}
.entry-content h2 {
    font-size: 26px;
}
.entry-content h3 {
    font-size: 22px;
}
.entry-content li+li {
    margin-top: 4px;
}
.entry-content .table-wrp {
    max-width: 100%;
    overflow: auto;
}
.entry-content .table-wrp table {
    font-size: .9em;
}
table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}
body.singular .entry-footer {
    margin-top: 12px;
}
.post-shares-wrap div.sharedaddy {
    margin-top: 3px;
}
.post-shares-wrap div.sharedaddy h3.sd-title {
    display: none;
}
.post-shares-wrap .sd-content ul li {
    display: block;
    margin: 0 0 15px;
}
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    text-align: center;
    height: 50px!important;
    width: 50px!important;
    border-radius: 0!important;
}
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
    top: 4px!important;
    font-size: 30px!important;
}
#content .entry-footer div.sharedaddy {
    margin: 20px 0;
}
#content .entry-footer .sd-content ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}
#content .entry-footer .sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    height: 34px!important;
}
#content .entry-footer .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
    top: -1px!important;
    font-size: 24px!important;
}
@media(min-width:1280px) {
    #content .entry-footer .sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    width: 120px!important;
    text-align: left;
}
#content .entry-footer .sd-social-icon .sd-content ul li[class*=share-] a.sd-button > span:after {
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    top: 3px;
}
#content .entry-footer .sd-social-icon .sd-content ul li.share-twitter a.sd-button > span:after {
    content: "Twitter"}
#content .entry-footer .sd-social-icon .sd-content ul li.share-facebook a.sd-button > span:before {
    content: "Facebook";
    font-size: 14px;
    position: relative;
    top: 3px;
    padding-left: 10px;
}
#content .entry-footer .sd-social-icon .sd-content ul li.share-linkedin a.sd-button > span:after {
    content: "LinkedIn"}
#content .entry-footer .sd-social-icon .sd-content ul li.share-pocket a.sd-button > span:after {
    content: "Pocket"}
#content .entry-footer .sd-social-icon .sd-content ul li.share-telegram a.sd-button > span:after {
    content: "Telegram"}
}#content footer .essb_links {
    margin: 20px 0 30px;
}
@media(max-width:1199px) {
    #content .essb_links li a .essb_network_name {
    display: none;
}
}@media(max-width:991px) {
    #content .essb_links li {
    margin-right: 8px!important;
}
#content .essb_links .essb_icon {
    width: 55px;
    height: 40px;
}
#content .essb_links .essb_icon:before {
    font-size: 26px!important;
    top: 8px;
    left: 15px;
}
}@media(min-width:992px) {
    #content .post-shares-wrap .essb_links .essb_icon:before {
    font-size: 22px!important;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 7px;
}
}.essb-customizer-toggle {
    display: none!important;
}
body.singular .entry-tags {

}
body.singular .entry-tags .icon {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 4px;
}
body.singular .entry-tags a {

}
body.single-video.body-with-branding .ad-below-header {
    display: none;
}
body.single-video.body-with-branding .video-block {
    max-width: 1190px;
    margin: 0 auto;
}
#disqus_thread {
    margin-top: 15px;
}
#sidebar {
    margin-bottom: 20px;
	/*background: #EFF2F4;*/
}
#sidebar .xoxo {
    width: 100%;
    height: 100%;
}
#sidebar img {
    max-width: 100%;
    height: auto;
}
#sidebar .block {
    background: #fff;
}
#sidebar .block.no_border {
    padding: 0;
    border: 0 none;
    background: transparent none;
}
#sidebar .block+.block {
    margin-top: 30px;
}
#sidebar .block h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    background: #B7E1FF;
    display: inline-block;
    padding: 5px 0;
    margin: 0 0 20px;
}
li.partner-posts, li.commented-posts-widget, li.widget_text{
	padding: 20px;
}

div.thumb-responsive{
    margin-bottom: 10px;
    padding: 30px;
    height: auto;
}

div.textwidget div.thumb-responsive:last-child{
    margin-bottom; 0;
}

div.thumb-responsive p a{
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 130%;
}

#sidebar ul, #sidebar ol {
    margin: 0;
    padding: 0;
}
#sidebar .xoxo li {
    list-style: none;
    margin: 0;
}
#sidebar .xoxo .block + .block {
    margin-top: 20px;
}
#sidebar .xoxo .block ul {
    margin: 0;
    padding: 0;
}
#sidebar .xoxo .block li + li {
    margin-top: 10px;
}
#sidebar .post-1 .col-img, #sidebar .post-1 .col-txt {
    /*width: 100%!important;*/
}
#sidebar .post-1 .col-txt {
    /*margin-top: 10px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;*/
}
#sidebar .post-1 a.entry-title {
    /*font-size: 17px;*/
}
.comment-blue{
    background: #109BFF;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 0;
    width: 57px;
    height: 100%;
    z-index: 1;
    padding: 14px;
    text-align: center;
}
.commented-posts-widget .col-img a{
    position: relative;
    left: 42px;
    min-height: 70px;
}
.commented-posts-widget .col-txt a{
    position: relative;
    left: 15px;
}
.commented-posts-widget .col-txt {
    padding-left: 25px!important;
}
#sidebar .post+.post {
    margin: 10px -15px 0;
    padding: 10px 15px 0;
}
#sidebar .post .col-txt {
    padding-left: 15px;
}
#sidebar .post .col-txt, #sidebar .post .txt {
    line-height: 1.15;
}
#sidebar a.entry-title {
    font-size: 14px;
}
#sidebar a.entry-title:after {
    content: "";
    display: inline-block;
    width: 10px;
}
#sidebar a.entry-title:hover {

}
#sidebar .comments {
    display: inline;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}
#sidebar .comments .icon {
    position: relative;
    top: 3px;
    font-size: 14px;
}
#sidebar .comments a {
    color: #666;
    font-size: 13px;
}
#sidebar .video-of-week .post-1 .col-img, #sidebar .video-of-week .post-1 .col-txt {
    width: 100%!important;
}
#sidebar .video-of-week .post-1 .col-txt {
    margin-top: 10px!important;
}
#sidebar .video-of-week .thumb-responsive:after {
    background-size: 20%}
#sidebar .video-of-week .entry-excerpt {
    clear: both;
    margin-top: 10px;
    float: left;
    width: 100%;
    padding: 0 10px;
}
#sidebar .video-of-week .entry-title {
    display: inline;
    margin-top: 5px;
}
#sidebar .latest-articles-widget .post-1 .thumb-wrp {
    display: block;
    margin-bottom: 10px;
}
#sidebar .latest-articles-widget .post+.post .thumb-wrp {
    display: none;
}
#sidebar .latest-articles-widget .rating .l {
    padding-top: 2px;
}
#sidebar .latest-articles-widget .rating .l .title {
    color: #888887;
    font-size: 13px;
}
#sidebar .latest-articles-widget .rating .l .star {
    color: #00aede;
    position: relative;
    top: 3px;
    font-size: 17px;
}
#sidebar .rating-and-price {
    margin-top: 7px;
    margin-bottom: 13px;
    font-size: 14px;
}
#sidebar .latest-articles-widget .rating {
    display: block;
    margin-bottom: 4px;
}
#sidebar .latest-articles-widget .rating .r {
    padding: 2px 0 1px;
    width: 32px;
    background: #444;
    color: #ccc;
    text-align: center;
    font-size: 12px;
}
#sidebar .sn-widget {
    padding: 20px;
}
#sidebar .sn a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-decoration: none!important;
    float: left;
    border-radius: 50%}
#sidebar .sn a:hover {
    opacity: .95;
}
#sidebar .sn a+a {
    margin-left: 16px;
}
.ad-bottom {
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
}
#footer {
    text-align: center;
}
#footer .row-1 {
    padding: 20px 0;
    background: #000;
    color: #fff;
    font-size: 15px;
}
#footer .row-1 .copy a {
    color: #109BFF!important;
}
#footer .row-1 .col-logo img {
    max-width: 100%;
    height: auto;
}
#footer .row-1 .menu {
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#footer .row-1 .menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#footer .row-1 .menu a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    margin: 0 5px 10px;
    border: 1px solid #737373;
    font-size: 12px;
}
#footer .row-1 .menu a:hover {
    color: #1fa6cf;
}
#footer .row-1 .copy {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
}
#footer .row-1 .sn {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
}
#footer .row-1 .sn a {
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    border: 1px solid #737373;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none!important;
}
#footer .row-1 .sn a:hover {
    border-color: #1fa6cf;
}
#footer .row-2 {
    padding: 15px 0;
    background-color: #000;
}
.b-top {
    z-index: 26;
    position: fixed;
    left: 0;
    bottom: 90px;
    width: 34%;
    margin-left: 50%;
    opacity: .5;
    filter: alpha(opacity=50);
}
.b-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.b-top-but {
    box-shadow: 0 0 5px #000;
    z-index: 26;
    position: absolute;
    display: block;
    left: 125px;
    bottom: 0;
    margin: 0 0 0 100%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 75px;
    font-size: 36px;
    color: #fff;
    background: #333;
    border-radius: 50%}
@media(max-width:1279px) {
    .b-top-but {
    left: 75px;
}
}div#fancy_title {
    display: none!important;
}
/* home-themes-blocks.css */
#home-themes span.cat {
    position: absolute;
    left: 0;
    top: 0;
}
#home-themes span.cat a {
    background-color: #ae1d1f;
}
.five-posts-block .post-1 .entry-title {
    font-weight: 700;
    font-size: 24px;
}
.home-themes .post-small .entry-title {
    font-size: 16px;
}
#home-themes .more-posts .icon {
    color: #ae1d1f;
}
.home-themes span.cat {
    position: absolute;
    left: 0;
    top: 0;
}
#home-themes-2 span.cat a {
    background-color: #ae1d1f;
}
.five-posts-block .post-1 .entry-title {
    font-weight: 700;
    font-size: 24px;
}
.home-themes .post-small .entry-title {
    font-size: 16px;
}
#home-themes-2 .more-posts .icon {
    color: #ae1d1f;
}
.five-posts-block .post-1 {
    margin-bottom: 20px;
}
.five-posts-block .post-1 .entry-title {
    margin: 15px 0 5px;
}
.home-themes .post-small .entry-title {
    color: #fff!important;
}
.five-posts-block .post-small .entry-title {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    display: inline-block;
    margin: 0;
    position: relative;
    top: -3px;
}
.more-posts {
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px;
    text-decoration: none!important;
}
.more-posts .icon {
    margin-left: 3px;
    font-size: 12px;
    position: relative;
    top: 1px;
}
.more-posts:hover {
    color: #333;
}
.home-themes {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    padding: 0;
}
.home-themes .home-themes-in {
    padding: 50px 55px;
    transition: all .15s linear;
    background: rgba(0, 0, 0, 0.6);
}
.home-themes .home-themes-in:hover {
    background: rgba(0, 0, 0, 0.7);
}
.home-themes .post-1 {
    margin-bottom: 30px;
}
.home-themes .post {
    position: relative;
    margin-bottom: 10px;
}
.home-themes .entry-header .cat a {
    border-color: #ee0e0e;
    color: #fff;
}
.home-themes .entry-header .date {
    color: #fff;
}
.home-themes .entry-title {
    color: #fff;
}
.home-themes .entry-title a:hover {
    text-decoration: underline;
}
.home-themes .post-small .entry-title {
    padding: 0 0 0 15px;
    position: relative;
}
.home-themes .post-small .entry-title:before {
    content: '';
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    background: #fff;
    transform: rotate(45deg);
}
.home-themes .more-posts {
    margin-top: 5px;
    color: #fff;
    margin-bottom: 0;
}
.home-themes .more-posts .fa {
    color: #ee0e0e;
}
.home-themes .more-posts:hover {
    color: #ee0e0e;
}
@media (max-width: 767px) {
    .home-themes {
    margin-left: -10px;
    margin-right: -10px;
}
.home-themes .home-themes-in {
    padding: 20px 10px;
}
}
/* tmp.min */
@media(min-width: 1280px) {
    body.body-with-branding.home #featured {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}
}@media(min-width: 1024px) {
    body.body-with-branding.home #featured {
    margin-top: 100px;
    margin-bottom: 0;
}
body.singular-video.body-with-branding #container #wrapper {
    padding-top: 140px !important;
}
body.post-type-archive-video.body-with-branding #container #wrapper {
    padding-top: 100px !important;
}
body.body-with-branding.home:not(.paged) #wrapper {
    padding-top: 0!important;
}
body.body-with-branding.home:not(.paged) #wrapper .container {
    padding-top: 40px;
}
}body.post-template-single-cards.body-with-branding #container .ad-below-header {
    display: none;
}
body.post-template-single-cards.body-with-branding #container #wrapper {
    padding-top: 0!important;
}
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-lefttop, .hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop {
    vertical-align: middle;
    text-align: center;
}
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.l {
    margin-bottom: 10px;
}
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.l img {
    float: none;
}
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.l, .hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.l a, .hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r .title, .hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r .hlpricetable, .hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r .buttonhotline {
    display: block;
}
.hotlinetable.table.table-striped.table-hover.table-bordered .hotlinetable-righttop	.r .buttonhotline {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}
#sidebar ins {
    display: block;
}
.content-top-banner {
    margin-bottom: 10px;
}
body.home .content-top-banner {
    clear: both;
    float: left;
    width: 100%;
    margin: -13px 0 10px;
}
body.home .content-top-banner a {
    text-decoration: none;
}
#posts .blocks {
    overflow: visible;
}
.box-col-right .hlinker {
    display: none;
}
.itc-email-subscribe {
    display: block;
    background: #e86248;
    text-align: center;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 18px;
    padding-top: 4px;
    line-height: 42px;
    text-decoration: none;
    border-radius: 5px;
    border-bottom: 2px solid #c98879;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.itc-email-subscribe:hover {
    opacity: .95;
}
.itc-email-subscribe span {
    padding-left: 30px;
    background: transparent url(../i/ico-mail.png) 0 0 no-repeat;
    line-height: 1;
    display: inline-block;
}
.itc-email-subscribe-form {
    display: none;
    position: relative;
    padding: 25px 35px;
    background: #fff;
    margin-top: 10px;
    border: 1px solid #e7e7e7;
}
.itc-email-subscribe-form * {
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'HattoriHanzoLight', Tahoma;
}
.itc-email-subscribe-form .times {
    position: absolute;
    right: 7px;
    top: 5px;
    font-size: 22px;
    line-height: 1;
    color: #ddd;
    text-decoration: none!important;
}
.itc-email-subscribe-form .times:hover {
    color: #999;
}
.itc-email-subscribe-form input[type='email'] {
    display: block;
    padding: 7px 15px 5px;
    color: #666;
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
    border: 0 none;
    background: #e9e9e9;
}
.itc-email-subscribe-form button {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 0;
    background: #e86248;
    text-align: center;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 18px;
    padding-top: 4px;
    line-height: 30px;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    border-bottom: 2px solid #c98879;
}
.itc-email-subscribe-form button:hover {
    opacity: .95;
}
.mail-sent-ok {
    display: none;
    margin-top: 15px;
    background: green;
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
#header .menu-tags li.multitest a {
    border-radius: 3px;
    background-color: #ff4800;
    color: #fff;
    padding: 2px 13px;
    margin: 0 15px;
}
#header .menu-tags li.multitest a:hover {
    text-decoration: none;
    background-color: rgba(255, 72, 0, 0.9);
}
body.postid-208358 .cheif-box-text, body.postid-213618 .cheif-box-text, body.postid-244038 .cheif-box-text {
    background-color: rgba(34, 34, 34, 0.7);
}
body.postid-216246 .cheif-box-text {
    display: none;
}
@media(max-width:800px) {
    body {
    background: #f9f9fb none!important;
}
#container #wrapper {
    padding-top: 5px!important;
}
.archive #container #wrapper {
    background: #EFF2F4;
}
}body.open-search-form > a {
    z-index: 1!important;
}
#sidebar .xoxo .widget_execphp {
    padding: 0;
    border: 0 none;
    background: transparent;
}
html body.postid-300878 {
    background: #f9f9f9 none!important;
}
body.page-id-12710 #content .entry-content table.dpk1 td {
    font-size: 14px;
}
@media(max-width:1023px) {
    #container {
    overflow: hidden;
}
}.hotlinetable tr td:nth-child(3) {
    width: 40%}
body.postid-522766 #content #toc_container {
    display: none!important;
}
/* Fix comments and ad */
#itc-comments  {
    position:  relative;
    z-index:  999;
}
#content .wp-embedded-content  {
    max-width:  100%;
    width: 100%;
 }
.d-none {
    display:  none!important;
}
.help-block-z {
    display:  inline-block;
    position:  relative;
    top:  -7px;
}
.help-text-z {
    display:  none;
    position:  absolute;
    background:  rgba(0,  0,  0,  0.9);
    box-shadow:  0px 10px 20px rgb(0 0 0 / 10%);
    border-radius:  10px;
    color:  #fff;
    font-size:  16px;
    padding:  10px 15px;
    width:  255px;
    top:  35px;
    left:  -30px;
}
.help-v-z {
    display:  none;
    position:  absolute;
    top:  27px;
    left:  2px;
}
.help-block-z:hover .help-text-z, .help-block-z:hover .help-v-z {
    display:  block;
}
.code-block-4 {
    width:  100%!important;
}
.articles-template-single-big-top-image .itc-post-thumb {
    width:  100%;
}
table ul,  table ol  {
    padding-left:  15px!important;
}
.wtf_bc-feed article {
    max-width:  570px;
    margin:  35px auto 0!important;
}
.text-center.img-no_sidebar {
    max-width:  815px;
    margin:  0 auto;
}
.command-item {
    float:  left;
    width:  100%;
    background:  #FFFFFF;
    margin-bottom:  5px;
}
.command-item: hover {
    background:  #FFFFFF;
    box-sizing:  border-box;
    box-shadow:  0px 5px 8px #E7E7EC;
}
.command-ava {
    float:  left;
}
.command-ava img {
    width:  100px;
}
.command-info {
    float:  left;
    padding:  0 20px;
    width:  calc(100% - 100px);
    height:  100px;
}
.command-info .command-text {
    float:  left;
    width:  calc(100% - 170px);
}
.command-info .social-share-yellow {
    float:  right;
    width:  170px;
    text-align:  right;
}
.command-info .social-share-yellow img {
    margin-right:  5px;
}
.command-name {
    font-style:  normal;
    font-weight:  600;
    font-size:  16px;
    line-height:  100%;
    letter-spacing:  -0.02em;
    color:  #0F111D;
    margin-bottom:  5px;
}
.command-bio {
    font-size:  13px;
    line-height:  120%;
    letter-spacing:  -0.02em;
    color:  #7F8298;
}
.command-name a {
    border-bottom:  none;
    color:  #000;
}
@media (min-width:  769px)  {
    .command-info > div  {
        display:  flex;
        justify-content:  center;
        align-content:  center;
        flex-direction:  column;
        height:  100px;
}
}
@media (max-width:  768px)  {
    .top-element-menu{
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        display: inline-block;
        width: 40%;
        margin-bottom: 20px!important;
    }
    .command-ava img  {
        width:  80px;
}
    .command-info  {
        padding:  0 15px;
        width:  calc(100% - 80px);
        height:  auto;
}
    .command-info .command-text,  .command-info .social-share-yellow  {
        float:  none;
        width:  100%;
        text-align:  left;
}
    .command-info .command-text  {
        padding:  15px 0;
}
}
.modal-lang-inner.fancybox-content {
    padding:  50px 15px 40px;
    text-align:  center;
    font-weight:  600;
    border:  5px solid #00A5D2;
    width:  700px;
    max-width:  100%;
}
.modal-lang-inner.fancybox-content a: hover {
    color:  #000;
}
#lang_right {
    float:  right;
}
#lang_left {
    float:  left;
}
#lang_right a {
    padding:  10px 20px;
    background:  #00A5D2;
    width:  140px;
    display:  inline-block;
    color:  #000;
    outline:  none;
}
#lang_left a {
    padding:  10px 20px;
    background:  #ccc;
    width:  140px;
    display:  inline-block;
    color:  #000;
    outline:  none;
}
.modal-lang-inner p {
    display:  block;
    padding:  0;
    margin:  20px auto;
    width:  300px;
}
.last-news-new {
    background:  #FFFDEC;
    padding:  20px;
    margin-bottom:  10px;
    clear:  both;
}
.last-news-new.theme-day {
    padding:  25px 20px;
    background:  #E7F5FF;
    position: relative;
}
.last-news-new.theme-day p {
    font-family:  'Roboto', sans-serif;
}
.last-news-new.theme-day .widget-title {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    color: #EFF2F4;
    background: #FF6E04;
    backdrop-filter: blur(15px);
    border-radius: 60px;
    padding: 8px 10px;
    position: absolute;
    top: -15px;
    font-weight: 500;
}
.last-news-new div: not(#all-news-row) .col-12  {
    min-height:  70px;
}
.last-news-new .news-little  {
    width:  calc(100% - 105px);
    float:  left;
    margin-bottom:  0;
}
.last-news-new .image-left {
    width:  90px;
    float:  left;
    margin-right:  15px;
}
.last-news-new .image-left img {
    max-width:  100%;
    height:  auto;
}
.last-news-new h2 {
    font-size:  16px;
    padding:  0;
}
.last-news-new p {
    font-size:  16px;
    padding:  0;
    font-weight:  600;
}
.last-news-new a {
    border-bottom:  none;
    color: #109BFF;
    text-decoration: underline;
}
.last-news-new .meta-datetime {
    padding-top:  0px;
}
@media screen and (max-width:  768px) {
    #lang_right {
        float:  left;
        margin-bottom:  20px;
        width:  100%;
}
    #lang_left {
        width:  100%;
}
    .modal-lang-inner p {
        width:  100%;
}
    #lang_right a {
        width:  100%;
}
    #lang_left a {
        width:  100%;
}
    .switch  {
        top: 6px!important;
        right: 60px!important;
}
    #header {
        margin-bottom: 20px;
    }
    #header .logo img {
        margin-top: 4px;
    }

    .last-news-new.theme-day {
        margin-top:  10px;
}
    .last-news-new .news-little  {
        width:  calc(100% - 85px);
}
    .last-news-new .image-left {
        width:  70px;
}
    .last-news-new .col-12  {
        margin-bottom:  12px;
}
}
.post-template-single-no_sidebar .wp-caption,  .post-template-single-no_sidebar .wp-video {
    margin:  10px auto;
}
.switch{
    position: absolute;
    display: inline-block;
    margin: 0 5px;
    top: 19px;
    right: 120px;
}
.switch span  {
    position:  absolute;
    top:  10px;
    pointer-events:  none;
    font-family:  'Helvetica',  Arial,  sans-serif;
    font-weight:  bold;
    font-size:  12px;
    text-transform:  uppercase;
    text-shadow:  0 1px 0 rgba(0,  0,  0,  .06);
    width:  50%;
    text-align:  center;
    z-index: 1;
}
input.check-toggle-round-flat:checked + label .off  {
    color:  #fff;
}
input.check-toggle-round-flat:checked + label .on{
    color:  #000;
}
.switch span.on  {
    left:  0px;
    padding-left:  2px;
    color:  #fff;
}
.switch span.off  {
    right: 0px;
    padding-right: 0px;
    color: #000;
}
.check-toggle  {
    position:  absolute;
    margin-left:  -9999px;
    visibility:  hidden;
}
.check-toggle + label  {
    display:  block;
    position:  relative;
    cursor:  pointer;
    outline:  none;
    -webkit-user-select:  none;
    -moz-user-select:  none;
    -ms-user-select:  none;
    user-select:  none;
}
input.check-toggle-round-flat + label  {
    padding:  0px;
    width: 60px;
    height: 34px;
    background-color:  #fff;
    -webkit-border-radius:  42px;
    -moz-border-radius:  42px;
    -ms-border-radius:  42px;
    -o-border-radius:  42px;
    border-radius:  42px;
}
input.check-toggle-round-flat + label:before,  input.check-toggle-round-flat + label:after  {
    display:  block;
    position:  absolute;
    content:  "";
}
input.check-toggle-round-flat + label:before  {
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    background-color:  #fff;
    -webkit-border-radius:  50%;
    -moz-border-radius:  50%;
    -ms-border-radius:  50%;
    -o-border-radius:  50%;
    border-radius:  50%;
}
input.check-toggle-round-flat + label:after  {
    top: 3px;
    left: 3px;
    bottom: 3px;
    width: 28px;
    background-color:  #000;
    -webkit-border-radius:  50%;
    -moz-border-radius:  50%;
    -ms-border-radius:  50%;
    -o-border-radius:  50%;
    border-radius:  50%;
    -webkit-transition:  margin 0.2s;
    -moz-transition:  margin 0.2s;
    -o-transition:  margin 0.2s;
    transition:  margin 0.2s;
}
input.check-toggle-round-flat:checked + label  {
}
input.check-toggle-round-flat:checked + label:after  {
    margin-left:  28px;
}
.switch span a {
    color:  inherit;
    text-decoration:  none;
}
p.intro {
    background:  #c9edf7;
    padding:  15px;
    border-left:  5px solid #00a5d2;
    float:  none!important;
    text-align:  left!important;
    margin-bottom:  20px;
    clear:  both;
}
.social-blue {
    font-family:  'Roboto', serif;
    font-style:  normal;
    font-weight:  normal;
    font-size:  16px;
    line-height:  150%;
    text-align:  center;
    color:  #2E434D;
    padding:  26px 40px;
    background:  #DAF0FB;
    width:  100%;
    margin-bottom:  10px;
    clear:  both;
}
.social-blue a {
    text-decoration:  underline;
    color:  #1C72F2;
    border-bottom:  none!important;
}
@media screen and (max-width:  768px) {
    .social-blue {
        padding:  20px 25px;
}
}
.course-widget {
    border:  5px solid #00a5d2;
    background:  #fff;
    clear:  both;
    margin-bottom:  20px!important;
    padding:  30px;
    overflow:  hidden;
    text-align:  left!important;
}
.course-widget .row  {
    margin:  0 -15px;
    width:  auto;
    max-width:  initial;
}
.course-flag {
    background:  rgba(254,  229,  0,  0.2);
    display:  inline-block;
    font-weight:  600;
    font-size:  20px;
    padding:  4px 16px;
    border-radius:  19px;
    margin-bottom:  7px;
}
.course-title {
    font-size:  26px;
    font-weight:  600;
    line-height:  34px;
    margin-bottom:  18px;
    max-width:  380px;
}
.course-content {
    font-family:  'Roboto',  serif;
    font-size:  16px;
    margin-bottom:  15px;
}
.course-content ul {
    margin-left:  0!important;
}
.course-content ul li {
    font-family:  'Roboto',  serif;
    margin-left:  20px;
}
.course-content ul li:before  {
    color:  #000;
    content:  "■ ";
    padding-right:  10px;
    font-size:  18px;
    line-height:  0px;
    display:  inline-block;
    position:  relative;
    top:  0;
    margin-left:  -20px;
}
.course-widget .yellow-button {
    width:  auto;
    font-size:  12px;
    padding:  15px 20px;
    background: #000;
    color: #fff;
    border-radius: 100px;
}
.course-widget .col-4 img {
    position:  absolute;
    top:  -80px;
    clip-path:  polygon(0 25%,  100% 0%,  100% 100%,  0 100%);
}
.course-widget .col-4.crop-no img {
    clip-path:  none;
}
@media screen and (max-width:  768px) {
    .course-widget {
        padding:  25px 20px;
}
    .course-widget .col-8 {
        z-index:  1;
}
    .course-flag {
        font-size:  15px;
        padding:  4px 12px;
        border-radius:  14px;
        margin-bottom:  0;
}
    .course-content {
        font-family:  'Roboto',  serif;
        font-size:  14px;
        margin-bottom:  15px;
        margin-top:  10px;
}
    .course-content ul li {
        font-size:  14px;
}
    .course-content ul li:before  {
        font-size:  16px;
}
    .course-widget .yellow-button {
        font-size:  12px;
}
    .course-widget .col-4 img {
        position:  absolute;
        right:  -5px;
        max-width:  180px;
        bottom:  0;
        z-index:  0;
}
}
.form-pumb {
    background:  #f4f4f4;
    padding:  30px 20px;
    float:  left;
    margin-bottom:  30px;
}
.form-pumb label {
    width:  100%;
    display:  inline-block;
    color:  #000;
    font-family:  'Roboto', sans-serif;
}
.form-pumb span {
    color:  #ff0000;
}
.form-pumb p {
    font-size:  14px;
}
.form-pumb input[type="text"], .form-pumb input[type="tel"], .form-pumb input[type="email"], .form-pumb select {
    border:  1px solid #000;
    padding:  5px;
    width:  100%;
    margin:  10px 0 20px;
}
.form-pumb select {
    width:  50%;
}
.email-pumb {
    float:  left;
    position:  relative;
    margin-bottom:  30px;
    width:  100%;
    z-index:  0;
}
.form-pumb.form-yellow {
    background-color:  #ffffff;
    border:  solid 15px #00A5D2;
    margin-bottom:  0;
    z-index:  10000;
    position:  relative;
    background:  url("images/email-pumb-back.png");
    background-repeat:  no-repeat;
    background-position-x:  100px;
    background-position-y:  bottom;
    width:  100%;
}
.form-pumb.form-yellow h2 {
    padding:  0 0 14px;
}
.form-pumb.form-yellow p {
    font-size:  16px;
    color:  rgba(0,  0,  0,  0.5);
    line-height:  normal;
    max-width:  475px;
    margin-bottom:  0;
    padding:  0 0 27px;
}
.form-pumb.form-yellow .yellow {
    width:  100%;
    font-size:  14px!important;
    padding:  16px;
    font-weight:  600;
}
.placeinput input: placeholder-shown + .place_holder  {
    display:  inline;
}
.placeinput input: focus + .place_holder  {
    display:  none!important;
}
.email-pumb .form-pumb input[type="text"],  .email-pumb .form-pumb input[type="tel"],  .email-pumb .form-pumb input[type="email"],  .email-pumb .form-pumb select {
    padding:  15px;
    font-size:  16px;
    line-height:  1;
    margin:  0 0 5px;
}
.email-pumb .form-red.form-pumb input[type="text"],  .email-pumb .form-red.form-pumb input[type="tel"],  .email-pumb .form-red.form-pumb input[type="email"], 
.email-pumb .form-orange.form-pumb input[type="text"],  .email-pumb .form-orange.form-pumb input[type="tel"],  .email-pumb .form-orange.form-pumb input[type="email"], 
.email-pumb .form-pravex.form-pumb input[type="text"],  .email-pumb .form-pravex.form-pumb input[type="tel"],  .email-pumb .form-pravex.form-pumb input[type="email"] {
    padding:  15px 0;
    border:  none;
    border-bottom:  2px solid #d1d1d1;
    font-weight:  500;
    color:  #000000;
}
.email-pumb .form-red.form-pumb input[type="text"]: focus,  .email-pumb .form-red.form-pumb input[type="tel"]:focus,  .email-pumb .form-red.form-pumb input[type="email"]:focus, 
.email-pumb .form-orange.form-pumb input[type="text"]:focus,  .email-pumb .form-orange.form-pumb input[type="tel"]:focus,  .email-pumb .form-orange.form-pumb input[type="email"]:focus {
    border-bottom:  2px solid #000;
}
.email-pumb .form-pumb label {
    margin-bottom:  10px;
}
.placeinput  {
    position:  relative;
    overflow:  hidden;
}
.place_holder span  {
    color:  #cbcbcb;
}
.place_holder  {
    z-index:  100;
    left:  15px!important;
    top:  15px;
    cursor:  text;
    position:  absolute;
    width:  100%;
    display:  none;
    color:  #000;
    white-space:  nowrap;
}
.form-pumb.form-yellow .place_holder  {
    left:  0px!important;
}
.text-center-block .place_holder  {
    text-align:  center;
}
.email-pumb .border-black  {
    border:  2px solid #000;
    position:  absolute;
    width:  100%;
    height:  100%;
    top:  10px;
    left:  10px;
    z-index:  0;
}
.yellow {
    border:  solid 1px #00A5D2!important;
    box-shadow:  5px 5px 0px #00A5D2;
    -moz-box-shadow:  5px 5px 0px #00A5D2;
    -webkit-box-shadow:  5px 5px 0px #00A5D2;
    background:  #fff!important;
    color:  #000!important;
    font-size:  12px!important;
    text-transform:  uppercase;
}
.yellow: hover,  .mc-button:hover  {
    border:  solid 1px #fff!important;
    color:  #000;
    background-color:  #00A5D2!important;
}

.blog-menu{
    float: right;
    position: relative;
    padding-bottom: 5px;
}

.blog-menu:after{
    content: url('images/down.svg');
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 12px;
}

.blog-menu:hover:after{
    transform: scaleY(-1);
}

.blog-menu ul{
    display: none;
    list-style: none;
    background: #fff;
    padding: 15px 20px 5px;
    position: absolute;
    font-size: 14px;
    margin-top: 5px;
    z-index: 100000;

}

.blog-menu ul li{
    padding-bottom: 10px;
    white-space: nowrap;
}

.blog-menu ul li a{
    color: #000;
}

.blog-menu:hover ul{
    display: block;
}

#content .block-in-loop-style1{
	position: relative;
	border: none!important;
    margin: 60px 0!important;
    padding: 0!important;
}

.block-in-loop-style1:before{
    content: '';
    display: block;
    position: absolute;
    border: 5px solid #B7E1FF;
    width: calc(100% + 55px);
    height: calc(100% + 60px);
    top: -25px;
    left: -40px;
}

.block-in-loop-style1 .col-img-in{
	box-shadow: 10px 10px 0px 0px #b7e1ff;
}

.block-in-loop-style2 .col-txt, .block-in-loop-style3 .col-txt{
	width: 100%!important;
	padding: 20px!important;
	
}

.block-in-loop-style2 .thumb-responsive{
	padding-bottom: 0;
}

.block-in-loop-style2.thumb-responsive{
	height: auto;
	padding: 20px;
}

.block-in-loop-style2 .col-txt h2 a, .block-in-loop-style3 .col-txt h2 a{
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #FFFFFF;
}

.block-in-loop-style2 span, .block-in-loop-style2 a, .block-in-loop-style3 span, .block-in-loop-style3 a{
	color: #fff!important;
}

.block-in-loop-style2 span.date, .block-in-loop-style3 span.date{
    color:  #D3DCE2;!important;
}

.block-in-loop-style2, .block-in-loop-style3{
	box-shadow: 10px 10px 0px 0px #b7e1ff;
}

.block-in-loop-style3{
	background: #109BFF;
	padding: 20px;
}

.col-content .block-in-loop .entry-header{

}

.block-in-loop:not(.home-spec-3) .row{
    display: flex;
}

.block-in-loop .row .col-sm-12{
    width: 100%;
}

.block-in-loop-blogs{
    position: relative;
    padding: 30px 30px 30px 35px;
    border-top: none!important;
    background: #E7F5FF;
    margin: 20px 0 20px -35px;
}

.block-in-loop-blogs.block-in-loop .entry-header {
    position: static;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: calc(100% - 10px);
    padding: 0;
}

.block-in-loop-blogs:before{
	content: '';
	position: absolute;
	height: 100%;
	background: #109BFF;
	width: 5px;
	left: -5px;
	top: 0px;
}

/*.featured-in-new .row .featured-blogs {
    border-left: 3px solid #109BFF;
    padding: 0 30px!important;
}*/

.itc-cat {
    padding: 8px 10px;
    font-size: 15px !important;
    border-radius: 60px;
}

.block-in-loop-blogs .col-img{
    width: 40%!important;
}
.block-in-loop-blogs .col-txt{
    width: 60%!important;
}

@media (min-width: 769px) {
    .featured-in-new > .block-in-loop .col-xs-4, .featured-in-new > .block-in-loop .col-xs-8 {
        width: 50%;
    }
    .featured-in-new > .block-in-loop .col-img a.thumb-responsive{
        padding-bottom: 56%;
    }
    .featured-in-new > .block-in-loop .entry-header{
        position: static;
    }

    .featured-in-new .row{
        margin: 0 -30px;
    }

    .featured-in-new .row .col-lg-6{
        padding: 30px;
        margin: 5px;
        width: calc(50% - 23px);
    }

    .featured-in-new .row .featured-statti{
        background: #E7F5FF;
    }
}

@media (max-width: 768px){
    .carousel-items {
        width: 85%;
    }
    .arrow-slider{
        display: none;
    }
    #content .block-in-loop-style1{
        margin: 10px 0 !important;
    }
    #content .block-in-loop-style1 .row{
        display: block !important;
    }
    .featured-in-new .row .featured-blogs {
        padding: 0 10px;
    }
    .itc-cat {
        font-size: 12px !important;
    }
	.block-in-loop-style1:before{
		display: none;
	}
	.block-in-loop-style1{
		margin: 0 0 15px 0!important;
	}
	.block-in-loop-style1 .col-img-in{
		box-shadow: none;
	}
	.block-in-loop-style1 .col-img{
		width: 100%!important;
	}
	.block-in-loop-style1 .col-txt{
		width: 100%!important;
		padding: 20px!important;
	}
	.block-in-loop-style1 .row{
		background: #E7F5FF;
		padding: 20px 0 0;
	}
	.block-in-loop-style2 .col-txt h2 a, .block-in-loop-style3 .col-txt h2 a{
		font-size: 20px;
	}
	.block-in-loop-style2, .block-in-loop-style3{
		box-shadow: none;
	}
	.block-in-loop-blogs:before{
		display: none;
	}
    .block-in-loop-blogs .col-txt{
        padding: 0;
    }
    .block-in-loop-blogs {
        padding: 20px 20px 20px 30px!important;
        margin: 20px 0 20px 0px!important;
    }
    .block-in-loop-blogs .entry-header .cat.part {
        display: inline-block;
    }
}

.paragraph_first{
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 40px;
}

.highlight{
    background: #b7e1ff;
}

.paragraph_line_bottom{
    font-weight: 500;
    font-size: 22px;
    line-height: 170%;
    text-align: center;
    padding: 60px 20px 0px;
    margin-bottom: 60px;
}

.paragraph_line_bottom:after{
    content:'';
    display: block;
    background: #FF6E04;
    height: 3px;
    width: 80px;
    margin: 40px auto 0;
}

.paragraph_line_bottom_b_gray{
    font-weight: 500;
    font-size: 22px;
    line-height: 170%;
    text-align: center;
    padding: 60px 20px 60px;
    margin-bottom: 60px;
    background: #F8FAFC;
}

.paragraph_line_bottom_b_gray:after{
    content:'';
    display: block;
    background: #FF6E04;
    height: 3px;
    width: 80px;
    margin: 40px auto 0;
}

.quote_blue{
    background: #E7F5FF;
    border-radius: 20px;
    padding: 24px;
    position: relative;
    margin-bottom: 20px;
}

.quote_blue p:last-child{
    margin-bottom: 0;
}

.quote_blue:before{
    content:'';
    display: block;
    background: url('images/quote_blue.png');
    width: 46px;
    height: 35px;
    position: absolute;
    top: -20px;
}

.quote_quotes_orange{
    font-size: 22px;
    line-height: 170%;
    display: flex;
    margin: 60px 0;
}

.quote_quotes_orange:before{
    content:url('images/quotes.png');
    margin-right: 40px;
}

/* 5. Списки */
body:not(.buddypress) .entry-content ol{
    list-style-type: none;
    counter-reset: list;
    /*clear: both;*/
    padding: 0;
    margin-bottom: 60px;
}

body:not(.buddypress) .entry-content ol li{
    margin-bottom: 25px;
    min-height: 50px;
    position: relative;
    padding-left: 70px;
}

body:not(.buddypress) .entry-content ol li:before{
    content: counter(list);
    counter-increment: list;
    font-size: 17px;
    line-height: 170%;
    width: 50px;
    height: 50px;
    background: #EFF2F4;
    border-radius: 50%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -12px;
    position: absolute;
    left: 0;
}

body .entry-content ol.big_number_list{
    margin-bottom: 30px;
    min-height: 100px;
}

body .entry-content ol.big_number_list li:before{
    content: counter(list, decimal-leading-zero);
    font-weight: 300;
    font-size: 90px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    color: #D3DCE2;
    background: none;
    height: 100px;
    width: 90px;
    top: 0;
}

body .entry-content ol.big_number_list li{
    margin-bottom: 25px;
    min-height: 100px;
    position: relative;
    padding-left: 140px;
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

body:not(.buddypress, .cmc-advanced-single-page) .entry-content ul:not(.toc_list){
    list-style-type: none!important;
    counter-reset: list;
    clear: both;
    padding: 0;
    margin-bottom: 60px;
}

body:not(.buddypress, .cmc-advanced-single-page) .entry-content ul:not(.toc_list) li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D3DCE2;
    padding-left: 30px;
    position: relative;
}

body .entry-content ul.toc_list li{
    border-bottom: none!important;
}

body:not(.buddypress, .cmc-advanced-single-page) .entry-content ul:not(.toc_list) li:before {
    content: '';
    background: #FF6E04;
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

.entry-content ul.toc_list li:before{
    display: none!important
}

.entry-content ol[start="1"]{
    counter-reset: list 0!important;
}

.entry-content ol[start="2"]{
    counter-reset: list 1!important;
}

.entry-content ol[start="3"]{
    counter-reset: list 2!important;
}

.entry-content ol[start="4"]{
    counter-reset: list 3!important;
}

.entry-content ol[start="5"]{
    counter-reset: list 4!important;
}

.entry-content ol[start="6"]{
    counter-reset: list 5!important;
}

.entry-content ol[start="7"]{
    counter-reset: list 6!important;
}

.entry-content ol[start="8"]{
    counter-reset: list 7!important;
}

.entry-content ol[start="9"]{
    counter-reset: list 8!important;
}

.entry-content ol[start="10"]{
    counter-reset: list 9!important;
}

.entry-content ol[start="11"]{
    counter-reset: list 10!important;
}

.entry-content ol[start="12"]{
    counter-reset: list 11!important;
}

.entry-content ol[start="13"]{
    counter-reset: list 12!important;
}

.entry-content ol[start="14"]{
    counter-reset: list 13!important;
}

.entry-content ol[start="15"]{
    counter-reset: list 14!important;
}

.entry-content ol[start="16"]{
    counter-reset: list 15!important;
}

.entry-content ol[start="17"]{
    counter-reset: list 16!important;
}

.entry-content ol[start="18"]{
    counter-reset: list 17!important;
}

.entry-content ol[start="19"]{
    counter-reset: list 18!important;
}

.entry-content ol[start="20"]{
    counter-reset: list 19!important;
}

.entry-content ol[start="21"]{
    counter-reset: list 20!important;
}

.entry-content ol[start="22"]{
    counter-reset: list 21!important;
}

.entry-content ol[start="23"]{
    counter-reset: list 22!important;
}

.entry-content ol[start="24"]{
    counter-reset: list 23!important;
}

.entry-content ol[start="25"]{
    counter-reset: list 24!important;
}

.entry-content ol[start="26"]{
    counter-reset: list 25!important;
}

.entry-content ol[start="27"]{
    counter-reset: list 26!important;
}

.entry-content ol[start="28"]{
    counter-reset: list 27!important;
}

.entry-content ol[start="29"]{
    counter-reset: list 28!important;
}

.entry-content ol[start="30"]{
    counter-reset: list 29!important;
}

.entry-content ol[start="31"]{
    counter-reset: list 30!important;
}

.entry-content ol[start="32"]{
    counter-reset: list 31!important;
}

.entry-content ol[start="33"]{
    counter-reset: list 32!important;
}

.entry-content ol[start="34"]{
    counter-reset: list 33!important;
}

.entry-content ol[start="35"]{
    counter-reset: list 34!important;
}

.entry-content ol[start="36"]{
    counter-reset: list 35!important;
}

.entry-content ol[start="37"]{
    counter-reset: list 36!important;
}

.entry-content ol[start="38"]{
    counter-reset: list 37!important;
}

.entry-content ol[start="39"]{
    counter-reset: list 38!important;
}

.entry-content ol[start="40"]{
    counter-reset: list 39!important;
}
/* Конец 5. Списки */

@media (max-width: 768px){
    .paragraph_first{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .paragraph_line_bottom{
        font-size: 20px;
    }
    .paragraph_line_bottom_b_gray{
        font-size: 20px;
    }
    .quote_quotes_orange{
        font-size: 18px;
        margin: 40px 0;
    }
    .quote_quotes_orange:before{
        margin-right: 20px;
        width: 20px;
    }
    .entry-content ol.big_number_list{
        margin-bottom: 20px;
    }
    .entry-content ol.big_number_list li{
        font-size: 22px;
    }
    .entry-content ol.big_number_list li:before{
        font-size: 70px;
    }
}

.after-widget-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    background: #B7E1FF;
    padding: 8px 0;
    display: inline-block;
    margin-bottom: 40px;
}

.after-widget-recommend .row{
    margin-bottom: 50px;
}

.after-widget-recommend a{color:#fff;}
.after-widget-recommend p {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
}

.after-widget-recommend .col-lg-6 p {
    font-size: 26px;
}

.after-widget-recommend .col-lg-4 p {
    font-size: 18px;
}

.after-widget-recommend .thumb-responsive {
    padding: 30px;
    height: 400px;
}

.after-widget-recommend .col-lg-4 .thumb-responsive {
    padding: 20px;
    height: 300px;
}

.after-widget-recommend .row{
    margin-left: -5px;
    margin-right: -5px;
}
.after-widget-recommend .row>div{
    padding-left: 5px;
    padding-right: 5px;
}

.after-widget-recommend .title-meta{
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}

.after-widget-recommend .col-lg-4 .title-meta{
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}

.tags-new{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #109BFF;
}

.tags-new .entry-tags a{
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #000000;
    padding: 6px 12px;
    background: #EFF2F4;
    border-radius: 100px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.entry-footer .commented-posts-widget .col-xs-4{
    width: 20%;
}

.entry-footer .commented-posts-widget .entry-title{
    font-size: 18px;
}

.entry-footer .commented-posts-widget .row{
    margin-bottom: 15px;
}

li.beta a:after{
    content: 'beta';
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    padding: 5px 8px;
    background: #fff;
    border-radius: 60px;
    margin-left: 8px;
    text-transform: lowercase;
}

.mobile-search form.search-form{
    position:relative;
    margin: 0;
}

.mobile-search form.search-form img{
    position: absolute;
    right: 20px;
    top: 12px;
}

.mobile-search .search-field{
    border: none;
    width: 220px;
    height: 54px;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 46px 0 20px;
    border-radius: 100px;
    color: #fff;
}

.mobile-search{
    float: right;
    margin-right: 20px;
}

.itc_loadmore{
    clear: both;
    margin-bottom: 30px;
}

#text-3 .textwidget .thumb-responsive:nth-child(3){
    background: #FF6E04!important;
}

#text-3 .textwidget .thumb-responsive:nth-child(5){
    background: #109BFF!important;
}

#sidebar .thumb-responsive .comments a{
    color: #fff;
}

.twitter-tweet{
    width: 100%;
    margin: 10px auto;
    display: flex;
    max-width: 450px!important;
}

@media (max-width: 768px){
    .single #wrapper > .container {
        padding: 15px 20px 20px;
    }
    .wide-flex{
        clear: both;
    }
    .slider-r {
        margin-bottom: 20px;
    }
    body.singular .entry-header .entry-title {
        font-size: 24px;
    }
    img.alignleft, img.alignright{
        float: none;
        clear: both;
        display: block;
        margin: 0 auto 20px;
        width: auto;
    }
    #rating-and-tth {
        padding: 20px 20px 0;
    }
    .articles-template-single-no_sidebar #header {
        margin-bottom: 0px;
    }
    #footer{
        text-align: left;
    }
    #footer .row-1 .menu {
        text-align: left;
        margin-top: 40px;
    }
    #footer .row-1 .menu a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 0;
        margin: 0 0 15px;
        border: none;
        font-size: 12px;
        width: 100%;
        text-transform: uppercase;
    }
    #footer .row-1 .menu li {
        width: 100%;
    }
    #footer .row-1 .sn {
        text-align: center;
    }
    .entry-header .cat.part{
        display: none;
    }
    .entry-header .comments.part{
        margin-top: 0!important;
    }
    .block-in-loop{
        width: 100%;
        float: left;
        clear: both;
    }
    .block-in-loop-blogs {
        border-left: 3px solid #109BFF;
        padding-left: 10px;
        margin-left: -10px;
    }
    .author-left img{
        width: 40px!important;
        height: 40px!important;
    }
    .author-right p{
        font-size: 12px!important;
    }
    .author-right p a{
        font-size: 14px!important;
    }
    .after-widget-title{
        font-size: 18px;
        padding: 3px 0;
        display: inline-block;
        margin-bottom: 30px;
    }
    .after-widget-recommend .row{
        margin-bottom: 0px;
    }
    .after-widget-recommend .row>div{
        margin-bottom: 30px;
    }
    .after-widget-recommend p {
        font-size: 18px!important;
        line-height: 150%;
    }
    .after-widget-recommend .thumb-responsive {
        padding: 20px!important;
        height: 220px!important;
    }
    .after-widget-recommend .title-meta{
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
    }
    .entry-footer .commented-posts-widget .col-xs-4 a{
        display: none;
    }
    .comment-blue{
        position: static;
    }
}

div[data-google-query-id] {
    position: relative;
    margin: 16px 0 0;
}

.course-widget>div{
    position: relative;
}

div[data-google-query-id]:before, .course-widget>div:before, .course-widget-new>div:before{
    content: "Реклама";
    position: absolute;
    top: -16px;
    left: 0;
    text-align: center;
    font-size: 10px;
    font-family: Arial,sans-serif;
    color: #93a4ac;
    letter-spacing: .05em;
    white-space: nowrap;
}

.course-widget-new>div:before {
    top: 5px;
    left: 20px;
}

.course-widget-new{
    position: relative;
}

.widget-sticky{
    position: sticky;
    top: 20px;
}

/* Слайдер */
.slider_main{
    margin-bottom: 40px;
    background: #000;
}

.carousel-wrapper {
    overflow: hidden;
    position:relative;
    min-width: 100%;
}

.slider_main .carousel-wrapper {
    width: 100%;
}

.carousel-items {
    position: relative;
    display: flex;
}

.carousel-items .col-lg-4 {
    width: 33.33333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.carousel-items .col-lg-6 {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.carousel-items img{
    max-width: 100%;
}

.arrow-slider{
    z-index: 1;
    position: relative;
}

.arrow-slider img{
    width: 9px;
}

.arrow-slider a{
    border-bottom: none;
}

.slider_main .carousel-button-left, .slider_main .carousel-button-right{
    display: inline-block;
    position: absolute;
    bottom: 18px;
}

.slider_main .carousel-button-left{
    left: 45px;
}

.slider_main .carousel-button-right{
    right: 45px;
}

.slider-dots{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.slider-dot{
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

.slider-dot.active{
    border: 2px solid #109BFF;
    background: none;
    width: 8px;
    height: 8px;
    position: relative;
    top: 1px;
}

.slider-r{
    padding: 25px 25px 0;
    margin-bottom: 10px;
}

.slider-r .carousel-button-left{
    display: inline-block;
    position: absolute;
    top: -35px;
    right: 65px;
}

.slider-r .carousel-button-right{
    display: inline-block;
    position: absolute;
    top: -35px;
    right: 35px;
}

.slider-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 0 4px 20px;
    border-left: 4px solid #109BFF;
}


.slider_main .slider-elem-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    width: calc(100% - 40px);
    display: block;
    padding: 20px 60px 20px 20px;
    position: absolute;
    bottom: 60px;
}

.slider-r .slider-elem-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    max-height: 88px;
    overflow: hidden;
    display: inline-block;
}

.slider_main .post-item-category{
    position: absolute;
    bottom: 50px;
    right: 40px;
    padding: 0;
}

.slider-r .post-item-category{
    padding: 0 0 11px 0;
    line-height: 0;
}

.slider_main .post-item-category a{
    color: #fff;
}

.block-with-title .slider-r .carousel-button-left, .block-with-title .slider-r .carousel-button-right{
    top: -90px;
}

.block-with-title .slider-r .carousel-button-left{
    right: 70px;
}

.block-with-title .slider-r .carousel-button-right{
    right: 10px;
}

.block-with-title .arrow-slider img {
    width: 50px;
}

.carousel-items .thumb-responsive{
    height: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.position-bottom{
    position: absolute;
    bottom: 20px;
}

.entry-footer .widget{
    margin-bottom: 40px;
}

.carousel-items .position-bottom a{
    color: #D3DCE2;
}

@media (max-width: 768px){
    .carousel-items .col-lg-4, .carousel-items .col-lg-6{
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .block-with-title .slider-r .carousel-button-left, .block-with-title .slider-r .carousel-button-right {
        top: -70px;
    }
}
/* Конец Слайдер */

.partners{
    width: 100%;
    height: 1px;
    text-align: center;
    background: #109BFF;
    background-repeat: repeat-x;
    background-position: center center;
    margin: 20px auto 35px;
}

.partners div{
    display: inline-block;
    margin: 0 20px;
    font-size: 17px;
    position: relative;
    background: #fff;
    padding: 0 12px;
    top: -14px;
}

.partners.small div{
    margin: 0 5px;
}

.partners img{
    height: auto;
    width:auto;
    max-width: 178px;
    vertical-align: middle;
}

.partners a{
    border-bottom: none;
}

.partners a.faq-link{
    background: #109BFF;
    color: #fff;
    padding: 1px 4px;
    font-size: 12px;
    position: relative;
    top: -12px;
    left: 5px;
}

.after-except{
    font-size: 14px;
    line-height: 1.5;
    color: #7E868B;
}

.wp-video{
    margin: 0 auto;
}

.articles-template-single-no_sidebar .wp-video{
    width: calc(80vw - 10px)!important;
    position: relative;
    left: 50%;
    margin-left: -40vw;
    margin-right: 0;
    height: auto;
    max-width: none;
}

.articles-template-single-no_sidebar .wp-video video{
    width: 100%;
    height: auto;
}

@media (max-width: 758px){
    .articles-template-single-no_sidebar .wp-video {
        width: 100% !important;
        position: relative;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        max-width: none;
    }
    div[data-google-query-id] {
        position: relative;
        margin: 20px 0 20px;
    }
}

span.spoiler, span.spoiler a{
    background: #dfdfdf;
    color: #0000!important;
    cursor: pointer;
}

span.spoiler{
    position: relative;
}

span.spoiler:before{
    content: 'Спойлер';
    color: #000;
    position: absolute;
    left: 10px;
    top: 2px;
    font-size: 12px;
}

.course-widget-new{
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    clear: both;
    font-family: 'Roboto', sans-serif;
}

.course-widget-style1{
    background-position: top right!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    height: 220px;
}

.course-widget-style1 .course-content{
    background: url(images/course-back1.png) center right no-repeat;
    height: 220px;
    background-size: cover;
}

.course-widget-style1 .course-title{
    padding: 20px 20px 10px;
    width: 70%;
}

.course-widget-new .course-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.course-widget-new .course-info{
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.8);
}

.course-widget-style1 .course-info{
    padding: 0px 20px 10px;
    width: 60%;
}

.course-widget-style1 a{
    background: #000;
    border-radius: 100px;
    padding: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 20px 20px;
}

.course-widget-style4{
    background: #FADFE0;
    border-radius: 10px;
}

.course-widget-style4 .course-content{
    max-width: 100%;
    padding: 20px;
    display: block;
}

.course-widget-style4 .course-title{
    font-size: 18px;
    color: #000;
    display: inline;
}

.course-widget-style4 .course-info{
    display: inline;
    font-size: 18px;
    color: #000;
}

.course-widget-style4 a{
    font-size: 18px;
    color: #109BFF;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 768px){
    .course-widget-style1 .course-content{
        background: url(images/course-back1-mob.png) center right no-repeat;
        background-size: cover;
        height: auto;
    }
    .course-widget-style1 .course-title{
        font-size: 18px;
    }
    .course-widget-style1 .course-info{
        max-width: 100%;
    }
    .course-widget-style1 a{
        display: inline-block;
    }
    .course-widget-style1 {
        height: auto;
    }
}

.category-color a{
    color: #000;
}

.switch-dark{
    position: absolute;
    display: inline-block;
    margin: 0 5px;
    top: 19px;
    right: 200px;
}
.switch-dark span  {
    position:  absolute;
    top:  10px;
    pointer-events:  none;
    font-weight:  bold;
    font-size:  12px;
    text-transform:  uppercase;
    text-shadow:  0 1px 0 rgba(0,  0,  0,  .06);
    width:  50%;
    text-align:  center;
    z-index: 1;
}
input.dark-check-toggle-round-flat:checked + label .off{
    color:  #000!important;
}
input.dark-check-toggle-round-flat:checked + label .on{
    color:  #fff!important;
}
.switch-dark span.off-text{
    display: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    left: -110px;
    text-transform: none;
    width: 100px;
    text-align: right;
    top: 2px;
}
.switch-dark span.on-text{
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    left: -110px;
    text-transform: none;
    width: 100px;
    text-align: right;
    top: 2px;
}
input.dark-check-toggle-round-flat:checked + label .off-text{
    display: inline-block;
}
input.dark-check-toggle-round-flat:checked + label .on-text{
    display: none;
}
.switch-dark span.on  {
    left:  0px;
    padding-left:  4px;
    color:  #000;
}
.switch-dark span.off  {
    right:  0px;
    padding-right:  2px;
    color:  #fff;
}
.dark-check-toggle  {
    position:  absolute;
    margin-left:  -9999px;
    visibility:  hidden;
}
.dark-check-toggle + label  {
    display:  block;
    position:  relative;
    cursor:  pointer;
    outline:  none;
    -webkit-user-select:  none;
    -moz-user-select:  none;
    -ms-user-select:  none;
    user-select:  none;
}
input.dark-check-toggle-round-flat + label  {
    padding:  0px;
    width:  64px;
    height:  34px;
    background-color:  #2A333A;
    -webkit-border-radius:  42px;
    -moz-border-radius:  42px;
    -ms-border-radius:  42px;
    -o-border-radius:  42px;
    border-radius:  42px;
}
input.dark-check-toggle-round-flat + label:before,  input.dark-check-toggle-round-flat + label:after  {
    display:  block;
    position:  absolute;
    content:  "";
}
input.dark-check-toggle-round-flat + label:before  {
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    -webkit-border-radius:  50%;
    -moz-border-radius:  50%;
    -ms-border-radius:  50%;
    -o-border-radius:  50%;
    border-radius:  50%;
}
input.dark-check-toggle-round-flat + label:after  {
    top: 3px;
    left: 4px;
    bottom: 3px;
    width: 28px;
    background-color:  #fff;
    -webkit-border-radius:  50%;
    -moz-border-radius:  50%;
    -ms-border-radius:  50%;
    -o-border-radius:  50%;
    border-radius:  50%;
    -webkit-transition:  margin 0.2s;
    -moz-transition:  margin 0.2s;
    -o-transition:  margin 0.2s;
    transition:  margin 0.2s;
}
input.dark-check-toggle-round-flat:checked + label:after  {
    margin-left:  28px;
}
.switch-dark span a {
    color:  inherit;
    text-decoration:  none;
    font-size: 14px;
}

@media (max-width: 768px){
    .switch-dark {
        top: 6px;
        right: 130px;
    }
}

#wrapper {
    background: #EFF2F4;
}

/*Цвета категорий*/
.category-color-811266 a, .category-color-811280 a{ /*Украина*/
    color:#109bff;
}
.category-color-933772 a, .category-color-933758 a, .category-color-932507 a, .category-color-5424 a{/*Игры*/
    color: #3B1CFF;
}
.category-color-778771 a, .category-color-778785 a, .category-color-779114 a, .category-color-779100 a{/*Технологии*/
    color: #9A38E7;
}
.category-color-779142 a, .category-color-779128 a {/*Криптовалюта*/
    color: #FFB904;
}
.category-color-68 a, .category-color-760161 a {/*Партнерский проект*/
    color: #FF6E04;
}
.category-color-779156 a, .category-color-779170 a, .category-color-941129 a, .category-color-970725 a, .category-color-970739 a,
.category-color-5421 a, .category-color-932584 a, .category-color-8008 a, .category-color-941129 a, .category-color-80083 a, .category-color-941017 a,
.category-color-80115 a, .category-color-797534 a, .category-color-5432 a, .category-color-940961 a, .category-color-80050 a, .category-color-941101 a{/*Устройства*/
    color: #64BC1F;
}
.category-color-779198 a, .category-color-779184 a {/*Софт*/
    color: #14B6A2;
}
.category-color-933786 a, .category-color-932570 a, .category-color-80446 a{/*Авто*/
    color: #A24022;
}
.category-color-933744 a, .category-color-933730 a, .category-color-933611 a, .category-color-932521 a, .category-color-941241 a, .category-color-381077 a, .category-color-72148 a {/*Кино*/
    color: #E22E7A;
}
.category-color-844506 a, .category-color-844492 { /*wtf*/
    color: #dd3914;
}
.category-color-934227 a, .category-color-80465 a{ /*оружие*/
    color: #0a8d4a;
}
.category-color-932052 a, .category-color-932038 a { /*бизнес*/
    color: #1aa18e;
}
/*Цвета категорий*/

/* Резюме */
.email-vacancy label.sp-control-label{
    display: none!important;
}

.col-8 .email-vacancy{
    padding: 80px 20%;
}

.resume-vacancy.email-vacancy{
    background-color: #109BFF;
    margin-bottom: 40px;
}

.email-vacancy .email-title{
    font-size: 26px;
    width: 100%;
    padding-bottom: 38px;
}

.email-vacancy input[type="text"], .email-vacancy input[type="email"]{
    border: none;
    margin: 0 0 20px;
    padding: 10px 20px;
    width: 100%;
}

.email-vacancy .yellow{
    border: solid 1px #fff!important;
    box-shadow: 5px 5px 0px #fff;
    -moz-box-shadow: 5px 5px 0px #fff;
    -webkit-box-shadow: 5px 5px 0px #fff;
    background: #109BFF!important;
    color: #000!important;
    font-size: 13px!important;
    padding: 10px 40px;
}

.email-vacancy .yellow:hover, .mc-button:hover {
    border: solid 1px #109BFF!important;
    background: #fff!important;
}

.resume-vacancy.email-vacancy .select2-container{
    width: 100%!important;
    text-align: left;
    margin: 0 0 20px;
}

.resume-vacancy.email-vacancy .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 5px 10px;
    height: 40px;
}

.resume-vacancy.email-vacancy .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 10px;
}

.resume-vacancy.email-vacancy .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575;
}

.resume-vacancy.email-vacancy textarea{
    width: 100%;
    padding: 10px 20px;
    border: none;
    margin: 0 0 20px;
    height: 100px;
}

.resume-vacancy.email-vacancy .email-title{
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
/* Конец резюме */

.author-left{float: left;}
.author-left img{width: 60px;border-radius:50%;margin-right:15px;}
.author-right{float: left;display: flex;align-items: flex-start;flex-direction: column;justify-content: center;}
.pull-right.menu_btn.visible-xs img{display: none;}

a.users-wp-menu:hover{
    color: #fff!important;
}

@media (max-width: 768px){
    body .entry-content ol.big_number_list li {
        padding-left: 110px;
    }
}