@font-face{
    font-family:Neue Einstellung;
    src:local("NeueEinstellung-SemiBold"),url(fonts/NeueEinstellung/NeueEinstellung-SemiBold.woff2) format("woff2"),url(fonts/NeueEinstellung/NeueEinstellung-SemiBold.woff) format("woff");
    font-weight:600;
    font-style:normal
}
@font-face{
    font-family:Neue Einstellung;
    src:local("NeueEinstellung-Thin"),url(fonts/NeueEinstellung/NeueEinstellung-Thin.woff2) format("woff2"),url(fonts/NeueEinstellung/NeueEinstellung-Thin.woff) format("woff");
    font-weight:100;
    font-style:normal
}
@font-face{
    font-family:Neue Einstellung;
    src:local("NeueEinstellung-ExtraBold"),url(fonts/NeueEinstellung/NeueEinstellung-ExtraBold.woff2) format("woff2"),url(fonts/NeueEinstellung/NeueEinstellung-ExtraBold.woff) format("woff");
    font-weight:800;
    font-style:normal
}
@font-face{
    font-family:Neue Einstellung;
    src:local("NeueEinstellung-Black"),url(fonts/NeueEinstellung/NeueEinstellung-Black.woff2) format("woff2"),url(fonts/NeueEinstellung/NeueEinstellung-Black.woff) format("woff");
    font-weight:900;
    font-style:normal
}
@font-face{
    font-family:Neue Einstellung;
    src:local("NeueEinstellung-Medium"),url(fonts/NeueEinstellung/NeueEinstellung-Medium.woff2) format("woff2"),url(fonts/NeueEinstellung/NeueEinstellung-Medium.woff) format("woff");
    font-weight:500;
    font-style:normal
}
@font-face{
    font-family:Neue Einstellung;
    src:local("NeueEinstellung-Light"),url(fonts/NeueEinstellung/NeueEinstellung-Light.woff2) format("woff2"),url(fonts/NeueEinstellung/NeueEinstellung-Light.woff) format("woff");
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:Neue Einstellung;
    src:local("NeueEinstellung-Regular"),url(fonts/NeueEinstellung/NeueEinstellung-Regular.woff2) format("woff2"),url(fonts/NeueEinstellung/NeueEinstellung-Regular.woff) format("woff");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:Neue Einstellung;
    src:local("Neue Einstellung SemiBold"),local("NeueEinstellung-SemiBold"),url(fonts/NeueEinstellung/NeueEinstellung-SemiBold.woff2) format("woff2"),url(fonts/NeueEinstellung/NeueEinstellung-SemiBold.woff) format("woff");
    font-weight:600;
    font-style:normal
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
a, abbr, area, opinion, aside, audio, b, bdo, blockquote, body, button, canvas, caption, cite, code, col, colgroup, command, datalist, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figure, form, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, img, input, ins, kbd, keygen, label, legend, li, map, mark, menu, meter, nav, noscript, object, ol, optgroup, option, output, p, param, pre, progress, q, rp, rt, ruby, samp, section, select, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
	background: transparent;
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}
*, a, div, h1, h2, h3, h4, h5, html, img, li, p, span {
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
button, input, select, textarea {
    color: #474747;
}
body {
    font-family: Neue Einstellung;
    font-size: 1.6rem;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    margin: 0;
    line-height: 1.5;
    font-size: 1.02rem;
	height: 100vh;
	font-weight: 400;
}
body, html {
    height: 100%;
    margin: 0;
}

body.mobile-menu {
	position: fixed;
    overflow: hidden;
}
*, ::after, ::before {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
h1 {
    font-size: 25px;
	margin: 0.67em 0;
    line-height: 1.35;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    line-height: 1.35;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
    line-height: 1.3;
}
h4 {
    font-size: 1em;
    margin: 0.9em 0;
    line-height: 1.5;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
    line-height: 1.6;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
p {
    font-size: 16.5px;
    margin: 1em 0;
	line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 500;
}
b, strong {
    font-weight: bold;
}
ul, ol li, ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
a {
    color: #ef4135;
    outline: none;
    text-decoration: none;
	transition: all 0.3s;
}
img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    height: auto;
}
svg {
    width: 100%;
    height: 100%;
}
.header {
    height: 170px;
}
.header_top {
    background: #fff;
    height: 110px;
    position: relative;
	padding: 15px 50px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.header_top .logo {
    width: 200px;
}
.header_top .top-panel {
    height: 100%;
    display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-panel .top_time {
    display: flex;
	align-items: center;
    flex: 0 0 auto;
	font-size: 13px;
}
.top_time .time {
    color: #fff;
    padding: 5px 20px 2px;
    background-color: #d81921;
    margin-right: 10px;
	border-radius: 2px;
}
.top-panel .top_time + .header_promotion img {
    margin-left: 50px;
}
.header_promotion {
    height: 100%;
}
.header_promotion a {
    display: flex;
    height: 100%;
}
.header_promotion img {
    object-fit: inherit;
}
.header .navbar {
    background: #d81921;
    height: 60px;
    width: 100%;
    position: relative;
	padding-left: 30px;
}
.main_nav {
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_nav .site_nav {
    height: 100%;
}
.main_nav .menu {
    display: flex;
	align-items: center;
    height: 100%;
}
.main_nav .menu .menu_item {
    display: flex;
    height: 100%;
}
.main_nav .menu .menu_item a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
	cursor: pointer;
}
.main_nav .menu .menu_item a:hover {
    background-color: #000000;
    color: #ffffff;
}
.menu_icon {
    width: 20px;
    height: 20px;
}
.menu_icon svg {
    fill: #fff;
	display: flex;
}
.main_nav ul li .submenu {
    display: none;
    position: absolute;
    background: #f1f1f1;
    top: 100%;
    width: 180px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #d81921;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
	z-index: 9;
}
.main_nav ul li .submenu .submenu_item a {
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.menu_itemIcon {
    width: 10px;
    height: 10px;
	display: flex;
	margin-left: 10px;
}
.menu_itemIcon svg {
    fill: #fff;
}
.sub_nav {
    height: 100%;
	display: flex;
	position: relative;
}
.social_nav {
    display: flex;
    height: 100%;
}
.social_nav li {
	transition-delay: 0.3s;
}
.social_link {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.social_link svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}
.mobile_toggle {
    color: #fff;
    background: #f3353d;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: none;
    z-index: 2;
    position: relative;
    text-align: center;
	align-items: center;
    justify-content: center;
}
.sidebar_toggle {
    float: left;
}
.mobile_logo {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.mobile_menu {
    display: block;
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -260px;
    z-index: 15;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile_toggle svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}
.mobile_logo img, .mobile_logo svg {
    object-fit: contain;
    width: 150px;
}
.menu_toggle {
    float: right;
}
.social_nav .social_item.facebook a {
    background-color: #3b5998;
}
.social_nav .social_item.twitter a {
    background-color: #00acee;
}
.social_nav .social_item.youtube a {
    background-color: #ff0001;
}
.social_nav .social_item.googlePlus a {
    background-color: #DD4B39;
}
.social_nav .social_item.telegram a {
    background-color: #0088CC;
}
.mobile_menu.active {
    right: 0;
    -webkit-box-shadow: -4px 0 10px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
    box-shadow: -4px 0 10px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
}
.mobile_menu_container {
    background: #fff;
    height: 100%;
    color: #949494;
    overflow-x: hidden;
    overflow-y: scroll;
}
.mobile_search .search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.mobile_search .search-form .form_searchBtn {
    width: 45px;
    height: 100%;
    position: absolute;
    right: 0;
	cursor: pointer;
}
.mobile_search .search-form .form_searchBtn svg {
    width: 15px;
    height: 15px;
    opacity: 0.5;
}
.menu_active {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.menu_active:before {
    background-color: rgba(248,248,248, 0.8);
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}
.mobile_menu ul > li > a {
    color: #474747;
    display: block;
    padding: 15px 25px;
    font-size: 15px;
	font-weight: bold;
    border-bottom: 1px solid #efefef;
}
.mobile_menu ul > li > a:hover, .mobile_menu ul > li > a:active {
    background: #f7f7f7;
    color: #333;
}
.form-group {
	position: relative;
	margin-bottom: 1em
}
.form-group img {
    position: absolute;
    top: 11px;
    right: 0;
}
.form-group textarea.form-control {
    height: 150px;
    outline: none;
}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], textarea, select {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 12px 15px;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    width: 210px;
    width: 100%;
    background: #fff;
}
.mobile_search .search_form .form_control {
    font-size: 14px;
    border: 0;
    box-shadow: none;
    width: 200px;
    line-height: 60px;
    height: 60px;
    padding: 0 0 0 25px;
}
.main_nav .menu .menu_item.nav_logo {
    display: none;
	width: 200px;
    height: 40px;
}
.navbar.fixed {
    position: fixed;
    top: 0;
	z-index: 99;
}
.navbar.fixed .main_nav .menu .menu_item.nav_logo {
    display: flex;
}
.navbar.fixed .main_nav .menu_item.home_icon {
    display: none;
}
.navbar.fixed .main_nav .menu .menu_item a {
    font-size: 14px;
    padding: 10px 12px;
}
.sidebar {
    background: #fff;
    font-size: 14px;
    position: absolute!important;
    left: 0;
    width: 330px;
    height: calc(100vh - 60px );
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}
.sidebar.fixed {
    position: fixed!important;
    top: 60px;
    left: 0;
}
.sidebar_posts {
    height: 100%;
    overflow: hidden;
}
.sidebar-posts, .sidebar_posts .jspContainer {
    width: 100%;
}
.jspContainer {
	height: 100%;
    overflow: hidden;
    position: relative;
}
.jspPane {
    width: 100%;
}
.sidebar_heading {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 0 15px;
}
.opinion_item {
	display: flex;
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}
.opinion_wrapper .thumb {
    overflow: hidden;
	flex: 0 0 auto;
}
.opinion_wrapper .thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
	border: 1px solid #eee;
}
.sidebar_posts a {
    color: #4747479c;
}
.sidebar_heading a {
    color: #474747;
    font-weight: bold;
}
.opinion_item .content {
    margin-left: 15px;
}
.sidebar_post_item .post_title {
    font-size: 15px;
    margin: 0 0 0;
    font-weight: 500;
}
.post_title a {
    color: #000;
}
.post_meta {
    font-size: 12px;
    color: #949494;
	margin-top: 5px;
}
.post_meta .post_category a {
    font-size: 14px;
}
.post_metaIcon .icon  {
    margin-right: 6px;
}
#main {
    margin-left: 330px;
    display: block;
	overflow-x: hidden;
    /* position: relative; */
}
#main-404 {
    margin-left: 0px;
    display: block;
    /* position: relative; */
}
.section-wrap {
    position: relative;
    background-color: #f7f7f7;
}
.wrapper {
    margin: 0 auto;
    position: relative;
    padding: 30px 0 0;
}
#content {
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
	padding-left: 0;
    padding-right: 0;
}
.section, .yarpp-related {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    /* -webkit-backface-visibility: hidden; */
}
.wpb_wrapper {
    overflow: visible;
}
.section_heading {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	margin: 0;
    line-height: 18px;
}
.section_heading strong, .archive_heading strong , .pod_heading  strong  {
    color: #ef4135;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}
.postbox_feed {
    position: relative;
}
.postbox_feed .thumb {
    height: 210px;
}
.postbox_feed .thumb a, .postbox_feed .thumb a img {
    height: 100%;
}
.postbox_feed .content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 25px 10px 10px;
    overflow: hidden;
	z-index: 9;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 50%, rgba(0,0,0,0.75) 85%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.44)), color-stop(85%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 50%,rgba(0,0,0,0.75) 85%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 50%,rgba(0,0,0,0.75) 85%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 50%,rgba(0,0,0,0.75) 85%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 35%,rgba(0,0,0,0.75) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
.postbox_feed .post_title {
    font-size: 15px;
	margin-bottom: 0;
    font-weight: 600;
}
.postbox_feed .post_title a {
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
}
.postbox_feed .featured {
    font-size: 17px;
	margin-bottom: 0;
    font-weight: 600;
}
.postbox_feed .featured a {
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
}
.postbox_feed .post_title h1 a {
    font-size: 17px;
}
.postbox_feed .post_meta {
    color: #d7d7d7;
}
.postbox_feed .thumb img {
    display: flex;
}
.post_metaIcon {
    display: flex;
    align-items: center;
}
.icon {
    display: flex;
}
.post_metaIcon svg {
    width: 12px;
    height: 12px;
	fill: #d7d7d7
}
.darksection {
    background: black;
	border-bottom: none;
}
.latest_post h3 {
    margin-top: 0;
}
.darksection .latest_post h3 a {
    color: #fff;
}
.darksection .section_heading {
    color: #fff;
}
.center {
    text-align: center;
}
.older_post {
    background: url(../images/dotted.png) center center repeat-x;
}
.older_post_container {
    display: inline-block;
    background: #fff;
    padding: 0 15px;
}
.btn, input[type="submit"] {
    display: inline-block;
    padding: 9px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn_small {
    padding: 12px 16px;
    font-size: 15px;
}
.btn_default, input[type="submit"] {
    color: #646464;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 #fff;
    border-color: #c0c0c0;
}
.btn_default, input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_default .icon {
	margin-right: 7px
}
.btn_default .icon svg {
    width: 15px;
    height: 15px;
    fill: #949494;
}
#footer_content {
    color: #b9b9b9;
    background: #28282e;
    font-size: 14px;
    line-height: 21px;
    border-top: none;
}
#footer > div {
    position: relative;
}
.footer_widget {
    padding: 60px 0;
}
.socials_widget {
    margin: 1em 0;
}
.socials_widget a {
    margin-right: 4px;
    width: 40px;
    height: 40px;
    background: #2F2F37;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.socials_widget a:hover {
    background: #42424C;
}
.socials_widget_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#footer_content a .socials_widget_icon svg {
	width: 20px;
	height: 20px;
    fill: #b9b9b9;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#footer_content .socials_widget a:hover  .socials_widget_icon svg {
	fill: #fff
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #fff;
}
#footer_content .widget_title {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 30px;
}
#footer_content .widget_categories li {
    border-bottom: none;
}
#footer_content a {
    color: #b9b9b9;
}
#footer_content li {
    padding: 4px 0;
}
.footer_bottom {
    font-size: 13px;
    color: #949494;
    text-shadow: 0 1px 0 #fff;
    padding: 2.5em;
}
.footer_nav {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_nav li {
    display: inline-block;
    margin: 5px 10px;
    letter-spacing: 0;
}
.footer_bottom a {
    color: #949494;
	font-weight: 800;
}
.footer_nav a {
    -webkit-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}
.footer_nav a:hover {
    color: #5e5e5e;
}
.top_search {
    display: block;
}
.top_search_toggle {
    color: #fff;
    background: rgba(255,255,255,0.2);
    display: block;
    line-height: 60px;
    padding: 0 20px;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
header ul.menu > li > a, .top_socials li, .top_search_toggle, .top_search [name='keyword'] {
    line-height: 60px;
	border-radius: 0;
}
.top_search_toggle svg {
	width: 17px;
	height: 17px;
	fill: #fff
}
.top_search form {
	position: absolute;
    top: 0;
    right: 0;
    width: 0;
	opacity: 0;
    background: rgba(255,255,255,0.2);
	display: flex;
	height: 100%;
	transition: all 0.3s;
}
.top_search .search_form [name="keyword"] {
    font-size: 14px;
    height: 60px;
    line-height: 40px;
    padding: 0 15px;
    color: #d81921;
    background: rgba(255,255,255,0.4);
    width: 325px;
}
.top_search .search_form [name="keyword"]::placeholder {
	color: #fff;
}
.top_search .search_form [name="keyword"]:-ms-input-placeholder { 
	color: #fff;
}
.top_search .search_form [name="keyword"]::-ms-input-placeholder { 
	color: #fff;
}
.top_search button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 0 15px 0 10px;
    width: 60px;
    cursor: pointer;
	pointer-events: none;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.top_search button svg {
	width: 17px;
	height: 17px;
	fill: #fff
}
.top_search_toggle:hover {
    background: rgba(0,0,0,0.2);
}
.sub_nav.active .social_nav li {
    opacity: 0;
	transition-delay: 0s;
}
.sub_nav.active .top_search_toggle {
    opacity: 0;
}
.sub_nav.active .top_search form {
	opacity: 1;
    width: 100%;
}



/*********  compaination **************/
.latest_post_big {
    color: #333;
}
.latest_post_big .post_title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.latest_post_big .subtitle + a .post_title {
    margin-top: 10px;
}
.thumb {
    position: relative;
}
.thumb img {
    display: flex;
    width: 100%;
}
.latest_post_big .thumb img {
	max-height: 35vh;
    object-fit: contain;
}
.breakingnews {
    background: #28282e;
    color: #949494;
    position: relative;
    max-height: 150px;
    overflow: hidden;
}
.breakingnews_marquee {
    color: #949494;
    font-size: 13px;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    position: relative;
	display: flex;
}
.breakingnews_heading {
    display: flex;
    align-items: center;
    color: #f7d46f;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.break_icon {
    display: flex;
    margin-right: 10px;
}
.break_icon svg {
    width: 15px;
    height: 15px;
    fill: #f7d46f;
}
.swiper_marquee {
    position: relative;
	overflow: hidden;
}
.swiper_marquee:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background: -moz-linear-gradient(left, rgba(40,40,46,1) 0%, rgba(40,40,46,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,40,46,1)), color-stop(100%,rgba(40,40,46,0)));
    background: -webkit-linear-gradient(left, rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    background: -o-linear-gradient(left, rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    background: -ms-linear-gradient(left, rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    background: linear-gradient(to right, rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28282e', endColorstr='#0028282e',GradientType=1 );
}
.swiper_marquee .swiper-wrapper{
	-webkit-transition-timing-function:linear!important;    
	transition-timing-function:linear!important; 
	position: relative;
}
.swiper_marquee .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
}
.breakingnews_marquee .post_date {
	font-size: 13px;
    margin-right: 5px;
    display: inline-block;
}
.breakingnews_marquee a {
    color: #efefef;
	font-size: 15px;
}
.breakingnews_marquee a:hover {
    color: #fff;
    text-decoration: underline;
}
.ticker-item:before {
    display: block;
    width: 0;
    height: 0;
    margin-right: 7px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    content: "";
    opacity: 0.5;
	position: relative;
    top: -2px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 0%, 0.3);
}
.btn.btn_red {
    color: #fff;
    border-color: #f45847;
    text-shadow: none;
    background: #d81921;
    background: -moz-linear-gradient(top, #f76250 0%, #ef4135 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f76250), color-stop(100%,#ef4135));
    background: -webkit-linear-gradient(top, #f76250 0%,#ef4135 100%);
    background: -o-linear-gradient(top, #f76250 0%,#ef4135 100%);
    background: -ms-linear-gradient(top, #f76250 0%,#ef4135 100%);
    background: linear-gradient(to bottom, #f76250 0%,#ef4135 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76250', endColorstr='#ef4135',GradientType=0 );
}
#footer_content .row {
    margin: 0;
}
.sidebar_post_block.podcast {
    background-color: #d81921;
}
.sidebar_post_block.podcast .sidebar_post_item {
    padding: 30px 20px;
}
.podcast_header {
    display: flex;
    align-items: flex-start;
}
.podcast_header .pod_icon {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.podcast_header .pod_icon .icon {
    display: flex;
}
.podcast_header .pod_icon .icon svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    transform: translateX(1px);
}
.sidebar_post_wrapper {
    border-bottom: 1px solid #e5e5e5;
}
.sidebar_post_block.podcast .post_title a {
    color: #fff;
}
.promocentered {
    text-align: center;
    padding: 20px 0;
}

/* ------ Clock / Date ------*/
#date {
	margin-left: 10px;
	margin-top: 9px;
	width: auto;
	color: #333;
	text-align: center;
	float: right;
}
#time {
	position: relative;
	color: #fff;
	text-align: center;
	float: right;
	border-radius: 2px;
}

/* ------ Keywords ------*/
.tag_title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    
}
.tag_title h3 {
    font-size: 13px;
    font-weight: bold;
}
.tag_icon {
    display: inline-flex;
    margin-right: 10px;
}
.tag_icon svg {
    width: 15px;
    height: 15px;
}
.tag-1 {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    margin: 0 4px 3px 0;
    line-height: 26px;
    text-align: justify;
    font-weight: normal;
}
.tag-cloud a {
    color: #db2d29;
}


.search-404 input[type="text"] {
    border-color: #c0c0c0;
    line-height: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.search-404 form:before {
    color: #B8B8B8;
    content: "\f002";
    font-family: FontAwesome;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5em;
    margin-left: 12px;
    position: relative;
    z-index: 2;
}

.search-404 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #eeeeee;
}
    
.search-404 form [name='keyword'] {
    width: 50%;
    min-width: 300px;
    padding-left: 2.5em;
    position: relative;
}

.search-404 input[type="text"] {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 16px;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    width: 210px;
    max-width: 100%;
    background: #fff;
}

.opinions .sidebar_post_item {
    padding: 30px 0;
	display: flex;
    align-items: center;
}
.darksection .latest_post a h3 {
    color: #ef4135;
}
.darksection .latest_post a h3:hover {
    color: #ffffff;
}
.copyright {
    font-size: 13px !important;
    margin: 0;
    margin-bottom: 0px;
}
.copyright p {
    margin: 0;
    margin-bottom: 0px;
}
.clock {
    display: flex;
    align-items: center;
}
.clock #date {
    margin-top: 0;
}
.clock #time {
    max-width: 135px;
	min-width: 135px;
}

.scrollbar-track-y {
    width: 5px!important;
}
.scrollbar-thumb {
    width: 5px!important;
    background: rgba(0, 0, 0, .3)!important;
}
.latest_post_feed .post_title {
    font-size: 15px;
	font-weight: 600;
}
.sidebar_promotion a {
    display: flex;
}
.sidebar_promotion img {
    width: 100%;
}
:not(.darksection) .section_heading_wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 12px;
	background-color: #d81921;
}
:not(.darksection) .section_heading_wrapper {
	position: relative;
    left: -30px;
    width: calc(100% + 60px);
	padding-left: 30px;
	margin-bottom: 40px;
    display: inline-flex;
}


