@charset "UTF-8";
/* UltraCache CSS Bundle Source: https://privatepack.ru/wp-content/plugins/table-of-contents-plus/assets/screen.min.css?ver=202607.1 */
#toc_container li,#toc_container ul{margin:0;padding:0;list-style-position:inside}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container.toc_numbered ul{list-style:none}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container .toc_title{text-align:left;font-weight:700;margin:0;padding:0}#toc_container.toc_title_center .toc_title{text-align:center}#toc_container.toc_title_right .toc_title{text-align:right}#toc_container.toc_black .toc_title{color:#aaa}#toc_container.toc_black a,#toc_container.toc_black a:visited{color:#fff}#toc_container.toc_black a:hover{color:#fff}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container .toc_toggle_icon a{text-decoration:none;line-height:1}#toc_container .toc_toggle_indicator{display:inline-block;line-height:1}#toc_container .toc_toggle_plus_minus a{display:inline-flex;align-items:center;justify-content:center;width:1.3em;height:1.3em;border:1px solid currentColor;border-radius:3px;vertical-align:middle}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator{font-size:.8em}#toc_container .toc_toggle_indicator::before{font-weight:700}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\2212'}#toc_container.contracted .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\002B'}#toc_container .toc_toggle_caret .toc_toggle_indicator::before{content:'\25BE'}#toc_container.contracted .toc_toggle_caret .toc_toggle_indicator::before{content:'\25B8'}#toc_container .toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}

/* UltraCache CSS Bundle Source: https://privatepack.ru/wp-content/themes/maglist/style.css */
/*!
 * Theme Name:    Maglist
 * Theme URI:     https://eaglevisionit.com/downloads/maglist
 * Author:        Eagle Vision IT
 * Author URI:    http://eaglevisionit.com/
 * Description:   Maglist is a clean, modern, user friendly, fast-loading, flexible, easy customizable and fully responsive WordPress blogging,  News, Newspaper and eCommerce support theme. The theme has more flexible options like drag and drop , enable / disable settings and fully Gutenberg support, so, the contents of your website will look elegant on any smart devices.
 * Version:       1.4
 * Tags:          left-sidebar, right-sidebar, wide-blocks, block-styles, grid-layout, two-columns, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, threaded-comments, translation-ready, news, education, entertainment   
 * Text Domain:   maglist
 * Tested up to:  6.0
 * Requires PHP:  7.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * 
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

* {
    word-break: break-word;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 0 0 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    /* 	border-radius: 3px; */
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: #222;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #098dea;
}

::selection {
    color: #fff;
    background: #098dea;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
/* .entry-content, */
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-links .post-page-numbers {
    background: #e4e1e1;
    padding: 7px;
    color: #000;
    display: inline-flex;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

.page-links .post-page-numbers.current {
    background: #a2a0a0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.infinite-wrap {
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
}

div#infinite-handle {
    flex: 100%;
    display: flex;
    justify-content: center;
}

#infinite-handle span:after {
    content: "\f176";
    display: inline-block;
    font-family: "fontawesome";
    margin-left: 7px;
    transform: rotate(180deg);
    color: white;
}

#infinite-handle span button,
#infinite-handle span button:hover {
    color: white;
    font-size: 16px;
    width: 100px;
    height: 40px;
}

#infinite-handle span {
    border-radius: 30px;
}

span.infinite-loader {
    display: block;
}

.site-branding div {
    width: 100%;
}


/* social menu */
*[id^='menu-social-'] {
    display: flex;
}

*[id^='menu-social-'] li:before {
    display: none;
}

*[id^='menu-social-'] li a {
    color: transparent !important;
    font-size: 0 !important;
    height: 0 !important;
    width: 0 !important;
    line-height: 0;
}

.maglist-social-menu ul a span,
*[id^='menu-social-'] a span {
    display: none;
}

.maglist-social-menu ul a:before,
*[id^='menu-social-'] a:before {
    display: flex;
    font-family: fontAwesome;
    background: #fff;
    padding: 10px;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: all .3s;
    font-size: 16px;

}

*[id^='menu-social-'] li:first-child a:before {
    margin-left: 0;
}

.maglist-social-menu ul a[href*="facebook.com"]:before,
.maglist-social-menu ul a[href*="fb.me"]:before,
*[id^='menu-social-'] a[href*="facebook.com"]:before,
*[id^='menu-social-'] a[href*="fb.me"]:before {
    content: "\f09a";
    color: #1877f2;
}

.maglist-social-menu ul a[href^="tel:"]:before,
*[id^='menu-social-'] a:before {
    content: "\f095";
}

.maglist-social-menu ul a[href*="facebook.com"]:hover:before,
.maglist-social-menu ul a[href*="fb.me"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu ul a[href*="facebook.com"]:before,
.maglist-social-menu-style-2 .maglist-social-menu ul a[href*="fb.me"]:before {
    background: #1877f2;
    color: #fff;
}

.maglist-social-menu a[href*="twitter.com"]:before,
*[id^='menu-social-'] a[href*="twitter.com"]:before {
    content: "\f099";
    color: #1da1f2;
}

.maglist-social-menu a[href*="twitter.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="twitter.com"]:before {
    background: #1da1f2;
    color: #fff;
}

.maglist-social-menu a[href*="linkedin.com"]:before,
*[id^='menu-social-'] a[href*="linkedin.com"]:before {
    content: "\f0e1";
    color: #007bb5;

}

.maglist-social-menu a[href*="linkedin.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="linkedin.com"]:before {
    background: #007bb5;
    color: #fff;

}

.maglist-social-menu a[href*="wordpress.org"]:before,
*[id^='menu-social-'] a[href*="wordpress.org"]:before {
    content: "\f19a";
    color: #0073aa;
}

.maglist-social-menu a[href*="wordpress.org"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="wordpress.org"]:before {
    background: #0073aa;
    color: #fff;
}


.maglist-social-menu a[href*="instagram.com"]:before,
*[id^='menu-social-'] a[href*="instagram.com"]:before {
    content: "\f16d";
    color: #c32aa3;
}

.maglist-social-menu a[href*="instagram.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="instagram.com"]:before {
    background: #c32aa3;
    color: #fff;
}

.maglist-social-menu a[href*="youtube.com"]:before,
*[id^='menu-social-'] a[href*="youtube.com"]:before {
    content: "\f167";
    color: #ff0000;
}

.maglist-social-menu a[href*="youtube.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="youtube.com"]:before {
    background: #ff0000;
    color: #fff;
}


.maglist-social-menu a[href*="vimeo.com"]:before,
*[id^='menu-social-'] a[href*="vimeo.com"]:before {
    content: "\f27d";
    color: #1ab7ea;
}

.maglist-social-menu a[href*="vimeo.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="vimeo.com"]:before {
    background: #1ab7ea;
    color: #fff;
}

.maglist-social-menu a[href*="dribbble.com"]:before,
*[id^='menu-social-'] a[href*="dribbble.com"]:before {
    content: "\f17d";
    color: #ea4c89;
}

.maglist-social-menu a[href*="dribbble.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="dribbble.com"]:before {
    background: #ea4c89;
    color: #fff;
}

.maglist-social-menu a[href*="aboutme.google.com"]:before {
    content: "\f0d5";
    color: #db4437;
}

.maglist-social-menu a[href*="aboutme.google.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="aboutme.google.com"]:before {
    background: #db4437;
    color: #fff;
}

.maglist-social-menu a[href*="vine.com"]:before {
    content: "\f1ca";
    color: #00b489;
}

.maglist-social-menu a[href*="vine.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="vine.com"]:before {
    background: #00b489;
    color: #fff;
}

.maglist-social-menu a[href*="whatsapp.com"]:before {
    content: "\f232";
    color: #25d366;
}

.maglist-social-menu a[href*="whatsapp.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="whatsapp.com"]:before {
    background: #25d366;
    color: #fff;
}

.maglist-social-menu a[href*="wechat.com"]:before {
    content: "\f1d7";
    color: #25d366;
}

.maglist-social-menu a[href*="wechat.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="wechat.com"]:before {
    background: #25d366;
    color: #fff;
}

.maglist-social-menu a[href*="line.me"]:before {
    content: "\f0e5";
    color: #25d366;
}

.maglist-social-menu a[href*="line.me"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="line.me"]:before {
    background: #25d366;
    color: #fff;
}

.maglist-social-menu a[href*="snapchat.com"]:before {
    content: "\f2ac";
    color: #fffc00;
}

.maglist-social-menu a[href*="snapchat.com"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="snapchat.com"]:before {
    background: #fffc00;
    color: #fff;
}

.maglist-social-menu a[href*="mailto:"]:before {
    content: "\f0e0";
    color: #ff0000;
}

.maglist-social-menu a[href*="mailto:"]:hover:before,
.maglist-social-menu-style-2 .maglist-social-menu a[href*="mailto:"]:before {
    background: #ff0000;
    color: #fff;
}

#site-navigation li.fa.menu-item,
div#mr-mobile-menu li.menu-item:before {
    font: inherit;
}

#site-navigation li.menu-item:before,
div#mr-mobile-menu li.menu-item:before {
    text-align: center;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin: auto;
    font-family: fontAwesome;
}

div#mr-mobile-menu li.menu-item:before {
    margin: 0 0 0 15px;
}

div#mr-mobile-menu li.fa.menu-item {
    display: block;
}

.post-content a {
    text-decoration: underline;
}
.footer-top-section .wp-block-calendar table caption, .footer-top-section .wp-block-calendar table tbody {
  color: #fff;
}

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
    color: #555 !important;
}

/* Dark Version Link Color Fixes */
.maglist-dark-mode a,
.maglist-dark-mode .comments-area .comment-list .comment-body .reply a,
.maglist-dark-mode .comments-area .comment-list .comment-body .comment-author cite a,
.maglist-dark-mode .search-form button {
    color: #fff
}

/* UltraCache CSS Bundle Source: https://privatepack.ru/wp-content/themes/maglist/assets/css/vendor/bootstrap/bootstrap.css?ver=4.3.1 */
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !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: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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;
  }
}


/* UltraCache CSS Bundle Source: https://privatepack.ru/wp-content/themes/maglist/assets/css/vendor/font-awesome/css/font-awesome.css?ver=4.7.0 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://privatepack.ru/wp-content/themes/maglist/assets/css/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://privatepack.ru/wp-content/themes/maglist/assets/css/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("https://privatepack.ru/wp-content/themes/maglist/assets/css/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("https://privatepack.ru/wp-content/themes/maglist/assets/css/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("https://privatepack.ru/wp-content/themes/maglist/assets/css/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("https://privatepack.ru/wp-content/themes/maglist/assets/css/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/* UltraCache CSS Bundle Source: https://privatepack.ru/wp-content/themes/maglist/assets/css/blocks.css */
/*
Theme Name: maglist
Description: Used to style Gutenberg Blocks.
*/

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  font-style: italic;
  margin-bottom: 1.5em;
  text-align: left;
    color: rgba(255, 255, 255, 0.70);
}

.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
  font-size: 5em;
  margin-top: 0.075em;
}

/* Image */

.wp-block-image {
  margin-bottom: 1.5em;
}

.wp-block-image figure {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-image figure.alignleft {
  margin-right: 1.5em;
}

.wp-block-image figure.alignright {
  margin-left: 1.5em;
}

/* Gallery */

.wp-block-gallery {
  margin-bottom: 1.5em;
}

.wp-block-gallery figcaption {
  font-style: italic;
}

.wp-block-gallery.aligncenter {
  display: flex;
  margin: 0 -8px;
}

/* Quote */

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  color: inherit;
  font-size: inherit;
}

.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
  padding: 1em;
  background-color: rgba(41, 41, 41, 0.14);
}

.wp-block-quote.is-large {
    padding: 1em 2em;
    border: none;
}

.wp-block-quote.is-large > p:before, 
.wp-block-quote.is-large > p:after {
    content: "''";
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

/* Audio */

.wp-block-audio audio {
  display: block;
  width: 100%;
}

/* Cover */

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
  display: flex;
}

.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {    
    width: 100vw !important;
    max-width : 100vw;
    margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
}

.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
    text-align: center;
    max-width: 1200px;
    width: 90%;
    padding: 0 15px;
    margin: 5px auto 0;
}

.no-sidebar .wp-block-table.alignfull {
    display: table;
}


/* File */

