html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * 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;
    height: 0;
    overflow: visible;
}

/**
 * 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;
    font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
}

/**
 * 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;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 600;
}

/**
 * 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;
    font-size: 1em;
}

/**
 * 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;
    width: 100%;
    height: auto;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    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: 0px 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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * 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;
    padding: 0;
}

/**
 * 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;
    outline-offset: -2px;
}

/**
 * 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;
    font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;

}

h1.entry-title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 0;
    color: crimson;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

em {
    padding-left: 45px;
    display: block;
}

blockquote p {
    font-style: italic !important;

}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    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;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 0em 0em;
}

ul {
    list-style: none;
    list-style-type: none;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/* 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);
    line-height: 1;
    padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0;
}

ul#categories {
    display: inline-flex;
    flex-direction: row;
    padding: 20px 0px 0px 0px;
}

ul#categories li a {
    color: #5c5c5c;
    font-weight: normal;
    font-size: 12px;
}


.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 {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    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: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 0em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 20px 0 20px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* 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 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;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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 !important;
    width: 1px;
    word-wrap: normal !important;
}

.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.cityheader {
    background: #fff;
}

a.marik-title {
    text-decoration: none;
    cursor: pointer;
    color: #404040;
}

.menu-item {
    padding-left: 15px !important;
}

li#menu-item-18 a {
    color: red;
}

li#menu-item-18 a:hover {
    color: #404040;
}

.menu-item a {
    text-decoration: none;
    color: #404040;
    font-weight: 300 !important;
    font-size: 18px;
}



.gallery-news {
    background: red;
}

* {
    box-sizing: border-box;
}


h1.front-title:after {
    content: '';
    width: 175px;
    height: 6px;
    background: red;
    display: block;
    margin: 10px auto 0px auto;
}

h1.front-title {
    margin-bottom: 10px;
    font-size: 50px;
    font-family: 'Roboto Condensed';
    line-height: 60px;
    text-align: center;
}

.slider {
    padding: 15px;
}

.slider .slick-list {
    margin: 0 -10px;
}

.slide,
.slidew {
    margin: 0 5px;
}

.slide,
.slidew {
    margin: 0 5px;
}


/*
.slide a, .slidew a {
  display: block;
}
*/
.slide img,
.slidew img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid black;
    border-radius: 50%;
    margin: 0 7px;
}

.slick-dots .slick-active {
    background-color: #404040;
}

/*Header Image */
.item {
    width: 100%;
    height: 500px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
}

.newsh1 {
    color: #fff;
    background: #333333de;
    padding: 15px;
    width: 100%;
}

ul.mobile_archive_list {
    margin: 0;
    padding: 0;
}


/*footer*/

.site-footer {
    background-color: #f5f5f5;
    color: #404040;
    border-top: 2px solid #ccc;
}

.footer_menu ul#categories {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.footer_menu .menu-item {
    padding-left: 0px !important;
    padding-right: 10px !important;
}

.footer_menu ul#categories .menu-item a {
    font-weight: 400;
    font-size: 15px;
    color: #404040;
}




.site-footer a {
    color: #404040;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300 !important;
}



.sep {
    padding-left: 10px;
}



/*Widget */
.widget ul {
    padding: 0px;
    margin: 0px;
    color: #7a7a7a;
}

.widget ul li {
    padding-top: 10px;
    margin-left: 40px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 550;

}


.widget ul li a {
    text-decoration: none;
    cursor: pointer;
    color: #404040;

}

.widget ul li a:hover {
    color: #404040;
}

.widget ul li a:hover {
    color: #1e3b8d;
}

/*Sidebar */


h4.sidebar_head {
    margin-bottom: 20px;
    font-size: 18px;

}

a h4.sidebar_head span {
    color: #404040;
}

h4.sidebar_head span {
    text-align: left;
    font-weight: normal;
    padding-bottom: 4px;

    ;
}

li.last_news_sidebar {
    border-bottom: 1px solid #eee;
    padding-top: 5px;
}

li.last_news_sidebar span {
    float: left;
    font-size: 13px;
    color: #999;
}


li.last_news_sidebar a:hover {
    color: #404040 !important;

}

a.last_news,
.widget ul li {
    color: #404040;
    display: block;
    margin-left: 40px;
    line-height: 20px;
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 300;
}

.widget-title {
    text-align: center;
    font-weight: 800;
}

.page-title {
    text-align: center;
}

.thumb {
    width: auto;
    overflow: hidden;
    height: 120px;
}

#thumb img {

    height: auto;
    border-radius: 5px;
}

.card_news {
    margin: 15px 0px;
    padding: 15px 0px;
    border-radius: 5px;

}

.card_news:hover {
    background: #e8e8e8;

}

.card_news a {
    text-decoration: none;
    cursor: pointer;
}

