@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700,900,400italic&subset=latin,latin-ext");
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 540px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 960px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 1024px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1100px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-normal {
    font-weight: 400;
}
.font-weight-bold {
    font-weight: 700;
}
.font-italic {
    font-style: italic;
}
.text-white {
    color: #fff !important;
}
.text-muted {
    color: #544f4a !important;
}
a.text-muted:focus,
a.text-muted:hover {
    color: #393632 !important;
}
.text-primary {
    color: #3f3d38 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #242320 !important;
}
.text-success {
    color: #3c763d !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c !important;
}
.text-info {
    color: #3b94d9 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #257abc !important;
}
.text-warning {
    color: #ffb04f !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ff991c !important;
}
.text-danger {
    color: #d43f3a !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #b42c27 !important;
}
.text-gray-dark {
    color: #544f4a !important;
}
a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #393632 !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.invisible {
    visibility: hidden !important;
}
.hidden-xs-up {
    display: none !important;
}
@media (max-width: 539px) {
    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 540px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 959px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 960px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 1023px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media (max-width: 1099px) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media (min-width: 1100px) {
    .hidden-xl-up {
        display: none !important;
    }
}
.hidden-xl-down {
    display: none !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;
    }
}
@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
}
.container::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 540px) {
    .container {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 960px) {
    .container {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1024px) {
    .container {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1100px) {
    .container {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 540px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}
@media (min-width: 960px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .container {
        width: 1024px;
        max-width: 100%;
    }
}
@media (min-width: 1100px) {
    .container {
        width: 1100px;
        max-width: 100%;
    }
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
}
.container-fluid::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 540px) {
    .container-fluid {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 960px) {
    .container-fluid {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1024px) {
    .container-fluid {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1100px) {
    .container-fluid {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
.row,
.related li {
    margin-right: -0.4375rem;
    margin-left: -0.4375rem;
}
.row::after,
.related li::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 540px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
@media (min-width: 960px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
@media (min-width: 1024px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
@media (min-width: 1100px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.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,
.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,
.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,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
}
@media (min-width: 540px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .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,
    .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,
    .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,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 960px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .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,
    .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,
    .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,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1024px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .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,
    .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,
    .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,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1100px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .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,
    .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,
    .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,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
.col-1 {
    float: left;
    width: 8.3333333333%;
}
.col-2 {
    float: left;
    width: 16.6666666667%;
}
.col-3 {
    float: left;
    width: 25%;
}
.col-4 {
    float: left;
    width: 33.3333333333%;
}
.col-5 {
    float: left;
    width: 41.6666666667%;
}
.col-6 {
    float: left;
    width: 50%;
}
.col-7 {
    float: left;
    width: 58.3333333333%;
}
.col-8 {
    float: left;
    width: 66.6666666667%;
}
.col-9 {
    float: left;
    width: 75%;
}
.col-10 {
    float: left;
    width: 83.3333333333%;
}
.col-11 {
    float: left;
    width: 91.6666666667%;
}
.col-12 {
    float: left;
    width: 100%;
}
.pull-0 {
    right: auto;
}
.pull-1 {
    right: 8.3333333333%;
}
.pull-2 {
    right: 16.6666666667%;
}
.pull-3 {
    right: 25%;
}
.pull-4 {
    right: 33.3333333333%;
}
.pull-5 {
    right: 41.6666666667%;
}
.pull-6 {
    right: 50%;
}
.pull-7 {
    right: 58.3333333333%;
}
.pull-8 {
    right: 66.6666666667%;
}
.pull-9 {
    right: 75%;
}
.pull-10 {
    right: 83.3333333333%;
}
.pull-11 {
    right: 91.6666666667%;
}
.pull-12 {
    right: 100%;
}
.push-0 {
    left: auto;
}
.push-1 {
    left: 8.3333333333%;
}
.push-2 {
    left: 16.6666666667%;
}
.push-3 {
    left: 25%;
}
.push-4 {
    left: 33.3333333333%;
}
.push-5 {
    left: 41.6666666667%;
}
.push-6 {
    left: 50%;
}
.push-7 {
    left: 58.3333333333%;
}
.push-8 {
    left: 66.6666666667%;
}
.push-9 {
    left: 75%;
}
.push-10 {
    left: 83.3333333333%;
}
.push-11 {
    left: 91.6666666667%;
}
.push-12 {
    left: 100%;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 540px) {
    .col-sm-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-sm-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-sm-3 {
        float: left;
        width: 25%;
    }
    .col-sm-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-sm-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-sm-6 {
        float: left;
        width: 50%;
    }
    .col-sm-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-sm-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-sm-9 {
        float: left;
        width: 75%;
    }
    .col-sm-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-sm-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-sm-12 {
        float: left;
        width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.3333333333%;
    }
    .pull-sm-2 {
        right: 16.6666666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.3333333333%;
    }
    .pull-sm-5 {
        right: 41.6666666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.3333333333%;
    }
    .pull-sm-8 {
        right: 66.6666666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.3333333333%;
    }
    .pull-sm-11 {
        right: 91.6666666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.3333333333%;
    }
    .push-sm-2 {
        left: 16.6666666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.3333333333%;
    }
    .push-sm-5 {
        left: 41.6666666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.3333333333%;
    }
    .push-sm-8 {
        left: 66.6666666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.3333333333%;
    }
    .push-sm-11 {
        left: 91.6666666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 960px) {
    .col-md-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-md-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-md-3 {
        float: left;
        width: 25%;
    }
    .col-md-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-md-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-md-6 {
        float: left;
        width: 50%;
    }
    .col-md-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-md-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-md-9 {
        float: left;
        width: 75%;
    }
    .col-md-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-md-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-md-12 {
        float: left;
        width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.3333333333%;
    }
    .pull-md-2 {
        right: 16.6666666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.3333333333%;
    }
    .pull-md-5 {
        right: 41.6666666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.3333333333%;
    }
    .pull-md-8 {
        right: 66.6666666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.3333333333%;
    }
    .pull-md-11 {
        right: 91.6666666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.3333333333%;
    }
    .push-md-2 {
        left: 16.6666666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.3333333333%;
    }
    .push-md-5 {
        left: 41.6666666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.3333333333%;
    }
    .push-md-8 {
        left: 66.6666666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.3333333333%;
    }
    .push-md-11 {
        left: 91.6666666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1024px) {
    .col-lg-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-lg-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-lg-3 {
        float: left;
        width: 25%;
    }
    .col-lg-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-lg-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-lg-6 {
        float: left;
        width: 50%;
    }
    .col-lg-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-lg-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-lg-9 {
        float: left;
        width: 75%;
    }
    .col-lg-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-lg-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-lg-12 {
        float: left;
        width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.3333333333%;
    }
    .pull-lg-2 {
        right: 16.6666666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.3333333333%;
    }
    .pull-lg-5 {
        right: 41.6666666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.3333333333%;
    }
    .pull-lg-8 {
        right: 66.6666666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.3333333333%;
    }
    .pull-lg-11 {
        right: 91.6666666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.3333333333%;
    }
    .push-lg-2 {
        left: 16.6666666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.3333333333%;
    }
    .push-lg-5 {
        left: 41.6666666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.3333333333%;
    }
    .push-lg-8 {
        left: 66.6666666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.3333333333%;
    }
    .push-lg-11 {
        left: 91.6666666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1100px) {
    .col-xl-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-xl-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-xl-3 {
        float: left;
        width: 25%;
    }
    .col-xl-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-xl-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-xl-6 {
        float: left;
        width: 50%;
    }
    .col-xl-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-xl-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-xl-9 {
        float: left;
        width: 75%;
    }
    .col-xl-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-xl-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-xl-12 {
        float: left;
        width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.3333333333%;
    }
    .pull-xl-2 {
        right: 16.6666666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.3333333333%;
    }
    .pull-xl-5 {
        right: 41.6666666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.3333333333%;
    }
    .pull-xl-8 {
        right: 66.6666666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.3333333333%;
    }
    .pull-xl-11 {
        right: 91.6666666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.3333333333%;
    }
    .push-xl-2 {
        left: 16.6666666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.3333333333%;
    }
    .push-xl-5 {
        left: 41.6666666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.3333333333%;
    }
    .push-xl-8 {
        left: 66.6666666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.3333333333%;
    }
    .push-xl-11 {
        left: 91.6666666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
}
.container::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 540px) {
    .container {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 960px) {
    .container {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1024px) {
    .container {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1100px) {
    .container {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 540px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}
@media (min-width: 960px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .container {
        width: 1024px;
        max-width: 100%;
    }
}
@media (min-width: 1100px) {
    .container {
        width: 1100px;
        max-width: 100%;
    }
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
}
.container-fluid::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 540px) {
    .container-fluid {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 960px) {
    .container-fluid {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1024px) {
    .container-fluid {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1100px) {
    .container-fluid {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
.row,
.related li {
    margin-right: -0.4375rem;
    margin-left: -0.4375rem;
}
.row::after,
.related li::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 540px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
@media (min-width: 960px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
@media (min-width: 1024px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
@media (min-width: 1100px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.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,
.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,
.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,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
}
@media (min-width: 540px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .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,
    .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,
    .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,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 960px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .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,
    .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,
    .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,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1024px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .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,
    .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,
    .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,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
@media (min-width: 1100px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .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,
    .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,
    .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,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}
.col-1 {
    float: left;
    width: 8.3333333333%;
}
.col-2 {
    float: left;
    width: 16.6666666667%;
}
.col-3 {
    float: left;
    width: 25%;
}
.col-4 {
    float: left;
    width: 33.3333333333%;
}
.col-5 {
    float: left;
    width: 41.6666666667%;
}
.col-6 {
    float: left;
    width: 50%;
}
.col-7 {
    float: left;
    width: 58.3333333333%;
}
.col-8 {
    float: left;
    width: 66.6666666667%;
}
.col-9 {
    float: left;
    width: 75%;
}
.col-10 {
    float: left;
    width: 83.3333333333%;
}
.col-11 {
    float: left;
    width: 91.6666666667%;
}
.col-12 {
    float: left;
    width: 100%;
}
.pull-0 {
    right: auto;
}
.pull-1 {
    right: 8.3333333333%;
}
.pull-2 {
    right: 16.6666666667%;
}
.pull-3 {
    right: 25%;
}
.pull-4 {
    right: 33.3333333333%;
}
.pull-5 {
    right: 41.6666666667%;
}
.pull-6 {
    right: 50%;
}
.pull-7 {
    right: 58.3333333333%;
}
.pull-8 {
    right: 66.6666666667%;
}
.pull-9 {
    right: 75%;
}
.pull-10 {
    right: 83.3333333333%;
}
.pull-11 {
    right: 91.6666666667%;
}
.pull-12 {
    right: 100%;
}
.push-0 {
    left: auto;
}
.push-1 {
    left: 8.3333333333%;
}
.push-2 {
    left: 16.6666666667%;
}
.push-3 {
    left: 25%;
}
.push-4 {
    left: 33.3333333333%;
}
.push-5 {
    left: 41.6666666667%;
}
.push-6 {
    left: 50%;
}
.push-7 {
    left: 58.3333333333%;
}
.push-8 {
    left: 66.6666666667%;
}
.push-9 {
    left: 75%;
}
.push-10 {
    left: 83.3333333333%;
}
.push-11 {
    left: 91.6666666667%;
}
.push-12 {
    left: 100%;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 540px) {
    .col-sm-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-sm-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-sm-3 {
        float: left;
        width: 25%;
    }
    .col-sm-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-sm-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-sm-6 {
        float: left;
        width: 50%;
    }
    .col-sm-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-sm-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-sm-9 {
        float: left;
        width: 75%;
    }
    .col-sm-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-sm-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-sm-12 {
        float: left;
        width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.3333333333%;
    }
    .pull-sm-2 {
        right: 16.6666666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.3333333333%;
    }
    .pull-sm-5 {
        right: 41.6666666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.3333333333%;
    }
    .pull-sm-8 {
        right: 66.6666666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.3333333333%;
    }
    .pull-sm-11 {
        right: 91.6666666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.3333333333%;
    }
    .push-sm-2 {
        left: 16.6666666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.3333333333%;
    }
    .push-sm-5 {
        left: 41.6666666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.3333333333%;
    }
    .push-sm-8 {
        left: 66.6666666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.3333333333%;
    }
    .push-sm-11 {
        left: 91.6666666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 960px) {
    .col-md-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-md-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-md-3 {
        float: left;
        width: 25%;
    }
    .col-md-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-md-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-md-6 {
        float: left;
        width: 50%;
    }
    .col-md-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-md-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-md-9 {
        float: left;
        width: 75%;
    }
    .col-md-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-md-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-md-12 {
        float: left;
        width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.3333333333%;
    }
    .pull-md-2 {
        right: 16.6666666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.3333333333%;
    }
    .pull-md-5 {
        right: 41.6666666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.3333333333%;
    }
    .pull-md-8 {
        right: 66.6666666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.3333333333%;
    }
    .pull-md-11 {
        right: 91.6666666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.3333333333%;
    }
    .push-md-2 {
        left: 16.6666666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.3333333333%;
    }
    .push-md-5 {
        left: 41.6666666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.3333333333%;
    }
    .push-md-8 {
        left: 66.6666666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.3333333333%;
    }
    .push-md-11 {
        left: 91.6666666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1024px) {
    .col-lg-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-lg-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-lg-3 {
        float: left;
        width: 25%;
    }
    .col-lg-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-lg-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-lg-6 {
        float: left;
        width: 50%;
    }
    .col-lg-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-lg-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-lg-9 {
        float: left;
        width: 75%;
    }
    .col-lg-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-lg-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-lg-12 {
        float: left;
        width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.3333333333%;
    }
    .pull-lg-2 {
        right: 16.6666666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.3333333333%;
    }
    .pull-lg-5 {
        right: 41.6666666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.3333333333%;
    }
    .pull-lg-8 {
        right: 66.6666666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.3333333333%;
    }
    .pull-lg-11 {
        right: 91.6666666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.3333333333%;
    }
    .push-lg-2 {
        left: 16.6666666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.3333333333%;
    }
    .push-lg-5 {
        left: 41.6666666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.3333333333%;
    }
    .push-lg-8 {
        left: 66.6666666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.3333333333%;
    }
    .push-lg-11 {
        left: 91.6666666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1100px) {
    .col-xl-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-xl-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-xl-3 {
        float: left;
        width: 25%;
    }
    .col-xl-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-xl-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-xl-6 {
        float: left;
        width: 50%;
    }
    .col-xl-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-xl-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-xl-9 {
        float: left;
        width: 75%;
    }
    .col-xl-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-xl-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-xl-12 {
        float: left;
        width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.3333333333%;
    }
    .pull-xl-2 {
        right: 16.6666666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.3333333333%;
    }
    .pull-xl-5 {
        right: 41.6666666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.3333333333%;
    }
    .pull-xl-8 {
        right: 66.6666666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.3333333333%;
    }
    .pull-xl-11 {
        right: 91.6666666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.3333333333%;
    }
    .push-xl-2 {
        left: 16.6666666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.3333333333%;
    }
    .push-xl-5 {
        left: 41.6666666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.3333333333%;
    }
    .push-xl-8 {
        left: 66.6666666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.3333333333%;
    }
    .push-xl-11 {
        left: 91.6666666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: inline-block;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #636c72;
}
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent;
}
.nav-inline .nav-item {
    display: inline-block;
}
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
    display: block;
    content: "";
    clear: both;
}
.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
    margin-left: 0.2rem;
}
.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #636c72;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.nav-pills::after {
    display: block;
    content: "";
    clear: both;
}
.nav-pills .nav-item {
    float: left;
}
.nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem;
}
.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #3f3d38;
}
.nav-stacked .nav-item {
    display: block;
    float: none;
}
.nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 540px) {
    .navbar {
        border-radius: 0.25rem;
    }
}
.navbar-full {
    z-index: 1000;
}
@media (min-width: 540px) {
    .navbar-full {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 540px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-bottom {
    bottom: 0;
}
.navbar-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}
@media (min-width: 540px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}
.navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-divider {
    float: left;
    width: 1px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}
.navbar-divider::before {
    content: "\00a0";
}
.navbar-text {
    display: inline-block;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
}
.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-nav .nav-item {
    float: left;
}
.navbar-nav .nav-link {
    display: block;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
}
.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    background-image: none;
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-toggleable::after {
    display: block;
    content: "";
    clear: both;
}
@media (max-width: 539px) {
    .navbar-toggleable .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .navbar-toggleable .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}
@media (min-width: 540px) {
    .navbar-toggleable {
        display: block !important;
    }
}
.navbar-toggleable-sm::after {
    display: block;
    content: "";
    clear: both;
}
@media (max-width: 959px) {
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-sm .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}
@media (min-width: 960px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}
.navbar-toggleable-md::after {
    display: block;
    content: "";
    clear: both;
}
@media (max-width: 1023px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-md .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}
@media (min-width: 1024px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}
.navbar-toggleable-lg::after {
    display: block;
    content: "";
    clear: both;
}
@media (max-width: 1099px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-lg .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .navbar-toggleable-lg .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}
@media (min-width: 1100px) {
    .navbar-toggleable-lg {
        display: block !important;
    }
}
.navbar-toggleable-xl {
    display: block !important;
}
.navbar-toggleable-xl::after {
    display: block;
    content: "";
    clear: both;
}
.navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-toggleable-xl .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
}
.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #837e74;
    outline: none;
}
.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder {
    color: #636c72;
    opacity: 1;
}
.form-control:disabled,
.comment-form input[type="text"]:disabled,
.comment-form input[type="email"]:disabled,
.comment-form input[type="url"]:disabled,
.comment-form textarea:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly] {
    background-color: #eceeef;
    opacity: 1;
}
.form-control:disabled,
.comment-form input[type="text"]:disabled,
.comment-form input[type="email"]:disabled,
.comment-form input[type="url"]:disabled,
.comment-form textarea:disabled {
    cursor: not-allowed;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
}
.col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}
.col-form-label-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
}
.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}
.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.comment-form .input-group-sm > input.form-control-static[type="text"],
.comment-form .input-group-sm > input.form-control-static[type="email"],
.comment-form .input-group-sm > input.form-control-static[type="url"],
.comment-form .input-group-sm > textarea.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.widget_wysija form .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.comment-form .input-group-lg > input.form-control-static[type="text"],
.comment-form .input-group-lg > input.form-control-static[type="email"],
.comment-form .input-group-lg > input.form-control-static[type="url"],
.comment-form .input-group-lg > textarea.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.widget_wysija form .input-group-lg > .input-group-btn > input.form-control-static[type="submit"] {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.widget_wysija form .input-group-sm > .input-group-btn > input[type="submit"] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}
.form-control-lg,
.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.widget_wysija form .input-group-lg > .input-group-btn > input[type="submit"] {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.1666666667rem;
}
.form-group,
.comment-form p {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}
.form-check + .form-check {
    margin-top: -0.25rem;
}
.form-check.disabled .form-check-label {
    color: #544f4a;
    cursor: not-allowed;
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}
.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}
.form-check-input:only-child {
    position: static;
}
.form-check-inline {
    display: inline-block;
}
.form-check-inline .form-check-label {
    vertical-align: middle;
}
.form-check-inline + .form-check-inline {
    margin-left: 0.75rem;
}
.form-control-feedback {
    margin-top: 0.25rem;
}
.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    background-size: 1.125rem 1.125rem;
}
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
    color: #3c763d;
}
.has-success .form-control,
.has-success .comment-form input[type="text"],
.comment-form .has-success input[type="text"],
.has-success .comment-form input[type="email"],
.comment-form .has-success input[type="email"],
.has-success .comment-form input[type="url"],
.comment-form .has-success input[type="url"],
.has-success .comment-form textarea,
.comment-form .has-success textarea {
    border-color: #3c763d;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #aad4ab;
}
.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233c763d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
    color: #ffb04f;
}
.has-warning .form-control,
.has-warning .comment-form input[type="text"],
.comment-form .has-warning input[type="text"],
.has-warning .comment-form input[type="email"],
.comment-form .has-warning input[type="email"],
.has-warning .comment-form input[type="url"],
.comment-form .has-warning input[type="url"],
.has-warning .comment-form textarea,
.comment-form .has-warning textarea {
    border-color: #ffb04f;
}
.has-warning .input-group-addon {
    color: #ffb04f;
    border-color: #ffb04f;
    background-color: #fff;
}
.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFB04F' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
    color: #d43f3a;
}
.has-danger .form-control,
.has-danger .comment-form input[type="text"],
.comment-form .has-danger input[type="text"],
.has-danger .comment-form input[type="email"],
.comment-form .has-danger input[type="email"],
.has-danger .comment-form input[type="url"],
.comment-form .has-danger input[type="url"],
.has-danger .comment-form textarea,
.comment-form .has-danger textarea {
    border-color: #d43f3a;
}
.has-danger .input-group-addon {
    color: #d43f3a;
    border-color: #d43f3a;
    background-color: #f9e2e1;
}
.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d43f3a' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
@media (min-width: 540px) {
    .form-inline label {
        margin-bottom: 0;
    }
    .form-inline .form-group,
    .form-inline .comment-form p,
    .comment-form .form-inline p {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .form-inline .form-control,
    .form-inline .comment-form input[type="text"],
    .comment-form .form-inline input[type="text"],
    .form-inline .comment-form input[type="email"],
    .comment-form .form-inline input[type="email"],
    .form-inline .comment-form input[type="url"],
    .comment-form .form-inline input[type="url"],
    .form-inline .comment-form textarea,
    .comment-form .form-inline textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0;
    }
}
.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}
.input-group .form-control,
.input-group .comment-form input[type="text"],
.comment-form .input-group input[type="text"],
.input-group .comment-form input[type="email"],
.comment-form .input-group input[type="email"],
.input-group .comment-form input[type="url"],
.comment-form .input-group input[type="url"],
.input-group .comment-form textarea,
.comment-form .input-group textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus,
.input-group .comment-form input[type="text"]:focus,
.comment-form .input-group input[type="text"]:focus,
.input-group .comment-form input[type="email"]:focus,
.comment-form .input-group input[type="email"]:focus,
.input-group .comment-form input[type="url"]:focus,
.comment-form .input-group input[type="url"]:focus,
.input-group .comment-form textarea:focus,
.comment-form .input-group textarea:focus,
.input-group .form-control:active,
.input-group .comment-form input[type="text"]:active,
.comment-form .input-group input[type="text"]:active,
.input-group .comment-form input[type="email"]:active,
.comment-form .input-group input[type="email"]:active,
.input-group .comment-form input[type="url"]:active,
.comment-form .input-group input[type="url"]:active,
.input-group .comment-form textarea:active,
.comment-form .input-group textarea:active,
.input-group .form-control:hover,
.input-group .comment-form input[type="text"]:hover,
.comment-form .input-group input[type="text"]:hover,
.input-group .comment-form input[type="email"]:hover,
.comment-form .input-group input[type="email"]:hover,
.input-group .comment-form input[type="url"]:hover,
.comment-form .input-group input[type="url"]:hover,
.input-group .comment-form textarea:hover,
.comment-form .input-group textarea:hover {
    z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"],
.comment-form .input-group input[type="text"],
.input-group .comment-form input[type="email"],
.comment-form .input-group input[type="email"],
.input-group .comment-form input[type="url"],
.comment-form .input-group input[type="url"],
.input-group .comment-form textarea,
.comment-form .input-group textarea {
    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 .comment-form input[type="text"]:not(:first-child):not(:last-child),
.comment-form .input-group input[type="text"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="email"]:not(:first-child):not(:last-child),
.comment-form .input-group input[type="email"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="url"]:not(:first-child):not(:last-child),
.comment-form .input-group input[type="url"]:not(:first-child):not(:last-child),
.input-group .comment-form textarea:not(:first-child):not(:last-child),
.comment-form .input-group textarea: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: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.comment-form .input-group-sm > input.input-group-addon[type="text"],
.comment-form .input-group-sm > input.input-group-addon[type="email"],
.comment-form .input-group-sm > input.input-group-addon[type="url"],
.comment-form .input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.widget_wysija form .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.comment-form .input-group-lg > input.input-group-addon[type="text"],
.comment-form .input-group-lg > input.input-group-addon[type="email"],
.comment-form .input-group-lg > input.input-group-addon[type="url"],
.comment-form .input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.widget_wysija form .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"] {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:not(:last-child),
.input-group .comment-form input[type="text"]:not(:last-child),
.comment-form .input-group input[type="text"]:not(:last-child),
.input-group .comment-form input[type="email"]:not(:last-child),
.comment-form .input-group input[type="email"]:not(:last-child),
.input-group .comment-form input[type="url"]:not(:last-child),
.comment-form .input-group input[type="url"]:not(:last-child),
.input-group .comment-form textarea:not(:last-child),
.comment-form .input-group textarea:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.widget_wysija form .input-group-btn:not(:last-child) > input[type="submit"],
.input-group-btn:not(:last-child) > .btn-group > .btn,
.widget_wysija form .input-group-btn:not(:last-child) > .btn-group > input[type="submit"],
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.widget_wysija form .input-group-btn:not(:first-child) > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.widget_wysija form .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type="submit"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:not(:last-child) {
    border-right: 0;
}
.input-group .form-control:not(:first-child),
.input-group .comment-form input[type="text"]:not(:first-child),
.comment-form .input-group input[type="text"]:not(:first-child),
.input-group .comment-form input[type="email"]:not(:first-child),
.comment-form .input-group input[type="email"]:not(:first-child),
.input-group .comment-form input[type="url"]:not(:first-child),
.comment-form .input-group input[type="url"]:not(:first-child),
.input-group .comment-form textarea:not(:first-child),
.comment-form .input-group textarea:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.widget_wysija form .input-group-btn:not(:first-child) > input[type="submit"],
.input-group-btn:not(:first-child) > .btn-group > .btn,
.widget_wysija form .input-group-btn:not(:first-child) > .btn-group > input[type="submit"],
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.widget_wysija form .input-group-btn:not(:last-child) > input[type="submit"]:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.widget_wysija form .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type="submit"] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.form-control + .input-group-addon:not(:first-child),
.comment-form input[type="text"] + .input-group-addon:not(:first-child),
.comment-form input[type="email"] + .input-group-addon:not(:first-child),
.comment-form input[type="url"] + .input-group-addon:not(:first-child),
.comment-form textarea + .input-group-addon:not(:first-child) {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn,
.widget_wysija form .input-group-btn > input[type="submit"] {
    position: relative;
}
.input-group-btn > .btn + .btn,
.widget_wysija form .input-group-btn > input[type="submit"] + .btn,
.widget_wysija form .input-group-btn > .btn + input[type="submit"],
.widget_wysija form .input-group-btn > input[type="submit"] + input[type="submit"] {
    margin-left: -1px;
}
.input-group-btn > .btn:focus,
.widget_wysija form .input-group-btn > input[type="submit"]:focus,
.input-group-btn > .btn:active,
.widget_wysija form .input-group-btn > input[type="submit"]:active,
.input-group-btn > .btn:hover,
.widget_wysija form .input-group-btn > input[type="submit"]:hover {
    z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.widget_wysija form .input-group-btn:not(:last-child) > input[type="submit"],
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.widget_wysija form .input-group-btn:not(:first-child) > input[type="submit"],
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus,
.widget_wysija form .input-group-btn:not(:first-child) > input[type="submit"]:focus,
.input-group-btn:not(:first-child) > .btn:active,
.widget_wysija form .input-group-btn:not(:first-child) > input[type="submit"]:active,
.input-group-btn:not(:first-child) > .btn:hover,
.widget_wysija form .input-group-btn:not(:first-child) > input[type="submit"]:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
html {
    font-size: 16px;
}
body {
    font-family: "Alegreya Sans", serif;
    color: #3f3d38;
    margin: 0;
    padding: 0;
    font-display:swap;
}
a {
    color: #3f3d38;
}
h1 {
    font-size: 2.45rem;
    margin: 10px 0;
    line-height: 2.695rem;
}
h2 {
    font-size: 2.2rem;
    line-height: 2.42rem;
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    font-weight: 300;
    margin: 0;
}
.box-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #544f4a;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}
.box-title a {
    color: #ffb04f;
    text-decoration: none;
}
.box-title a:after {
    content: " »";
    color: #aaa;
    font-weight: 300;
}
.box-title a:hover {
    color: #3f3d38;
}
.widget-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #544f4a;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    font-weight: 300;
}
.widget-title a {
    color: #ffb04f;
    text-decoration: none;
}
.widget-title a:after {
    content: " »";
    color: #aaa;
    font-weight: 300;
}
.widget-title a:hover {
    color: #3f3d38;
}
.page-header {
    margin-bottom: 20px;
}
.page-header h1 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #544f4a;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}
.page-header h1 a {
    color: #ffb04f;
    text-decoration: none;
}
.page-header h1 a:after {
    content: " »";
    color: #aaa;
    font-weight: 300;
}
.page-header h1 a:hover {
    color: #3f3d38;
}
a:hover {
    text-decoration: none;
    color: #837e74;
}
.entry-meta {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #888;
}
.entry-meta a {
    color: currentColor;
}
* {
    box-sizing: border-box;
}
.row,
.related li {
    position: relative;
    overflow: inherit;
}
@media (min-width: 540px) {
    .row,
    .related li {
        overflow: hidden;
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
        overflow: inherit;
    }
}
@media (min-width: 540px) and (min-width: 540px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
@media (min-width: 540px) and (min-width: 960px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
@media (min-width: 540px) and (min-width: 1024px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
@media (min-width: 540px) and (min-width: 1100px) {
    .row,
    .related li {
        margin-right: -0.4375rem;
        margin-left: -0.4375rem;
    }
}
.row .main,
.related li .main {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
}
@media (min-width: 1024px) {
    .row .main,
    .related li .main {
        float: left;
        width: 71.25%;
    }
}
.row .main.special,
.related li .main.special {
    width: 100%;
    float: none;
}
@media (min-width: 540px) {
    .row .main.special,
    .related li .main.special {
        padding: 0;
    }
}
.row .sidebar,
.related li .sidebar {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
}
@media (min-width: 1024px) {
    .row .sidebar,
    .related li .sidebar {
        float: left;
        width: 28.75%;
    }
}
.spacer {
    clear: both;
    min-height: 1px;
}
[class*="opera-"],
[class*="local-"],
[class*="advads-"] {
    padding: 1px;
}
/*
[class*="opera-"] p,
[class*="local-"] p,
[class*="advads-"] p {
    margin: 0;
}*/
[class*="opera-"] .attachment,
[class*="local-"] .attachment,
[class*="advads-"] .attachment {
    display: none;
}
.opera-adlabel,
.local-adlabel,
.advads-adlabel {
    display: block;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}
.ad {
    position: relative;
}
.ad:before {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    content: "Reklama";
}
.ad .adsbygoogle {
    margin-bottom: 20px;
}
.ad--list {
    padding-top: 15px;
}
.ad--list .box {
    border: 1px solid #ddd;
    padding: 5px;
}
.ad--list:before {
    content: "Komerční sdělení";
    top: 0;
}
.ad .box-content-title {
    font-size: 1.5em;
}
.ad--pr:before {
    content: "Reklama a PR zprávy";
}
.ad-skyscraper {
    display: none;
    position: absolute;
    top: 0;
    width: 100px;
    height: 600px;
}
.ad-skyscraper img {
    max-width: 100%;
    height: auto;
}
.ad-skyscraper:empty {
    display: none;
}
@media (min-width: 1300px) {
    .ad-skyscraper {
        display: block;
    }
}
.ad-skyscraper-backup {
    display: block;
}
@media (min-width: 1300px) {
    .ad-skyscraper-backup {
        display: none;
    }
}
.ad-skyscraper-left {
    left: -107px;
    display: none;
}
.ad-skyscraper-right {
    right: -107px;
}
.ad-full-banner,
.ad-leaderboard {
    margin-bottom: 10px;
}
@media (min-width: 960px) {
    .ad-full-banner,
    .ad-leaderboard {
        min-height: 140px;
    }
}
.ad-full-banner:empty,
.ad-leaderboard:empty {
    display: none;
}
.ad-leaderboard-mobile {
    min-height: 60px;
    margin-bottom: 20px;
}
.ad-leaderboard-mobile img {
    max-width: 100%;
    height: auto;
}
.ad-leaderboard-mobile:empty {
    display: none;
}
.ad-full-banner-mobile {
    min-height: 80px;
    margin-bottom: 20px;
}
.ad-full-banner-mobile img {
    max-width: 100%;
    height: auto;
}
.ad-full-banner-mobile:empty {
    display: none;
}
.ad-square {
    min-height: 280px;
}
.ad-square:empty {
    display: none;
}
.ad-leaderboard img,
.ad-full-banner img,
.ad-full-banner-2 img {
    max-width: 100%;
    height: auto;
}
.alert {
    padding: 8px 10px;
    margin: 15px 0;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    font-family: Tahoma, sans-serif;
    font-size: 1rem;
    font-display:swap;
}
.alert-danger {
    border-color: #efb9b8;
    background-color: #fdf7f6;
    color: #d43f3a;
}
.alert-info {
    border-color: #bbdaf2;
    background-color: #f3f8fd;
    color: #3b94d9;
}
.alert-success {
    border-color: #aad4ab;
    background-color: #eef6ee;
    color: #3c763d;
}
.alert-warning {
    border-color: #ffd5a1;
    background-color: #fffcf7;
    color: #ffb04f;
}
.alert p {
    margin: 0;
}
.content-post .alert p {
    margin: 0;
    color: inherit;
}
.comments .comment-reply-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #544f4a;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}
.comments .comment-reply-title a {
    color: #ffb04f;
    text-decoration: none;
}
.comments .comment-reply-title a:after {
    content: " »";
    color: #aaa;
    font-weight: 300;
}
.comments .comment-reply-title a:hover {
    color: #3f3d38;
}
.comments .comment-body {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border-radius: 3px;
    padding: 10px;
    color: #544f4a;
    font-weight: 300;
}
.comments .comment-body:nth-of-type(2n) {
    background-color: #eee;
}
.comments .comment-body p {
    margin: 5px 0;
    font-size: 1rem;
}
.comments .comment-body .reply {
    text-align: right;
}
.comments .comment-body .reply a {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffb04f;
    color: #fff;
    font-size: 0.9rem;
}
.comments .comment-body .reply a:hover {
    background-color: #3f3d38;
    color: #fff;
}
.comments .comment {
    color: #4a90cb;
    font-weight: 700;
}
.comments .comment .comment-respond {
    padding: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #544f4a;
    font-weight: 300;
}
.comments .comment .comment-respond p {
    margin: 5px 0 0;
}
.comments .comment .comment-respond .comment-reply-title {
    margin: 0;
    font-weight: 300;
    border-bottom: none;
}
.comments .comment .comment-respond .comment-reply-title:after {
    content: "";
    display: table;
    clear: both;
}
.comments .comment .comment-respond .comment-reply-title small {
    display: inline-block;
    float: right;
}
.comments .comment .comment-respond .comment-reply-title small a {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 4px 10px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #d43f3a;
    color: #fff;
    font-size: 0.9rem;
}
.comments .comment .comment-respond .comment-reply-title small a:hover {
    background-color: #3f3d38;
}
.comments .comment .comment-respond .comment-reply-title small a:after {
    content: "";
}
.comments .comment .comment-respond form textarea {
    width: 99%;
}
.comments .comment .comment-respond input[type="submit"] {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffb04f;
    color: #fff;
    font-size: 0.9rem;
    border: none;
    font-family: "Alegreya Sans", Arial, serif;
    font-display:swap;
}
.comments .comment .comment-respond input[type="submit"]:hover {
    background-color: #3f3d38;
    color: #fff;
}
.comments .comment .comment-respond .form-allowed-tags {
    font-size: 0.8rem;
}
.comments .comment.comment-author-opera-plus > article {
    background-image: url("../images/avatar.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 90px;
}
.comments .comment-respond p {
    margin: 5px 0 0;
    font-size: 1rem;
}
.comments .comment-respond .form-submit {
    text-align: right;
}
.comments .comment-respond form textarea {
    width: 100%;
}
.comments .comment-respond input[type="submit"] {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffb04f;
    color: #fff;
    font-size: 0.9rem;
    border: none;
    font-family: "Alegreya Sans", Arial, serif;
    font-display:swap;
}
.comments .comment-respond input[type="submit"]:hover {
    background-color: #3f3d38;
    color: #fff;
}
.comments .comment-respond .form-allowed-tags {
    font-size: 0.8rem;
}
.comments .children .comment-body {
    background-color: #fff;
}
.comments .comment-author,
.comments .comment-metadata {
    display: inline-block;
    font-size: 1rem;
}
.comments .edit-link {
    margin-left: 5px;
    display: inline-block;
}
.comments .edit-link a {
    color: #d43f3a;
}
.comment-list ol {
    list-style: none;
}
input,
textarea {
    border: 1px solid #ddd;
    border-top: 1px solid #c4c3c3;
}
input:focus,
textarea:focus {
    outline: none;
    border: 1px solid #ffb04f;
}
button.btn-secondary {
    vertical-align: middle;
}
.input-group {
    display: table;
}
.input-group input,
.input-group button {
    display: table-cell;
}
.input-group input {
    width: 240px;
    text-transform: uppercase;
    color: #aaa;
    border-right: 0;
}
.input-group button:hover {
    background-color: #3f3d38;
}
.input-group .input-group-btn {
    display: table-cell;
}
.input-group .input-group-btn .btn-secondary,
.input-group .input-group-btn .widget_wysija form input[type="submit"],
.widget_wysija form .input-group .input-group-btn input[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1em;
    height: 30px;
    padding: 0 4px;
}
.search-form {
    margin-top: 10px;
}
@media (min-width: 960px) {
    .search-form {
        margin: 0;
    }
}
.search-form input[type="search"] {
    -webkit-appearance: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: inherit;
    height: 38px;
}
.search-form .input-group-addon {
    background-color: #ffb04f;
    border: none;
    padding: 0;
}
.search-form .input-group-addon button {
    padding: 0.5rem;
    cursor: pointer;
}
.search-form .input-group-addon:hover {
    background-color: #3f3d38;
}
.search-form .input-group-addon:hover button {
    background-color: #3f3d38;
}
.search-form .search-submit {
    background-color: transparent;
    border: none;
    font-size: 0.85rem;
    padding: 0;
    color: #fff;
}
.search-form .search-submit span {
    display: inline-block;
}
@media (min-width: 960px) {
    .search-form .search-submit span {
        display: none;
    }
}
.search-form .search-submit i {
    display: none;
}
@media (min-width: 960px) {
    .search-form .search-submit i {
        display: inline-block;
    }
}
.content .wpcf7-form {
    margin-top: 20px;
}
.content .wpcf7-form input,
.content .wpcf7-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 2px;
}
.content .wpcf7-form .form-group,
.content .wpcf7-form .comment-form p,
.comment-form .content .wpcf7-form p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.content .wpcf7-form label {
    display: block;
    margin-bottom: 2px;
}
.content .wpcf7-form .required {
    color: #d43f3a;
    font-weight: 700;
}
.content .wpcf7-form input[type="submit"] {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffb04f;
    color: #fff;
    padding: 6px 12px;
    border: none;
    text-transform: uppercase;
    width: auto;
}
.content .wpcf7-form input[type="submit"]:hover {
    background-color: #3f3d38;
    color: #fff;
}
.content .wpcf7-form .wpcf7-not-valid-tip {
    text-transform: none;
    font-size: 1em;
    margin-top: 5px;
}
.content .wpcf7-form .wpcf7-response-output,
.content .wpcf7-form .wpcf7-validation-errors {
    text-transform: none;
    font-size: 1em;
    border: 1px solid #3c763d;
    background-color: #fff;
    color: #3c763d;
    padding: 5px 10px;
    font-size: 0.8em;
}
.search-form {
    margin: 0;
}
.box:after {
    content: "";
    display: table;
    clear: both;
}
.box--small {
    margin-bottom: 10px;
}
.box--medium {
    margin-bottom: 30px;
}
.box--big {
    margin-bottom: 40px;
}
.box.ad .box-content-title,
.box.category-zpravy-ruzne .box-content-title,
.box.category-zpravy-opera .box-content-title,
.box.category-zpravy-hudba .box-content-title,
.box.category-zpravy-balet .box-content-title,
.box.category-pr-zpravy .box-content-title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
}
.box.ad .box-content-title a,
.box.category-zpravy-ruzne .box-content-title a,
.box.category-zpravy-opera .box-content-title a,
.box.category-zpravy-hudba .box-content-title a,
.box.category-zpravy-balet .box-content-title a,
.box.category-pr-zpravy .box-content-title a {
    color: #544f4a;
}
.box.ad .box-content-title a:hover,
.box.category-zpravy-ruzne .box-content-title a:hover,
.box.category-zpravy-opera .box-content-title a:hover,
.box.category-zpravy-hudba .box-content-title a:hover,
.box.category-zpravy-balet .box-content-title a:hover,
.box.category-pr-zpravy .box-content-title a:hover {
    color: #8a827a;
}
.box-special {
    position: relative;
    margin-bottom: 30px;
}
.box-special .box-image {
    position: relative;
}
.box-special .box-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}
.box-special .box-content {
    background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
    position: absolute;
    bottom: 0;
    padding: 20px;
}
.box-special .box-content a {
    color: #fff;
}
.box.search-result .box-content-title {
    font-size: 1.4em;
    font-weight: 400;
}
.box.search-result .box-content-title a {
    text-decoration: underline;
}
.box.search-result .box-content-title a:hover {
    text-decoration: none;
}
.box.search-result img {
    max-width: 100%;
    height: auto;
}
.box .box-image {
    position: relative;
    overflow: hidden;
}
.box .box-image a {
    display: block;
}
.box .box-image img {
    width: 100%;
    display: block;
    height: auto;
}
@media (min-width: 960px) {
    .box .box-image img {
        max-width: 100%;
    }
}
.box .box-image .label {
    position: absolute;
    bottom: 15px;
    left: 10px;
}
@media (min-width: 1024px) {
    .box .box-image .label {
        right: 10px;
        left: auto;
    }
}
.box .box-link {
    height: inherit;
}
.box .box-content a {
    text-decoration: none;
}
.box .box-content p {
    color: #544f4a;
    font-size: 1.1rem;
    margin: 5px 0 0;
}
.box .box-content-title {
    margin-top: -5px;
}
.box .box-content-title--sticky {
    font-size: 2.4rem;
}
.box .box-content-title.bold {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.box .box-content-title.interview {
    padding: 0 10px;
}
.box .thumb {
    min-height: 160px;
    background-color: #ddd;
    background-image: url("../img/default.jpg");
    background-repeat: no-repeat;
}
.box--recommended .box-content-link {
    display: block;
    height: 70px;
    overflow: hidden;
    margin-top: 5px;
}
.box-group {
    margin-bottom: 40px;
}
.box-group--small {
    margin-bottom: 30px;
}
.box-group--actual {
    padding: 10px;
    border: 1px solid #ddd;
}
.box-group--interview .box {
    margin-bottom: 15px;
}
@media (min-width: 540px) {
    .box-group--interview .box {
        margin-bottom: 0;
    }
}
.box-group--interview .box-image:after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.box-group--interview .box-image .label {
    bottom: 30px;
    z-index: 2;
}
.box-group--interview .box-content {
    margin-top: -20px;
    position: relative;
}
.box-group--interview .box-content h3 {
    margin: 0;
}
.box-group-title--actual {
    color: #d43f3a;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
}
.box-group-title--interview {
    color: #3b94d9;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    position: relative;
    background-color: #fff;
    text-align: center;
    margin: 20px 0 10px;
}
.box-group-title--interview span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}
.box-group-title--interview:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #ddd;
    height: 1px;
    display: block;
    width: 100%;
    top: 50%;
    z-index: 1;
}
.box-category {
    margin-bottom: 0;
    font-size: 1.1rem;
}
@media (min-width: 1024px) {
    .box-category {
        width: 48.6725663717%;
        float: left;
        margin-right: 2.6548672566%;
    }
    .box-category:nth-child(2n) {
        float: right;
        margin-right: 0;
    }
}
.box-category.box--small {
    height: auto;
}
.box-category.box-extend {
    width: 100%;
    height: auto;
}
.box-category.box-extend h4 {
    font-weight: 700;
    font-size: 1.2rem;
}
.box-category.box-extend h4 a {
    text-decoration: none;
}
.box-category.box-extend .row,
.box-category.box-extend .related li,
.related .box-category.box-extend li {
    margin-bottom: 10px;
}
.box-category.box-extend .row p,
.box-category.box-extend .related li p,
.related .box-category.box-extend li p {
    margin: 0 0 15px;
}
.box-category img {
    max-width: 100%;
}
.box-category .box-category--media {
    width: 47.2727272727%;
    float: left;
    margin-right: 5.4545454545%;
    position: relative;
}
.box-category .box-category--title {
    width: 47.2727272727%;
    float: right;
    margin-right: 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.box-category .box-category--title a {
    text-decoration: none;
}
@media (min-width: 1024px) {
    .box-category .box-category--inner div:first-child {
        width: 47.2727272727%;
        float: left;
        margin-right: 5.4545454545%;
    }
}
.box-category--extend > div {
    width: 12.1212121212%;
    float: left;
    margin-right: 5.4545454545%;
}
.box-pr {
    margin-top: 40px;
}
.box-pr ul {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    list-style: none;
    padding: 10px;
    font-size: 0.9rem;
}
.box-pr ul li {
    margin-bottom: 10px;
}
.box-pr ul li:last-child {
    margin-bottom: 0;
}
.box-pr ul li a {
    color: #666;
}
.box-related {
    width: 265px;
    float: left;
    clear: left;
    margin: 10px 15px 10px -20px;
    color: #19171b;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.box-related b {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
}
.box-related .box-related-link {
    color: currentColor;
}
.box-related:after {
    clear: both;
    content: "";
}
.related {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.related .title {
    padding-right: 10px;
    display: inline-block;
}
.related li {
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}
.related li a {
    color: #544f4a;
}
.box-week {
    border: 1px solid #ddd;
    padding: 5px 10px 10px 70px;
    border-radius: 2px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    background-image: url("../img/icon--week.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 30px;
    margin: 30px 0;
}
.box-week p {
    margin: 0;
}
.box-week p strong:first-child {
    display: block;
    font-size: 22px;
}
.box-week em {
    position: absolute;
    right: -40px;
    top: -10px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    display: block;
    width: 100px;
    background-color: #ffb04f;
    font-weight: 700;
    padding: 20px 0 3px;
}
.box-week em:after {
    content: "";
    width: 60px;
    height: 60px;
}
.format-video:not(.list):not(.box-group--recommended) .box-image a:hover .box-format-icon,
.format-gallery:not(.list):not(.box-group-recommended) .box-image a:hover .box-format-icon,
.format-aside:not(.list):not(.box-group-recommended) .box-image a:hover .box-format-icon {
    background-color: transparent;
}
.box-category .box-format-icon,
.box--recommended .box-format-icon,
.format-video.list .box-format-icon,
.format-video.box-group--recommended .format-aside.list .box-format-icon,
.format-aside.box-group--recommended .box-format-icon {
    background-size: 65px;
}
.box-icon_small .box-image a:before {
    background-size: 65px;
}
.box-icon:not(.format-standard) .box-image a:first-child {
    position: relative;
}
.box-icon:not(.format-standard) .box-image a:first-child:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 225, 0.15);
    background-repeat: no-repeat;
    background-position: center;
}
.box-icon:not(.format-standard) .box-image a:first-child:hover:before {
    background-color: transparent;
}
.box.format-aside .box-image a:before {
    background-image: url("../img/box-format-icon--special.png");
}
.box.format-video .box-image > a:before {
    background-image: url("../img/box-format-icon--video.png");
}
.box.format-gallery .box-image > a:before {
    background-image: url("../img/box-format-icon--gallery.png");
}
.clearfix:after,
.box-group:after {
    content: "";
    display: table;
    clear: both;
}
.clearfix:before,
.box-group:before {
    content: "";
    display: table;
    clear: both;
}
.box-wrapper .box-wrapper--btn {
    text-align: right;
    margin: 10px 0 40px 0;
}
@media (min-width: 1024px) {
    .box-wrapper .box-wrapper--btn {
        margin: -20px 0 0;
    }
}
.box--gallery {
    padding: 20px;
    background-color: #19171b;
    color: #fff;
}
.box--gallery .gallery ul {
    padding: 0;
    margin: 0;
}
.block {
    font-family: Tahoma, sans-serif;
    font-size: 1rem;
    margin: 15px 0;
    font-display:swap;
}
.block-default {
    border: 1px solid #ddd;
    border-left: 3px solid #3f3d38;
    padding: 12px 20px;
    border-radius: 2px;
}
.block-default b,
.block-default strong {
    display: block;
    text-transform: uppercase;
    color: #3f3d38;
}
.block-warning {
    border: 1px solid #ddd;
    border-left: 3px solid #ffb04f;
    padding: 12px 20px;
    border-radius: 2px;
    color: #ffb04f;
}
.block-warning b,
.block-warning strong {
    display: block;
    text-transform: uppercase;
    color: #ffb04f;
}
.block p {
    margin: 0;
    color: #3f3d38;
}
.content-post .block-default strong {
    color: #3f3d38;
}
.content-post .block-warning strong {
    color: #ffb04f;
}
.content-post .block p {
    margin: 0;
}
.label {
    border-radius: 2px;
    text-align: center;
    padding: 3px 6px;
    font-size: 1rem;
    text-decoration: none;
}
.label.label--category {
    background-color: #ffb04f;
    color: #fff;
    text-transform: uppercase;
}
.label.label--recomend {
    color: #ffb04f;
    text-transform: uppercase;
    padding: 0 0 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 1.1rem;
}
.label.label--news {
    color: #544f4a;
    text-transform: uppercase;
    padding: 0 0 10px;
    display: inline-block;
}
.label.label--outdated {
    color: #d43f3a;
    text-transform: uppercase;
    padding: 0 0 10px;
    display: inline-block;
}
.label.label--updated {
    background-color: #d43f3a;
    color: #fff;
    margin-left: 5px;
}
.label.label--info {
    background-color: #544f4a;
    color: #fff;
    margin-left: 5px;
}
.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
}
@media (min-width: 1024px) {
    .nav {
        text-align: right;
        margin-top: 17px;
        font-size: 1.1rem;
    }
}
.nav li {
    display: block;
}
@media (min-width: 960px) {
    .nav li {
        display: inline-block;
    }
}
.nav li a {
    display: block;
    padding: 0.5rem 0.5rem;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #544f4a;
    font-weight: 700;
}
@media (min-width: 960px) {
    .nav li a {
        font-weight: 400;
        display: inline-block;
        border: none;
        border-bottom: 1px solid #ddd;
    }
}
@media (min-width: 960px) {
    .nav li + li {
        margin-left: 10px;
    }
}
.nav li + li a {
    margin-top: -1px;
}
.nav li.current-menu-item > a {
    color: #ffb04f;
}
.nav li:hover {
    transition: all 0.2s ease-in-out;
}
@media (min-width: 960px) {
    .nav li:hover > a {
        color: #ffb04f;
        border-color: #ffb04f;
    }
}
.nav li:hover .sub-menu {
    display: block;
}
.nav .sub-menu {
    padding: 0;
}
@media (min-width: 960px) {
    .nav .sub-menu {
        display: none;
        position: absolute;
        font-size: 1rem;
        padding: 0;
        color: #888888;
        text-align: left;
        z-index: 3;
        padding-top: 20px;
        text-transform: none;
        width: 150px;
        margin-left: -40px;
    }
    .nav .sub-menu:before {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #f3f3f3;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 11px;
    }
}
.nav .sub-menu a {
    display: block;
    background-color: #f3f3f3;
    padding: 8px 14px 7px;
    color: currentColor;
    border-bottom: none;
    margin: 0;
    font-weight: 400;
}
.nav .sub-menu a:hover {
    background-color: #ddd;
    color: #3f3d38;
}
.nav .sub-menu li {
    display: block;
}
.nav .sub-menu li:first-child a {
    border-radius: 2px 2px 0 0;
}
.nav .sub-menu li:last-child a {
    border-radius: 0 0 2px 2px;
}
.nav .sub-menu li + li {
    margin: 0;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
}
.navbar-toggler {
    display: inline-block;
    float: right;
    background-color: #ffb04f;
    border: none;
    height: auto;
    width: 45px;
    padding: 0.5rem 0.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    text-align: center;
}
.navbar-toggler + .navbar-toggler {
    margin-right: 6px;
}
.navbar-toggler-item {
    display: inline-block;
    float: left;
    width: 100%;
    margin: auto;
    margin-top: 4px;
    background-color: #fff;
    height: 3px;
}
.navbar-toggler--menu {
    padding: 0.5rem 0.75rem;
}
.navbar-toggler--search {
    min-height: 39px;
}
.posts-navigation {
    text-align: right;
}
.posts-navigation .screen-reader-text {
    display: none;
}
.posts-navigation .nav-links a {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffb04f;
    color: #fff;
}
.posts-navigation .nav-links a:hover {
    background-color: #3f3d38;
    color: #fff;
}
.posts-navigation .nav-links div {
    display: inline-block;
}
.posts-navigation .nav-links div + div {
    margin-left: 10px;
}
.btn,
.widget_wysija form input[type="submit"] {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.btn-secondary,
.widget_wysija form input[type="submit"] {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffb04f;
    color: #fff;
    background-color: #ffb04f;
    border: none;
}
.btn-secondary:hover,
.widget_wysija form input[type="submit"]:hover {
    background-color: #3f3d38;
    color: #fff;
}
.btn-red {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffb04f;
    color: #fff;
    background-color: #d43f3a;
    border: none;
}
.btn-red:hover {
    background-color: #3f3d38;
    color: #fff;
}
.group.group-inline {
    margin-top: 20px;
}
.group.group-inline > div {
    display: inline-block;
    margin-right: 20px;
}
@media (min-width: 1024px) {
    .group.group-inline > div {
        margin-right: 10px;
    }
}
.group.group-inline > div:last-child {
    margin-right: 0;
}
@media (min-width: 1024px) {
    .group.group-inline {
        margin-top: 0;
    }
}
.group .social-group a {
    margin-right: 20px;
}
@media (min-width: 1024px) {
    .group .social-group a {
        margin-right: 10px;
    }
}
.group .social-group a:last-child {
    margin-right: 0;
}

@font-face {
    font-family: "icons";
    src: url("../fonts/icons.eot?32947184");
    src: url("../fonts/icons.eot?32947184#iefix") format("embedded-opentype"), url("../fonts/icons.woff?32947184") format("woff"), url("../fonts/icons.ttf?32947184") format("truetype"), url("../fonts/icons.svg?32947184#icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display:swap;
} 
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 1.1rem;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    color: #fff;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display:swap;
}
.icon-link-ext:before {
    content: "\e802";
    color: #4a90cb;
    font-size: 0.7em;
    margin-left: 5px;
}
.icon-link-ext:before {
    content: "\e800";
}
.icon-facebook:before {
    content: "\e801";
}
.icon-twitter:before {
    content: "\e802";
}
.icon-rss:before {
    content: "\e803";
}
.icon-search:before {
    content: "\e804";
}
.icon-star-empty:before {
    content: "\e805";
}
.icon-youtube-play:before {
    content: "\f16a";
}
.wp-paginate {
    padding: 0;
    text-align: right;
}
.wp-paginate li {
    display: inline-block;
}
.wp-paginate li + li {
    margin-left: 5px;
}
.wp-paginate li .prev,
.wp-paginate li .next,
.wp-paginate li .page {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffb04f;
    color: #fff;
}
.wp-paginate li .prev:hover,
.wp-paginate li .next:hover,
.wp-paginate li .page:hover {
    background-color: #3f3d38;
    color: #fff;
}
.wp-paginate li .prev.current,
.wp-paginate li .next.current,
.wp-paginate li .page.current {
    background-color: #3f3d38;
    cursor: default;
}
#slb_viewer_wrap .slb_viewer.slb_theme_slb_baseline * {
    line-height: 1.1em;
}
#slb_viewer_wrap .slb_viewer.slb_theme_slb_black .slb_data_title {
    display: block;
    margin: 5px 0;
    font-family: "Alegreya Sans", Arial, serif;
    font-display:swap;
    font-size: 1.7em;
}
#slb_viewer_wrap .slb_viewer.slb_theme_slb_black .slb_group_status {
    font-style: normal;
    font-family: Tahoma, sans-serif;
    font-size: 1.1em;
    font-display:swap;
}
#fancybox-overlay {
    background-color: #000 !important;
    opacity: 0.88 !important;
}
.gallery .gallery-item {
    margin: 0;
}
.gallery .gallery-item a {
    display: block;
    border: 1px solid #ddd !important;
    padding: 3px;
    border-radius: 2px;
    opacity: 0.9;
    margin-left: 5px;
    overflow: hidden;
}
@media (min-width: 960px) {
    .gallery .gallery-item a {
        height: 112px;
    }
}
@media (min-width: 1024px) {
    .gallery .gallery-item a {
        height: 140px;
    }
}
.gallery .gallery-item a:hover {
    opacity: 1;
    border: 1px solid #c4c3c3 !important;
}
.gallery .gallery-item a img {
    display: block;
    border: none !important;
    height: auto;
    margin: auto;
    max-height: 100%;
    width: auto;
}
.wc-gallery {
    margin: 20px 0 0;
}
.wc-gallery:before {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #544f4a;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    content: "Fotogalerie";
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}
.wc-gallery:before a {
    color: #ffb04f;
    text-decoration: none;
}
.wc-gallery:before a:after {
    content: " »";
    color: #aaa;
    font-weight: 300;
}
.wc-gallery:before a:hover {
    color: #3f3d38;
}
.wc-gallery .gallery-caption {
    min-width: 100%;
}
.wc-gallery-captions-onhover .gallery-item:hover .gallery-caption {
    display: none;
}
.format-gallery .wc-gallery:before {
    display: none;
}
.format-gallery .wc-gallery-captions-onhover .gallery-item:hover .gallery-caption {
    display: block;
}
.taxonomy-register-listing {
    list-style: none;
    padding: 0;
    margin: 0;
}
.taxonomy-register-listing:after {
    content: "";
    display: table;
    clear: both;
}
.taxonomy-register-listing .taxonomy-register-group {
    margin-bottom: 20px;
    position: relative;
}
.taxonomy-register-listing .taxonomy-register-group > span {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    display: block;
}
.taxonomy-register-listing ul {
    list-style: none;
    padding: 10px 0 0 10px;
}
.taxonomy-register-listing ul:after {
    content: "";
    display: table;
    clear: both;
}
.taxonomy-register-listing .taxonomy-register-item {
    position: relative;
    margin-bottom: 5px;
}
.taxonomy-register-listing .taxonomy-register-item .comment-author-link {
    font-weight: 700;
}
.taxonomy-register-listing .taxonomy-register-item a {
    margin-left: 2px;
}
.taxonomy-register-listing .taxonomy-register-item:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #4a90cb;
    position: absolute;
    top: 8px;
    left: -10px;
}
@media (min-width: 1024px) {
    .taxonomy-register-listing .taxonomy-register-item {
        width: 48.6725663717%;
        float: left;
        margin-right: 2.6548672566%;
    }
    .taxonomy-register-listing .taxonomy-register-item:nth-of-type(2n) {
        float: right;
        margin-right: 0;
    }
}
.alphabet-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alphabet-filter ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.alphabet-filter ul li a {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffb04f;
    color: #fff;
}
.alphabet-filter ul li a:hover {
    background-color: #3f3d38;
    color: #fff;
}
.widget {
    overflow: hidden;
    margin-bottom: 20px;
}
.widget h3 {
    margin-bottom: 10px;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    font-size: 1rem;
    margin-bottom: 15px;
}
.widget ul li span {
    color: #544f4a;
}
.widget .nav-tabs {
    border-bottom: none;
}
.widget .nav-tabs .nav-item {
    text-transform: uppercase;
    margin-bottom: 0;
}
.widget .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    padding: 0.5rem;
}
.widget .nav-tabs .nav-item .nav-link.active {
    border-bottom: 1px solid #ffb04f;
    color: #ffb04f;
}
.widget.popular h3 {
    border-bottom: none;
    margin-bottom: 0;
}
.widget.popular .tab-content .tab-pane {
    margin-top: -1px;
    border-top: 1px solid #ddd;
}
.widget.popular .wpp-list {
    margin-top: 15px;
    counter-reset: section;
}
.widget.popular .wpp-list li {
    padding-left: 20px;
    position: relative;
}
.widget.popular .wpp-list li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 0;
}
.widget.popular .wpp-list li .wpp-views {
    display: none;
}
.widget.widget_recent_comments ul {
    padding-left: 15px;
}
.widget.widget_recent_comments ul li {
    position: relative;
}
.widget.widget_recent_comments ul li .comment-author-link {
    font-weight: 700;
}
.widget.widget_recent_comments ul li a {
    margin-left: 2px;
}
.widget.widget_recent_comments ul li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #4a90cb;
    position: absolute;
    top: 8px;
    left: -10px;
}
.widget.anniversary {
    line-height: 1rem;
}
.widget.anniversary div > a,
.widget.anniversary div img {
    float: left;
    display: block;
    margin-right: 10px;
}
.widget.anniversary div strong {
    font-size: 1rem;
    margin-bottom: 5px;
    display: block;
}
.widget.anniversary strong,
.widget.anniversary p {
    color: #666;
}
.widget.promo {
    text-align: right;
    margin-bottom: 0;
}
.widget.promo a {
    display: block;
    width: 100%;
    height: 90px;
    text-align: right;
    text-decoration: none;
    position: relative;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 960px) {
    .widget.promo a {
        display: inline-block;
        max-width: 195px;
        float: right;
    }
}
.widget.promo a:hover .gradient {
    background: linear-gradient(to bottom, #333 0%, transparent 100%);
}
.widget.promo a .title {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    z-index: 1;
}
@media (min-width: 1100px) {
    .widget.promo a .title {
        height: 50px;
    }
}
.widget.promo a .label {
    display: none;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.widget.promo a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    background: -moz-linear-gradient(top, #000 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.widget_wysija form {
    font-size: 16px;
}
.widget_wysija form p {
    margin-bottom: 10px;
    position: relative;
}
.widget_wysija form input[type="text"] {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 2px;
    font-size: 14px;
}
.widget_wysija form input[type="submit"] {
    font-size: 14px;
    margin: 0;
}
.widget_wysija form .formError {
    width: 100%;
    left: 0 !important;
    top: 100% !important;
}
.widget_wysija form .formError .formErrorContent {
    width: 100%;
}
.widget_wysija .updated {
    border-color: #ffb04f;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    color: #ffb04f;
}
.widget_wysija .updated li {
    margin: 0;
}
.widget.promo-2 {
    margin-bottom: 20px;
}
.widget.promo-2 a {
    max-width: 100%;
    height: 150px;
}
.widget.promo-2 a .title {
    padding: 15px;
    height: auto;
}
.widget.promo-2 figure {
    margin: 0;
}
.ad + .widget {
    margin-top: 20px;
}
.header {
    margin-bottom: 10px;
}
@media (min-width: 960px) {
    .header {
        margin-bottom: 40px;
    }
}
.brand {
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 5px;
}
.brand-logo {
    float: left;
    width: 58.3333333333%;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
}
@media (min-width: 960px) {
    .brand-logo {
        float: left;
        width: 38.3333333333%;
    }
}
@media (min-width: 1024px) {
    .brand-logo {
        float: left;
        width: 35%;
    }
}
.brand-nav {
    float: left;
    width: 41.6666666667%;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
}
@media (min-width: 960px) {
    .brand-nav {
        float: left;
        width: 61.6666666667%;
    }
}
@media (min-width: 1024px) {
    .brand-nav {
        float: left;
        width: 65%;
    }
}
.brand img {
    max-width: 100%;
}
.brand-promo {
    margin: 10px 0;
}
@media (min-width: 960px) {
    .brand-promo {
        margin: 0;
    }
}
.brand-social {
    display: none;
    vertical-align: top;
}
@media (min-width: 960px) {
    .brand-social {
        display: block;
        margin-bottom: 10px;
    }
}
@media (min-width: 1024px) {
    .brand-social {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }
}
.brand-social svg {
    height: 34px;
    width: 34px;
    margin: 2px;
}
.brand-social .btn,
.brand-social .widget_wysija form input[type="submit"],
.widget_wysija form .brand-social input[type="submit"] {
    padding: 0;
}
.brand-social .btn-rss path:first-child {
    fill: #ffb04f;
}
.brand-social .btn i:before,
.brand-social .widget_wysija form input[type="submit"] i:before,
.widget_wysija form .brand-social input[type="submit"] i:before {
    line-height: inherit;
}
.brand-social .btn:hover circle,
.brand-social .widget_wysija form input[type="submit"]:hover circle,
.widget_wysija form .brand-social input[type="submit"]:hover circle,
.brand-social .btn:hover path:first-child,
.brand-social .widget_wysija form input[type="submit"]:hover path:first-child,
.widget_wysija form .brand-social input[type="submit"]:hover path:first-child {
    fill: #3f3d38;
}
.brand-social .btn i:before,
.brand-social .widget_wysija form input[type="submit"] i:before,
.widget_wysija form .brand-social input[type="submit"] i:before {
    vertical-align: middle;
}
.brand-search {
    display: inline-block;
}
.brand-title {
    display: none;
    position: relative;
    border-top: 1px solid #ddd;
    text-transform: uppercase;
    color: #544f4a;
    font-size: 0.9em;
    padding-top: 8px;
    margin-top: 8px;
    text-align: center;
}
@media (min-width: 960px) {
    .brand-title {
        display: block;
    }
}
footer .box-title {
    font-size: 1rem;
}
.footer-items {
    margin-top: 40px;
    background-color: #f5f5f5;
    padding: 20px 15px;
}
.footer-items .footer-item {
    margin-bottom: 20px;
}
.footer-items .footer-item ul {
    font-size: 1rem;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.footer-items .footer-item ul:after {
    content: "";
    display: table;
    clear: both;
}
.footer-items .footer-item li {
    margin-bottom: 5px;
    width: 48%;
    float: left;
    padding-right: 1%;
}
.footer-items .footer-item img {
    max-width: 100%;
    height: auto;
    display: block;
}
#eu-cookie-bar {
    display: none;
    direction: ltr;
    color: #ffffff;
    min-height: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding: 3px 20px 2px;
    background-color: #2e363f;
    text-align: center;
    font-size: 12px;
}
#eu-cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
}
button#euCookieAcceptWP {
    margin: 0 10px;
    line-height: 20px;
    background: #45ae52;
    border: none;
    color: #ffffff;
    padding: 2px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}
#eu-cookie-bar {
    padding: 7px 0;
    background-color: #3f3d38;
    font-family: "Alegreya Sans", Arial, serif;
    font-display:swap;
    font-size: 13px;
}
#eu-cookie-bar #euCookieAcceptWP {
    font-weight: normal;
    text-transform: uppercase;
    padding: 2px 6px;
}
@media (min-width: 960px) {
    .content-page,
    .content-post {
        margin-right: 15%;
        font-size: 1.1rem;
    }
}
.content-page p,
.content-post p {
    font-size: 1em;
    line-height: 1.4em;
    color: #544f4a;
    margin: 10px 0 0;
    padding: 0;
}
.content-page p + ol,
.content-page p + ul,
.content-post p + ol,
.content-post p + ul {
    margin-top: 0;
}
.content-page b,
.content-page strong,
.content-post b,
.content-post strong {
    color: #3f3d38;
}
.content-page a,
.content-post a {
    color: #4a90cb;
}
.content-page a[rel*="attachment"],
.content-post a[rel*="attachment"] {
    display: block;
    width: 100%;
}
.content-page a[rel*="attachment"] img,
.content-post a[rel*="attachment"] img {
    margin-bottom: 0;
}
.content-page a img.aligncenter,
.content-post a img.aligncenter {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-page img,
.content-post img {
    max-width: 100%;
    height: auto;
}
.content-page img.alignleft,
.content-post img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.content-page img.alignright,
.content-post img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.content-page img.aligncenter,
.content-post img.aligncenter {
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6 {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
}
.content-page h2 + p,
.content-page h3 + p,
.content-page h4 + p,
.content-page h5 + p,
.content-page h6 + p,
.content-post h2 + p,
.content-post h3 + p,
.content-post h4 + p,
.content-post h5 + p,
.content-post h6 + p {
    margin-top: 0;
}
.content-page h4,
.content-page h5,
.content-page h6,
.content-post h4,
.content-post h5,
.content-post h6 {
    text-transform: uppercase;
}
.content-page table,
.content-post table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}
.content-page table th,
.content-post table th {
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.content-page table tr th,
.content-post table tr th {
    background-color: #eee;
}
.content-page table tr td,
.content-page table tr th,
.content-post table tr td,
.content-post table tr th {
    padding: 5px;
    border: 1px solid #ddd;
}
.content-page ul,
.content-page ol,
.content-post ul,
.content-post ol {
    margin: 10px 0;
    padding-left: 20px;
    color: #000;
    font-size: 0.9em;
    color: #666;
}
.content-page ul li,
.content-page ol li,
.content-post ul li,
.content-post ol li {
    margin-bottom: 5px;
}
.content-page figure,
.content-post figure {
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.content-page figure.alignleft,
.content-post figure.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}
.content-page figure.alignright,
.content-post figure.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}
.content-page figure .wp-caption-text,
.content-post figure .wp-caption-text {
    font-size: 0.9em;
    color: #666;
}
.content-page .wp-polls .wp-polls-ul,
.content-post .wp-polls .wp-polls-ul {
    margin: 10px 0;
    padding: 0;
}
.content-page .wp-polls .wp-polls-ul li,
.content-post .wp-polls .wp-polls-ul li {
    margin-bottom: 10px;
}
.content-page .wp-polls .wp-polls-ul li label,
.content-post .wp-polls .wp-polls-ul li label {
    margin-left: 5px;
    cursor: pointer;
}
.content-page .wp-polls .btn,
.content-page .wp-polls .widget_wysija form input[type="submit"],
.widget_wysija form .content-page .wp-polls input[type="submit"],
.content-post .wp-polls .btn,
.content-post .wp-polls .widget_wysija form input[type="submit"],
.widget_wysija form .content-post .wp-polls input[type="submit"] {
    width: auto;
    text-transform: uppercase;
    font-size: 0.8em;
}
.content-page .box-group .wpcf7-form,
.content-post .box-group .wpcf7-form {
    margin-top: 20px;
}
.content-page iframe,
.content-post iframe {
    max-width: 100%;
    display: block;
}
@media (max-width: 959px) {
    .content-page iframe,
    .content-post iframe {
        height: 250px;
    }
}
@media (max-width: 539px) {
    .content-page iframe,
    .content-post iframe {
        height: auto;
    }
}
.content-thumbnail {
    margin: 30px 0;
}
.excerpt {
    font-size: 1.1em;
    display: block;
    margin-top: 10px;
}
.group.group-inline.social {
    margin-top: 20px;
}
.group.group-inline.social:after {
    content: "";
    display: table;
    clear: both;
}
.group.group-inline.social div {
    vertical-align: top;
}
.group.group-inline.social div .fb-share-button span {
    vertical-align: initial;
}
.yasr-visitor-votes .yasr-total-average-container {
    display: none;
}
.tag-list,
.breadcrumb {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 40px;
}
.tag-list a,
.breadcrumb a {
    color: #4a90cb;
}
.tag-list {
    margin: 15px 0 10px;
    position: relative;
    padding-left: 60px;
}
.tag-list span {
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
}
.tag-list a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}
.special .content-post {
    margin: 0;
}
@media (min-width: 540px) {
    .special .content-post {
        width: 85%;
        margin: auto;
    }
}
@media (min-width: 960px) {
    .special .content-post {
        width: 75%;
        margin: auto;
    }
}
.special .content-thumbnail {
    margin: 30px auto;
}
.special .content-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
}
.special .content figure:first-of-type {
    display: block;
}
@media (min-width: 1101px) {
    .special .content figure:first-of-type {
        margin-left: -16.5%;
        width: 124% !important;
    }
}
@media (min-width: 1100px) {
    .special .content figure:first-of-type img {
        max-width: initial !important;
    }
}
.special .content-thumbnail-description {
    color: #666;
    font-size: 0.9rem;
    margin-top: 5px;
}
.special .content iframe {
    max-width: 100%;
    display: block;
    height: 250px;
}
@media (min-width: 960px) {
    .special .content iframe {
        height: 440px;
    }
}
.special .content-header {
    margin: auto;
}
@media (min-width: 540px) {
    .special .content-header {
        width: 85%;
        margin: auto;
    }
}
@media (min-width: 960px) {
    .special .content-header {
        width: 75%;
        margin: auto;
    }
}
.format-gallery .content {
    width: auto;
    margin: 0;
}
.format-gallery .content p,
.format-gallery .content strong,
.format-gallery .content em,
.format-gallery .content i,
.format-gallery .content b {
    color: #fff;
}
.format-gallery .ad-square img {
    max-width: 100%;
    height: auto;
    display: block;
}
.format-gallery .gallery {
    background-color: transparent;
    border: none;
}
.format-gallery .gallery:before {
    content: "";
    border: none;
}
.format-gallery .gallery .wp-caption-text {
    background-color: rgba(25, 23, 27, 0.8);
    color: #fff;
}
.format-gallery .gallery-item a {
    border: none !important;
}
.format-gallery .wcflexslider .slides img {
    max-height: 500px;
    width: auto;
}
.instagram-media {
    margin: 10px 0 0 !important;
    min-width: 100%;
    position: inherit !important;
}

.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.violin:::after {
    content: "\1D11E";
}
.content-page a,
.content-page a,
.content-post a,
.content-post a,
.content-page a b,
.content-page a strong,
.content-post a b,
.content-post a strong {
    color: #4a90cb; /*#ffb04f;*/
}

main.main {
    border-right: 1px solid #ffb04fa8;
}
.sidebar {
    border-left: none !important;
}
/*#mainrow { display: grid;grid-template-columns: 71.25% 28.75%;}*/
#mainrow .main,
#mainrow .sidebar {
    width: 100%;
}

