.col-search-form  {
	margin-left: auto;
}

.main-header__navigation .col-social>span {
	margin-left: 10px;
}

.col-navigation, .col-search-form, .col-social {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
}

@media all and (min-width: 768px) {
    .main-header__navigation .main-header__row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

	.main-header__navigation .col-navigation {
        -webkit-flex: none;
                flex: none;
        max-width: initial;
        width: auto;
	}

	.main-header__navigation .col-social {
		margin: 0;
	}
	.main-header__navigation .col-navigation ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}

	.main-header__navigation .col-navigation::-webkit-scrollbar {
  		display: none;
	}

	.main-header__navigation .col-navigation ul li:hover > ul {
		z-index: 3;
	}

	.main-header__navigation .col-search-form {
	    width: auto;
	    -webkit-flex: none;
	            flex: none;
	    max-width: inherit;
	    -webkit-flex-grow: 1;
	            flex-grow: 1;
	    max-width: 900px;
	}

	.main-header__navigation .main-header__row {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		        flex-direction: row;
		-webkit-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}

	.main-header__navigation .main-header__row {
		height: auto;
	}

}
/* > 768px */


.main-header__navigation .col-navigation ul ul li a {
	padding: 10px 15px;
}

#mobile-nav .modal__menu li:last-child {
	border-bottom: none;
}

#mobile-nav .modal__menu ul {
	padding-left: 25px;
}

#mobile-nav .modal__menu ul li a {
	padding: 4px 0;
}

.news-tab {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style-type: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #d2222a;
    margin-bottom: 20px;
}
.news-tab .news-tab__item {
	position: relative;
}
.news-tab .news-tab__link {
	display: block;
	position: relative;
	padding: 10px 15px;
	line-height: 1.2;
	color: #d2222a;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}
.news-tab .news-tab__link.active {
	background-color: #d2222a;
	color: white;
}

.news-content {
	display: block;
	position: relative;
}
.news-content__item {
	display: none;
	position: relative;
}
.news-content__item.active {
	display: block;
}

.main-header__bottom {
	padding-left: 0;
	padding-right: 0;
}

/* Logo */

.main-header__logo {
	display: none;
}

@media all and (max-width:  768px ) {
	.main-header__logo {
		display: block;
	}
	.main-header__top .row {
		background-color: #d2222a !important;
	}

	body.home .default-article__thumbnail-link {
		display: block
	}
}

.main-header__top .row {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-align-items: center;
    align-items: center;
}

/* Top banners */

.top-row-boxes {
	position: relative;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.top-row-boxes .top-box {
	position: relative;
}

.top-row-boxes .top-box:nth-child(1) {
	text-align: left;
}

.top-row-boxes .top-box:nth-child(2) {
	text-align: center;
}

.top-row-boxes .top-box:nth-child(3) {
	text-align: right;
}

.top-row-boxes .top-box:nth-child(1) img {
	margin-left: 0;
}

.top-row-boxes .top-box:nth-child(3) img {
	margin-right: 0;
}

.top-row-boxes .top-box a {
	display: inline-block;
	position: relative;
}

.top-row-boxes .top-box img {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}

/* banner offset  */
.bg_placeholder {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	z-index: -1;
}

/* Background banner  */
.background-box, .background-box * {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}

.background-box img {
	width: 100%;
}

.mobile-background-box {
	display: none !important;
}


/* Protect Background for content  */
.main-news {
	margin-top: 20px;
}

.main-news::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	top: 100%;
	left: 0;
	right: 0;
	background-color: red;
	z-index: 0;
}

.if_front_page .main-header__navigation::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	top: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}

.container-breadcrumbs, .container-breadcrumbs + .container {
	position: relative;
}

.main-news,
#main-content,
.main-news::before,
.main-header__top .row,
.main-header__navigation,
.main-header__navigation::after,
.container-breadcrumbs, .container-breadcrumbs + .container
{
	background-color: #fff;
}
/* / Protect Background for content  */


/* Change mobile naigation  */

.main-header {
    z-index: 3;
}


#mobile-nav .modal-dialog {
	padding-top: 0;
}

#mobile-nav .hamburger_inside_modal {
    display: block;
    position: absolute;
    top: -4px;
    left: -35px;
    z-index: 3;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	height: 2px;
}

body.admin-bar #mobile-nav .modal-dialog {
    padding-top: 46px;
}

