/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    margin: 0
}
img {
    max-width: 100%;
    width: auto;
    height: auto
}
a {
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover {
    color: cyan
}
.center {
    text-align: center
}
.justify {
    text-align: justify
}
.left {
    text-align: left
}
.right {
    text-align: right
}
.flex-center-start,
.flex-center-end,
.flex-start,
.flex-end,
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}
.flex-start {
    align-items: flex-start
}
.flex-end {
    align-items: flex-end
}
.flex-center-start {
    justify-content: center;
    align-items: flex-start
}
.flex-center-end {
    justify-content: center;
    align-items: flex-end
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href)")"
    }
    abbr[title]:after {
        content: " (" attr(title)")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    overflow-x: auto;
}
body {
    font-size: 16px;
    line-height: 1.625;
    color: #555;
    background-color: #fff
}
input,
button,
select,
textarea {
    font-size: inherit;
    line-height: inherit
}
a {
    color: #8a0033;
    text-decoration: none
}

figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.625;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 26px;
    margin-bottom: 26px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role="button"] {
    cursor: pointer
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 26px;
    margin-bottom: 13px
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 13px;
    margin-bottom: 13px
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}
h1,
.h1 {
    font-size: 41px
}
h2,
.h2 {
    font-size: 34px
}
h3,
.h3 {
    font-size: 28px
}
h4,
.h4 {
    font-size: 20px
}
h5,
.h5 {
    font-size: 16px
}
h6,
.h6 {
    font-size: 14px
}
p {
    margin: 0 0 13px
}
.lead {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}
small,
.small {
    font-size: 87%
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase,
.initialism {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #8a0033
}
a.text-primary:hover,
a.text-primary:focus {
    color: #cc511d
}
.text-success {
    color: #3c763d
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover,
a.text-info:focus {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}
.bg-primary {
    color: #fff
}
.bg-primary {
    background-color: #8a0033
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #cc511d
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 12px;
    margin: 52px 0 26px;
    border-bottom: 1px solid #eee
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 13px
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}
.list-unstyled,
.widget-list-ul ul,
.widget ul,
.widget.widget_nav_menu ul,
#header #menu>ul>li .sub-menu,
#navigation ul {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 26px
}
dt,
dd {
    line-height: 1.625
}
dt {
    font-weight: bold
}
dd {
    margin-left: 0
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}
.dl-horizontal dd:after {
    clear: both
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%
}
blockquote {
    padding: 13px 26px;
    margin: 0 0 26px;
    font-size: 20px;
    border-left: 5px solid #eee
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.625;
    color: #777
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right,
#header blockquote.btn-trigger,
#header blockquote.btn-search {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
#header blockquote.btn-trigger footer:before,
#header blockquote.btn-search footer:before,
blockquote.pull-right small:before,
#header blockquote.btn-trigger small:before,
#header blockquote.btn-search small:before,
blockquote.pull-right .small:before,
#header blockquote.btn-trigger .small:before,
#header blockquote.btn-search .small:before {
    content: ''
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
#header blockquote.btn-trigger footer:after,
#header blockquote.btn-search footer:after,
blockquote.pull-right small:after,
#header blockquote.btn-trigger small:after,
#header blockquote.btn-search small:after,
blockquote.pull-right .small:after,
#header blockquote.btn-trigger .small:after,
#header blockquote.btn-search .small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 26px;
    font-style: normal;
    line-height: 1.625
}
code,
kbd,
pre,
samp {
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}
pre {
    display: block;
    padding: 12.5px;
    margin: 0 0 13px;
    font-size: 15px;
    line-height: 1.625;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-1 {
    width: 8.33333%
}
.col-xs-2 {
    width: 16.66667%
}
.col-xs-3 {
    width: 25%
}
.col-xs-4 {
    width: 33.33333%
}
.col-xs-5 {
    width: 41.66667%
}
.col-xs-6 {
    width: 50%
}
.col-xs-7 {
    width: 58.33333%
}
.col-xs-8 {
    width: 66.66667%
}
.col-xs-9 {
    width: 75%
}
.col-xs-10 {
    width: 83.33333%
}
.col-xs-11 {
    width: 91.66667%
}
.col-xs-12 {
    width: 100%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-pull-1 {
    right: 8.33333%
}
.col-xs-pull-2 {
    right: 16.66667%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-4 {
    right: 33.33333%
}
.col-xs-pull-5 {
    right: 41.66667%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-7 {
    right: 58.33333%
}
.col-xs-pull-8 {
    right: 66.66667%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-10 {
    right: 83.33333%
}
.col-xs-pull-11 {
    right: 91.66667%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-push-1 {
    left: 8.33333%
}
.col-xs-push-2 {
    left: 16.66667%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-4 {
    left: 33.33333%
}
.col-xs-push-5 {
    left: 41.66667%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-7 {
    left: 58.33333%
}
.col-xs-push-8 {
    left: 66.66667%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-10 {
    left: 83.33333%
}
.col-xs-push-11 {
    left: 91.66667%
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-offset-0 {
    margin-left: 0%
}
.col-xs-offset-1 {
    margin-left: 8.33333%
}
.col-xs-offset-2 {
    margin-left: 16.66667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.33333%
}
.col-xs-offset-5 {
    margin-left: 41.66667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.33333%
}
.col-xs-offset-8 {
    margin-left: 66.66667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.33333%
}
.col-xs-offset-11 {
    margin-left: 91.66667%
}
.col-xs-offset-12 {
    margin-left: 100%
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 39.66667%
    }
    .col-sm-6 {
        width: 48%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 26px
}
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.625;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}
.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}
.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}
.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}
.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}
.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 19.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"] {
    display: block
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.625;
    color: #555
}
.form-control,
.select select,
.search-form .search-field {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.625;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.form-control:focus,
.select select:focus,
.search-form .search-field:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder,
.select select::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
    color: #999
}
.form-control[disabled],
.select select[disabled],
.search-form[disabled].search-field,
.form-control[readonly],
.select select[readonly],
.search-form[readonly].search-field,
fieldset[disabled] .form-control,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .search-form .search-field,
.search-form fieldset[disabled] .search-field {
    background-color: #eee;
    opacity: 1
}
.form-control[disabled],
.select select[disabled],
.search-form[disabled].search-field,
fieldset[disabled] .form-control,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .search-form .search-field,
.search-form fieldset[disabled] .search-field {
    cursor: not-allowed
}
textarea.form-control,
.search-form textarea.search-field {
    height: auto
}
input[type="search"] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    .search-form input[type="date"].search-field,
    input[type="time"].form-control,
    .search-form input[type="time"].search-field,
    input[type="datetime-local"].form-control,
    .search-form input[type="datetime-local"].search-field,
    input[type="month"].form-control,
    .search-form input[type="month"].search-field {
        line-height: 40px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .search-form .input-group-sm>input[type="date"].search-field,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .search-form .input-group-sm>input[type="time"].search-field,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .search-form .input-group-sm>input[type="datetime-local"].search-field,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .search-form .input-group-sm>input[type="month"].search-field,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 33px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .search-form .input-group-lg>input[type="date"].search-field,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .search-form .input-group-lg>input[type="time"].search-field,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .search-form .input-group-lg>input[type="datetime-local"].search-field,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .search-form .input-group-lg>input[type="month"].search-field,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 49px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 26px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 42px
}
.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.select .input-group-lg>select.form-control-static,
.search-form .input-group-lg>.form-control-static.search-field,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.select .input-group-sm>select.form-control-static,
.search-form .input-group-sm>.form-control-static.search-field,
.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
}
.input-sm,
.input-group-sm>.form-control,
.select .input-group-sm>select,
.search-form .input-group-sm>.search-field,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm,
.input-group-sm>select.form-control,
.select .input-group-sm>select,
.search-form .input-group-sm>select.search-field,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 33px;
    line-height: 33px
}
textarea.input-sm,
.input-group-sm>textarea.form-control,
.search-form .input-group-sm>textarea.search-field,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.select .input-group-sm>select[multiple],
.search-form .input-group-sm>select[multiple].search-field,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}
.form-group-sm .form-control,
.form-group-sm .select select,
.select .form-group-sm select,
.form-group-sm .search-form .search-field,
.search-form .form-group-sm .search-field {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control,
.form-group-sm .select select,
.select .form-group-sm select,
.form-group-sm .search-form select.search-field,
.search-form .form-group-sm select.search-field {
    height: 33px;
    line-height: 33px
}
.form-group-sm textarea.form-control,
.form-group-sm .search-form textarea.search-field,
.search-form .form-group-sm textarea.search-field,
.form-group-sm select[multiple].form-control,
.form-group-sm .select select[multiple],
.select .form-group-sm select[multiple],
.form-group-sm .search-form select[multiple].search-field,
.search-form .form-group-sm select[multiple].search-field {
    height: auto
}
.form-group-sm .form-control-static {
    height: 33px;
    min-height: 40px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}
.input-lg,
.input-group-lg>.form-control,
.select .input-group-lg>select,
.search-form .input-group-lg>.search-field,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}
select.input-lg,
.input-group-lg>select.form-control,
.select .input-group-lg>select,
.search-form .input-group-lg>select.search-field,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 49px;
    line-height: 49px
}
textarea.input-lg,
.input-group-lg>textarea.form-control,
.search-form .input-group-lg>textarea.search-field,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.select .input-group-lg>select[multiple],
.search-form .input-group-lg>select[multiple].search-field,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}
.form-group-lg .form-control,
.form-group-lg .select select,
.select .form-group-lg select,
.form-group-lg .search-form .search-field,
.search-form .form-group-lg .search-field {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}
.form-group-lg select.form-control,
.form-group-lg .select select,
.select .form-group-lg select,
.form-group-lg .search-form select.search-field,
.search-form .form-group-lg select.search-field {
    height: 49px;
    line-height: 49px
}
.form-group-lg textarea.form-control,
.form-group-lg .search-form textarea.search-field,
.search-form .form-group-lg textarea.search-field,
.form-group-lg select[multiple].form-control,
.form-group-lg .select select[multiple],
.select .form-group-lg select[multiple],
.form-group-lg .search-form select[multiple].search-field,
.search-form .form-group-lg select[multiple].search-field {
    height: auto
}
.form-group-lg .form-control-static {
    height: 49px;
    min-height: 46px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control,
.has-feedback .select select,
.select .has-feedback select,
.has-feedback .search-form .search-field,
.search-form .has-feedback .search-field {
    padding-right: 50px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none
}
.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.select .input-group-lg>select+.form-control-feedback,
.search-form .input-group-lg>.search-field+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback,
.form-group-lg .select select+.form-control-feedback,
.select .form-group-lg select+.form-control-feedback,
.form-group-lg .search-form .search-field+.form-control-feedback,
.search-form .form-group-lg .search-field+.form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}
.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.select .input-group-sm>select+.form-control-feedback,
.search-form .input-group-sm>.search-field+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback,
.form-group-sm .select select+.form-control-feedback,
.select .form-group-sm select+.form-control-feedback,
.form-group-sm .search-form .search-field+.form-control-feedback,
.search-form .form-group-sm .search-field+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}
.has-success .form-control,
.has-success .select select,
.select .has-success select,
.has-success .search-form .search-field,
.search-form .has-success .search-field {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus,
.has-success .select select:focus,
.select .has-success select:focus,
.has-success .search-form .search-field:focus,
.search-form .has-success .search-field:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}
.has-warning .form-control,
.has-warning .select select,
.select .has-warning select,
.has-warning .search-form .search-field,
.search-form .has-warning .search-field {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus,
.has-warning .select select:focus,
.select .has-warning select:focus,
.has-warning .search-form .search-field:focus,
.search-form .has-warning .search-field:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}
.has-error .form-control,
.has-error .select select,
.select .has-error select,
.has-error .search-form .search-field,
.search-form .has-error .search-field {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus,
.has-error .select select:focus,
.select .has-error select:focus,
.has-error .search-form .search-field:focus,
.search-form .has-error .search-field:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 31px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959595
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control,
    .form-inline .select select,
    .select .form-inline select,
    .form-inline .search-form .search-field,
    .search-form .form-inline .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .select select,
    .select .form-inline .input-group select,
    .form-inline .input-group .search-form .search-field,
    .search-form .form-inline .input-group .search-field {
        width: auto
    }
    .form-inline .input-group>.form-control,
    .form-inline .select .input-group>select,
    .select .form-inline .input-group>select,
    .form-inline .search-form .input-group>.search-field,
    .search-form .form-inline .input-group>.search-field {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 33px
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    clear: both
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
        font-size: 20px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.625;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #8a0033;
    border-color: #e05b23
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #cc511d;
    border-color: #732e10
}
.btn-primary:hover {
    color: #fff;
    background-color: #cc511d;
    border-color: #ad4518
}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc511d;
    border-color: #ad4518
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #ad4518;
    border-color: #732e10
}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #8a0033;
    border-color: #e05b23
}
.btn-primary .badge {
    color: #8a0033;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    color: #8a0033;
    font-weight: normal;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    color: #b6491a;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}
.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.input-group .form-control,
.input-group .select select,
.select .input-group select,
.input-group .search-form .search-field,
.search-form .input-group .search-field {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .select select,
.select .input-group select,
.input-group .search-form .search-field,
.search-form .input-group .search-field {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .select select:not(:first-child):not(:last-child),
.select .input-group select:not(:first-child):not(:last-child),
.input-group .search-form .search-field:not(:first-child):not(:last-child),
.search-form .input-group .search-field:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm,
.select .input-group-sm>select.input-group-addon,
.search-form .input-group-sm>.input-group-addon.search-field,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}
.input-group-addon.input-lg,
.select .input-group-lg>select.input-group-addon,
.search-form .input-group-lg>.input-group-addon.search-field,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group .select select:first-child,
.select .input-group select:first-child,
.input-group .search-form .search-field:first-child,
.search-form .input-group .search-field:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-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 .select select:last-child,
.select .input-group select:last-child,
.input-group .search-form .search-field:last-child,
.search-form .input-group .search-field:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav:before,
.nav:after {
    content: " ";
    display: table
}
.nav:after {
    clear: both
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #8a0033
}
.nav .nav-divider {
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.625;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #8a0033
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}
.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar {
    position: relative;
    min-height: 56px;
    margin-bottom: 26px;
    border: 1px solid transparent
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table
}
.navbar:after {
    clear: both
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}
.navbar-header:after {
    clear: both
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    overflow-x: visible;
 /*   padding-right: 15px;
    padding-left: 15px;*/
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}
.navbar-collapse:after {
    clear: both
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}
.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 20px;
    line-height: 26px;
    height: 56px
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 11px;
    margin-bottom: 11px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 26px
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 26px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control,
    .navbar-form .select select,
    .select .navbar-form select,
    .navbar-form .search-form .search-field,
    .search-form .navbar-form .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .select select,
    .select .navbar-form .input-group select,
    .navbar-form .input-group .search-form .search-field,
    .search-form .navbar-form .input-group .search-field {
        width: auto
    }
    .navbar-form .input-group>.form-control,
    .navbar-form .select .input-group>select,
    .select .navbar-form .input-group>select,
    .navbar-form .search-form .input-group>.search-field,
    .search-form .navbar-form .input-group>.search-field {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm {
    margin-top: 11.5px;
    margin-bottom: 11.5px
}
.navbar-btn.btn-xs {
    margin-top: 17px;
    margin-bottom: 17px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #fff;
    border-color: #eee
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #555
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #eee
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eee
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #eee;
    color: #555
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #eee
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}
.alert {
    padding: 15px;
    margin-bottom: 26px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: bold
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden
}
.media-body {
    width: 10000px
}
.media-object {
    display: block
}
.media-object.img-thumbnail {
    max-width: none
}
.media-right,
.media>.pull-right,
#header .media>.btn-trigger,
#header .media>.btn-search {
    padding-left: 10px
}
.media-left,
.media>.pull-left,
#header .media>.logo {
    padding-right: 10px
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item,
button.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}
button.list-group-item {
    width: 100%;
    text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #8a0033;
    border-color: #8a0033
}
.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: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,
.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 {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #fcf1ec
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
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:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
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:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
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:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
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:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.clearfix:before,
article.post.format-quote blockquote:before,
article.page.format-quote blockquote:before,
.clearfix:after,
article.post.format-quote blockquote:after,
article.page.format-quote blockquote:after {
    content: " ";
    display: table
}
.clearfix:after,
article.post.format-quote blockquote:after,
article.page.format-quote blockquote:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
#header .btn-search {
    padding-top: 0;
    align-self: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2a2a2a;
    position: absolute;
    right: 0
}
#header .btn-search .icon-search {
    margin-bottom: -5px
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-xs {
    display: none !important
}
.visible-sm {
    display: none !important
}
.visible-md {
    display: none !important
}
.visible-lg {
    display: none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
body {
    font-weight: 300
}
a:hover,
a:focus,
a:active {
    text-decoration: none
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block
}
.the-title {
    margin-top: 0;
    color: #333;
    font-size: 23px;
    font-weight: 200;
    text-align: center;
}
.the-title a {
    color: #333
}
.the-title a:hover {
    color: #8a0033
}
.the-headline {
    position: relative;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px
}
.the-headline:before,
.the-headline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 3px
}
.the-headline:before {
    max-width: 240px;
    width: 100%;
    background-color: #eee
}
.the-headline:after {
    width: 60px;
    background-color: #8a0033
}
.separator {
    position: relative;
    height: 3px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}
.separator:before {
    content: '';
    background-color: #eee;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.separator:after {
    content: '';
    height: 100%;
    width: 100px;
    background-color: #8a0033;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px
}
.the-content p iframe {
    width: 100%
}
.bypostauthor,
.sticky,
.gallery-caption {
    position: inherit
}
.alignnone {
    margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
a img.alignnone {
    margin: 5px 20px 20px 0
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
@font-face {
    font-family: "small-blog";
    src: url("../../oceanik2.2/fonts/icons/blog.eot");
    src: url("../../oceanik2.2/fonts/icons/blog.eot?#iefix") format("embedded-opentype"), url("../../oceanik2.2/fonts/icons/blog.woff") format("woff"), url("../../oceanik2.2/fonts/icons/blog.ttf") format("truetype"), url(".././oceanik2.2/fonts/icons/blog.svg#blog") format("svg");
    font-weight: normal;
    font-style: normal
}
.icon-default,
.select:after,
[data-icon]:before {
    font-family: "small-blog" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "small-blog" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-facebook:before {
    content: "a"
}
.icon-twitter:before {
    content: "b"
}
.icon-xing:before {
    content: "c"
}
.icon-arrow-down:before {
    content: "d"
}
.icon-arrow-left:before {
    content: "e"
}
.icon-arrow-right:before {
    content: "f"
}
.icon-arrow-up:before {
    content: "g"
}
.icon-search:before {
    content: "j"
}
.icon-comment:before {
    content: "k"
}
.icon-categories:before {
    content: "l"
}
.icon-date:before {
    content: "m"
}
.icon-link:before {
    content: "h"
}
.icon-quote-left:before {
    content: "i"
}
.icon-quote-right:before {
    content: "n"
}
.icon-close:before {
    content: "o"
}
.icon-plus:before {
    content: "p"
}
.icon-rss:before {
    content: "q"
}
.icon-book-star:before {
    content: "r"
}
.icon-path:before {
    content: "s"
}
.icon-youtube:before {
    content: "t"
}
.icon-instagram:before {
    content: "u"
}
.icon-googleplus:before {
    content: "v"
}
.icon-at-email:before {
    content: "w"
}
.icon-linear-arrow-right:before {
    content: "x"
}
.icon-pinterest:before {
    content: "y"
}
.icon-linkedin:before {
    content: "z"
}
.btn:focus,
.btn:active,
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control,
.select select,
.search-form .search-field {
    height: 52px;
    font-weight: 200;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.form-control:focus,
.select select:focus,
.search-form .search-field:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control::-moz-placeholder,
.select select::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
    color: #777;
    opacity: 1
}
.form-control:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
    color: #777
}
.form-control::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
    color: #777
}
.form-group .error {
    color: #d9534f;
    font-size: 14px;
    padding: 5px 0
}
.select {
    position: relative;
    width: 100%
}
.select select {
    font-size: 16px;
    padding-right: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}
.select:after {
    content: 'd' !important;
    position: absolute;
    top: 2px;
    right: 0;
    width: 51px;
    height: 51px;
    line-height: 51px !important;
    font-size: 14px;
    pointer-events: none;
    text-align: center;
    color: #888
}
.btn {
    padding: 11px 18px 9px 18px;
    text-transform: uppercase;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}
.navigation-icon,
#navigation ul li.menu-item-has-children>a:first-child[class^="icon-"],
#navigation ul li.menu-item-has-children>a:first-child[class*=" icon-"] {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    top: 0;
    text-align: center;
    color: #555;
    background-color: #d5d5d5;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-property: all;
    transition-property: all
}
.navigation-icon:before,
#navigation ul li.menu-item-has-children>a:first-child[class^="icon-"]:before,
#navigation ul li.menu-item-has-children>a:first-child[class*=" icon-"]:before {
    line-height: inherit
}
.bg-figure,
#header .logo figure {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}
.bg-figure img,
#header .logo figure img {
    position: absolute;
    left: -99999px
}
.figure-effect a,
article.post figure a,
article.page figure a {
    display: block;
    position: relative;
    overflow: hidden
}
.figure-effect a span,
article.post figure a span,
article.page figure a span {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    color: #fff;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    z-index: 9;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
.figure-effect a:before,
article.post figure a:before,
article.page figure a:before {
    background-color: transparent;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
.figure-effect a img,
article.post figure a img,
article.page figure a img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.figure-effect a:hover img,
article.post figure a:hover img,
article.page figure a:hover img {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.figure-effect a:hover:before,
article.post figure a:hover:before,
article.page figure a:hover:before {
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
.figure-effect a:hover span,
article.post figure a:hover span,
article.page figure a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms
}
.btn-trigger .trigger {
    position: relative;
    display: block;
    z-index: 1500;
    background-color: #8a0033;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform 500ms;
    -moz-transition: -moz-transform 500ms;
    -o-transition: -o-transform 500ms;
    transition: transform 500ms
}
.btn-trigger .trigger .ico {
    background-color: #fff;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.btn-trigger .trigger .ico:before,
.btn-trigger .trigger .ico:after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 20px;
    height: 2px;
    -webkit-transition: -webkit-transform 500ms, width 500ms, top 500ms;
    -moz-transition: -moz-transform 500ms, width 500ms, top 500ms;
    -o-transition: -o-transform 500ms, width 500ms, top 500ms;
    transition: transform 500ms, width 500ms, top 500ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}
.btn-trigger .trigger .ico:before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px)
}
.btn-trigger .trigger .ico:after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px)
}
.btn-trigger .trigger:hover .ico:before {
    top: -2px
}
.btn-trigger .trigger:hover .ico:after {
    top: 2px
}
.btn-offcanvas-trigger {
    display: none;
    z-index: 2500;
    background-color: #fff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    top: 15px;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-box-shadow: 0 0 20 #000;
    box-shadow: 0 0 20 #000
}
.btn-offcanvas-trigger .btn-i {
    background-color: #000;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.btn-offcanvas-trigger .btn-i:before,
.btn-offcanvas-trigger .btn-i:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 20px;
    height: 2px;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    -o-transition: -o-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}
