/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic-ext');
html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.wrapp {
  display: block;
  padding-top: 80px;
}
main {
  padding-bottom: 30px;
}
section {
  margin-bottom: 30px;
}
h2 {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #455a64;
}
h2 a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #455A64;
}

h2 a:hover {
  color: #455A64;
  text-decoration: none;
}
h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 120px;
  height: 3px;
  border-top: 3px solid #ea5424;
}
/********************
*** HEADER
********************/
header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1002;
}
#logo {
  display: block;
  float: left;
}
#logo a img {
  margin-top: 20px;
  height: 40px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#logo a:hover {
  text-decoration: none;
}
#navi {
  display: block;
  float: right;
}
#navi ul {
  margin: 0;
}
#navi ul li {
  display: block;
  float: left;
  list-style: none;
  line-height: 80px;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#navi ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #455a64;
}
#navi ul li a:hover {
  text-decoration: none;
  color: #ff5722;
}
#navi ul li .social {
  color: #ff5722;
}
#navi ul li .social:hover {
  color: #455a64;
}
/********************
*** SLIDER
********************/
#slider {
  display: block;
  position: relative;
  padding: 0;
  height: 350px;
}
#slider ul.slides-list {
  display: block;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}
#slider ul.slides-list li.slide {
  display: none;
  list-style: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#slider ul.slides-list li.slide .box {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/img/dark.png');
  padding: 30px;
  box-sizing: border-box;
}
#slider ul.slides-list li.slide .box .published {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}
#slider ul.slides-list li.slide .box .published span {
  color: #c34820;
  margin-left: 15px;
}
#slider ul.slides-list li.slide .box div.tags {
  display: inline-block;
  margin-left: 20px;
}
#slider ul.slides-list li.slide .box div.tags span {
  display: inline-block;
  list-style: none;
}
#slider ul.slides-list li.slide .box div.tags span a {
  display: block;
  background: #ea5424;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px;
}
#slider ul.slides-list li.slide .box div.tags span a:hover {
  color: #fff;
  text-decoration: none;
  background: #ff5722;
}
#slider ul.slides-list li.slide .box h3 {
  display: block;
  clear: both;
  margin: 20px 0;
}
#slider ul.slides-list li.slide .box h3 a {
  display: inline-block;
  width: 60%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fff;
  outline: none;
}
#slider ul.slides-list li.slide .box h3 a:hover {
  text-decoration: none;
  color: #ff5722;
}
#slider ul.slides-list li.slide .box p {
  display: inline-block;
  width: 60%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  color: #fff;
}
#slider ul.slides-list li.active {
  display: block;
}
#slider #slider-navi {
  display: block;
  position: absolute;
  font-size: 2rem;
  bottom: 20px;
}
#slider #slider-navi #left-arrow,
#slider #slider-navi #right-arrow {
  display: block;
  float: left;
  margin-left: 30px;
  color: #fff;
  cursor: pointer;
}
#slider #slider-navi #left-arrow:hover,
#slider #slider-navi #right-arrow:hover {
  color: #ff5722;
}
/********************
*** IMPORTANT
********************/
#important {
  display: block;
  width: 100%;
}
#important ul {
  padding: 0;
}
#important ul li {
  display: inline-block;
  position: relative;
  list-style: none;
  padding: 0;
}
#important ul li .box-img {
  width: 100%;
}
#important ul li .box-img img {
  width: 100%;
}
#important ul li .title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  background: url('/img/dark.png');
}
#important ul li .title h3 a {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
}
#important ul li .title h3 a:hover {
  color: #ff5722;
  text-decoration: none;
}
#important ul li .title h3 a::after {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  width: 120px;
  height: 3px;
  border-top: 1px solid #ff5722;
}
/********************
*** ACTUAL
********************/
#actual {
  display: block;
  width: 100%;
}
.masonry {
  margin: 0;
  padding: 0;
  column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
}
.masonry .item {
  display: inline-block;
  position: relative;
  background: #fff;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.masonry .item h3 {
  margin-bottom: 5px;
}
.masonry .item h3 a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #455a64;
}
.masonry .item h3 a:hover {
  color: #ff5722;
  text-decoration: none;
}
.masonry .item .description {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
}
.masonry .item p {
  margin-top: 5px;
}
.masonry .item p .more-link {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ea5424;
  font-size: 1.2rem;
  font-weight: bold;
}
.masonry .item p .more-link:hover {
  color: #c34820;
  text-decoration: none;
}
.masonry .item .more-link {
  display: block;
}
.masonry .item::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 3px;
  border-top: 1px solid #ea5424;
}
.btn-box {
  display: block;
  text-align: center;
}
.btn-lg {
  display: inline-block;
  padding: 7px 10px;
  background: #ea5424;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3rem;
}
.btn-lg:hover {
  background: #c34820;
  text-decoration: none;
  color: #fff;
}
/********************
*** SINGLE
********************/
.article-single {
  margin: 15px 0 0 0;
}
.article-single .img-box {
  display: block;
  float: right;
  margin: 0 0 2rem 2rem;
  padding: 0;
}
.article-single h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  color: #455a64;
}
.article-single .description {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  text-align: justify;
}
.article-single p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  text-align: justify;
}
.article-single .pub-date {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.article-single .pub-date span {
  color: #c34820;
  margin-left: 15px;
}
.article-single .tags {
  display: inline-block;
}
.article-single .tags span {
  display: inline-block;
  list-style: none;
}
.article-single .tags span a {
  display: block;
  background: #ea5424;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px;
}
.article-single .tags span a:hover {
  color: #fff;
  text-decoration: none;
  background: #ff5722;
}
/********************
*** ASIDE
********************/
aside {
  display: block;
  padding-bottom: 30px;
}
aside .row {
  padding-left: 30px;
}
#today {
  display: block;
}
#today .inline-day {
  display: inline-block;
}
#today .inline-day .day {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 3rem;
  color: #ea5424;
  text-align: center;
}
#today .inline-day .month {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #455a64;
}
#today .inline-day .year {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #455a64;
  text-align: center;
}
#currency {
  display: block;
}
#currency .curr {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
#currency .curr .ccy {
  display: inline-block;
  margin-right: 5px;
}
#currency .curr .buy,
#currency .curr .sale {
  display: inline-block;
  width: 50px;
  text-align: right;
  margin-right: 5px;
}
#currency .curr .buy .r_green,
#currency .curr .sale .r_green {
  float: left;
  color: #25ad3a;
  font-size: 1.5rem;
  padding: 0 5px;
}
#currency .curr .buy .r_red,
#currency .curr .sale .r_red {
  float: left;
  color: #ad252a;
  font-size: 1.5rem;
  padding: 0 5px;
}
#blogs {
  display: block;
}
#blogs ul {
  display: block;
  padding: 0;
}
#blogs ul li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#blogs ul li h3 {
  border: 2px solid #ff5722;
  padding: 0.5rem 1rem;
  margin: 0 0 5px 0;
}
#blogs ul li h3 a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #455a64;
}
#blogs ul li h3 a:hover {
  color: #ff5722;
  text-decoration: none;
}
#oprosy {
  display: block;
}
#oprosy ul {
  padding: 0;
}
#oprosy ul li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
#oprosy ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  color: #455a64;
}
#oprosy ul li a:hover {
  color: #ff5722;
  text-decoration: none;
}
.btn-md {
  display: inline-block;
  padding: 5px 7px;
  background: #ea5424;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1rem;
}
.btn-md:hover {
  background: #c34820;
  text-decoration: none;
  color: #fff;
}
#tags {
  display: block;
}
#tags a {
  display: inline-block;
  background: #ea5424;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2rem;
  text-transform: uppercase;
  padding: 3px 5px;
  margin: 2px;
}
#tags a:hover {
  color: #fff;
  text-decoration: none;
  background: #c34820;
}
/********************
*** FOOTER
********************/
footer {
  display: block;
  position: relative;
  overflow: hidden;
  background: #383741;
  padding: 40px 0;
}
footer .rights {
  display: block;
  margin: 30px 30px 0 30px;
  color: #969696;
}
#contact-left {
  display: block;
  text-align: right;
  border-right: 2px solid #ff5722;
}
#contact-left p {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6rem;
  color: #fff;
}
#contact-left .stand {
  text-transform: none;
  font-weight: normal;
}
#contact-right {
  display: block;
  text-align: left;
}
#contact-right a {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6rem;
  color: #ff5722;
}
#contact-right a:hover {
  text-decoration: none;
  color: #ea5424;
}
.wp-pagenavi {
  clear: both;
  display: block;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  display: inline-block;
  padding: 5px;
  margin: 0 1px;
  background: #ea5424;
  color: #fff;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .last:hover {
  background: #c34820;
  text-decoration: none;
}
.wp-pagenavi .page.smaller,
.wp-pagenavi .page.larger {
  display: inline-block;
  padding: 5px;
  margin: 0 1px;
  background: #ea5424;
  color: #fff;
}
.wp-pagenavi .page.smaller:hover,
.wp-pagenavi .page.larger:hover {
  background: #c34820;
  text-decoration: none;
}
.wp-pagenavi .current {
  display: inline-block;
  padding: 5px;
  margin: 0 1px;
  background: #c34820;
  color: #fff;
}
/********************
*** FOR SMALL SCREEN
********************/
#navi-sm {
  display: block;
  float: right;
  height: 80px;
}
#navi-sm span {
  line-height: 80px;
  color: #455a64;
  cursor: pointer;
  font-size: 2rem;
}
#navi-sm span:hover {
  color: #ea5424;
}
#navi-sm ul {
  display: block;
  float: right;
  margin: 0 0 0 30px;
  padding: 0;
}
#navi-sm ul li {
  display: block;
  float: left;
  list-style: none;
  line-height: 80px;
  margin: 0 5px;
}
#navi-sm ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ea5424;
}
#navi-sm ul li a i {
  line-height: 80px;
  padding: 0 5px;
}
#navi-sm ul li a:hover {
  text-decoration: none;
  color: #c34820;
}
.widgets-sm {
  display: block;
  overflow: hidden;
  padding: 0;
}
#today-sm {
  display: block;
  float: left;
}
#today-sm .day,
#today-sm .month,
#today-sm .year {
  display: inline;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