.mobile-two-boxes {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-two-boxes * {
	width: 100%;
}

.mobile-two-boxes img {
	height: auto;
}

.mobile-two-boxes__box {
	padding: 0;
}

.mobile-two-boxes__box:nth-child(1) {
	margin-bottom: 15px;
}

.wp-polls-ul li  {
	overflow: hidden;
}
.wp-polls-ul li input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wp-polls br {
	display: none;
}

span.news-item__label {
    display: inline-block;
    position: relative;
    background: #d2222a;
    color: #fff;
    padding: 4px;
    border-radius: 2px;
    line-height: 1;
    font-size: 80%;
    vertical-align: bottom;
    margin-right: 2px;
}

body img.post-author-avatar {
	display: inline-block;
	position: relative;
	max-height: 28px;
	width: auto;
	border-radius: 4px;
	margin: 0;
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 5px;
}

.row-main-news-box {
	position: relative;
}

.row-main-news-box__desktop {
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
}

.row-main-news-box__mobile {
	display: none;
	position: relative;
	max-width: 100%;
	width: 100%;
}

.row-main-news-box__desktop, .row-main-news-box__mobile {
	margin-top: 20px;
}

.row-main-news-box__desktop img, .row-main-news-box__mobile img {
	display: block;
	position: relative;
	width: 100%;
}

.news-item_sidebar {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	        flex-direction: row;
}

.default-article__thumbnail {
	position: relative;
}

.news-item_sidebar .news-item__preview {
	margin-right: 10px;
}

.default-article__thumbnail-small-left {
	position: relative;
	width: 100px;
	height: 60px;
}


/* - - - Poll - - - */

input[name=vote] {
	min-width: 200px;
	margin-top: 0;
	margin-bottom: 16px;
}


a[href="#ViewPollResults"], a[href="#VotePoll"] {
	color: #777;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	transition: color .3s ease;
}

a[href="#ViewPollResults"], a[href="#VotePoll"] {
	color: #333;
	transition: color .3s ease;
}

.views {
	z-index: 2;
}

.typography-default ul:not(.slick-dots) p {
	margin-bottom: 0;
}

.typography-default ul:not(.slick-dots) p + p {
	margin-top: 20px;
	margin-bottom: 0;
}

.search-form__field:focus {
    box-shadow: 0 2px 3px #97080e;
}

.main-footer__warn {
	margin-top: 8px;
}


/*  Related posts - by plugin  */

.typography-default .lcp_catlist a:not(.fancy-item):after {
	content: none;
}

.typography-default ul.lcp_catlist:not(.slick-dots) {
    background: whitesmoke;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 16px;
    padding-right: 16px;
}

.typography-default ul.lcp_catlist:not(.slick-dots) li{
	padding-left: 20px;
	font-size: 17px;
	line-height: 1.5;
}
.typography-default ul.lcp_catlist:not(.slick-dots) li:before {
	left: 0;
    width: 6px;
    height: 6px;
}

.propose-form {
    background-color: rgba(100,110,130,.1);
    padding: 32px 0;
}
.propose-form input,
.propose-form textarea {
	margin-bottom: 20px;
}

.propose-form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 1em;
}

.wpcf7 form.propose-form .wpcf7-response-output {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 30px 0;
}

form.propose-form button[type="submit"] {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    min-width: 200px;
}


#cookie_policy .inside {
	background-color: #d2222a;
}

/* Widget areas */

.default-widget-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.default-widget-area .widgettitle {
	display: block;
	position: relative;
	text-align: left;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 500;
	color: #d2222a;
	border-bottom: 2px solid #d2222a;
}

.default-widget-area .widget img {
	max-width: 100%;
	display: block;
}
/* / Widget areas */


body .wp-polls-ul {
    display: block;
    position: relative;
    padding-left: 10px;
    margin: 25px 0 25px;
}

body .wp-polls-ul li {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.wp-polls strong {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    text-align: left
}

.poll-btn-group {
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 30px
}

.wp-polls .btn-default {
    line-height: 40px;
    padding: 0 15px
}

.wp-polls-form input[name=vote],
.wp-polls-form input[name=vote]:hover {
    transition: background-color .35s ease
}

.wp-polls-form input[name=vote] {
    background-color: #d2222a;
    color: #fff;
    border: 0;
    padding: 0 20px;
    line-height: 46px;
    font-size: 16px;
    margin-top: 15px;
    outline: 0;
    border-radius: 0
}

.wp-polls-form input[name=vote]:hover {
    background-color: #bc1e26
}

.wp-polls-form .Buttons {
	margin-top: 0 !important;
	margin-bottom: 5px;
}

.wp-polls p,
.wp-polls strong {
    display: block;
    position: relative;
    margin-bottom: 0
}

.wp-polls .pollbar {
    margin-top: 5px
}

.wp-polls-loading {
    margin-top: 10px
}

.wp-polls-ul {
    display: block;
    position: relative;
    padding-left: 10px;
    margin: 0;
}

.wp-polls-ul li label,
.wp-polls-ul li label:hover {
    transition: color .35s ease
}

.wp-polls-ul li label {
    display: block;
    position: relative;
    line-height: 1.25;
    padding-left: 28px;
    color: rgba(0, 0, 0, .7)
}

.wp-polls-ul li label:before,
.wp-polls-ul li label:hover:before {
    transition: border-color .35s ease
}

.wp-polls-ul li label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .2)
}