.btn-offcanvas-trigger .btn-i:before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px)
}
.btn-offcanvas-trigger .btn-i:after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px)
}
.btn-offcanvas-trigger:hover .btn-i:before {
    top: -2px
}
.btn-offcanvas-trigger:hover .btn-i:after {
    top: 2px
}
.offcanvas-is-open .btn-offcanvas-trigger .btn-i:before,
.offcanvas-is-open .btn-offcanvas-trigger .btn-i:after {
    width: 50%;
    transition: transform 0.5s, width 0.5s
}
.offcanvas-is-open .btn-offcanvas-trigger .btn-i:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}
.offcanvas-is-open .btn-offcanvas-trigger .btn-i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}
.offcanvas-is-open .btn-offcanvas-trigger:hover .btn-i:before,
.offcanvas-is-open .btn-offcanvas-trigger:hover .btn-i:after {
    top: 0
}
@media (max-width: 767px) {
    .btn-offcanvas-trigger {
        display: block
    }
}
.info-bar,
.infobar {
    margin-bottom: 30px;
    color: #767676
}
.info-bar a,
.infobar a {
    color: #767676
}
.info-bar a:hover,
.infobar a:hover {
    color: #8a0033
}
.info-bar>span[class^="icon-"],
.info-bar>span[class*=" icon-"],
.infobar>span[class^="icon-"],
.infobar>span[class*=" icon-"] {
    position: relative;
    top: 2px;
    margin-right: 2px
}
.info-bar>span:after,
.infobar>span:after {
    content: '/';
    padding: 0 5px
}
.info-bar>span:last-child:after,
.infobar>span:last-child:after {
    display: none
}
.pagination {
    margin-left: -3px
}
.pagination li {
    margin: 0 3px;
    display: inline-block
}
.pagination li>a,
.pagination li>span {
    border-width: 2px;
    font-size: 18px;
    padding: 10px 18px;
    color: #555;
    border-color: #fff
}
.pagination li>a:hover,
.pagination li>span:hover {
    background-color: #fff;
    border-color: #8a0033
}
.pagination li:first-child>a,
.pagination li:first-child>span,
.pagination li:last-child>a,
.pagination li:last-child>span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.pagination li>span.current {
    background-color: #8a0033;
    border-color: #8a0033;
    color: #fff;
    font-weight: 600;
    cursor: default;
    border-radius: 5px;
}
.pagination li>span.current:hover {
    background-color: #8a0033
}
.widget-list-ul ul,
.widget ul,
.widget.widget_nav_menu ul {
    color: #555;
    font-size: 12px
}
.widget-list-ul ul>li:before,
.widget ul>li:before,
.widget.widget_nav_menu ul>li:before {
    font-family: "small-blog" !important;
    content: 'f';
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    margin-right: 4px;
    left: 0;
    position: relative;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-property: left;
    transition-property: left
}
.widget-list-ul ul>li:hover:before,
.widget ul>li:hover:before {
    left: 3px
}
.widget-list-ul ul li,
.widget ul li,
.widget.widget_nav_menu ul li {
    padding: 5px 0
}
.widget-list-ul ul li.widget-link-more,
.widget ul li.widget-link-more {
    padding-top: 10px
}
.widget-list-ul ul li.widget-link-more:before,
.widget ul li.widget-link-more:before {
    display: none
}
.widget-list-ul ul li.widget-link-more a,
.widget ul li.widget-link-more a {
    font-size: 14px;
    text-transform: inherit;
    display: inline-block;
    color: #555
}
.widget-list-ul ul li.widget-link-more a:after,
.widget ul li.widget-link-more a:after {
    content: 'd';
    font-size: 10px;
    font-family: "small-blog" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    margin-left: 4px
}
.widget-list-ul ul li.widget-link-more.open a:after,
.widget ul li.widget-link-more.open a:after {
    content: 'g'
}
.widget-list-ul ul li a,
.widget ul li a,
.widget.widget_nav_menu ul li a {
    text-transform: uppercase;
    color: #555;
    font-size: 16px;
    padding-right: 3px
}
.widget-list-ul ul li a:hover,
.widget ul li a:hover {
    color: #8a0033
}
.widget-list-ul ul li:last-child,
.widget ul li:last-child {
    margin-bottom: 0
}
.widget-list-ul ul li .children,
.widget ul li .children {
    margin-left: 20px;
    margin-bottom: -5px
}
.widget-list-ul ul li .children li a,
.widget ul li .children li a {
    text-transform: inherit;
    font-size: 14px
}
.widget-list-ul ul:last-child,
.widget ul:last-child {
    margin: 0
}
.widget {
    margin-bottom: 40px
}
.widget .widget-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px
}/*
.widget .widget-title:before,
.widget .widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 3px
}
.widget .widget-title:before {
    max-width: 240px;
    width: 100%;
    background-color: #eee
}
.widget .widget-title:after {
    width: 60px;
    background-color: #8a0033
}*/
.widget.widget_archive .screen-reader-text,
.widget.widget_categories .screen-reader-text,
.widget.widget_recent_comments .screen-reader-text,
.widget.widget_pages .screen-reader-text {
    display: none
}
.widget.widget_recent_comments ul li .comment-author-link {
    font-size: 16px;
    color: #555
}
.widget.widget_recent_comments ul li a {
    text-transform: inherit
}
.widget.widget_calendar table {
    width: 100%
}
.widget.widget_calendar table caption {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee
}
.widget.widget_calendar table tr td,
.widget.widget_calendar table tr th {
    height: 40px;
    text-align: center
}
.widget.widget_tag_cloud .tagcloud a {
    color: #555;
    text-transform: uppercase
}
.widget.widget_tag_cloud .tagcloud a:hover {
    color: #8a0033
}
.widget.widget_recent_posts article {
    margin-bottom: 50px;
    font-size: 14px
}
.widget.widget_recent_posts article .info-bar {
    margin-bottom: 5px;
    font-size: 16px
}
.widget.widget_recent_posts article h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    font-weight: 200
}
.widget.widget_recent_posts article h4 a {
    color: #555
}
.widget.widget_recent_posts article h4 a:hover {
    color: #8a0033
}
.widget.widget_recent_posts article figure,
.widget.widget_recent_posts article .the-shortcode {
    margin-bottom: 15px
}
.widget.widget_recent_posts article blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 18px
}
.widget.widget_recent_posts article blockquote .icon-quote-left {
    display: inline-block;
    color: #c8c8c8;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    padding-right: 10px;
    position: relative;
    top: 10px
}
.widget.widget_recent_posts article:last-child {
    margin-bottom: 0
}
.widget.widget_rss .widget-title a {
    color: #555
}
.widget.widget_rss .widget-title a:first-child:before {
    font-family: "small-blog" !important;
    content: 'q';
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 4px
}
.widget.widget_rss .widget-title a:first-child img {
    display: none
}
.widget.widget_nav_menu .menu-item-has-children .sub-menu {
    visibility: hidden;
    max-height: 0;
    padding-left: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-property: all;
    transition-property: all
}
.widget.widget_nav_menu .menu-item-has-children .sub-menu>li:before {
    font-size: 9px
}
.widget.widget_nav_menu .menu-item-has-children .sub-menu>li a {
    font-size: 12px
}
.widget.widget_nav_menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    max-height: 500px
}
.header-page {
    padding-bottom: 40px
}
.header-page .description {
    margin-bottom: 30px
}
.social-media {
    width: 100%;
    text-align: center;
    margin-bottom: -6px
}
.social-media a {
    padding: 0 3px 6px 3px;
    display: inline-block;
    color: #fff
}
.social-media a[class^="icon-"],
.social-media a[class*=" icon-"] {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eee;
    color: #555;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}
.social-media a[class^="icon-"]:before,
.social-media a[class*=" icon-"]:before {
    line-height: inherit
}
.social-media a:hover[class^="icon-"],
.social-media a:hover[class*=" icon-"] {
    background-color: #8a0033;
    color: #fff
}
.off-canvas {
    position: fixed;
    top: 0;
    left: -380px;
    width: 100%;
    height: 100%;
    max-width: 350px;
    background-color: #fff;
    -webkit-box-shadow: 5px -5px 30px rgba(51, 51, 51, 0.2);
    box-shadow: 5px -5px 30px rgba(51, 51, 51, 0.2);
    z-index: 999999;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}
.off-canvas.off-canvas-open {
    left: 0;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}
.off-canvas.off-canvas-lg {
    left: -1080px;
    max-width: 1050px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms
}
.off-canvas.off-canvas-lg.off-canvas-open {
    left: 0;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms
}
.off-canvas .off-canvas-headline {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    margin: 0;
    padding: 0 50px 0 10px;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px
}
.off-canvas .off-canvas-headline .icon-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    background-color: #8a0033;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}
.off-canvas .off-canvas-headline .icon-close:before {
    line-height: inherit
}
.off-canvas .off-canvas-headline .icon-close:hover {
    background-color: #cc511d
}
.off-canvas .off-canvas-body {
    overflow: auto;
    height: 100%
}
.off-canvas .off-canvas-body .off-canvas-content {
    padding: 30px
}
.wp-video-shortcode,
.mejs-container,
.mejs-overlay-play {
    width: 100% !important
}
.wp-video-shortcode {
    margin-bottom: 30px
}
.wp-video {
    width: 100% !important
}
.wp-video video {
    width: 100%;
    height: 100%;
    max-width: 100%
}
@-moz-document url-prefix() {
    .wp-video .mejs-container {
        max-height: 400px
    }
    @media (max-width: 767px) {
        .wp-video .mejs-container {
            max-height: 400px
        }
    }
    .widget .wp-video .mejs-container {
        max-height: 250px
    }
    @media (max-width: 767px) {
        .widget .wp-video .mejs-container {
            max-height: 200px
        }
    }
}
.the-video-shortcode {
    margin-bottom: 30px
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive iframe,
.embed-responsive video,
.embed-responsive object,
.embed-responsive embed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.the-tags {
    margin-top: 60px;
    text-align: center;
    color: #888;
    font-weight: 200;
    font-size: 18px
}
.the-tags h4 {
    font-size: 32px;
    font-weight: 200;
    color: #555;
    margin-top: 0;
    margin-bottom: 20px
}
.the-tags h4:after {
    content: '';
    display: block;
    max-width: 40px;
    width: 100%;
    height: 2px;
    background-color: #eee;
    margin: 12px auto 0 auto
}
.the-tags a {
    color: #888
}
.the-tags a:hover {
    color: #b6491a
}
#section {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #fff
}
.search-results .widget_onedrop_search {
    margin-bottom: 60px
}
#banner {
    position: relative;
    width: 100%;
    height: 670px;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    justify-content: flex-start;
}
.banners_page h1 {
    font-weight: 600;
    font-size: 45px;
    padding-bottom: 90px !important;
}
.banners_page h1 span.none {
    color: #faa82e;
}

