@charset "UTF-8";
    html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}
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: initial;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: initial;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: initial;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: initial;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@media print {
    *, :after, :before {
    box-shadow: none!important;
    text-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
abbr[title]:after {
    content: " (" attr(title) ")"}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.navbar {
    display: none;
}
.btn>.caret, .dropup>.btn>.caret {
    border-top-color: #000!important;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table td, .table th {
    background-color: #fff!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #ddd!important;
}
}html {
    box-sizing: border-box;
}
*, :after, :before {
    box-sizing: inherit;
}
@viewport {
    width: device-width;
}
html {
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
}
body {
    background-color: #fff;
    color: #373a3c;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[data-original-title], abbr[title] {
    border-bottom: 1px dotted #818a91;
    cursor: help;
}
address {
    font-style: normal;
    line-height: inherit;
}
address, dl, ol, ul {
    margin-bottom: 1rem;
}
dl, ol, ul {
    margin-top: 0;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
a {
    color: #0275d8;
}
a:focus, a:hover {
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
}
[role=button] {
    cursor: pointer;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation;
}
table {
    background-color: initial;
}
caption {
    caption-side: bottom;
    color: #818a91;
    padding-bottom: .75rem;
    padding-top: .75rem;
}
caption, th {
    text-align: left;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button, input, select, textarea {
    border-radius: 2px;
    line-height: inherit;
    margin: 0;
}
input.reg {
	border: 1px solid #666666;
    border-radius: 2px;
    line-height: inherit;
    margin: 5px;
}

textarea {
    resize: vertical;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%}
input[type=search] {
    -webkit-appearance: none;
    box-sizing: inherit;
}
output {
    display: inline-block;
}
[hidden] {
    display: none!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .5rem;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
.h1 {
    font-size: 2.5rem;
}
.h2 {
    font-size: 2rem;
}
.h3 {
    font-size: 1.75rem;
}
.h4 {
    font-size: 1.5rem;
}
.h5 {
    font-size: 1.25rem;
}
.h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}
hr {
    border: 0;
    border-top: 1px solid #0000001a;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 5px;
}
.dl-horizontal {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
}
.dl-horizontal:after {
    clear: both;
    content: "";
    display: table;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    border-left: .25rem solid #eceeef;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
}
.blockquote-footer {
    color: #818a91;
    display: block;
    font-size: 80%;
    line-height: 1.5;
}
.blockquote-footer:before {
    content: "— "}
.blockquote-reverse {
    border-left: 0;
    border-right: .25rem solid #eceeef;
    padding-left: 0;
    padding-right: 1rem;
    text-align: right;
}
.blockquote-reverse .blockquote-footer:before {
    content: ""}
.blockquote-reverse .blockquote-footer:after {
    content: " —"}
.carousel-inner>.carousel-item>a>img, .carousel-inner>.carousel-item>img, .img-fluid {
    display: block;
    height: auto;
    max-width: 100%}
.img-rounded {
    border-radius: .3rem;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    display: inline-block;
    height: auto;
    line-height: 1.5;
    max-width: 100%;
    padding: .25rem;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: .5rem;
}
.figure-caption {
    color: #818a91;
    font-size: 90%}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
    background-color: #f7f7f9;
    border-radius: .25rem;
    color: #bd4147;
}
code, kbd {
    font-size: 90%;
    padding: .2rem .4rem;
}
kbd {
    background-color: #333;
    border-radius: .2rem;
    color: #fff;
}
kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0;
}
pre {
    color: #373a3c;
    display: block;
    font-size: 90%;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: 0;
}
pre code {
    background-color: initial;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.container:after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width:544px) {
    .container {
    max-width: 576px;
}
}@media (min-width:768px) {
    .container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container {
    max-width: 940px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1440px;
}
}.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.container-fluid:after {
    clear: both;
    content: "";
    display: table;
}
.row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
}
.row:after {
    clear: both;
    content: "";
    display: table;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: .9375rem;
    padding-right: .9375rem;
    position: relative;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-1 {
    width: 8.333333%}
.col-xs-2 {
    width: 16.666667%}
.col-xs-3 {
    width: 25%}
.col-xs-4 {
    width: 33.333333%}
.col-xs-5 {
    width: 41.666667%}
.col-xs-6 {
    width: 50%}
.col-xs-7 {
    width: 58.333333%}
.col-xs-8 {
    width: 66.666667%}
.col-xs-9 {
    width: 75%}
.col-xs-10 {
    width: 83.333333%}
.col-xs-11 {
    width: 91.666667%}
.col-xs-12 {
    width: 100%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.333333%}
.col-xs-pull-2 {
    right: 16.666667%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-4 {
    right: 33.333333%}
.col-xs-pull-5 {
    right: 41.666667%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-7 {
    right: 58.333333%}
.col-xs-pull-8 {
    right: 66.666667%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-10 {
    right: 83.333333%}
.col-xs-pull-11 {
    right: 91.666667%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.333333%}
.col-xs-push-2 {
    left: 16.666667%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-4 {
    left: 33.333333%}
.col-xs-push-5 {
    left: 41.666667%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-7 {
    left: 58.333333%}
.col-xs-push-8 {
    left: 66.666667%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-10 {
    left: 83.333333%}
.col-xs-push-11 {
    left: 91.666667%}
.col-xs-push-12 {
    left: 100%}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.333333%}
.col-xs-offset-2 {
    margin-left: 16.666667%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-4 {
    margin-left: 33.333333%}
.col-xs-offset-5 {
    margin-left: 41.666667%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-7 {
    margin-left: 58.333333%}
.col-xs-offset-8 {
    margin-left: 66.666667%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-10 {
    margin-left: 83.333333%}
.col-xs-offset-11 {
    margin-left: 91.666667%}
.col-xs-offset-12 {
    margin-left: 100%}
@media (min-width:544px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-1 {
    width: 8.333333%}
.col-sm-2 {
    width: 16.666667%}
.col-sm-3 {
    width: 25%}
.col-sm-4 {
    width: 33.333333%}
.col-sm-5 {
    width: 41.666667%}
.col-sm-6 {
    width: 50%}
.col-sm-7 {
    width: 58.333333%}
.col-sm-8 {
    width: 66.666667%}
.col-sm-9 {
    width: 75%}
.col-sm-10 {
    width: 83.333333%}
.col-sm-11 {
    width: 91.666667%}
.col-sm-12 {
    width: 100%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-pull-1 {
    right: 8.333333%}
.col-sm-pull-2 {
    right: 16.666667%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-4 {
    right: 33.333333%}
.col-sm-pull-5 {
    right: 41.666667%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-7 {
    right: 58.333333%}
.col-sm-pull-8 {
    right: 66.666667%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-10 {
    right: 83.333333%}
.col-sm-pull-11 {
    right: 91.666667%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-push-1 {
    left: 8.333333%}
.col-sm-push-2 {
    left: 16.666667%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-4 {
    left: 33.333333%}
.col-sm-push-5 {
    left: 41.666667%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-7 {
    left: 58.333333%}
.col-sm-push-8 {
    left: 66.666667%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-10 {
    left: 83.333333%}
.col-sm-push-11 {
    left: 91.666667%}
.col-sm-push-12 {
    left: 100%}
.col-sm-offset-0 {
    margin-left: 0;
}
.col-sm-offset-1 {
    margin-left: 8.333333%}
.col-sm-offset-2 {
    margin-left: 16.666667%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-4 {
    margin-left: 33.333333%}
.col-sm-offset-5 {
    margin-left: 41.666667%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-7 {
    margin-left: 58.333333%}
.col-sm-offset-8 {
    margin-left: 66.666667%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-10 {
    margin-left: 83.333333%}
.col-sm-offset-11 {
    margin-left: 91.666667%}
.col-sm-offset-12 {
    margin-left: 100%}
}@media (min-width:768px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-1 {
    width: 8.333333%}
.col-md-2 {
    width: 16.666667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.333333%}
.col-md-5 {
    width: 41.666667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.333333%}
.col-md-8 {
    width: 66.666667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.333333%}
.col-md-11 {
    width: 91.666667%}
.col-md-12 {
    width: 100%}
.col-md-pull-0 {
    right: auto;
}
.col-md-pull-1 {
    right: 8.333333%}
.col-md-pull-2 {
    right: 16.666667%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-4 {
    right: 33.333333%}
.col-md-pull-5 {
    right: 41.666667%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-7 {
    right: 58.333333%}
.col-md-pull-8 {
    right: 66.666667%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-10 {
    right: 83.333333%}
.col-md-pull-11 {
    right: 91.666667%}
.col-md-pull-12 {
    right: 100%}
.col-md-push-0 {
    left: auto;
}
.col-md-push-1 {
    left: 8.333333%}
.col-md-push-2 {
    left: 16.666667%}
.col-md-push-3 {
    left: 25%}
.col-md-push-4 {
    left: 33.333333%}
.col-md-push-5 {
    left: 41.666667%}
.col-md-push-6 {
    left: 50%}
.col-md-push-7 {
    left: 58.333333%}
.col-md-push-8 {
    left: 66.666667%}
.col-md-push-9 {
    left: 75%}
.col-md-push-10 {
    left: 83.333333%}
.col-md-push-11 {
    left: 91.666667%}
.col-md-push-12 {
    left: 100%}
.col-md-offset-0 {
    margin-left: 0;
}
.col-md-offset-1 {
    margin-left: 8.333333%}
.col-md-offset-2 {
    margin-left: 16.666667%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-4 {
    margin-left: 33.333333%}
.col-md-offset-5 {
    margin-left: 41.666667%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-7 {
    margin-left: 58.333333%}
.col-md-offset-8 {
    margin-left: 66.666667%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-10 {
    margin-left: 83.333333%}
.col-md-offset-11 {
    margin-left: 91.666667%}
.col-md-offset-12 {
    margin-left: 100%}
}@media (min-width:992px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-1 {
    width: 8.333333%}
.col-lg-2 {
    width: 16.666667%}
.col-lg-3 {
    width: 25%}
.col-lg-4 {
    width: 33.333333%}
.col-lg-5 {
    width: 41.666667%}
.col-lg-6 {
    width: 50%}
.col-lg-7 {
    width: 58.333333%}
.col-lg-8 {
    width: 66.666667%}
.col-lg-9 {
    width: 75%}
.col-lg-10 {
    width: 83.333333%}
.col-lg-11 {
    width: 91.666667%}
.col-lg-12 {
    width: 100%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-pull-1 {
    right: 8.333333%}
.col-lg-pull-2 {
    right: 16.666667%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-4 {
    right: 33.333333%}
.col-lg-pull-5 {
    right: 41.666667%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-7 {
    right: 58.333333%}
.col-lg-pull-8 {
    right: 66.666667%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-10 {
    right: 83.333333%}
.col-lg-pull-11 {
    right: 91.666667%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-push-1 {
    left: 8.333333%}
.col-lg-push-2 {
    left: 16.666667%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-4 {
    left: 33.333333%}
.col-lg-push-5 {
    left: 41.666667%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-7 {
    left: 58.333333%}
.col-lg-push-8 {
    left: 66.666667%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-10 {
    left: 83.333333%}
.col-lg-push-11 {
    left: 91.666667%}
.col-lg-push-12 {
    left: 100%}
.col-lg-offset-0 {
    margin-left: 0;
}
.col-lg-offset-1 {
    margin-left: 8.333333%}
.col-lg-offset-2 {
    margin-left: 16.666667%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-4 {
    margin-left: 33.333333%}
.col-lg-offset-5 {
    margin-left: 41.666667%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-7 {
    margin-left: 58.333333%}
.col-lg-offset-8 {
    margin-left: 66.666667%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-10 {
    margin-left: 83.333333%}
.col-lg-offset-11 {
    margin-left: 91.666667%}
.col-lg-offset-12 {
    margin-left: 100%}
}@media (min-width:1200px) {
    .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    float: left;
}
.col-xl-1 {
    width: 8.333333%}
.col-xl-2 {
    width: 16.666667%}
.col-xl-3 {
    width: 25%}
.col-xl-4 {
    width: 33.333333%}
.col-xl-5 {
    width: 41.666667%}
.col-xl-6 {
    width: 50%}
.col-xl-7 {
    width: 58.333333%}
.col-xl-8 {
    width: 66.666667%}
.col-xl-9 {
    width: 75%}
.col-xl-10 {
    width: 83.333333%}
.col-xl-11 {
    width: 91.666667%}
.col-xl-12 {
    width: 100%}
.col-xl-pull-0 {
    right: auto;
}
.col-xl-pull-1 {
    right: 8.333333%}
.col-xl-pull-2 {
    right: 16.666667%}
.col-xl-pull-3 {
    right: 25%}
.col-xl-pull-4 {
    right: 33.333333%}
.col-xl-pull-5 {
    right: 41.666667%}
.col-xl-pull-6 {
    right: 50%}
.col-xl-pull-7 {
    right: 58.333333%}
.col-xl-pull-8 {
    right: 66.666667%}
.col-xl-pull-9 {
    right: 75%}
.col-xl-pull-10 {
    right: 83.333333%}
.col-xl-pull-11 {
    right: 91.666667%}
.col-xl-pull-12 {
    right: 100%}
.col-xl-push-0 {
    left: auto;
}
.col-xl-push-1 {
    left: 8.333333%}
.col-xl-push-2 {
    left: 16.666667%}
.col-xl-push-3 {
    left: 25%}
.col-xl-push-4 {
    left: 33.333333%}
.col-xl-push-5 {
    left: 41.666667%}
.col-xl-push-6 {
    left: 50%}
.col-xl-push-7 {
    left: 58.333333%}
.col-xl-push-8 {
    left: 66.666667%}
.col-xl-push-9 {
    left: 75%}
.col-xl-push-10 {
    left: 83.333333%}
.col-xl-push-11 {
    left: 91.666667%}
.col-xl-push-12 {
    left: 100%}
.col-xl-offset-0 {
    margin-left: 0;
}
.col-xl-offset-1 {
    margin-left: 8.333333%}
.col-xl-offset-2 {
    margin-left: 16.666667%}
.col-xl-offset-3 {
    margin-left: 25%}
.col-xl-offset-4 {
    margin-left: 33.333333%}
.col-xl-offset-5 {
    margin-left: 41.666667%}
.col-xl-offset-6 {
    margin-left: 50%}
.col-xl-offset-7 {
    margin-left: 58.333333%}
.col-xl-offset-8 {
    margin-left: 66.666667%}
.col-xl-offset-9 {
    margin-left: 75%}
.col-xl-offset-10 {
    margin-left: 83.333333%}
.col-xl-offset-11 {
    margin-left: 91.666667%}
.col-xl-offset-12 {
    margin-left: 100%}
}.table {
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%}
.table td, .table th {
    border-top: 1px solid #eceeef;
    line-height: 1.5;
    padding: .75rem;
    vertical-align: top;
}
.table thead th {
    vertical-align: bottom;
}
.table tbody+tbody {
    border-top: 2px solid #eceeef;
}
.table .table {
    background-color: #fff;
}
.table-sm td, .table-sm th {
    padding: .3rem;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #eceeef;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-active, .table-active>td, .table-active>th, .table-hover tbody tr:hover {
    background-color: #f5f5f5;
}
.table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: #e8e8e8;
}
.table-success, .table-success>td, .table-success>th {
    background-color: #dff0d8;
}
.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #d0e9c6;
}
.table-info, .table-info>td, .table-info>th {
    background-color: #d9edf7;
}
.table-hover .table-info:hover, .table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #c4e3f3;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #fcf8e3;
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #faf2cc;
}
.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f2dede;
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #ebcccc;
}
.table-responsive {
    display: block;
    min-height: .01%;
    overflow-x: auto;
    width: 100%}
.thead-inverse th {
    background-color: #373a3c;
    color: #fff;
}
.thead-default th {
    background-color: #eceeef;
    color: #55595c;
}
.table-inverse {
    background-color: #373a3c;
    color: #eceeef;
}
.table-inverse.table-bordered {
    border: 0;
}
.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #55595c;
}
.table-reflow thead {
    float: left;
}
.table-reflow tbody {
    display: block;
    white-space: nowrap;
}
.table-reflow td, .table-reflow th {
    border-left: 1px solid #eceeef;
    border-top: 1px solid #eceeef;
}
.table-reflow td:last-child, .table-reflow th:last-child {
    border-right: 1px solid #eceeef;
}
.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
    float: left;
}
.table-reflow tr td, .table-reflow tr th {
    border: 1px solid #eceeef;
    display: block!important;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
    color: #55595c;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    width: 100%}
.form-control::-ms-expand {
    background-color: initial;
    border: 0;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
}
.form-control::placeholder {
    color: #999;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
}
.form-control:disabled {
    cursor: not-allowed;
}
.form-control-file, .form-control-range {
    display: block;
}
.form-control-label {
    margin-bottom: 0;
    padding: .375rem .75rem;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 2.25rem;
}
.input-group-sm input[type=date].form-control, .input-group-sm input[type=datetime-local].form-control, .input-group-sm input[type=month].form-control, .input-group-sm input[type=time].form-control, input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 1.8625rem;
}
.input-group-lg input[type=date].form-control, .input-group-lg input[type=datetime-local].form-control, .input-group-lg input[type=month].form-control, .input-group-lg input[type=time].form-control, input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 3.166667rem;
}
}.form-control-static {
    margin-bottom: 0;
    min-height: 2.25rem;
    padding-bottom: .375rem;
    padding-top: .375rem;
}
.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .275rem .75rem;
}
.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    padding: .75rem 1.25rem;
}
.form-group {
    margin-bottom: 1rem;
}
.checkbox, .radio {
    display: block;
    margin-bottom: .75rem;
    position: relative;
}
.checkbox label, .radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1.25rem;
}
.checkbox label input:only-child, .radio label input:only-child {
    position: static;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -1.25rem;
    margin-top: .25rem;
    position: absolute;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -.25rem;
}
.checkbox-inline, .radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1.25rem;
    position: relative;
    vertical-align: middle;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-left: .75rem;
    margin-top: 0;
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, input[type=checkbox].disabled, input[type=checkbox]:disabled, input[type=radio].disabled, input[type=radio]:disabled {
    cursor: not-allowed;
}
.form-control-danger, .form-control-success, .form-control-warning {
    background-position: center right .5625rem;
    background-repeat: no-repeat;
    background-size: 1.4625rem 1.4625rem;
    padding-right: 2.25rem;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .form-control-label, .has-success .radio, .has-success .radio-inline, .has-success .text-help, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #5cb85c;
}
.has-success .form-control {
    border-color: #5cb85c;
}
.has-success .input-group-addon {
    background-color: #eaf6ea;
    border-color: #5cb85c;
    color: #5cb85c;
}
.has-success .form-control-feedback {
    color: #5cb85c;
}
.has-success .form-control-success {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==);
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .form-control-label, .has-warning .radio, .has-warning .radio-inline, .has-warning .text-help, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #f0ad4e;
}
.has-warning .form-control {
    border-color: #f0ad4e;
}
.has-warning .input-group-addon {
    background-color: #fff;
    border-color: #f0ad4e;
    color: #f0ad4e;
}
.has-warning .form-control-feedback {
    color: #f0ad4e;
}
.has-warning .form-control-warning {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJtNjAzIDY0MC4yLTI3OC41LTUwOWMtMy44LTYuNi0xMC44LTEwLjYtMTguNS0xMC42cy0xNC43IDQtMTguNSAxMC42TDkgNjQwLjJjLTMuNyA2LjUtMy42IDE0LjQuMiAyMC44IDMuOCA2LjUgMTAuOCAxMC40IDE4LjMgMTAuNGg1NTdjNy42IDAgMTQuNi00IDE4LjQtMTAuNCAzLjUtNi40IDMuNi0xNC40IDAtMjAuOHptLTI2Ni40LTMwaC02MS4yVjU0OWg2MS4ydjYxLjJ6bTAtMTA3aC02MS4yVjMwNGg2MS4ydjE5OXoiLz48L3N2Zz4=);
}
.has-danger .checkbox, .has-danger .checkbox-inline, .has-danger .form-control-label, .has-danger .radio, .has-danger .radio-inline, .has-danger .text-help, .has-danger.checkbox label, .has-danger.checkbox-inline label, .has-danger.radio label, .has-danger.radio-inline label {
    color: #d9534f;
}
.has-danger .form-control {
    border-color: #d9534f;
}
.has-danger .input-group-addon {
    background-color: #fdf7f7;
    border-color: #d9534f;
    color: #d9534f;
}
.has-danger .form-control-feedback {
    color: #d9534f;
}
.has-danger .form-control-danger {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=);
}
@media (min-width: 544px) {
    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
}
.form-inline .input-group>.form-control {
    width: 100%}
.form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}
.form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    margin-left: 0;
    position: relative;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}.btn {
    border: 1px solid #0000;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 1rem;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    background: #333333;
    color: #ffffff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
    background: #4bd8a1;
    color: #000000;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-primary {
    background-color: #333333;
    border-color: #000;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #025aa5;
    border-color: #01549b;
}
.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
    color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    background-color: #014682;
    border-color: #01315a;
    color: #fff;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}
.btn-secondary {
    background-color: #fff;
    border-color: #ccc;
    color: #373a3c;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #373a3c;
}
.btn-secondary.active, .btn-secondary:active, .open>.btn-secondary.dropdown-toggle {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    color: #373a3c;
}
.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open>.btn-secondary.dropdown-toggle.focus, .open>.btn-secondary.dropdown-toggle:focus, .open>.btn-secondary.dropdown-toggle:hover {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #373a3c;
}
.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #fff;
}
.btn-info.focus, .btn-info:focus, .btn-info:hover {
    background-color: #31b0d5;
    border-color: #2aabd2;
    color: #fff;
}
.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
    color: #fff;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover {
    background-color: #269abc;
    border-color: #1f7e9a;
    color: #fff;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled.focus, .btn-info:disabled:focus, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #449d44;
    border-color: #419641;
    color: #fff;
}
.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
    background-color: #449d44;
    background-image: none;
    border-color: #419641;
    color: #fff;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
    background-color: #398439;
    border-color: #2d672d;
    color: #fff;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:disabled.focus, .btn-success:disabled:focus, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    background-color: #ec971f;
    border-color: #eb9316;
    color: #fff;
}
.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316;
    color: #fff;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    background-color: #d58512;
    border-color: #b06d0f;
    color: #fff;
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    background-color: #c9302c;
    border-color: #c12e2a;
    color: #fff;
}
.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
    color: #fff;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
    background-color: #ac2925;
    border-color: #8b211e;
    color: #fff;
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-primary-outline {
    background-color: initial;
    background-image: none;
    border-color: #0275d8;
    color: #0275d8;
}
.btn-primary-outline.active, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline:focus, .btn-primary-outline:hover, .open>.btn-primary-outline.dropdown-toggle {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #fff;
}
.btn-primary-outline.disabled.focus, .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled:hover {
    border-color: #43a7fd;
}
.btn-secondary-outline {
    background-color: initial;
    background-image: none;
    border-color: #ccc;
    color: #ccc;
}
.btn-secondary-outline.active, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline:focus, .btn-secondary-outline:hover, .open>.btn-secondary-outline.dropdown-toggle {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}
.btn-secondary-outline.disabled.focus, .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled:hover {
    border-color: #fff;
}
.btn-info-outline {
    background-color: initial;
    background-image: none;
    border-color: #5bc0de;
    color: #5bc0de;
}
.btn-info-outline.active, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline:focus, .btn-info-outline:hover, .open>.btn-info-outline.dropdown-toggle {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #fff;
}
.btn-info-outline.disabled.focus, .btn-info-outline.disabled:focus, .btn-info-outline.disabled:hover, .btn-info-outline:disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef;
}
.btn-success-outline {
    background-color: initial;
    background-image: none;
    border-color: #5cb85c;
    color: #5cb85c;
}
.btn-success-outline.active, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline:focus, .btn-success-outline:hover, .open>.btn-success-outline.dropdown-toggle {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.btn-success-outline.disabled.focus, .btn-success-outline.disabled:focus, .btn-success-outline.disabled:hover, .btn-success-outline:disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3;
}
.btn-warning-outline {
    background-color: initial;
    background-image: none;
    border-color: #f0ad4e;
    color: #f0ad4e;
}
.btn-warning-outline.active, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline:focus, .btn-warning-outline:hover, .open>.btn-warning-outline.dropdown-toggle {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.btn-warning-outline.disabled.focus, .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac;
}
.btn-danger-outline {
    background-color: initial;
    background-image: none;
    border-color: #d9534f;
    color: #d9534f;
}
.btn-danger-outline.active, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline:focus, .btn-danger-outline:hover, .open>.btn-danger-outline.dropdown-toggle {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.btn-danger-outline.disabled.focus, .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3;
}
.btn-link {
    border-radius: 0;
    color: #0275d8;
    font-weight: 400;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
    background-color: initial;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: #0000;
}
.btn-link:focus, .btn-link:hover {
    background-color: initial;
    color: #014c8c;
    text-decoration: underline;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none;
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    padding: .75rem 1.25rem;
}
.btn-group-sm>.btn, .btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .75rem;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition-duration: .35s;
    transition-property: height;
    transition-timing-function: ease;
}
.collapsing, .dropdown, .dropup {
    position: relative;
}
.dropdown-toggle:after {
    border-left: .3em solid #0000;
    border-right: .3em solid #0000;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .25rem;
    margin-right: .25rem;
    vertical-align: middle;
    width: 0;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-top: 0;
}
.dropdown-menu {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: .25rem;
    color: #373a3c;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
}
.dropdown-item {
    background: 0 0;
    border: 0;
    clear: both;
    color: #373a3c;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    padding: 3px 20px;
    text-align: inherit;
    white-space: nowrap;
    width: 100%}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #2b2d2f;
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    background-color: #0275d8;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    background-color: initial;
    background-image: none;
    cursor: not-allowed;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
    text-decoration: none;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    color: #818a91;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    left: auto;
    right: 0;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: .3em solid;
    border-top: 0;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto;
}
.btn-group, .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    float: left;
    position: relative;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after {
    clear: both;
    content: "";
    display: table;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group>.btn-group {
    float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group>.btn+.dropdown-toggle, .btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn .caret {
    margin-left: 0;
}
.btn-group-lg>.btn .caret, .btn-lg .caret {
    border-width: .3em .3em 0;
}
.dropup .btn-group-lg>.btn .caret, .dropup .btn-lg .caret {
    border-width: 0 .3em .3em;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%}
.btn-group-vertical>.btn-group:after {
    clear: both;
    content: "";
    display: table;
}
.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-left: 0;
    margin-top: -1px;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: .25rem;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-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;
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.input-group {
    border-collapse: initial;
    display: table;
    position: relative;
}
.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
    z-index: 3;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%}
.input-group-addon {
    background-color: #eceeef;
    border: 1px solid #ccc;
    border-radius: .25rem;
    color: #55595c;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: .375rem .75rem;
    text-align: center;
}
.input-group-addon.form-control-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
    border-radius: .2rem;
    font-size: .875rem;
    padding: .275rem .75rem;
}
.input-group-addon.form-control-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding: .75rem 1.25rem;
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn, .input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 3;
}
.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 {
    margin-left: -1px;
    z-index: 2;
}
.input-group-btn:last-child>.btn-group:active, .input-group-btn:last-child>.btn-group:focus, .input-group-btn:last-child>.btn-group:hover, .input-group-btn:last-child>.btn:active, .input-group-btn:last-child>.btn:focus, .input-group-btn:last-child>.btn:hover {
    z-index: 3;
}
.c-input {
    color: #555;
    cursor: pointer;
    display: inline;
    padding-left: 1.5rem;
    position: relative;
}
.c-input>input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.c-input>input:checked~.c-indicator {
    background-color: #0074d9;
    color: #fff;
}
.c-input>input:focus~.c-indicator {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.c-input>input:active~.c-indicator {
    background-color: #84c6ff;
    color: #fff;
}
.c-input+.c-input {
    margin-left: 1rem;
}
.c-indicator {
    background-color: #eee;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    color: #eee;
    display: block;
    font-size: 65%;
    height: 1rem;
    left: 0;
    line-height: 1rem;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 1rem;
}
.c-checkbox .c-indicator {
    border-radius: .25rem;
}
.c-checkbox input:checked~.c-indicator {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Im02LjQgMS0uNy43LTIuOCAyLjgtLjgtLjgtLjctLjdMMCA0LjRsLjcuNyAxLjUgMS41LjcuNy43LS43IDMuNS0zLjUuNy0uN0w2LjQgMXoiLz48L3N2Zz4=);
}
.c-checkbox input:indeterminate~.c-indicator {
    background-color: #0074d9;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0wIDN2Mmg4VjNIMHoiLz48L3N2Zz4=);
}
.c-radio .c-indicator {
    border-radius: 50%}
.c-radio input:checked~.c-indicator {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik00IDFDMi4zIDEgMSAyLjMgMSA0czEuMyAzIDMgMyAzLTEuMyAzLTMtMS4zLTMtMy0zeiIvPjwvc3ZnPg==);
}
.c-inputs-stacked .c-input {
    display: inline;
}
.c-inputs-stacked .c-input:after {
    content: "";
    display: block;
    margin-bottom: .25rem;
}
.c-inputs-stacked .c-input+.c-input {
    margin-left: 0;
}
.c-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
    background-image: none\9;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    color: #55595c;
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem\9;
    vertical-align: middle;
}
.c-select:focus {
    border-color: #51a7e8;
    outline: 0;
}
.c-select::-ms-expand {
    opacity: 0;
}
.c-select-sm {
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px;
}
.file {
    cursor: pointer;
    display: inline-block;
    height: 2.5rem;
    position: relative;
}
.file input {
    filter: alpha(opacity=0);
    margin: 0;
    min-width: 14rem;
    opacity: 0;
}
.file-custom {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    color: #555;
    height: 2.5rem;
    left: 0;
    line-height: 1.5;
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    z-index: 5;
}
.file-custom:after {
    content: "Choose file..."}
.file-custom:before {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0;
    bottom: -.075rem;
    color: #555;
    content: "Browse";
    display: block;
    height: 2.5rem;
    line-height: 1.5;
    padding: .5rem 1rem;
    position: absolute;
    right: -.075rem;
    top: -.075rem;
    z-index: 6;
}
.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-link {
    display: inline-block;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #818a91;
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
    background-color: initial;
    color: #818a91;
    cursor: not-allowed;
}
.nav-inline .nav-item {
    display: inline-block;
}
.nav-inline .nav-item+.nav-item, .nav-inline .nav-link+.nav-link {
    margin-left: 1rem;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs:after {
    clear: both;
    content: "";
    display: table;
}
.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs .nav-item+.nav-item {
    margin-left: .2rem;
}
.nav-tabs .nav-link {
    border: 1px solid #0000;
    border-radius: .25rem .25rem 0 0;
    display: block;
    padding: .5em 1em;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
    background-color: initial;
    border-color: #0000;
    color: #818a91;
}
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    border-color: #ddd #ddd #0000;
    color: #55595c;
}
.nav-pills:after {
    clear: both;
    content: "";
    display: table;
}
.nav-pills .nav-item {
    float: left;
}
.nav-pills .nav-item+.nav-item {
    margin-left: .2rem;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    display: block;
    padding: .5em 1em;
}
.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
    background-color: #0275d8;
    color: #fff;
    cursor: default;
}
.nav-stacked .nav-item {
    display: block;
    float: none;
}
.nav-stacked .nav-item+.nav-item {
    margin-left: 0;
    margin-top: .2rem;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.navbar {
    padding: .5rem 1rem;
    position: relative;
}
.navbar:after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width:544px) {
    .navbar {
    border-radius: .25rem;
}
}.navbar-full {
    z-index: 1000;
}
@media (min-width:544px) {
    .navbar-full {
    border-radius: 0;
}
}.navbar-fixed-bottom, .navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
@media (min-width:544px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
}
}.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-bottom {
    bottom: 0;
}
.navbar-sticky-top {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1030;
}
@media (min-width:544px) {
    .navbar-sticky-top {
    border-radius: 0;
}
}.navbar-brand {
    float: left;
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: .25rem;
    padding-top: .25rem;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
.navbar-divider {
    float: left;
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: hidden;
    padding-bottom: .425rem;
    padding-top: .425rem;
    width: 1px;
}
.navbar-divider:before {
    content: " "}
.navbar-toggler {
    background: 0 0;
    border: 1px solid #0000;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .5rem .75rem;
}
@media (min-width:544px) {
    .navbar-toggleable-xs {
    display: block!important;
}
}@media (min-width:768px) {
    .navbar-toggleable-sm {
    display: block!important;
}
}@media (min-width:992px) {
    .navbar-toggleable-md {
    display: block!important;
}
}.navbar-nav .nav-item {
    float: left;
    width: 165px;
}
.navbar-nav .nav-link {
    display: block;
    padding-bottom: .425rem;
    padding-top: .425rem;
}
.navbar-nav .nav-item+.nav-item, .navbar-nav .nav-link+.nav-link {
    margin-left: 1rem;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #000c;
}
.navbar-light .navbar-nav .nav-link {
    color: #0000004d;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0009;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>.nav-link:focus, .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open>.nav-link, .navbar-light .navbar-nav .open>.nav-link:focus, .navbar-light .navbar-nav .open>.nav-link:hover {
    color: #000c;
}
.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075);
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff80;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffffbf;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .active>.nav-link:focus, .navbar-dark .navbar-nav .active>.nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .open>.nav-link, .navbar-dark .navbar-nav .open>.nav-link:focus, .navbar-dark .navbar-nav .open>.nav-link:hover {
    color: #fff;
}
.navbar-dark .navbar-divider {
    background-color: hsla(0, 0%, 100%, .075);
}
.card {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    display: block;
    margin-bottom: .75rem;
    position: relative;
}
.card-block {
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card-subtitle {
    margin-top: -.375rem;
}
.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 1.25rem;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-radius: .25rem .25rem 0 0;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 .25rem .25rem;
}
.card-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    padding: .75rem 1.25rem;
}
.card-header:first-child {
    border-radius: .25rem .25rem 0 0;
}
.card-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: .75rem 1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem;
}
.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}
.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}
.card-primary-outline {
    background-color: initial;
    border-color: #0275d8;
}
.card-secondary-outline {
    background-color: initial;
    border-color: #ccc;
}
.card-info-outline {
    background-color: initial;
    border-color: #5bc0de;
}
.card-success-outline {
    background-color: initial;
    border-color: #5cb85c;
}
.card-warning-outline {
    background-color: initial;
    border-color: #f0ad4e;
}
.card-danger-outline {
    background-color: initial;
    border-color: #d9534f;
}
.card-inverse .card-footer, .card-inverse .card-header {
    border-bottom: 1px solid #fff3;
}
.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff;
}
.card-inverse .card-blockquote>footer, .card-inverse .card-link, .card-inverse .card-text {
    color: #ffffffa6;
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}
.card-blockquote {
    border-left: 0;
    margin-bottom: 0;
    padding: 0;
}
.card-img {
    border-radius: .25rem;
}
.card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}
.card-img-top {
    border-radius: .25rem .25rem 0 0;
}
.card-img-bottom {
    border-radius: 0 0 .25rem .25rem;
}
@media (min-width:544px) {
    .card-deck {
    border-spacing: 1.25rem 0;
    display: table;
    table-layout: fixed;
}
.card-deck .card {
    display: table-cell;
    vertical-align: top;
    width: 1%}
.card-deck-wrapper {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.card-group {
    display: table;
    table-layout: fixed;
    width: 100%}
.card-group .card {
    display: table-cell;
    vertical-align: top;
}
.card-group .card+.card {
    border-left: 0;
    margin-left: 0;
}
.card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
}
.card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
}
.card-columns {
    column-count: 3;
    column-gap: 1.25rem;
}
.card-columns .card {
    display: inline-block;
    width: 100%}
}.breadcrumb {
    background-color: #eceeef;
    border-radius: .25rem;
    padding: .75rem 1rem;
}
.breadcrumb:after {
    clear: both;
    content: "";
    display: table;
}
.breadcrumb>li {
    float: left;
}
.breadcrumb>li+li:before {
    color: #818a91;
    content: "/";
    padding-left: .5rem;
    padding-right: .5rem;
}
.breadcrumb>.active {
    color: #818a91;
}
.pagination {
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.page-item {
    display: inline;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #818a91;
    cursor: not-allowed;
}
.page-link {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0275d8;
    float: left;
    line-height: 1.5;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative;
    text-decoration: none;
}
.page-link:focus, .page-link:hover {
    background-color: #eceeef;
    border-color: #ddd;
    color: #014c8c;
}
.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.333333;
    padding: .75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem;
}
.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .275rem .75rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem;
}
.pager {
    list-style: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 0;
    text-align: center;
}
.pager:after {
    clear: both;
    content: "";
    display: table;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li>a:focus, .pager li>a:hover {
    background-color: #eceeef;
    text-decoration: none;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    background-color: #fff;
    color: #818a91;
    cursor: not-allowed;
}
.pager-next>a, .pager-next>span {
    float: right;
}
.pager-prev>a, .pager-prev>span {
    float: left;
}
.label {
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    vertical-align: initial;
    white-space: nowrap;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:focus, a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.label-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em;
}
.label-default {
    background-color: #818a91;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077;
}
.label-primary {
    background-color: #0275d8;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #025aa5;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c;
}
.jumbotron {
    background-color: #eceeef;
    border-radius: .3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
}
@media (min-width:544px) {
    .jumbotron {
    padding: 4rem 2rem;
}
}.jumbotron-hr {
    border-top-color: #d0d5d8;
}
.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.alert {
    border: 1px solid #0000;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 15px;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c1e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6d5ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
    0% {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}.progress {
    display: block;
    height: 1rem;
    margin-bottom: 1rem;
    width: 100%}
.progress[value] {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    color: #0074d9;
}
.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: .25rem;
}
.progress[value]::-webkit-progress-value:before {
    content: attr(value);
}
.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}
.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
@media screen and (min-width:0\0) {
    .progress {
    background-color: #eee;
    border-radius: .25rem;
}
.progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
}
.progress[width^="0"] {
    background-color: initial;
    background-image: none;
    color: #818a91;
    min-width: 2rem;
}
.progress[width="100%"] {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
}.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, #ffffff26 25%, #0000 0, #0000 50%, #ffffff26 0, #ffffff26 75%, #0000 0, #0000);
    background-size: 1rem 1rem;
}
.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, #ffffff26 25%, #0000 0, #0000 50%, #ffffff26 0, #ffffff26 75%, #0000 0, #0000);
    background-size: 1rem 1rem;
}
@media screen and (min-width:0\0) {
    .progress-bar-striped {
    background-image: linear-gradient(45deg, #ffffff26 25%, #0000 0, #0000 50%, #ffffff26 0, #ffffff26 75%, #0000 0, #0000);
    background-size: 1rem 1rem;
}
}.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}
@media screen and (min-width:0\0) {
    .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
}
}.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}
.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}
@media screen and (min-width:0\0) {
    .progress-success .progress-bar {
    background-color: #5cb85c;
}
}.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}
.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}
@media screen and (min-width:0\0) {
    .progress-info .progress-bar {
    background-color: #5bc0de;
}
}.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}
.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}
@media screen and (min-width:0\0) {
    .progress-warning .progress-bar {
    background-color: #f0ad4e;
}
}.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}
.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}
@media screen and (min-width:0\0) {
    .progress-danger .progress-bar {
    background-color: #d9534f;
}
}.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right {
    padding-left: 10px;
}
.media-left {
    padding-right: 10px;
}
.media-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.media-list {
    list-style: none;
    padding-left: 0;
}
.list-group {
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: .75rem 1.25rem;
    position: relative;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    margin-bottom: 0;
}
.list-group-flush .list-group-item {
    border-radius: 0;
    border-width: 1px 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
a.list-group-item, button.list-group-item {
    color: #555;
    text-align: inherit;
    width: 100%}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eceeef;
    color: #818a91;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #fff;
    z-index: 2;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe;
}
.list-group-item-success {
    background-color: #dff0d8;
    color: #3c763d;
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    background-color: #d0e9c6;
    color: #3c763d;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff;
}
.list-group-item-info {
    background-color: #d9edf7;
    color: #31708f;
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    background-color: #c4e3f3;
    color: #31708f;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    background-color: #31708f;
    border-color: #31708f;
    color: #fff;
}
.list-group-item-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    background-color: #faf2cc;
    color: #8a6d3b;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f2dede;
    color: #a94442;
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    background-color: #ebcccc;
    color: #a94442;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff;
}
.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.embed-responsive-21by9 {
    padding-bottom: 42.857143%}