.wp-polls-ul li label:hover {
    cursor: pointer;
    color: #000
}

.wp-polls-ul li label:hover:before {
    border-color: rgba(0, 0, 0, .3)
}

.wp-polls-ul li input:checked+label:before {
    background-color: #d2222a;
    border-color: transparent
}

.wp-polls-ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 4px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%
}

body.search .section__heading {
	border-bottom: 2px solid #d2222a !important;
}

body.search .text-left .section__heading {
	border-bottom: none !important;
}

.mt-35 {
	margin-top: 35px;
}

.main-footer__warn {
	margin-top: 0;
}

#otherpage-sidebar-news-feed {
	margin-bottom: 0;
}

.mb-0 {
	margin-bottom: 0;
}

/* Overflow Hidden */
.col-sidebar {
	overflow: hidden;
}

/* Pinned item */

.news-item__pin {
    position: relative;
    color: #000;
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
    margin-left: 4px;
    margin-right: 3px;
    text-decoration: none;
    color: #d7d7d7;
}

.desktop-main-logo {
	position: relative;
	width: 300px;
	height: auto;
	max-width: 100%;
}

.desktop-main-logo:active {
	top: 1px;
}

.top-article__label {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
}

/* Mimicrate by old site */

.news-tab {
	border-bottom: none;
}

.news-tab .news-tab__link {
	background-color: #e0e0e0;
	color: #000;
	font-weight: 300;
	border: 1px solid #e0e0e0;
	border-bottom: none;
}

.news-tab .news-tab__item {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.news-tab .news-tab__link.active {
	background-color: transparent;
	color: #d2222a;
}


/* - - - Recently Post Extended - - - */

.recent-posts-extended {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.recent-posts-extended .rpwe-li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;	
}

.recent-posts-extended .rpwe-li .rpwe-img {
    display: block;
    position: relative;
    width: 100px;
    height: 60px;
    background-color: whitesmoke;
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 15px;
}

.recent-posts-extended .rpwe-img img {
	display: block;
	position: relative;
	height: auto;
	padding: 0 !important;
	border: none !important;
	margin: 0;
}


.recent-posts-extended .rpwe-li .rpwe-title a {
    color: #232323;
    text-align: left;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.25;
    font-size: 16px;
    transition: color .35s ease;
}

.recent-posts-extended .rpwe-li .rpwe-title a:hover {
    text-decoration: underline;
    color: #d2222a;
}


/* - - - / Recently Post Extended - - - */


/* - - - Remove underlines - - -  */

.news-item__link:hover,
.default-article__link:hover,
.recent-posts-extended .rpwe-li .rpwe-title a:hover,
.side-article__link:hover,
.top-article__link:hover
{
	text-decoration: none !important;
}


/* - - - / Remove underlines - - -  */



/* - - - Breadcrumbs - - - */
.post-item__title {
	margin-top: 0;
}
article.post-item {
	padding-top: 10px;
}
/* - - - / Breadcrumbs - - - */


.section_archive__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.single .typography-default p {
	margin-bottom: 20px;
}

.typography-default {
	font-size: 18px;
}

/*.views,
.default-article .views,
.top-article .views,
.side-article .views,
.news-item-footer__views,
.post-item-footer__views
{
	display: none !important;
}*/

.instead-logo {
    display: block;
    position: relative;
    text-align: center;
    font-size: 17px;
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.main-header__logo a {
	text-decoration: none !important;
}


/* - - - New - - - */

.main-header__navigation .col-social {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	padding-left: 0;
}

.main-header__navigation .col-social .social-list {
	margin-right: 0 !important;
}


.main-header__navigation .col-social .social-list li a {
	transition: opacity .35s ease;
}


.main-header__navigation .col-social .social-list li a:hover {
	opacity: .8;
	transition: opacity .35s ease;
}


/* Modal nav */

#mobile-nav .modal-body {
	background-color: #fff;
}


#mobile-nav .modal__menu li a {
	color: rgba(0, 0, 0, .8);
}

#mobile-nav .modal__menu li a:hover {
	color: rgba(0, 0, 0, 1);
}