#banner img {
    position: absolute;
    left: -9999px
}
#banner .box-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: table
}
#banner .box {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    color: #fff;
    padding: 0 20px 0 20px;
    z-index: 20
}
#banner .box h2,
#banner .box h3 {
    margin: 0
}
#banner .box h2 {
    font-size: 92px;
    white-space: nowrap;
    line-height: 1;
    font-weight: 200
}
#banner .box h2 .text-thin {
    font-weight: 200
}
#banner .box h2 .last-word {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 500
}
#banner .box h3 {
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase
}
#banner .box .sep {
    height: 1px;
    width: 150px;
    margin: 15px auto;
    background-color: #fff;
    display: inline-block;
    position: relative
}
#banner .box .text {
    margin: 0 auto;
    max-width: 800px;
    font-size: 34px;
    font-weight: 200
}
#banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    filter: alpha(opacity=45);
    background-color: #000;
    z-index: 10
}
@media (max-width: 767px) {
    #banner {
        height: 500px
    }
    #banner .box h2 {
        font-size: 42px
    }
    #banner .box h3 {
        font-size: 18px
    }
}
.banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #fff;
    margin-top: -64px
}
.banner figure,
.banner figcaption,
.banner .overlay {
    width: 100%;
    height: 100%
}
.banner figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.banner figure img {
    position: absolute;
    left: -9999px
}
.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #000;
    z-index: 10
}
.banner figcaption {
    display: table;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 20
}
.banner figcaption .box {
    display: table-cell;
    vertical-align: middle;
    padding: 76px 20px 20px 20px;
    font-size: 46px;
    color: #fff;
    text-align: center
}
@media (max-width: 991px) {
    .banner figcaption .box {
        font-size: 38px
    }
}
@media (max-width: 767px) {
    .banner figcaption .box {
        font-size: 32px
    }
}
body.admin-bar #header .navbar-fixed-top {
    top: 32px
}
@media (max-width: 767px) {
    body.admin-bar #wpadminbar {
        position: fixed
    }
    body.admin-bar #header .navbar-fixed-top {
        top: 46px
    }
}
#header {
    height: auto;
}
#header .menu_container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    position: relative;
}
#header .navbar {
    margin: 0
}
#header .entry-title {
    margin: 0;
    padding: 0;
    font-weight: 400
}
#header .logo {
/*    max-width: 300px;
    max-height: 56px;
    padding: 10px 0*/
}
#header .logo figure {
    background-size: contain;
    background-color: transparent;
    width: 155px;
    height: 75px;
    transition: all .3s;
    margin: 26px 0 10px;
}
#header .btn-trigger {
    display: none;
    padding-top: 8px
}
#header .btn-search[class^="icon-"],
#header .btn-search[class*=" icon-"] {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #8a0033;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}
#header .btn-search[class^="icon-"]:before,
#header .btn-search[class*=" icon-"]:before {
    line-height: inherit
}
#header .btn-search[class^="icon-"]:hover,
#header .btn-search[class*=" icon-"]:hover {
    background-color: #cc511d
}#header #menu>ul>li {
    position: relative
}
#header #menu>ul>li .sub-menu {
    display: none;
    width: 180px;
    position: absolute;
    top: 56px;
    left: 0;
    margin-bottom: 0;
    background-color: #333
}
#header #menu>ul>li .sub-menu li {
    border-bottom: 1px solid #404040
}
#header #menu>ul>li .sub-menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
#header #menu>ul>li .sub-menu li:first-child {
    border-top: 1px solid #eee
}
#header #menu>ul>li .sub-menu li:last-child {
    border-bottom: 0
}
#header #menu>ul>li:hover .sub-menu,
#header #menu>ul>li:focus .sub-menu {
    display: block
}
@media (max-width: 767px) {
    #header .btn-trigger {
        display: block
    }
    #header .btn-search,
    #header #menu {
        display: none
    }
}
#footer .f-top {
    background-color: #222;
    padding: 40px 0 0;
}
#footer .f-top .footer-quote {
    padding-bottom: 40px;
    max-width: 600px;
    margin: 0 auto
}
#footer .f-top .footer-quote figure {
    text-align: center
}
#footer .f-top .footer-quote figure img {
    max-width: 220px;
    width: 100%;
    height: auto
}
#footer .f-top .footer-quote .body {
    font-size: 18px;
    color: #aaa;
    text-align: center;
    font-style: italic;
    font-weight: 200;
    padding-top: 20px
}
#footer .f-bottom {
    position: relative;
    background-color: #2a2a2a;
    font-size: 14px;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #2f2f2f;
    color: #aaa
}
#footer .f-bottom .copyright nav {
    display: inline;
    margin: 0 10px
}
#footer .f-bottom .copyright nav ul {
    display: inline;
    margin-bottom: 0
}
#footer .f-bottom .copyright nav ul li {
    padding: 0;
    margin: 0
}
#footer .f-bottom .copyright nav ul li:after {
    content: '-';
    display: inline-block;
    padding: 0 4px 0 6px
}
#footer .f-bottom .copyright nav ul li:last-child:after {
    display: none
}
#footer .f-bottom .copyright a {
    color: #777
}
#footer .f-bottom .copyright a:hover {
    color: #8a0033
}
#footer .anchor {
    position: absolute;
    top: -23px;
    right: 100px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #000;
    color: #fff;
    display: block;
    text-align: center;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}