.embed-responsive-16by9 {
    padding-bottom: 56.25%}
.embed-responsive-4by3 {
    padding-bottom: 75%}
.embed-responsive-1by1 {
    padding-bottom: 100%}
.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #fff;
}
.close:focus, .close:hover {
    color: #000;
    cursor: pointer;
    opacity: .5;
    text-decoration: none;
}
button.close {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
}
.modal, .modal-open {
    overflow: hidden;
}
.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}
.modal-content {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #0003;
    border-radius: .3rem;
    outline: 0;
    position: relative;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: .5;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.modal-header:after {
    clear: both;
    content: "";
    display: table;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    line-height: 1.5;
    margin: 0;
}
.modal-body {
    padding: 15px;
    position: relative;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}
.modal-footer:after {
    clear: both;
    content: "";
    display: table;
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media (min-width:544px) {
    .modal-dialog {
    margin: 30px auto;
    width: 600px;
}
.modal-sm {
    width: 300px;
}
}@media (min-width:768px) {
    .modal-lg {
    width: 900px;
}
}.tooltip {
    word-wrap: normal;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}
.tooltip.in {
    opacity: .9;
}
.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip.tooltip-top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bs-tether-element-attached-left .tooltip-arrow, .tooltip.tooltip-right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%}
.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.bs-tether-element-attached-top .tooltip-arrow, .tooltip.tooltip-bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip.bs-tether-element-attached-right .tooltip-arrow, .tooltip.tooltip-left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%}
.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
}
.tooltip-arrow {
    border-color: #0000;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.popover {
    word-wrap: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #0003;
    border-radius: .3rem;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
}
.popover.bs-tether-element-attached-bottom, .popover.popover-top {
    margin-top: -10px;
}
.popover.bs-tether-element-attached-bottom .popover-arrow, .popover.popover-top .popover-arrow {
    border-bottom-width: 0;
    border-top-color: #00000040;
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.bs-tether-element-attached-bottom .popover-arrow:after, .popover.popover-top .popover-arrow:after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: "";
    margin-left: -10px;
}
.popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 10px;
}
.popover.bs-tether-element-attached-left .popover-arrow, .popover.popover-right .popover-arrow {
    border-left-width: 0;
    border-right-color: #00000040;
    left: -11px;
    margin-top: -11px;
    top: 50%}
