/*
Theme Name: Siver Times
Theme URI: https://sivertimes.com/
Author: the CoTemplate
Author URI: https://cotemplate.com/
Description: 
Version: 1.0
License: 
License URI: 
Text Domain: sivertimes
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

@font-face {
  font-family: 'Oswald-Regular';
  src: url('assets/fonts/oswald/regular/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/oswald/regular/Oswald-Regular.woff') format('woff'), url('assets/fonts/oswald/regular/Oswald-Regular.ttf') format('truetype'), url('assets/fonts/oswald/regular/Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('assets/fonts/lato/regular/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato/regular/Lato-Regular.woff') format('woff'), url('assets/fonts/lato/regular/Lato-Regular.ttf') format('truetype'), url('assets/fonts/lato/regular/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px !important;
  font-family: "Lato-Regular", Arial, sans-serif !important;
  color: #383838 !important;
  line-height: 1.2 !important;
  background-color: #fef5f0 !important;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption, figure, main {
  display: block;
}
figure {
  margin: 1em 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: 700;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #eee;
  color: #222;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
details, menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
#header {
  padding-top: 22px;
}
#header .logo {
    display: inline-block;
    margin-top: 8px;
}
#header .nav_bc {
    border-top: 1px solid #f0e2db;
    padding: 1px 0;
    margin-top: 20px;
}
#header .navbar {
  border-radius: 0;
  border: 0;
  margin: 0;
}
#header .navbar .navbar-collapse {
  padding: 0;
}
#header .navbar .navbar-collapse .navbar-nav > li:first-child > a {
  padding-left: 0;
}
#header .navbar .nav > li > a:hover, #header .navbar .nav > li > a:focus {
  background: none;
  color: #db2e1c;
}
#header .navbar .nav > li.current-menu-item a::after,
#header .navbar .nav > li.current-menu-parent a::after {
    content: "";
    border-bottom: 4px solid #db2e1c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}
#header .navbar .nav > li {
  padding-right: 34px;
}
#header .navbar .nav > li:last-child {
  padding-right: 0;
}
#header .navbar .nav > li > a {
  font: 20px/1.2 "Oswald-Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0;
  position: relative;
}
.trend_news {
    position: relative;
    padding-left: 13px;
    margin-top: 7px;
}
.trend_news span {
    font: bold 14px "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 8px;
}
.trend_news a {
    color: #000;
    font-size: 13px;
}
.trend_news::before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 3px solid #db2e1c;
    width: 3px;
    height: 20px;
    top: 1px;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_form {
  position: relative;
}
.search_form form {
  background-color: #fff;
  border: 1px solid #e2d0c6;
  padding-right: 40px;
}
.search_form .search_input {
  border: 0 none;
  height: 35px;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.search_form .search_btn {
  background: rgba(0,0,0,0) url("assets/img/search_btn.png") no-repeat scroll 0 0;
  border: 0 none;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 9px;
  right: 11px;
}
#header .search_form {
    float: left;
}
#header .lang {
    float: right;
    margin-top: 8px;
}
#header .lang a {
    margin-left: 5px;
    overflow: hidden;
    float: left;
}
#header .lang a.current {
    border: 2px solid #db2e1c;
    width: 27px;
    height: 19px;
    overflow: hidden;
}
h2.block_title,
.block_title{
  border-bottom: 2px solid #e2d0c6;
  font: 24px/1.2 "Oswald-Regular", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 23px;
}
h2.block_title span,
.block_title span{
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: -2px;
}
h2.f_block_title {
  border-bottom: 1px solid #4b4d4d;
  font: 18px/1.336 "Oswald-Regular", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 17px;
  margin: 0px 0 23px;
}
.m-last_news {
}
.m-last_news .firstnews a {
  background-color: #c6c6c6;
  display: block;
  position: relative;
}
.m-last_news .firstnews a::after {
  content: "";
  background: rgba(0,0,0,0) url("assets/img/shadow.png") repeat-x scroll 0 0px;
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  bottom: 0;
}
.m-last_news .firstnews a img {
  height: auto;
}
.m-last_news .firstnews a .title {
  font: 17.663px/1.365 "Oswald-Regular", Arial, sans-serif;
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 20px;
  right: 20px;
  padding-left: 10px;
  bottom: 48px;
  z-index: 1;
  text-align: left;
}
.m-last_news .firstnews a .title::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #db2e1c;
  width: 3px;
  height: 17px;
  top: 4px;
}
.m-last_news .firstnews a .inf_block {
  font: 13.663px/1.365 "Oswald-Regular", Arial, sans-serif;
  position: absolute;
  color: #9a9a9a;
  left: 30px;
  right: 20px;
  bottom: 22px;
  z-index: 1;
  text-align: left;
}
.m-last_news .firstnews a .inf_block .date {
  margin-right: 10px;
}
.m-last_news .firstnews a .inf_block .fa {
  margin-right: 4px;
}
.m-last_news .easy_news {
  margin-top: 29px;
}
.m-last_news .easy_news .img-block {
  float: left;
  width: 144px;
  padding-right: 14px;
}
.m-last_news .easy_news .img-block a {
  display: block;
}
.m-last_news .easy_news .img-block img {
  max-width: 100%;
  height: auto;
}
.m-last_news .easy_news .content-block {
  margin-left: 144px;
}
.m-last_news .easy_news .content-block .title {
  font: 16px/1.5 "Oswald-Regular", Arial, sans-serif;
  color: #1c1c1c;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}
.m-last_news .easy_news .content-block .title::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #db2e1c;
  width: 3px;
  height: 17px;
  top: 4px;
}
.m-last_news .easy_news .content-block .text {
  margin-bottom: 3px;
}
.m-last_news .easy_news .content-block .inf_block {
  font-size: 13px;
  color: #9a9a9a;
}
.m-last_news .easy_news .content-block .inf_block .fa {
  margin-right: 4px;
}
.m-last_news .easy_news .content-block .inf_block .date {
  margin-right: 10px;
}
.m-news_block {
}
.m-news_block .firstnews .link_img {
  display: block;
  position: relative;
}
.m-news_block .firstnews .link_img::after {
  content: "";
  background: rgba(0,0,0,0) url("assets/img/shadow.png") repeat-x scroll 0 0px;
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  bottom: 0;
}
.m-news_block .firstnews .link_img img {
  height: auto;
}
.m-news_block .firstnews .title {
  font: 24px/1.2 "Oswald-Regular", Arial, sans-serif;
  color: #333333;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  margin-top: 13px;
}
.m-news_block .firstnews .title::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #db2e1c;
  width: 3px;
  height: 22px;
  top: 4px;
}
.m-news_block .firstnews p {
  font-size: 14px;
  line-height: 1.571;
  color: #383838;
  margin: 9px 0 0 0;
}
.m-news_block .firstnews .link_img .inf_block {
  font: 13.663px/1.365 "Lato-Regular", Arial, sans-serif;
  position: absolute;
  color: #eaeaea;
  left: 9px;
  right: 20px;
  bottom: 16px;
  z-index: 1;
}
.m-news_block .firstnews .link_img .inf_block .date {
  margin-right: 10px;
}
.m-news_block .firstnews .link_img .inf_block .fa {
  margin-right: 4px;
}
.m-news_block .easy_news {
  margin-bottom: 13px;
  border-bottom: 1px solid #e2d0c6;
  padding-bottom: 14px;
}
.m-news_block .helper .easy_news:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.m-news_block .easy_news .img-block {
  float: left;
  width: 144px;
  padding-right: 14px;
}
.m-news_block .easy_news .img-block a {
  display: block;
}
.m-news_block .easy_news .img-block img {
  max-width: 100%;
  height: auto;
}
.m-news_block .easy_news .content-block {
}
.m-news_block .easy_news .content-block .title {
  font: 16px/1.5 "Oswald-Regular", Arial, sans-serif;
  color: #333333;
  padding-left: 10px;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
}
.m-news_block .easy_news .content-block .title::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #db2e1c;
  width: 3px;
  height: 17px;
  top: 4px;
}
.m-news_block .easy_news .content-block .inf_block {
  font-size: 13px;
  color: #9a9a9a;
}
.m-news_block .easy_news .content-block .inf_block .fa {
  margin-right: 4px;
}
.m-news_block .easy_news .content-block .inf_block .date {
  margin-right: 10px;
}
.m-foot_news {
}
.m-foot_news .firstnews a {
  display: block;
  position: relative;
}
.m-foot_news .firstnews a::after {
  content: "";
  background: rgba(0,0,0,0) url("assets/img/shadow.png") repeat-x scroll 0 0px;
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  bottom: 0;
}
.m-foot_news .firstnews a img {
  height: auto;
}
.m-foot_news .firstnews a .title {
  font: 17.663px/1.365 "Oswald-Regular", Arial, sans-serif;
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 20px;
  right: 20px;
  padding-left: 10px;
  bottom: 48px;
  z-index: 1;
}
.m-foot_news .firstnews a .title::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #db2e1c;
  width: 3px;
  height: 17px;
  top: 4px;
}
.m-foot_news .firstnews a .inf_block {
  font: 13.663px/1.365 "Oswald-Regular", Arial, sans-serif;
  position: absolute;
  color: #9a9a9a;
  left: 30px;
  right: 20px;
  bottom: 22px;
  z-index: 1;
}
.m-foot_news .firstnews a .inf_block .date {
  margin-right: 10px;
}
.m-foot_news .firstnews a .inf_block .fa {
  margin-right: 4px;
}
.m-foot_news .easy_news {
  margin-top: 29px;
}
.m-foot_news .easy_news .img-block {
  float: left;
  width: 115px;
  padding-right: 15px;
}
.m-foot_news .easy_news .img-block a {
  display: block;
}
.m-foot_news .easy_news .img-block img {
  max-width: 100%;
  height: auto;
}
.m-foot_news .easy_news .content-block {
  margin-left: 115px;
}
.m-foot_news .easy_news .content-block .title {
  font: 16px/1.125 "Oswald-Regular", Arial, sans-serif;
  color: #ffffff;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
  max-height: 55px;
  overflow: hidden;
}
.m-foot_news .easy_news .content-block .title::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #db2e1c;
  width: 3px;
  height: 17px;
  top: 4px;
}
.m-foot_news .easy_news .content-block .inf_block {
  font-size: 12px;
  color: #9a9a9a;
}
.m-foot_news .easy_news .content-block .inf_block .fa {
  margin-right: 4px;
}
.m-foot_news .easy_news .content-block .inf_block .date {
  margin-right: 10px;
}
.popular_side {
  border-bottom: 1px solid #e2d0c6;
  border-left: 1px solid #e2d0c6;
  border-right: 1px solid #e2d0c6;
  padding: 23px 14px 26px;
}
.mg-b-0 {
  margin-bottom: 0 !important;
}
.mg-t-30 {
  margin-top: 30px !important;
}

.single-title {
  font: 33px/1.212 "Oswald-Regular", Arial, sans-serif;
  color: #000;
  padding-left: 14px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 22px;
}
.single-title::before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 5px solid #db2e1c;
    width: 3px;
    height: 26px;
    top: 8px;
}

.psingle .inf_block {
  font-size: 13px;
  line-height: 1.2;
  color: #464646;
}
.psingle .inf_block a {
    color: #333333;
    text-transform: uppercase;
    margin-right: 15px;
}
.psingle .inf_block .fa {
  margin-right: 2px;
}
.psingle .inf_block .date {
  margin-right: 10px;
}

.psingle .content {
    font-size: 16px;
    line-height: 1.498;
    color: #000000;
    margin-top: 17px;
}
.psingle .content p {
  margin-bottom: 10px;
}
.psingle .content h2 {
  font-size: 23px;
  line-height: 1.042;
  color: #000000;
  margin-bottom: 10px;
}
.psingle .content img {
  height: auto;
  max-width: 100%;
}
.psingle .content .single-featured-image-header {
  margin-bottom: 24px;
}

.tags_block {
    border-top: 1px solid #e2d0c6;
    padding-top: 22px;
    margin-bottom: 34px;
}
.tags_block > span {
  background-color: #1a1a1a;
display: inline-block;
  font: 14px/1.714 "Oswald-Regular", Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 12px;
  margin-right: 13px;
}
.tags_block a {
  font-size: 15px;
  color: #db2e1c;
  line-height: 1.6;
}


.related { position: relative; }
.related .img_block {
  display: block;
}
.related .img_block img {
    height: auto;
    max-width: 100%;
}
.related .title {
    font: 24px/1.2 "Oswald-Regular", Arial, sans-serif;
    color: #000000;
    padding-left: 10px;
    position: relative;
    margin-bottom: 22px;
    margin-top: 27px;
    display: inline-block;
}
.related .title::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #db2e1c;
  width: 3px;
  height: 22px;
  top: 4px;
}
.related .inf_block {
    font-size: 13px;
    line-height: 1.2;
    color: #9a9a9a;
}
.related .inf_block .fa {}
.related .inf_block .date {}
.related p {
    font-size: 14px;
  color: #000000;
  line-height: 1.571;
  margin: 15px 0 10px;
}
.related .rel_more {
    font-size: 12px;
    color: #333333;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 1.834;
    font-weight: bold;
}
.related .rel_more:hover {
  text-decoration: none;
}
.related .navz-nav {
    position: absolute;
    top: -59px;
    right: 0;
}
.related .navz-nav > div {
    background-color: #dac4b9;
  cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.related .navz-nav .owl-prev { margin-right: 2px; }
.related .navz-nav .owl-prev.disabled {
  background-color: #f5e9e2;
  cursor: inherit;
}
.related .navz-nav .owl-next {}
.related .navz-nav .owl-next.disabled {
  background-color: #f5e9e2;
}

.timedate {
    font-size: 14px;
    color: #1c1c1c;
    line-height: 1.2;
    text-align: right;
}
.timedate .curdate {
    margin-bottom: 2px;
}
#currency {
    display: inline-block;
}
#currency .cbrvalue {
    display: inline-block;
    margin-right: 6px;
}

.footer {
  background-color: #1e2021;
  color: #d2d2d2;
  padding-top: 40px;
  margin-top: 40px;
}
.footer .foot_button {
  background-color: #16191a;
  padding: 40px 0;
  margin-top: 65px;
  color: #666666;
  font-size: 13px;
}
.footer .foot_button .copy_r_link {
  color: #bbbbbb;
  margin-left: 5px;
}
.footer .foot_button .about_us {
  color: #d0d0d0;
  float: right;
  font-size: 14px;
}
.footer .fcats {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .fcats li {
  position: relative;
  padding-left: 20px;
}
.footer .fcats li::before {
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  left: 7px;
  background-color: #dc3027;
  top: 50%;
  margin-top: -2.5px;
}
.footer .fcats li a {
  font-size: 13px;
  color: #d1d1d1;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.769;
}
.footer .fcats li a .count {
  color: #9a9a9a;
  float: right;
}
.footer .textwidget {
  color: #d2d2d2;
  font-size: 14px;
  line-height: 1.571;
  margin-top: 11px;
}

.pagination > li > a, .pagination > li > span {
  color: #1e2021 !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #1e2021 !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #1e2021 !important;
border-color: #16191a !important;
  color: #fff !important;
}

.cont_no_image img { display: none; }

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
.m-news_block .helper {
  margin-top: 13px;
}
#header .navbar-header {
  text-align: center;
}
#header .navbar-toggle {
  float: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#header .colapsing .nav,  #header .collapse.in .nav {
  margin: 0;
  text-align: center;
}
#header .colapsing .nav > li,  #header .collapse.in .nav > li {
  padding-right: 0;
}
  .m-last_news .firstnews {
    margin-bottom: 30px;
  }
  .m-last_news .firstnews a {
    text-align: center;
  }
  h2.f_block_title {
    margin-top: 50px;
  }
  
  .timedate {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
  .trend_news {
    margin-top: 20px;
margin-bottom: 20px;
  }
  .footer .foot_button .about_us { float: none; }
  .footer .foot_button .about_us::before {
    content: "";
    display: block;
    margin-bottom: 20px;
}
  #header .search_form {
    float: none;
}
}
@media (min-width: 768px) {
  #header .navbar .nav {
    border-bottom: 4px solid #333333;
    width: 100%;
}
  .m-news_block .firstnews .link_img img {
  height: inherit;
    width: 100%;
}
}