#footer .anchor[class^="icon-"],
#footer .anchor[class*=" icon-"] {
    font-size: 20px
}
#footer .anchor[class^="icon-"]:before,
#footer .anchor[class*=" icon-"]:before {
    line-height: inherit
}
#footer .anchor:hover {
    background-color: #cc511d
}
@media (max-width: 767px) {
    #footer .f-top {
        padding-bottom: 50px
    }
    #footer .f-bottom {
        padding-top: 50px
    }
    #footer .f-bottom .copyright nav {
        margin: 0;
        padding-top: 10px;
        display: block
    }
    #footer .anchor {
        left: 50%;
        margin-left: -23px
    }
}
article.post .separator,
article.page .separator {
    margin: 60px auto 60px auto
}
article.post figure,
article.post .the-shortcode,
article.page figure,
article.page .the-shortcode {
    margin-bottom: 30px;
    background-color: #eee
}
article.post figure img,
article.page figure img {
    margin: 0 auto
}
article.post.format-quote .icon-quote-left,
article.page.format-quote .icon-quote-left {
    display: inline-block;
    color: #c8c8c8;
    font-size: 50px;
    line-height: 50px;
    height: 50px;
    padding-right: 10px;
    position: relative;
    top: 10px
}
article.post.format-quote blockquote,
article.page.format-quote blockquote {
    border: 0;
    margin: 0;
    padding: 0
}
article.post.format-quote figure,
article.page.format-quote figure {
    position: relative;
    margin-bottom: 0
}
article.post.format-quote figure figcaption,
article.page.format-quote figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 20px
}
article.post.format-quote figure figcaption .fig-table,
article.page.format-quote figure figcaption .fig-table {
    display: table;
    vertical-align: middle;
    height: 100%
}
article.post.format-quote figure figcaption .fig-quote,
article.page.format-quote figure figcaption .fig-quote {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    height: 100%;
    font-size: 24px
}
article.is_minimize {
    margin-bottom: 20px;
    padding-bottom: 20px
}
article.is_minimize .info-bar {
    margin-bottom: 20px
}
article.is_minimize:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee
}
.search-form {
    position: relative
}
.search-form>label {
    position: relative;
    margin: 0;
    width: 100%
}
.search-form>label:after {
    content: 'j';
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #f1f1f1;
    font-family: "small-blog" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.search-form .search-field {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    font-weight: 200;
    width: 100%;
    padding-right: 52px
}
.search-form .search-field::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1
}
.search-form .search-field:-ms-input-placeholder {
    color: #a4a4a4
}
.search-form .search-field::-webkit-input-placeholder {
    color: #a4a4a4
}
.search-form .search-submit {
    height: 50px;
    width: 50px;
    position: absolute;
    border: 0 none;
    top: 1px;
    right: 1px;
    background: none;
    text-indent: -99999px;
    overflow: hidden
}
.search-dialog {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    line-height: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
.search-dialog.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.search-dialog .cl {
    display: inline-block;
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 42px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    color: #ddd
}
.search-dialog .cl:hover {
    color: #fff
}
.search-dialog .cont {
    display: table;
    width: 100%;
    height: 100%
}
.search-dialog .cont .form {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.search-dialog .cont .form .fieldset {
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}
.search-dialog .cont .form .search-dialog-title {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 0
}
.search-dialog .cont .form .search-form>label {
    margin: inherit;
    position: inherit
}
.search-dialog .cont .form .search-form>label .screen-reader-text {
    display: none
}
.search-dialog .cont .form .search-form>label:after {
    display: none
}
.search-dialog .cont .form .search-form .search-field {
    width: 100%;
    text-align: center;
    background: none !important;
    border: none;
    font-size: 22px;
    color: #fff;
    padding-right: 12px
}
.search-dialog .cont .form .search-form .search-field::-moz-placeholder {
    font-weight: 200
}
.search-dialog .cont .form .search-form .search-field:-ms-input-placeholder {
    font-weight: 200
}
.search-dialog .cont .form .search-form .search-field::-webkit-input-placeholder {
    font-weight: 200
}
.search-dialog .cont .form .search-form .search-submit {
    display: none
}
#comments {
    padding-top: 20px
}
#comments .comments-area {
    position: relative
}
#comments .comments-area:after {
    border-left: 2px solid #d6d6d6;
    content: "";
    height: 100%;
    left: 38px;
    position: absolute;
    top: 0
}
#comments .comments-area .the-subtitle {
    margin: 0 0 0 15px;
    padding-left: 60px;
    padding-top: 8px;
    position: relative;
    color: #212121;
    font-weight: 200;
    font-size: 28px
}
#comments .comments-area .the-subtitle .number {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #444;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    z-index: 1;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%
}
#comments .comment-list {
    list-style: none;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 40px
}
#comments .comment-list li {
    padding-left: 80px;
    position: relative;
    font-weight: 200;
    color: #7e7e7e
}
#comments .comment-list li .comment-body {
    background-color: #fff;
    margin: 30px 0 30px 15px;
    padding: 20px 20px 30px 20px
}
#comments .comment-list li .comment-body .comment-info {
    margin-bottom: 5px;
    font-size: 14px
}
#comments .comment-list li .comment-body .comment-info .fn a {
    color: #444;
    font-weight: 600;
    font-size: 16px
}
#comments .comment-list li .comment-body .comment-info .comment-links {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 10px
}
#comments .comment-list li .comment-body .comment-figure {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1;
    font-weight: 200;
    background-color: transparent
}
#comments .comment-list li .comment-body .comment-figure img {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    width: 70px;
    height: 70px
}
#comments .comment-list li .comment-body .comment-figure .comment-number {
    position: absolute;
    bottom: -8px;
    right: 4px;
    display: block;
    background-color: #8a0033;
    color: #fff;
    font-size: 14px !important;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%
}
#comments .comment-list li .comment-body:hover .comment-info .comment-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
#comments .comment-list li .children {
    list-style: none;
    padding: 0;
    position: relative
}
#comments .comment-list li .children li .comment-figure {
    background-color: #fff;
    color: #424242
}
#comments .comment-list li .children li:before {
    border-top: 2px solid #d6d6d6;
    content: "";
    position: absolute;
    top: 34px;
    left: -40px
}
#comments .comment-list li .children li.depth-2:before {
    width: 60px
}
#comments .comment-list li .children li.depth-3:before {
    width: 120px;
    left: -120px
}
#comments .comment-list li .children li.depth-3 .children li {
    margin-left: -80px
}
#comments .comment-list li .children li.depth-3 .children li:before {
    width: 120px;
    left: -120px
}
#comments #respond code {
    font-size: 12px;
    color: #d9534f;
    font-weight: 200
}
#comments #respond .comment-reply-title {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 15px;
    padding-left: 60px;
    padding-top: 7px;
    position: relative;
    color: #212121;
    font-weight: 200;
    font-size: 28px
}
#comments #respond .comment-reply-title :before {
    content: 'k';
    font-family: "small-blog" !important;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #444;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    z-index: 1;
    display: block
}
#comments #respond p {
    margin-bottom: 20px
}
#comments #respond label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #626262
}
#comments #respond input[type=text],
#comments #respond input[type=email],
#comments #respond input[type=url],
#comments #respond textarea {
    padding: 6px 12px;
    width: 100%;
    border: 1px solid #eee;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}