.popover.bs-tether-element-attached-left .popover-arrow:after, .popover.popover-right .popover-arrow:after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: "";
    left: 1px;
}
.popover.bs-tether-element-attached-top, .popover.popover-bottom {
    margin-top: 10px;
}
.popover.bs-tether-element-attached-top .popover-arrow, .popover.popover-bottom .popover-arrow {
    border-bottom-color: #00000040;
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover.bs-tether-element-attached-top .popover-arrow:after, .popover.popover-bottom .popover-arrow:after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: "";
    margin-left: -10px;
    top: 1px;
}
.popover.bs-tether-element-attached-right, .popover.popover-left {
    margin-left: -10px;
}
.popover.bs-tether-element-attached-right .popover-arrow, .popover.popover-left .popover-arrow {
    border-left-color: #00000040;
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%}
.popover.bs-tether-element-attached-right .popover-arrow:after, .popover.popover-left .popover-arrow:after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: "";
    right: 1px;
}
.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -.7rem -.7rem 0 0;
    font-size: 1rem;
    margin: 0;
    padding: 8px 14px;
}
.popover-content {
    padding: 9px 14px;
}
.popover-arrow, .popover-arrow:after {
    border-color: #0000;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover-arrow {
    border-width: 11px;
}
.popover-arrow:after {
    border-width: 10px;
    content: ""}
.carousel, .carousel-inner {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    width: 100%}
.carousel-inner>.carousel-item {
    display: none;
    position: relative;
    transition: left .6s ease-in-out;
}
.carousel-inner>.carousel-item>a>img, .carousel-inner>.carousel-item>img {
    line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
    .carousel-inner>.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform .6s ease-in-out;
}
.carousel-inner>.carousel-item.active.right, .carousel-inner>.carousel-item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
}
.carousel-inner>.carousel-item.active.left, .carousel-inner>.carousel-item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}
.carousel-inner>.carousel-item.active, .carousel-inner>.carousel-item.next.left, .carousel-inner>.carousel-item.prev.right {
    left: 0;
    transform: translateZ(0);
}
}.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: .5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px #0009;
    top: 0;
    width: 15%}