.imgtopnews {
    width: auto;
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px;
    border-radius: 0px;
}

.card-body {
    padding: 20px 10px;
    border: 0px;
    border-radius: 0px;

}

.anons h3 {
    color: #404040;
    font-size: 1.3em;
}

.anons p {
    color: #7a7a7a;

}

.gap {
    min-height: 80px;
}

.block_img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 0px 0px;
}

.after_post_meta a,
.news_block a,
.entry-meta a {
    color: #999;
}

.yellow a {
    color: #fff;
}

.news_block {
    width: auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 0px;
    margin: 10px auto;
    border: none;
    border-radius: 0px;
}

.paginin {
    overflow: hidden;
    margin-top: 30px;
    padding: 10px 0px;
}

span.page-numbers.current {
    padding: 10px 15px;
    background: #404040;
    margin: 0px;
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

a.page-numbers {
    padding: 10px 15px;
    margin-right: 5px;
    border: 1px solid #404040;
    font-size: 15px;
    color: #404040;


}

a.page-numbers:hover {
    background: #404040;
    color: #fff;
}


.news_block img {
    height: 170px;
}



.meta-date {
    position: absolute;
    bottom: 15px;
    font-size: 12px;

}

.meta-date a {
    cursor: pointer;
    color: #404040;
    font-weight: 300;
    font-size: 12px;
}

.post-ms-cat-info span,
.yellow,
.after_post_meta span a {
    background: #404040;
}

.post-ms-cat-info span {
    padding: 5px;
    font-size: 12px;

}


.yellow {
    display: inline-flex;
    position: relative;
    color: #fff;
    background: #404040;
    overflow: hidden;
    z-index: 1;
}

.yellow a:hover,
.yellow a:active,
.yellow a:focus {
    color: #fff;

}

.yellow:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid red;
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index: -1;
}

.yellow:hover:before,
.yellow:active:before,
.yellow:focus:before {
    transform: translateX(0);
}

.entry-meta ul .yellow {
    padding: 5px 10px;
}

h2.front-news,
p.front-news,
p.front-news a {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
    font-weight: 300;
    text-align: left;
    font-weight: 300 !important;
}

.news_descr {
    padding: 10px;
}

.footer_social ul,
.footer_menu ul,
.entry-meta ul {
    margin-top: 15px;
}

.footer_social li {
    display: inline-block;
    float: left;
    padding-left: 10px;
    text-align: center;
}

.footer_menu ul,
.entry-meta ul {
    padding: 0px;
    margin: 10px 0 0 0px;

}

.footer_menu {
    padding-left: 100px;
}

.entry-meta li {
    display: inline-block;
    float: left;

}

.after_post_meta {
    padding: 10px;

}

.bottom_date {
    position: absolute;
    bottom: 10px;
    left: 38%;
}

.slidew {
    margin: 0px 10px;
    width: 300px;
    height: 330px;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 0px;
    margin: 15px 10px;
    border: 1px solid #404040;
    border-radius: 15px;
}


.botpost {
    padding: 20px;
}

.slidew:hover {

    border-radius: 0px;
    box-shadow: 1px 1px 15px #a8a6a6;
}

.front-news-card {
    margin-top: 10px;
}

h5.front-news-card {
    font-size: 14px;
}

.container-fluid,
.row-fluid {
    overflow: hidden;
}

.container {
    max-width: 1428px;
    margin: 0px auto;
}

#no_news {
    margin-top: 30px
}

#no_news p {
    text-align: left;
}

a.titlea h2 span {
    color: red;
}

.entry-content ul {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    margin-top: -20px;
}

/*Button*/
#no_news button {
    background: #404040;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    float: left;
}

/*Header */


#masthead h2 {
    font-size: 40px;
    line-height: 36px;
    color: #404040;
    margin: 4px 70px 0px 0px;
    font-weight: 600;
    text-transform: uppercase;
}

nav img {
    width: 220px !important;
}

#masthead h2 a {
    color: #fff;
}


#masthead h2:hover {
    color: #404040;
}

.navbar-collapse {
    text-align: center;
    padding: 10px 0px;

}

.topnav {
    display: flex;
    align-items: center;
    justify-content: center;

}

ul.topmenu {
    display: inline-flex;
    flex-direction: row;
    margin-left: 0px;
    padding-left: 0px;
}

ul.topmenu li {
    margin-right: 10px;
    margin-left: 0px;
}

ul.topmenu li a {
    color: #fff;
    font-weight: 400;
    background-color: #404040;
    padding: 6px;
    font-size: 12px;
    line-height: 32px;
}

ul.topmenu li a:hover {
    color: #fff;
    background-color: red;

}

#main h1.top_header {
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    color: #404040;
    margin-bottom: 25px;
}

#main h1.top_header span {
    font-family: 'Roboto Condensed';
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;

}