#currency-sm {
  display: block;
  float: right;
}
#currency-sm .curr {
  display: inline;
  margin-left: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #455a64;
}
#oprosy-sm {
  display: block;
  padding: 0;
}
#oprosy-sm ul {
  padding: 0;
}
#oprosy-sm ul li {
  display: block;
  list-style: none;
  margin: 1rem 0;
}
#oprosy-sm ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #455a64;
}
#oprosy-sm ul li a:hover {
  color: #ff5722;
  text-decoration: none;
}
#tags-sm {
  display: block;
  padding: 0;
}
#tags-sm h2 {
  display: block;
  text-align: center;
}
#tags-sm h2::before {
  content: "";
  display: block;
  border-top: none;
}
#tags-sm a {
  display: inline-block;
  background: #ea5424;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2rem;
  text-transform: uppercase;
  padding: 3px 5px;
  margin: 2px;
}
#tags-sm a:hover {
  color: #fff;
  text-decoration: none;
  background: #c34820;
}
#popup-menu {
  display: none;
  position: fixed;
  padding: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a2736;
  z-index: 2000;
}
#popup-menu span {
  display: block;
  float: right;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  margin-bottom: 30px;
}
#popup-menu ul {
  display: block;
  clear: both;
}
#popup-menu ul li {
  list-style: none;
  text-align: center;
  margin: 15px 0;
  background: #1e1b29;
}
#popup-menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 0;
}
#popup-menu ul li a:hover {
  text-decoration: none;
  color: #ff5722;
}
.wp-polls h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 736px) {
  #slider ul.slides-list li.slide .box h3 {
    margin-bottom: 10px;
  }
  #slider ul.slides-list li.slide .box h3 a {
    width: 80%;
    font-size: 1.5rem;
  }
  #slider ul.slides-list li.slide .box p {
    margin: 0;
  }
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 736px) and (max-width: 991px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
