@charset "UTF-8";
.wp-block-audio figcaption {
margin-top: 0.5em;
margin-bottom: 1em; }
.wp-block-audio audio {
width: 100%;
min-width: 300px; }
.wp-block-button {
color: #fff; }
.wp-block-button.aligncenter {
text-align: center; }
.wp-block-button.alignright { text-align: right; }
.wp-block-button__link {
background-color: #32373c;
border: none;
border-radius: 28px;
box-shadow: none;
color: inherit;
cursor: pointer;
display: inline-block;
font-size: 18px;
margin: 0;
padding: 12px 24px;
text-align: center;
text-decoration: none;
overflow-wrap: break-word; }
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
color: inherit; }
.wp-gs .wp-block-button__link:not(.has-background) {
background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c)); }
.is-style-squared .wp-block-button__link {
border-radius: 0; }
.no-border-radius.wp-block-button__link {
border-radius: 0 !important; }
.is-style-outline {
color: #32373c; }
.is-style-outline .wp-block-button__link {
background-color: transparent;
border: 2px solid; }
.wp-block-buttons .wp-block-button {
display: inline-block;
margin-right: 8px;
margin-bottom: 8px; }
.wp-block-buttons.alignright .wp-block-button {
margin-right: none;
margin-left: 8px; }
.wp-block-buttons.aligncenter {
text-align: center; }
.wp-block-calendar {
text-align: center; }
.wp-block-calendar th,
.wp-block-calendar tbody td {
padding: 4px;
border: 1px solid #e2e4e7; }
.wp-block-calendar tfoot td {
border: none; }
.wp-block-calendar table {
width: 100%;
border-collapse: collapse;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
.wp-block-calendar table th {
font-weight: 400;
background: #edeff0; }
.wp-block-calendar a {
text-decoration: underline; }
.wp-block-calendar tfoot a {
color: #00739c; }
.wp-block-calendar table tbody,
.wp-block-calendar table caption {
color: #40464d; }
.wp-block-categories.alignleft { margin-right: 2em; }
.wp-block-categories.alignright { margin-left: 2em; }
.wp-block-columns {
display: flex;
margin-bottom: 28px;
flex-wrap: wrap; }
@media (min-width: 782px) {
.wp-block-columns {
flex-wrap: nowrap; } }
.wp-block-columns.has-background {
padding: 20px 30px; }
.wp-block-column {
flex-grow: 1;
min-width: 0;
word-break: break-word;
overflow-wrap: break-word; }
@media (max-width: 599px) {
.wp-block-column {
flex-basis: 100% !important; } }
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-column {
flex-basis: calc(50% - 16px) !important;
flex-grow: 0; }
.wp-block-column:nth-child(even) {
margin-left: 32px; } }
@media (min-width: 782px) {
.wp-block-column {
flex-basis: 0;
flex-grow: 1; }
.wp-block-column[style] {
flex-grow: 0; }
.wp-block-column:not(:first-child) {
margin-left: 32px; } } .wp-block-columns.are-vertically-aligned-top {
align-items: flex-start; }
.wp-block-columns.are-vertically-aligned-center {
align-items: center; }
.wp-block-columns.are-vertically-aligned-bottom {
align-items: flex-end; } .wp-block-column.is-vertically-aligned-top {
align-self: flex-start; }
.wp-block-column.is-vertically-aligned-center {
-ms-grid-row-align: center;
align-self: center; }
.wp-block-column.is-vertically-aligned-bottom {
align-self: flex-end; }
.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom {
width: 100%; }
.wp-block-cover-image,
.wp-block-cover {
position: relative;
background-color: #000;
background-size: cover;
background-position: center center;
min-height: 430px;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden; }
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: fixed; }
@supports (-webkit-overflow-scrolling: touch) {
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: scroll; } }
@media (prefers-reduced-motion: reduce) {
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: scroll; } }
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
content: "";
background-color: inherit; }
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1; }
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
opacity: 0.5; }
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before {
opacity: 0.1; }
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
opacity: 0.1; }
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before {
opacity: 0.2; }
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
opacity: 0.2; }
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before {
opacity: 0.3; }
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
opacity: 0.3; }
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before {
opacity: 0.4; }
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
opacity: 0.4; }
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before {
opacity: 0.5; }
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
opacity: 0.5; }
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before {
opacity: 0.6; }
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
opacity: 0.6; }
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before {
opacity: 0.7; }
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
opacity: 0.7; }
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before {
opacity: 0.8; }
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
opacity: 0.8; }
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before {
opacity: 0.9; }
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
opacity: 0.9; }
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before {
opacity: 1; }
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
opacity: 1; }
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
max-width: 290px;
width: 100%; }
.wp-block-cover-image::after,
.wp-block-cover::after {
display: block;
content: "";
font-size: 0;
min-height: inherit; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-cover-image::after,
.wp-block-cover::after {
content: none; } }
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
display: flex; }
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 70px);
z-index: 1;
color: #f8f9f9; }
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color) {
color: inherit; }
.wp-block-cover__video-background {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
height: 100%;
z-index: 0;
object-fit: cover; }
section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
color: #fff; }
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:hover,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:active,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:hover,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:active,
.wp-block-cover-text a,
.wp-block-cover-text a:hover,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:active {
color: #fff; }
.wp-block-cover-image
.wp-block-cover.has-left-content {
justify-content: flex-start; }
.wp-block-cover-image
.wp-block-cover.has-right-content {
justify-content: flex-end; }
section.wp-block-cover-image.has-left-content > h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
margin-left: 0;
text-align: left; }
section.wp-block-cover-image.has-right-content > h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
margin-right: 0;
text-align: right; }
section.wp-block-cover-image > h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
font-size: 2em;
line-height: 1.25;
z-index: 1;
margin-bottom: 0;
max-width: 580px;
padding: 14px;
text-align: center; }
.block-editor-block-list__block[data-type="core/embed"][data-align="left"],
.block-editor-block-list__block[data-type="core/embed"][data-align="right"],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
max-width: 360px;
width: 100%; }
.wp-block-embed {
margin-bottom: 1em; }
.wp-block-embed figcaption {
margin-top: 0.5em;
margin-bottom: 1em; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
position: relative; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
content: "";
display: block;
padding-top: 50%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
padding-top: 42.85%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
padding-top: 50%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
padding-top: 56.25%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
padding-top: 75%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
padding-top: 100%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
padding-top: 177.78%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
padding-top: 200%; }
.wp-block-file {
margin-bottom: 1.5em; }
.wp-block-file.aligncenter {
text-align: center; }
.wp-block-file.alignright { text-align: right; }
.wp-block-file .wp-block-file__button {
background: #32373c;
border-radius: 2em;
color: #fff;
font-size: 13px;
padding: 0.5em 1em; }
.wp-block-file a.wp-block-file__button {
text-decoration: none; }
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
box-shadow: none;
color: #fff;
opacity: 0.85;
text-decoration: none; }
.wp-block-file * + .wp-block-file__button {
margin-left: 0.75em; }
.wp-block-gallery,
.blocks-gallery-grid {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 0; }
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
margin: 0 16px 16px 0;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative; }
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
margin: 0;
height: 100%; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
display: flex;
align-items: flex-end;
justify-content: flex-start; } }
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
display: block;
max-width: 100%;
height: auto; }
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
width: 100%; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
width: auto; } }
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 40px 10px 9px;
color: #fff;
text-align: center;
font-size: 13px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
display: inline; }
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
width: 100%; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
height: 100%;
flex: 1;
object-fit: cover; } }
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
width: calc((100% - 16px) / 2); }
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
margin-right: 0; }
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
width: 100%;
margin-right: 0; }
@media (min-width: 600px) {
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
width: calc((100% - 16px * 2) / 3);
margin-right: 16px; }
@supports (-ms-ime-align: auto) {
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
width: calc((100% - 16px * 2) / 3 - 1px); } }
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item {
width: calc((100% - 16px * 3) / 4);
margin-right: 16px; }
@supports (-ms-ime-align: auto) {
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item {
width: calc((100% - 16px * 3) / 4 - 1px); } }
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item {
width: calc((100% - 16px * 4) / 5);
margin-right: 16px; }
@supports (-ms-ime-align: auto) {
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item {
width: calc((100% - 16px * 4) / 5 - 1px); } }
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item {
width: calc((100% - 16px * 5) / 6);
margin-right: 16px; }
@supports (-ms-ime-align: auto) {
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item {
width: calc((100% - 16px * 5) / 6 - 1px); } }
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item {
width: calc((100% - 16px * 6) / 7);
margin-right: 16px; }
@supports (-ms-ime-align: auto) {
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item {
width: calc((100% - 16px * 6) / 7 - 1px); } }
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item {
width: calc((100% - 16px * 7) / 8);
margin-right: 16px; }
@supports (-ms-ime-align: auto) {
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item {
width: calc((100% - 16px * 7) / 8 - 1px); } }
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
margin-right: 0; }
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
margin-right: 0; }
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
margin-right: 0; }
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
margin-right: 0; }
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
margin-right: 0; }
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
margin-right: 0; }
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
margin-right: 0; }
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
margin-right: 0; } }
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
margin-right: 0; }
.wp-block-gallery.alignleft, .wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
max-width: 290px;
width: 100%; }
.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
justify-content: center; }
.wp-block-image {
margin-bottom: 1em; }
.wp-block-image img {
max-width: 100%; }
.wp-block-image.aligncenter {
text-align: center; }
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
width: 100%; }
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
display: table;
margin-left: 0;
margin-right: 0; }
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
display: table-caption;
caption-side: bottom; }
.wp-block-image .alignleft { float: left; margin-right: 1em; }
.wp-block-image .alignright { float: right; margin-left: 1em; }
.wp-block-image .aligncenter {
margin-left: auto;
margin-right: auto; }
.wp-block-image figcaption {
margin-top: 0.5em;
margin-bottom: 1em; }
.is-style-rounded img {
border-radius: 9999px; }
.is-style-circle-mask img {
border-radius: 9999px; }
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
.is-style-circle-mask img { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); mask-mode: alpha;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
border-radius: 0; } }
.wp-block-latest-comments__comment {
font-size: 15px;
line-height: 1.1;
list-style: none;
margin-bottom: 1em; }
.has-avatars .wp-block-latest-comments__comment {
min-height: 36px;
list-style: none; }
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
margin-left: 52px; }
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
line-height: 1.5; }
.wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
line-height: 1.8;
margin: 5px 0 20px; }
.wp-block-latest-comments__comment-date {
color: #8f98a1;
display: block;
font-size: 12px; }
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 24px;
display: block;
float: left;
height: 40px;
margin-right: 12px;
width: 40px; }
.wp-block-latest-posts.alignleft { margin-right: 2em; }
.wp-block-latest-posts.alignright { margin-left: 2em; }
.wp-block-latest-posts.wp-block-latest-posts__list {
list-style: none; }
.wp-block-latest-posts.wp-block-latest-posts__list li {
clear: both; }
.wp-block-latest-posts.is-grid {
display: flex;
flex-wrap: wrap;
padding: 0; }
.wp-block-latest-posts.is-grid li {
margin: 0 16px 16px 0;
width: 100%; }
@media (min-width: 600px) {
.wp-block-latest-posts.columns-2 li {
width: calc((100% / 2) - 16px); }
.wp-block-latest-posts.columns-3 li {
width: calc((100% / 3) - 16px); }
.wp-block-latest-posts.columns-4 li {
width: calc((100% / 4) - 16px); }
.wp-block-latest-posts.columns-5 li {
width: calc((100% / 5) - 16px); }
.wp-block-latest-posts.columns-6 li {
width: calc((100% / 6) - 16px); } }
.wp-block-latest-posts__post-date {
display: block;
color: #6c7781;
font-size: 13px; }
.wp-block-latest-posts__post-excerpt {
margin-top: 8px;
margin-bottom: 16px; }
.wp-block-latest-posts__featured-image img {
height: auto;
width: auto; }
.wp-block-latest-posts__featured-image.alignleft { margin-right: 1em; }
.wp-block-latest-posts__featured-image.alignright { margin-left: 1em; }
.wp-block-latest-posts__featured-image.aligncenter {
margin-bottom: 1em;
text-align: center; }
.wp-block-media-text { direction: ltr; display: -ms-grid;
display: grid;
-ms-grid-columns: 50% 1fr;
grid-template-columns: 50% 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto; }
.wp-block-media-text.has-media-on-the-right {
-ms-grid-columns: 1fr 50%;
grid-template-columns: 1fr 50%; }
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
-ms-grid-row-align: start;
align-self: start; }
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
-ms-grid-row-align: center;
align-self: center; }
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
-ms-grid-row-align: end;
align-self: end; }
.wp-block-media-text .wp-block-media-text__media { -ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 1;
grid-row: 1; margin: 0; }
.wp-block-media-text .wp-block-media-text__content {
direction: ltr; -ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 1;
grid-row: 1; padding: 0 8% 0 8%;
word-break: break-word; }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { -ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 1;
grid-row: 1; }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { -ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 1;
grid-row: 1; }
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
max-width: unset;
width: 100%;
vertical-align: middle; }
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
height: 100%;
min-height: 250px;
background-size: cover; }
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; } @media (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile {
-ms-grid-columns: 100% !important;
grid-template-columns: 100% !important; }
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
-ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 1;
grid-row: 1; }
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
-ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 2;
grid-row: 2; }
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
-ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 2;
grid-row: 2; }
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
-ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 1;
grid-row: 1; } } .wp-block-navigation > ul {
display: block;
list-style: none;
margin: 0;
padding-left: 0; }
@media (min-width: 600px) {
.wp-block-navigation > ul {
display: flex;
flex-wrap: wrap; } }
.wp-block-navigation > ul ul {
list-style: none;
padding-left: 0;
margin-top: 0;
margin-left: 0; }
.wp-block-navigation > ul ul li {
margin: 0; } .wp-block-navigation > ul li {
z-index: 1; }
.wp-block-navigation > ul li:hover, .wp-block-navigation > ul li:focus-within {
cursor: pointer;
z-index: 99999; }
.wp-block-navigation > ul li:hover > ul,
.wp-block-navigation > ul li:focus-within > ul,
.wp-block-navigation > ul li ul:hover,
.wp-block-navigation > ul li ul:focus {
visibility: visible;
opacity: 1;
display: flex;
flex-direction: column; }
.wp-block-navigation > ul > li ul {
position: absolute;
left: 0;
top: 100%;
min-width: 200px;
max-width: 200px;
opacity: 0;
transition: opacity 0.1s linear;
visibility: hidden; } .wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
display: flex;
flex-wrap: wrap; }
.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
width: 200px; }
.wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
margin: 0;
width: auto; }
.wp-block-navigation,
.wp-block-navigation > .wp-block-navigation__container {
align-items: center;
width: 100%; }
.wp-block-navigation > .wp-block-navigation-link,
.wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
display: flex;
margin-top: 0;
margin-bottom: 0; }
.wp-block-navigation .wp-block-navigation-link {
position: relative;
margin: 0;
min-height: 56px;
display: flex;
line-height: 1.4; }
.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
min-height: auto;
padding: 0; }
.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
margin: 0; }
.wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
display: none; }
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
display: flex;
border: 1px solid rgba(0, 0, 0, 0.15);
position: absolute;
z-index: 1;
top: 100%;
left: 0; }
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
left: 100%;
top: -1px; }
.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
background-color: inherit;
color: inherit; }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
display: flex;
align-items: center;
width: max-content;
padding: 6px 16px; }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
padding-top: 8px; }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
padding-bottom: 8px; }
.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
min-width: 100%;
padding-right: 32px;
position: relative; }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
position: absolute;
right: 16px; }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
fill: currentColor; }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
transform: rotate(0); }
.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
color: inherit; }
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
color: #111; }
.wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
background-color: #fff; }
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
color: #fff; }
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
background-color: #333; } .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
display: flex;
flex-direction: column;
padding: 0; } .wp-block-navigation > ul > li > a {
display: flex;
align-items: center; }
.wp-block-navigation > ul > li:first-of-type > a {
padding-left: 0; }
.wp-block-navigation > ul > li:last-of-type > a {
padding-right: 0; }
.wp-block-navigation.items-justified-left > ul {
justify-content: flex-start; }
.wp-block-navigation.items-justified-center > ul {
justify-content: center; }
.wp-block-navigation.items-justified-right > ul {
justify-content: flex-end; }
.is-small-text {
font-size: 14px; }
.is-regular-text {
font-size: 16px; }
.is-large-text {
font-size: 36px; }
.is-larger-text {
font-size: 48px; }
.has-drop-cap:not(:focus)::first-letter {
float: left;
font-size: 8.4em;
line-height: 0.68;
font-weight: 100;
margin: 0.05em 0.1em 0 0;
text-transform: uppercase;
font-style: normal; }
p.has-background {
padding: 20px 30px; }
p.has-text-color a {
color: inherit; }
.wp-block-pullquote {
padding: 3em 0;
margin-left: 0;
margin-right: 0;
text-align: center; }
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
max-width: 290px; }
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
font-size: 20px; }
.wp-block-pullquote p {
font-size: 28px;
line-height: 1.6; }
.wp-block-pullquote cite,
.wp-block-pullquote footer {
position: relative; }
.wp-block-pullquote .has-text-color a {
color: inherit; }
.wp-block-pullquote:not(.is-style-solid-color) {
background: none; }
.wp-block-pullquote.is-style-solid-color {
border: none; }
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: auto;
margin-right: auto;
text-align: left;
max-width: 60%; }
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-top: 0;
margin-bottom: 0;
font-size: 32px; }
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: none;
font-style: normal; }
.wp-block-pullquote cite {
color: inherit; }
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
margin: 0 0 16px;
padding: 0 1em; }
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
font-size: 24px;
font-style: italic;
line-height: 1.6; }
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
font-size: 18px;
text-align: right; }
.wp-block-rss.alignleft { margin-right: 2em; }
.wp-block-rss.alignright { margin-left: 2em; }
.wp-block-rss.is-grid {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none; }
.wp-block-rss.is-grid li {
margin: 0 16px 16px 0;
width: 100%; }
@media (min-width: 600px) {
.wp-block-rss.columns-2 li {
width: calc(( 100% / 2 ) - 16px); }
.wp-block-rss.columns-3 li {
width: calc(( 100% / 3 ) - 16px); }
.wp-block-rss.columns-4 li {
width: calc(( 100% / 4 ) - 16px); }
.wp-block-rss.columns-5 li {
width: calc(( 100% / 5 ) - 16px); }
.wp-block-rss.columns-6 li {
width: calc(( 100% / 6 ) - 16px); } }
.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
display: block;
color: #6c7781;
font-size: 13px; }
.wp-block-search {
display: flex;
flex-wrap: wrap; }
.wp-block-search .wp-block-search__label {
width: 100%; }
.wp-block-search .wp-block-search__input {
flex-grow: 1;
max-width: 360px; }
.wp-block-search .wp-block-search__button {
margin-left: 10px; }
.wp-block-separator.is-style-wide {
border-bottom-width: 1px; }
.wp-block-separator.is-style-dots {
background: none !important;
border: none;
text-align: center;
max-width: none;
line-height: 1;
height: auto; }
.wp-block-separator.is-style-dots::before {
content: "\00b7 \00b7 \00b7";
color: currentColor;
font-size: 20px;
letter-spacing: 2em;
padding-left: 2em;
font-family: serif; }
.wp-block-social-links {
display: flex;
justify-content: flex-start;
padding-left: 0;
padding-right: 0;
margin-left: 0; }
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
text-decoration: none;
border-bottom: 0;
box-shadow: none; }
.wp-social-link {
display: block;
width: 36px;
height: 36px;
border-radius: 36px;
margin-right: 8px;
transition: transform 0.1s ease; }
@media (prefers-reduced-motion: reduce) {
.wp-social-link {
transition-duration: 0s; } }
.wp-social-link a {
padding: 6px;
display: block;
line-height: 0;
transition: transform 0.1s ease; }
.wp-social-link a,
.wp-social-link a:hover,
.wp-social-link a:active,
.wp-social-link a:visited,
.wp-social-link svg {
color: currentColor;
fill: currentColor; }
.wp-social-link:hover {
transform: scale(1.1); }
.wp-block-social-links.aligncenter {
justify-content: center;
display: flex; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
background-color: #f0f0f0;
color: #444; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
background-color: #f90;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
background-color: #1ea0c3;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
background-color: #0757fe;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
background-color: #1e1f26;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
background-color: #02e49b;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
background-color: #e94c89;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
background-color: #4280ff;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
background-color: #f45800;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
background-color: #1977f2;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
background-color: #000;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
background-color: #0461dd;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
background-color: #e65678;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
background-color: #24292d;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
background-color: #eceadd;
color: #382110; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
background-color: #ea4434;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
background-color: #f00075;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
background-color: #e21b24;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
background-color: #0577b5;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
background-color: #3288d4;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
background-color: #02ab6c;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
background-color: #f6405f;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
background-color: #e60122;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
background-color: #ef4155;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
background-color: #fe4500;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
background-color: #0478d7;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
background-color: #fefc00;
color: #fff;
stroke: #000; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
background-color: #ff5600;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
background-color: #1bd760;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
background-color: #011835;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
background-color: #6440a4;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
background-color: #21a1f3;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
background-color: #1eb7ea;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
background-color: #4680c2;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
background-color: #3499cd;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
background-color: #d32422;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
background-color: #ff0100;
color: #fff; }
.wp-block-social-links.is-style-logos-only .wp-social-link {
background: none;
padding: 4px; }
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
width: 28px;
height: 28px; }
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
color: #f90; }
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
color: #1ea0c3; }
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
color: #0757fe; }
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
color: #1e1f26; }
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
color: #02e49b; }
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
color: #e94c89; }
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
color: #4280ff; }
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
color: #f45800; }
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
color: #1977f2; }
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
color: #000; }
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
color: #0461dd; }
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
color: #e65678; }
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
color: #24292d; }
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
color: #382110; }
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
color: #ea4434; }
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
color: #f00075; }
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
color: #e21b24; }
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
color: #0577b5; }
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
color: #3288d4; }
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
color: #02ab6c; }
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
color: #f6405f; }
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
color: #e60122; }
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
color: #ef4155; }
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
color: #fe4500; }
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
color: #0478d7; }
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
color: #fff;
stroke: #000; }
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
color: #ff5600; }
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
color: #1bd760; }
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
color: #011835; }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
color: #6440a4; }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
color: #21a1f3; }
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
color: #1eb7ea; }
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
color: #4680c2; }
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
color: #3499cd; }
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
background-color: #d32422;
color: #fff; }
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
color: #ff0100; }
.wp-block-social-links.is-style-pill-shape .wp-social-link {
width: auto; }
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
padding-left: 16px;
padding-right: 16px; }
.wp-block-spacer {
clear: both; }
p.wp-block-subhead {
font-size: 1.1em;
font-style: italic;
opacity: 0.75; }
.wp-block-table {
overflow-x: auto; }
.wp-block-table table {
width: 100%; }
.wp-block-table .has-fixed-layout {
table-layout: fixed;
width: 100%; }
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
word-break: break-word; }
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
display: table;
width: auto; }
.wp-block-table.alignleft td,
.wp-block-table.alignleft th, .wp-block-table.aligncenter td,
.wp-block-table.aligncenter th, .wp-block-table.alignright td,
.wp-block-table.alignright th {
word-break: break-word; }
.wp-block-table .has-subtle-light-gray-background-color {
background-color: #f3f4f5; }
.wp-block-table .has-subtle-pale-green-background-color {
background-color: #e9fbe5; }
.wp-block-table .has-subtle-pale-blue-background-color {
background-color: #e7f5fe; }
.wp-block-table .has-subtle-pale-pink-background-color {
background-color: #fcf0ef; }
.wp-block-table.is-style-stripes {
border-spacing: 0;
border-collapse: inherit;
background-color: transparent;
border-bottom: 1px solid #f3f4f5; }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #f3f4f5; }
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
background-color: #f3f4f5; }
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
background-color: #e9fbe5; }
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
background-color: #e7f5fe; }
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
background-color: #fcf0ef; }
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
border-color: transparent; }
.wp-block-text-columns {
display: flex; }
.wp-block-text-columns.aligncenter {
display: flex; }
.wp-block-text-columns .wp-block-column {
margin: 0 16px;
padding: 0; }
.wp-block-text-columns .wp-block-column:first-child {
margin-left: 0; }
.wp-block-text-columns .wp-block-column:last-child {
margin-right: 0; }
.wp-block-text-columns.columns-2 .wp-block-column {
width: calc(100% / 2); }
.wp-block-text-columns.columns-3 .wp-block-column {
width: calc(100% / 3); }
.wp-block-text-columns.columns-4 .wp-block-column {
width: calc(100% / 4); }
.wp-block-video {
margin-left: 0;
margin-right: 0; }
.wp-block-video video {
max-width: 100%; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-video [poster] {
object-fit: cover; } }
.wp-block-video.aligncenter {
text-align: center; }
.wp-block-video figcaption {
margin-top: 0.5em;
margin-bottom: 1em; }
:root {  }
:root .has-pale-pink-background-color {
background-color: #f78da7; }
:root .has-vivid-red-background-color {
background-color: #cf2e2e; }
:root .has-luminous-vivid-orange-background-color {
background-color: #ff6900; }
:root .has-luminous-vivid-amber-background-color {
background-color: #fcb900; }
:root .has-light-green-cyan-background-color {
background-color: #7bdcb5; }
:root .has-vivid-green-cyan-background-color {
background-color: #00d084; }
:root .has-pale-cyan-blue-background-color {
background-color: #8ed1fc; }
:root .has-vivid-cyan-blue-background-color {
background-color: #0693e3; }
:root .has-vivid-purple-background-color {
background-color: #9b51e0; }
:root .has-very-light-gray-background-color {
background-color: #eee; }
:root .has-cyan-bluish-gray-background-color {
background-color: #abb8c3; }
:root .has-very-dark-gray-background-color {
background-color: #313131; }
:root .has-pale-pink-color {
color: #f78da7; }
:root .has-vivid-red-color {
color: #cf2e2e; }
:root .has-luminous-vivid-orange-color {
color: #ff6900; }
:root .has-luminous-vivid-amber-color {
color: #fcb900; }
:root .has-light-green-cyan-color {
color: #7bdcb5; }
:root .has-vivid-green-cyan-color {
color: #00d084; }
:root .has-pale-cyan-blue-color {
color: #8ed1fc; }
:root .has-vivid-cyan-blue-color {
color: #0693e3; }
:root .has-vivid-purple-color {
color: #9b51e0; }
:root .has-very-light-gray-color {
color: #eee; }
:root .has-cyan-bluish-gray-color {
color: #abb8c3; }
:root .has-very-dark-gray-color {
color: #313131; }
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
background: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%); }
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
background: linear-gradient(135deg, #00d084 0%, #0693e3 100%); }
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
background: linear-gradient(135deg, #7adcb4 0%, #00d082 100%); }
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
background: linear-gradient(135deg, #fcb900 0%, #ff6900 100%); }
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
background: linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%); }
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
background: linear-gradient(135deg, #eeeeee 0%, #a9b8c3 100%); }
:root .has-cool-to-warm-spectrum-gradient-background {
background: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%); }
:root .has-blush-light-purple-gradient-background {
background: linear-gradient(135deg, #ffceec 0%, #9896f0 100%); }
:root .has-blush-bordeaux-gradient-background {
background: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%); }
:root .has-purple-crush-gradient-background {
background: linear-gradient(135deg, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%); }
:root .has-luminous-dusk-gradient-background {
background: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%); }
:root .has-hazy-dawn-gradient-background {
background: linear-gradient(135deg, #faaca8 0%, #dad0ec 100%); }
:root .has-pale-ocean-gradient-background {
background: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%); }
:root .has-electric-grass-gradient-background {
background: linear-gradient(135deg, #caf880 0%, #71ce7e 100%); }
:root .has-subdued-olive-gradient-background {
background: linear-gradient(135deg, #fafae1 0%, #67a671 100%); }
:root .has-atomic-cream-gradient-background {
background: linear-gradient(135deg, #fdd79a 0%, #004a59 100%); }
:root .has-nightshade-gradient-background {
background: linear-gradient(135deg, #330968 0%, #31cdcf 100%); }
:root .has-midnight-gradient-background {
background: linear-gradient(135deg, #020381 0%, #2874fc 100%); }
.has-small-font-size {
font-size: 13px; }
.has-regular-font-size,
.has-normal-font-size {
font-size: 16px; }
.has-medium-font-size {
font-size: 20px; }
.has-large-font-size {
font-size: 36px; }
.has-larger-font-size,
.has-huge-font-size {
font-size: 42px; }
.has-text-align-center {
text-align: center; }
.has-text-align-left { text-align: left; }
.has-text-align-right { text-align: right; }
 @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic");*,::after,::before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent
}
@-ms-viewport {
width: device-width
}
article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
display: block
}
body {
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #323232;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus {
outline: 0!important
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible
}
h1,h2,h3,h4,h5,h6 {
margin-top: 0;
margin-bottom: .5rem
}
p {
margin-top: 0;
margin-bottom: 1rem
}
abbr[data-original-title],abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit
}
dl,ol,ul {
margin-top: 0;
margin-bottom: 1rem
}
ol ol,ol ul,ul ol,ul ul {
margin-bottom: 0
}
dt {
font-weight: 700
}
dd {
margin-bottom: .5rem;
margin-left: 0
}
blockquote {
margin: 0 0 1rem
}
dfn {
font-style: italic
}
b,strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:hover {
color: #0056b3;
text-decoration: underline
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus {
outline: 0
}
code,kbd,pre,samp {
font-family: monospace,monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg:not(:root) {
overflow: hidden
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
-webkit-border-radius: 0;
border-radius: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
button,input,optgroup,select,textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,input {
overflow: visible
}
button,select {
text-transform: none
}
[type=reset],[type=submit],button,html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type=checkbox],input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
-webkit-appearance: listbox
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
output {
display: inline-block
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none!important
}
.container {
width: 100%;
padding-right: 8px;
padding-left: 8px;
margin-right: auto;
margin-left: auto
}
@media (min-width: 576px) {
.container {
max-width:540px
}
}
@media (min-width: 768px) {
.container {
max-width:720px
}
}
@media (min-width: 992px) {
.container {
max-width:960px
}
}
@media (min-width: 1200px) {
.container {
max-width:1140px
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -8px;
margin-left: -8px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 8px;
padding-left: 8px
}
.col {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333%;
-ms-flex: 0 0 8.333%;
flex: 0 0 8.333%;
max-width: 8.333%
}
.col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.667%;
-ms-flex: 0 0 16.667%;
flex: 0 0 16.667%;
max-width: 16.667%
}
.col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333%;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%
}
.col-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.667%;
-ms-flex: 0 0 41.667%;
flex: 0 0 41.667%;
max-width: 41.667%
}
.col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333%;
-ms-flex: 0 0 58.333%;
flex: 0 0 58.333%;
max-width: 58.333%
}
.col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.667%;
-ms-flex: 0 0 66.667%;
flex: 0 0 66.667%;
max-width: 66.667%
}
.col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333%;
-ms-flex: 0 0 83.333%;
flex: 0 0 83.333%;
max-width: 83.333%
}
.col-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.667%;
-ms-flex: 0 0 91.667%;
flex: 0 0 91.667%;
max-width: 91.667%
}
.col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1
}
.order-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13
}
.order-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0
}
.order-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1
}
.order-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2
}
.order-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3
}
.order-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4
}
.order-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5
}
.order-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6
}
.order-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7
}
.order-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8
}
.order-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9
}
.order-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10
}
.order-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11
}
.order-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.333%
}
.offset-2 {
margin-left: 16.667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.333%
}
.offset-5 {
margin-left: 41.667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.333%
}
.offset-8 {
margin-left: 66.667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.333%
}
.offset-11 {
margin-left: 91.667%
}
@media (min-width: 576px) {
.col-sm {
-webkit-flex-basis:0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-sm-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333%;
-ms-flex: 0 0 8.333%;
flex: 0 0 8.333%;
max-width: 8.333%
}
.col-sm-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.667%;
-ms-flex: 0 0 16.667%;
flex: 0 0 16.667%;
max-width: 16.667%
}
.col-sm-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333%;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%
}
.col-sm-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.667%;
-ms-flex: 0 0 41.667%;
flex: 0 0 41.667%;
max-width: 41.667%
}
.col-sm-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333%;
-ms-flex: 0 0 58.333%;
flex: 0 0 58.333%;
max-width: 58.333%
}
.col-sm-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.667%;
-ms-flex: 0 0 66.667%;
flex: 0 0 66.667%;
max-width: 66.667%
}
.col-sm-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333%;
-ms-flex: 0 0 83.333%;
flex: 0 0 83.333%;
max-width: 83.333%
}
.col-sm-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.667%;
-ms-flex: 0 0 91.667%;
flex: 0 0 91.667%;
max-width: 91.667%
}
.col-sm-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.333%
}
.offset-sm-2 {
margin-left: 16.667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.333%
}
.offset-sm-5 {
margin-left: 41.667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.333%
}
.offset-sm-8 {
margin-left: 66.667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.333%
}
.offset-sm-11 {
margin-left: 91.667%
}
}
@media (min-width: 768px) {
.col-md {
-webkit-flex-basis:0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-md-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333%;
-ms-flex: 0 0 8.333%;
flex: 0 0 8.333%;
max-width: 8.333%
}
.col-md-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.667%;
-ms-flex: 0 0 16.667%;
flex: 0 0 16.667%;
max-width: 16.667%
}
.col-md-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333%;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%
}
.col-md-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.667%;
-ms-flex: 0 0 41.667%;
flex: 0 0 41.667%;
max-width: 41.667%
}
.col-md-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333%;
-ms-flex: 0 0 58.333%;
flex: 0 0 58.333%;
max-width: 58.333%
}
.col-md-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.667%;
-ms-flex: 0 0 66.667%;
flex: 0 0 66.667%;
max-width: 66.667%
}
.col-md-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333%;
-ms-flex: 0 0 83.333%;
flex: 0 0 83.333%;
max-width: 83.333%
}
.col-md-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.667%;
-ms-flex: 0 0 91.667%;
flex: 0 0 91.667%;
max-width: 91.667%
}
.col-md-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.333%
}
.offset-md-2 {
margin-left: 16.667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.333%
}
.offset-md-5 {
margin-left: 41.667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.333%
}
.offset-md-8 {
margin-left: 66.667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.333%
}
.offset-md-11 {
margin-left: 91.667%
}
}
@media (min-width: 992px) {
.col-lg {
-webkit-flex-basis:0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-lg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333%;
-ms-flex: 0 0 8.333%;
flex: 0 0 8.333%;
max-width: 8.333%
}
.col-lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.667%;
-ms-flex: 0 0 16.667%;
flex: 0 0 16.667%;
max-width: 16.667%
}
.col-lg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333%;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%
}
.col-lg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.667%;
-ms-flex: 0 0 41.667%;
flex: 0 0 41.667%;
max-width: 41.667%
}
.col-lg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333%;
-ms-flex: 0 0 58.333%;
flex: 0 0 58.333%;
max-width: 58.333%
}
.col-lg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.667%;
-ms-flex: 0 0 66.667%;
flex: 0 0 66.667%;
max-width: 66.667%
}
.col-lg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333%;
-ms-flex: 0 0 83.333%;
flex: 0 0 83.333%;
max-width: 83.333%
}
.col-lg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.667%;
-ms-flex: 0 0 91.667%;
flex: 0 0 91.667%;
max-width: 91.667%
}
.col-lg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.333%
}
.offset-lg-2 {
margin-left: 16.667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.333%
}
.offset-lg-5 {
margin-left: 41.667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.333%
}
.offset-lg-8 {
margin-left: 66.667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.333%
}
.offset-lg-11 {
margin-left: 91.667%
}
}
@media (min-width: 1200px) {
.col-xl {
-webkit-flex-basis:0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-xl-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333%;
-ms-flex: 0 0 8.333%;
flex: 0 0 8.333%;
max-width: 8.333%
}
.col-xl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.667%;
-ms-flex: 0 0 16.667%;
flex: 0 0 16.667%;
max-width: 16.667%
}
.col-xl-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333%;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%
}
.col-xl-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.667%;
-ms-flex: 0 0 41.667%;
flex: 0 0 41.667%;
max-width: 41.667%
}
.col-xl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333%;
-ms-flex: 0 0 58.333%;
flex: 0 0 58.333%;
max-width: 58.333%
}
.col-xl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.667%;
-ms-flex: 0 0 66.667%;
flex: 0 0 66.667%;
max-width: 66.667%
}
.col-xl-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333%;
-ms-flex: 0 0 83.333%;
flex: 0 0 83.333%;
max-width: 83.333%
}
.col-xl-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.667%;
-ms-flex: 0 0 91.667%;
flex: 0 0 91.667%;
max-width: 91.667%
}
.col-xl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.333%
}
.offset-xl-2 {
margin-left: 16.667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.333%
}
.offset-xl-5 {
margin-left: 41.667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.333%
}
.offset-xl-8 {
margin-left: 66.667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.333%
}
.offset-xl-11 {
margin-left: 91.667%
}
}
.d-none {
display: none!important
}
.d-inline {
display: inline!important
}
.d-inline-block {
display: inline-block!important
}
.d-block {
display: block!important
}
.d-table {
display: table!important
}
.d-table-row {
display: table-row!important
}
.d-table-cell {
display: table-cell!important
}
.d-flex {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-inline-flex {
display: -webkit-inline-box!important;
display: -webkit-inline-flex!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
@media (min-width: 576px) {
.d-sm-none {
display:none!important
}
.d-sm-inline {
display: inline!important
}
.d-sm-inline-block {
display: inline-block!important
}
.d-sm-block {
display: block!important
}
.d-sm-table {
display: table!important
}
.d-sm-table-row {
display: table-row!important
}
.d-sm-table-cell {
display: table-cell!important
}
.d-sm-flex {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-sm-inline-flex {
display: -webkit-inline-box!important;
display: -webkit-inline-flex!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width: 768px) {
.d-md-none {
display:none!important
}
.d-md-inline {
display: inline!important
}
.d-md-inline-block {
display: inline-block!important
}
.d-md-block {
display: block!important
}
.d-md-table {
display: table!important
}
.d-md-table-row {
display: table-row!important
}
.d-md-table-cell {
display: table-cell!important
}
.d-md-flex {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-md-inline-flex {
display: -webkit-inline-box!important;
display: -webkit-inline-flex!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width: 992px) {
.d-lg-none {
display:none!important
}
.d-lg-inline {
display: inline!important
}
.d-lg-inline-block {
display: inline-block!important
}
.d-lg-block {
display: block!important
}
.d-lg-table {
display: table!important
}
.d-lg-table-row {
display: table-row!important
}
.d-lg-table-cell {
display: table-cell!important
}
.d-lg-flex {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-lg-inline-flex {
display: -webkit-inline-box!important;
display: -webkit-inline-flex!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width: 1200px) {
.d-xl-none {
display:none!important
}
.d-xl-inline {
display: inline!important
}
.d-xl-inline-block {
display: inline-block!important
}
.d-xl-block {
display: block!important
}
.d-xl-table {
display: table!important
}
.d-xl-table-row {
display: table-row!important
}
.d-xl-table-cell {
display: table-cell!important
}
.d-xl-flex {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-xl-inline-flex {
display: -webkit-inline-box!important;
display: -webkit-inline-flex!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media print {
.d-print-none {
display: none!important
}
.d-print-inline {
display: inline!important
}
.d-print-inline-block {
display: inline-block!important
}
.d-print-block {
display: block!important
}
.d-print-table {
display: table!important
}
.d-print-table-row {
display: table-row!important
}
.d-print-table-cell {
display: table-cell!important
}
.d-print-flex {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-print-inline-flex {
display: -webkit-inline-box!important;
display: -webkit-inline-flex!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
.flex-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: row!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: column!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: row-reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: column-reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-wrap {
-webkit-flex-wrap: wrap!important;
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-nowrap {
-webkit-flex-wrap: nowrap!important;
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse!important;
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-fill {
-webkit-box-flex: 1!important;
-webkit-flex: 1 1 auto!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-grow-0 {
-webkit-box-flex: 0!important;
-webkit-flex-grow: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-grow-1 {
-webkit-box-flex: 1!important;
-webkit-flex-grow: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-shrink-0 {
-webkit-flex-shrink: 0!important;
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-shrink-1 {
-webkit-flex-shrink: 1!important;
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-start {
-webkit-box-pack: start!important;
-webkit-justify-content: flex-start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-end {
-webkit-box-pack: end!important;
-webkit-justify-content: flex-end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-center {
-webkit-box-pack: center!important;
-webkit-justify-content: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-between {
-webkit-box-pack: justify!important;
-webkit-justify-content: space-between!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-around {
-webkit-justify-content: space-around!important;
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-start {
-webkit-box-align: start!important;
-webkit-align-items: flex-start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-end {
-webkit-box-align: end!important;
-webkit-align-items: flex-end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-center {
-webkit-box-align: center!important;
-webkit-align-items: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-baseline {
-webkit-box-align: baseline!important;
-webkit-align-items: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-stretch {
-webkit-box-align: stretch!important;
-webkit-align-items: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-start {
-webkit-align-content: flex-start!important;
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-end {
-webkit-align-content: flex-end!important;
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-center {
-webkit-align-content: center!important;
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-between {
-webkit-align-content: space-between!important;
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-around {
-webkit-align-content: space-around!important;
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-stretch {
-webkit-align-content: stretch!important;
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-auto {
-webkit-align-self: auto!important;
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-start {
-webkit-align-self: flex-start!important;
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-end {
-webkit-align-self: flex-end!important;
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-center {
-webkit-align-self: center!important;
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-baseline {
-webkit-align-self: baseline!important;
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-stretch {
-webkit-align-self: stretch!important;
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient:horizontal!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: row!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-sm-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: column!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: row-reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: column-reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-sm-wrap {
-webkit-flex-wrap: wrap!important;
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-sm-nowrap {
-webkit-flex-wrap: nowrap!important;
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
-webkit-flex-wrap: wrap-reverse!important;
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
-webkit-box-flex: 1!important;
-webkit-flex: 1 1 auto!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-sm-grow-0 {
-webkit-box-flex: 0!important;
-webkit-flex-grow: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-sm-grow-1 {
-webkit-box-flex: 1!important;
-webkit-flex-grow: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-sm-shrink-0 {
-webkit-flex-shrink: 0!important;
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-sm-shrink-1 {
-webkit-flex-shrink: 1!important;
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-sm-start {
-webkit-box-pack: start!important;
-webkit-justify-content: flex-start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-sm-end {
-webkit-box-pack: end!important;
-webkit-justify-content: flex-end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-sm-center {
-webkit-box-pack: center!important;
-webkit-justify-content: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-sm-between {
-webkit-box-pack: justify!important;
-webkit-justify-content: space-between!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-sm-around {
-webkit-justify-content: space-around!important;
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-sm-start {
-webkit-box-align: start!important;
-webkit-align-items: flex-start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-sm-end {
-webkit-box-align: end!important;
-webkit-align-items: flex-end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-sm-center {
-webkit-box-align: center!important;
-webkit-align-items: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-sm-baseline {
-webkit-box-align: baseline!important;
-webkit-align-items: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-sm-stretch {
-webkit-box-align: stretch!important;
-webkit-align-items: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-sm-start {
-webkit-align-content: flex-start!important;
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-sm-end {
-webkit-align-content: flex-end!important;
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-sm-center {
-webkit-align-content: center!important;
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-sm-between {
-webkit-align-content: space-between!important;
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-sm-around {
-webkit-align-content: space-around!important;
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-sm-stretch {
-webkit-align-content: stretch!important;
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-sm-auto {
-webkit-align-self: auto!important;
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-sm-start {
-webkit-align-self: flex-start!important;
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-sm-end {
-webkit-align-self: flex-end!important;
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-sm-center {
-webkit-align-self: center!important;
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-sm-baseline {
-webkit-align-self: baseline!important;
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-sm-stretch {
-webkit-align-self: stretch!important;
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient:horizontal!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: row!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-md-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: column!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: row-reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-md-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: column-reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-md-wrap {
-webkit-flex-wrap: wrap!important;
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-md-nowrap {
-webkit-flex-wrap: nowrap!important;
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
-webkit-flex-wrap: wrap-reverse!important;
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-md-fill {
-webkit-box-flex: 1!important;
-webkit-flex: 1 1 auto!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-md-grow-0 {
-webkit-box-flex: 0!important;
-webkit-flex-grow: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-md-grow-1 {
-webkit-box-flex: 1!important;
-webkit-flex-grow: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-md-shrink-0 {
-webkit-flex-shrink: 0!important;
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-md-shrink-1 {
-webkit-flex-shrink: 1!important;
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-md-start {
-webkit-box-pack: start!important;
-webkit-justify-content: flex-start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-md-end {
-webkit-box-pack: end!important;
-webkit-justify-content: flex-end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-md-center {
-webkit-box-pack: center!important;
-webkit-justify-content: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-md-between {
-webkit-box-pack: justify!important;
-webkit-justify-content: space-between!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-md-around {
-webkit-justify-content: space-around!important;
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-md-start {
-webkit-box-align: start!important;
-webkit-align-items: flex-start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-md-end {
-webkit-box-align: end!important;
-webkit-align-items: flex-end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-md-center {
-webkit-box-align: center!important;
-webkit-align-items: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-md-baseline {
-webkit-box-align: baseline!important;
-webkit-align-items: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-md-stretch {
-webkit-box-align: stretch!important;
-webkit-align-items: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-md-start {
-webkit-align-content: flex-start!important;
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-md-end {
-webkit-align-content: flex-end!important;
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-md-center {
-webkit-align-content: center!important;
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-md-between {
-webkit-align-content: space-between!important;
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-md-around {
-webkit-align-content: space-around!important;
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-md-stretch {
-webkit-align-content: stretch!important;
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-md-auto {
-webkit-align-self: auto!important;
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-md-start {
-webkit-align-self: flex-start!important;
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-md-end {
-webkit-align-self: flex-end!important;
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-md-center {
-webkit-align-self: center!important;
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-md-baseline {
-webkit-align-self: baseline!important;
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-md-stretch {
-webkit-align-self: stretch!important;
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient:horizontal!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: row!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-lg-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: column!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: row-reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: column-reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-lg-wrap {
-webkit-flex-wrap: wrap!important;
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-lg-nowrap {
-webkit-flex-wrap: nowrap!important;
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
-webkit-flex-wrap: wrap-reverse!important;
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
-webkit-box-flex: 1!important;
-webkit-flex: 1 1 auto!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-lg-grow-0 {
-webkit-box-flex: 0!important;
-webkit-flex-grow: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-lg-grow-1 {
-webkit-box-flex: 1!important;
-webkit-flex-grow: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-lg-shrink-0 {
-webkit-flex-shrink: 0!important;
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-lg-shrink-1 {
-webkit-flex-shrink: 1!important;
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-lg-start {
-webkit-box-pack: start!important;
-webkit-justify-content: flex-start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-lg-end {
-webkit-box-pack: end!important;
-webkit-justify-content: flex-end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-lg-center {
-webkit-box-pack: center!important;
-webkit-justify-content: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-lg-between {
-webkit-box-pack: justify!important;
-webkit-justify-content: space-between!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-lg-around {
-webkit-justify-content: space-around!important;
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-lg-start {
-webkit-box-align: start!important;
-webkit-align-items: flex-start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-lg-end {
-webkit-box-align: end!important;
-webkit-align-items: flex-end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-lg-center {
-webkit-box-align: center!important;
-webkit-align-items: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-lg-baseline {
-webkit-box-align: baseline!important;
-webkit-align-items: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-lg-stretch {
-webkit-box-align: stretch!important;
-webkit-align-items: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-lg-start {
-webkit-align-content: flex-start!important;
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-lg-end {
-webkit-align-content: flex-end!important;
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-lg-center {
-webkit-align-content: center!important;
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-lg-between {
-webkit-align-content: space-between!important;
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-lg-around {
-webkit-align-content: space-around!important;
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-lg-stretch {
-webkit-align-content: stretch!important;
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-lg-auto {
-webkit-align-self: auto!important;
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-lg-start {
-webkit-align-self: flex-start!important;
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-lg-end {
-webkit-align-self: flex-end!important;
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-lg-center {
-webkit-align-self: center!important;
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-lg-baseline {
-webkit-align-self: baseline!important;
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-lg-stretch {
-webkit-align-self: stretch!important;
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient:horizontal!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: row!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-xl-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-webkit-flex-direction: column!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: row-reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-webkit-flex-direction: column-reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-xl-wrap {
-webkit-flex-wrap: wrap!important;
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-xl-nowrap {
-webkit-flex-wrap: nowrap!important;
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
-webkit-flex-wrap: wrap-reverse!important;
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
-webkit-box-flex: 1!important;
-webkit-flex: 1 1 auto!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-xl-grow-0 {
-webkit-box-flex: 0!important;
-webkit-flex-grow: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-xl-grow-1 {
-webkit-box-flex: 1!important;
-webkit-flex-grow: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-xl-shrink-0 {
-webkit-flex-shrink: 0!important;
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-xl-shrink-1 {
-webkit-flex-shrink: 1!important;
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-xl-start {
-webkit-box-pack: start!important;
-webkit-justify-content: flex-start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-xl-end {
-webkit-box-pack: end!important;
-webkit-justify-content: flex-end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-xl-center {
-webkit-box-pack: center!important;
-webkit-justify-content: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-xl-between {
-webkit-box-pack: justify!important;
-webkit-justify-content: space-between!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-xl-around {
-webkit-justify-content: space-around!important;
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-xl-start {
-webkit-box-align: start!important;
-webkit-align-items: flex-start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-xl-end {
-webkit-box-align: end!important;
-webkit-align-items: flex-end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-xl-center {
-webkit-box-align: center!important;
-webkit-align-items: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-xl-baseline {
-webkit-box-align: baseline!important;
-webkit-align-items: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-xl-stretch {
-webkit-box-align: stretch!important;
-webkit-align-items: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-xl-start {
-webkit-align-content: flex-start!important;
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-xl-end {
-webkit-align-content: flex-end!important;
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-xl-center {
-webkit-align-content: center!important;
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-xl-between {
-webkit-align-content: space-between!important;
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-xl-around {
-webkit-align-content: space-around!important;
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-xl-stretch {
-webkit-align-content: stretch!important;
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-xl-auto {
-webkit-align-self: auto!important;
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-xl-start {
-webkit-align-self: flex-start!important;
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-xl-end {
-webkit-align-self: flex-end!important;
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-xl-center {
-webkit-align-self: center!important;
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-xl-baseline {
-webkit-align-self: baseline!important;
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-xl-stretch {
-webkit-align-self: stretch!important;
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit
}
.h1,h1 {
font-size: 2.5rem
}
.h2,h2 {
font-size: 2rem
}
.h3,h3 {
font-size: 1.75rem
}
.h4,h4 {
font-size: 1.5rem
}
.h5,h5 {
font-size: 1.25rem
}
.h6,h6 {
font-size: 1rem
}
.lead {
font-size: 1.25rem;
font-weight: 300
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0,0,0,.1)
}
.small,small {
font-size: 80%;
font-weight: 400
}
.mark,mark {
padding: .2em;
background-color: #fcf8e3
}
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
padding-left: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right: .5rem
}
.initialism {
font-size: 90%;
text-transform: uppercase
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d
}
.blockquote-footer::before {
content: "\2014 \00A0"
}
.text-monospace {
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
.text-justify {
text-align: justify!important
}
.text-nowrap {
white-space: nowrap!important
}
.text-truncate {
overflow: hidden;
-o-text-overflow: ellipsis;
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: 576px) {
.text-sm-left {
text-align:left!important
}
.text-sm-right {
text-align: right!important
}
.text-sm-center {
text-align: center!important
}
}
@media (min-width: 768px) {
.text-md-left {
text-align:left!important
}
.text-md-right {
text-align: right!important
}
.text-md-center {
text-align: center!important
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align:left!important
}
.text-lg-right {
text-align: right!important
}
.text-lg-center {
text-align: center!important
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align:left!important
}
.text-xl-right {
text-align: right!important
}
.text-xl-center {
text-align: center!important
}
}
.text-lowercase {
text-transform: lowercase!important
}
.text-uppercase {
text-transform: uppercase!important
}
.text-capitalize {
text-transform: capitalize!important
}
.font-weight-light {
font-weight: 300!important
}
.font-weight-normal {
font-weight: 400!important
}
.font-weight-bold {
font-weight: 700!important
}
.font-italic {
font-style: italic!important
}
.text-white {
color: #fff!important
}
.text-primary {
color: #007bff!important
}
a.text-primary:focus,a.text-primary:hover {
color: #0062cc!important
}
.text-secondary {
color: #6c757d!important
}
a.text-secondary:focus,a.text-secondary:hover {
color: #545b62!important
}
.text-success {
color: #28a745!important
}
a.text-success:focus,a.text-success:hover {
color: #1e7e34!important
}
.text-info {
color: #17a2b8!important
}
a.text-info:focus,a.text-info:hover {
color: #117a8b!important
}
.text-warning {
color: #ffc107!important
}
a.text-warning:focus,a.text-warning:hover {
color: #d39e00!important
}
.text-danger {
color: #7c0000!important
}
a.text-danger:focus,a.text-danger:hover {
color: #bd2130!important
}
.text-light {
color: #f8f9fa!important
}
a.text-light:focus,a.text-light:hover {
color: #dae0e5!important
}
.text-dark {
color: #343a40!important
}
a.text-dark:focus,a.text-dark:hover {
color: #1d2124!important
}
.text-body {
color: #212529!important
}
.text-muted {
color: #6c757d!important
}
.text-black-50 {
color: rgba(0,0,0,.5)!important
}
.text-white-50 {
color: rgba(255,255,255,.5)!important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.float-left {
float: left!important
}
.float-right {
float: right!important
}
.float-none {
float: none!important
}
@media (min-width: 576px) {
.float-sm-left {
float:left!important
}
.float-sm-right {
float: right!important
}
.float-sm-none {
float: none!important
}
}
@media (min-width: 768px) {
.float-md-left {
float:left!important
}
.float-md-right {
float: right!important
}
.float-md-none {
float: none!important
}
}
@media (min-width: 992px) {
.float-lg-left {
float:left!important
}
.float-lg-right {
float: right!important
}
.float-lg-none {
float: none!important
}
}
@media (min-width: 1200px) {
.float-xl-left {
float:left!important
}
.float-xl-right {
float: right!important
}
.float-xl-none {
float: none!important
}
}
.m-0 {
margin: 0!important
}
.mt-0,.my-0 {
margin-top: 0!important
}
.mr-0,.mx-0 {
margin-right: 0!important
}
.mb-0,.my-0 {
margin-bottom: 0!important
}
.ml-0,.mx-0 {
margin-left: 0!important
}
.m-1 {
margin: .25rem!important
}
.mt-1,.my-1 {
margin-top: .25rem!important
}
.mr-1,.mx-1 {
margin-right: .25rem!important
}
.mb-1,.my-1 {
margin-bottom: .25rem!important
}
.ml-1,.mx-1 {
margin-left: .25rem!important
}
.m-2 {
margin: .5rem!important
}
.mt-2,.my-2 {
margin-top: .5rem!important
}
.mr-2,.mx-2 {
margin-right: .5rem!important
}
.mb-2,.my-2 {
margin-bottom: .5rem!important
}
.ml-2,.mx-2 {
margin-left: .5rem!important
}
.m-3 {
margin: 1rem!important
}
.mt-3,.my-3 {
margin-top: 1rem!important
}
.mr-3,.mx-3 {
margin-right: 1rem!important
}
.mb-3,.my-3 {
margin-bottom: 1rem!important
}
.ml-3,.mx-3 {
margin-left: 1rem!important
}
.m-4 {
margin: 1.5rem!important
}
.mt-4,.my-4 {
margin-top: 1.5rem!important
}
.mr-4,.mx-4 {
margin-right: 1.5rem!important
}
.mb-4,.my-4 {
margin-bottom: 1.5rem!important
}
.ml-4,.mx-4 {
margin-left: 1.5rem!important
}
.m-5 {
margin: 3rem!important
}
.mt-5,.my-5 {
margin-top: 3rem!important
}
.mr-5,.mx-5 {
margin-right: 3rem!important
}
.mb-5,.my-5 {
margin-bottom: 3rem!important
}
.ml-5,.mx-5 {
margin-left: 3rem!important
}
.p-0 {
padding: 0!important
}
.pt-0,.py-0 {
padding-top: 0!important
}
.pr-0,.px-0 {
padding-right: 0!important
}
.pb-0,.py-0 {
padding-bottom: 0!important
}
.pl-0,.px-0 {
padding-left: 0!important
}
.p-1 {
padding: .25rem!important
}
.pt-1,.py-1 {
padding-top: .25rem!important
}
.pr-1,.px-1 {
padding-right: .25rem!important
}
.pb-1,.py-1 {
padding-bottom: .25rem!important
}
.pl-1,.px-1 {
padding-left: .25rem!important
}
.p-2 {
padding: .5rem!important
}
.pt-2,.py-2 {
padding-top: .5rem!important
}
.pr-2,.px-2 {
padding-right: .5rem!important
}
.pb-2,.py-2 {
padding-bottom: .5rem!important
}
.pl-2,.px-2 {
padding-left: .5rem!important
}
.p-3 {
padding: 1rem!important
}
.pt-3,.py-3 {
padding-top: 1rem!important
}
.pr-3,.px-3 {
padding-right: 1rem!important
}
.pb-3,.py-3 {
padding-bottom: 1rem!important
}
.pl-3,.px-3 {
padding-left: 1rem!important
}
.p-4 {
padding: 1.5rem!important
}
.pt-4,.py-4 {
padding-top: 1.5rem!important
}
.pr-4,.px-4 {
padding-right: 1.5rem!important
}
.pb-4,.py-4 {
padding-bottom: 1.5rem!important
}
.pl-4,.px-4 {
padding-left: 1.5rem!important
}
.p-5 {
padding: 3rem!important
}
.pt-5,.py-5 {
padding-top: 3rem!important
}
.pr-5,.px-5 {
padding-right: 3rem!important
}
.pb-5,.py-5 {
padding-bottom: 3rem!important
}
.pl-5,.px-5 {
padding-left: 3rem!important
}
.m-auto {
margin: auto!important
}
.mt-auto,.my-auto {
margin-top: auto!important
}
.mr-auto,.mx-auto {
margin-right: auto!important
}
.mb-auto,.my-auto {
margin-bottom: auto!important
}
.ml-auto,.mx-auto {
margin-left: auto!important
}
@media (min-width: 576px) {
.m-sm-0 {
margin:0!important
}
.mt-sm-0,.my-sm-0 {
margin-top: 0!important
}
.mr-sm-0,.mx-sm-0 {
margin-right: 0!important
}
.mb-sm-0,.my-sm-0 {
margin-bottom: 0!important
}
.ml-sm-0,.mx-sm-0 {
margin-left: 0!important
}
.m-sm-1 {
margin: .25rem!important
}
.mt-sm-1,.my-sm-1 {
margin-top: .25rem!important
}
.mr-sm-1,.mx-sm-1 {
margin-right: .25rem!important
}
.mb-sm-1,.my-sm-1 {
margin-bottom: .25rem!important
}
.ml-sm-1,.mx-sm-1 {
margin-left: .25rem!important
}
.m-sm-2 {
margin: .5rem!important
}
.mt-sm-2,.my-sm-2 {
margin-top: .5rem!important
}
.mr-sm-2,.mx-sm-2 {
margin-right: .5rem!important
}
.mb-sm-2,.my-sm-2 {
margin-bottom: .5rem!important
}
.ml-sm-2,.mx-sm-2 {
margin-left: .5rem!important
}
.m-sm-3 {
margin: 1rem!important
}
.mt-sm-3,.my-sm-3 {
margin-top: 1rem!important
}
.mr-sm-3,.mx-sm-3 {
margin-right: 1rem!important
}
.mb-sm-3,.my-sm-3 {
margin-bottom: 1rem!important
}
.ml-sm-3,.mx-sm-3 {
margin-left: 1rem!important
}
.m-sm-4 {
margin: 1.5rem!important
}
.mt-sm-4,.my-sm-4 {
margin-top: 1.5rem!important
}
.mr-sm-4,.mx-sm-4 {
margin-right: 1.5rem!important
}
.mb-sm-4,.my-sm-4 {
margin-bottom: 1.5rem!important
}
.ml-sm-4,.mx-sm-4 {
margin-left: 1.5rem!important
}
.m-sm-5 {
margin: 3rem!important
}
.mt-sm-5,.my-sm-5 {
margin-top: 3rem!important
}
.mr-sm-5,.mx-sm-5 {
margin-right: 3rem!important
}
.mb-sm-5,.my-sm-5 {
margin-bottom: 3rem!important
}
.ml-sm-5,.mx-sm-5 {
margin-left: 3rem!important
}
.p-sm-0 {
padding: 0!important
}
.pt-sm-0,.py-sm-0 {
padding-top: 0!important
}
.pr-sm-0,.px-sm-0 {
padding-right: 0!important
}
.pb-sm-0,.py-sm-0 {
padding-bottom: 0!important
}
.pl-sm-0,.px-sm-0 {
padding-left: 0!important
}
.p-sm-1 {
padding: .25rem!important
}
.pt-sm-1,.py-sm-1 {
padding-top: .25rem!important
}
.pr-sm-1,.px-sm-1 {
padding-right: .25rem!important
}
.pb-sm-1,.py-sm-1 {
padding-bottom: .25rem!important
}
.pl-sm-1,.px-sm-1 {
padding-left: .25rem!important
}
.p-sm-2 {
padding: .5rem!important
}
.pt-sm-2,.py-sm-2 {
padding-top: .5rem!important
}
.pr-sm-2,.px-sm-2 {
padding-right: .5rem!important
}
.pb-sm-2,.py-sm-2 {
padding-bottom: .5rem!important
}
.pl-sm-2,.px-sm-2 {
padding-left: .5rem!important
}
.p-sm-3 {
padding: 1rem!important
}
.pt-sm-3,.py-sm-3 {
padding-top: 1rem!important
}
.pr-sm-3,.px-sm-3 {
padding-right: 1rem!important
}
.pb-sm-3,.py-sm-3 {
padding-bottom: 1rem!important
}
.pl-sm-3,.px-sm-3 {
padding-left: 1rem!important
}
.p-sm-4 {
padding: 1.5rem!important
}
.pt-sm-4,.py-sm-4 {
padding-top: 1.5rem!important
}
.pr-sm-4,.px-sm-4 {
padding-right: 1.5rem!important
}
.pb-sm-4,.py-sm-4 {
padding-bottom: 1.5rem!important
}
.pl-sm-4,.px-sm-4 {
padding-left: 1.5rem!important
}
.p-sm-5 {
padding: 3rem!important
}
.pt-sm-5,.py-sm-5 {
padding-top: 3rem!important
}
.pr-sm-5,.px-sm-5 {
padding-right: 3rem!important
}
.pb-sm-5,.py-sm-5 {
padding-bottom: 3rem!important
}
.pl-sm-5,.px-sm-5 {
padding-left: 3rem!important
}
.m-sm-auto {
margin: auto!important
}
.mt-sm-auto,.my-sm-auto {
margin-top: auto!important
}
.mr-sm-auto,.mx-sm-auto {
margin-right: auto!important
}
.mb-sm-auto,.my-sm-auto {
margin-bottom: auto!important
}
.ml-sm-auto,.mx-sm-auto {
margin-left: auto!important
}
}
@media (min-width: 768px) {
.m-md-0 {
margin:0!important
}
.mt-md-0,.my-md-0 {
margin-top: 0!important
}
.mr-md-0,.mx-md-0 {
margin-right: 0!important
}
.mb-md-0,.my-md-0 {
margin-bottom: 0!important
}
.ml-md-0,.mx-md-0 {
margin-left: 0!important
}
.m-md-1 {
margin: .25rem!important
}
.mt-md-1,.my-md-1 {
margin-top: .25rem!important
}
.mr-md-1,.mx-md-1 {
margin-right: .25rem!important
}
.mb-md-1,.my-md-1 {
margin-bottom: .25rem!important
}
.ml-md-1,.mx-md-1 {
margin-left: .25rem!important
}
.m-md-2 {
margin: .5rem!important
}
.mt-md-2,.my-md-2 {
margin-top: .5rem!important
}
.mr-md-2,.mx-md-2 {
margin-right: .5rem!important
}
.mb-md-2,.my-md-2 {
margin-bottom: .5rem!important
}
.ml-md-2,.mx-md-2 {
margin-left: .5rem!important
}
.m-md-3 {
margin: 1rem!important
}
.mt-md-3,.my-md-3 {
margin-top: 1rem!important
}
.mr-md-3,.mx-md-3 {
margin-right: 1rem!important
}
.mb-md-3,.my-md-3 {
margin-bottom: 1rem!important
}
.ml-md-3,.mx-md-3 {
margin-left: 1rem!important
}
.m-md-4 {
margin: 1.5rem!important
}
.mt-md-4,.my-md-4 {
margin-top: 1.5rem!important
}
.mr-md-4,.mx-md-4 {
margin-right: 1.5rem!important
}
.mb-md-4,.my-md-4 {
margin-bottom: 1.5rem!important
}
.ml-md-4,.mx-md-4 {
margin-left: 1.5rem!important
}
.m-md-5 {
margin: 3rem!important
}
.mt-md-5,.my-md-5 {
margin-top: 3rem!important
}
.mr-md-5,.mx-md-5 {
margin-right: 3rem!important
}
.mb-md-5,.my-md-5 {
margin-bottom: 3rem!important
}
.ml-md-5,.mx-md-5 {
margin-left: 3rem!important
}
.p-md-0 {
padding: 0!important
}
.pt-md-0,.py-md-0 {
padding-top: 0!important
}
.pr-md-0,.px-md-0 {
padding-right: 0!important
}
.pb-md-0,.py-md-0 {
padding-bottom: 0!important
}
.pl-md-0,.px-md-0 {
padding-left: 0!important
}
.p-md-1 {
padding: .25rem!important
}
.pt-md-1,.py-md-1 {
padding-top: .25rem!important
}
.pr-md-1,.px-md-1 {
padding-right: .25rem!important
}
.pb-md-1,.py-md-1 {
padding-bottom: .25rem!important
}
.pl-md-1,.px-md-1 {
padding-left: .25rem!important
}
.p-md-2 {
padding: .5rem!important
}
.pt-md-2,.py-md-2 {
padding-top: .5rem!important
}
.pr-md-2,.px-md-2 {
padding-right: .5rem!important
}
.pb-md-2,.py-md-2 {
padding-bottom: .5rem!important
}
.pl-md-2,.px-md-2 {
padding-left: .5rem!important
}
.p-md-3 {
padding: 1rem!important
}
.pt-md-3,.py-md-3 {
padding-top: 1rem!important
}
.pr-md-3,.px-md-3 {
padding-right: 1rem!important
}
.pb-md-3,.py-md-3 {
padding-bottom: 1rem!important
}
.pl-md-3,.px-md-3 {
padding-left: 1rem!important
}
.p-md-4 {
padding: 1.5rem!important
}
.pt-md-4,.py-md-4 {
padding-top: 1.5rem!important
}
.pr-md-4,.px-md-4 {
padding-right: 1.5rem!important
}
.pb-md-4,.py-md-4 {
padding-bottom: 1.5rem!important
}
.pl-md-4,.px-md-4 {
padding-left: 1.5rem!important
}
.p-md-5 {
padding: 3rem!important
}
.pt-md-5,.py-md-5 {
padding-top: 3rem!important
}
.pr-md-5,.px-md-5 {
padding-right: 3rem!important
}
.pb-md-5,.py-md-5 {
padding-bottom: 3rem!important
}
.pl-md-5,.px-md-5 {
padding-left: 3rem!important
}
.m-md-auto {
margin: auto!important
}
.mt-md-auto,.my-md-auto {
margin-top: auto!important
}
.mr-md-auto,.mx-md-auto {
margin-right: auto!important
}
.mb-md-auto,.my-md-auto {
margin-bottom: auto!important
}
.ml-md-auto,.mx-md-auto {
margin-left: auto!important
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin:0!important
}
.mt-lg-0,.my-lg-0 {
margin-top: 0!important
}
.mr-lg-0,.mx-lg-0 {
margin-right: 0!important
}
.mb-lg-0,.my-lg-0 {
margin-bottom: 0!important
}
.ml-lg-0,.mx-lg-0 {
margin-left: 0!important
}
.m-lg-1 {
margin: .25rem!important
}
.mt-lg-1,.my-lg-1 {
margin-top: .25rem!important
}
.mr-lg-1,.mx-lg-1 {
margin-right: .25rem!important
}
.mb-lg-1,.my-lg-1 {
margin-bottom: .25rem!important
}
.ml-lg-1,.mx-lg-1 {
margin-left: .25rem!important
}
.m-lg-2 {
margin: .5rem!important
}
.mt-lg-2,.my-lg-2 {
margin-top: .5rem!important
}
.mr-lg-2,.mx-lg-2 {
margin-right: .5rem!important
}
.mb-lg-2,.my-lg-2 {
margin-bottom: .5rem!important
}
.ml-lg-2,.mx-lg-2 {
margin-left: .5rem!important
}
.m-lg-3 {
margin: 1rem!important
}
.mt-lg-3,.my-lg-3 {
margin-top: 1rem!important
}
.mr-lg-3,.mx-lg-3 {
margin-right: 1rem!important
}
.mb-lg-3,.my-lg-3 {
margin-bottom: 1rem!important
}
.ml-lg-3,.mx-lg-3 {
margin-left: 1rem!important
}
.m-lg-4 {
margin: 1.5rem!important
}
.mt-lg-4,.my-lg-4 {
margin-top: 1.5rem!important
}
.mr-lg-4,.mx-lg-4 {
margin-right: 1.5rem!important
}
.mb-lg-4,.my-lg-4 {
margin-bottom: 1.5rem!important
}
.ml-lg-4,.mx-lg-4 {
margin-left: 1.5rem!important
}
.m-lg-5 {
margin: 3rem!important
}
.mt-lg-5,.my-lg-5 {
margin-top: 3rem!important
}
.mr-lg-5,.mx-lg-5 {
margin-right: 3rem!important
}
.mb-lg-5,.my-lg-5 {
margin-bottom: 3rem!important
}
.ml-lg-5,.mx-lg-5 {
margin-left: 3rem!important
}
.p-lg-0 {
padding: 0!important
}
.pt-lg-0,.py-lg-0 {
padding-top: 0!important
}
.pr-lg-0,.px-lg-0 {
padding-right: 0!important
}
.pb-lg-0,.py-lg-0 {
padding-bottom: 0!important
}
.pl-lg-0,.px-lg-0 {
padding-left: 0!important
}
.p-lg-1 {
padding: .25rem!important
}
.pt-lg-1,.py-lg-1 {
padding-top: .25rem!important
}
.pr-lg-1,.px-lg-1 {
padding-right: .25rem!important
}
.pb-lg-1,.py-lg-1 {
padding-bottom: .25rem!important
}
.pl-lg-1,.px-lg-1 {
padding-left: .25rem!important
}
.p-lg-2 {
padding: .5rem!important
}
.pt-lg-2,.py-lg-2 {
padding-top: .5rem!important
}
.pr-lg-2,.px-lg-2 {
padding-right: .5rem!important
}
.pb-lg-2,.py-lg-2 {
padding-bottom: .5rem!important
}
.pl-lg-2,.px-lg-2 {
padding-left: .5rem!important
}
.p-lg-3 {
padding: 1rem!important
}
.pt-lg-3,.py-lg-3 {
padding-top: 1rem!important
}
.pr-lg-3,.px-lg-3 {
padding-right: 1rem!important
}
.pb-lg-3,.py-lg-3 {
padding-bottom: 1rem!important
}
.pl-lg-3,.px-lg-3 {
padding-left: 1rem!important
}
.p-lg-4 {
padding: 1.5rem!important
}
.pt-lg-4,.py-lg-4 {
padding-top: 1.5rem!important
}
.pr-lg-4,.px-lg-4 {
padding-right: 1.5rem!important
}
.pb-lg-4,.py-lg-4 {
padding-bottom: 1.5rem!important
}
.pl-lg-4,.px-lg-4 {
padding-left: 1.5rem!important
}
.p-lg-5 {
padding: 3rem!important
}
.pt-lg-5,.py-lg-5 {
padding-top: 3rem!important
}
.pr-lg-5,.px-lg-5 {
padding-right: 3rem!important
}
.pb-lg-5,.py-lg-5 {
padding-bottom: 3rem!important
}
.pl-lg-5,.px-lg-5 {
padding-left: 3rem!important
}
.m-lg-auto {
margin: auto!important
}
.mt-lg-auto,.my-lg-auto {
margin-top: auto!important
}
.mr-lg-auto,.mx-lg-auto {
margin-right: auto!important
}
.mb-lg-auto,.my-lg-auto {
margin-bottom: auto!important
}
.ml-lg-auto,.mx-lg-auto {
margin-left: auto!important
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin:0!important
}
.mt-xl-0,.my-xl-0 {
margin-top: 0!important
}
.mr-xl-0,.mx-xl-0 {
margin-right: 0!important
}
.mb-xl-0,.my-xl-0 {
margin-bottom: 0!important
}
.ml-xl-0,.mx-xl-0 {
margin-left: 0!important
}
.m-xl-1 {
margin: .25rem!important
}
.mt-xl-1,.my-xl-1 {
margin-top: .25rem!important
}
.mr-xl-1,.mx-xl-1 {
margin-right: .25rem!important
}
.mb-xl-1,.my-xl-1 {
margin-bottom: .25rem!important
}
.ml-xl-1,.mx-xl-1 {
margin-left: .25rem!important
}
.m-xl-2 {
margin: .5rem!important
}
.mt-xl-2,.my-xl-2 {
margin-top: .5rem!important
}
.mr-xl-2,.mx-xl-2 {
margin-right: .5rem!important
}
.mb-xl-2,.my-xl-2 {
margin-bottom: .5rem!important
}
.ml-xl-2,.mx-xl-2 {
margin-left: .5rem!important
}
.m-xl-3 {
margin: 1rem!important
}
.mt-xl-3,.my-xl-3 {
margin-top: 1rem!important
}
.mr-xl-3,.mx-xl-3 {
margin-right: 1rem!important
}
.mb-xl-3,.my-xl-3 {
margin-bottom: 1rem!important
}
.ml-xl-3,.mx-xl-3 {
margin-left: 1rem!important
}
.m-xl-4 {
margin: 1.5rem!important
}
.mt-xl-4,.my-xl-4 {
margin-top: 1.5rem!important
}
.mr-xl-4,.mx-xl-4 {
margin-right: 1.5rem!important
}
.mb-xl-4,.my-xl-4 {
margin-bottom: 1.5rem!important
}
.ml-xl-4,.mx-xl-4 {
margin-left: 1.5rem!important
}
.m-xl-5 {
margin: 3rem!important
}
.mt-xl-5,.my-xl-5 {
margin-top: 3rem!important
}
.mr-xl-5,.mx-xl-5 {
margin-right: 3rem!important
}
.mb-xl-5,.my-xl-5 {
margin-bottom: 3rem!important
}
.ml-xl-5,.mx-xl-5 {
margin-left: 3rem!important
}
.p-xl-0 {
padding: 0!important
}
.pt-xl-0,.py-xl-0 {
padding-top: 0!important
}
.pr-xl-0,.px-xl-0 {
padding-right: 0!important
}
.pb-xl-0,.py-xl-0 {
padding-bottom: 0!important
}
.pl-xl-0,.px-xl-0 {
padding-left: 0!important
}
.p-xl-1 {
padding: .25rem!important
}
.pt-xl-1,.py-xl-1 {
padding-top: .25rem!important
}
.pr-xl-1,.px-xl-1 {
padding-right: .25rem!important
}
.pb-xl-1,.py-xl-1 {
padding-bottom: .25rem!important
}
.pl-xl-1,.px-xl-1 {
padding-left: .25rem!important
}
.p-xl-2 {
padding: .5rem!important
}
.pt-xl-2,.py-xl-2 {
padding-top: .5rem!important
}
.pr-xl-2,.px-xl-2 {
padding-right: .5rem!important
}
.pb-xl-2,.py-xl-2 {
padding-bottom: .5rem!important
}
.pl-xl-2,.px-xl-2 {
padding-left: .5rem!important
}
.p-xl-3 {
padding: 1rem!important
}
.pt-xl-3,.py-xl-3 {
padding-top: 1rem!important
}
.pr-xl-3,.px-xl-3 {
padding-right: 1rem!important
}
.pb-xl-3,.py-xl-3 {
padding-bottom: 1rem!important
}
.pl-xl-3,.px-xl-3 {
padding-left: 1rem!important
}
.p-xl-4 {
padding: 1.5rem!important
}
.pt-xl-4,.py-xl-4 {
padding-top: 1.5rem!important
}
.pr-xl-4,.px-xl-4 {
padding-right: 1.5rem!important
}
.pb-xl-4,.py-xl-4 {
padding-bottom: 1.5rem!important
}
.pl-xl-4,.px-xl-4 {
padding-left: 1.5rem!important
}
.p-xl-5 {
padding: 3rem!important
}
.pt-xl-5,.py-xl-5 {
padding-top: 3rem!important
}
.pr-xl-5,.px-xl-5 {
padding-right: 3rem!important
}
.pb-xl-5,.py-xl-5 {
padding-bottom: 3rem!important
}
.pl-xl-5,.px-xl-5 {
padding-left: 3rem!important
}
.m-xl-auto {
margin: auto!important
}
.mt-xl-auto,.my-xl-auto {
margin-top: auto!important
}
.mr-xl-auto,.mx-xl-auto {
margin-right: auto!important
}
.mb-xl-auto,.my-xl-auto {
margin-bottom: auto!important
}
.ml-xl-auto,.mx-xl-auto {
margin-left: auto!important
}
}
.position-static {
position: static!important
}
.position-relative {
position: relative!important
}
.position-absolute {
position: absolute!important
}
.position-fixed {
position: fixed!important
}
.position-sticky {
position: -webkit-sticky!important;
position: sticky!important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports ((position: -webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
-webkit-border-radius: .3rem;
border-radius: .3rem
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 0 .3rem
}
.popover .arrow::after,.popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid
}
.bs-popover-auto[x-placement^=top],.bs-popover-top {
margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
bottom: -webkit-calc((.5rem + 1px) * -1);
bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before {
border-width: .5rem .5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before {
bottom: 0;
border-top-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after {
bottom: 1px;
border-top-color: #fff
}
.bs-popover-auto[x-placement^=right],.bs-popover-right {
margin-left: .5rem
}
.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
left: -webkit-calc((.5rem + 1px) * -1);
left: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before {
border-width: .5rem .5rem .5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before {
left: 0;
border-right-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after {
left: 1px;
border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
top: -webkit-calc((.5rem + 1px) * -1);
top: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before {
border-width: 0 .5rem .5rem .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before {
top: 0;
border-bottom-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after {
top: 1px;
border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -.5rem;
content: "";
border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],.bs-popover-left {
margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
right: -webkit-calc((.5rem + 1px) * -1);
right: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before {
border-width: .5rem 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before {
right: 0;
border-left-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after {
right: 1px;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-top-left-radius: -webkit-calc(.3rem - 1px);
border-top-left-radius: calc(.3rem - 1px);
-webkit-border-top-right-radius: -webkit-calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
display: none
}
.popover-body {
padding: .5rem .75rem;
color: #212529
}
.dropdown,.dropleft,.dropright,.dropup {
position: relative
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
-webkit-border-radius: .25rem;
border-radius: .25rem
}
.dropdown-menu-right {
right: 0;
left: auto
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: .125rem
}
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-toggle::after {
vertical-align: 0
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0
}
.dropleft .dropdown-toggle::before {
vertical-align: 0
}
.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto
}
.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}
.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}
.dropdown-item:focus,.dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa
}
.dropdown-item.active,.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff
}
.dropdown-item.disabled,.dropdown-item:disabled {
color: #6c757d;
background-color: transparent
}
.dropdown-menu.show {
display: block
}
.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}
.dropdown-item-text {
display: block;
padding: .25rem 1.5rem;
color: #212529
}
#wp-admin-bar-customize {
display: none
}
.btn,a.btn,input.btn[type=submit] {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.btn,a.btn,input.btn[type=submit] {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: 0 0;
background-image: none;
border: 1px solid transparent;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #000;
cursor: pointer;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 13px;
line-height: 1;
outline: 0;
padding: 10px;
position: relative;
text-align: center;
text-decoration: none
}
.btn-block,a.btn-block,input[type=submit].btn-block {
display: block;
width: 100%
}
.btn:focus,.btn:hover,a.btn:focus,a.btn:hover,input[type=submit].btn:focus,input[type=submit].btn:hover {
outline: 0;
text-decoration: none;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
.btn-default,a.btn-default,input[type=submit].btn-default {
background: #999;
border-color: #999;
color: #fff
}
.btn-default .icon,a.btn-default .icon,input[type=submit].btn-default .icon {
fill: #fff
}
.btn-default:focus,.btn-default:hover,a.btn-default:focus,a.btn-default:hover,input[type=submit].btn-default:focus,input[type=submit].btn-default:hover {
background: #666;
border-color: #666
}
.btn-shadow,a.btn-shadow,input[type=submit].btn-shadow {
-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
box-shadow: 0 0 2px 1px rgba(0,0,0,.1)
}
.btn-warning,a.btn-warning,input[type=submit].btn-warning {
background: #d70202;
border-color: #df2023;
color: #fff;
}
.btn-warning:focus,.btn-warning:hover,a.btn-warning:focus,a.btn-warning:hover,input[type=submit].btn-warning:focus,input[type=submit].btn-warning:hover {
background: #e54d4f;
color: #fff
}
.btn-warning:focus .icon,.btn-warning:hover .icon,a.btn-warning:focus .icon,a.btn-warning:hover .icon,input[type=submit].btn-warning:focus .icon,input[type=submit].btn-warning:hover .icon {
fill: #fff
}
.btn-primary,a.btn-primary,input[type=submit].btn-primary {
background: #022d60;
border-color: #022d60;
color: #fff
}
.btn-primary .icon,a.btn-primary .icon,input[type=submit].btn-primary .icon {
fill: #fff
}
.btn-primary:focus,.btn-primary:hover,a.btn-primary:focus,a.btn-primary:hover,input[type=submit].btn-primary:focus,input[type=submit].btn-primary:hover {
background: #fff;
color: #022d60
}
.btn-primary:focus .icon,.btn-primary:hover .icon,a.btn-primary:focus .icon,a.btn-primary:hover .icon,input[type=submit].btn-primary:focus .icon,input[type=submit].btn-primary:hover .icon {
fill: #022d60
}
.btn-secondary,a.btn-secondary,input[type=submit].btn-secondary {
background: #999;
border-color: #999;
color: #fff
}
.btn-secondary .icon,a.btn-secondary .icon,input[type=submit].btn-secondary .icon {
fill: #fff
}
.btn-secondary:focus,.btn-secondary:hover,a.btn-secondary:focus,a.btn-secondary:hover,input[type=submit].btn-secondary:focus,input[type=submit].btn-secondary:hover {
background: #fff
}
.btn-secondary:focus .icon,.btn-secondary:hover .icon,a.btn-secondary:focus .icon,a.btn-secondary:hover .icon,input[type=submit].btn-secondary:focus .icon,input[type=submit].btn-secondary:hover .icon {
fill: #999
}
a {
color: inherit;
word-wrap: break-word
}
a:hover {
color: inherit
}
.reset {
background-color: transparent;
padding: 0;
border: 0;
-webkit-border-radius: 0;
border-radius: 0;
color: inherit;
line-height: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.shadow {
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
input[type=email],input[type=number],input[type=text],select,textarea {
border: 1px solid #f0f0f0;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
font-size: 14px;
height: 38px;
padding: 10px;
width: 100%
}
textarea {
height: auto;
resize: vertical
}
h1,h2,h3,h4,h5,h6 {
font-weight: 600
}
.h2,h2 {
font-size: 1.6rem
}
.h3,h3 {
font-size: 1.4rem
}
.h4,h4 {
font-size: 1.2rem
}
.h5,h5 {
font-size: 1.1rem
}
svg.hidden {
display: none
}
svg:not(:root) {
overflow: hidden
}
body {
background: #f8f9f9;
color: #000;
font-family: "Open Sans",Sans-Serif;
font-size: 14px;
line-height: 1.4;
}
.container-fluid {
max-width: 1500px;
max-width: 1350px;
}
img {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-backface-visibility: hidden
}
.img-responsive {
display: block;
height: auto;
margin: auto;
max-width: 100%
}
.search__toggle {
margin-left: -10px;
padding: 5px 6px;
margin-left: 20px
}
.search__toggle .icon {
height: 18px;
width: 18px
}
.search-item {
text-align: left
}
.checkbox label,.radio label {
cursor: pointer;
display: block;
font-size: 13px;
margin: 0;
position: relative
}
.checkbox label::after,.checkbox label::before,.radio label::after,.radio label::before {
-webkit-border-radius: 50%;
border-radius: 50%;
bottom: 0;
content: '';
left: 0;
margin: auto;
position: absolute;
top: 0
}
.checkbox label::before,.radio label::before {
border: 1px solid #e6e6e6;
height: 12px;
left: 5px;
width: 12px
}
.checkbox label:after,.radio label:after {
background: #df2023;
bottom: 0;
height: 8px;
left: 7px;
margin: auto;
opacity: 0;
top: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
width: 8px
}
.checkbox input,.radio input {
opacity: 0;
position: absolute;
visibility: hidden
}
.checkbox input:checked+label::after,.radio input:checked+label::after {
opacity: 1
}
.checkbox label::after,.checkbox label::before {
-webkit-border-radius: 0;
border-radius: 0
}
.dropdown-item.checkbox:not(:last-child),.dropdown-item.radio:not(:last-child) {
border-bottom: 1px solid #e6e6e6
}
.dropdown-item.checkbox label,.dropdown-item.radio label {
padding: .25rem 1.5rem
}
.page-title {
font-size: 30px;
margin-bottom: 30px
}
.dropdown.show .dropdown-toggle .icon {
-webkit-transform: scale(-1);
-ms-transform: scale(-1);
transform: scale(-1)
}
.dropdown .btn {
width: 100%
}
.dropdown .btn span {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.dropdown-menu {
background: #fff;
border: 1px solid #fafafa;
-webkit-box-shadow: 0 3px 7px rgba(153,153,153,.3);
box-shadow: 0 3px 7px rgba(153,153,153,.3);
padding: 0;
width: 100%
}
.dropdown-menu a {
font-size: 13px;
padding: 8px 10px 7px
}
.dropdown-menu a:not(:last-child) {
border-bottom: 1px solid #e6e6e6
}
.dropdown-toggle::after {
display: none
}
.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover {
background-color: #022d60;
color: #fff
}
.item-tags ul {
margin: 0
}
.item-tags a {
border: 1px solid #e6e6e6;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #999;
display: block;
line-height: 1;
padding: 3px 6px;
margin-bottom: .5rem
}
.item-tags a:hover {
background: #e6e6e6;
text-decoration: none
}
.item-tags-row__title {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px
}
.item-tags-row:not(:last-child) {
margin-bottom: 20px
}
.owl-carousel button .icon {
fill: #999;
height: 15px;
width: 10px
}
.search-page__item {
background: #fff;
min-height: 260px;
padding: 15px
}
.loader,.loader::after {
-webkit-border-radius: 50%;
border-radius: 50%;
height: 35px;
width: 35px
}
.loader {
-webkit-animation: loader 1.1s infinite linear;
animation: loader 1.1s infinite linear;
border-bottom: .2em solid #fff;
border-left: .2em solid #022d60;
border-right: .2em solid #fff;
border-top: .2em solid #fff;
font-size: 1px;
margin: 2px auto;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
@-webkit-keyframes loader {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes loader {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.frm {
width: 100%
}
.error-404__error {
font-size: 30vmin;
display: inline-block;
background: #df2023;
color: #fff;
padding: 0 30px;
-webkit-border-radius: 4px;
border-radius: 4px
}
img[src*=no_image] {
-o-object-fit: none;
object-fit: none;
background: #fafafa
}
.alignleft {
display: inline;
float: left;
margin-bottom: 1.5em;
margin-right: 1.5em
}
.alignright {
display: inline;
float: right;
margin-bottom: 1.5em;
margin-left: 1.5em
}
.aligncenter {
clear: both;
display: block;
margin-bottom: 1.5em;
margin-left: auto;
margin-right: auto
}
blockquote {
border-width: 0;
clear: both;
font-size: 16px;
font-style: italic;
font-weight: 600;
line-height: 120%;
margin: 30px 0;
padding: 0 0 0 60px;
position: relative;
text-align: left;
z-index: 1
}
blockquote:before {
color: inherit;
content: "”";
display: block;
font-size: 50px;
left: 0;
line-height: 0;
margin-left: 0;
margin-top: 12px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
blockquote p {
line-height: 1.8
}
blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
margin-bottom: 0
}
blockquote cite {
color: #df2023;
display: block;
font-size: 14px;
font-style: normal;
font-weight: 600;
margin-top: 5px
}
blockquote:after {
background-color: #f63a4c;
bottom: 5px;
content: "";
display: block;
left: 40px;
position: absolute;
top: 5px;
width: 2px
}
.search__toggle {
color: #fff
}
.logo {
margin: 0 15px 0 10px
}
.logo img {
max-width: 40px
}
.site-header {
margin-bottom: 15px;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1070
}
@supports ((position: -webkit-sticky) or (position:sticky)) or (position:-webkit-sticky) {
.site-header {
position:-webkit-sticky;
position: sticky;
top: 0
}
}
.page-scroll .site-header {
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
.adult {
background: #d70202;
color: #fff;
padding: 9px;
font-size: 16px;
display: inline-block;
vertical-align: middle;
}
.site-navigation {
background: #7c0000;
padding: 10px 0;
}
.site-navigation ul {
margin-bottom: 0
}
.site-navigation a {
display: block
}
.site-navigation .container-fluid {
position: relative
}
.mob-menu__toggle {
color: #fff
}
.menu-item-has-children .toggle-sub-menu {
position: absolute;
top: 0;
right: 5px;
bottom: 0;
margin: auto;
color: #fff;
line-height: 35px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
@media (max-width: 991px) {
.adapt-nav__item--more {
display:none!important
}
.mob-menu__inner {
position: absolute;
top: -webkit-calc(100% + 10px);
top: calc(100% + 10px);
background: #fff;
left: 0;
right: 0;
height: -webkit-calc(100vh - 66px);
height: calc(100vh - 66px);
z-index: 1200;
display: none
}
.mob-menu-container {
overflow-y: auto;
height: 100%;
padding: 10px 0 30px
}
.mob-menu__inner li::after {
content: "";
display: block;
left: 0;
right: 0;
position: absolute;
height: 1px;
background-color: #eaeaea;
width: 100%
}
.mob-menu__inner .sub-menu:before {
content: "";
display: block;
left: 0;
right: 0;
position: absolute;
height: 1px;
background-color: #eaeaea;
width: 100%
}
.mob-menu__inner li a {
display: block;
padding: 7px 0;
color: #8d8d8d;
font-size: 13px;
margin: 0
}
.mob-menu__inner li.btn-warning a {
color: #fff
}
.mob-menu__inner li {
position: relative;
padding: 0 30px
}
.mob-menu__inner li ul {
position: relative;
background-color: #f7f7f7;
display: none
}
.menu-item-has-children .toggle-sub-menu {
right: 10px;
color: #022d60
}
}
@media (min-width: 992px) {
.menu-item-has-children .toggle-sub-menu {
line-height:41px
}
.mob-menu:hover .mob-menu__toggle {
color: #fff;
}
.mob-menu:hover>.mob-menu__inner {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible
}
.mob-menu {
position: relative
}
.mob-menu__inner {
background: #A0ABB5;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
left: 0;
margin-top: 5px;
opacity: 0;
padding: 10px;
position: absolute;
top: 100%;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
visibility: hidden;
width: 240px;
z-index: 2;
}
.mob-menu__inner::before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 8px 10px 8px;
border-color: transparent transparent #A0ABB5 transparent;
position: absolute;
top: -9px;
left: 12px;
}
.mob-menu li:not(:last-child) {
border-bottom: 1px solid rgba(255,255,255,.3)
}
.mob-menu a {
color: #fff;
padding: 5px 5px;
display: block;
-webkit-transition: .3s padding;
-o-transition: .3s padding;
transition: .3s padding;
white-space: nowrap
}
.mob-menu a:hover {
text-decoration: none;
background: #fff;
color: #7c0000;
padding-left: 10px;
}
ul.sub-menu {
position: absolute;
top: 100%;
left: 0;
background: #a0abb5;
z-index: 2;
padding: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
visibility: hidden;
-webkit-border-radius: 2px;
border-radius: 2px;
width: 240px;
margin-top: 5px;
}
.main-menu__inner>ul>li.current-menu-item a {
background: #d70202
}
.main-menu {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1
}
.main-menu__inner a {
color: #fff;
padding: 10px;
-webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
-o-transition: all .3s cubic-bezier(.77,0,.175,1);
transition: all .3s cubic-bezier(.77,0,.175,1);
position: relative
}
.main-menu__inner a:hover {
text-decoration: none
}
.main-menu__inner>ul>li>a:hover {
background: #d70202;
}
.main-menu__inner .sub-menu a {
padding: 5px 5px
}
.main-menu__inner .sub-menu a:hover {
background: #fff;
color: #7c0000;
padding-left: 10px;
}
.menu-item-has-children>a {
padding-right: 24px
}
.menu-item-has-children:hover>.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible
}
.main-menu__inner li {
position: relative
}
.main-menu__inner li.r_ {
display: none
}
ul.sub-menu::before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 8px 10px 8px;
border-color: transparent transparent #a0abb5 transparent;
position: absolute;
top: -9px;
left: 12px;
}
.menu-item-has-children>ul .sub-menu {
top: -10px;
left: 100%;
margin: 0
}
.sub-menu li:not(:last-child) {
border-bottom: 1px solid rgba(255,255,255,.301961)
}
.main-menu__inner>ul>li+li {
margin-left: .5rem
}
.more-menu {
position: absolute;
right: 0;
top: -webkit-calc(100% + 4px);
top: calc(100% + 4px);
width: 180px;
background-color: #a0abb5;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
padding: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
z-index: 9;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s .2s,opacity .2s;
-o-transition: visibility 0s .2s,opacity .2s;
transition: visibility 0s .2s,opacity .2s;
}
.more-menu::before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 8px 10px 8px;
border-color: transparent transparent #a0abb5 transparent;
position: absolute;
top: -9px;
right: 12px;
}
.more-menu li:not(:last-child) {
border-bottom: 1px solid rgba(255,255,255,.3)
}
.more-menu li+li {
margin-left: 0
}
.more-menu a {
color: #fff;
padding: 5px 5px;
display: block;
-webkit-transition: .3s padding;
-o-transition: .3s padding;
transition: .3s padding
}
.more-menu a:hover {
text-decoration: none;
background: #fff;
color: #7c0000;
padding-left: 10px;
}
.adapt-nav__item--more .btn:focus,.adapt-nav__item--more .btn:hover {
-webkit-box-shadow: none;
box-shadow: none
}
.adapt-nav__item--more:hover .more-menu {
visibility: visible;
opacity: 1;
-webkit-transition: visibility 0s,opacity .2s;
-o-transition: visibility 0s,opacity .2s;
transition: visibility 0s,opacity .2s
}
.adapt-nav__item--more .icon {
color: #fff
}
._t {
visibility: hidden
}
}
.breadcrumbs {
font-size: 13px;
padding: 10px 0
}
.pagination {
margin: 30px 0
}
.pagination a,.pagination span {
background: #fff;
border-bottom: none;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 3px 7px rgba(230,230,230,.6);
box-shadow: 0 3px 7px rgba(230,230,230,.6);
color: #000;
display: inline-block;
font-size: 14px;
height: 35px;
line-height: 35px;
margin: 0;
min-width: 35px;
padding: 0 10px;
text-align: center
}
.pagination a.next,.pagination a.prev {
padding: 0 10px
}
.pagination a.next .icon,.pagination a.prev .icon {
vertical-align: text-bottom;
width: 14px;
height: 18px
}
.pagination a.next:hover,.pagination a.prev:hover {
background-color: #7c0000;
text-decoration: none;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
color: #fff
}
.pagination a.next:hover .icon,.pagination a.prev:hover .icon {
fill: #fff
}
.pagination a:hover,.pagination span {
background-color: #7c0000;
text-decoration: none;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
color: #fff;
}
.youtube {
background-color: #000;
cursor: pointer;
margin: 0 auto 30px;
overflow: hidden;
padding-top: 56.25%;
position: relative
}
.youtube img {
left: 0;
opacity: .7;
top: -16.82%;
width: 100%
}
.youtube-title {
color: #fff;
font-size: 16px;
left: 0;
padding: 10px;
position: absolute;
right: 0;
top: 0;
z-index: 1
}
.youtube .play-button {
-webkit-border-radius: 4px;
border-radius: 4px;
bottom: 0;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
left: 0;
margin: auto;
max-height: 50px;
max-width: 100px;
opacity: .8;
padding: 15px;
right: 0;
text-transform: uppercase;
top: 0;
z-index: 1;
text-align: center;
color: #fff;
background: #df2023
}
.youtube .play-button i {
margin-right: 10px
}
.youtube .play-button:hover {
opacity: 1
}
.youtube .play-button,.youtube img {
cursor: pointer
}
.youtube .play-button,.youtube .play-button::before,.youtube iframe,.youtube img {
position: absolute
}
.youtube iframe {
height: 101%;
left: 0;
top: 0;
width: 100%
}
.youtube--1tvcrimea img {
top: 0;
height: 100%!important;
-o-object-fit: cover;
object-fit: cover
}
.icon {
height: 21px;
width: 20px
}
.icon--chevron-down {
height: 10px;
width: 11px
}
.widget {
margin-bottom: 1rem;
padding: 15px 0
}
.module-title,.widget-title {
border-bottom: 2px solid #7c0000;
bottom: -2px;
display: inline-block;
font-size: 18px;
margin-bottom: 0;
padding-bottom: 15px;
position: relative;
vertical-align: top;
}
.module-title-container,.widget-title-container {
border-bottom: 2px solid #A0ABB5;
margin-bottom: 30px;
}
.module-title-container {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 30px
}
.module-nav ul {
margin: 0
}
@media (max-width: 767px) {
.tabs .module-title-container {
display:block
}
.tabs .module-nav {
margin-top: 20px
}
}
@media (min-width: 768px) {
.module-title {
font-size:28px
}
}
@media (min-width: 1200px) {
.widget {
padding:15px
}
}
.search-wrap {
position: absolute;
top: -webkit-calc(100% + 10px);
top: calc(100% + 10px);
background: #7c0000;
right: 0;
width: 100%;
border-top: 1px solid #f0f0f0;
padding: 10px;
display: none;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.search-wrap .container-fluid {
position: relative
}
.search-wrap .btn {
position: absolute;
right: 0
}
.search-wrap .frm__input {
padding-right: 45px;
height: 43px
}
.search--open .search-wrap {
display: block
}
@media (min-width: 992px) {
.search-wrap {
max-width:340px
}
}
.page-id-7 .wp-block-column,.page-id-8 .wp-block-column {
text-align: center
}
.page-id-7 .wp-block-column h2,.page-id-7 .wp-block-column h4,.page-id-8 .wp-block-column h2,.page-id-8 .wp-block-column h4 {
font-size: 18px
}
.page-id-7 .wp-block-column p,.page-id-8 .wp-block-column p {
font-size: 13px
}
.page-id-7 .is-style-circle-mask+h4,.page-id-8 .is-style-circle-mask+h4 {
height: 50px
}
.wp-block-image {
text-align: center
}
@media (min-width: 768px) {
.sidebar-front-right,.sidebar-projects-right {
position:-webkit-sticky;
position: sticky;
top: 65px
}
}
@media (min-width: 992px) {
.sidebar-category-right,.sidebar-single-right, .sidebar-page-right {
position:-webkit-sticky;
position: sticky;
top: 65px
}
}
@media (min-width: 1200px) {
.single-post-wrap {
position:-webkit-sticky;
position: sticky;
top: 80px;
z-index: 1
}
.sidebar-front-left picture img {
max-height: 576px;
width: 100%
}
}
.rek_block {
margin: 50px 0 20px
}
.rek_block img {
width: 100%
}
.rek_block-top {
margin: 0
}
.rek_block-top .widget {
margin: 0;
padding: 0
}
.rek_block_post {
margin-bottom: 1rem;
overflow: hidden;
}
.rek_block-list {
margin-bottom: 25px
}
.rek_block-list a {
color: #666;
display: block;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
text-transform: uppercase
}
.post {
margin-bottom: 1rem;
position: relative;
overflow: hidden;
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s
}
.post-thumb {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: #000;
opacity: 1;
position: relative;
-webkit-transition: opacity .35s,-webkit-transform .35s;
transition: opacity .35s,-webkit-transform .35s;
-o-transition: opacity .35s,transform .35s;
transition: opacity .35s,transform .35s;
transition: opacity .35s,transform .35s,-webkit-transform .35s
}
.post-thumb>a {
background-position: center;
background-repeat: no-repeat;
display: block;
height: 310px;
width: 100%
}
.post-thumb::before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),to(black));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
bottom: 0;
content: '';
display: block;
height: 70%;
pointer-events: none;
position: absolute;
width: 100%;
z-index: 1;
left: 0
}
.post-thumb img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity .35s,-webkit-transform .35s;
transition: opacity .35s,-webkit-transform .35s;
-o-transition: opacity .35s,transform .35s;
transition: opacity .35s,transform .35s;
transition: opacity .35s,transform .35s,-webkit-transform .35s;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
left: 0;
top: 0
}
.post-content-container {
padding: 0 30px 40px;
padding: 0;
margin: 0 auto;
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
right: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
.post-info {
min-height: 90px;
bottom: 0;
left: 0;
padding: 20px;
position: absolute;
text-align: center;
width: 100%;
z-index: 10
}
.post-cat a {
background-color: rgba(28,28,28,.7);
-webkit-border-radius: 50px;
border-radius: 50px;
color: #fff;
font-size: 11px;
line-height: 100%;
padding: 4px 9px 5px
}
.post-title {
color: #000;
display: block;
font-size: 16px;
line-height: 1.5;
position: relative;
word-break: break-word;
margin-bottom: 0
}
.post-title a {
display: block
}
.post-title:hover a {
text-decoration: none
}
.post-meta {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: #8d8d8d;
margin-top: 15px
}
.post-meta>div {
display: inline;
font-size: 12px;
line-height: 1
}
.post-meta .icon {
height: 14px;
line-height: 1;
position: relative;
top: -1px;
vertical-align: middle;
width: 20px
}
.post-date {
position: relative;
background-color: rgba(28,28,28,.7);
-webkit-border-radius: 50px;
border-radius: 50px;
color: #fff;
line-height: 100%;
padding: 3px 8px 3px 4px
}
.post-type .icon {
height: 25px;
width: 25px
}
.post:hover {
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
.post:hover img {
opacity: .8
}
.post-v2 .post-type {
position: relative;
padding: 0 8px 5px;
color: #fff
}
.post-v2 .post-type::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgb(124 0 0 / 70%);
width: 100%;
height: 48px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.post-v1 .post-cat {
margin-bottom: 16px
}
.post-v1 .post-type {
position: absolute;
top: 50%;
left: 0;
color: #fff;
z-index: 1;
padding: 10px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.post-v1 .post-type::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(223,32,35,.7);
width: 100%;
height: 100%;
-webkit-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0
}
.post-v1 .post-type .icon {
height: 50px;
opacity: .7;
width: 50px;
line-height: 0
}
.post-v1 .post-title {
color: #fff;
font-size: 14px;
text-shadow: 1px 1px 2px rgba(0,0,0,.3);
text-transform: uppercase
}
.post-v1 .post-info {
bottom: 0;
color: #fff;
padding: 20px;
position: absolute;
text-align: center;
width: 100%;
z-index: 1
}
.post-v1 .post-meta {
color: #f0f0f0
}
.post-v2 .post-title,.post-v4 .post-title {
color: #fff
}
.post-v2 .post-info,.post-v4 .post-info {
text-align: left
}
.post-v2 .post-meta,.post-v4 .post-meta {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
left: 15px;
margin: 0;
position: absolute;
right: 15px;
top: 18px;
z-index: 1
}
.post-v2 .post-thumb>a,.post-v4 .post-thumb>a {
height: 250px
}
.post-v2 .post-date,.post-v4 .post-date {
margin-left: auto;
padding: 6px 8px 4px 4px
}
.post-v3 .post-info {
position: relative;
text-align: left;
padding-left: 25px;
border-left: 1px solid rgba(255,255,255,.14)
}
.post-v3 .post-edit {
margin-right: 25px;
margin-right: 0;
margin-left: 25px;
color: #fff;
line-height: 0
}
.post-v3 .post-edit .icon {
width: 25px;
height: 25px
}
.post-v3 .post-cat {
margin-bottom: 10px
}
.post-v3 .post-title {
color: #fff;
text-transform: uppercase;
font-size: 16px;
line-height: 100%
}
.post-v3 .post-meta {
color: #fff
}
.post-line {
border-left: 2px solid #A0ABB5;
padding-left: 10px;
position: relative;
}
.post-line:not(:last-child) {
border-bottom: 1px solid #f0f0f0;
margin-bottom: 10px;
padding-bottom: 10px
}
.post-line .post-title {
font-size: 13px
}
.post-line .post-meta {
margin-top: 0
}
.post-line .post-date {
padding: 0;
padding-right: 10px;
background-color: transparent;
color: inherit
}
.post-line .post-date::after {
display: block;
position: absolute;
background-color: #d6d6d6;
width: 1px;
top: 5px;
bottom: 5px;
right: -1px
}
.post-v4 .post-info {
background: #a0abb596;
}
.post-v4 .post-title {
margin: 0
}
.post-v4 .post-type {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: rgb(124 0 0 / 70%);
-webkit-border-radius: 4px;
border-radius: 4px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
left: 0;
padding: 10px;
position: absolute;
top: -50px;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
-webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
-o-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
transition-timing-function: cubic-bezier(.445,.05,.55,.95);
}
.post-v4 .post-type .icon {
margin: 0;
padding: 0
}
.post-v4:hover .post-type {
left: 50%;
padding: 20px;
top: -70px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.post-v5 .post-thumb>a {
height: 180px
}
.post-v5 .post-thumb .post-meta {
top: auto;
bottom: 20px
}
.post-v5 .post-thumb .post-cat a {
background-color: #d70202;
}
.post-v5 .post-cat a {
display: block;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content
}
.post-v5 .post-meta {
margin: 0;
position: absolute;
top: 10px;
z-index: 1;
left: 10px
}
.post-v5 .post-info {
position: relative;
padding: 0;
text-align: left;
min-height: 50px
}
.post-v5 .post-content-container {
position: relative;
padding: 15px 10px;
display: block;
border: 1px solid #f0f0f0;
border-top: 0;
background: #fff
}
.post-v5 .post-content-container .post-meta {
position: relative;
top: 0;
left: 0;
margin-bottom: 15px
}
@media (min-width: 768px) {
.post-content-container {
padding:0 30px 40px;
margin: 0 auto;
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
right: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.post-v1 .post-title {
font-size: 18px
}
.post-v3 .post-edit {
margin-right: 25px;
margin-left: 0
}
.post-v3 .post-title {
font-size: 22px
}
}
@media (min-width: 1200px) {
.post-v3 .post-title {
font-size:28px
}
.post-line:nth-child(n+12) {
display: none
}
}
.project {
-webkit-border-radius: 8px;
border-radius: 8px;
margin-bottom: 1rem;
position: relative;
vertical-align: top
}
.project-container {
display: block;
position: relative;
-webkit-border-radius: 4px;
border-radius: 4px;
height: 190px;
overflow: hidden;
z-index: 1
}
.project-container__content {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
color: #fff;
z-index: 100
}
.project-container__count {
font-size: 38px;
font-weight: 900;
opacity: .5;
line-height: 1.1
}
.project-container__subtitle {
font-size: 12px;
text-transform: uppercase;
font-weight: 300;
opacity: .8
}
.project-container__background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-background-size: cover;
background-size: cover;
background-position: 50% 50%;
-webkit-transition: .5s cubic-bezier(.35,.57,.1,1.08);
-o-transition: .5s cubic-bezier(.35,.57,.1,1.08);
transition: .5s cubic-bezier(.35,.57,.1,1.08)
}
.project-container::after {
content: "";
display: block;
position: absolute;
z-index: 1;
bottom: 0;
opacity: .5;
top: 15%;
width: 100%;
-webkit-transition: .5s all ease-in-out;
-o-transition: .5s all ease-in-out;
transition: .5s all ease-in-out;
background: -webkit-gradient(linear,left top,left bottom,from(rgba(50,50,50,0)),color-stop(89%,rgba(16,15,15,.91)),color-stop(93%,rgba(16,15,15,.93)))!important;
background: -webkit-linear-gradient(top,rgba(50,50,50,0) 0,rgba(16,15,15,.91) 89%,rgba(16,15,15,.93) 93%)!important;
background: -o-linear-gradient(top,rgba(50,50,50,0) 0,rgba(16,15,15,.91) 89%,rgba(16,15,15,.93) 93%)!important;
background: linear-gradient(to bottom,rgba(50,50,50,0) 0,rgba(16,15,15,.91) 89%,rgba(16,15,15,.93) 93%)!important
}
.project-shadow {
height: 20px;
-webkit-box-shadow: 0 11px 44px rgba(0,0,0,.3);
box-shadow: 0 11px 44px rgba(0,0,0,.3);
margin: 0 20px;
position: relative;
margin-top: -20px;
top: -10px;
z-index: 0;
opacity: 0;
-webkit-transition: .5s opacity ease-in-out;
-o-transition: .5s opacity ease-in-out;
transition: .5s opacity ease-in-out
}
.project h3 {
color: #fff;
font-size: 18px;
font-weight: 700;
margin: 5px 0 0
}
.project:hover {
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
.project:hover .project-container__background {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2)
}
.project:hover .project-container::after {
opacity: .6
}
.project:hover .project--shadow {
opacity: 1;
top: 0
}
.project-sub {
position: absolute;
z-index: 2;
color: #fff;
left: 15px;
padding: 5px;
text-align: center;
min-width: 80px
}
.project-sub::after {
content: '';
background: #a0abb59e;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 500%;
z-index: -1;
}
.project-sub .project-container__count {
opacity: 1;
font-size: 25px;
line-height: 1.4;
font-weight: 600;
background: #7c0000;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.project-sub .project-container__subtitle {
opacity: 1;
font-size: 11px;
background: #7c0000;
padding-bottom: 5px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.project-more {
font-size: 14px;
padding: 15px 35px;
margin: 15px 0;
text-transform: uppercase
}
.nav-tab li {
color: #b1b1b1;
font-size: 14px;
margin-bottom: 5px;
}
.nav-tab li a {
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color
}
.nav-tab li.active a {
font-weight: 700;
color: #505050
}
.nav-tab li a:hover {
text-decoration: none
}
.nav-tab li.list-inline-item:not(:last-child) {
margin-right: 1rem
}
.tab-content {
display: none
}
.timeline {
line-height: 1.4em;
list-style: none;
margin: 0;
padding: 0;
width: 100%
}
.timeline h1,.timeline h2,.timeline h3,.timeline h4,.timeline h5,.timeline h6 {
line-height: inherit
}
.timeline-item {
padding-left: 40px;
position: relative;
border: 2px solid transparent;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px;
margin: 5px 0;
cursor: default
}
.timeline-info {
font-size: 12px;
min-width: 155px;
white-space: nowrap
}
.timeline-marker {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 11px
}
.timeline-marker:before {
background: #fafafa;
border: 2px solid #d70202;
-webkit-border-radius: 50%;
border-radius: 50%;
content: "";
display: block;
height: 11px;
position: absolute;
top: 4px;
left: 0;
width: 11px;
-webkit-transition: background .3s ease-in-out,border .3s ease-in-out;
-o-transition: background .3s ease-in-out,border .3s ease-in-out;
transition: background .3s ease-in-out,border .3s ease-in-out
}
.timeline-marker:after {
content: "";
width: 1px;
background: #a0abb5;
display: block;
position: absolute;
top: 17px;
bottom: 0;
left: 5px;
height: 50px;
z-index: -1
}
.timeline-item:last-child .timeline-marker:after {
content: none
}
.timeline-item:not(.period):hover .timeline-marker:before {
background: #df2023
}
.timeline-item-current .timeline-marker:before {
background: #df2023
}
.timeline-item:not(.timeline-item-current):hover {
border-color: #f0f0f0
}
.timeline-content p:last-child {
margin-bottom: 0
}
.timeline-content a:hover {
text-decoration: none
}
.timeline-title {
font-size: 15px;
margin: 0;
font-weight: 400
}
.timeline-item-current .timeline-info,.timeline-item-current .timeline-title {
font-weight: 600
}
@media (min-width: 768px) {
.timeline-split .timeline-item {
display:-webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.timeline-split .timeline-marker {
position: relative
}
.timeline-split .timeline-content {
padding-left: 30px
}
.timeline-split .timeline-info {
padding-right: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.timeline-split .period .timeline-title {
position: relative;
left: -45px
}
}
.story .module-title-container {
margin-bottom: 10px
}
.story-subtitle {
font-weight: 600;
margin-bottom: 10px
}
.timeline-info .icon {
margin-right: 10px;
color: #8d8d8d;
width: 16px;
height: 16px
}
.timeline-item-current .timeline-info .icon {
color: #df2023
}
.story-timeline {
margin-bottom: 10px;
padding-left: 10px
}
.timeline-content a {
display: block
}
.timeline-content {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1
}
@media (max-width: 761px) {
.timeline-marker {
top:3px;
left: -16px
}
.timeline-marker:after {
top: 15px;
height: 100%
}
}
.post-tags {
margin-top: 10px;
margin-bottom: 0
}
.post-tags-container .post-tags:first-child {
margin-top: 35px
}
.post-tags-item.post-tags-item-title {
font-weight: 700;
background-color: #393939;
color: #fff!important;
border-color: #393939
}
.post-tags a[rel=tag],.post-tags-item {
display: inline-block;
position: relative;
padding: 0 15px;
line-height: 18px;
margin-right: 10px;
font-size: 10px;
text-transform: uppercase;
-webkit-border-radius: 100px;
border-radius: 100px;
border: 1px solid #e0e0e0;
color: #8d8d8d;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out
}
.post-tags a[rel=tag]:hover,.post-tags-item:hover {
color: #1c1c1c;
text-decoration: none
}
.socials .list-inline-item:not(:last-child) {
margin-right: .2rem
}
.socials .icon {
display: inline-block;
height: 25px;
line-height: 1;
padding: 3px;
vertical-align: middle;
width: 25px
}
.socials a {
color: #fff;
display: block
}
.icon--vk:hover {
color: #4a76a8
}
.icon--tiktok:hover {
color: #FE2C55
}
.icon--youtube:hover {
color: red
}
.icon--fb:hover {
color: #3b5998
}
.icon--instagram:hover {
color: #c13584
}
.icon--tw:hover {
color: #1da1f2
}
.icon--ok:hover {
color: #ee8208
}
.icon--telega:hover {
color: #08c
}
.icon--rss:hover {
color: #ee802f
}
@media (max-width: 767px) {
.site-header .socials__item {
display:none
}
}
.post-nav {
margin: 45px 0;
padding-top: 35px;
border-top: 1px solid #f3f3f3
}
.post-nav-type {
position: relative;
width: 60px;
height: 60px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 60px;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
overflow: hidden;
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out
}
.post-nav__link--prev .post-nav-type {
margin-right: 15px
}
.post-nav__link--next .post-nav-type {
margin-left: 15px
}
.post-nav-type .icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #fff
}
.post-nav-type::before {
content: '';
background: #A0ABB5;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out
}
.post-nav__link:hover .post-nav-type {
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
.post-nav__link {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out
}
.post-nav__link:hover {
text-decoration: none
}
.post-nav__link h4 {
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
font-size: 16px;
margin: 0
}
.post-nav__link:hover .post-nav-type::before {
background: #7c0000
}
.post-nav__link:hover h4 {
color: #7c0000
}
.wp-block-table {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.wp-block-table table {
border: 0;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 15px;
width: 100%
}
.wp-block-table table th {
font-weight: 500;
text-align: left;
vertical-align: top
}
.wp-block-table table td,.wp-block-table table th {
padding: 4px;
border: 1px solid #e2e4e7;
vertical-align: middle;
word-break: normal!important
}
.wp-block-table table tbody tr:nth-child(even) {
background-color: #fff
}
.wp-block-table table tbody,.wp-block-table table td,.wp-block-table table th,.wp-block-table table thead,.wp-block-table table tr {
word-break: break-word
}
.reading-progressbar {
width: 100%;
height: 5px;
background-color: transparent;
pointer-events: none;
position: absolute;
bottom: 0;
display: block;
color: #A0ABB5
}
.reading-progressbar__fallback {
position: absolute;
left: 0;
top: 0;
height: 100%;
background-color: currentColor
}
.reading-progressbar::-webkit-progress-bar {
background-color: transparent
}
.reading-progressbar::-webkit-progress-value {
background-color: currentColor
}
.reading-progressbar::-moz-progress-bar {
background-color: currentColor
}
.popover {
width: 100%;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
.popover-body {
padding: 0
}
.popover-head {
border-bottom: 1px solid #e6e6e6;
padding: .5rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500
}
.popover-content {
padding: .5rem;
background: #fafafa
}
.popover-footer {
padding: .5rem;
border-top: 1px solid #e6e6e6
}
.popover-content ul {
margin: 0;
position: relative
}
.popover-content ul::before {
content: "";
width: 1px;
background: #a0abb5;
display: block;
position: absolute;
top: 0;
left: 5px;
height: 100%;
z-index: 1
}
.popover-head .avatar-icon {
margin-right: 16px
}
.popover-content li {
position: relative;
padding-left: 1rem
}
.popover-content li:before {
border: 2px solid #d70202;
-webkit-border-radius: 50%;
border-radius: 50%;
content: "";
display: block;
height: 11px;
position: absolute;
top: 6px;
background: #fafafa;
left: 0;
z-index: 2;
width: 11px
}
.popover-content a {
display: block;
padding: 1px 0
}
.popover-footer .btn {
padding: 7px 10px 8px
}
.stream {
position: relative;
width: 50rem;
margin: 0 auto;
background-color: #1a1e20;
display: none;
z-index: 1071;
}
.stream-inner {
position: fixed;
left: 0;
bottom: 0;
z-index: 999;
width: 340px;
height: 194px;
max-width: 480px;
margin: 0 auto;
background-color: #323232;
overflow: hidden;
border: 3px solid #fff;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
.draggable.stream-inner video {
max-width: 100%
}
.stream-buttons {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),to(rgba(0,0,0,.85)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
padding: 30px 0 10px
}
.stream--paused .stream-buttons,.stream:hover .stream-buttons {
-webkit-transform: none;
-ms-transform: none;
transform: none
}
.stream-button {
color: #fff
}
.stream-button:hover {
color: #d70202
}
.stream-button__play .icon-pause {
display: none
}
.stream-button__resize .icon-compress {
display: none
}
.stream-button__volume .icon-volume-up {
display: none
}
.stream.played .stream-button__play .icon-audio {
display: none
}
.stream.played .stream-button__play .icon-pause {
display: block
}
.stream.stream--sound-on .icon-volume-up {
display: block
}
.stream:not(.stream-init) .stream-button__resize,.stream:not(.stream-init) .stream-button__volume {
display: none
}
.stream.stream--sound-on .icon-volume-mute {
display: none
}
@media (min-width: 768px) {
.stream {
display:block
}
}
.broadcasting {
overflow: hidden;
padding-top: 56.25%;
position: relative
}
.broadcasting video {
height: 100%;
left: 0;
top: 0;
width: 100%;
position: absolute
}
.broadcasting-button {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-border-radius: 4px;
border-radius: 4px;
bottom: 0;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
left: 0;
margin: auto;
max-height: 50px;
width: 100px;
opacity: .8;
right: 0;
text-transform: uppercase;
top: 0;
z-index: 1;
text-align: center;
color: #fff;
position: absolute;
background: #df2023
}
.broadcasting-button:hover {
opacity: 1
}
.card {
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #e2e5e8;
background: #fff;
padding: 1rem;
margin-top: 45px;
margin-top: 30px
}
.card-title {
font-weight: 600;
font-size: 18px;
margin-bottom: 1rem
}
.avatar-icon-wrapper {
display: inline-block;
margin-right: 8px;
position: relative;
text-align: center;
text-transform: uppercase
}
.avatar-icon {
overflow: hidden;
-webkit-border-radius: 8px;
border-radius: 8px;
width: 45px;
height: 45px;
line-height: 36px;
border: 1px solid #f3f3f3;
padding: 3px;
font-weight: 700;
cursor: pointer
}
.avatar-icon--lt {
background: #7c0000;
color: #fff
}
.object {
margin-top: -15px;
padding: 50px 0;
color: #fff;
background-image: url(//crimea24.tv/wp-content/themes/vdweb/images/object_bg_red.jpg)
}
.object-logo img {
}
.object-title h3 {
font-weight: 700
}
.wp-block-cover,.wp-block-cover-image {
margin-bottom: 1rem
}
.wp-block-gallery,.wp-block-image,.wp-block-media-text__media {
position: relative
}
.wp-block-gallery img,.wp-block-image img,.wp-block-media-text__media img {
border: 5px solid #fff;
position: relative;
background: #fff;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s
}
.wp-block-cover,.wp-block-cover-image,.wpcf7 {
border: 5px solid #fff;
position: relative;
background: #fff;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s;
background-color: #000
}
.wp-block-image figcaption, figcaption.blocks-gallery-caption {
font-size: 14px;
font-style: italic;
margin: 0;
bottom: 0;
padding: 10px;
width: 100%;
text-align: center;
}
.wpcf7 {
background-color: #eee;
padding: 50px 20px
}
.wpcf7 h1,.wpcf7 h2,.wpcf7 h3,.wpcf7 h4,.wpcf7 h5,.wpcf7 h6 {
margin: 30px 0
}
span.wpcf7-not-valid-tip {
font-size: 12px;
position: absolute;
top: 100%;
margin-top: 8px;
color: #df2023
}
.form-group {
padding-bottom: 25px;
position: relative
}
.form-group span.wpcf7-not-valid-tip {
right: 0
}
.wpcf7-list-item-label {
font-size: 14px
}
.wpcf7-not-valid .wpcf7-list-item-label {
color: #df2023
}
input.wpcf7-not-valid,select.wpcf7-not-valid,textarea.wpcf7-not-valid {
border-color: #df2023;
-webkit-box-shadow: 0 0 2px 1px rgba(223,32,35,.1);
box-shadow: 0 0 2px 1px rgba(223,32,35,.1)
}
div.wpcf7-response-output {
text-align: center;
padding: 16px;
font-size: 14px;
margin: 2em 0 1em;
color: #fff
}
div.wpcf7-acceptance-missing,div.wpcf7-response-output,div.wpcf7-validation-errors {
background: #e54d4f;
color: #fff;
border-color: #e54d4f
}
div.wpcf7-mail-sent-ok {
border-color: #022d60;
background: #022d60
}
@media (min-width: 992px) {
.wpcf7 {
padding:50px
}
}
.loader,.loader::after {
-webkit-border-radius: 50%;
border-radius: 50%;
height: 50px;
width: 50px
}
.loader {
margin: 10px auto;
font-size: 4px;
position: relative;
text-indent: -9999em;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
border-left: 3px solid #df2023;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@font-face {
font-family: lightcase;
src: url(//crimea24.tv/wp-content/themes/vdweb/fonts/lightcase.eot?55356177);
src: url(//crimea24.tv/wp-content/themes/vdweb/fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),url(//crimea24.tv/wp-content/themes/vdweb/fonts/lightcase.woff?55356177) format("woff"),url(//crimea24.tv/wp-content/themes/vdweb/fonts/lightcase.ttf?55356177) format("truetype"),url(//crimea24.tv/wp-content/themes/vdweb/fonts/lightcase.svg?55356177#lightcase) format("svg");
font-weight: 400;
font-style: normal
}
[class*=lightcase-icon-]:before {
font-family: lightcase,sans-serif;
font-style: normal;
font-weight: 400;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em
}
.lightcase-icon-play:before {
content: '\e800'
}
.lightcase-icon-pause:before {
content: '\e801'
}
.lightcase-icon-close:before {
content: '\e802'
}
.lightcase-icon-prev:before {
content: '\e803'
}
.lightcase-icon-next:before {
content: '\e804'
}
.lightcase-icon-spin:before {
content: '\e805'
}
@-webkit-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
#lightcase-case {
display: none;
position: fixed;
z-index: 2002;
top: 50%;
left: 50%;
font-family: arial,sans-serif;
font-size: 13px;
line-height: 1.5;
text-align: left;
text-shadow: 0 0 10px rgba(0,0,0,.5)
}
@media screen and (max-width: 640px) {
html[data-lc-type=ajax] #lightcase-case,html[data-lc-type=inline] #lightcase-case {
position:fixed!important;
top: 0!important;
left: 0!important;
right: 0!important;
bottom: 0!important;
margin: 0!important;
padding: 55px 0 70px 0;
width: 100%!important;
height: 100%!important;
overflow: auto!important
}
}
@media screen and (min-width: 641px) {
html:not([data-lc-type=error]) #lightcase-content {
position:relative;
z-index: 1;
text-shadow: none;
background-color: #fff;
-webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
-o-box-shadow: 0 0 30px rgba(0,0,0,.5);
box-shadow: 0 0 30px rgba(0,0,0,.5);
-webkit-backface-visibility: hidden
}
}
@media screen and (min-width: 641px) {
html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content {
background-color:#333
}
}
html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content {
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none
}
@media screen and (max-width: 640px) {
html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content {
position:relative!important;
top: auto!important;
left: auto!important;
width: auto!important;
height: auto!important;
margin: 0!important;
padding: 0!important;
border: none!important;
background: 0 0!important
}
}
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box
}
@media screen and (max-width: 640px) {
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
padding:15px
}
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>* {
width: 100%!important;
max-width: none!important
}
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe) {
height: auto!important;
max-height: none!important
}
}
@media screen and (max-width: 640px) {
html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
overflow:auto;
-webkit-overflow-scrolling: touch
}
}
@media screen and (max-width: 640px) and (min-width:641px) {
html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
line-height:.75
}
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
position: relative;
overflow: hidden!important
}
@media screen and (max-width: 640px) {
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
position:relative!important;
top: auto!important;
left: auto!important;
width: auto!important;
height: auto!important;
margin: 0!important;
padding: 0!important;
border: none!important;
background: 0 0!important
}
}
@media screen and (min-width: 641px) {
html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
padding:30px;
overflow: auto;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box
}
}
@media screen and (max-width: 640px) {
#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p {
color:#aaa
}
}
@media screen and (min-width: 641px) {
#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p {
color:#333
}
}
#lightcase-case p.lightcase-error {
margin: 0;
font-size: 17px;
text-align: center;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
color: #aaa
}
@media screen and (max-width: 640px) {
#lightcase-case p.lightcase-error {
padding:30px 0
}
}
@media screen and (min-width: 641px) {
#lightcase-case p.lightcase-error {
padding:0
}
}
.lightcase-open body {
overflow: hidden
}
.lightcase-isMobileDevice .lightcase-open body {
max-width: 100%;
max-height: 100%
}
#lightcase-info {
position: absolute;
padding-top: 15px
}
#lightcase-info #lightcase-caption,#lightcase-info #lightcase-title {
margin: 0;
padding: 0;
line-height: 1.5;
font-weight: 400;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
#lightcase-info #lightcase-title {
font-size: 17px;
color: #aaa
}
@media screen and (max-width: 640px) {
#lightcase-info #lightcase-title {
position:fixed;
top: 10px;
left: 0;
max-width: 87.5%;
padding: 5px 15px;
background: #333
}
}
#lightcase-info #lightcase-caption {
clear: both;
font-size: 13px;
color: #aaa
}
#lightcase-info #lightcase-sequenceInfo {
font-size: 11px;
color: #aaa
}
@media screen and (max-width: 640px) {
.lightcase-fullScreenMode #lightcase-info {
padding-left:15px;
padding-right: 15px
}
html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
position: static
}
}
#lightcase-loading {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
position: fixed;
z-index: 2001;
top: 50%;
left: 50%;
margin-top: -.5em;
margin-left: -.5em;
opacity: 1;
font-size: 32px;
text-shadow: 0 0 15px #fff;
-moz-transform-origin: 50% 53%;
-webkit-animation: lightcase-spin .5s infinite linear;
animation: lightcase-spin .5s infinite linear
}
#lightcase-loading,#lightcase-loading:focus {
text-decoration: none;
color: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-transition: color,opacity,ease-in-out .25s;
-o-transition: color,opacity,ease-in-out .25s;
transition: color,opacity,ease-in-out .25s
}
#lightcase-loading>span {
display: inline-block;
text-indent: -9999px
}
a[class*=lightcase-icon-] {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
outline: 0;
cursor: pointer
}
a[class*=lightcase-icon-],a[class*=lightcase-icon-]:focus {
text-decoration: none;
color: rgba(255,255,255,.6);
-webkit-tap-highlight-color: transparent;
-webkit-transition: color,opacity,ease-in-out .25s;
-o-transition: color,opacity,ease-in-out .25s;
transition: color,opacity,ease-in-out .25s
}
a[class*=lightcase-icon-]>span {
display: inline-block;
text-indent: -9999px
}
a[class*=lightcase-icon-]:hover {
color: #fff;
text-shadow: 0 0 15px #fff
}
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
color: #aaa;
text-shadow: none
}
a[class*=lightcase-icon-].lightcase-icon-close {
position: fixed;
top: 15px;
right: 15px;
bottom: auto;
margin: 0;
opacity: 0;
outline: 0
}
a[class*=lightcase-icon-].lightcase-icon-prev {
left: 15px
}
a[class*=lightcase-icon-].lightcase-icon-next {
right: 15px
}
a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play {
left: 50%;
margin-left: -.5em
}
@media screen and (min-width: 641px) {
a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play {
opacity:0
}
}
@media screen and (max-width: 640px) {
a[class*=lightcase-icon-] {
bottom:15px;
font-size: 24px
}
}
@media screen and (min-width: 641px) {
a[class*=lightcase-icon-] {
bottom:50%;
margin-bottom: -.5em
}
#lightcase-case:hover~a[class*=lightcase-icon-],a[class*=lightcase-icon-]:hover {
opacity: 1
}
}
#lightcase-overlay {
display: none;
width: 100%;
min-height: 100%;
position: fixed;
z-index: 2000;
top: -9999px;
bottom: -9999px;
left: 0;
background: #333
}
@media screen and (max-width: 640px) {
#lightcase-overlay {
opacity:1!important
}
}
.latest-project {
margin-bottom: 16px;
background: #fff;
padding: 50px 16px 16px;
border: 1px solid #f0f0f0;
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s;
position: relative
}
.latest-project:hover {
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
.latest-project-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1
}
.latest-project-content h3 {
font-size: 18px
}
.latest-project-info {
font-size: 12px
}
.latest-project-date .icon {
width: 13px;
height: 13px;
position: relative;
top: 2px
}
.latest-project-info>div:not(:last-child) {
margin-right: 6px
}
@media (max-width: 767px) {
.latest-project-date {
position:absolute;
top: 16px;
background-color: rgba(28,28,28,.7);
-webkit-border-radius: 50px;
border-radius: 50px;
color: #fff;
line-height: 100%;
padding: 1px 8px 3px 4px;
left: 16px
}
.latest-project-content h3 {
margin-top: 5px
}
.latest-project-cat {
border-top: 1px solid #d6d6d6;
padding-top: 10px
}
}
@media (min-width: 768px) {
.latest-project {
display:-webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 16px
}
.latest-project__thumb {
max-width: 140px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 140px;
-ms-flex: 0 0 140px;
flex: 0 0 140px
}
.latest-project-content {
padding-left: 16px
}
.latest-project-info {
border-top: 1px solid #d6d6d6;
padding-top: 10px
}
.latest-project-info>div {
vertical-align: middle;
display: inline-block
}
.latest-project-cat {
padding-left: 10px;
border-left: 1px solid #d6d6d6;
max-width: 52%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.latest-project__title {
height: 43px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.latest-projects .row .col-12:last-child .latest-project {
margin-bottom: 0
}
}
@media (min-width: 1200px) {
.latest-projects .row .col-12:nth-last-child(-n+2) .latest-project {
margin-bottom:0
}
}
.weather {
background: #fff;
padding: 16px 32px
}
.weather-header {
text-align: center;
font-size: 20px;
margin: 16px 0
}
.weather-header__datetime {
color: #c0cad6;
margin-left: 5px;
font-size: 16px
}
.weather-city select {
padding: 5px
}
.weather-header__day {
font-weight: 700
}
.weather-week-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600
}
.weather-week-item__day {
margin-right: auto
}
.weather-week-item__temp {
width: 70px;
text-align: right
}
.weather-week-item__icon img {
width: 40px
}
.weather-week {
margin-bottom: 16px
}
.weather-now {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 16px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.weather-now__icon img {
width: 100px
}
.weather-now__temp {
font-weight: 700;
font-size: 26px
}
.weather-now__info ul {
font-size: 12px
}
.weather-copy img {
width: auto
}
.weather-now__icon {
margin-right: 10px
}
@media (min-width: 576px) and (max-width:1199px) {
.weather-top__left {
-webkit-box-flex:1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
}
@media (min-width: 576px) and (max-width:1199px) {
.weather-top {
display:-webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 16px
}
.weather-header {
margin-right: 16px
}
.weather-top__left {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2
}
.weather-top__right {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1
}
}
@media (min-width: 768px) and (max-width:1199px) {
.weather-header {
margin:0 16px
}
.weather-top__left {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none
}
}
@media (min-width: 576px) and (max-width:991px) {
.weather-week {
display:-webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.weather-week-item {
width: 50%
}
.weather-week-item:nth-child(odd) {
padding-right: 16px
}
.weather-week-item:nth-child(even) {
padding-left: 16px;
border-left: 1px solid #f0f0f0
}
.weather-week-item:nth-child(n+3) {
border-top: 1px solid #f0f0f0
}
}
@media (min-width: 992px) {
.weather-week {
display:-webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.weather-week-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 16%;
text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.weather-week-item__day {
width: 100%
}
.weather-week-item:not(:first-child) {
border-left: 1px solid #f0f0f0
}
}
@media (min-width: 1200px) {
.weather--vertical .weather-week {
display:block
}
.weather--vertical .weather-week-item {
max-width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.weather--vertical .weather-week-item__day {
width: auto
}
.weather--vertical .weather-week-item:not(:first-child) {
border: 0
}
.weather--horizontal {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.weather-bottom {
flex: 1;
}
.weather--horizontal .weather-city select {
padding: 3px 5px;
height: 30px
}
.weather--horizontal .weather-week {
margin-top: 50px
}
}
.gt-tooltip {
border-bottom: 3px solid #df2023;
cursor: pointer;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease
}
.gt-tooltip:hover {
background: #e54d4f;
color: #fff
}
.gt-tooltip__item {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5
}
.gt-tooltip__item:hover p {
visibility: visible;
opacity: 1
}
.gt-tooltip__item:hover p.OnTop {
-webkit-transform: translate(-50%,-100%);
-ms-transform: translate(-50%,-100%);
transform: translate(-50%,-100%)
}
.gt-tooltip__item:hover p.OnBottom {
-webkit-transform: translate(-50%,100%);
-ms-transform: translate(-50%,100%);
transform: translate(-50%,100%)
}
.gt-tooltip__item:hover p.OnLeft {
-webkit-transform: translate(-100%,-50%);
-ms-transform: translate(-100%,-50%);
transform: translate(-100%,-50%)
}
.gt-tooltip__item:hover p.OnRight {
-webkit-transform: translate(100%,-50%);
-ms-transform: translate(100%,-50%);
transform: translate(100%,-50%)
}
.gt-tooltip__item p {
min-width: 200px;
opacity: 0;
display: inline-block;
visibility: hidden;
position: absolute;
text-align: left;
width: auto;
background: #df2023;
color: #fff;
font-size: 14px;
line-height: 1.4!important;
padding: 5px 10px;
-webkit-border-radius: 3px;
border-radius: 3px;
white-space: normal;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 340px
}
.gt-tooltip__item p.OnTop {
top: -16px;
left: 50%;
-webkit-transform: translate(-50%,-150%);
-ms-transform: translate(-50%,-150%);
transform: translate(-50%,-150%)
}
.gt-tooltip__item p.OnTop:before {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 8px solid #df2023;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
bottom: -8px;
margin-left: -8px;
left: 50%
}
.gt-tooltip__item p.OnBottom {
bottom: -15px;
left: 50%;
-webkit-transform: translate(-50%,150%);
-ms-transform: translate(-50%,150%);
transform: translate(-50%,150%)
}
.gt-tooltip__item p.OnBottom:before {
position: absolute;
content: "";
width: 0;
height: 0;
border-bottom: 8px solid #df2023;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
top: -8px;
margin-left: -8px;
left: 50%
}
.gt-tooltip__item p.OnLeft {
left: -15px;
top: -15px;
-webkit-transform: translate(-150%,-50%);
-ms-transform: translate(-150%,-50%);
transform: translate(-150%,-50%)
}
.gt-tooltip__item p.OnLeft:before {
position: absolute;
content: "";
width: 0;
height: 0;
border-left: 8px solid #df2023;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
top: 50%;
margin-top: -8px;
right: -8px
}
.gt-tooltip__item p.OnRight {
right: -15px;
top: -15px;
-webkit-transform: translate(150%,-50%);
-ms-transform: translate(150%,-50%);
transform: translate(150%,-50%)
}
.gt-tooltip__item p.OnRight:before {
position: absolute;
content: "";
width: 0;
height: 0;
border-right: 8px solid #df2023;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
top: 50%;
margin-top: -8px;
left: -8px
}
.post-single-meta {
margin: 5px 0 0 -3px;
padding-bottom: 8px
}
.post-single__title {
margin-bottom: 8px;
font-size: 20px
}
.post-single-date {
padding: 0;
padding-right: 10px;
background-color: transparent;
color: inherit
}
.post-single-date::after {
content: "";
display: block;
position: absolute;
background-color: #d6d6d6;
width: 1px;
top: 0;
bottom: 3px;
right: 1px
}
.post-single-date .icon {
padding-left: 0;
margin-right: 0
}
.post-single-content {
margin-top: 20px
}
.post-content {
font-size: 16px
}
.post-content a {
color: #7c0000;
text-decoration: underline
}
.post-content img:not(.youtube-thumb) {
display: block;
height: auto;
margin: auto;
max-width: 100%
}
.post-content p {
line-height: 1.8
}
.post-categories-container {
display: block;
width: 100%;
margin-bottom: 2px
}
.post-categories,.post-categories a {
color: #7e7e7e;
font-style: italic;
font-weight: 600;
font-size: 14px
}
.post-item-single-container {
position: relative;
min-height: 200px;
margin-top: 20px
}
.post-content-share {
position: -webkit-sticky;
position: sticky;
top: 81px
}
.logged-in .post-content-share {
top: 115px
}
.jssocials-shares {
margin: .2em 0
}
.jssocials-shares * {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.jssocials-share {
display: inline-block;
vertical-align: top;
margin: .3em .6em .3em 0;
-webkit-border-radius: 4px;
border-radius: 4px
}
.post-content-share .jssocials-share {
width: 45px;
height: 45px;
border: 1px solid #f0f0f0;
display: inline-block;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out
}
.jssocials-share-link {
display: inline-block;
text-align: center;
text-decoration: none;
line-height: 1
}
.post-content-share .jssocials-share-link {
width: 45px;
height: 45px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: #A0ABB5;
}
.jssocials-share-logo {
width: 1em;
vertical-align: middle;
font-size: 1.5em
}
.post-content-share .jssocials-share-logo {
font-size: 18px;
color: #fff
}
.post-content-share .jssocials-share {
width: 45px;
height: 45px;
border: 1px solid #f0f0f0;
display: inline-block;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out
}
.post-content-share .jssocials-share:hover {
-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1)
}
.wp-block-embed-wordpress.aligncenter iframe {
width: 100%
}
@media (min-width: 768px) {
.post-content-share:not(.post-content-share-side) .jssocials-share:first-child {
}
.post-single__title {
font-size: 36px
}
}
.single-post-advanced {
display: grid;
gap: 30px;
grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
padding-top: 30px
}
.single-post-advanced .card {
margin-top: 0;
margin-bottom: 0
}
@media (min-width: 610px) {
.single-post-advanced .card:nth-child(n+3) {
margin-top:0
}
}
.page-header .module-title-container {
margin-top: 0
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
.row-grid {
grid-template-columns:repeat(auto-fill,minmax(33.333%,1fr))
}
}
@media (max-width: 991px) {
body.open-menu {
overflow:hidden
}
}
.site-footer {
margin-top: 50px;
border-top: 1px solid #a0abb56e;
padding-top: 30px;
background: #fff;
}
.site-footer__info {
font-size: 12px
}
.site-footer-bottom .row {
border-top: 1px solid #f0f0f0;
font-size: 12px;
padding: 10px 0
}
.site-footer-col__name {
border-bottom: 2px solid #a0abb5;
margin-bottom: 15px;
}
.site-footer h5 {
border-bottom: 2px solid #7c0000;
bottom: -2px;
display: inline-block;
font-size: 16px;
margin-bottom: 0;
padding-bottom: 10px;
position: relative;
vertical-align: top;
}
.site-footer .socials a {
color: #606060
}
::-moz-selection {
background: #df2023;
color: #fff
}
::selection {
background: #df2023;
color: #fff
}
@media (min-width: 768px) {
blockquote {
font-size:18px
}
}
.post-thumbnail__title {
font-style: italic;
padding: 5px;
color: #8d8d8d;
}
.author .post-content-share .jssocials-share,.author .post-content-share .jssocials-share-link {
background: #A0ABB5;
width: 32px;
height: 32px
}
.author .post-content-share .jssocials-share-link {
background: #A0ABB5
}
.author .post-content-share .jssocials-share-logo {
font-size: 14px;
color: #fff
}
.author .post-content-share .jssocials-share-facebook .jssocials-share-logo,.author .post-content-share .jssocials-share-okru .jssocials-share-logo {
font-size: 10px
}
.post-auhor-avatar {
flex: 0 0 56px;
border-radius: 50%;
overflow: hidden
}
.post-byauthor {
border-top: 3px solid #022d606e;
border-bottom: 3px solid #022d606e;
margin-bottom: 15px;
padding: 15px;
background: #f0f0f0
}
.post-byauthor__title a {
color: #df2023
}
.author-info__bio,.post-byauthor__date {
font-size: 13px
}
.post-byauthor__date .icon {
width: 14px;
height: 14px
}
.post-byauthor .author-img img {
max-width: 70px
}
.wp-block-embed-wordpress iframe {
width: 100%
}
.subscribes {
background: #fedf59;
box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
padding: 15px;
margin-top: 10px
}
.subscribes-title {
font-weight: 600;
font-size: 15px;
display: flex;
align-items: center;
margin-bottom: 15px
}
.subscribes-title:before {
content: '';
background: url(//crimea24.tv/wp-content/themes/vdweb/images/yandex-news.png) center/cover no-repeat;
display: block;
width: 60px;
height: 60px;
max-width: 60px;
flex: 0 0 60px;
margin: 0 auto 15px
}
.subscribes-title br {
display: none
}
.subscribes-body {
position: relative;
text-align: center
}
@media (min-width: 576px) {
.subscribes-title:before {
margin:0 15px 0 0
}
}
@media (min-width: 1200px) {
.subscribes-title {
font-size:18px
}
.widget-area .subscribes-title {
font-size: 16px
}
.subscribes-title br {
display: block
}
}
div[id^=vk_post_] {
max-width: 552px;
margin: auto
}
iframe {
border: 0
}
.sidebar-under_menu {
margin-bottom: 16px
}
.post-content-date+* {
display: inline
}
.post-content-date+*+* {
margin-top: 1rem
}
.post-content-date+.youtube {
display: block;
margin-top: 15px
}
.wp-block-cover,.wp-block-cover-image,.wpcf7 {
background-size: cover;
background-repeat: no-repeat
}
.main-menu__inner li.years-75 {
background: #dc4128
}
.main-menu__inner li.years-75>a {
background: url(http://crimea24.tv/wp-content/themes/vdweb/images/p-75.svg);
text-indent: -999999px;
background-repeat: no-repeat;
background-position: center;
color: #022d60;
min-width: 160px;
background-size: 90%
}
.main-menu__inner li.years-75>a:hover,.main-menu__inner>ul>li.years-75.current-menu-item a {
background: #dc4128 url(http://crimea24.tv/wp-content/themes/vdweb/images/p-75.svg) no-repeat center/90%
}
@media (min-width: 576px) {
.row-grid {
display:grid;
grid-template-columns: repeat(auto-fill,minmax(50%,1fr))
}
.rek_block_post__row2 {
grid-row: 3;
grid-column: -1/1
}
}
@media (min-width: 1200px) {
.row-grid {
grid-template-columns:repeat(auto-fill,minmax(33%,1fr))
}
.rek_block_post__row2 {
grid-row: 2 span
}
.rek_block_post img {
max-height: 100%;
width: 100%
}
}
.row-grid {
display: grid
}
.row-grid-video .rek_block_post__row2 {
overflow: hidden;
margin-bottom: 1rem
}
@media (min-width: 768px) {
.rek_block_post--c1 {
grid-row:3
}
.rek_block_post--c2 {
grid-row: 5
}
.row-grid-video .rek_block_post__row2 {
grid-column: -1/1
}
.row-grid--news .rek_block_post__row2 {
grid-row: 3;
grid-column: -1/1
}
}
@media (min-width: 992px) {
.row-grid-video {
grid-template-columns:repeat(auto-fill,minmax(33%,1fr));
grid-row-gap: 15px;
grid-auto-rows: 250px
}
.rek_block_post--c1 {
grid-row: 2;
grid-column: 1/3!important
}
.rek_block_post--c2 {
grid-row: 3;
grid-column: 2/4!important
}
.row-grid-video .rek_block_post__row2 {
margin-bottom: 0
}
}
@media (min-width: 992px) and (max-width:1199px) {
.rek_block_post--c1 img,.rek_block_post--c2 img {
height:100%;
width: 100%;
object-fit: cover;
object-position: center
}
}
@media (min-width: 1200px) {
.row-grid-video {
grid-template-columns:repeat(auto-fill,minmax(25%,1fr))
}
.rek_block_post--c1 {
grid-row: 2 span;
grid-column: 4!important
}
.rek_block_post--c2 {
grid-row: 2 span;
grid-column: 1/2!important
}
.row-grid--news .rek_block_post__row2 {
grid-row: 2 span;
grid-column: 1
}
}
@media (min-width: 1300px) {
.row-grid--news .post-v2 .post-thumb>a,.row-grid--news .post-v4 .post-thumb>a,.row-grid-video .post-v4 .post-thumb>a {
height:270px
}
.row-grid-video {
grid-auto-rows: 270px
}
.archive .row-grid--news .post-v2 .post-thumb>a,.archive .row-grid--news .post-v4 .post-thumb>a,.archive .row-grid-video .post-v4 .post-thumb>a {
height: 280px
}
.archive .row-grid-video {
grid-auto-rows: 270px
}
}
@media (min-width: 1400px) {
.row-grid--news .post-v2 .post-thumb>a,.row-grid--news .post-v4 .post-thumb>a,.row-grid-video .post-v4 .post-thumb>a {
height:310px
}
.row-grid-video {
grid-auto-rows: 310px
}
.archive .row-grid--news .post-v2 .post-thumb>a,.archive .row-grid--news .post-v4 .post-thumb>a,.archive .row-grid-video .post-v4 .post-thumb>a {
height: 316px
}
.archive .row-grid-video {
grid-auto-rows: 310px
}
}
.row-grid-projects .rek_block_post__row2 {
overflow: hidden;
margin-bottom: 1rem
}
@media (min-width: 768px) {
.row-grid-projects .rek_block_post__row2 {
grid-column:-1/1
}
}
@media (min-width: 992px) {
.row-grid-projects {
grid-template-columns:repeat(auto-fill,minmax(33%,1fr))
}
.row-grid-projects .project-container {
height: 242px
}
}
@media (min-width: 1200px) {
.row-grid-projects {
grid-template-columns:repeat(auto-fill,minmax(25%,1fr))
}
.row-grid-projects .project-container {
height: 180px
}
.row-grid-projects .rek_block_post--c2 {
grid-row: 3 span
}
.row-grid-projects .rek_block_post--c1 {
grid-row: 3 span
}
}
@media (min-width: 1400px) {
.row-grid-projects .project-container {
height:205px
}
}
.row-grid-projects2 .rek_block_post__row2 {
overflow: hidden;
margin-bottom: 1rem
}
@media (min-width: 768px) {
.row-grid-projects2 .rek_block_post__row2 {
grid-column:-1/1
}
}
@media (min-width: 992px) {
.row-grid-projects2 {
grid-template-columns:repeat(auto-fill,minmax(33%,1fr))
}
.row-grid-projects2 .project-container {
height: 242px
}
}
@media (min-width: 1200px) {
.row-grid-projects2 .project-container {
height:180px
}
.row-grid-projects2 .rek_block_post--c2 {
grid-row: 3 span
}
.row-grid-projects2 .rek_block_post--c1 {
grid-row: 3 span;
grid-column: 3!important
}
}
@media (min-width: 1400px) {
.row-grid-projects2 .project-container {
height:203px
}
}
.b-page__content {
min-height: 90px;
position: absolute;
top: 0;
width: 100%;
pointer-events: none;
opacity: .4
}
.b-page_newyear .b-head-decor {
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%;
overflow: hidden;
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-head-decor_newyear.png) repeat-x 0 0;
background-size: contain
}
.b-page_newyear .b-head-decor__inner {
position: absolute;
top: 0;
left: 0;
height: 100%;
display: block
}
.b-page_newyear .b-head-decor::before {
content: '';
display: block;
position: absolute;
top: -115px;
left: 0;
z-index: 3;
height: 115px;
display: block;
width: 100%;
box-shadow: 0 15px 30px rgba(0,0,0,.75)
}
.b-page_newyear .b-head-decor__inner_n2 {
left: 373px
}
.b-page_newyear .b-head-decor__inner_n3 {
left: 746px
}
.b-page_newyear .b-head-decor__inner_n4 {
left: 1119px
}
.b-page_newyear .b-head-decor__inner_n5 {
left: 1492px
}
.b-page_newyear .b-head-decor__inner_n6 {
left: 1865px
}
.b-page_newyear .b-head-decor__inner_n7 {
left: 2238px
}
.b-ball {
position: absolute
}
.b-ball_n1 {
top: 0;
left: 3px;
width: 30px;
height: 50px
}
.b-ball_n2 {
top: -19px;
left: 51px;
width: 55px;
height: 70px
}
.b-ball_n3 {
top: 9px;
left: 88px;
width: 49px;
height: 67px
}
.b-ball_n4 {
top: 0;
left: 133px;
width: 32px;
height: 64px
}
.b-ball_n5 {
top: 0;
left: 166px;
width: 29px;
height: 41px
}
.b-ball_n6 {
top: 6px;
left: 200px;
width: 54px;
height: 70px
}
.b-ball_n7 {
top: 0;
left: 240px;
width: 56px;
height: 67px
}
.b-ball_n8 {
top: 0;
left: 283px;
width: 54px;
height: 53px
}
.b-ball_n9 {
top: 10px;
left: 321px;
width: 49px;
height: 66px
}
.b-ball_n1 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_n1.png) no-repeat
}
.b-ball_n2 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_n2.png) no-repeat
}
.b-ball_n3 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_n3.png) no-repeat
}
.b-ball_n4 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_n4.png) no-repeat
}
.b-ball_n5 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_n5.png) no-repeat
}
.b-ball_n6 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_n6.png) no-repeat
}
.b-ball_n7 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_n7.png) no-repeat
}
.b-ball_n8 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_n8.png) no-repeat
}
.b-ball_n9 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_n9.png) no-repeat
}
.b-ball_i1 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_i1.png) no-repeat
}
.b-ball_i2 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_i2.png) no-repeat
}
.b-ball_i3 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_i3.png) no-repeat
}
.b-ball_i4 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_i4.png) no-repeat
}
.b-ball_i5 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_i5.png) no-repeat
}
.b-ball_i6 .b-ball__i {
background: url(//crimea24.tv/wp-content/themes/vdweb/images/balls/b-ball_i6.png) no-repeat
}
.b-ball_i1 {
top: 0;
left: 0;
width: 25px;
height: 71px
}
.b-ball_i2 {
top: 0;
left: 25px;
width: 61px;
height: 27px
}
.b-ball_i3 {
top: 0;
left: 176px;
width: 29px;
height: 31px
}
.b-ball_i4 {
top: 0;
left: 205px;
width: 50px;
height: 51px
}
.b-ball_i5 {
top: 0;
left: 289px;
width: 78px;
height: 28px
}
.b-ball_i6 {
top: 0;
left: 367px;
width: 6px;
height: 69px
}
.b-ball__i {
position: absolute;
width: 100%;
height: 100%;
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
pointer-events: none;
background-size: cover!important
}
.b-ball_bounce .b-ball__right {
position: absolute;
top: 0;
right: 0;
left: 50%;
bottom: 0;
z-index: 9
}
.b-ball_bounce:hover .b-ball__right {
display: none
}
.b-ball_bounce .b-ball__right:hover {
left: 0;
display: block!important
}
.b-ball_bounce.bounce>.b-ball__i {
-webkit-transform: rotate(-9deg);
-moz-transform: rotate(-9deg);
-o-transform: rotate(-9deg);
transform: rotate(-9deg)
}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i {
-webkit-transform: rotate(9deg);
-moz-transform: rotate(9deg);
-o-transform: rotate(9deg);
transform: rotate(9deg)
}
.b-ball_bounce.bounce1>.b-ball__i {
-webkit-transform: rotate(6deg);
-moz-transform: rotate(6deg);
-o-transform: rotate(6deg);
transform: rotate(6deg)
}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i {
-webkit-transform: rotate(-6deg);
-moz-transform: rotate(-6deg);
-o-transform: rotate(-6deg);
transform: rotate(-6deg)
}
.b-ball_bounce.bounce2>.b-ball__i {
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg)
}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg)
}
.b-ball_bounce.bounce3>.b-ball__i {
-webkit-transform: rotate(1.5deg);
-moz-transform: rotate(1.5deg);
-o-transform: rotate(1.5deg);
transform: rotate(1.5deg)
}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i {
-webkit-transform: rotate(-1.5deg);
-moz-transform: rotate(-1.5deg);
-o-transform: rotate(-1.5deg);
transform: rotate(-1.5deg)
}
.post-signature a {
text-decoration: underline;
color: #7c0000
}
html body .bvi-body .bvi-hide {
display: none!important
}
html body a.bvi-link-shortcode,html body a.bvi-link-widget {
border-radius: 0!important;
padding: 6px 10px!important
}
.bvi-body[data-bvi-images=grayscale] .b-head__logo,.bvi-body[data-bvi-images=grayscale] .broadcasting,.bvi-body[data-bvi-images=grayscale] .list-container-item,.bvi-body[data-bvi-images=grayscale] .stream-inner,.bvi-body[data-bvi-images=grayscale] .subscribes-title:before,.bvi-body[data-bvi-images=grayscale] div[id*=unit] img,.bvi-body[data-bvi-images=grayscale] iframe {
-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
-o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
-webkit-filter: grayscale(1);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
filter: grayscale(1)
}
.site-main #container-94347,.site-main #infox,.site-main .container-ix {
padding: 0!important
}
.tabs-nav {
margin: 40px 0;
}
.tabs-nav ul li {
margin: 0 15px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.tabs-nav ul li.active a {
background: #df2023;
color: #fff;
}
.home .post-v2 .post-auhor__bio {
letter-spacing: .6px;
color: #fff;
padding-left: 5px;
}
.home .post-v2 .post-auhor-avatar {
flex: 0 0 35px;
border: 2px solid #fff;
}
.story-event-item {
margin-bottom: 30px;
padding: 15px;
background: #fff;
border: 1px solid #f0f0f0;
-webkit-transition: .35s;
-o-transition: .35s;
transition: .35s;
position: relative;
}
.story-event-item__time {
display: flex;
align-items: center;
color: #a5a5a5;
font-size: 13px;
margin-bottom: 10px;
}
.story-event-item__time .icon {
width: 15px;
margin-right: 5px;
height: 15px;
}
.story-event-item__embed iframe {
width: 100%!important;
}
.story-event-item > div:not(:last-child) {
margin-bottom: 15px
}
.wp-embed-site-title a {
padding-left: 0!important
}
.media-sub img, .media-sub svg {
height: 30px;
}
.media-sub .list-inline-item {
margin-bottom: 10px
}
.media-sub .list-inline-item:not(:last-child) {
margin-right: 20px;
}
@media (min-width: 768px) {
.media-sub .list-inline-item {
margin-bottom: 0px
}
}
.post-single .post-thumbnail img {
width: 100%;
}
@font-face {
font-family: 'Bebas Neue';
src: local('Bebas Neue Thin'), local('BebasNeue-Thin'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuethin.woff2) format('woff2'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuethin.woff) format('woff'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuethin.ttf) format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: local('Bebas Neue Light'), local('BebasNeue-Light'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuelight.woff2) format('woff2'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuelight.woff) format('woff'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuelight.ttf) format('truetype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: local('Bebas Neue Book'), local('BebasNeueBook'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuebook.woff2) format('woff2'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuebook.woff) format('woff'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuebook.ttf) format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneueregular.woff2) format('woff2'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneueregular.woff) format('woff'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneueregular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: local('Bebas Neue Bold'), local('BebasNeueBold'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuebold.woff2) format('woff2'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuebold.woff) format('woff'), url(//crimea24.tv/wp-content/themes/vdweb/fonts/bebasneuebold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
}
video-js {
height: 100%!important;
left: 0!important;
top: 0!important;
width: 100%!important;
position: absolute!important;
}
.calendar {
margin-top: 20px;
}