h1.top_header:after {
    content: '';
    width: 175px;
    height: 6px;
    background: red;
    display: block;
    margin: 10px auto 0px auto;
}

h1.top_header {
    margin-bottom: 10px;
    font-size: 50px;
    font-family: 'Roboto Condensed';
    line-height: 60px;
    text-align: center;
}

a.navbar-brand span {
    color: #1e3b8d;
}

.header__logo svg {
    width: 1.5em;
    height: 1.5em;
    fill: #404040;
}

.header__logo svg:hover {
    fill: #fc0;
}

.header__logo img {
    width: 32px !important;
}

.navbar-brand {
    margin-right: 0px;
}

.header_text a {
    color: #1e3b8d !important;
}

li.social-logo {
    width: 10px;
    height: 10px;
    fill: #1e3b8d;
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.soc_icon li img {
    width: 32px;
    margin-right: 8px;
}

.soc_icon li img:hover {
    width: 34px;
    transition: 0.5s;
}

.soc_icon li img :hover {
    background: blanchedalmond;
}

.soc_icon_mobile li img {
    width: 50px;
    margin-top: 20px;
    margin-right: 10px;

}

.block_soc_icon {
    margin-left: 1rem;
}

.navbar-toggler {
    width: 47px;
    height: 34px;
    background-color: #fff;
}

.navbar-toggler .line {
    width: 100%;
    float: left;
    height: 2px;
    background-color: #1e3b8d;
    margin: 2px 0px;
    padding: 0px;
}

.navbar-light .navbar-toggler {
    border-color: #1e3b8d;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0px #1e3b8d;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.header_text {
    margin-bottom: 0px;
}


/*Footer */
.footer_social .block_soc_icon {
    margin-left: 0px;
}

.footer_menu ul#categories {
    flex-direction: row;
    flex-wrap: wrap;
}

.soc_icon,
.soc_icon_mobile {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.soc_icon li,
.soc_icon_mobile li {
    list-style: none;
    display: inline;
}

.footer_head {
    font-size: 16px;
    color: #404040;
    font-weight: normal;
}

.footer_nav ul {
    margin-top: 20px;
}

nav.navigation.posts-navigation {
    margin: 50px 0px;
}

nav.navigation.posts-navigation a {
    padding: 10px 25px;
    margin-top: 17px;
    border: 1px solid #404040;
    background: #fff;
    color: #404040;
}

nav.navigation.posts-navigation a:hover {
    background: #404040;
    color: #fff;
}

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/*Telegramm*/
.tgme_widget_message_owner_name {
    display: none !important;
}

.tgme_widget_message_bubble_logo {
    display: none !important;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

blockquote p {
    font-style: italic !important;
    margin-bottom: 10px;

}

blockquote {
    border-left: 3px solid red;
    padding: 10px 0px 5px 20px;
    margin: 20px;
}

.entry-content ul li {
    list-style-type: disc;
    margin-top: 10px;
}

.entry-content p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
}

.entry-content {
    margin-top: 30px;
}

.sidenews {
    padding: 0px 0px 0px 20px;
}

.breadcrumbs h1,
.breadcrumbs a,
.breadcrumbs h2 {
    font-size: 14px;
    line-height: 22px;
    color: #737373;
    text-decoration: none !important;
    font-weight: 300 !important;

}

.breadcrumbs h1,
.breadcrumbs h2 {
    display: inline-block;
}

.breadcrumbs span {
    margin-right: 0px;
    font-weight: 300;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 22px;
}

.description-page h2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 32px;
    line-height: 40px;
}

.description-page h4 {
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 26px;
}

.description-page ul {
    margin: 0;
    padding: 0;
}

img.bottom_image_top {
    width: 70px !important;
    position: absolute;
    top: -80px;
    right: 0px;
    display: block;
}

img.bottom_image {
    width: 70%
}

p.cat_name {
    font-size: 20px;
    font-weight: 400;
}

.article p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}

@media(max-width:768px) {
    img.bottom_image {
        width: 100%
    }
}

@media (max-width: 1200px) {
    h2.front-news {
        font-size: 13px;
    }

    .card-body {
        padding: 10px;
    }

    .post-ms-cat-info span {
        padding: 3px;
        font-size: 11px;
    }

    .meta-date {
        font-size: 11px;
    }

    .news_block {
        height: 320px;
    }

    .news_block img {
        height: 150px;
    }

    .imgtopnews {
        height: 14vw;
    }

}

@media (min-width:992px) {
    .mobile-menu {
        display: none;
    }

}

