/* Version: 14.1.0.0 */
/* Author: Alexandr Merzlyakov */
/* Author URI: https://skinsdle.com */

/*-------------------
    Color-Theme
-------------------*/
.theme-primary {
    background-color: rgb(44, 59, 77);
    color: rgb(255, 255, 255);
}

.theme-accent {
    background-color: rgb(7, 31, 116);
    color: rgb(255, 255, 255);
}

.text-primary {
    color: rgb(44, 59, 77);
}

.text-accent {
    color: rgb(7, 31, 116);
}

.b-c_primary {
    background-color: rgb(44, 59, 77);
}

.b-c_accent {
    background-color: rgb(7, 31, 116);
}

.color-primary {
    color: rgb(255, 255, 255);
}

.color-accent {
    color: rgb(255, 255, 255);
}

.theme-primary-hover:hover {
    background-color: rgb(44, 59, 77);
    color: rgb(255, 255, 255);
}

.theme-accent-hover:hover {
    background-color: rgb(7, 31, 116);
    color: rgb(255, 255, 255);
}

.border-c_primary {
    border-color: rgb(44, 59, 77);
}

.border-c_accent {
    border-color: rgb(7, 31, 116);
}

/*Animate Hover*/
.hover__fadeInUnderline:before {
    background-color: rgb(7, 31, 116);
}

.quote, .title_quote {
    border-left-color: rgb(7, 31, 116);
}

/*Link*/
a {
    background-color: transparent;
    color: inherit;
    outline: none;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}

    .story__content a, a:hover {
        color: rgb(7, 31, 116);
        text-decoration: none;
    }

        /*Link for target*/
        .story__content a[target="_blank"]:not(.highslide) {
            display: inline-block;
            outline: none;
            overflow: hidden;
            position: relative;
            transition: color 0.25s ease 0s;
            vertical-align: top;
        }

            .story__content a[target="_blank"]:not(.highslide):before {
                backface-visibility: hidden;
                background-color: rgb(7, 31, 116);
                bottom: 1px;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                top: auto;
                transform: scaleX(0);
                transition: transform 0.25s ease 0s;
                width: 100%;
            }

            .story__content a[target="_blank"]:not(.highslide):hover:before {
                background-color: rgb(7, 31, 116);
                transform: scaleX(1);
            }

/*ol_list\ul_list*/
ol.ol_list.ol_primary li:before, ul.ol_list.ol_primary li:before {
    color: rgb(44, 59, 77);
}

ol.ol_list.ol_accent li:before, ul.ol_list.ol_accent li:before {
    color: rgb(7, 31, 116);
}

ol.ol_list.ol_hover_primary li:hover:before, ul.ol_list.ol_hover_primary li:hover:before {
    color: rgb(44, 59, 77);
}

ol.ol_list.ol_hover_accent li:hover:before, ul.ol_list.ol_hover_accent li:hover:before {
    color: rgb(7, 31, 116);
}

ol.ul_list.ul_primary li:before, ul.ul_list.ul_primary li:before {
    background-color: rgb(44, 59, 77);
}

ol.ul_list.ul_accent li:before, ul.ul_list.ul_accent li:before {
    background-color: rgb(7, 31, 116);
}

ol.ul_list.ul_hover_primary li:hover:before, ul.ul_list.ul_hover_primary li:hover:before {
    background-color: rgb(44, 59, 77);
}

ol.ul_list.ul_hover_accent li:hover:before, ul.ul_list.ul_hover_accent li:hover:before {
    background-color: rgb(7, 31, 116);
}

ol.ol_list.ul_hover_primary li:hover:before, ul.ol_list.ul_hover_primary li:hover:before {
    color: rgb(44, 59, 77);
}

ol.ol_list.ul_hover_accent li:hover:before, ul.ol_list.ul_hover_accent li:hover:before {
    color: rgb(7, 31, 116);
}

/*-----------
    Layout
------------*/
/*wrapper*/
.sd__wrapper {
    background-color: rgba(255, 255, 255, 1);
    font-size: 100%;
    padding-bottom: 0%;
    padding-top: 0%;
}

/*Container*/
.sd__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1204px;
    width: 100%;
}

@media (max-width: 1440px) {
    .sd__wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }
}

/*-------------
    Button
-------------*/
.ui-button, .bbcodes, .btn-text, .btn-outlined, .btn-raised {
    border: 2px solid transparent;
    border-radius: 3px;
}