#comments #respond input[type=text]:focus,
#comments #respond input[type=email]:focus,
#comments #respond input[type=url]:focus,
#comments #respond textarea:focus {
    border-color: #8a0033
}
#comments #respond .submit,
#comments #respond input[type=text],
#comments #respond input[type=email],
#comments #respond input[type=url] {
    height: 50px;
    line-height: 50px
}
#comments #respond .submit {
    background-color: #8a0033;
    color: #fff;
    border: 0;
    padding: 0 24px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}
#comments #respond .submit:hover {
    background-color: #cc511d
}
#comments #respond .error {
    color: #d9534f;
    font-size: 14px
}
@media (max-width: 767px) {
    #comments {
        margin-bottom: 40px
    }
    #comments .comments-area .the-subtitle {
        padding-top: 0
    }
    #comments .comment-list .comment-body .comment-info .comment-links {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    #comments .comment-list li .comment-number {
        position: relative
    }
    #comments .comment-list .children li {
        margin-left: -80px
    }
    #comments .comment-list .children li:before {
        display: none
    }

}
#navigation .off-canvas-body {
    background-color: #eee
}
#navigation .off-canvas-body .off-canvas-content {
    padding: 0
}
#navigation ul {
    position: relative
}
#navigation ul li {
    margin-bottom: 1px
}
#navigation ul li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    background-color: #e2e2e2;
    padding: 0 10px;
    text-transform: uppercase;
    color: #555;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-property: all;
    transition-property: all
}
#navigation ul li a:hover {
    background-color: #8a0033;
    color: #fff
}
#navigation ul li .sub-menu {
    display: block;
    position: absolute;
    top: 0;
    left: -350px;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: #eee;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}
#navigation ul li .sub-menu.sub-menu-open {
    left: 0
}
#navigation ul li .sub-menu .menu-item-back a[class^="icon-"],
#navigation ul li .sub-menu .menu-item-back a[class*=" icon-"] {
    margin-right: 8px;
    font-size: 12px
}
#navigation ul li.menu-item-has-children>a:first-child {
    position: relative;
    padding-right: 50px
}
#navigation ul li.menu-item-has-children>a:first-child[class^="icon-"],
#navigation ul li.menu-item-has-children>a:first-child[class*=" icon-"] {
    right: 0
}
#navigation ul li.menu-item-has-children>a:first-child[class^="icon-"]:hover,
#navigation ul li.menu-item-has-children>a:first-child[class*=" icon-"]:hover {
    background-color: #b6491a;
    color: #fff
}
.menu-principal {
    transition: all .3s;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: auto;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0;
}
.bt-menu {
    display: none
}
#headerMenu {
    position: fixed;
    top: 0;
}