.carousel-control.left {
    background-image: linear-gradient(90deg, #00000080 0, #0000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
    background-image: linear-gradient(90deg, #0000 0, #00000080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    left: auto;
    right: 0;
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    display: inline-block;
    font-family: serif;
    height: 20px;
    line-height: 1;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next {
    margin-right: -10px;
    right: 50%}
.carousel-control .icon-prev:before {
    content: "‹"}
.carousel-control .icon-next:before {
    content: "›"}
.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    background-color: initial;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px #0009;
    z-index: 10;
}
.carousel-caption .btn {
    text-shadow: none;
}
@media (min-width:544px) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
}
.carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%}
.carousel-indicators {
    bottom: 20px;
}
}.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-xs-left {
    float: left!important;
}
.pull-xs-right {
    float: right!important;
}
.pull-xs-none {
    float: none!important;
}
@media (min-width:544px) {
    .pull-sm-left {
    float: left!important;
}
.pull-sm-right {
    float: right!important;
}
.pull-sm-none {
    float: none!important;
}
}@media (min-width:768px) {
    .pull-md-left {
    float: left!important;
}
.pull-md-right {
    float: right!important;
}
.pull-md-none {
    float: none!important;
}
}@media (min-width:992px) {
    .pull-lg-left {
    float: left!important;
}
.pull-lg-right {
    float: right!important;
}
.pull-lg-none {
    float: none!important;
}
}@media (min-width:1200px) {
    .pull-xl-left {
    float: left!important;
}
.pull-xl-right {
    float: right!important;
}
.pull-xl-none {
    float: none!important;
}
}.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden!important;
}
.text-hide {
    background-color: initial;
    border: 0;
    color: #0000;
    font: "0/0", a;
    text-shadow: none;
}
.text-justify {
    text-align: justify!important;
}
.text-nowrap {
    white-space: nowrap!important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-xs-left {
    text-align: left!important;
}
.text-xs-right {
    text-align: right!important;
}
.text-xs-center {
    text-align: center!important;
}
@media (min-width:544px) {
    .text-sm-left {
    text-align: left!important;
}
.text-sm-right {
    text-align: right!important;
}
.text-sm-center {
    text-align: center!important;
}
}@media (min-width:768px) {
    .text-md-left {
    text-align: left!important;
}
.text-md-right {
    text-align: right!important;
}
.text-md-center {
    text-align: center!important;
}
}@media (min-width:992px) {
    .text-lg-left {
    text-align: left!important;
}
.text-lg-right {
    text-align: right!important;
}
.text-lg-center {
    text-align: center!important;
}
}@media (min-width:1200px) {
    .text-xl-left {
    text-align: left!important;
}
.text-xl-right {
    text-align: right!important;
}
.text-xl-center {
    text-align: center!important;
}
}.text-lowercase {
    text-transform: lowercase!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.font-weight-normal {
    font-weight: 400;
}
.font-weight-bold {
    font-weight: 700;
}
.font-italic {
    font-style: italic;
}
.text-muted {
    color: #818a91;
}
.text-primary {
    color: #0275d8!important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #025aa5;
}
.text-success {
    color: #5cb85c!important;
}
a.text-success:focus, a.text-success:hover {
    color: #449d44;
}
.text-info {
    color: #5bc0de!important;
}
a.text-info:focus, a.text-info:hover {
    color: #31b0d5;
}
.text-warning {
    color: #f0ad4e!important;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ec971f;
}
.text-danger {
    color: #d9534f!important;
}
a.text-danger:focus, a.text-danger:hover {
    color: #c9302c;
}
.bg-inverse {
    background-color: #373a3c;
    color: #eceeef;
}
.bg-faded {
    background-color: #f7f7f9;
}
.bg-primary {
    background-color: #0275d8!important;
    color: #fff!important;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #025aa5;
}
.bg-success {
    background-color: #5cb85c!important;
    color: #fff!important;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44;
}
.bg-info {
    background-color: #5bc0de!important;
    color: #fff!important;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5;
}
.bg-warning {
    background-color: #f0ad4e!important;
    color: #fff!important;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f;
}
.bg-danger {
    background-color: #d9534f!important;
    color: #fff!important;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c;
}
.m-x-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}
.m-a-0 {
    margin: 0!important;
}
.m-t-0 {
    margin-top: 0!important;
}
.m-r-0 {
    margin-right: 0!important;
}
.m-b-0 {
    margin-bottom: 0!important;
}
.m-l-0, .m-x-0 {
    margin-left: 0!important;
}
.m-x-0 {
    margin-right: 0!important;
}
.m-y-0 {
    margin-bottom: 0!important;
    margin-top: 0!important;
}
.m-a-1 {
    margin: 1rem!important;
}
.m-t-1 {
    margin-top: 1rem!important;
}
.m-r-1 {
    margin-right: 1rem!important;
}
.m-b-1 {
    margin-bottom: 1rem!important;
}
.m-l-1, .m-x-1 {
    margin-left: 1rem!important;
}
.m-x-1 {
    margin-right: 1rem!important;
}
.m-y-1 {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
}
.m-a-2 {
    margin: 1.5rem!important;
}
.m-t-2 {
    margin-top: 1.5rem!important;
}
.m-r-2 {
    margin-right: 1.5rem!important;
}
.m-b-2 {
    margin-bottom: 1.5rem!important;
}
.m-l-2, .m-x-2 {
    margin-left: 1.5rem!important;
}
.m-x-2 {
    margin-right: 1.5rem!important;
}
.m-y-2 {
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important;
}
.m-a-3 {
    margin: 3rem!important;
}
.m-t-3 {
    margin-top: 3rem!important;
}
.m-r-3 {
    margin-right: 3rem!important;
}
.m-b-3 {
    margin-bottom: 3rem!important;
}
.m-l-3, .m-x-3 {
    margin-left: 3rem!important;
}
.m-x-3 {
    margin-right: 3rem!important;
}
.m-y-3 {
    margin-bottom: 3rem!important;
    margin-top: 3rem!important;
}
.p-a-0 {
    padding: 0!important;
}
.p-t-0 {
    padding-top: 0!important;
}
.p-r-0 {
    padding-right: 0!important;
}
.p-b-0 {
    padding-bottom: 0!important;
}
.p-l-0, .p-x-0 {
    padding-left: 0!important;
}
.p-x-0 {
    padding-right: 0!important;
}
.p-y-0 {
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.p-a-1 {
    padding: 1rem!important;
}
.p-t-1 {
    padding-top: 1rem!important;
}
.p-r-1 {
    padding-right: 1rem!important;
}
.p-b-1 {
    padding-bottom: 1rem!important;
}
.p-l-1, .p-x-1 {
    padding-left: 1rem!important;
}
.p-x-1 {
    padding-right: 1rem!important;
}
.p-y-1 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
}
.p-a-2 {
    padding: 1.5rem!important;
}
.p-t-2 {
    padding-top: 1.5rem!important;
}
.p-r-2 {
    padding-right: 1.5rem!important;
}
.p-b-2 {
    padding-bottom: 1.5rem!important;
}
.p-l-2, .p-x-2 {
    padding-left: 1.5rem!important;
}
.p-x-2 {
    padding-right: 1.5rem!important;
}
.p-y-2 {
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important;
}
.p-a-3 {
    padding: 3rem!important;
}
.p-t-3 {
    padding-top: 3rem!important;
}
.p-r-3 {
    padding-right: 3rem!important;
}
.p-b-3 {
    padding-bottom: 3rem!important;
}
.p-l-3, .p-x-3 {
    padding-left: 3rem!important;
}
.p-x-3 {
    padding-right: 3rem!important;
}
.p-y-3 {
    padding-bottom: 3rem!important;
    padding-top: 3rem!important;
}
.pos-f-t {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}
.hidden-xs-up {
    display: none!important;
}
@media (max-width:543px) {
    .hidden-xs-down {
    display: none!important;
}
}@media (min-width:544px) {
    .hidden-sm-up {
    display: none!important;
}
}@media (max-width:767px) {
    .hidden-sm-down {
    display: none!important;
}
}@media (min-width:768px) {
    .hidden-md-up {
    display: none!important;
}
}@media (max-width:991px) {
    .hidden-md-down {
    display: none!important;
}
}@media (min-width:992px) {
    .hidden-lg-up {
    display: none!important;
}
}@media (max-width:1199px) {
    .hidden-lg-down {
    display: none!important;
}
}@media (min-width:1200px) {
    .hidden-xl-up {
    display: none!important;
}
}.hidden-xl-down, .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;
}
.hidden-print {
    display: none!important;
}
}
.fa {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    text-align: center;
    width: 1.28571429em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    animation: fa-spin 1s steps(8) infinite;
}
@keyframes fa-spin {
    0% {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scaleY(-1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000"}
.fa-music:before {
    content: "\f001"}
.fa-search:before {
    content: "\f002"}
.fa-envelope-o:before {
    content: "\f003"}
.fa-heart:before {
    content: "\f004"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-film:before {
    content: "\f008"}
.fa-th-large:before {
    content: "\f009"}
.fa-th:before {
    content: "\f00a"}
.fa-th-list:before {
    content: "\f00b"}
.fa-check:before {
    content: "\f00c"}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-search-minus:before {
    content: "\f010"}
.fa-power-off:before {
    content: "\f011"}
.fa-signal:before {
    content: "\f012"}
.fa-cog:before, .fa-gear:before {
    content: "\f013"}
.fa-trash-o:before {
    content: "\f014"}
.fa-home:before {
    content: "\f015"}
.fa-file-o:before {
    content: "\f016"}
.fa-clock-o:before {
    content: "\f017"}
.fa-road:before {
    content: "\f018"}
.fa-download:before {
    content: "\f019"}
.fa-arrow-circle-o-down:before {
    content: "\f01a"}
.fa-arrow-circle-o-up:before {
    content: "\f01b"}
.fa-inbox:before {
    content: "\f01c"}
.fa-play-circle-o:before {
    content: "\f01d"}
.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"}
.fa-refresh:before {
    content: "\f021"}
.fa-list-alt:before {
    content: "\f022"}
.fa-lock:before {
    content: "\f023"}
.fa-flag:before {
    content: "\f024"}
.fa-headphones:before {
    content: "\f025"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-up:before {
    content: "\f028"}
.fa-qrcode:before {
    content: "\f029"}
.fa-barcode:before {
    content: "\f02a"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-book:before {
    content: "\f02d"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-print:before {
    content: "\f02f"}
.fa-camera:before {
    content: "\f030"}
.fa-font:before {
    content: "\f031"}
.fa-bold:before {
    content: "\f032"}
.fa-italic:before {
    content: "\f033"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-right:before {
    content: "\f038"}
.fa-align-justify:before {
    content: "\f039"}
.fa-list:before {
    content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"}
.fa-indent:before {
    content: "\f03c"}
.fa-video-camera:before {
    content: "\f03d"}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"}
.fa-pencil:before {
    content: "\f040"}
.fa-map-marker:before {
    content: "\f041"}
.fa-adjust:before {
    content: "\f042"}
.fa-tint:before {
    content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"}
.fa-share-square-o:before {
    content: "\f045"}
.fa-check-square-o:before {
    content: "\f046"}
.fa-arrows:before {
    content: "\f047"}
.fa-step-backward:before {
    content: "\f048"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-backward:before {
    content: "\f04a"}
.fa-play:before {
    content: "\f04b"}
.fa-pause:before {
    content: "\f04c"}
.fa-stop:before {
    content: "\f04d"}
.fa-forward:before {
    content: "\f04e"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-step-forward:before {
    content: "\f051"}
.fa-eject:before {
    content: "\f052"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-times-circle:before {
    content: "\f057"}
.fa-check-circle:before {
    content: "\f058"}
.fa-question-circle:before {
    content: "\f059"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-times-circle-o:before {
    content: "\f05c"}
.fa-check-circle-o:before {
    content: "\f05d"}
.fa-ban:before {
    content: "\f05e"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"}
.fa-expand:before {
    content: "\f065"}
.fa-compress:before {
    content: "\f066"}
.fa-plus:before {
    content: "\f067"}
.fa-minus:before {
    content: "\f068"}
.fa-asterisk:before {
    content: "\f069"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-gift:before {
    content: "\f06b"}
.fa-leaf:before {
    content: "\f06c"}
.fa-fire:before {
    content: "\f06d"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"}
.fa-plane:before {
    content: "\f072"}
.fa-calendar:before {
    content: "\f073"}
.fa-random:before {
    content: "\f074"}
.fa-comment:before {
    content: "\f075"}
.fa-magnet:before {
    content: "\f076"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-retweet:before {
    content: "\f079"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-arrows-v:before {
    content: "\f07d"}
.fa-arrows-h:before {
    content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-key:before {
    content: "\f084"}
.fa-cogs:before, .fa-gears:before {
    content: "\f085"}
.fa-comments:before {
    content: "\f086"}
.fa-thumbs-o-up:before {
    content: "\f087"}
.fa-thumbs-o-down:before {
    content: "\f088"}
.fa-star-half:before {
    content: "\f089"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-sign-out:before {
    content: "\f08b"}
.fa-linkedin-square:before {
    content: "\f08c"}
.fa-thumb-tack:before {
    content: "\f08d"}
.fa-external-link:before {
    content: "\f08e"}
.fa-sign-in:before {
    content: "\f090"}
.fa-trophy:before {
    content: "\f091"}
.fa-github-square:before {
    content: "\f092"}
.fa-upload:before {
    content: "\f093"}
.fa-lemon-o:before {
    content: "\f094"}
.fa-phone:before {
    content: "\f095"}
.fa-square-o:before {
    content: "\f096"}
.fa-bookmark-o:before {
    content: "\f097"}
.fa-phone-square:before {
    content: "\f098"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"}
.fa-github:before {
    content: "\f09b"}
.fa-unlock:before {
    content: "\f09c"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"}
.fa-hdd-o:before {
    content: "\f0a0"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bell:before {
    content: "\f0f3"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-hand-o-right:before {
    content: "\f0a4"}
.fa-hand-o-left:before {
    content: "\f0a5"}
.fa-hand-o-up:before {
    content: "\f0a6"}
.fa-hand-o-down:before {
    content: "\f0a7"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-globe:before {
    content: "\f0ac"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-filter:before {
    content: "\f0b0"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-group:before, .fa-users:before {
    content: "\f0c0"}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-flask:before {
    content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"}
.fa-square:before {
    content: "\f0c8"}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-underline:before {
    content: "\f0cd"}
.fa-table:before {
    content: "\f0ce"}
.fa-magic:before {
    content: "\f0d0"}
.fa-truck:before {
    content: "\f0d1"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-money:before {
    content: "\f0d6"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-columns:before {
    content: "\f0db"}
.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-linkedin:before {
    content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-comments-o:before {
    content: "\f0e6"}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"}
.fa-lightbulb-o:before {
    content: "\f0eb"}
.fa-exchange:before {
    content: "\f0ec"}
.fa-cloud-download:before {
    content: "\f0ed"}
.fa-cloud-upload:before {
    content: "\f0ee"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-bell-o:before {
    content: "\f0a2"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cutlery:before {
    content: "\f0f5"}
.fa-file-text-o:before {
    content: "\f0f6"}
.fa-building-o:before {
    content: "\f0f7"}
.fa-hospital-o:before {
    content: "\f0f8"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-beer:before {
    content: "\f0fc"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angle-down:before {
    content: "\f107"}
.fa-desktop:before {
    content: "\f108"}
.fa-laptop:before {
    content: "\f109"}
.fa-tablet:before {
    content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"}
.fa-circle-o:before {
    content: "\f10c"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-spinner:before {
    content: "\f110"}
.fa-circle:before {
    content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"}
.fa-github-alt:before {
    content: "\f113"}
.fa-folder-o:before {
    content: "\f114"}
.fa-folder-open-o:before {
    content: "\f115"}
.fa-smile-o:before {
    content: "\f118"}
.fa-frown-o:before {
    content: "\f119"}
.fa-meh-o:before {
    content: "\f11a"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-keyboard-o:before {
    content: "\f11c"}
.fa-flag-o:before {
    content: "\f11d"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-terminal:before {
    content: "\f120"}
.fa-code:before {
    content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-crop:before {
    content: "\f125"}
.fa-code-fork:before {
    content: "\f126"}
.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"}
.fa-question:before {
    content: "\f128"}
.fa-info:before {
    content: "\f129"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-superscript:before {
    content: "\f12b"}
.fa-subscript:before {
    content: "\f12c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-shield:before {
    content: "\f132"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-rocket:before {
    content: "\f135"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-html5:before {
    content: "\f13b"}
.fa-css3:before {
    content: "\f13c"}
.fa-anchor:before {
    content: "\f13d"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-bullseye:before {
    content: "\f140"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-rss-square:before {
    content: "\f143"}
.fa-play-circle:before {
    content: "\f144"}
.fa-ticket:before {
    content: "\f145"}
.fa-minus-square:before {
    content: "\f146"}
.fa-minus-square-o:before {
    content: "\f147"}
.fa-level-up:before {
    content: "\f148"}
.fa-level-down:before {
    content: "\f149"}
.fa-check-square:before {
    content: "\f14a"}
.fa-pencil-square:before {
    content: "\f14b"}
.fa-external-link-square:before {
    content: "\f14c"}
.fa-share-square:before {
    content: "\f14d"}
.fa-compass:before {
    content: "\f14e"}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"}
.fa-eur:before, .fa-euro:before {
    content: "\f153"}
.fa-gbp:before {
    content: "\f154"}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"}
.fa-krw:before, .fa-won:before {
    content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"}
.fa-file:before {
    content: "\f15b"}
.fa-file-text:before {
    content: "\f15c"}
.fa-sort-alpha-asc:before {
    content: "\f15d"}
.fa-sort-alpha-desc:before {
    content: "\f15e"}
.fa-sort-amount-asc:before {
    content: "\f160"}
.fa-sort-amount-desc:before {
    content: "\f161"}
.fa-sort-numeric-asc:before {
    content: "\f162"}
.fa-sort-numeric-desc:before {
    content: "\f163"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-youtube-square:before {
    content: "\f166"}
.fa-youtube:before {
    content: "\f167"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-instagram:before {
    content: "\f16d"}
.fa-flickr:before {
    content: "\f16e"}
.fa-adn:before {
    content: "\f170"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitbucket-square:before {
    content: "\f172"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-long-arrow-down:before {
    content: "\f175"}
.fa-long-arrow-up:before {
    content: "\f176"}
.fa-long-arrow-left:before {
    content: "\f177"}
.fa-long-arrow-right:before {
    content: "\f178"}
.fa-apple:before {
    content: "\f179"}
.fa-windows:before {
    content: "\f17a"}
.fa-android:before {
    content: "\f17b"}
.fa-linux:before {
    content: "\f17c"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-skype:before {
    content: "\f17e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-trello:before {
    content: "\f181"}
.fa-female:before {
    content: "\f182"}
.fa-male:before {
    content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"}
.fa-sun-o:before {
    content: "\f185"}
.fa-moon-o:before {
    content: "\f186"}
.fa-archive:before {
    content: "\f187"}
.fa-bug:before {
    content: "\f188"}
.fa-vk:before {
    content: "\f189"}
.fa-weibo:before {
    content: "\f18a"}
.fa-renren:before {
    content: "\f18b"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-arrow-circle-o-right:before {
    content: "\f18e"}
.fa-arrow-circle-o-left:before {
    content: "\f190"}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"}
.fa-dot-circle-o:before {
    content: "\f192"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"}
.fa-plus-square-o:before {
    content: "\f196"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-slack:before {
    content: "\f198"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-openid:before {
    content: "\f19b"}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-google:before {
    content: "\f1a0"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-digg:before {
    content: "\f1a6"}
.fa-pied-piper:before {
    content: "\f1a7"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-language:before {
    content: "\f1ab"}
.fa-fax:before {
    content: "\f1ac"}
.fa-building:before {
    content: "\f1ad"}
.fa-child:before {
    content: "\f1ae"}
.fa-paw:before {
    content: "\f1b0"}
.fa-spoon:before {
    content: "\f1b1"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"}
.fa-tree:before {
    content: "\f1bb"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-database:before {
    content: "\f1c0"}
.fa-file-pdf-o:before {
    content: "\f1c1"}
.fa-file-word-o:before {
    content: "\f1c2"}
.fa-file-excel-o:before {
    content: "\f1c3"}
.fa-file-powerpoint-o:before {
    content: "\f1c4"}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"}
.fa-file-code-o:before {
    content: "\f1c9"}
.fa-vine:before {
    content: "\f1ca"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"}
.fa-circle-o-notch:before {
    content: "\f1ce"}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-git:before {
    content: "\f1d3"}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-qq:before {
    content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"}
.fa-history:before {
    content: "\f1da"}
.fa-circle-thin:before {
    content: "\f1db"}
.fa-header:before {
    content: "\f1dc"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-sliders:before {
    content: "\f1de"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"}
.fa-tty:before {
    content: "\f1e4"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-plug:before {
    content: "\f1e6"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-newspaper-o:before {
    content: "\f1ea"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bell-slash-o:before {
    content: "\f1f7"}
.fa-trash:before {
    content: "\f1f8"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-at:before {
    content: "\f1fa"}
.fa-eyedropper:before {
    content: "\f1fb"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-area-chart:before {
    content: "\f1fe"}
.fa-pie-chart:before {
    content: "\f200"}
.fa-line-chart:before {
    content: "\f201"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-bicycle:before {
    content: "\f206"}
.fa-bus:before {
    content: "\f207"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-angellist:before {
    content: "\f209"}
.fa-cc:before {
    content: "\f20a"}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"}
.fa-meanpath:before {
    content: "\f20c"}
.fa-buysellads:before {
    content: "\f20d"}
.fa-connectdevelop:before {
    content: "\f20e"}
.fa-dashcube:before {
    content: "\f210"}
.fa-forumbee:before {
    content: "\f211"}
.fa-leanpub:before {
    content: "\f212"}
.fa-sellsy:before {
    content: "\f213"}
.fa-shirtsinbulk:before {
    content: "\f214"}
.fa-simplybuilt:before {
    content: "\f215"}
.fa-skyatlas:before {
    content: "\f216"}
.fa-cart-plus:before {
    content: "\f217"}
.fa-cart-arrow-down:before {
    content: "\f218"}
.fa-diamond:before {
    content: "\f219"}
.fa-ship:before {
    content: "\f21a"}
.fa-user-secret:before {
    content: "\f21b"}
.fa-motorcycle:before {
    content: "\f21c"}
.fa-street-view:before {
    content: "\f21d"}
.fa-heartbeat:before {
    content: "\f21e"}
.fa-venus:before {
    content: "\f221"}
.fa-mars:before {
    content: "\f222"}
.fa-mercury:before {
    content: "\f223"}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"}
.fa-transgender-alt:before {
    content: "\f225"}
.fa-venus-double:before {
    content: "\f226"}
.fa-mars-double:before {
    content: "\f227"}
.fa-venus-mars:before {
    content: "\f228"}
.fa-mars-stroke:before {
    content: "\f229"}
.fa-mars-stroke-v:before {
    content: "\f22a"}
.fa-mars-stroke-h:before {
    content: "\f22b"}
.fa-neuter:before {
    content: "\f22c"}
.fa-genderless:before {
    content: "\f22d"}
.fa-facebook-official:before {
    content: "\f230"}
.fa-pinterest-p:before {
    content: "\f231"}
.fa-whatsapp:before {
    content: "\f232"}
.fa-server:before {
    content: "\f233"}
.fa-user-plus:before {
    content: "\f234"}
.fa-user-times:before {
    content: "\f235"}
.fa-bed:before, .fa-hotel:before {
    content: "\f236"}
.fa-viacoin:before {
    content: "\f237"}
.fa-train:before {
    content: "\f238"}
.fa-subway:before {
    content: "\f239"}
.fa-medium:before {
    content: "\f23a"}
.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"}
.fa-optin-monster:before {
    content: "\f23c"}
.fa-opencart:before {
    content: "\f23d"}
.fa-expeditedssl:before {
    content: "\f23e"}
.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"}
.fa-mouse-pointer:before {
    content: "\f245"}
.fa-i-cursor:before {
    content: "\f246"}
.fa-object-group:before {
    content: "\f247"}
.fa-object-ungroup:before {
    content: "\f248"}
.fa-sticky-note:before {
    content: "\f249"}
.fa-sticky-note-o:before {
    content: "\f24a"}
.fa-cc-jcb:before {
    content: "\f24b"}
.fa-cc-diners-club:before {
    content: "\f24c"}
.fa-clone:before {
    content: "\f24d"}
.fa-balance-scale:before {
    content: "\f24e"}
.fa-hourglass-o:before {
    content: "\f250"}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"}
.fa-hourglass:before {
    content: "\f254"}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"}
.fa-hand-scissors-o:before {
    content: "\f257"}
.fa-hand-lizard-o:before {
    content: "\f258"}
.fa-hand-spock-o:before {
    content: "\f259"}
.fa-hand-pointer-o:before {
    content: "\f25a"}
.fa-hand-peace-o:before {
    content: "\f25b"}
.fa-trademark:before {
    content: "\f25c"}
.fa-registered:before {
    content: "\f25d"}
.fa-creative-commons:before {
    content: "\f25e"}
.fa-gg:before {
    content: "\f260"}
.fa-gg-circle:before {
    content: "\f261"}
.fa-tripadvisor:before {
    content: "\f262"}
.fa-odnoklassniki:before {
    content: "\f263"}
.fa-odnoklassniki-square:before {
    content: "\f264"}
.fa-get-pocket:before {
    content: "\f265"}
.fa-wikipedia-w:before {
    content: "\f266"}
.fa-safari:before {
    content: "\f267"}
.fa-chrome:before {
    content: "\f268"}
.fa-firefox:before {
    content: "\f269"}
.fa-opera:before {
    content: "\f26a"}
.fa-internet-explorer:before {
    content: "\f26b"}
.fa-television:before, .fa-tv:before {
    content: "\f26c"}
.fa-contao:before {
    content: "\f26d"}
.fa-500px:before {
    content: "\f26e"}
.fa-amazon:before {
    content: "\f270"}
.fa-calendar-plus-o:before {
    content: "\f271"}
.fa-calendar-minus-o:before {
    content: "\f272"}
.fa-calendar-times-o:before {
    content: "\f273"}
.fa-calendar-check-o:before {
    content: "\f274"}
.fa-industry:before {
    content: "\f275"}
.fa-map-pin:before {
    content: "\f276"}
.fa-map-signs:before {
    content: "\f277"}
.fa-map-o:before {
    content: "\f278"}
.fa-map:before {
    content: "\f279"}
.fa-commenting:before {
    content: "\f27a"}
.fa-commenting-o:before {
    content: "\f27b"}
.fa-houzz:before {
    content: "\f27c"}
.fa-vimeo:before {
    content: "\f27d"}
.fa-black-tie:before {
    content: "\f27e"}
.fa-fonticons:before {
    content: "\f280"}
.fa-reddit-alien:before {
    content: "\f281"}
.fa-edge:before {
    content: "\f282"}
.fa-credit-card-alt:before {
    content: "\f283"}
.fa-codiepie:before {
    content: "\f284"}
.fa-modx:before {
    content: "\f285"}
.fa-fort-awesome:before {
    content: "\f286"}
.fa-usb:before {
    content: "\f287"}
.fa-product-hunt:before {
    content: "\f288"}
.fa-mixcloud:before {
    content: "\f289"}
.fa-scribd:before {
    content: "\f28a"}
.fa-pause-circle:before {
    content: "\f28b"}
.fa-pause-circle-o:before {
    content: "\f28c"}
.fa-stop-circle:before {
    content: "\f28d"}
.fa-stop-circle-o:before {
    content: "\f28e"}
.fa-shopping-bag:before {
    content: "\f290"}
.fa-shopping-basket:before {
    content: "\f291"}
.fa-hashtag:before {
    content: "\f292"}
.fa-bluetooth:before {
    content: "\f293"}
.fa-bluetooth-b:before {
    content: "\f294"}
.fa-percent:before {
    content: "\f295"}

@font-face {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(/catalog/view/theme/uptheme/fonts/icomoon.eot?majihe);
    src: url(/catalog/view/theme/uptheme/fonts/icomoon.eot?majihe#iefix) format("embedded-opentype"), url(/catalog/view/theme/uptheme/fonts/icomoon.ttf?majihe) format("truetype"), url(/catalog/view/theme/uptheme/fonts/icomoon.woff?majihe) format("woff"), url(/catalog/view/theme/uptheme/fonts/icomoon.svg?majihe#icomoon) format("svg");
}
[class*=" icon-"], [class^=icon-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.icon.icon-list-menu-1:before {
    content: "\e919"}
.icon.icon-search:before {
    content: "\e918"}
.icon.icon-box:before {
    content: "\e900"}
.icon.icon-checked:before {
    content: "\e901"}
.icon.icon-dress:before {
    content: "\e902"}
.icon.icon-insta:before {
    content: "\e903"}
.icon.icon-needle:before {
    content: "\e904"}
.icon.icon-like:before {
    content: "\e905"}
.icon.icon-logo .path1:before {
    color: #000;
    content: "\e906"}
.icon.icon-logo .path2:before {
    color: #bc17a5;
    content: "\e907";
    margin-left: -3.3017578125em;
}
.icon.icon-logo .path3:before {
    color: #bc17a5;
    content: "\e908";
    margin-left: -3.3017578125em;
}
.icon.icon-logo .path4:before {
    color: #bc17a5;
    content: "\e909";
    margin-left: -3.3017578125em;
}
.icon.icon-logo .path5:before {
    color: #bc17a5;
    content: "\e90a";
    margin-left: -3.3017578125em;
}
.icon.icon-logo .path6:before {
    color: #bc17a5;
    content: "\e90b";
    margin-left: -3.3017578125em;
}
.icon.icon-logo .path7:before {
    color: #bc17a5;
    content: "\e90c";
    margin-left: -3.3017578125em;
}
.icon.icon-logo .path8:before {
    color: #bc17a5;
    content: "\e90d";
    margin-left: -3.3017578125em;
}
.icon.icon-logo .path9:before {
    color: #bc17a5;
    content: "\e90e";
    margin-left: -3.3017578125em;
}
.icon.icon-logo .path10:before {
    color: #000;
    content: "\e90f";
    margin-left: -3.3017578125em;
}
.icon.icon-metro:before {
    content: "\e910"}
.icon.icon-parking:before {
    content: "\e911"}
.icon.icon-pay:before {
    content: "\e912"}
.icon.icon-hanger:before {
    content: "\e913"}
.icon.icon-hanger2:before {
    content: "\e914"}
.icon.icon-small-logo:before {
    content: "\e915"}
.icon.icon-vk:before {
    content: "\e916"}
.icon.icon-weding:before {
    content: "\e917"}
.clearfix {
    *zoom: 1;
}
.blog-meta {
    border: 1px solid #e5e5e5;
    margin: 10px 0;
    overflow: hidden;
}
.blog-meta>span {
    border-right: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 90%;
    font-weight: 700;
    padding: 10px 11px;
}
.blog-meta>span:last-child {
    border-right: none;
    font-size: 90%}
.blog-meta>span span {
    font-weight: 400;
}
.blog-title .created {
    background: #000;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    height: 40px;
    margin-right: 12px;
    padding: 12px;
    width: 55px;
}
.blog-title span.day {
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    text-align: center;
}
.blog-item .description {
    overflow: hidden;
}
.blog-item .readmore {
    display: inline-block;
    margin-top: 10px;
}
div[class*=pavcol] {
    float: left;
}
.pavcol1 {
    width: 100%}
.pavcol2 {
    width: 50%}
.pavcol3 {
    width: 33.33%}
.pavcol4 {
    width: 25%}
.pavcol5 {
    width: 20%}
.blog-item {
    display: table;
    padding: 10px;
}
.blog-item img {
    border: 2px solid #c77aba66;
    margin-right: 24px;
}
.pavcol1 img {
    padding-right: 0;
}
.pav-blogs a {
    text-decoration: none;
}
.pav-blog .description {
    font-weight: 700;
}
.pav-blog .blog-bottom, .pav-blog .blog-content {
    margin-bottom: 20px;
}
.comment-item {
    padding-bottom: 10px;
}
.comment-item img {
    padding-right: 12px;
}
.comment-wrap {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: all .3s ease-out 0s;
}
.comment-wrap .comment-meta {
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    margin: -20px -20px 10px;
    padding: 10px 20px;
}
.comment-wrap .comment-meta>span {
    font-weight: 700;
}
.comment-wrap .comment-meta>span span {
    font-weight: 400;
}
.blog-social .social-wrap>div {
    float: left;
}
.blog-social .social-heading {
    padding-right: 12px;
}
.comment-link {
    background: none repeat scroll 0 0 #f4f4f4;
    border-left: 1px solid #e5e5e5;
    display: block;
    float: right;
    font-weight: 700;
    margin: -11px -20px -10px 0;
    padding: 10px 20px;
}
#comment-form .message {
    background: red;
    color: #000;
    padding: 12px;
}
#comment-form .input-group {
    clear: both;
}
#comment-form label {
    color: #666;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    width: 20%}
#comment-form input, #comment-form textarea {
    display: block;
    margin: 0;
    width: 77%}
#comment-form .recaptcha {
    padding: 12px;
}
.pavblogs-comments-box .pav-comment {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0;
}
.pavblogs-comments-box .pav-comment:last-child {
    border-bottom: none;
}
.pavblogs-comments-box img {
    padding-right: 12px;
}
#ajax_search_results {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    left: 0;
    list-style-type: none;
    margin: -1px 0 0;
    position: absolute;
    text-align: left;
    width: 90%;
    z-index: 1005;
}
#ajax_search_results tr {
    padding: 10px;
    position: relative;
    z-index: 1005;
}
#ajax_search_results tr:hover {
    background: #f9f9fa;
}
#ajax_search_results a {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    z-index: 1005;
}
#ajax_search_results .selected {
    background-color: #ebebeb;
    color: #af2645;
}
#ajax_search_results td {
    padding: 3px;
}
#ajax_search_results td.live_image {
    padding-left: 8px;
    width: 50px;
}
#ajax_search_results td.live_price {
    padding-right: 10px;
    text-align: right;
}
#ajax_search_results tr a img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
}
#ajax_search_results tr td a .old-price, #ajax_search_results tr td a .price, #ajax_search_results tr td a .special {
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap;
}
#ajax_search_results tr td a .old-price {
    color: #8c8c8c;
    font-size: 11px;
    text-decoration: line-through;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}
.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    border-collapse: collapse;
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default!important;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 2px 0 0;
    min-height: 0;
    padding: .5em .5em .5em .7em;
    position: relative;
}
.ui-accordion .ui-accordion-icons, .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: .5em;
    margin-top: -8px;
    position: absolute;
    top: 50%}
.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 1em 2.2em;
}
.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}
.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: .1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em;
}
.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}
button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}
.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    cursor: pointer;
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%}
.ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding: .7em .3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0;
    padding: 0 .2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
.ui-dialog {
    left: 0;
    outline: 0;
    overflow: hidden;
    padding: .2em;
    position: absolute;
    top: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%}
.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
}
.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: auto;
    padding: .5em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
    text-align: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: .5em .4em .5em 0;
}
.ui-dialog .ui-resizable-se {
    background-position: 16px 16px;
    bottom: -5px;
    height: 12px;
    right: -5px;
    width: 12px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    touch-action: none;
}
.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    cursor: pointer;
    list-style-image: url("data:image/gif;base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    min-height: 0;
    padding: 3px 1em 3px .4em;
    position: relative;
}
.ui-menu .ui-menu-divider {
    border-width: 1px 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px 0;
}
.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    bottom: 0;
    left: .2em;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url(https://uplinestudio.gitlab.io/bogdimbogy/sacuradress/assets/images/animated-overlay.gif?15daf7953084536ee875f7c627a566b3);
    filter: alpha(opacity=25);
    height: 100%;
    opacity: .25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    display: block;
    font-size: .1px;
    position: absolute;
    touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%}
.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%}
.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}
.ui-selectable {
    touch-action: none;
}
.ui-selectable-helper {
    border: 1px dotted #000;
    position: absolute;
    z-index: 100;
}
.ui-selectmenu-menu {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    border: 0;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    line-height: 1.5;
    margin: .5em 0 0;
    padding: 2px .4em;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-button {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.ui-selectmenu-button span.ui-icon {
    left: auto;
    margin-top: -8px;
    position: absolute;
    right: .5em;
    top: 50%}
.ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 1.4;
    overflow: hidden;
    padding: .4em 2.1em .4em 1em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    touch-action: none;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    height: 100px;
    width: .8em;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    touch-action: none;
}
.ui-spinner {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.ui-spinner, .ui-spinner-input {
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    background: none;
    border: none;
    color: inherit;
    margin: .2em 22px .2em .4em;
}
.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: .5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}
.ui-spinner a.ui-spinner-button {
    border-bottom: none;
    border-right: none;
    border-top: none;
}
.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    padding: .2em;
    position: relative;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: none;
    margin: 1px .2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    background: none;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}
.ui-tooltip {
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Roboto Condensed, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: #ecf1ff;
    color: #222;
}
.ui-widget-content a {
    color: #222;
}
.ui-widget-header {
    background: #edf4fa;
    border: 1px solid #d7d8e7;
    color: #222;
}
.ui-widget-header a {
    color: #222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #eaf8ec;
    border: 1px solid #d3d3d3;
    color: #555;
    font-weight: 400;
    text-align: center;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #d7d8e7;
    color: #212121;
    font-weight: 400;
}
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #ffffd8;
    border: 1px solid #aaa;
    color: #212121;
    font-weight: 400;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fff;
    border: 1px solid #d3d3d3;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #fef1ec;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}
.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: 400;
    opacity: .7;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    height: 16px;
    width: 16px;
}
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(https://uplinestudio.gitlab.io/bogdimbogy/sacuradress/assets/images/ui-icons_222222_256x240.png?3f23f6f9dd1c59691ebaf1ab0fff2751);
}
.ui-state-default .ui-icon {
    background-image: url(https://uplinestudio.gitlab.io/bogdimbogy/sacuradress/assets/images/ui-icons_888888_256x240.png?04c5090561696a306c2ab91ec264f2a8);
}
.ui-state-active .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(https://uplinestudio.gitlab.io/bogdimbogy/sacuradress/assets/images/ui-icons_454545_256x240.png?42bfcde793556a51b891eda131d5431b);
}
.ui-state-highlight .ui-icon {
    background-image: url(https://uplinestudio.gitlab.io/bogdimbogy/sacuradress/assets/images/ui-icons_2e83ff_256x240.png?71a38993daaa97d99622d32e16376e74);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(https://uplinestudio.gitlab.io/bogdimbogy/sacuradress/assets/images/ui-icons_cd0a0a_256x240.png?d16b97b73ab78049e037bea51f6aff10);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay, .ui-widget-shadow {
    background: #aaa url(https://uplinestudio.gitlab.io/bogdimbogy/sacuradress/assets/images/ui-bg_flat_0_aaaaaa_40x100.png?87cb7e52186e50c5be101b369138c5b2) 50% 50% repeat-x;
    filter: Alpha(Opacity=30);
    opacity: .3;
}
.ui-widget-shadow {
    border-radius: 8px;
    margin: -8px 0 0 -8px;
    padding: 8px;
}
body {
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    min-width: 300px;
}
a {
    color: #000;
}
a, a:hover {
    text-decoration: none;
}
a:hover {
    color: gray;
}
a:active, a:focus {
    outline: none;
    text-decoration: none;
}
p a {
    text-decoration: underline;
}
h1 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 24px;
    padding: 0;
}
h1, h2 {
    color: #000;
}
h2 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
}
h2.center {
    text-align: center;
}
h2.w400 {
    font-weight: 400;
}
h3 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
}
#vk_comments {
    opacity: .6;
}
#vk_comments:hover {
    opacity: 1;
}
#scrollTop {
    background-color: #fff;
    background-position: 0 -58px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 50px;
    left: 50px;
    line-height: 50px;
    opacity: .7;
    padding: 0;
    position: fixed;
    text-align: center;
    text-decoration: none!important;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    visibility: visible;
    width: 50px;
    z-index: 2000;
}
.wrapper {
    margin: 0 auto;
    max-width: 1170px;
    min-width: 300px;
    padding-left: 0;
    padding-right: 0;
}
.bg_white_wrapper_bottom {
    background: url(/image/data/style/white_bg_bottom.png) 0 100% no-repeat;
}
.sacura_wrapper_top {
    background: url(/image/data/style/sacura_top.png) 0 0 no-repeat;
    background-position-x: calc(50% - 519px);
}
.sacura_wrapper_bottom {
    background: url(/image/data/style/sacura_bottom.png) 100% 100% no-repeat;
    background-position-x: calc(50% + 445px);
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
    text-decoration: none;
}
.breadcrumb {
    background-color: initial;
    border-radius: 0;
    list-style: none;
    margin-bottom: 1rem;
    padding: .1rem 1rem .1rem 0;
}
.breadcrumb a, .breadcrumb li {
    color: #000;
    font-size: .8rem;
}
.btn-primary {
    background-color: #333;
    border-color: #000;
    color: #fff!important;
    text-decoration: none!important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
    outline: none;
}
.btn-primary:active {
    background-color: #576e7a;
    background-image: none;
    border-color: #000;
    color: #fff;
}
.btn-primary:active:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
    outline: none;
}
.pagination {
    border-radius: .25rem;
    display: table;
    margin: 1rem auto;
    padding-left: 0;
    text-align: center;
}
.pagination a, .pagination b, .pagination span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #314057;
    float: left;
    line-height: 1.5;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative;
    text-decoration: none;
}
.pagination a:hover {
    background-color: #ddd;
}
.pagination span {
    color: #3140577a;
}
.pagination .active span {
    color: red;
}
.pagination li {
    display: inline;
}
.pagination .links {
    display: inline-table;
}
.pagination .results {
    display: block;
    margin-top: 10px;
}
.top_fix_panel {
    background: #fff;
    border-bottom: 3px solid #7e027c;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.top_fix_panel .logo_link img {
    margin-left: 10px;
    margin-top: 10px;
    width: 100px;
}
.top_fix_panel .navbar {
    display: inline-block;
    float: right;
    padding: 0;
}
.top_fix_panel .navbar-light .navbar-nav .nav-item:first-child .nav-link, .top_fix_panel .navbar-light .navbar-nav .nav-item:last-child .nav-link, .top_fix_panel .navbar-light .navbar-nav .nav-link {
    padding: 1.5rem .6rem;
}
.spec.information_block ul {
    list-style: none;
    margin-top: 1rem;
    padding-left: 20px;
}
.top_menu-block .navbar-light .navbar-nav .nav-link .header_cart_count {
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -20px;
    top: 1px;
    width: 20px;
}
.spec.information_block ul li {
    margin-top: .5rem;
}
.spec.information_block .link {
    padding: 5px 0 5px 10px;
}
.form-comment {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
    color: #55595c;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    width: 100%}
.daterangepicker option.disabled, .daterangepicker td.disabled, .daterangepicker td.off.disabled.in-range {
    background: #ffd2d2;
    border-radius: 0;
}
.rel_product__item {
    float: left;
    margin: 1%;
    width: 48%}
.rel_product__item .image img {
    width: 100%}
.rel_product__item .price-old {
    color: #000;
    font-size: 12px;
    text-decoration: line-through;
}
.header-soc-block {
    display: flex;
    padding-top: 49px;
    white-space: nowrap;
}
.header-soc-block .header-soc {
    display: flex;
}
.header-soc-block .header-soc .soc-item {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 33px;
    margin-right: 12px;
    text-align: center;
    width: 30px;
}
.header-soc-block .header-soc .soc-item.vk {
    background: #4a76a8;
    font-size: 18px;
}
.header-soc-block .header-soc .soc-item.insta {
    background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
    font-size: 14px;
}
.header-soc-block .header-soc .soc-item .header-search-icon:hover, .header-soc-block .header-soc .soc-item:hover {
    background: #999999;
}
.header-soc-block .header-search-block {
    display: flex;
}
.header-soc-block .header-search-block .header-search-icon {
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
}
.header-soc-block .header-search-block .header-search-block-box input {
    background: hsla(0, 0%, 100%, .149);
    border: 1px solid #000;
    font-size: 14px;
    height: 30px;
    padding: 2px 5px;
}
.header-soc-block .header-search-block .header-search-block-box input:placeholder-shown {
    color: #ddd;
}
.header_logo_wrap {
    padding-top: 52px;
    text-align: center;
}
.header_logo_wrap .header_logo {
    width: 100%;
    width: 175px;
}
.header_logo_wrap .logo_slogan {
    color: #000;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.header-right-block {
    padding-top: 13px;
    text-align: right;
}
.header-right-block .header-zero-line {
    color: #000;
    font-size: 14px;
}
.header-right-block .header-first-line {
    margin-top: 20px;
}
.header-right-block .header-first-line .header-phone {
    font-size: 24px;
    font-weight: 700;
}
.header-right-block .header-first-line .phone_block__code {
    font-weight: 400;
}
.header-right-block .header-second-line {
    margin-top: 20px;
}
.header-right-block .header-second-line .metro-text {
    align-items: center;
    color: #0252a2;
    display: flex;
    justify-content: flex-end;
}
.header-right-block .header-second-line .metro-text .ico {
    background: #0252a2;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    height: 17px;
    line-height: 17px;
    margin-right: 5px;
    text-align: center;
    width: 17px;
}
.header-right-block .header-second-line .metro-text .ico:first-child {
    background: #019ee0;
}
.bg-faded {
    background-color: initial;
}
.top_menu-block {
    margin-top: 20px;
}
.top_menu-block .navbar {
    border-bottom: 1px solid #999999;
    border-radius: 0;
    border-top: 1px solid #999999;
    padding: 0;
}
.top_menu-block .navbar-light .navbar-nav .nav-link {
    background: #0000;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: .9rem;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    width: 165px;
}
.top_menu-block .navbar-light .navbar-nav .active>.nav-link, .top_menu-block .navbar-light .navbar-nav .active>.nav-link:focus, .top_menu-block .navbar-light .navbar-nav .active>.nav-link:hover, .top_menu-block .navbar-light .navbar-nav .nav-link.active, .top_menu-block .navbar-light .navbar-nav .nav-link.active:focus, .top_menu-block .navbar-light .navbar-nav .nav-link.active:hover, .top_menu-block .navbar-light .navbar-nav .nav-link.open, .top_menu-block .navbar-light .navbar-nav .nav-link.open:focus, .top_menu-block .navbar-light .navbar-nav .nav-link.open:hover, .top_menu-block .navbar-light .navbar-nav .open>.nav-link, .top_menu-block .navbar-light .navbar-nav .open>.nav-link:focus, .top_menu-block .navbar-light .navbar-nav .open>.nav-link:hover {
    background: #0000;
    border-bottom: 2px solid gray;
    color: gray;
    padding: .94rem 1.7rem;
}
.top_menu-block .navbar-light .navbar-nav .nav-link:focus, .top_menu-block .navbar-light .navbar-nav .nav-link:hover {
    background-color: initial;
    color: gray;
}
.top_menu-block .navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
.top_menu-block .navbar-light .navbar-brand {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.top_menu-block .navbar-light .navbar-brand:focus, .top_menu-block .navbar-light .navbar-brand:hover {
    color: #eade11;
}
.top_menu-block .navbar-toggler {
    color: #fff;
}
.top_menu-block .navbar-toggler:hover {
    outline: none;
}
.top_menu-block .dropdown-menu {
    border-radius: 0;
    margin: -1px 0 0;
}
.top_menu-block .dropdown-item a {
    color: #000;
    display: block;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1rem;
    padding: 3px 20px;
}
.top_menu-block .dropdown-item a:hover {
    text-decoration: none;
}
.top_menu-block .navbar-brand {
    float: left;
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: .425rem;
    padding-top: .425rem;
}
.top_menu-block .top_menu .nav {
    display: flex;
    justify-content: space-between;
}
.top_menu-block .top_menu .navbar-toggleable-xs {
    height: 42px;
    text-align: center;
}
.top_menu-block .navbar-light .navbar-nav .open>.nav-link, .top_menu-block .navbar-light .navbar-nav .open>.nav-link:focus, .top_menu-block .navbar-light .navbar-nav .open>.nav-link:hover {
    background: #0000;
    border-bottom: none;
    color: gray;
    padding: 10px 0;
}
.sub-menu-block {
    border-bottom: 0px solid #000; /*1*/
    margin-bottom: 16px;
}
.sub-menu-block .sub-menu {
    padding: .2rem 1rem;
    text-align: center;
}
.sub-menu-block .sub-menu .nav {
    display: flex;
    justify-content: space-between;
}
.sub-menu-block .sub-menu .nav .nav-link {
    color: #000;
    font-size: 14px;
}
.home-plus-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.home-plus-list .item {
    padding: 0 20px 40px;
    text-align: center;
    width: 20%}
.home-plus-list .item .img {
    background: #fff;
    border: 2px solid #666666;
    border-radius: 50%;
    display: inline-block;
    height: 128px;
    margin-bottom: 16px;
    text-align: center;
    width: 128px;
}
.home-plus-list .item .img .icon {
    color: #000;
    display: inline-block;
    font-size: 0;
    line-height: 128px;
}
.home-plus-list .item .img .icon:before {
    font-size: 66px;
}
.home-plus-list .item .img .icon.icon-hanger2:before, .home-plus-list .item .img .icon.icon-like:before, .home-plus-list .item .img .icon.icon-metro:before {
    font-size: 50px;
}
.home-plus-list .item .img .icon.icon-needle:before {
    font-size: 60px;
}
.home-plus-list .item .title {
    color: #56004d;
    font-size: 18px;
}
.home-plus-list .item .title .s16 {
    font-size: 16px;
}
.home-grid {
    display: flex;
    margin-bottom: 50px;
}
.home-grid .item {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 20%}
.home-grid .item .img {
    display: block;
    margin-bottom: 6px;
}
.home-grid .item .img img {
    max-width: 100%}
.content ul {
    margin-left: 30px;
}
.content .breadcrumb>li+li:before {
    content: "\f101";
    font-family: fontawesome;
}
.projects_block .header {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 26px;
    margin-top: 25px;
    text-transform: uppercase;
}
.projects_block .header:before {
    content: "";
    display: inline-block;
    height: 1rem;
    margin-right: 10px;
    vertical-align: middle;
    width: 7px;
}
.owl-carousel .item span {
    Height: 60px;
    Height: 75px;
    background: #0009;
    color: #fff;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    margin-top: -60px;
    margin-top: -75px;
    padding: 5px;
    position: absolute;
    width: 100%}
.content .banner {
    display: block;
    float: left;
    margin: 10px 1%;
    text-align: center;
    width: 23%}
.content .banner .title {
    font-size: 1rem;
    font-weight: 400;
}
.content .banner img {
    max-width: 190px;
    width: 100%}
.category_featured_list {
    display: table;
}
.category_featured_item {
    float: left;
    margin: 10px 1%;
    text-align: center;
    width: 31%}
.category_featured_item_image img {
    max-width: 256px;
    width: 100%}
.category_featured_item_title {
    height: 48px;
    margin-top: 5px;
}
.category_featured_item_title a {
    font-size: 1rem;
    font-weight: 400;
}
.catalog-wrap {
    display: flex;
    margin-top: 15px;
}
.catalog-wrap .column-left {
    flex: 2;
    padding: 0 10px 0 15px;
    width: 300px;
}
.catalog-wrap .column-left .box-heading {
    background: none;
    border: 0;
    margin-bottom: 30px;
}
.catalog-wrap .column-left .category_advanced_3 .list>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.catalog-wrap .column-left .category_advanced_3 .list>ul>.cat-item>a {
    display: block;
    font-weight: 700;
    padding: 10px 0;
}
.catalog-wrap .column-left .category_advanced_3 .list>ul>.cat-item>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.catalog-wrap .column-left .category_advanced_3 .list>ul>.cat-item>ul .cat-item>a {
    display: block;
    padding: 5px;
}
.catalog-wrap .column-left .category_advanced_3 .list>ul>.cat-item>ul .cat-item>a:hover {
    background: #fef4f7;
}
.catalog-wrap .dress-list {
    flex: 10;
    padding-left: 15px;
    padding-right: 15px;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%}
.product-list .product__item {
    flex-basis: 600px;
    margin: 10px 0;
    max-width: 32%;
    text-align: center;
}
.product-list .product__item:hover {
    background: #f2f2f2;
}
.product-list .product__item .image img {
    width: 100%}
.product-list .product__item .name {
    display: table;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%}
.product-list .product__item .name span {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
}
.product-list .product__item .price {
    color: #000;
    font-weight: 700;
    padding-bottom: 5px;
}
.product-list .product__item:hover .price {
    color: red;
}
.product-list .product__item .price-old {
    color: #000;
    text-decoration: line-through;
}
.product__wrap {
    width: 100%}
.product__wrap, .product__wrap:hover {
    text-decoration: none;
}
.product_info_left {
    float: left;
    margin-right: 4%;
    width: 56%}
.product_page__image img {
    width: 100%}
.product_info_right {
    float: left;
    width: 40%}
.product_info {
    display: table;
}
.image-additional {
    display: table;
    margin-bottom: 10px;
}
.image-additional a {
    border: 1px solid #ddd;
    display: block;
    float: left;
    margin: 1%;
    width: 31%}
.image-additional .active {
    border: 1px solid #000;
}
.image-additional img {
    width: 100%}
.box-heading {
    background: #d17cb40d;
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    padding: 8px 0 5px;
    text-align: center;
    text-transform: uppercase;
}
#notification.open:before {
    background: #00000080;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
}
.price-old {
    text-decoration: line-through;
}
.product_page__cart {
    background: #000 url(/image/data/style/peg.png) 20px no-repeat;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 50px;
    margin: 10px 0;
    text-align: center;
    transition: all .2s linear;
}
.product_page__cart:hover {
    background-color: gray;
    color: #fff;
    text-decoration: none;
}
.rel_product {
    display: table;
    margin: 10px 0;
    width: 100%}
.rel_product__item {
    background: #fff;
    overflow: hidden;
    position: relative;
}
.rel_product__item .cart {
    background: #d14da3e6 url(/catalog/view/theme/uptheme/image/peg.png) 50% no-repeat;
    bottom: -50px;
    cursor: pointer;
    display: block;
    height: 45px;
    left: 1px;
    position: absolute;
    transition: all .2s linear;
    width: 100%}
.rel_product__item:hover .cart {
    bottom: 0;
}
.rel_product__wrap:hover {
    text-decoration: none;
}
#notification {
    left: 40%;
    position: absolute;
    top: 45%;
    width: 20%}
#notification>div {
    background: #fff;
    border: 1px solid #ddd;
    display: table;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
#notification .close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.checkout_product {
    display: table;
    width: 100%}
.checkout_product_item {
    float: left;
    margin: 1%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 31%}
.checkout_product_item:hover .delete:hover {
    background-color: gray;
}
.checkout_product_wrap img {
    width: 100%}
.checkout_product_item:hover .delete {
    bottom: 0;
}
.checkout_product_item .delete {
    background: #000;
    bottom: -40px;
    color: #fff;
    cursor: pointer;
    display: block;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-decoration: none;
    transition: all .2s linear;
    width: 100%}
#datepicker {
    float: left;
    font-size: 13px;
    margin-right: 2%;
    width: 68%}
#datepicker>div {
    width: 100%!important;
}
#confirm {
    background: #edfced;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 5px 10px;
}
.hours {
    float: left;
    position: relative;
    width: 30%}
.hours .title {
    margin-bottom: 5px;
}
.hours_item {
    float: left;
    margin-bottom: 5%;
    margin-right: 5%;
    text-align: center;
    width: 28%}
.hours_item input {
    display: none;
}
.hours_item label {
    background: #e8ffe5;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    width: 100%}
.hours_item .checked {
    background: #ffffd8;
}
.hours_item .busy+label {
    background: #f3e5ea;
}
.busy_tooltip {
    background: #fff;
    border: 1px solid #ddb3c2;
    display: none;
    height: 36px;
    margin-top: 11px;
    padding: 3px 7px;
    position: absolute;
    width: 200px;
}
.busy_tooltip:hover, .hours_item .busy+label:hover+.busy_tooltip {
    display: block;
}
.hours+.error {
    display: block;
    margin-bottom: 20px;
    width: 100%}
.checkout-content h2, .hours+.error {
    text-align: center;
}
.checkout-content .left {
    float: left;
    width: 50%}
.checkout-content .left table {
    width: 100%}
.checkout-content .left .error {
    font-size: 12px;
}
.checkout-content .left td:first-child {
    width: 30%}
.checkout-content .left td:last-child {
    padding-bottom: 10px;
    padding-right: 20px;
    width: 70%}
.checkout-content .right {
    float: right;
    width: 50%}
.checkout-content .right textarea {
    resize: none;
    width: 100%}
.error {
    color: red;
}
.blog-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 10px!important;
    width: 100%}
.pav-blog .image {
    float: left;
    margin-right: 10px;
}
.blog-body {
    display: flex;
}
.blog-item .image {
    float: left;
    width: 35%}
.blog-info div {
    font-size: 13px;
}
.blog-info {
    margin-bottom: 15px;
}
.blog-tags {
    margin: 10px 0;
}
.pavblog_related {
    display: table;
    width: 100%}
.pavblog_related__item {
    float: left;
    margin: 1%;
    text-align: center;
    width: 48%}
.pavblog_related__item img {
    width: 100%}
.pav-blog .image img {
    max-width: 100%}
.pluses .row {
    margin-bottom: 20px;
}
.pluses-item {
    float: left;
    margin: 1%;
    width: 48%}
.pluses-img {
    display: inline-block;
    text-align: center;
    width: 31%}
.pluses-img img {
    max-width: 81px;
    width: 100%}
.pluses-text {
    display: inline-block;
    vertical-align: middle;
    width: 66%}
#vk_comments, #vk_comments iframe {
    width: 100%!important;
}
.product_info_right .price {
    margin-bottom: 10px;
}
.price-new {
    color: red;
}
.content .desc {
    margin-top: 20px;
}
.category_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%}
.category_list_item {
    width: 20%}
.category_list_item .link {
    display: inline-block;
    margin: 0 8px 4px 0;
    text-decoration: underline;
}
.category_list_item img {
    width: 100%}
.left_block {
    padding-right: .9375rem;
}
.h2_spec {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 1.56rem .9rem;
}
.h2_spec a, .left_nav_item a {
    text-decoration: none;
}
.left_nav_item a {
    display: block;
    font-size: .875rem;
    font-weight: 700;
    padding: .81rem .9375rem;
}
.left_nav_item {
    padding: 0;
}
.level_start_0 .left_nav_item {
    padding-left: 20px;
}
.level_start_1 .left_nav_item {
    padding-left: 40px;
}
.level_start_2 .left_nav_item {
    padding-left: 60px;
}
.right-menu .header {
    background: #d17cb40d;
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
    color: #000;
    font-size: 18px;
    padding: 8px 0 5px;
    text-align: center;
    text-transform: uppercase;
}
.right-menu .header a, .right-menu .header a:hover {
    color: #000;
}
.right-menu-list {
    margin: 0;
    padding: 10px 20px;
}
.right-menu-item {
    list-style: none;
    margin-left: 3px;
    padding: 5px 0;
}
.right-menu-item .link {
    color: #7e487d;
    display: inline-block;
    font-size: 16px;
    padding-left: 10px;
}
.right-menu-item .link:hover {
    color: gray;
}
.right-menu .price {
    font-size: 14px;
}
.category_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0!important;
    padding: 0;
}
.category_main li {
    margin: 1%;
    width: 23%}
.category_main li img {
    width: 100%}
.category_main li a.first {
    display: block;
    font-size: 16px;
}
.category_advanced .category_advanced_2 .list>ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.category_advanced .category_advanced_2 .list>ul>.cat-item>a {
    color: #000;
    font-size: 22px;
}
.category_advanced .category_advanced_2 .list>ul>.cat-item>ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 24px;
    margin-left: 0;
    margin-top: 8px;
    padding: 0;
}
.category_advanced .category_advanced_2 .list>ul>.cat-item>ul>.cat-item {
    margin-bottom: 4px;
    width: 20%}
footer {
    border-top: 1px solid #000;
    margin: 30px 0 0;
    padding-top: 30px;
}
footer .header {
    color: #000;
    /*font-size: 1.1rem;*/
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
footer .list {
    margin-bottom: 20px;
}
footer .list .item {
    display: block;
    margin-top: 5px;
}
.footer-contacts, .footer-contacts .header {
    text-align: right;
}
.footer-phone {
    margin-bottom: 10px;
}
.footer-phone a {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1rem;
    font-weight: 500;
}
.footer-mail {
    margin-bottom: 10px;
}
.footer-mail a {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1rem;
    font-weight: 500;
}
.footer-mail .ico, .footer-phone .ico {
    display: inline-block;
    height: 20px;
    margin-right: 14px;
    vertical-align: middle;
    width: 22px;
}
.footer-soc .soc-item {
    /*background: #000;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 44px;
    margin: 2px;
    text-align: center;
    vertical-align: top;
    width: 40px;*/
    display: inline-block;
    background:#fff;
	border:1px solid #333333;
	box-sizing:border-box;
	color:#333333;
	height:40px;
	line-height:43px;
	text-align:center;
	width:40px;}	
.footer-contacts .soc-item .fa:hover {
	color:#ffffff;
}
.footer-contacts .footer-adress {
    color: #000;
    margin-bottom: 5px;
}
.footer-about .item, .footer-contacts a, .footer-nav-cat .item {
    color: #000;
}
.footer-soc .soc-item:hover {
    background: #333;
}
.list.col2 {
    column-count: 2;
    -webkit-column-count: 2;
}
.copy_block {
    padding: 10px 0;
}
.creator {
    display: block;
}
.creator a {
    color: #fff;
    text-decoration: underline;
}
.content-wrap img {
    max-width: 100%!important;
}
#vk_like {
    float: right;
    margin-top: 2px;
}
.category_related {
    margin: 10px 0;
    text-align: center;
}
.category_related_item {
    display: inline-block;
}
.category_related_item a {
    background: #fff;
    border-bottom: 1px solid;
    color: #000;
    display: inline-block;
    line-height: 1;
    margin: 0 10px 5px 0;
    padding: 0;
}
.category_related_item a:hover, .category_related_item.active a {
    color: #000;
}
.category_related_item img {
    display: none;
    margin-right: 5px;
    width: 28px;
}
.category_related_item div {
    display: inline-block;
}
.copy {
    color: #000;
}
h2.blog-title {
    font-weight: 500;
}
#ajax_search_results {
    top: 31px;
}
#record-fitting {
    background: #fff;
    border: 0px solid #25D366;
    border-radius: 50%;
    bottom: 20px;
    color: #25D366;
    display: inline-block;
    height: 150px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 150px;
    z-index: 3;
}
#record-fitting:before {
    animation: ripple 2.5s linear infinite;
    background-color: initial;
    border: 3px solid #25D366;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: scale(1);
    width: 100%}
#record-fitting .icon {
    display: block;
    font-size: 40px;
    padding-top: 20px;
}
#record-fitting .text {
    display: block;
    margin-top: 10px;
}
@keyframes ripple {
    0% {
    opacity: 1;
    transform: scale(1);
}
50%, to {
    opacity: 0;
    transform: scale(1.4);
}
}.search_optional_content .attributes .attribute_contaner {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.search_optional_content .attributes .f-header {
    color: #940185;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.search_optional_content .attributes .toggle .line {
    align-items: baseline;
    color: #56004d;
    display: flex;
    font-size: 14px;
    overflow: hidden;
}
.search_optional_content .attributes .toggle .line .input-block {
    line-height: 1;
}
.search_optional_content .attributes .toggle .line .input-block .input {
    left: -20px;
    position: absolute;
}
.search_optional_content .attributes .toggle .line .input-block .input:checked+.ico:after {
    color: #a50096;
    content: "\e901";
    display: inline-block;
    font-family: icomoon;
    font-size: 15px;
    line-height: 18px;
}
.search_optional_content .attributes .toggle .line .input-block .ico {
    border: 2px solid #000;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
.search_optional_content .attributes .toggle .line .attr-text {
    margin-left: 10px;
}
.column-left .ui-state-default, .column-left .ui-widget-content .ui-state-default, .column-left .ui-widget-header .ui-state-default {
    background: #000;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    color: #555;
    font-weight: 400;
    text-align: center;
}
.column-left .price-inputs {
    margin-bottom: 20px;
}
.column-left .price-inputs .price-input {
    width: 45%}
.column-left .price-inputs .dashed {
    width: 10%}
.buttons-search-block {
    margin-top: 20px;
}
.buttons-search-block .btn {
    width: 100%}
.buttons-search-block .btn.btn-link {
    color: #9c27b0;
}
.mobile-menu {
    padding-bottom: 5px;
}
.mobile-menu .logo-line {
    display: flex;
    justify-content: space-between;
    width: 100%}
.mobile-menu .logo-line .logo .header_logo {
    height: 45px;
    margin-left: 15px;
}
.mobile-menu .logo-line .phone {
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
    margin-top: 10px;
}
.mobile-menu .search-block {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%}
.mobile-menu .search-block .header-soc {
    display: flex;
    flex: 2;
}
.mobile-menu .search-block .header-soc .soc-item {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 33px;
    margin-right: 12px;
    text-align: center;
    width: 30px;
}
.mobile-menu .search-block .header-soc .soc-item.vk {
    background: #24A1DE;
    font-size: 16px;
}

.soc-itm{background:#fff;border:1px solid #ccc;box-sizing:border-box;color:#777;height:40px;line-height:43px;text-align:center;width:40px}
.soc-itm .fa{font-size:18px}
.soc-itm:hover{background:#24A1DE;border:1px solid #999999;color:#fff}

.mobile-menu .search-block .header-soc .soc-item.insta {
    background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
    font-size: 16px;
}
.mobile-menu .search-block .header-soc .soc-item .header-search-icon:hover, .mobile-menu .search-block .header-soc .soc-item:hover {
    background: #999999;
}
.mobile-menu .header-search-block {
    display: flex;
    flex: 9;
    margin-right: 15px;
}
.mobile-menu .header-search-block .header-search-block-box, .mobile-menu .header-search-block .header-search-block-box input {
    width: 100%}
.mobile-menu .header-search-block .header-search-icon {
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
}
.mobile-menu .header-search-block .header-search-block-box input {
    background: hsla(0, 0%, 100%, .149);
    border: 1px solid #000;
    font-size: 14px;
    height: 30px;
    padding: 2px 5px;
}
.mobile-menu .header-search-block .header-search-block-box input:placeholder-shown {
    color: #ddd;
}
.mobile-menu .mobile-menu {
    flex: 1;
}
.mobile-menu .mobile-menu .dropdown .btn {
    border: none;
    font-size: 20px;
    line-height: 1.5;
    padding: 0 5px;
    width: 100%}
.mobile-menu .mobile-menu .dropdown .btn:after {
    display: none;
}
.mobile-menu .mobile-menu .dropdown .dropdown-menu {
    left: auto;
    right: 0;
}
.mobile-menu .mobile-menu .dropdown .dropdown-menu .dropdown-item {
    color: #000;
}
.mobile-menu .mobile-menu .dropdown .dropdown-menu .dropdown-item.level-2 {
    padding-left: 50px;
}
.mobile-menu .mobile-menu .dropdown .dropdown-menu .dropdown-item.primerka {
    background: #000;
    color: #fff;
}
.mobile-menu .mobile-menu .dropdown .dropdown-menu .dropdown-item:hover {
    background: #ddd;
}
.s1080, .s1170, .s672, .s900, .show-filter {
    display: none;
}
.header-search-block {
    position: relative;
    white-space: normal;
}
@media only screen and (max-width:1250px) {
    .wrapper {
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>.nav-link:focus, .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open>.nav-link, .navbar-light .navbar-nav .open>.nav-link:focus, .navbar-light .navbar-nav .open>.nav-link:hover {
    padding: .94rem 1rem;
}
.navbar-light .navbar-nav .nav-link {
    padding: 1rem .6rem;
}
.sub-menu-block .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
}@media only screen and (max-width:1170px) {
    .h1170 {
    display: none;
}
.s1170 {
    display: block;
}
.header_logo {
    margin-left: -15px;
}
.category_main li {
    width: 31%}
}@media only screen and (max-width:1080px) {
    .h1080 {
    display: none;
}
.s1080 {
    display: block;
}
.category_list_item .name {
    height: 48px;
}
}@media only screen and (max-width:992px) {
    .catalog-wrap .column-left {
    display: none;
}
.catalog-wrap.open-filter .column-left {
    display: block;
}
.work-list-item {
    padding: 15px 20px;
}
.events-item .block .button {
    bottom: 10px;
    left: 41%}
.events-item {
    padding-bottom: .9375rem;
    padding-top: .9375rem;
}
footer .header, footer .list {
    text-align: center;
}
.menu-block .nav-item {
    width: 50%}
.product__item {
    margin: 1%;
    width: 31%}
.header_logo_wrap .logo_slogan {
    font-size: 22px;
}
.header-right-block .header-first-line, .header-right-block .header-second-line {
    margin-top: 10px;
}
.sub-menu-block .container, .top_menu-block .container {
    max-width: 100%}
.sub-menu-block .sub-menu {
    padding: .2rem 0;
    text-align: center;
}
.home-plus-list .item {
    width: 33%}
.show-filter {
    display: block;
}
}@media only screen and (max-width:902px) {
    .h900 {
    display: none;
}
.s900 {
    display: block;
}
.logo_slogan {
    margin-top: 0;
}
.category_main li {
    width: 48%}
.header-soc-block .header-search-block {
    display: flex;
    width: 195px;
}
.header-right-block .header-first-line .header-phone {
    font-size: 22px;
}
.header-soc-block .header-search-block .header-search-block-box input {
    width: 140px;
}
}@media only screen and (max-width:800px) {
    .checkout_product_item .delete {
    position: static;
}
}@media only screen and (max-width:768px) {
    .product-list .product__item {
    max-width: 98%}
.header-phone {
    text-align: right;
    width: 100%}
.header-phone, .header-soc-block {
    margin-right: 1rem;
}
footer .header {
    background: #000;
}
.footer-nav-cat {
    margin-top: 20px;
}
.footer-contacts {
    margin-top: 20px;
}
.footer-contacts, .footer-contacts .header {
    text-align: center;
}
.footer-soc .soc-item {
    /*background: #000;*/
    display: inline-block;
    float: none;
}
.copy_block {
    padding: 10px 0;
    text-align: center;
}
.category_featured_item, .content .banner {
    width: 48%}
.header-soc {
    display: none;
}
.logo_slogan {
    padding-left: 0;
}
#record-fitting {
    height: 50px;
    width: 50px;
}
#record-fitting .text {
    display: none;
}
#record-fitting .icon {
    display: block;
    font-size: 22px;
    padding-top: 10px;
}
.home-grid {
    flex-wrap: wrap;
}
.home-grid .item {
    width: 33%}
}@media only screen and (max-width:672px) {
    .h672 {
    display: none;
}
.s672 {
    display: block;
}
.navbar-light .navbar-nav .nav-link {
    padding: 1rem 1.6rem;
}
.list.col2 {
    column-count: 1;
    -webkit-column-count: 1;
}
.checkout_product_item {
    margin: 1%;
    width: 48%}
#datepicker {
    margin-right: 0;
    width: 100%}
.hours {
    float: left;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%}
.category_list_item {
    float: left;
    margin: 1%;
    width: 48%}
.category_main li {
    width: 98%}
}@media only screen and (max-width:544px) {
    .home-plus-list .item {
    width: 50%}
.content .banner .title {
    height: 48px;
}
.pluses-item {
    margin: 1%;
    width: 98%}
.navbar-light .navbar-nav .nav-link {
    padding: .9rem;
}
.header_logo {
    margin-left: 0;
}
.header_logo_wrap {
    margin-bottom: 1rem;
    text-align: center;
}
.header-phone, .header-soc-block {
    margin-bottom: 1rem;
    margin-right: 0;
    text-align: center;
    width: 100%}
.navbar-nav .nav-item {
    display: block;
    float: left;
    width: 100%}
.navbar-toggler {
    background: #d14da3;
    border-radius: 0;
    color: #fff;
    width: 100%}
.top_menu .collapse {
    height: auto;
}
.top_menu .nav {
    display: block;
    width: 100%}
.s544 {
    display: block!important;
}
h1 {
    text-align: center;
}
.product_info_left, .product_info_right {
    width: 100%}
.checkout-content .left {
    float: left;
    width: 100%}
.checkout-content .right {
    float: right;
    width: 100%}
.checkout-content .left td:last-child {
    padding-right: 0;
}
.product__item {
    margin: 1%;
    width: 48%}
.header-soc {
    display: inline-block;
}
.home-grid .item {
    width: 50%}
}@media only screen and (max-width:480px) {
    .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100%!important;
}
.checkout_product_item {
    margin: 1%;
    width: 98%}
.category_list_item {
    width: 98%}
.header_logo_wrap {
    margin-bottom: 0;
}
.header-soc-block {
    white-space: normal;
}
}@media only screen and (max-width:380px) {
    .header-soc {
    display: inline-block;
    vertical-align: bottom;
}
.header-soc-block {
    height: inherit;
}
.mobile-menu .logo-line .phone .img {
    display: none;
}
}@media only screen and (max-width:320px) {
    .category_featured_item, .content .banner {
    margin: 10px 0;
    width: 100%}
.product__item {
    margin: 1%;
    width: 98%}
}.ls-container {
    position: relative;
    visibility: hidden;
}
.ls-lt-container {
    position: absolute;
}
.ls-lt-container, .ls-lt-container * {
    direction: ltr!important;
    text-align: left!important;
}
.ls-container-fullscreen {
    background: #000!important;
    border: none!important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    margin: 0 auto!important;
    padding: 2%!important;
}
.ls-container-fullscreen .ls-fullscreen, .ls-container-fullscreen .ls-shadow, .ls-container-fullscreen .ls-thumbnail-wrapper {
    display: none!important;
}
.ls-inner {
    background-position: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.ls-loading-container {
    display: none;
    left: 50%!important;
    position: absolute!important;
    top: 50%!important;
    z-index: 3!important;
}
.ls-loading-indicator {
    margin: 0 auto;
}
.ls-inner, .ls-slide {
    height: 100%;
    width: 100%}
.ls-layer, .ls-slide {
    background-position: 50%;
    display: none;
    overflow: hidden;
    position: absolute;
}
.ls-active, .ls-animating {
    display: block!important;
}
.ls-slide>* {
    left: 0;
    line-height: normal;
    margin: 0;
    position: absolute;
    top: 0;
}
.ls-slide .ls-bg {
    left: 0;
    top: 0;
    transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
}
.ls-yourlogo {
    position: absolute;
    z-index: 99;
}
.ls-bar-timer {
    background: #fff;
    border-bottom: 2px solid #555;
    filter: alpha(opacity=55);
    height: 2px;
    opacity: .55;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 4;
}
.ls-circle-timer {
    display: none;
    filter: alpha(opacity=65);
    height: 16px;
    opacity: .65;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    z-index: 4;
}
.ls-ct-half {
    background: #fff;
}
.ls-ct-center {
    background: #444;
}
.ls-ct-left, .ls-ct-right {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 50%}
.ls-ct-rotate {
    height: 100%;
    position: absolute;
    top: 0;
    width: 200%}
.ls-ct-left .ls-ct-rotate, .ls-ct-right .ls-ct-half, .ls-ct-right .ls-ct-hider {
    left: 0;
}
.ls-ct-left .ls-ct-half, .ls-ct-left .ls-ct-hider, .ls-ct-right .ls-ct-rotate {
    right: 0;
}
.ls-ct-half, .ls-ct-hider {
    position: absolute;
    top: 0;
}
.ls-ct-hider {
    height: 100%;
    overflow: hidden;
    width: 50%}
.ls-ct-half {
    height: 100%;
    width: 200%}
.ls-ct-center {
    height: 50%;
    left: 25%;
    position: absolute;
    top: 25%;
    width: 50%}
.ls-ct-center, .ls-ct-half {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
.ls-bottom-nav-wrapper {
    height: 0;
}
.ls-bottom-slidebuttons {
    text-align: left;
}
.ls-below-thumbnails, .ls-bottom-nav-wrapper {
    height: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 2;
}
.ls-below-thumbnails {
    display: none;
    z-index: 6;
}
.ls-bottom-nav-wrapper a, .ls-nav-next, .ls-nav-prev {
    outline: none;
}
* .ls-bottom-nav-wrapper *, * .ls-bottom-nav-wrapper span * {
    direction: ltr!important;
}
.ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000;
}
.ls-bottom-slidebuttons, .ls-nav-sides, .ls-nav-start, .ls-nav-stop {
    position: relative;
}
.ls-nothumb {
    text-align: center!important;
}
.ls-link {
    height: 100%!important;
    left: 0!important;
    position: absolute;
    top: 0!important;
    width: 100%!important;
}
.ls-videopreview, .ls-vpcontainer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.ls-playvideo, .ls-videopreview {
    cursor: pointer;
}
.ls-playvideo {
    left: 50%;
    position: absolute;
    top: 50%}
.ls-tn {
    display: none!important;
}
.ls-thumbnail-hover {
    display: none;
    left: 0;
    position: absolute;
}
.ls-thumbnail-hover-inner {
    display: none;
}
.ls-thumbnail-hover-bg, .ls-thumbnail-hover-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.ls-thumbnail-hover-img {
    overflow: hidden;
    position: absolute;
}
.ls-thumbnail-hover img {
    display: inline-block;
    left: 50%;
    max-width: none!important;
    position: absolute;
    top: 0;
    visibility: visible!important;
}
.ls-thumbnail-hover span {
    border-bottom-color: #0000!important;
    border-left-color: #0000!important;
    border-right-color: #0000!important;
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 0;
}
.ls-thumbnail-wrapper {
    width: 100%;
    z-index: 4;
}
.ls-thumbnail, .ls-thumbnail-wrapper {
    margin: 0 auto;
    position: relative;
}
.ls-thumbnail-inner, .ls-thumbnail-slide-container {
    width: 100%}
.ls-thumbnail-slide-container {
    overflow: hidden!important;
    position: relative;
}
.ls-touchscroll {
    overflow-x: auto!important;
}
.ls-thumbnail-slide {
    float: left;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.ls-thumbnail-slide a {
    display: inline-block;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 0;
}
.ls-thumbnail-slide img {
    height: 100%;
    max-height: 100%!important;
    max-width: none!important;
    visibility: visible!important;
}
.ls-shadow {
    display: none;
    left: 0;
    overflow: hidden!important;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.ls-shadow img {
    bottom: 0!important;
    height: auto!important;
    left: 0!important;
    position: absolute!important;
    width: 100%!important;
}
.ls-bottom-nav-wrapper, .ls-nav-next, .ls-nav-prev, .ls-thumbnail-wrapper {
    visibility: hidden;
}
.ls-wp-fullwidth-container {
    position: relative;
    width: 100%}
.ls-wp-fullwidth-helper {
    position: absolute;
}
.ls-overflow-hidden {
    overflow: hidden;
}
.ls-lt-tile {
    float: left;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    position: relative;
}
.ls-lt-tile img {
    display: inline-block;
    visibility: visible;
}
.ls-curtiles {
    overflow: hidden;
}
.ls-curtiles, .ls-nexttiles {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.ls-curtile, .ls-nexttile {
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%!important;
    overflow: hidden;
    position: absolute;
    width: 100%!important;
}
.ls-curtile {
    left: 0;
    top: 0;
}
.ls-curtile img, .ls-nexttile img {
    filter: inherit;
    position: absolute;
}
.ls-3d-container {
    overflow: visible!important;
    position: relative;
}
.ls-3d-box {
    left: 50%;
    position: absolute;
    top: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.ls-3d-box div {
    background: #777;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.ls-fullscreen {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 10;
}
#ls-global * .ls-bottom-nav-wrapper a, #ls-global * .ls-container .ls-fullscreen, #ls-global * .ls-container img, #ls-global * .ls-nav-next, #ls-global * .ls-nav-prev, #ls-global * .ls-thumbnail a, body * .ls-bottom-nav-wrapper a, body * .ls-container .ls-fullscreen, body * .ls-container img, body * .ls-nav-next, body * .ls-nav-prev, body * .ls-thumbnail a, html * .ls-bottom-nav-wrapper a, html * .ls-container .ls-fullscreen, html * .ls-container img, html * .ls-nav-next, html * .ls-nav-prev, html * .ls-thumbnail a {
    border: 0;
    line-height: normal;
    outline: none;
    padding: 0;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
#ls-global * .ls-slide>*, #ls-global * .ls-slide>a, #ls-global * .ls-slide>div, #ls-global * .ls-slide>h1, #ls-global * .ls-slide>h2, #ls-global * .ls-slide>h3, #ls-global * .ls-slide>h4, #ls-global * .ls-slide>h5, #ls-global * .ls-slide>p, #ls-global * .ls-slide>span, body * .ls-slide>*, body * .ls-slide>a, body * .ls-slide>div, body * .ls-slide>h1, body * .ls-slide>h2, body * .ls-slide>h3, body * .ls-slide>h4, body * .ls-slide>h5, body * .ls-slide>p, body * .ls-slide>span, html * .ls-slide>*, html * .ls-slide>a, html * .ls-slide>div, html * .ls-slide>h1, html * .ls-slide>h2, html * .ls-slide>h3, html * .ls-slide>h4, html * .ls-slide>h5, html * .ls-slide>p, html * .ls-slide>span {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
#ls-global * .ls-slide>*, body * .ls-slide>*, html * .ls-slide>* {
    margin: 0;
}
#ls-global * .ls-container img, body * .ls-container img, html * .ls-container img {
    background: none!important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: none!important;
    min-width: 0!important;
    padding: 0;
}
#ls-global * .ls-wp-container .ls-slide>*, body * .ls-wp-container .ls-slide>*, html * .ls-wp-container .ls-slide>* {
    border: 0;
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 0;
}
#ls-global * .ls-wp-container .ls-slide>a>*, body * .ls-wp-container .ls-slide>a>*, html * .ls-wp-container .ls-slide>a>* {
    margin: 0;
}
#ls-global * .ls-wp-container .ls-slide>a, body * .ls-wp-container .ls-slide>a, html * .ls-wp-container .ls-slide>a {
    text-decoration: none;
}
.ls-container, .ls-container *, .ls-wp-fullwidth-container, .ls-wp-fullwidth-helper {
    box-sizing: initial!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
}
#ls-global * .ls-yourlogo, body * .ls-yourlogo, html * .ls-yourlogo {
    margin: 0;
}
#ls-global * .ls-tn, body * .ls-tn, html * .ls-tn {
    display: none;
}
.site {
    overflow: visible!important;
}
.ls-debug-console * {
    -webkit-font-smoothing: antialiased!important;
    border: 0!important;
    color: #fff!important;
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica, Arial, sans-serif!important;
    font-style: normal!important;
    line-height: normal!important;
    margin: 0!important;
    padding: 0!important;
    text-align: left!important;
    text-shadow: none!important;
}
.ls-debug-console h1 {
    font-size: 17px!important;
    font-weight: 700!important;
    padding-top: 10px!important;
}
.ls-debug-console h1:first-child {
    padding-top: 0!important;
}
.ls-debug-console ul {
    list-style: none!important;
    padding-top: 10px!important;
}
.ls-debug-console li {
    font-size: 13px!important;
    font-weight: 400!important;
    margin-left: 10px!important;
    position: relative!important;
}
#ls-global * .ls-debug-console li ul, body * .ls-debug-console li ul, html * .ls-debug-console li ul {
    display: none;
    left: -10px;
    width: 260px;
}
.ls-debug-console li ul {
    background: #fff!important;
    border-radius: 10px!important;
    bottom: 100%!important;
    box-shadow: 0 0 20px #000!important;
    padding: 10px 10px 10px 0!important;
    position: absolute!important;
}
#ls-global * .ls-debug-console li:hover ul, body * .ls-debug-console li:hover ul, html * .ls-debug-console li:hover ul {
    display: block;
}
.ls-debug-console li ul * {
    color: #000!important;
}
.ls-debug-console a {
    border-bottom: 1px dotted #fff!important;
    text-decoration: none!important;
}
.ls-error {
    background: #fff!important;
    border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -wenkit-border-radius: 5px!important;
    box-shadow: 0 2px 20px -5px #000;
    color: #fff!important;
    height: auto!important;
    padding: 20px 40px 30px 80px!important;
    position: relative!important;
    width: auto!important;
}
.ls-error p {
    border: 0!important;
    font-family: Arial, sans-serif!important;
    line-height: normal!important;
    margin: 0!important;
    padding: 0!important;
    text-align: justify!important;
    text-shadow: none!important;
}
.ls-error .ls-error-title {
    color: red!important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 40px!important;
}
.ls-error .ls-error-text {
    color: #555!important;
    font-size: 13px!important;
    font-weight: 400!important;
}
.ls-error .ls-exclam {
    background: red!important;
    border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    -webkit-border-radius: 50px!important;
    color: #fff!important;
    font-size: 30px!important;
    font-weight: 700!important;
    height: 40px!important;
    left: 20px!important;
    line-height: 40px!important;
    position: absolute!important;
    text-align: center!important;
    top: 20px!important;
    width: 40px!important;
}
#ls-global * .ls-container .ls-3d-container, #ls-global * .ls-container .ls-bottom-nav-wrapper, #ls-global * .ls-container .ls-fullscreen, #ls-global * .ls-container .ls-lt-container, #ls-global * .ls-container .ls-lt-container *, #ls-global * .ls-container .ls-shadow, #ls-global * .ls-container .ls-slide>*, #ls-global * .ls-container .ls-thumbnail-wrapper, .ls-gpuhack, body * .ls-container .ls-3d-container, body * .ls-container .ls-bottom-nav-wrapper, body * .ls-container .ls-fullscreen, body * .ls-container .ls-lt-container, body * .ls-container .ls-lt-container *, body * .ls-container .ls-shadow, body * .ls-container .ls-slide>*, body * .ls-container .ls-thumbnail-wrapper, html * .ls-container .ls-3d-container, html * .ls-container .ls-bottom-nav-wrapper, html * .ls-container .ls-fullscreen, html * .ls-container .ls-lt-container, html * .ls-container .ls-lt-container *, html * .ls-container .ls-shadow, html * .ls-container .ls-slide>*, html * .ls-container .ls-thumbnail-wrapper {
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.ls-videohack {
    transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    transform-origin: none!important;
    -o-transform-origin: none!important;
    -ms-transform-origin: none!important;
    -moz-transform-origin: none!important;
    -webkit-transform-origin: none!important;
}
.ls-oldiepnghack {
    filter: none!important;
}
.ls-gpuhack {
    height: 100%!important;
    left: 0!important;
    top: 0!important;
    width: 100%!important;
}
#ls-global * .ls-container .ls-webkit-hack, body * .ls-container .ls-webkit-hack, html * .ls-container .ls-webkit-hack {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media (-moz-transform-3d), (-ms-transform-3d), (-o-transform-3d), (-webkit-transform-3d), (transform-3d) {
    #ls-test3d {
    height: 3px;
    left: 9px;
    position: absolute;
}
}.ls-forcehide {
    display: none!important;
}
.f-header, .search_optional_content .attributes .toggle .line, .show_all {
    cursor: pointer;
}
.show_all {
    border-bottom: 1px dashed;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
}
#confirm {
    background: #000;
}
.product-list {
    justify-content: normal;
}
.product-list .product__item {
    margin: 10px 1%;
    max-width: 31%}
.rel_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rel_product__item {
    float: none;
    margin: 0;
    text-align: center;
    width: 16%}
.right-menu .rel_product__item {
    margin-bottom: 10px;
    width: 48%}
.rel_product__item .cart {
    display: none;
}
@media only screen and (max-width:768px) {
    footer .header {
    background: none;
}
.category_advanced .category_advanced_2 .list>ul>.cat-item>ul>.cat-item {
    width: 33%}
.product-list .product__item {
    max-width: 98%}
.rel_product {
    display: flex;
    flex-wrap: wrap;
}
.rel_product__item {
    width: 48%}
}@media only screen and (max-width:425px) {
    .home-plus-list .item .img {
    height: 100px;
    width: 100px;
}
.home-plus-list .item .img .icon {
    line-height: 98px;
}
.home-plus-list .item .img .icon:before {
    font-size: 40px!important;
}
.home-plus-list .item .title {
    font-size: 14px;
}
.category_advanced .category_advanced_2 .list>ul>.cat-item>ul>.cat-item {
    width: 50%}
}.product_info_left {
    width: 45%!important;
}
.product_info_right {
    width: 51%!important;
}
.image-additional a {
    width: 23%!important;
}
@media only screen and (max-width:544px) {
    .product_info_left, .product_info_right {
    width: 100%!important;
}
}.p-checkout__confirm {
    margin-top: 20px;
}
.pop-up {
    display: none;
}
.pop-up__title {
    margin-bottom: 20px;
    text-align: center;
}
.pop-up__button {
    margin-top: 20px;
    text-align: center;
}
.pop-up__field {
    display: flex;
}
.pop-up input {
    margin: 5px;
}
@media (max-width:505px) {
    .pop-up__field {
    display: block;
}
.pop-up input {
    width: 100%}
}.gift {
    background: #0000;
    border-radius: 50%;
    bottom: 185px;
    cursor: pointer;
    height: 95px;
    position: fixed;
    right: 47.5px;
    text-align: center;
    width: 95px;
    z-index: 3;
}
.gift__back, .gift__front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    transition: transform .6s linear;
    width: 100%}
.gift__back, .gift__front {
    align-items: center;
    display: flex;
    justify-content: center;
}
.gift__front {
    transform: perspective(1000px) rotateY(0deg);
}
.gift__back {
    background-color: #f1f1f1;
    transform: perspective(1000px) rotateY(180deg);
}
.gift__img {
    height: auto;
    object-fit: contain;
    width: 100px;
}
.gift__text {
    font-size: 15px;
    line-height: 1.2;
}
@media (max-width:768px) {
    .gift {
    bottom: 80px;
    height: 50px;
    right: 20px;
    width: 50px;
}
.gift__img {
    height: auto;
    width: 50px;
}
.gift__text {
    font-size: 8px;
    line-height: 1;
}
}.gift:hover>.gift__front {
    transform: perspective(1000px) rotateY(-180deg);
}
.gift:hover>.gift__back {
    color: #000;
    transform: perspective(1000px) rotateY(0deg);
}
.product_page__buttons {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
}
.product_page__cart {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    margin: 5px 0;
    width: 48%}
@media (max-width:1000px) {
    .product_page__buttons {
    display: block;
}
.product_page__cart {
    width: 100%}
}.product-select {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    height: 40px;
    margin: 5px 0;
    text-align: center;
    width: 48%}
@media (max-width:1000px) {
    .product-select {
    width: 100%}
}.product-select:hover {
    background-color: gray;
}
.product-select option {
    background-color: #fff;
    color: #000;
}
.product-select option:hover {
    background-color: #000;
    color: #fff;
}
.option-form {
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
}
.option-form__block {
    width: 100%}
.option-form .option-title {
    font-size: 16px;
    margin: 0;
    text-align: center;
    width: 48%}
@media (max-width:1000px) {
    .option-form {
    display: block;
}
.option-form .option-title {
    width: 100%}
} @media (min-width:768px) {
    .text1 {
    font-size: 23pt;
}
.text2 {
    font-size: 32pt;
}
.text3 {
    font-size: 100px;
}
}

    
.present  {
    
  background-color:  #222;
    
}
.plate  {
    
  width:  350px;
    
  margin:  1px auto;
    
}
.shadow  {
    
  color:  #fff;
    
  font-family:  Arvo;
    
  font-weight:  bold;
    
  text-shadow: 
    -3px -3px 0 #222, 
    3px -3px 0 #222, 
    -3px 3px 0 #222, 
    3px 3px 0 #222, 
    4px 4px 0 #fff, 
    5px 5px 0 #fff, 
    6px 6px 0 #fff, 
    7px 7px 0 #fff;
    
  line-height:  0.8em;
    
  letter-spacing:  0.1em;
    
  transform:  scaleY(0.7);
    
  -webkit-transform:  scaleY(0.7);
    
  -moz-transform:  scaleY(0.7);
    
  margin: 0;
    
  text-align:  center;
    
}
.script  {
    
  font-family:  "Seaweed Script";
    
  color:  #fff;
    
  text-align:  center;
    
  font-size:  1.6em;
    
  position:  relative;
    
  margin: 2% 0;
    
}
.script span  {
    
  background-color:  #222;
    
  padding:  0 0.3em;
    
}
.script:before  {
    
  content: "";
    
  display:  block;
    
  position:  absolute;
    
  z-index: -1;
    
  top:  50%;
    
  width:  100%;
    
  border-bottom:  3px solid #fff;
    
}
.text1  {
    
  font-size:  23pt;
    
}
.text2  {
    
  font-size:  32pt;
    
}
.text3  {
    
  font-size:  100px;
    
}
@media (min-width: 768px) {
    .text1  {
    font-size:  23pt;
}
.text2  {
    font-size:  32pt;
}
.text3  {
    font-size:  100px;
}
}


.home-demo .item  {
    
    background:  #ff3f4d;
    
}
.home-demo h2  {
    
    color:  #FFF;
    
    text-align:  center;
    
    padding:  5rem 0;
    
    margin:  0;
    
    font-style:  italic;
    
    font-weight:  300;
    
}
.f-linc {
	color:#666666;   	
}
.f-linc:hover {
	color:#000;   	
}