#mobile-nav .modal__menu li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}


@media (max-width: 445px) {
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
		background-color: #000;
	}
}


.news-item__link {
    -webkit-line-clamp: unset;
}


.news-item.pinned .fa-thumb-tack {
    transform: rotate(-45deg);
    position: relative;
    margin-left: 4px;
    font-size: 80%;
    top: -2px;
    opacity: .25;
    margin-right: 4px;
}


.section_news .news-content__item.active {
    display: flex !important;
    flex-direction: column !important;
}


article.news-item.section_news__item.pinned-4 {
	order: 4;
}




.lang-switcher {
    display: inline-block;
    position: relative;
    width: auto;
    color: white;
    padding-left: 0;
}

.lang-switcher .glink {
    color: white;
    font-weight: 400;
    padding: 4px 0;
    opacity: .9;
}

.lang-switcher .glink + .glink {
	margin-left: 4px;
}

.lang-switcher .gt-current-lang {
	opacity: 1;
}







/* Media  */

@media all and (max-width: 420px) {
	#respond {
	    padding: 35px 25px 35px;
	    background-color: rgba(100,110,130,.1);
	    margin-top: 10px;
	    margin-bottom: 50px;
	}
}

@media all and (max-width: 400px) {
	.container.propose-form-container {
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.propose-form {
	    padding: 24px 0;
	}

	.instead-logo {
		font-size: 15px
	}

	.main-header__logo {
		padding-left: 0;
		padding-right: 0;
	}
	.main-header__switch {
		padding-right: 0;
	}
	.main-header__hamburger {
		padding-left: 0;
	}
}


@media all and (max-width: 1400px) {
	.news-tab .news-tab__link span {
		display: none;
	}
}


@media all and (max-width: 992px) {
	.news-tab .news-tab__link span {
		display: inline-block;
	}
	.main-header__navigation .col-search-form {
	    -webkit-flex-grow: 0;
	            flex-grow: 0;
	    -webkit-flex-shrink: 1;
	            flex-shrink: 1;
	}
	.main-header__navigation .col-navigation ul:not(.sub-menu) {
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		margin-top: 10px
	}

	.main-header__navigation .col-navigation {
		width: 100%
	}
	.main-header__navigation .main-header__row {
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.col-search-form {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.main-header__navigation .col-search-form {
		-webkit-flex-grow: 1;
		        flex-grow: 1;
	}
	.main-header__navigation .col-navigation {
		z-index: 3;
	}
	.main-header__navigation .col-search-form, .main-header__navigation .col-social {
		z-index: 1;
	}
}

@media all and (max-width: 768px) {

	.bg_placeholder {
		display: none;
	}

	.top-row-boxes {
		display: none
	}
	
	.if_front_page .main-news__row::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: -20px;
		bottom: 0;
		background-color: #fff;
	}

	.bg-offset {
		display: none;
	}

	.background-box {
		width: 540px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.background-box, .background-box * {
		display: block;
		position: relative;
		left: initial;
		right: initial;
		top: initial;
		bottom: initial;
	}
	.desktop-background-box {
		display: none !important;
	}

	.mobile-background-box {
		display: block !important;
	}
	.mobile-two-boxes {
		display: -webkit-flex;
		display: flex;
	}

	.row-main-news-box__desktop {
		display: none;
	}

	.row-main-news-box__mobile {
		display: block;
	}

}


@media all and (max-width: 576px) {
	.background-box {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		padding: 16px;
	}
	.mobile-two-boxes {
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
/*	.recent-posts-extended .rpwe-li .rpwe-title a {
		font-weight: 500
	}*/


	.blog-item__quote, .default-article__link, .news-item__link, .side-article__link, body.home .default-article__link, .recent-posts-extended .rpwe-li .rpwe-title a {
	    font-weight: 400 !important;
	}
}

@media all and (max-width: 445px) {
	#mobile-nav .hamburger_inside_modal {
		top: -1px;
		right: 24px;
		z-index: 3;
		left: initial;
	}
	.news-tab .news-tab__link {
		padding: 8px 10px;
		font-size: 16px;
		font-weight: 500;
	}
	.news-tab .news-tab__link span {
		display: none;
	}
}



/* - - - Media < - - - */

@media all and (min-width: 768px) {
	.post-item__title {
		font-size: 40px;
	}
}


@media all and (min-width: 992px) {
	article.post-item {
	    padding-right: 30px;
	    padding-left: 30px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
}


@media all and (min-width: 1200px) {
	.top-row-boxes {
		padding-top: 35px !important;
	}
	.main-footer .row-menus .col-menu {
	    margin-left: 100px !important;
	}
}