@media (max-width: 996px) {
    .topmenurow ul#categories li a {
        padding-right: 10px
    }

    img.mobile-menu {
        width: 200px !important;
    }

    li.menu-item-377 a {
        color: red !important;
    }

    .menu-bar {
        transition: all 0.3s ease-in-out;
        transition-delay: 0.2s;
        background-color: #fff;
        border-radius: 4px;
        border: 2px solid #404040;
        position: absolute;
        top: 15px;
        right: 20px;
        width: 40px;
        height: 40px;
        z-index: 9999999;
        box-sizing: content-box;
    }

    .menu-bar span {
        transition: all 0.3s ease-in-out;
        background-color: #404040;
        display: inline-block;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 4px;
        width: 26px;
    }

    .menu-bar span:before,
    .menu-bar span:after {
        transition: all 0.3s ease-in-out;
        background-color: #404040;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        width: 30px;
    }

    .menu-bar span:before {
        top: -10px;
    }

    .menu-bar span:after {
        top: 10px;
    }

    .triggered .menu-bar span {
        width: 0;
    }

    .triggered .menu-bar span:before {
        transform: rotate(45deg);
        top: 0;
    }

    .triggered .menu-bar span:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .menu {
        transition: all 0.3s ease-in-out;
        background-color: #fff;
        height: 100vh;
        opacity: 0;
        padding: 15px;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateY(-100%);
        width: 100vw;
        z-index: 9999998;
        overflow-y: auto;
        padding-top: 10%;

    }

    .menu h2 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 50px;
        font-size: 35px;
        line-height: 50px;
    }

    .menu ul {
        transition: all 0.3s ease-in-out;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu ul li {
        transition: all 0.3s ease-in-out;
    }

    .menu ul li a {
        color: #404040;
        display: inline-block;
        font-size: 20px;
        padding: 3px 10px;
        position: relative;
        text-decoration: none;
        outline: none;
    }

    .menu ul li a:hover {
        color: #404040 !important;
        font-weight: 600;

    }

    .mobile-menu .menu ul li a {
        padding: 3px 0px;
    }

    .menu ul li span {
        display: inline-block;
        height: 24px;
        top: 5px;
        position: relative;
        width: 24px;
    }

    .menu ul li span:before,
    .menu ul li span:after {
        background-color: #BFE2FF;
        content: '';
        display: block;
        height: 3px;
        position: absolute;
        width: 15px;
    }

    .menu ul li span:before {
        top: 50%;
        transform: translateY(-50%);
    }

    .menu ul li span:after {
        transition: all 0.15s ease-in-out;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
    }

    .menu ul li span.subtriggered:after {
        transform: translateY(-50%) rotate(0);
    }

    .menu ul li ul li a {
        padding: 8px 30px;
        font-size: 18px;
        color: #BFE2FF;
    }

    .triggered .menu {
        opacity: 1;
        transform: translateY(0);
    }

    .menu ul ul {
        display: none;
    }

    .menu ul .subtriggered+ul {
        display: block;
    }

    .menu-item {
        padding-left: 0px !important;
    }
}

@media (min-width: 769px) {
    span.head_span {
        display: none;
    }
}

@media (max-width:992px) {
    .imgtopnews {
        height: 18.56vw;
    }
}

@media (max-width: 768px) {
    .soc_icon_mobile li img {
        width: 36px;
        margin-right: 20px
    }

    .mobile-menu .soc_icon_mobile li img {
        margin: 0;
        margin-right: 15px;
    }

    h1.top_header {
        font-size: 30px;
        line-height: 35px;
    }

    #masthead h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .header__logo img {
        width: 22px !important;
    }

    blockquote {
        margin: 5px;
        padding-left: 20px;
    }

    .footer_social li {
        padding-left: 0px
    }

    .footer_social {
        text-align: left !important;
    }

    em {
        padding-left: 25px;
    }



    .item {
        height: 350px;
    }

    h2.front-news {
        font-size: 13px;

    }

    h1.entry-title {
        font-size: 26px;
        line-height: 32px;
    }

    .post-ms-cat-info span {
        font-size: 11px;
        padding: 3px;
    }

    .meta-date {
        font-size: 11px;
    }

    .news_block {
        height: 320px;
    }

    .footer_menu {
        padding-left: 0px;
    }

    .block_soc_icon {
        margin-left: 0px
    }

    .footer_cat {
        margin-top: 20px;
    }

    a.last_news,
    .widget ul li {
        margin-left: 50px;
    }

    .imgtopnews {
        height: 28.12vw;
    }
}

@media(max-width:575px) {
    .news_block {
        height: inherit !important;
    }

    .meta-date {
        position: relative;
        margin-top: 32px;
    }

    .sm-screen-card {
        margin: 0px auto;
        display: block;
    }

    .imgtopnews {
        height: 55vw;
    }

    nav img {
        width: 35vw !important;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 1em;
    }

    .item {
        height: 300px;
    }

    .slider {
        padding: 0px;
    }

}



@media (max-width: 400px) {


    .imgslider {
        height: 100px !important;
    }
}