/*.btn-text*/
.btn-text, .story__content .btn-text {
    background-color: rgb(255, 255, 255);
    color: rgb(24, 26, 28);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

    .btn-text:hover, .story__content .btn-text:hover, .btn-text.active, .story__content .btn-text.active {
        background-color: rgb(224, 226, 228);
        color: rgb(20, 22, 24);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

/*.ui-button\.bbcodes*/
.ui-button, .bbcodes, .story__content .ui-button, .story__content .bbcodes {
    background-color: rgba(128, 126, 124, 0.15);
    border-color: rgba(0, 0, 0, 0);
    color: inherit;
    box-shadow: none;
    width: auto;
}

    .ui-button:hover, .story__content .ui-button:hover, .ui-button.active, .story__content .ui-button.active, .bbcodes:hover, .story__content .bbcodes:hover, .bbcodes.active, .story__content .bbcodes.active {
        background-color: rgba(128, 126, 124, 0.33);
        color: inherit;
        box-shadow: none;
    }

/*.btn-outlined*/
.btn-outlined, .story__content .btn-outlined {
    border-color: rgb(7, 31, 116);
    color: rgb(7, 31, 116);
}

    .btn-outlined:hover, .btn-outlined.active, .story__content .btn-outlined:hover, .story__content .btn-outlined.active {
        background-color: rgb(7, 31, 116);
        border-color: rgb(7, 31, 116);
        color: rgb(255, 255, 255);
    }

/*.btn-raised*/
.btn-raised, .story__content .btn-raised {
    background-color: rgb(7, 31, 116);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
}

    .btn-raised:hover, .btn-raised.active, .story__content .btn-raised:hover, .story__content .btn-raised.active {
        background-color: rgb(7, 31, 116);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        color: rgb(255, 255, 255);
    }

/*-----------
    Badge
-----------*/
.badge {
    background-color: rgb(7, 31, 116);
    color: rgb(255, 255, 255);
}

/*-----------
    Form
-----------*/
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border-color: rgb(44, 59, 77);
    box-shadow: 0 0 0 1px rgb(44, 59, 77);
    outline: 0;
}

/*material*/
.material:after {
    background-color: rgb(44, 59, 77);
}

.material.active > label {
    color: rgb(44, 59, 77);
}

/*--------------------
    Checkbox\Radio
---------------------*/

/*checkbox*/
.pollanswer input[type="checkbox"]:checked + label:before, .vote input[type="checkbox"]:checked + label:before, .checkbox input[type="checkbox"]:checked + label:before {
    color: rgb(7, 31, 116);
}

/*radio*/
.pollanswer input[type="radio"]:checked + label:before, .vote input[type="radio"]:checked + label:before, .checkbox input[type="radio"]:checked + label:before {
    color: rgb(7, 31, 116);
}

/*------------
	Tabs
------------*/
.tabs__nav .tabs__nav-item.active {
    color: rgb(7, 31, 116);
}

    .tabs__nav .tabs__nav-item.active:before {
        background-color: rgb(7, 31, 116);
    }

/* Owl Carousel + */
.masthead_owl-nav {
    background-color: rgb(44, 59, 77);
}

/*------------
    Rating
------------*/
.rating {
    background-color: RatingBackgroundColor;
    border: RatingBorderWidthpx solid RatingBorderColor;
    border-radius: RatingBorderRadiuspx;
    padding: RatingPaddingpx;
}

    .rating > a {
        padding: 2px;
    }

/*------------------------------
    Styles for template.tpl
-------------------------------*/

/*include\footer.tpl*/
footer.footer {
    background-color: rgba(27, 51, 107, 1);
    color: rgb(250, 250, 250);
}

/*include\header.tpl*/
header.header {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(66, 66, 66);
}

/*search-form*/
.search-form .search-form__input {
    border-color: rgba(66, 66, 66, 0.25);
}

    .search-form .search-form__input::-webkit-input-placeholder {
        color: rgba(66, 66, 66, 0.33);
    }

    .search-form .search-form__input:hover, .search-form .search-form__input:focus {
        border-color: rgba(66, 66, 66, 0.33);
    }

.search-form .search-form__button {
    box-shadow: -1px 0 0 0 rgba(66, 66, 66, 0.25);
}

.search-form .search-form__input:hover ~ .search-form__button, .search-form .search-form__input:focus ~ .search-form__button {
    box-shadow: -1px 0 0 0 rgba(66, 66, 66, 0.25);
}

/*search for phone*/
@media (max-width: 576px) {
    .searchOut {
        background-color: rgb(44, 59, 77);
        color: rgb(255, 255, 255);
    }

        .searchOut.visible .search-form .search-form__input {
            border-color: rgb(255, 255, 255);
        }

            .searchOut.visible .search-form .search-form__input:hover, .search-form .search-form__input:focus {
                border-color: rgb(255, 255, 255);
            }
}


/*include\masthead.tpl*/
section.masthead {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(66, 66, 66);
}

/*include\navmenu.tpl*/
nav.navmenu {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(44, 59, 77);
}

/*include\sidebar.tpl*/
.sbstory {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(66, 66, 66);
}

.sbstory .sbstory__title {
    font-size: 115%;
    font-weight: 500;
    margin-bottom: 0;
}

/*sbmenu*/
.sbmenu.sbstory {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(66, 66, 66);
}

/*sbmenu_item*/

.sbmenu .menu__li {
    background-color: rgb(247, 249, 250);
	border: 1px solid rgb(220, 231, 240);
	border-radius: 4px;
	margin: 0.8em 0;
}

.sbmenu .menu__li .menu__ul .menu__li {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0.8em 0 !important;
}

.sbmenu > .menu__ul > .menu__li > .menu__a {
    padding-left: 0.75em;
}

.sbmenu > .menu__ul > .menu__li > .menu__a.menu__parent:before {
    background: rgba(0, 0, 0, 0) url("../images/vector.svg") no-repeat scroll 0 0;
    content: "";
    height: 4px;
    width: 3px;
}

.sbmenu .menu__a {
    /*box-shadow: 0 0 0 1px rgba(124, 126, 128, 0.25);*/
	box-shadow: none;
    /*margin: 0.8em 0;*/
}

.sbmenu .menu__li:first-child {
    margin-top: 0;
}

.sbmenu .menu__li:last-child {
    margin-bottom: 0;
}

    .sbmenu .menu__li:last-child + .menu__ul {
        margin-top: 0.8em;
    }

/*calendar*/
.calendar tr th.monthselect {
    border-top: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 115%;
    font-weight: 500;
}

.calendar tr td.day-active-v {
    background-color: rgba(128, 126, 124, 0.1);
    color: rgb(7, 31, 116);
}

/*calendar_theme-primary*/
.theme-primary tbody tr th.monthselect {
    background-color: rgb(44, 59, 77);
    color: rgb(255, 255, 255);
}

/*calendar_theme-accent*/
.theme-accent tbody tr th.monthselect {
    background-color: rgb(7, 31, 116);
    color: rgb(255, 255, 255);
}

/*include\subcontent.tpl*/
section.subcontent {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(66, 66, 66);
}

/*include\subheader.tpl*/
section.subheader {
    /*background-color: rgba(255, 255, 255, 1);*/
	background: rgb(27, 49, 105) url("../images/headline.png") no-repeat scroll center center / cover ;
    color: rgb(255, 255, 255);
}

/*comments.tpl*/
.comments.story, #dlefastreplycomments {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(66, 66, 66);
}