.wp-block-file .wp-block-file__button {
  background-color: #222;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
  background-color: #767676;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Separator */

.wp-block-separator {
  border-color: #eee;
  border: 0;
}
/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Code */

.wp-block-code {
  background: transparent;
  border: 0;
  padding: 0;
}

/* Pullquote */

.wp-block-pullquote {
  border: 0;
  border-top: 4px solid #aaa;
  border-bottom: 4px solid #aaa;
    padding: 1em;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
  font-size: inherit;
  text-transform: none;
    color: rgba(255, 255, 255, 0.70);
}

/* Table */

.wp-block-table thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

.wp-block-table tr {
  border-bottom: 1px solid #eee;
}

.wp-block-table th,
.wp-block-table td {
    border-color: #ccc;
    padding: 15px 25px;
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
  text-align: right;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button__link {
  padding: 16px 40px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background-color: #ff0078;
    color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Separator */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* Media & Text */

.wp-block-media-text {
  margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
  list-style-position: inside;
  text-align: center;
}

/* Comments */

.wp-block-latest-comments article {
  margin-bottom: 4em;
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
  float: none;
  width: 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 0;
}

.wp-block-latest-comments a {
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);

}

.wp-block-latest-comments__comment-meta {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
   text-decoration: none;
}

.wp-block-latest-comments__comment-date {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  margin-top: 0.4em;
  text-transform: uppercase;
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  font-size: 0.875rem;
}


/*--------------------------------------------------------------
5.0 Blocks - Color Settings
--------------------------------------------------------------*/

/* Background Color */

.has-tan-background-color {
    background-color: #E6DBAD;
}

.has-yellow-background-color {
    background-color: #FDE64B;
}

.has-orange-background-color {
    background-color: #ED7014;
}

.has-red-background-color {
    background-color: #D0312D;
}

.has-pink-background-color {
    background-color: #b565a7;
}

.has-purple-background-color {
    background-color: #A32CC4;
}

.has-blue-background-color {
    background-color: #3A43BA;
}

.has-green-background-color {
    background-color: #3BB143;
}

.has-brown-background-color {
    background-color: #231709;
}

.has-grey-background-color {
    background-color: #6C626D;
}

.has-black-background-color {
    background-color: #000000;
}

/* Text Color */

.has-tan-color {
    color: #E6DBAD;
}

.has-yellow-color {
    color: #FDE64B;
}

.has-orange-color {
    color: #ED7014;
}

.has-red-color {
    color: #D0312D;
}

.has-pink-color {
    color: #b565a7;
}

.has-purple-color {
    color: #A32CC4;
}

.has-blue-color {
    color: #3A43BA;
}

.has-green-color {
    color: #3BB143;
}

.has-brown-color {
    color: #231709;
}

.has-grey-color {
    color: #6C626D;
}

.has-black-color {
    color: #000000;
}

/*--------------------------------------------------------------
6.0 Blocks - Text Settings
--------------------------------------------------------------*/
.has-larger-font-size {
  font-size: 36px;
}
.has-huge-font-size {
  font-size: 48px;
}
.has-larger-font-size,
.has-huge-font-size {
    line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .has-larger-font-size {
      font-size: 30px;
  }
  .has-huge-font-size {
      font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .has-larger-font-size {
      font-size: 24px;
  }
  .has-huge-font-size {
      font-size: 28px;
  }
}
@media screen and (max-width: 567px) {
  .has-larger-font-size,
  .has-huge-font-size {
      font-size: 16px;
        line-height: 28px;
  }
}

.wp-block {
    max-width: 710px;
}
.editor-block-list__layout {
    max-width: 776px;
    margin-left: auto;
    margin-right: auto;
}



/* alignment */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  text-align: center;
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0;
}

/* UltraCache CSS Bundle Source: https://privatepack.ru/wp-content/themes/maglist/assets/css/vendor/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* UltraCache CSS Bundle Source: https://privatepack.ru/wp-content/themes/maglist/assets/css/main.css */


body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 { color: #3a3a3a; }

img { max-width: 100%; }

a, a:focus, a:hover, a:visited { text-decoration: none; }

a:focus { outline: thin dotted; }

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { margin-bottom: 20px; }

h1, .entry-content h1 { font-size: 40px; font-size: 2.6666666666667rem; }

h2, .entry-content h2 { font-size: 30px; font-size: 2rem; }

h3, .entry-content h3 { font-size: 25px; font-size: 1.6666666666667rem; }

h4, .entry-content h4 { font-size: 20px; font-size: 1.3333333333333rem; }

h5, .entry-content h5 { font-size: 18px; font-size: 1.2rem; }

h6, .entry-content h6 { font-size: 15px; font-size: 1rem; }

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.5em; width: 100%; }

td, th { padding: 8px; text-align: left; border-width: 0 1px 1px 0; }

table, td, th { border: 1px solid rgba(0, 0, 0, 0.1); }

/* Code  */
code, pre { font-size: 0.9rem; line-height: 1.50001; font-variant-ligatures: none; word-wrap: break-word; word-break: normal; -webkit-tab-size: 4; -moz-tab-size: 4; tab-size: 4; }

code { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; background-color: #f8f8f8; color: #e01e5a; }

pre { margin-bottom: 16px; padding: 8px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; background: #f8f8f8; }

blockquote { margin: 1.5em 1em 1.5em 3em; padding: 1.2em; font-size: 1.1em; line-height: inherit; position: relative; border-left: 5px solid rgba(0, 0, 0, 0.05); background-color: #fbfbfb; }

.gallery-columns-4 .gallery-item, .gallery-item { margin: 0; }

img { vertical-align: middle; border-style: none; }

svg { overflow: hidden; vertical-align: middle; }

/* align */
/* .alignleft,
.alignright{
    margin-top: 0;
} */
/* Colors */
/* Fonts */
/* Z-index */
/* General Setting */
html { font-size: 15px; }

body { font-size: 15px; font-family: "Poppins"; font-weight: 400; }

/* Mixins */
.no-comments:before { font: normal normal normal 14px FontAwesome; content: "\F05E"; margin-right: 0.3rem; margin-right: 0.4rem; font-size: 1.1rem; position: relative; top: 0.05rem; }

@keyframes spin { 0% { -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn); } }

/* Placeholders */
.wrap-breadcrumb ul, .widget-area .widget ul, .maglist-main-menu > ul, .maglist-main-menu div > ul, .maglist-main-menu > ul ul, .maglist-main-menu div > ul ul { list-style: none; padding: 0; margin: 0; }

.maglist-btn-primary, .comment-respond .comment-form input[type="submit"], .no-results.not-found a { padding: 1rem 1.3rem; border: none; background: #000; color: #fff; display: inline-block; font-size: 1rem; }

.maglist-btn-primary i, .comment-respond .comment-form input[type="submit"] i, .no-results.not-found a i { margin-left: 0.3rem; }

.maglist-btn-primary:visited, .comment-respond .comment-form input:visited[type="submit"], .no-results.not-found a:visited { color: #fff; }

.maglist-btn-primary:hover, .comment-respond .comment-form input:hover[type="submit"], .no-results.not-found a:hover { color: #fff; text-decoration: none; }

.no-comments { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; padding: 0.8rem 1rem; font-size: 0.9rem; }

/* https://bootsnipp.com/fullscreen/ZkMKE */
.comment-respond .comment-form .comment-form-cookies-consent label { display: inline-block; position: relative; padding-left: 1.5rem; }

.comment-respond .comment-form .comment-form-cookies-consent label::before { content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; top: 2px; left: 0; border: 1px solid #cccccc; border-radius: 0; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.comment-respond .comment-form .comment-form-cookies-consent label::after { top: 2px; display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"] { opacity: 0; visibility: hidden; position: absolute; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\F00C"; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label { opacity: 0.65; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }

.comment-respond .comment-form .checkbox-circle.comment-form-cookies-consent label::before { border-radius: 50%; }

.comment-respond .comment-form .checkbox-inline.comment-form-cookies-consent { margin-top: 0; }

.maglist-header-wrapper .maglist-header-top.maglist-position-center { align-items: center; justify-content: center; }

.maglist-header-wrapper .maglist-header-top.maglist-position-center .site-branding .site-title { text-align: center; }

.maglist-header-wrapper .maglist-header-top.maglist-position-center .site-branding .site-description { text-align: center; }

.maglist-header-wrapper .maglist-header-top.maglist-position-right { align-items: center; justify-content: flex-end; }

.maglist-header-wrapper .maglist-header-top.maglist-position-right .site-branding .site-title { text-align: right; }

.maglist-header-wrapper .maglist-header-top.maglist-position-right .site-branding .site-description { text-align: right; }

body:not(.page-template-full-width) #content { padding-top: 2rem; padding-bottom: 5rem; }

/* when admin panel is open */
.admin-bar.maglist-search-opened .maglist-bottom-header-wrapper { top: 32px; }

@media (max-width: 783px) { .admin-bar.maglist-search-opened .maglist-bottom-header-wrapper { top: 46px; } }

@media (max-width: 600px) { .admin-bar.maglist-search-opened .maglist-bottom-header-wrapper { top: 0; } }

.maglist-bottom-header-wrapper { position: relative; }

.maglist-bottom-header-wrapper .menu-toggler { display: none; }

@media (max-width: 992px) { .maglist-bottom-header-wrapper .menu-toggler { display: block; } }

.maglist-bottom-header-wrapper .maglist-header-icons { font-size: 1.3rem; margin-left: 1.2rem; }

.maglist-bottom-header-wrapper .maglist-header-icons .maglist-search-icon { padding: 0px 0.5rem; display: inline-block; color: #000; }

.maglist-bottom-header-wrapper .maglist-bottom-header { display: flex; }

.maglist-bottom-header-wrapper .maglist-bottom-header .maglist-navigation-n-options { flex-grow: 1; display: flex; justify-content: flex-end; align-items: center; flex: 0 0 65%; }

@media (max-width: 992px) { .maglist-bottom-header-wrapper .maglist-bottom-header .maglist-navigation-n-options { flex: 0 0 50%; } }

@media (max-width: 992px) { .maglist-bottom-header-wrapper { padding: 10px 0; } }

.site-branding { display: flex; align-items: center; }

@media (max-width: 992px) { .site-branding { flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; text-align: center; } }

.site-branding .site-title { font-size: 60px; margin: 0; margin-bottom: 10px; line-height: 1; }

.site-branding .site-title a { color: #000; font-weight: 600; }

.site-branding .site-description { font-size: 0.95rem; margin: 0; color: #1a1a1a; }

.maglist-header-banner-image { flex: 0 0 75%; max-width: 75%; }

@media (max-width: 992px) { .maglist-header-banner-image { flex: 0 0 100%; max-width: 100%; padding: 15px 0; } }

.maglist-header-banner-image img { height: auto; width: 100%; max-height: 90px; background-position: center; object-fit: cover; border-radius: 3px; }

.maglist-header-wrapper { position: relative; transition: all 0.3s; padding: 45px 0; clear: both; overflow: hidden; background: #fff; }

.maglist-header-wrapper .maglist-header-image-wrapper { clear: both; overflow: hidden; }

.maglist-header-wrapper .maglist-header-image-wrapper img { position: absolute; left: 0; top: 0; min-width: 100%; min-height: 100%; object-fit: cover; width: 100%; }

.maglist-header-wrapper .maglist-header-image-wrapper:after { content: ""; position: absolute; top: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.61); }

.maglist-header-wrapper > .maglist-header-inner { position: relative; clear: both; z-index: 9; display: flex; justify-content: space-between; flex-wrap: wrap; }

.maglist-header-wrapper .maglist-header-top { display: flex; flex-wrap: wrap; }

.maglist-header-wrapper .maglist-header-top .maglist-header-social { flex: 0 0 33.333333%; max-width: 33.333333%; margin-top: 20px; position: absolute; right: 240px; top: 155px; z-index: 1; }

@media (max-width: 992px) { .maglist-header-wrapper .maglist-header-top .maglist-header-social { flex: 0 0 100%; max-width: 100%; } }

.maglist-header-wrapper .maglist-header-top .maglist-header-social .maglist-social-menu { display: flex; justify-content: flex-end; list-style: none; }

@media (max-width: 992px) { .maglist-header-wrapper .maglist-header-top .maglist-header-social .maglist-social-menu { justify-content: center; } }

.maglist-header-wrapper .maglist-header-top .maglist-header-social .maglist-social-menu .menu-social-container ul { display: flex; list-style: none; }

@media (max-width: 576px) { .maglist-header-wrapper .maglist-header-top { max-width: 100%; width: 100%; } }

@media (max-width: 576px) { .maglist-header-wrapper { padding: 25px 0; } }

.maglist-header-bottom { display: flex; justify-content: space-between; position: relative; }

.maglist-header-bottom .maglist-header-right { display: flex; }

.maglist-header-bottom .maglist-header-right .maglist-navigation-n-options { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; }

.maglist-header-bottom .maglist-header-right .maglist-navigation-n-options .maglist-header-icons { margin: 1rem 0; }

@media (max-width: 992px) { .maglist-header-bottom .maglist-header-right .maglist-navigation-n-options .maglist-header-icons { order: 1; margin-right: 15px; position: absolute; right: 0; } }

.maglist-header-bottom .maglist-header-right .maglist-navigation-n-options .maglist-btns-wrapper { display: flex; }

.maglist-header-bottom .maglist-header-right .maglist-navigation-n-options .maglist-btns-wrapper .maglist-woocommerce-cart { margin: 1rem 2rem; align-items: center; }

.maglist-social-menu { display: flex; justify-content: flex-end; list-style: none; margin: 0; padding: 0; }

@media (max-width: 992px) { .maglist-social-menu { justify-content: center; } }

.maglist-social-menu a { color: #fff; display: block; }

.maglist-social-menu a:focus { outline: thin dotted #fff; }

.maglist-social-menu a:before { background: #d10014; color: #fff !important; }

.maglist-navigation-n-options { position: relative; }

.maglist-advertisement-image { max-width: 60%; padding-left: 20px; }

@media (max-width: 576px) { .maglist-advertisement-image { max-width: 100%; padding-left: 0; } }

.wrap-breadcrumb { margin-top: 1rem; position: relative; z-index: 9; margin-bottom: 20px; }

.wrap-breadcrumb ul { display: flex; justify-content: center; margin-bottom: 0; flex-wrap: wrap; }

.wrap-breadcrumb ul li { margin: 0  0.3rem; font-size: 1.1rem; }

@media (max-width: 767px) { .wrap-breadcrumb ul li { font-size: 1rem; } }

.wrap-breadcrumb ul li a { color: #9b9b9b; }

.wrap-breadcrumb ul li a:after { font-family: fontAwesome; padding-left: 0.5rem; font-size: 0.9rem; }

.maglist-inner-banner-wrapper { min-height: 420px; background: #f7f7f7; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; }

@media (max-width: 767px) { .maglist-inner-banner-wrapper { min-height: 300px; }
  .maglist-inner-banner-wrapper h1 { font-size: 2rem; } }

.maglist-inner-banner-wrapper:after { content: ""; position: absolute; top: 0; width: 100%; height: 100%; }

.maglist-inner-banner-wrapper svg { position: absolute; bottom: -28px; left: -100px; width: calc( 100% + 100px); fill: #fff; z-index: 1; display: none; }

.maglist-inner-banner-wrapper .maglist-inner-banner { position: relative; z-index: 9; text-align: center; }

.maglist-inner-banner-wrapper .maglist-inner-banner .entry-title { margin: 0; font-size: 32px; }

.maglist-inner-banner-wrapper .search-form { max-width: 600px; margin: 0 auto; margin-bottom: 2rem; }

.maglist-inner-banner-wrapper .search-form label input.search-field { background-color: #fff; }

.maglist-inner-banner-wrapper .search-form label input.search-field:focus { background: #fff; }

.maglist-search-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.8) !important; z-index: 999; }

.search-form { display: flex; position: relative; }

.search-form label { flex-grow: 1; margin: 0; }

.search-form label input.search-field { min-height: 54px; border: none; background: transparent; padding: 0.9rem 2.5rem 0.9rem 1rem; width: 100%; color: #ccc; border: 1px solid #fff; box-shadow: 1px 1px 13px #ccc; }

.search-form label input.search-field:focus { background: transparent; }

.search-form button { border: none; background: no-repeat; position: absolute; right: 0; top: 0; bottom: 0; padding: 0 1rem; font-size: 1.2rem; cursor: pointer; color: #000; }

.maglist-header-search { position: fixed; top: 0; bottom: 0; left: 0; z-index: 999; visibility: hidden; opacity: 0; justify-content: center; align-items: center; right: 0; max-width: 54%; border: none; margin: auto; background: #fff !important; padding: 40px; width: 600px; height: 350px; border-radius: 5px; }

@media (max-width: 992px) { .maglist-header-search { max-width: 90%; height: 400px; } }

.maglist-search-opened { overflow: hidden; }

.maglist-search-opened .maglist-header-search { visibility: visible; opacity: 1; transition: all 0.1s linear; z-index: 999; border: none; }

.maglist-search-opened .maglist-header-search .search-form { transform: translateX(0); opacity: 1; transition: all 0.3s ease-in-out; z-index: 9999; }

.maglist-search-opened .maglist-header-search .close { transform: scale(1); opacity: 1; font-size: 1.6rem; transition: all 0.6s linear; color: #000; position: absolute; top: 10px; right: 10px; }

.maglist-header-search .close { padding: 0 0 0 0.8rem; font-size: 1.2rem; transform: scale(0.5); opacity: 0; border: none; background: transparent; cursor: pointer; }

.maglist-header-search .search-form { display: flex; align-items: center; width: 800px; max-width: calc(100% - 5px); height: 47px; position: relative; transform: translateX(-2rem); opacity: 0; }

.maglist-search-content { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 15px; margin-bottom: 0; }

.maglist-search-content .maglist-search-tags { flex: 0 0 50%; }

@media (max-width: 992px) { .maglist-search-content .maglist-search-tags { flex: 0 0 100%; } }

.maglist-search-content .maglist-search-tags h2 { font-weight: 600; font-size: 24px; letter-spacing: .8px; margin: 0; padding: 10px 0; color: #000; }

.maglist-search-content .maglist-search-tags > ul { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }

.maglist-search-content .maglist-search-tags > ul li { margin-bottom: 6px; margin-right: 2px; margin-left: 0; }

.maglist-search-content .maglist-search-tags > ul li a { background: #000; color: #fff !important; font-size: 12px; padding: 6px 15px; margin-right: 0.3rem; display: inline-block; transition: all 0.3s linear; }

.maglist-search-content .maglist-search-tags > ul li a:hover { background: #222; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(1) > a { background: #000; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(2) > a { background: #0c0c0c; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(3) > a { background: #6d003f; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(4) > a { background: #108800; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(5) > a { background: #a92d00; }

.maglist-search-content .maglist-search-post { flex: 0 0 50%; }

@media (max-width: 992px) { .maglist-search-content .maglist-search-post { flex: 0 0 100%; } }

.maglist-search-content .maglist-search-post h2 { font-weight: 600; font-size: 24px; letter-spacing: .8px; margin: 0; padding: 10px 0; color: #000; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner { display: flex; align-items: center; margin-bottom: 15px; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner img { height: 60px; width: 60px; border-radius: 3px; margin-right: 10px; object-fit: cover; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner > h3 { font-size: 14px; transition: all .3s; font-weight: 600; line-height: 1.2; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner > h3 a { color: #000; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner > h3 a:hover { color: #cf2e2e; }

.footer-widget-wrapper .search-form label input.search-field { background: #fff; box-shadow: none; }

#calendar_wrap { box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.0588235); padding: 1rem; }

#calendar_wrap #wp-calendar { border: none; }

#calendar_wrap #wp-calendar th { color: #a7a1a1; font-weight: 600; text-align: center; }

#calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar td { border: none; }

#calendar_wrap #wp-calendar .caption { caption-side: top; }

#calendar_wrap #wp-calendar tbody th, #calendar_wrap #wp-calendar tbody td { position: relative; text-align: center; }

#calendar_wrap #wp-calendar tbody th a, #calendar_wrap #wp-calendar tbody td a { background: #f6f5f7; position: absolute; left: 2px; top: 2px; right: 2px; bottom: 2px; line-height: 2.2; border-radius: 0.3rem; color: #000; }

#calendar_wrap #today { background: #565555; color: #fff; }

.footer-widget table { width: auto; }

.widget select { width: 100%; border: 1px solid #ddd; padding: 0.75rem 0.6rem; border-radius: 0; }

.widget-area .widget ul li { position: relative; display: block; letter-spacing: 0.2px; line-height: 22px; margin: 0 0 15px; overflow: hidden; border-width: 0 0 1px 0; border-style: solid; border-color: #eee; padding: 0 0 10px 0; transition: all 0.4s ease-in-out 0s; }

.widget-area .widget ul li:last-child { border-width: 0; }

.widget-area .widget ul li a { font-size: 0.90rem; line-height: 1.2; color: #282835; text-decoration: underline; font-weight: 500; }

.widget-area .widget ul li:last-child { margin-bottom: 0; }

.widget_tag_cloud .tagcloud a { color: #282835; padding: 3px 10px; color: #5a5a77; background: #f0f2f9; border-radius: 4px; margin: 2px; display: inline-block; font-size: 12px !important; }

.widget-area .widget h2.widget-title { display: inline-block; margin: 0; line-height: 39px; font-size: 20px; color: #fff; height: 40px; margin-bottom: 1.4rem; box-sizing: border-box; position: relative; font-weight: 600; }

.maglist-related-post-inner { display: flex; flex-wrap: wrap; margin: 15px 0 10px; padding: 0; }

@media (max-width: 992px) { .maglist-related-post-inner { display: block; margin: 30px 0; } }

.maglist-related-post-inner .maglist-related-post { flex: 0 0 32%; box-shadow: 1px 1px 13px #f2f2f2; border-radius: 3px; max-width: 32%; margin: auto; }

@media (max-width: 992px) { .maglist-related-post-inner .maglist-related-post { max-width: 100%; flex: 0 0 100%; margin: 15px 0; } }

.maglist-related-post-inner .maglist-related-post .maglist-related-image a img { height: 150px; object-fit: cover; width: 100%; }

.maglist-related-post-inner .maglist-related-post .maglist-related-entry { padding: 20px 15px; }

.maglist-related-post-inner .maglist-related-post .maglist-related-entry .posted-on { margin-bottom: 1rem; font-size: 0.9rem; color: #767676; }

.maglist-related-post-inner .maglist-related-post .maglist-related-entry .posted-on:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.maglist-related-post-inner .maglist-related-post .maglist-related-entry .entry-title { font-size: 18px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.maglist-sidebar-inner-box { box-shadow: 1px 1px 13px #f2f2f2; border-radius: 6px; overflow: hidden; padding: 15px; background: #fff; margin: 30px 0; }

.maglist-sidebar-inner-box .maglist-related-post-title { margin: 0; padding: 0 7px 0 5px; font-weight: 700; text-transform: capitalize; line-height: 40px; width: auto; height: 40px; display: inline-block; position: relative; font-size: 1.5rem; color: #3a3a3a; border-radius: 3px; }

.col-sm-6 .maglist-post, .col-sm-4 .maglist-post, .col-sm-3 .maglist-post { margin-bottom: 30px; box-shadow: 1px 1px 13px #f2f2f2; background: #fff; padding: 15px; }

.maglist-alternative .maglist-content-inner:nth-child(even) .maglist-post .maglist-post-inner-box { flex-direction: row-reverse; }

.maglist-alternative .maglist-content-inner:nth-child(even) .maglist-post .maglist-post-inner-box .post-content-wrap { padding-left: 5px; }

.maglist-post { box-shadow: 1px 1px 13px #f2f2f2; border-radius: 6px; overflow: hidden; padding: 25px; background: #fff; }

.maglist-post.sticky { position: relative; border: 3px solid #047CAE; border-radius: 0.2rem; margin-bottom: 40px; }

.maglist-post.sticky .image-full { border-radius: 0; }

.maglist-post.sticky .maglist-post-inner-box { padding: 0 !important; }

.maglist-post.sticky .post-content-wrap .maglist-comments { margin-right: 10px; }

.maglist-post.sticky:after { font: normal normal normal 14px FontAwesome; content: "\F08D"; margin-right: 0.3rem; margin-right: 0; position: absolute; top: 0.3rem; z-index: 2; font-size: 1.2rem; border-radius: 0.2rem; right: 0.3rem; color: #000; transform: rotate(45deg); }

.maglist-post .maglist-post-inner-box .maglist-post-image { position: relative; }

.maglist-post .maglist-post-inner-box .maglist-post-image > a { height: 100%; background: #f8f6fe; overflow: hidden; transition: all .3s; }

.maglist-post .maglist-post-inner-box .maglist-post-image > a img { height: 250px; object-fit: cover; width: 100%; }

.maglist-post .maglist-post-inner-box .maglist-post-image > a .maglist-post-type-icon { position: absolute; top: 20px; left: auto; right: 20px; background: #fff; width: 50px; height: 50px; z-index: 9; border-radius: 0.2rem; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; transition: all 0.3s linear; }

.maglist-post:hover .image-full .maglist-post-type-icon { visibility: visible; opacity: 1; }

.maglist-post > a { height: 100%; background-color: #f8f6fe; position: relative; overflow: hidden; transition: all .3s; }

@media (max-width: 767px) { .maglist-post > a { width: 100%; } }

.maglist-post > a .maglist-post-type-icon { position: absolute; top: 10px; right: 10px; background: #fff; width: 50px; height: 50px; z-index: 9; border-radius: 0.2rem; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; transition: all 0.3s linear; }

.maglist-post > a .maglist-post-type-icon > i { color: #000; }

.maglist-post .post-title { margin-bottom: 15px; word-break: break-all; margin-top: 0; font-weight: 600; font-size: 20px; color: #000; line-height: 1.2; }

.maglist-post .post-title a { display: block; font-size: 1.4rem; color: #000; transition: all .3s; }

.maglist-post .post-title a:hover { color: #FC7216; text-decoration: underline; }

.maglist-post .entry-content-stat { color: #222; margin-bottom: 1.4rem; }

.maglist-post .entry-content-stat + a { color: #000; display: inline-flex; align-items: center; }

.maglist-post .entry-content-stat + a i { margin-left: 0.3rem; transition: margin 0.3s linear; }

.maglist-post .entry-content-stat + a:hover { text-decoration: underline; }

.maglist-post .entry-content-stat + a:hover i { margin-left: 0.5rem; }

.maglist-post .post-content-wrap { padding: 1rem  0 0; position: relative; }

.maglist-post .post-content-wrap p { margin-bottom: 0; }

.maglist-post .post-content-wrap img { position: absolute; top: -23px; right: 1rem; background: #fff; z-index: 1; padding: 0.15rem; display: none; }

.maglist-post .maglist-comments { float: right; }

.maglist-post .maglist-comments a { color: #000; }

.maglist-post .maglist-comments a:hover { text-decoration: underline; }

.maglist-post-one .maglist-post { position: relative; margin-bottom: 30px; }

.maglist-post-one .maglist-post .entry-content .post-content { padding: 15px 0; }

.maglist-post-one .maglist-post .maglist-post-inner-box { display: flex; flex-wrap: wrap; align-items: center; width: 100%; }

@media (max-width: 767px) { .maglist-post-one .maglist-post .maglist-post-inner-box { display: block; } }

.maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image { flex: 0 0 45%; max-width: 45%; position: relative; }

@media (max-width: 767px) { .maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image { flex: 0 0 100%; max-width: 100%; } }

.maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image > a { height: 100%; background: #f8f6fe; overflow: hidden; transition: all .3s; }

.maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image > a img { height: 320px; object-fit: cover; width: 100%; }

@media (max-width: 767px) { .maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image > a { width: 100%; } }

.maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image > a .maglist-post-type-icon { position: absolute; top: 20px; left: auto; right: 20px; background: #fff; width: 50px; height: 50px; z-index: 9; border-radius: 0.2rem; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; transition: all 0.3s linear; }

.maglist-post-one .maglist-post .maglist-post-inner-box .post-content-wrap { flex: 0 0 55%; max-width: 55%; padding: 0 20px; }

@media (max-width: 767px) { .maglist-post-one .maglist-post .maglist-post-inner-box .post-content-wrap { flex: 0 0 100%; max-width: 100%; padding: 15px 0; } }

.maglist-post-one .maglist-post .maglist-post-inner-box .post-content-wrap p { margin-bottom: 0; margin-top: 25px; }

@media (max-width: 992px) { .maglist-main-menu, .maglist-main-menu div { display: none; } }

.maglist-main-menu > ul, .maglist-main-menu div > ul { display: flex; margin-bottom: 0; flex-wrap: wrap; }

.maglist-main-menu > ul li:focus-within > ul, .maglist-main-menu div > ul li:focus-within > ul { visibility: visible; transform: translateY(0); opacity: 1; }

.maglist-main-menu > ul li:focus-within > ul, .maglist-main-menu > ul li:hover > ul, .maglist-main-menu div > ul li:focus-within > ul, .maglist-main-menu div > ul li:hover > ul { visibility: visible; transform: translateY(0); opacity: 1; }

.maglist-main-menu > ul li ul, .maglist-main-menu div > ul li ul { margin-left: 0; visibility: hidden; transform: translateY(0.7rem); opacity: 1; transition: all 0.2s linear; position: absolute; z-index: 999; width: 230px; background-color: #fff; padding: 1.5rem 0; box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05); }

.maglist-main-menu > ul li a, .maglist-main-menu div > ul li a { color: white; }

.maglist-main-menu > ul > li, .maglist-main-menu div > ul > li { padding: 1rem 0; }

.maglist-main-menu > ul > li.current-menu-item > a:after, .maglist-main-menu div > ul > li.current-menu-item > a:after { width: 100%; }

.maglist-main-menu > ul > li > a, .maglist-main-menu div > ul > li > a { font-weight: 500; position: relative; }

.maglist-main-menu > ul > li:hover > a:after, .maglist-main-menu div > ul > li:hover > a:after { width: 100%; }

.maglist-main-menu > ul > li:not(:first-child), .maglist-main-menu div > ul > li:not(:first-child) { margin-left: 40px; }

nav#site-navigation > ul > li.menu-item-has-children > a:before { content: "\F107"; font-family: fontAwesome; position: absolute; right: -15px; }

.maglist-main-menu > ul > li, .maglist-main-menu div > ul > li { position: relative; }

.maglist-main-menu > ul > li > ul, .maglist-main-menu div > ul > li > ul { left: 0; top: 100%; }

.maglist-main-menu > ul > li > ul li.menu-item-has-children > a, .maglist-main-menu div > ul > li > ul li.menu-item-has-children > a { position: relative; }

.maglist-main-menu > ul > li > ul li.menu-item-has-children > a:after, .maglist-main-menu div > ul > li > ul li.menu-item-has-children > a:after { position: absolute; right: 0.7rem; top: 50%; transform: translateY(-50%); font: normal normal normal 14px FontAwesome; content: "\F105"; margin-right: 0.3rem; }

.maglist-main-menu > ul > li > ul li a, .maglist-main-menu div > ul > li > ul li a { padding: 0.3rem 1.5rem; display: block; font-size: 0.95rem; line-height: 1.6; }

.maglist-main-menu > ul > li li, .maglist-main-menu div > ul > li li { position: relative; }

.maglist-main-menu > ul > li li ul, .maglist-main-menu div > ul > li li ul { left: 100%; top: 0; }

.footer-widget { color: #b5b5b5; }

.footer-widget ul { margin: 0; padding: 0; list-style: none; color: #b5b5b5; }

.footer-widget ul li { color: #b5b5b5; margin-bottom: 8px; }

.footer-widget ul li a { color: #b5b5b5; }

.footer-widget ul li a:hover { text-decoration: none; }

.footer-widget .widget-title { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 35px; }

@media (max-width: 576px) { .footer-widget .footer-widget-wrapper { flex-basis: 100%; flex: 0 0 100%; } }

.footer-widget .footer-widget-wrapper section { width: 100%; }

.footer-top-section { background: #2b2b2b; }

.footer-top-section .widget { margin-bottom: 5px; }

.footer-bottom-section { background: #2f2e2e; }

.footer-bottom-section .credit-link { text-align: right; }

@media (max-width: 576px) { .footer-bottom-section .credit-link { text-align: center; } }

.footer-bottom-section .credit-link a { color: #fff; }

.footer-bottom-section .credit-link a:hover { text-decoration: underline; }

@media (max-width: 576px) { .footer-bottom-section #maglist-copyright { display: block; text-align: center; } }

.footer-bottom-section .social-menu { text-align: center; }

.footer-bottom-section span, .footer-bottom-section a { font-size: 14px; }

.maglist-social-link-footer ul { display: flex; list-style: none; margin: 0; padding: 0; justify-content: center; width: 100%; }

@media (max-width: 576px) { .maglist-social-link-footer ul { margin: 12px 0; } }

.footer-widget .widget-title, .footer-widget .footer-widget-wrapper section .widget-title, .footer-widget .footer-widget-wrapper section h2 { margin: 0; padding: 0; margin-bottom: 10px; }

.footer-top-section .footer-widget > ul.wp-block-latest-posts li { display: flex; align-items: center; }

.footer-top-section .footer-widget > ul.wp-block-latest-posts li > div img { width: 100px; height: 100%; border-radius: 100%; }

.pagination { display: flex; justify-content: center; margin: 30px 0; }

@media (max-width: 767px) { .pagination { margin-bottom: 50px; } }

.pagination .nav-links > * { padding: 10px 20px; min-width: 2.2rem; display: inline-block; text-align: center; border: 1.3px solid #000; color: #000; font-size: 18px; }

.pagination .nav-links > *:hover { border: 1.3px solid transparent; background-color: white; color: #fff; }

.pagination .nav-links > *.current { background: #000; color: #fff; }

.comment-notes { padding: 1rem; border-left: 4px solid #000000; background: #fff; font-size: 0.9rem; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.0588235); border-radius: 0; }

.comment-respond .required { color: red; }

.comment-respond .comment-reply-title { margin: 15px 0; font-size: 1.5rem; font-weight: 600; }

.comment-respond .comment-reply-title:before { font: normal normal normal 14px FontAwesome; content: "\F0E5"; margin-right: 0.3rem; font-size: 1.8rem; margin-right: 0.8rem; }

.comment-respond .comment-form input:not([type="checkbox"]):not([type="submit"]), .comment-respond .comment-form textarea { width: 100%; border: none; background-color: #f7f7f7; font-size: 1rem; padding: 0.8rem; border-radius: 0; }

.comment-respond .comment-form label { font-size: 0.9rem; color: #727272; }

.wp-block-latest-comments article { margin-bottom: 0.5rem; }

.entry-meta { margin-bottom: 5px !important; }

.entry-meta.single { min-height: 50px; padding: 0.5rem; margin-top: 1.5rem; margin-bottom: 2rem; border: 2px solid #f7f7f7; }

.entry-meta.single .author-info { margin-left: 1rem; }

.entry-meta.single .author-info .posted-on a { text-decoration: underline; color: #000; }

.entry-meta.single .url { color: #000; text-transform: uppercase; font-weight: 400; font-size: 1rem; }

.entry-meta.single .url img { border-radius: 4px; height: 60px; width: 60px; }

.entry-meta.single .posted-date { font-size: 0.8rem; }

.entry-meta.single .posted-date a { color: #000; }

.entry-meta:not(.single) .author-info .maglist-date-author:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.entry-meta .author-info { font-size: 0.9rem; color: #222; line-height: 2; display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }

.entry-meta .author-info .posted-on a { color: #222; }

.entry-meta .author-info .posted-on a:hover { color: #d10014; }

.entry-meta a.url { color: #000; font-weight: 400; font-size: 0.95rem; }

.entry-meta a.url:hover { color: #d10014; }

.entry-meta.single { display: flex; align-items: center; min-height: 50px; padding: 0.5rem; margin-top: 1.5rem; border: 2px solid #f7f7f7; }

.entry-meta.single .author-info { margin-left: 1rem; }

.entry-meta.single .maglist-comments { display: none; }

.comments-area .comments-title { margin: 3.5rem 0 2rem; font-size: 1.6rem; font-weight: 700; padding-left: 2.5rem; position: relative; }

.comments-area .comments-title:before { font: normal normal normal 14px FontAwesome; content: "\F0E6"; margin-right: 0.3rem; font-size: 1.8rem; position: absolute; left: 0; }

.comments-area .comment-list { list-style: none; }

.comments-area .comment-list ol { list-style: none; }

.comments-area .comment-list .comment-body { padding-left: 3rem; position: relative; margin-bottom: 3rem; }

.comments-area .comment-list .comment-body + .comment-respond { padding-left: 3rem; margin-bottom: 4rem; }

.comments-area .comment-list .comment-body .comment-awaiting-moderation { background: #f7f7f7; display: block; padding: 0.8rem; font-size: 0.85rem; margin: 0.5rem 0; border-left: 2px solid #000; border-radius: 0; }

.comments-area .comment-list .comment-body .comment-awaiting-moderation + br { display: none; }

.comments-area .comment-list .comment-body .comment-meta { color: #000; font-size: 0.8rem; }

.comments-area .comment-list .comment-body .comment-meta * { color: #767676; }

.comments-area .comment-list .comment-body .comment-author cite { font-weight: 500; font-style: inherit; }

.comments-area .comment-list .comment-body .comment-author cite a { color: #000; text-decoration: underline; }

.comments-area .comment-list .comment-body p { margin-top: 0.5rem; background: #f7f7f7; padding: 0.8rem; font-size: 0.9rem; margin-bottom: 0.4rem; }

.comments-area .comment-list .comment-body .reply a { font-weight: 500; color: #000; font-size: 0.85rem; }

.comments-area .comment-list .comment-body .comment-reply-link:before { font: normal normal normal 14px FontAwesome; content: "\F112"; margin-right: 0.3rem; font-size: 0.85rem; }

.comments-area .comment-list .comment-body .comment-author img { position: absolute; left: 0; top: 0; border-radius: 0; }

.comment-respond .comment-reply-title a, .comment-respond .logged-in-as a { font-size: 0.9rem; color: #767676; text-decoration: underline; }

.comment-respond .comment-reply-title a { float: right; margin-top: 0.5rem; margin-left: 0.7rem; }

@media (max-width: 576px) { .comment-respond .comment-reply-title a { display: block; float: none; text-align: right; } }

.comment-navigation + * { margin-top: 65px; }

.no-results.not-found { text-align: center; }

.no-results.not-found h1 { margin: 2.5rem 0 1.5rem; }

.no-results.not-found .page-content p { margin-bottom: 1.5rem; }

.no-results.not-found svg { max-width: 650px; }

.no-results.not-found a { display: inline-block; }

.no-results.not-found .search-form { max-width: 300px; margin: auto; margin-bottom: 25px; }

.post-navigation .nav-links { display: flex; justify-content: space-between; }

@media (max-width: 992px) { .post-navigation .nav-links { margin-top: 3rem; margin-bottom: 2rem; flex-direction: column; } }

.post-navigation .nav-links > div { width: calc(50% - 15px); padding: 1rem; border: 2px solid #f7f7f7; transition: all 0.3s linear; position: relative; }

@media (max-width: 992px) { .post-navigation .nav-links > div { width: 100%; margin-bottom: 0.7rem; } }

.post-navigation .nav-links > div:hover { background-color: #f7f7f7; }

.post-navigation .nav-links > div a span { display: block; transition: all .3s; }

.post-navigation .nav-links > div a .nav-title { font-size: 1.1rem; margin-top: 0.3rem; color: #000; font-weight: 500; }

.post-navigation .nav-links > div a .screen-reader-text { position: relative !important; display: block; overflow: inherit; clip: initial; clip-path: inherit; width: inherit; height: inherit; color: #919191; text-transform: uppercase; font-size: 0.8rem; font-weight: 500; }

.post-navigation .nav-links > div a:hover span { color: #FC7216; }

.post-navigation .nav-links > div.nav-next { text-align: right; padding-right: 3rem; }

.post-navigation .nav-links > div.nav-next:hover:after { right: 10px; }

.post-navigation .nav-links > div.nav-next:after { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); transition: all 0.3s linear; font: normal normal normal 14px FontAwesome; content: "\F061"; margin-right: 0.3rem; }

.post-navigation .nav-links > div.nav-previous { padding-left: 3rem; }

.post-navigation .nav-links > div.nav-previous:hover:after { left: 10px; }

.post-navigation .nav-links > div.nav-previous:after { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); transition: all 0.3s linear; font: normal normal normal 14px FontAwesome; content: "\F060"; margin-right: 0.3rem; }

/* fs = font size */
.mr-mobile-menu ul { margin: 0; padding: 0; }

.mr-mobile-menu a { text-decoration: none; }

.mr-mobile-menu-overlay { background-color: rgba(0, 0, 0, 0.5); position: fixed; left: 0; bottom: 0; right: 0; top: 0; z-index: 99; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.mr-mobile-menu-overlay.mr-menu-open { opacity: 1; visibility: visible; }

body { overflow-X: hidden; }

body.mr-menu-open { overflow-y: hidden; }

.mr-mobile-menu { position: fixed; top: 0; height: 100%; overflow-y: auto; width: 300px; z-index: 99999; overflow-x: hidden; background-color: #fff; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; right: -300px; }

.mr-mobile-menu.mr-menu-open { right: 0; }

.mr-mobile-menu ul.menu, .mr-mobile-menu ul.menu > ul { margin: 0; padding: 0; list-style: none; }

.mr-mobile-menu ul.menu > li > a, .mr-mobile-menu ul.menu > ul > li > a { padding: 10px 35px 10px 15px; display: block; font-weight: 300; font-size: 1.03rem; text-transform: capitalize; color: #000; position: relative; }

.mr-mobile-menu ul.menu > li ul, .mr-mobile-menu ul.menu > ul > li ul { background-color: #f7f7f7; display: none; }

.mr-mobile-menu ul.menu > li ul li, .mr-mobile-menu ul.menu > ul > li ul li { list-style: none; position: relative; }

.mr-mobile-menu ul.menu > li ul li a, .mr-mobile-menu ul.menu > ul > li ul li a { display: block; padding: 10px 35px 10px 15px; border-bottom: 1px solid #f2f2f2; color: #000; font-size: 0.95rem; position: relative; }

.mr-mobile-menu ul.menu > li ul li ul li a, .mr-mobile-menu ul.menu > ul > li ul li ul li a { padding: 8px 0 8px 25px; }

.mr-arrow-box { display: inline-block; float: right; width: 30px; transition: all 0.3s linear; position: absolute; right: 0; top: 0; bottom: 0; -webkit-transfrom: scale(0.5); -moz-transfrom: scale(0.5); transform: scale(0.5); }

.mr-menu-open .mr-arrow-box { -webkit-transfrom: scale(1); -moz-transfrom: scale(1); transform: scale(1); -webkit-transition: all 0.4s ease-in-out 0.2s; -moz-transition: all 0.4s ease-in-out 0.2s; transition: all 0.4s ease-in-out 0.2s; }

.mr-arrow-box.open { transform: rotate(180deg); }

.mr-arrow-box .mr-down-arrow { width: 8px; height: 8px; position: absolute; top: 46%; left: 60%; transform: translate(-50%, -50%); }

.mr-arrow-box .mr-down-arrow:after, .mr-arrow-box .mr-down-arrow:before { content: ''; position: absolute; height: 100%; width: 1px; background-color: #000; }

.mr-arrow-box .mr-down-arrow:after { transform: rotate(45deg) translateX(3px); transform-origin: right; }

.mr-arrow-box .mr-down-arrow:before { transform: rotate(-45deg) translateX(-3px); transform-origin: left; }

.mr-close-wrapper { text-align: right; padding: 10px 7px; }

.mr-close-wrapper .mr-inner-box { width: 20px; height: 20px; cursor: pointer; display: inline-block; position: relative; background: transparent; border: none; -webkit-transform: scale(0) rotate(180deg); -moz-transform: scale(0) rotate(180deg); transform: scale(0) rotate(180deg); }

.mr-menu-open .mr-close-wrapper .mr-inner-box { -webkit-transform: scale(1) rotate(0deg); -moz-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); -webkit-transition: all 0.4s ease-in-out 0.3s; -moz-transition: all 0.4s ease-in-out 0.3s; transition: all 0.4s ease-in-out 0.3s; }

.mr-close-wrapper .mr-inner-box .mr-inner { display: inline-block; }

.mr-close-wrapper .mr-inner-box .mr-inner:after, .mr-close-wrapper .mr-inner-box .mr-inner:before { content: ""; position: absolute; background-color: #000; top: 50%; left: 50%; width: 2px; height: 100%; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.mr-close-wrapper .mr-inner-box .mr-inner:before { -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

@media (min-width: 940px) { .mr-mobile-menu { display: none; } }

.menu-toggler { display: none; margin-top: 1.3rem; margin-left: 0.3rem; background: transparent; border: none; box-shadow: none; float: right; font-size: 32px; width: 24px; height: 24px; cursor: pointer; padding: 0; position: relative; margin-right: 10px; }

@media (max-width: 992px) { .menu-toggler { display: block; margin-bottom: 0.5rem; position: absolute; float: left; top: 0; left: 0; } }

.menu-toggler:focus { outline: thin dotted #fff; }

.menu-toggler span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: transform 0.35s ease; -moz-transition: transform 0.35s ease; transition: transform 0.35s ease; }

.menu-toggler span:nth-child(1) { top: 0px; }

.menu-toggler span:nth-child(2), .menu-toggler span:nth-child(3) { top: 8px; }

.menu-toggler span:nth-child(4) { top: 16px; }

.menu-toggler.mr-menu-open { z-index: 9; }

.menu-toggler.mr-menu-open span:nth-child(1) { top: 8px; width: 0%; left: 50%; }

.menu-toggler.mr-menu-open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }

.menu-toggler.mr-menu-open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }

.menu-toggler.mr-menu-open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }

button:focus { outline: thin dotted; }

#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999999; background: #fff; }

#loader-wrapper #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; animation: spin 2s linear infinite; }

#loader-wrapper #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: #e74c3c; animation: spin 3s linear infinite; }

#loader-wrapper #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #f9c922; animation: spin 1.5s linear infinite; }

.post-categories { padding: 0; list-style: none; display: flex; flex-wrap: wrap; margin-bottom: 13px; }

.post-categories li { margin-top: 0.3rem; }

.post-categories li > a { background: #000; color: #fff !important; font-size: 12px; padding: 6px 15px; margin-right: 0.3rem; display: inline-block; transition: all 0.3s linear; }

.post-categories li > a:focus { outline: thin dotted #32567c; }

.post-categories li > a:hover { color: #fff; background: black; }

.post-categories li:nth-child(1) > a { background: #000; }

.post-categories li:nth-child(2) > a { background: #0c0c0c; }

.post-categories li:nth-child(3) > a { background: #6d003f; }

.post-categories li:nth-child(4) > a { background: #108800; }

.post-categories li:nth-child(5) > a { background: #a92d00; }

.maglist-header-search { background: transparent; }

.maglist-header-search .close { color: #fff; }

.error404 svg { max-width: 700px; }

.error404 .not-found { padding: 5rem 0; text-align: center; }

.error404 .not-found h1 { margin-bottom: 1.1rem; }

.error404 .search-form { max-width: 300px; margin: auto; margin-bottom: 25px; }

.maglist-tag-wrapper { padding: 5px 0px; margin: 0; }

.maglist-tag-wrapper .maglist-tag-inner { display: flex; justify-content: space-between; align-items: center; }

@media (max-width: 992px) { .maglist-tag-wrapper .maglist-tag-inner { display: block; } }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag { display: flex; flex-wrap: wrap; align-items: center; padding: 10px 0; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-title { font-size: 14px; color: #000; font-weight: 700; margin-right: 10px; }

@media (max-width: 992px) { .maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-title { flex: 0 0 30%; } }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-title:before { content: '\F292'; font-family: FontAwesome; font-size: 12px; padding-right: 5px; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list { display: inline-block; padding: 0; margin: 0; list-style: none; }

@media (max-width: 992px) { .maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list { flex: 0 0 66.66%; } }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list li { display: inline-block; margin-right: 10px; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list li a { padding: 2px 6px; border-radius: 2px; font-size: 12px; font-weight: 500; background: #ccc; color: #d10014; display: block; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list li a:focus { outline: thin dotted #32567c; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list li a:hover { background: #d10014; color: #fff; }

.wp-block-tag-cloud a { background: #000; color: #fff !important; border-radius: 3px; margin: 0 5px 9px 0; padding: 3px 6px; display: inline-block; }

.wp-block-tag-cloud a:hover { background: #fa5005; color: #d10014; }

.wp-block-tag-cloud a:focus { outline: thin dotted #32567c; }

.maglist-time-wrapper { display: flex; margin: 10px 0; align-items: center; line-height: 1; }

@media (max-width: 992px) { .maglist-time-wrapper { flex: 0 0 100%; max-width: 100%; justify-content: center; margin-top: 20px; margin-bottom: 0; order: 3; } }

.maglist-time-wrapper .maglist-time-inner { color: #fff; font-size: 14px; }

.maglist-time-wrapper .maglist-digital-clock-wrapper { padding: 0 5px; }

.maglist-time-wrapper .maglist-digital-clock-wrapper span.maglist-time { margin-left: 5px; font-size: 14px; font-weight: 500; display: none; color: #fff; }

.maglist-btns-wrapper { display: flex; margin: 15px 0; margin-left: 20px; align-items: center; }

.maglist-btns-wrapper .maglist-woocommerce-cart { margin-right: 30px; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon { color: #fff; font-size: 15px; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon i { color: #fff; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon i:hover { color: #dd3333; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon:focus { outline: thin dotted #fff; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon span { background: #fff; color: #000; }

.maglist-btns-wrapper .maglist-header-icons { margin-right: 0; }

.maglist-latest-post-wrapper { padding: 0; margin: 30px 0; }

.maglist-latest-post-wrapper .maglist-latest-post-inner { width: 100%; height: 60px; position: relative; overflow: hidden; margin: 0; display: flex; align-items: center; justify-content: space-between; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post { width: max-content; display: flex; position: relative; z-index: 2; background: #d10014; margin-right: 20px; max-width: max-content; flex: 0 0 100%; }

@media (max-width: 992px) { .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post { display: none; } }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post .maglist-latest-post-title { display: inline-block; margin: 0; padding: 0 10px; line-height: 60px; font-size: 15px; color: #FFF; height: 60px; font-weight: 500; text-transform: uppercase; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post .maglist-latest-post-title:before { content: "\F0A1"; font-family: 'FontAwesome'; margin-right: 6px; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post .maglist-latest-post-title span:before { content: ''; width: 18px; height: 18px; position: absolute; transform: rotate(45deg); top: 20px; right: -8px; z-index: -1; background: #600c14; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider { padding: 0; list-style: none; overflow: hidden; width: 100%; margin: 0 auto; z-index: 50; }

@media (max-width: 992px) { .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider { left: auto; right: auto; } }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a { padding-right: 15px; color: #d10014; font-size: 13px; display: flex; align-items: center; background: #fff; margin-right: 10px; border-radius: 10px; overflow: hidden; padding: 5px 5px 5px 0; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a:focus { outline: 2px dotted #000; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a img { height: 60px; width: 60px; object-fit: cover; margin-right: 10px; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a:hover { color: #d10014; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a:last-child { margin-right: -10px !important; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 90%; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta h2 { font-size: 16px; margin: 0; font-weight: 600; color: #000; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta h2:hover { text-decoration: underline; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta p { margin: 0; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider .js-marquee { display: flex; align-items: center; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider .js-marquee:last-child { margin-right: 0 !important; }

.maglist-you-missed { position: relative; box-shadow: 1px 1px 13px #f2f2f2; margin-top: 30px; background: #fff; border-radius: 6px; padding: 25px 20px 15px; }

.maglist-you-missed .maglist-you-missed-title { position: relative; padding: 0 15px; margin-bottom: 25px; }

@media (max-width: 992px) { .maglist-you-missed .maglist-you-missed-title { padding: 15px 0; } }

.maglist-you-missed .maglist-you-missed-title h2 { margin: 0; font-weight: 600; display: inline-block; position: relative; font-size: 24px; color: #000; }

.maglist-you-missed .maglist-you-missed-title h2:before { content: ""; position: absolute; left: 0; height: 3px; width: 40px; background: #000; bottom: 0; }

.maglist-you-missed .maglist-feature-news-inner { display: flex; flex-wrap: wrap; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner { display: flex; align-items: center; margin-bottom: 20px; flex: 0 0 33.33%; max-width: 33.33%; padding: 0 15px; }

@media (max-width: 992px) { .maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner { flex: 0 0 100%; max-width: 100%; padding: 0; } }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-image { flex: 0 0 33.33%; max-width: 33.33%; height: 100px; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-image a img { object-fit: cover; width: 100%; height: 100%; max-width: 120px; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta { flex: 0 0 66.66%; max-width: 66.66%; padding-left: 15px; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title { padding: 0; margin: 0; font-size: 18px; color: #000; transition: all .3s; font-weight: 600; margin-bottom: 7px; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a:hover { color: #d10014; text-decoration: underline; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on { font-size: 0.9rem; color: #000; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.maglist-main-banner-wrapper { position: relative; }

.maglist-main-banner-wrapper .maglist-main-banner-inner { display: flex; padding: 0; flex-wrap: wrap; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left { flex: 0 0 66.66%; max-width: 66.66%; padding-right: 30px; }

@media (max-width: 992px) { .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left { flex: 0 0 100%; max-width: 100%; padding-right: 0; margin-bottom: 15px; } }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner { position: relative; height: 570px; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; background-repeat: no-repeat; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner a { font-size: 20px; z-index: 1; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner a img { width: 100%; height: 100%; object-fit: cover; margin: 0; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta { position: absolute; bottom: 0; left: 0; width: 100%; color: #fff; padding: 15px 30px 50px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta > a { font-size: 32px; font-weight: 500; color: #fff; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta > a:hover { color: #d10014; text-decoration: underline; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 8px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; width: 100%; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li { margin-right: 10px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li > a { background: #000; color: #fff; font-size: 12px; padding: 6px 15px; margin-right: 0.3rem; display: inline-block; transition: all 0.3s linear; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li > a:last-child { margin-right: 0; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(1) a { background: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(2) a { background: #0c0c0c; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(3) a { background: #6d003f; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(4) a { background: #108800; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(5) a { background: #a92d00; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author { color: #fff; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author .posted-on { color: #fff; text-transform: capitalize; letter-spacing: .03em; font-weight: 400; font-size: 0.95rem; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author .posted-on:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author .posted-on a { color: #fff; font-weight: 400; text-transform: capitalize; letter-spacing: .03em; font-size: 0.95rem; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author .posted-on a:hover { color: #d10014; }

@media (max-width: 576px) { .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner { height: 350px; } }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right { flex: 0 0 33.33%; max-width: 33.33%; position: relative; overflow: hidden; background: #fff; padding: 20px 20px 5px; box-shadow: 1px 1px 13px #f2f2f2; border-radius: 6px; height: 570px; }

@media (max-width: 992px) { .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right { flex: 0 0 100%; max-width: 100%; } }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right h2.heading-line { margin: 0; padding: 0; font-size: 24px; margin-bottom: 25px; font-weight: 600; position: relative; color: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right h2.heading-line:before { content: ""; position: absolute; left: 0; height: 3px; width: 40px; background: #000; bottom: 0; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner { display: flex !important; align-items: center; margin-bottom: 15px; overflow: hidden; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-image { flex: 0 0 33.33%; max-width: 33.33%; height: 103px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-image a img { object-fit: cover; width: 100%; max-width: 120px; height: 100%; display: inline-table; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta { flex: 0 0 66.66%; max-width: 66.66%; padding-left: 15px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title { padding: 0; margin: 0; font-size: 16px; transition: all .3s; font-weight: 600; margin-bottom: 7px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a { color: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a:hover { text-decoration: underline; transition: transform 0.35s ease; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on { font-size: 0.9rem; color: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on > a { color: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider { position: initial; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow { position: absolute; top: 27px; right: 0; z-index: 9; cursor: pointer; background: transparent; border: none; width: 30px; height: 27px; transition: transform 0.35s ease; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow:hover { background: #000; color: #fff; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow:hover svg { fill: #fff; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow svg { width: 15px; height: 30px; fill: #fff; transform: rotate(90deg); position: absolute; top: -3px; right: 0px; left: 7px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow-prev { right: 60px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow-next { right: 20px; }

.banner-content-left .maglist-inner-banner { text-align: left; }

.banner-content-left #maglist-breadcrumb ul { justify-content: flex-start; }

.banner-content-left .search-form { margin: 0 0 2rem; }

.banner-content-right .maglist-inner-banner { text-align: right; }

.banner-content-right #maglist-breadcrumb ul { justify-content: flex-end; }

.banner-content-right .search-form { margin: 0 0 2rem auto; }

.maglist-inner-banner-wrapper { background-repeat: no-repeat; background-size: cover; background-position: center; }

.banner-background-attachment-fixed { background-attachment: fixed; }

.maglist-left-sidebar .content-order { order: 2; padding-right: 15px; }

@media (max-width: 767px) { .maglist-left-sidebar .content-order { order: 1; padding-right: 15px; } }

.maglist-left-sidebar .sidebar-order { order: 1; padding-left: 35px; }

@media (max-width: 767px) { .maglist-left-sidebar .sidebar-order { order: 2; padding-right: 15px; } }

.maglist-right-sidebar .content-order { order: 1; padding-right: 35px; }

@media (max-width: 767px) { .maglist-right-sidebar .content-order { padding-right: 15px; } }

.maglist-right-sidebar .sidebar-order { order: 2; }

@media (max-width: 767px) { .maglist-right-sidebar .sidebar-order { padding-left: 38px; } }

.widget-area .widget ul li a { text-decoration: none; }

.wp-block-latest-posts__post-excerpt a { display: block; margin-top: 5px; }

.widget-area .widget:not(:last-child) { margin-bottom: 30px; }

.widget-area .widget .widget-title { margin-top: 0; font-size: 1.5rem; font-weight: 600; margin-bottom: 1.4rem; }

.sidebar-order aside section { box-shadow: 1px 1px 13px #f2f2f2; padding: 15px; border-radius: 3px; background: #fff; margin-left: -20px; }

.sidebar-order aside section .wp-block-image { margin-bottom: 0; }

.sidebar-order aside section .wp-block-image img { height: auto; width: 100%; object-fit: cover; }

.sidebar-order aside section h2 { display: inline-block; margin: 0; line-height: 39px; font-size: 24px; color: #fff; height: 40px; margin-bottom: 1.4rem; box-sizing: border-box; position: relative; border-radius: 6px; text-transform: capitalize; font-weight: 600; font-size: 18px; }

.sidebar-order aside section .woocommerce-product-search { display: flex; align-items: center; }

.sidebar-order aside section .woocommerce-product-search input { border-radius: 3px 0 0 3px; }

.sidebar-order aside section .woocommerce-product-search button { font-size: 14px; border-radius: 0 3px 3px 0; }

.wp-block-search .wp-block-search__label { display: inline-block; margin: 0; line-height: 39px; font-size: 24px; color: #fff; height: 40px; margin-bottom: 1.4rem; box-sizing: border-box; position: relative; border-radius: 6px; text-transform: capitalize; font-weight: 600; font-size: 18px; }

.sidebar-order form label.wp-block-search__label { display: none; }

.sidebar-order form .wp-block-search__inside-wrapper { padding: 0 !important; border-radius: 3px; overflow: hidden; height: 40px; }

.sidebar-order form .wp-block-search__inside-wrapper button, .sidebar-order form .wp-block-search__inside-wrapper [type="button"], .sidebar-order form .wp-block-search__inside-wrapper [type="reset"], .sidebar-order form .wp-block-search__inside-wrapper [type="submit"] { background: #003bb3; border: none; height: 40px; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; margin-left: 0; }

.sidebar-order form .wp-block-search__inside-wrapper button:hover, .sidebar-order form .wp-block-search__inside-wrapper [type="button"]:hover, .sidebar-order form .wp-block-search__inside-wrapper [type="reset"]:hover, .sidebar-order form .wp-block-search__inside-wrapper [type="submit"]:hover { background: red; }

.sidebar-order form .wp-block-search__inside-wrapper button .search-icon, .sidebar-order form .wp-block-search__inside-wrapper [type="button"] .search-icon, .sidebar-order form .wp-block-search__inside-wrapper [type="reset"] .search-icon, .sidebar-order form .wp-block-search__inside-wrapper [type="submit"] .search-icon { transform: rotate(260deg); }

.maglist-post .maglist-comments a:hover { text-decoration: none; color: #FC7216; }

.maglist-post .entry-content-stat + a:hover { text-decoration: none; }

.maglist-post .image-full:after { background-color: rgba(0, 0, 0, 0.43); z-index: -1; opacity: 0; height: 2%; width: 100%; top: 0; transform: translate(0); transition: all .5s; }

.maglist-post .image-full:hover:after { z-index: 1; opacity: 1; height: 100%; }

.post-content-wrap p > a { display: table; margin-top: 20px; color: #fff; width: auto; padding: 10px 15px; border-radius: 0; font-size: 14px; background: #ce1c1c; margin-bottom: 6px; }

.post-content-wrap p > a:hover { background: #000; color: #fff; }

.post-content-wrap p > a i { margin-left: 5px; }

.wc-block-sort-select__select { height: 50px; border-radius: 5px; padding: 0 10px; }

/* product list from wp_woo_block */
ul.wc-block-grid__products { margin: 0 -15px 16px -15px !important; }

ul.wc-block-grid__products li.wc-block-grid__product { position: relative; padding: 0 10px 20px 10px; border-bottom: 8px solid transparent; }

ul.wc-block-grid__products li.wc-block-grid__product button, ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link { font-size: 14px; padding: 15px; display: flex; width: 100%; text-align: center; align-items: center; justify-content: center; border-radius: 0; position: relative; font-weight: normal; flex-direction: row; line-height: 1; }

ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button:not(.added):after { content: '\F07A'; font-family: fontAwesome; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale { background: #f44927; color: #fff; border: none; position: absolute; top: 10px; right: 10px; left: auto; border-radius: 3px; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title { font-size: 16px; font-weight: 500; color: #000; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a { color: #000; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a:hover { color: #fc7216; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price { display: flex; align-items: center; justify-content: center; }

ul.wc-block-grid__products li.wc-block-grid__product del { margin-top: 0; margin-right: 6px; font-size: 14px !important; }

ul.wc-block-grid__products li.wc-block-grid__product ins { color: #000; font-size: 14px; }

ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-Price-amount.amount { font-size: 16px; font-weight: 600; color: #000; }

/*product list from default woocommerce */
.woocommerce .page-title { width: 100%; }

.woocommerce select.orderby { height: 50px; margin-left: 10px; border-radius: 3px; }

.woocommerce ul.products { width: 100%; }

.woocommerce ul.products:after, .woocommerce ul.products:before { content: ''; clear: both; display: table; }

.woocommerce ul.products li.product { box-shadow: 0 0 10px #f4f4f4; transition: all .3s; border-radius: 10px; overflow: hidden; background: #fff; }

.woocommerce ul.products li.product:hover { box-shadow: 0 11px 10px #d3cccc; }

.woocommerce ul.products li.product .star-rating { margin: auto auto 10px !important; left: 0; right: 0; color: #fc7216; }

.woocommerce ul.products li.product .onsale { background: #f44927; color: #fff; border: none; position: absolute; top: 10px; right: 10px; border-radius: 3px; height: auto; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 8px; width: auto; margin: 0; min-height: auto; min-width: auto; font-weight: normal; }

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart.wc-forward { display: flex; width: 100%; align-items: center; justify-content: center; text-align: center; color: #fff; border-radius: 0; font-weight: normal; }

.woocommerce ul.products li.product .button:after, .woocommerce ul.products li.product .added_to_cart.wc-forward:after { font-family: fontAwesome; margin-left: 6px; }

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple:after, .woocommerce ul.products li.product .added_to_cart.wc-forward:after { content: '\F07A'; }

.woocommerce ul.products li.product .add_to_cart_button.product_type_variable:after, .woocommerce ul.products li.product .product_type_grouped:after { content: '\F061'; }

.woocommerce ul.products li.product .added_to_cart.wc-forward { margin-top: 8px; line-height: 1; padding: 10px; }

.woocommerce ul.products li.product .added_to_cart.wc-forward:after { content: '\F06E'; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { text-align: center; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title { font-size: 16px; font-weight: 500; color: #000; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a { color: #000; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a:hover { color: #fc7216; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wc-block-grid__product-price { display: flex; align-items: center; justify-content: center; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-Price-amount.amount { font-size: 16px; font-weight: 600; color: #000; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link del { color: #f44927; margin-top: 0; margin-right: 6px; font-size: 14px !important; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link ins { color: #000; font-size: 14px; }

.woocommerce nav.woocommerce-pagination { display: none; }

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before { color: #fc7216; }

.product-with-slider li.product, .product-with-slider li.first { clear: none !important; margin: 0 15px !important; }

.page-description { width: 100%; }

.woocommerce-result-count { display: flex; align-items: center; }

body.post-type-archive-product .products { margin-top: 30px; }

@media (max-width: 767px) { body.post-type-archive-product .products div#load-more { padding: 0 15px; } }

.woocommerce-cart .woocommerce { display: flex; flex-wrap: wrap; justify-content: space-between; }

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper { flex: 0 0 100%; }

.woocommerce-cart .woocommerce form.woocommerce-cart-form { flex: 0 0 55%; }

@media (max-width: 767px) { .woocommerce-cart .woocommerce form.woocommerce-cart-form { flex: 0 0 100%; margin-bottom: 30px; } }

.woocommerce-cart .woocommerce form.woocommerce-cart-form table { margin-bottom: 0; }

.woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon { min-width: 300px; }

.woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon input#coupon_code { width: 165px; }

.woocommerce-cart .woocommerce form.woocommerce-cart-form table button.button { background: #fc7216; font-weight: 400; color: #fff; }

.woocommerce-cart .woocommerce .cart-collaterals { flex: 0 0 40%; }

@media (max-width: 767px) { .woocommerce-cart .woocommerce .cart-collaterals { flex: 0 0 100%; } }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; background: #f7f7f7; padding: 30px; height: 100%; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 { margin-top: 0; line-height: 1; text-align: center; font-size: 18px; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table { background: #fff; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward { background: #fc7216; border-radius: 0; font-weight: 400; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward:after { content: '\F07A'; font-family: fontAwesome; margin-left: 6px; }

form.woocommerce-checkout { display: flex; flex-wrap: wrap; justify-content: space-between; }

form.woocommerce-checkout div#customer_details { flex: 0 0 55%; }

@media (max-width: 767px) { form.woocommerce-checkout div#customer_details { flex: 0 0 100%; } }

form.woocommerce-checkout div#customer_details > div { width: 100%; float: none; max-width: initial; }

form.woocommerce-checkout div#customer_details > div input, form.woocommerce-checkout div#customer_details > div select, form.woocommerce-checkout div#customer_details > div span.select2-selection { height: 45px; padding: 10px !important; }

form.woocommerce-checkout div#customer_details > div .form-row label { font-size: 13px; }

form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox input#ship-to-different-address-checkbox { height: auto; }

form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox span { font-size: 13px; }

form.woocommerce-checkout h3#order_review_heading { display: none; }

form.woocommerce-checkout div#order_review { flex: 0 0 40%; background: #f7f7f7; padding: 30px; }

@media (max-width: 767px) { form.woocommerce-checkout div#order_review { flex: 0 0 100%; margin-top: 30px; } }

form.woocommerce-checkout div#order_review table { background: #fff; }

form.woocommerce-checkout div#order_review #payment { background: #fff; border-radius: 0; }

form.woocommerce-checkout div#order_review #payment button#place_order { background: #fc7216; border-radius: 0; font-weight: 400; display: block; width: 100%; }

form.woocommerce-checkout div#order_review #payment button#place_order:after { content: '\F07A'; font-family: fontAwesome; margin-left: 6px; }

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout { flex: 0 0 100%; }

@media (max-width: 767px) { .single-product .product { padding: 0 15px; } }

.single-product .product .onsale { background: #f44927; color: #fff; border: none; position: absolute; top: 10px; border-radius: 3px; height: auto; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 8px; margin: 0; min-height: auto; min-width: auto; font-weight: normal; left: 10px; }

.single-product .product .images .woocommerce-product-gallery__image:nth-child(n+2) { margin-top: 10px; padding: 10px; }

.single-product .product .entry-summary { margin-top: 0; }

.single-product .product .entry-summary .product_title { font-size: 20px; }

.single-product .product .entry-summary .price { color: #000; font-weight: 600; }

.single-product .product .entry-summary .price del { color: #f44927; opacity: 1; }

.single-product .product .entry-summary .product_meta > span { display: block; color: #000; }

.single-product .product .entry-summary .product_meta > span a { color: #f44927; }

.single-product .product .entry-summary .star-rating span::before, .single-product .product .entry-summary a.woocommerce-review-link { color: #f44927; }

.single-product .product .entry-summary table.variations select { height: 45px; border-radius: 3px; }

.single-product .product .entry-summary .quantity input { height: 45px; min-width: 80px; }

.single-product .product .entry-summary button.button { background: #f44927; height: 45px; position: relative; }

.single-product .product .entry-summary button.button:after { content: '\F07A'; font-family: fontAwesome; margin-left: 6px; }

.single-product .woocommerce-Tabs-panel h2 { margin: 0 0 15px; font-size: 18px; }

.single-product .related.products h2 { font-size: 24px; text-align: center; margin: 40px 0; }

.single-product .reset_variations { color: red; }

.single-product .stars a, .single-product .star-rating span::before { color: #f44927; }

.single-product span#reply-title { font-size: 16px; margin-bottom: 20px; display: block; margin-top: 10px; }

.wp-block-woocommerce-product-search { padding: 15px; }

.wp-block-woocommerce-product-search label.wc-block-product-search__label { font-size: 18px; color: #000; font-weight: bold; margin-bottom: 16px; display: block; }

.product-with-slider .maglist-arrow { position: absolute; top: 50%; z-index: 99; transform: translate(0, -50%); cursor: pointer; transition: all .3s; }

.product-with-slider .maglist-arrow svg { width: 50px; height: 50px; opacity: .5; transition: all .3s; fill: #fc7216; }

.product-with-slider .maglist-arrow svg:hover { opacity: 1; fill: #fc7216; }

.product-with-slider .maglist-arrow-prev { left: 0; }

.product-with-slider .maglist-arrow-prev:hover { left: 4px; }

.product-with-slider .maglist-arrow-next { right: 0; }

.product-with-slider .maglist-arrow-next:hover { right: 4px; }

.woocommerce ul.products li.product-category.product { overflow: visible; box-shadow: none; }

.woocommerce ul.products li.product-category.product h2 { position: absolute; bottom: -5px; width: 90%; margin: auto; left: 0; right: 0; padding: 10px; border-radius: 5px; text-align: center; color: #fff; display: flex; align-items: center; justify-content: center; }

.woocommerce ul.products li.product-category.product h2 mark.count { background: #fff; border-radius: 50%; font-size: 10px; height: 26px; width: 26px; display: inline-flex; align-items: center; justify-content: center; color: #ff3afb; margin-left: 10px; }

.woocommerce.widget_price_filter .price_slider_amount .button { color: #fff !important; }

.widget .woocommerce-product-search input { height: 45px; vertical-align: top; }

.widget .woocommerce-product-search button { background: #000; border: none; color: #fff; height: 45px; border-radius: 3px; font-size: 17px; cursor: pointer; }

.widget .select2-selection.select2-selection--single { height: 45px; }

.widget .select2-selection.select2-selection--single .select2-selection__rendered { line-height: 45px; }

.widget .star-rating { margin: 0 0 13px; }

.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, .woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 { max-width: 100%; width: 100%; }

.woocommerce-notices-wrapper { flex: 0 0 100%; }

.woocommerce-order-received h2, p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received { font-weight: bold; color: #000; font-size: 18px; }

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details, .woocommerce-order-received th, .woocommerce-order-received tr, .woocommerce-order-received td { border: 0; }

.woocommerce-order-received address { background: #fcfcfc; border: 0; }

a.cart-icon { font-size: 18px; position: relative; margin: 1rem 0; }

a.cart-icon span { position: absolute; font-size: 8px; height: 15px; width: 15px; background: #3431d6; border-radius: 50%; color: #333; display: flex; align-items: center; justify-content: center; top: -6px; right: -13px; }

@media (max-width: 576px) { a.cart-icon { margin-right: 0; margin-left: 0; } }

.maglist-dark-mode body p, .maglist-dark-mode .site-branding .site-title a, .maglist-dark-mode .site-branding .site-description, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a, .maglist-dark-mode #infinite-handle span, .maglist-dark-mode .maglist-main-menu > ul li a, .maglist-dark-mode .maglist-main-menu div > ul li a, .maglist-dark-mode .maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta h2, .maglist-dark-mode .maglist-post-meta, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right h2.heading-line, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on > a, .maglist-dark-mode .entry-meta .author-info, .maglist-dark-mode .entry-meta a.url, .maglist-dark-mode .entry-meta .author-info .posted-on a, .maglist-dark-mode .entry-meta:not(.single) .author-info .maglist-date-author:before, .maglist-dark-mode .woocommerce-Tabs-panel, .maglist-dark-mode div#tab-description, .maglist-dark-mode .woocommerce-tabs.wc-tabs-wrapper, .maglist-dark-mode .maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on, .maglist-dark-mode .maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on a, .maglist-dark-mode .maglist-post .post-title, .maglist-dark-mode .maglist-post .post-title a, .maglist-dark-mode .maglist-post .post-content-wrap p, .maglist-dark-mode #secondary .widget-title, .maglist-dark-mode .sidebar-order aside section h2, .maglist-dark-mode .wp-block-search .wp-block-search__label, .maglist-dark-mode .maglist-post.sticky:after, .maglist-dark-mode #secondary .widget, .maglist-dark-mode #secondary .widget a, .maglist-dark-mode #secondary .widget ul li a, .maglist-dark-mode .wp-block-calendar table caption, .maglist-dark-mode .wp-block-calendar table tbody, .maglist-dark-mode .maglist-you-missed .maglist-you-missed-title h2, .maglist-dark-mode .maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a, .maglist-dark-mode .maglist-post .entry-content .post-content p, .maglist-dark-mode .post-navigation .nav-links > div a .nav-title, .maglist-dark-mode .post-navigation .nav-links > div.nav-previous:after, .maglist-dark-mode .post-navigation .nav-links > div.nav-next:after, .maglist-dark-mode .comment-respond .comment-reply-title, .maglist-dark-mode .comment-respond .comment-reply-title a, .maglist-dark-mode .comment-respond .logged-in-as a, .maglist-dark-mode .comment-respond .comment-form label, .maglist-dark-mode textarea, .maglist-dark-mode .comment-respond .logged-in-as span, .maglist-dark-mode .post-navigation .nav-links > div a .screen-reader-text, .maglist-dark-mode .comment-notes span, .maglist-dark-mode input[type="search"], .maglist-dark-mode .footer-bottom-section span, .maglist-dark-mode .footer-bottom-section .credit-link, .maglist-dark-mode .footer-widget .widget-title, .maglist-dark-mode .footer-widget .footer-widget-wrapper section .widget-title, .maglist-dark-mode .footer-widget .footer-widget-wrapper section h2, .maglist-dark-mode .pagination .nav-links > *, .maglist-dark-mode .maglist-post .maglist-comments a { color: #fff; }

.maglist-dark-mode, .maglist-dark-mode .maglist-header-wrapper, .maglist-dark-mode .maglist-header-wrapper .maglist-header-image-wrapper:after, .maglist-dark-mode .comment-respond .comment-form input:not([type="checkbox"]):not([type="submit"]), .maglist-dark-mode .comment-respond .comment-form textarea, .maglist-dark-mode .comment-notes, .maglist-dark-mode .footer-bottom-section { background: #000; }

.maglist-dark-mode .maglist-navigation-n-options, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post .maglist-latest-post-title span:before, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a, .maglist-dark-mode .maglist-main-menu > ul li ul, .maglist-dark-mode .maglist-main-menu div > ul li ul, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right, .maglist-dark-mode .maglist-post, .maglist-dark-mode .sidebar-order aside section, .maglist-dark-mode .pagination .nav-links > *.current, .maglist-dark-mode .maglist-you-missed, .maglist-dark-mode .maglist-sidebar-inner-box, .maglist-dark-mode .post-navigation .nav-links > div:hover, .maglist-dark-mode input[type="search"], .maglist-dark-mode .maglist-topbar-wrapper, .maglist-dark-mode .footer-top-section { background: #222; }

body.custom-background.maglist-dark-mode { background: #000 !important; }

.maglist-dark-mode a.cart-icon span, .maglist-dark-mode .maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span { background: #fff; }

.maglist-dark-mode .footer-widget, .maglist-dark-mode .footer-widget p, .maglist-dark-mode .footer-widget span, .maglist-dark-mode .footer-widget ul li a, .maglist-dark-mode #calendar_wrap #wp-calendar th, .maglist-dark-mode #calendar_wrap td, .maglist-dark-mode #calendar_wrap caption, .maglist-dark-mode #calendar_wrap td a, .maglist-dark-mode .footer-widget ul li, .maglist-dark-mode .footer-widget .footer-widget-wrapper section p, .maglist-dark-mode .footer-top-section .wp-block-calendar table caption, .maglist-dark-mode .footer-top-section .wp-block-calendar table tbody { color: #b5b5b5; }

.maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right, .maglist-dark-mode .maglist-post, .maglist-dark-mode .sidebar-order aside section, .maglist-dark-mode .maglist-you-missed, .maglist-dark-mode .maglist-sidebar-inner-box { box-shadow: none; }

.maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow svg { fill: #fff; }

.maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow { border: 1px solid #484848; }

.maglist-dark-mode .widget-area .widget ul li { border-color: #484848; }

.maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow:hover { border: 1px solid transparent; }

.maglist-dark-mode .pagination .nav-links > * { border: 1px solid #222; }

.entry-meta { margin-bottom: 1rem; }

.entry-meta .url { text-decoration: none; }

.entry-meta .author-info .posted-on a { text-decoration: none; }

.post .post-content-wrap:after, .post .post-content-wrap:before { content: ''; display: table; clear: both; }

.post .post-categories li a { color: #767676; }

.edit-link { margin: 0; display: block; }

.edit-link .post-edit-link { color: #767676; font-size: 0.9rem; }

.edit-link .post-edit-link:before { font: normal normal normal 14px FontAwesome; content: "\F040"; margin-right: 0.3rem; }

.pagination .prev:before { font: normal normal normal 14px FontAwesome; content: "\F100"; margin-right: 0.3rem; }

.pagination .next:after { font: normal normal normal 14px FontAwesome; content: "\F101"; margin-right: 0.3rem; margin-right: 0; margin-left: 0.3rem; }

.maglist-container-box { max-width: 1200px; margin: auto; box-shadow: 0 20px 25px -5px rgba(177, 177, 177, 0.1), 0 10px 10px -5px rgba(191, 191, 191, 0.04); }

.maglist-container-box header#masthead, .maglist-container-box .maglist-top-bar { max-width: 1200px; margin: auto; }

.maglist-topbar-wrapper { background: #222; padding: 5px 0; }

.maglist-topbar-wrapper .maglist-topbar-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

@media (max-width: 576px) { .maglist-topbar-wrapper .maglist-topbar-inner { justify-content: center; } }

.maglist-topbar-wrapper > div { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

.maglist-topbar-wrapper > div .maglist-topbar-menu ul { list-style: none; display: flex; margin: 0; padding: 0; flex-wrap: wrap; }

.maglist-topbar-wrapper > div .maglist-topbar-menu ul li { margin-right: 15px; }

.maglist-topbar-wrapper > div .maglist-topbar-menu ul li a { color: #fff; font-size: 14px; }

@media (max-width: 576px) { .maglist-topbar-wrapper > div { padding: 15px; }
  .maglist-topbar-wrapper > div .maglist-top-bar-left { display: none; } }

.maglist-header-left { display: flex; align-items: center; flex-wrap: wrap; }

.maglist-header-left .maglist-offcanvas-wrapper { background: transparent; border: none; box-shadow: none; float: right; width: 24px; height: 24px; padding: 0; position: relative; margin-right: 30px; transition: transform 0.35s ease; }

@media (max-width: 992px) { .maglist-header-left .maglist-offcanvas-wrapper { display: none; } }

.maglist-header-left .maglist-offcanvas-wrapper > a { display: inline-block; outline-offset: 2px; }

.maglist-header-left .maglist-offcanvas-wrapper > a:focus { outline: 1px dotted #fff; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger { position: relative; overflow: hidden; width: 30px; height: 30px; margin: 0 auto; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span { display: block; position: absolute; height: 3px; width: 100%; background: #fff; opacity: 1; left: 0; transform: rotate(0deg); margin-top: 3px; transition: transform 0.35s ease; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span:nth-child(1) { top: 0px; width: 26px; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span:nth-child(2), .maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span:nth-child(3) { top: 8px; width: 30px; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span:nth-child(4) { top: 16px; width: 20px; }

.maglist-header-left .maglist-offcanvas-wrapper .open { z-index: 9; }

.maglist-header-left .maglist-offcanvas-wrapper .open span { width: 100%; }

.maglist-header-left .maglist-offcanvas-wrapper .open span:nth-child(1) { top: 8px; width: 0%; left: 50%; }

.maglist-header-left .maglist-offcanvas-wrapper .open span:nth-child(2) { transform: rotate(45deg); width: 26px; }

.maglist-header-left .maglist-offcanvas-wrapper .open span:nth-child(3) { transform: rotate(-45deg); width: 26px; }

.maglist-header-left .maglist-offcanvas-wrapper .open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }

.maglist-navigation-n-options > div { position: relative; }

.maglist-navigation-n-options > div .maglist-offcanvas-content { background: #fff; border: 1px solid #f3eaea; margin: 0 15px; z-index: 99; border-radius: 6px; overflow: hidden; display: none; position: absolute; left: 0; right: 0; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu { padding: 15px 30px; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li { flex: 0 0 16.5%; max-width: 16.5%; padding: 10px 0; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li > a { color: #dd3333; padding: 10px 0; font-weight: 600; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li ul.sub-menu { margin: 0; padding: 0; list-style: none; margin-top: 10px; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li ul.sub-menu li { margin-bottom: 10px; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li ul.sub-menu li:last-child { margin-bottom: 0; }

.maglist-main-banner-news-section { position: relative; }

.maglist-main-banner-news-section .maglist-arrow { position: absolute; top: 15px; z-index: 9; cursor: pointer; background: #003bb3; width: 40px; height: 40px; transition: all 0.35s ease; }

.maglist-main-banner-news-section .maglist-arrow:hover { background: #000; }

.maglist-main-banner-news-section .maglist-arrow svg { width: 20px; height: 40px; fill: #fff; position: absolute; right: 7px; }

.maglist-main-banner-news-section .maglist-arrow-prev { right: 60px; }

.maglist-main-banner-news-section .maglist-arrow-next { right: 15px; }

.maglist-main-banner-news-section ul.slick-dots { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; width: 100%; position: absolute; bottom: 20px; justify-content: center; }

.maglist-main-banner-news-section ul.slick-dots li { margin-right: 10px; }

.maglist-main-banner-news-section ul.slick-dots li button { background: 0 0; border: none; color: transparent; position: relative; width: 35px; margin: 0 2px; cursor: pointer; }

.maglist-main-banner-news-section ul.slick-dots li button:before { left: 0; content: ""; background: #bdbdbd; width: 30px; height: 6px; position: absolute; border-radius: 10px; }

.maglist-main-banner-news-section ul.slick-dots li.slick-active button:before { background: #fff; }

.maglist-social-sharing { box-shadow: 1px 1px 13px #f2f2f2; border-radius: 6px; overflow: hidden; padding: 15px; background: #fff; margin-bottom: 30px; }

.maglist-social-sharing h6 { font-size: 1.5rem; font-weight: 500; padding: 0; margin: 0; margin-bottom: 15px; }

.maglist-social-sharing ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; }

.maglist-social-sharing ul li { margin-right: 15px; }

.maglist-social-sharing ul li a { width: 30px; height: 30px; font-size: 18px; position: relative; border-radius: 2px; transition: all .3s; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; }

.maglist-sticky-share.share-btn-show { left: 0; visibility: visible; opacity: 1; }

.maglist-sticky-share { position: fixed; left: -100px; bottom: 30px; top: 200px; z-index: 999; transform-origin: center; display: block; visibility: hidden; opacity: 0; transition: all 0.3s linear; }

.maglist-sticky-share h3 { font-size: 16px; font-weight: 500; color: #fff; background: #000; padding: 4px 8px; border-radius: 0 5px 5px 0; }

.maglist-sticky-share ul { list-style: none; padding: 0; margin: 0; }

.maglist-sticky-share ul li { margin-bottom: 15px; margin-left: 15px; }

.maglist-sticky-share ul li a { width: 50px; height: 50px; font-size: 18px; position: relative; border-radius: 50px; transition: all .3s; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; }

.maglist-sticky-share ul li a i { transition: all .3s; }

.maglist-switch { position: relative; display: inline-block; width: 40px; height: 20px; margin-left: 15px; }

/* Hide default HTML checkbox */
.maglist-switch input { opacity: 0; width: 0; height: 0; }

/* The slider */
.maglist-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background: #fff; transition: .3s; }

.maglist-slider:after { position: absolute; content: "\F185"; font-family: 'FontAwesome'; height: 18px; width: 18px; left: 2px; top: 1px; background: #fff; color: #111; transition: .4s; display: flex; justify-content: center; align-items: center; }

input:checked + .maglist-slider { background: #000; }

input:focus + .maglist-slider { box-shadow: 0 0 1px #2196F3; }

input:checked + .maglist-slider:after { transform: translateX(18px); content: "\F186"; }

/* Rounded maglist-sliders */
.maglist-slider.round { border-radius: 30px; }

.maglist-slider.round:after { border-radius: 50%; }

a.maglist-switch-wrapper { color: #fff; }

/* UltraCache CSS Bundle Source: https://privatepack.ru/wp-content/uploads/so-css/so-css-maglist.css?ver=1702718419 */
.widget-area .widget:not(:last-child) {
  display: none;
}

.sidebar-order aside section {
  display: none;
}

.footer-widget .footer-widget-wrapper section {
  display: none;
}

.col.footer-widget-wrapper.py-5 {
  display: none;
}

.maglist-topbar-wrapper > div {
  display: none;
}

.maglist-header-wrapper {
  display: none;
}

.maglist-sidebar-inner-box {
  display: none;
}