.cat_latest_post .post_excerpt {
    font-size: 16px;
    line-height: 24px;
}
.cat_latest_post .latest_post_feed {
    margin-bottom: 2em;
}
.latest_post_1 .latest_post_feed {
    margin-bottom: 2em;
}
.post_list {
    margin-bottom: 2em;
}
.post_columns .post_feed {
    margin-top: 25px;
}
.post_columns .post_feed_item {
    border-top: 1px dotted #e5e5e5;
    padding: 10px 0;
}
.post_columns .post_feed_item:first-child {
    /*border-top: 2px solid #e5e5e5;*/
    padding-top: 15px;
}
.post_columns .post_feed .post_title {
    font-size: 15px;
	font-weight: 500;
}
.post_columns .post_feed .post_title {
    margin: 0;
    padding: 0;
}
.more_post {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.video_postbox {
    position: relative;
}
.video_postbox .postbox_feed {
    margin: 0;
    height: 30vh;
}
.video_postbox .postbox_feed .postbox_Icon .icon {
    transform: translateY(-15px);
}
.video_postbox .postbox_feed img {
    height: 100%;
    object-fit: cover;
}
.video_postbox .postbox_feed .post_title a {
    font-weight: 600;
}
.video_postbox .postbox_feed .thumb {
    height: 100%;
}
.half_column {
    width: 50%;
}
.postbox_Icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 9;
}
.postbox_Icon .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
}
.postbox_Icon .icon svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    transform: translateX(4px);
}

#footer p {
    font-size: 15px;
}

.copyright a {
    color: #2c2b7c;
}
.copyright a:hover {
    color: #00b6ff;
}
.ticker-item a{    
	line-height: 1.6; 		
	font-size: 15px;
	color: #fff;	
    font-weight: 600;	
}

.tcontainer{
    overflow: hidden;
}
.ticker-wrap {
    width: 100%;
    padding-left: 100%;
    height: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.ticker-move {
	display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 100s;
}
.ticker-move:hover{
    animation-play-state: paused;
}
.ticker-item{
    display: inline-flex;
    align-items: center;
    padding: 0 1rem 0 2rem;
    position: relative;
} 
@keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}