/*info.tpl*/
.info.story {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(66, 66, 66);
}

/*main.tpl*/
.sortbar {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

/*navigation.tpl*/
.navigation .pages > *, .navigation .nextprev > * {
    border-radius: 10px;
}

.navigation .pages a, .navigation .nextprev a {
    background-color: rgb(7, 31, 116);
    color: rgb(255, 255, 255);
}

    .navigation .pages a:hover, .navigation .nextprev a:hover {
        background-color: rgb(7, 31, 116);
        color: rgb(255, 255, 255) !important;
    }

/*relatednews.tpl*/
.related-news.story {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(66, 66, 66);
}

/*shortstory.tpl*/
.story {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(66, 66, 66);
}

	.story .story__title {
		color: rgb(7, 31, 116);
		font-size: 150%;
		font-weight: 700;
		margin-bottom: 0;
        /*add 14.12.2020*/
        text-align: center;
	}

    .story .story__meta {
        font-size: 90%;
        font-weight: 500;
    }

/*tagscloud.tpl*/
.tags a {
    background-color: rgb(7, 31, 116);
    border-radius: 3px;
    color: rgb(255, 255, 255);
}

    .tags a:hover {
        background-color: rgb(7, 31, 116);
        color: rgb(255, 255, 255) !important;
    }
	
/*add 03.12.2020*/
.linear {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
/*add 08.12.2020*/
table.fr-solid-borders td, table.fr-solid-borders th {
    padding: 4px;
}
/*add 09.12.2020*/
.story__content {
    text-align: justify !important;
}