<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: 'lora';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
body {
  font-family: 'lora';
  font-size: 14px;
  line-height: 2.2857142857;
  color: #999;
  background-color: #fff;
}
body {
  -ms-overflow-style: scrollbar;
  min-width: 320px;
}
body.version-ii {
  background: #f5f5f5;
}
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

@media (max-width:992px) {
  #wrapper{
    margin-top: 20px;
  }
}
.w1 {
  right: 0;
  position: relative;
  -webkit-transition: right .5s ease-out;
  transition: right .5s ease-out;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
#header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  #header {
    padding: 42px 0 0;
  }
}
#header.version-ii, #header.version-iii {
  padding: 0;
  background: #fff;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
}
@media (min-width: 768px) {
  #header .stick-holder {
    background: #fff;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
#header .holder {
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  #header .holder {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-3 {
  width: 40%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-2 {
    width: 16.6666666667%;
  }
}
.logo {
  margin-top: 5px;
}
a {
  background-color: transparent;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.logo a {
  display: block;
}
.col-xs-9 {
  width: 60%;
}
@media (min-width: 768px) {
  .col-sm-10 {
    width: 83.3333333333%;
  }
}
.nav-holder {
  position: static;
}
.navbar {
  position: relative;
  min-height: 1px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
#nav {
  background: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: static;
  min-height: 1px;
  text-align: left;
  font: 600 13px / 1.1 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  #nav {
    padding: 15px 2px 0;
    text-transform: capitalize;
    font-size: 13px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .version-ii #nav, .version-iii #nav {
    text-align: left;
  }
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}

header .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .row::before,header .row::after{
  display: none;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: -16.5px;
  margin-bottom: -16.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
#nav .navbar-toggle {
  margin: 0;
  background: none;
    border: none;
}
.widget .social-networks.justify li.active a, .widget ul.social-networks.justify li.active a, .widget .social-networks.justify a:hover, .widget .social-networks.justify a:active, .widget .social-networks.justify a:focus, .widget ul.social-networks.justify a:hover, .widget ul.social-networks.justify a:active, .widget ul.social-networks.justify a:focus, .post-block blockquote, .commentlist-item .avatar-holder::before, #nav li a::after, #nav li.active a::after, #nav li a:hover::after, #nav li a:focus::after, #nav li a:active::after, .slideshow .header a::after, .switcher, #nav .navbar-toggle {
  border-color: #de1c31;
}
#header.version-ii .navbar-toggle, #header.version-iii .navbar-toggle {
  border-color: #2a2d34;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#header.version-ii .navbar-toggle .icon-bar, #header.version-iii .navbar-toggle .icon-bar {
  background: #2a2d34;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
#nav .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #3d3e41;
  border: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  #nav .navbar-collapse {
    position: static;
    background: none;
  }
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 16px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.navbar-nav {
  margin: 0 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav &gt; li {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .navbar-nav &gt; li {
    float: left;
  }
}
@media (min-width: 768px) {
  #nav li {
    margin: 0 0 0 40px;
  }
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .navbar-nav &gt; li &gt; a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777;
}
#nav li a {
  font: inherit;
  color: #fff;
  padding: 10px 15px;
  -webkit-transition: color .25s linear, background .25s linear;
  transition: color .25s linear, background .25s linear;
}
@media (min-width: 768px) {
  #nav li a {
    padding: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .version-ii #nav a, .version-iii #nav a {
    color: #2a2d34;
  }
}
@media (min-width: 768px) {
  #nav li a:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  #nav li a:after {
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    bottom: -15px;
    border-bottom: 2px solid;
    pointer-events: none;
  }
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333;
  background-color: transparent;
}
@media (min-width: 768px) {
  #nav li a:hover, #nav li a:focus {
    background: none;
  }
}
#nav li a:hover:after, #nav li a:focus:after {
  width: 18px;
  opacity: 1;
}
#twocolumns {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #twocolumns {
    margin-bottom: 40px;
  }
}
@media (min-width: 1230px) {
  #twocolumns {
    margin-bottom: 63px;
  }
}
.col-xs-12 {
  width: 100%;
}
.main-header {
  background: #fff;
  padding: 25px 23px;
  margin: 0 0 30px;
}
.main-header .title {
  font-family: 'lora';
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #2a2d34;
  display: block;
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-8 {
    width: 66.6666666667%;
  }
}
#content {
  margin-bottom: 30px;
}
.posts-blocks {
  margin: 0 -15px;
  font-family: 'lora';
}
@media (min-width: 768px) {
  .posts-blocks {
    margin: 0 -15px 26px;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.post-block {
  padding: 0 17px 0 13px;
  position: relative;
  font-size: 12px;
  line-height: 2.17;
}
.posts-blocks .post-block {
  margin: 0 auto 31px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}
@media (min-width: 640px) {
  .posts-blocks .post-block {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    max-width: none;
    margin: 0 0 31px;
  }
}
.post-block .post-holder {
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 11px rgba(0, 0, 0, .06);
  overflow: hidden;
  padding: 0 26px 62px;
  position: relative;
}
.post-block .img-holder, .post-block .video-holder {
  overflow: hidden;
  margin: 0 -27px 22px;
  text-align: center;
}
img {
  border: 0;
}
img {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
.logo img, .slideshow img, .switcher img, .cols-holder img, .carousel img, .widget img, .instagram-slider img, .posts-slider img, .post-block img, .masonry-blocks img, .image-slider img, .instagram-list img, .commentlist-item img, .single-postv2 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.post-block time a, .post-block time a:before, .post-block .ico-play, .post-block img, .blocks-slider .slide {
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.post-block img {
  max-width: none;
  width: 100%;
}
.post-block time {
  font: 700 12px / 1.1 "biko", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 0 26px -26px;
  word-spacing: 3px;
}
.post-block time a {
  display: block;
  padding: 8px 23px;
  color: #fff;
  z-index: 1;
  position: relative;
}
.post-block time a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
}
.post-block time a:before {
  z-index: -1;
  background: #2a2d34;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'lora';
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
h2, .h2 {
  font-size: 18px;
}
h2 {
  line-height: 1.5;
}
@media (min-width: 992px) {
  h2 {
    font-size: 20px;
  }
}
@media (min-width: 1230px) {
  h2 {
    font-size: 24px;
  }
}
.post-block h2 {
  color: #2a2d34;
  margin: 0 0 11px;
}
h2 a, h1 a, h3 a, h4 a, h5 a, h6 a, #header .social-networks a, #header form .form-control, #header form button, #nav .icon-menu, #nav .btn, .slideshow .header a, .switcher time a, .switcher .slick-prev.slick-arrow, .switcher .slick-next.slick-arrow, .cols-holder time a, .link-more, .carousel .slick-prev.slick-arrow, .carousel .slick-next.slick-arrow, .navigation .page-numbers, .pagination .page-numbers, .widget.contact-widget a, .widget.widget-block .social-networks a, .widget.widget-block .subtitle a, .widget.widget_search button, .widget.widget_categories ul a, .widget.recent-posts-widget .tag:before, .widget.recent-posts-widget a.tag, .widget.recent-posts-widget a.tag.hot, .widget.recent-posts-widget time a, .widget.profile-widget.version-ii .social-networks a, .instagram-slider .slide &gt; a, .aside .social-networks a, .footer-nav a, .subscribe-form button, #footer a, .policy-nav a, .read-more, .posts-slider .slide, .posts-slider .img-holder, .posts-slider time, .posts-slider time a, .posts-slider .read-more, .posts-slider .slick-prev.slick-arrow, .posts-slider .slick-next.slick-arrow, .posts-slider img, .post-block footer a, .blocks-slider .slick-prev.slick-arrow, .blocks-slider .slick-next.slick-arrow, .blocks-slider h2, .blocks-slider time, .blocks-slider time a, .blocks-slider .read-more, .masonry-blocks time a, .masonry-blocks .info a, .image-slider .slick-prev.slick-arrow, .image-slider .slick-next.slick-arrow, .socials a, .commentlist-item .meta a, .commentlist-item .name a, .commentlist-item .comment-reply-link, .comment-form input[type="text"], .comment-form input[type="search"], .comment-form input[type="password"], .comment-form input[type="email"], .comment-form input[type="tel"], .comment-form input[type="url"], .comment-form textarea, .breadcrumb a, .single-postv2 time a, .single-postv2 .info a, .recent-posts time a, .btn-default {
  -webkit-transition: color .25s linear, background .25s linear;
  transition: color .25s linear, background .25s linear;
}
h2 a, h1 a, h3 a, h4 a, h5 a, h6 a, #header .social-networks a, #header form .form-control, #header form button, #nav .icon-menu, #nav .btn, .slideshow .header a, .switcher time a, .switcher .slick-prev.slick-arrow, .switcher .slick-next.slick-arrow, .cols-holder time a, .link-more, .carousel .slick-prev.slick-arrow, .carousel .slick-next.slick-arrow, .navigation .page-numbers, .pagination .page-numbers, .widget.contact-widget a, .widget.widget-block .social-networks a, .widget.widget-block .subtitle a, .widget.widget_search button, .widget.widget_categories ul a, .widget.recent-posts-widget .tag:before, .widget.recent-posts-widget a.tag, .widget.recent-posts-widget a.tag.hot, .widget.recent-posts-widget time a, .widget.profile-widget.version-ii .social-networks a, .instagram-slider .slide &gt; a, .aside .social-networks a, .footer-nav a, .subscribe-form button, #footer a, .policy-nav a, .read-more, .posts-slider .slide, .posts-slider .img-holder, .posts-slider time, .posts-slider time a, .posts-slider .read-more, .posts-slider .slick-prev.slick-arrow, .posts-slider .slick-next.slick-arrow, .posts-slider img, .post-block footer a, .blocks-slider .slick-prev.slick-arrow, .blocks-slider .slick-next.slick-arrow, .blocks-slider h2, .blocks-slider time, .blocks-slider time a, .blocks-slider .read-more, .masonry-blocks time a, .masonry-blocks .info a, .image-slider .slick-prev.slick-arrow, .image-slider .slick-next.slick-arrow, .socials a, .commentlist-item .meta a, .commentlist-item .name a, .commentlist-item .comment-reply-link, .comment-form input[type="text"], .comment-form input[type="search"], .comment-form input[type="password"], .comment-form input[type="email"], .comment-form input[type="tel"], .comment-form input[type="url"], .comment-form textarea, .breadcrumb a, .single-postv2 time a, .single-postv2 .info a, .recent-posts time a, .btn-default {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
h2 a, h1 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 16px;
}
.post-block p {
  margin: 0 0 15px;
}
.post-block footer {
  background: #2a2d34;
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
b, strong {
  font-weight: bold;
}
.post-block footer .text {
  font-family: 'lora';
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  float: left;
  max-width: 49%;
  letter-spacing: -1px;
  padding: 12px 8px 11px 29px;
}
@media (min-width: 1230px) {
  .post-block footer .text {
    padding: 12px 23px 11px 49px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.ttf");
  font-weight: normal;
  font-style: normal;
}
[class^="ico-"], [class*=" ico-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-block footer .icon {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1230px) {
  .post-block footer .icon {
    left: 23px;
  }
}
.ico-comment:before {
  content: "\e90c";
}
.post-block footer a {
  color: inherit;
}
.post-block footer .text {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  float: left;
  max-width: 49%;
  letter-spacing: -1px;
  padding: 12px 8px 11px 29px;
}
@media (min-width: 1230px) {
  .post-block footer .text {
    padding: 12px 23px 11px 49px;
  }
}
.post-block footer .text + .text {
  position: relative;
}
.post-block footer .text + .text:before {
  position: absolute;
  content: "";
  top: -99px;
  bottom: -99px;
  left: 0;
  right: auto;
}
.post-block footer .text + .text:before {
  border-left: 1px solid #fff;
}
.ico-share:before {
  content: "\e90b";
}
.navigation, .navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}
.navigation, .pagination {
  padding: 15px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .navigation, .pagination {
    text-align: left;
  }
}
@media (min-width: 1230px) {
  .navigation, .pagination {
    padding: 28px 0 0;
  }
}
.navigation .page-numbers, .navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em;
}
.navigation .page-numbers, .pagination .page-numbers {
  font: 700 12px / 23px "biko", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 14px;
  background: #fff;
  margin: 0 3px 10px 0;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #bababa;
  text-transform: uppercase;
  min-width: 39px;
  height: 33px;
}
.navigation .current, .navigation .current.page-numbers, .pagination .current, .pagination .current.page-numbers {
  background: #2a2d34;
  color: #fff;
}
.navigation .page-numbers.prev, .navigation .page-numbers.next, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 100%;
  max-width: none;
}
@media (min-width: 640px) {
  .navigation .page-numbers.prev, .navigation .page-numbers.next, .pagination .page-numbers.prev, .pagination .page-numbers.next {
    max-width: 50%;
    width: auto;
  }
}
.navigation .page-numbers:hover, .navigation .page-numbers:active, .navigation .page-numbers:focus, .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  text-decoration: none;
  background: #2a2d34;
  color: #fff;
}
@media (min-width: 992px) {
  .col-md-4 {
    width: 33.3333333333%;
  }
}
.widget {
  font-size: 12px;
  line-height: 2.33;
  position: relative;
  border: 2px solid #f0f0f0;
  padding: 30px 31px 18px;
  margin-bottom: 31px;
  position: relative;
}
.widget.version-ii, .version-ii .widget, .widget.version-iii, .version-iii .widget {
  background: #fff;
}
.widget.widget_search {
  padding: 15px 17px;
}
.widget.widget_search form {
  padding: 0 51px 0 0;
  position: relative;
  overflow: hidden;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.search-form input {
  float: left;
  height: 2em;
}
.comment-form input[type="text"], .search-form input[type="text"], .post-password-form input[type="text"], .comment-form input[type="tel"], .search-form input[type="tel"], .post-password-form input[type="tel"], .comment-form input[type="email"], .search-form input[type="email"], .post-password-form input[type="email"], .comment-form input[type="search"], .search-form input[type="search"], .post-password-form input[type="search"], .comment-form input[type="password"], .search-form input[type="password"], .post-password-form input[type="password"], .comment-form input[type="url"], .search-form input[type="url"], .post-password-form input[type="url"], .comment-form input[type="date"], .search-form input[type="date"], .post-password-form input[type="date"], .comment-form textarea, .search-form textarea, .post-password-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}
.widget.widget_search input[type="text"], .widget.widget_search input[type="search"] {
  display: block;
  width: 100%;
  height: 43px;
  background: #f5f5f5;
  color: #c0c0c0;
  border: 0;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  padding: 10px 15px;
  font: 13px / 1.1 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.widget.widget_search button {
  color: #fff;
  position: absolute;
  right: 0;
  width: 51px;
  padding: 5px;
  border: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.ico-search:before {
  content: "\e90e";
}
.widget.widget_search button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget.widget_search button:hover, .widget.widget_search button:focus, .widget.widget_search button:active {
  background: #2a2d34;
}
.widget.version-ii, .version-ii .widget, .widget.version-iii, .version-iii .widget {
  background: #fff;
}
.widget.recent-posts-widget.version-ii {
  padding: 29px 19px 25px;
}
.widget.recent-posts-widget .tab-head {
  margin: -29px -19px 39px;
  position: relative;
  overflow: hidden;
  font-family: 'lora';
}
.widget h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #2a2d34;
  margin: 0 0 3px;
  text-transform: capitalize;
}
@media (min-width: 640px) {
  .widget h3 {
    font-size: 20px;
  }
}
.widget.recent-posts-widget .tab-head h3 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
}
.widget.recent-posts-widget .tab-head a {
  display: block;
  padding: 15px 5px 14px;
  font: 600 13px / 1.2 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 480px) {
  .widget.recent-posts-widget .tab-head a {
    padding: 18px 5px 17px;
    font-size: 16px;
  }
}
.widget.recent-posts-widget .tab-head a.active, .widget.recent-posts-widget .tab-head a.active:hover, .widget.recent-posts-widget .tab-head a.active:active, .widget.recent-posts-widget .tab-head a.active:focus {
  color: #fff;
}
.tab-content &gt; .active {
  display: block;
}
.side-nav ul, #header .social-networks, #nav .drop ul, .social-networks, .widget.profile-widget.version-ii .social-networks, .widget ul, .widget ol, .footer-nav ul, .policy-nav ul, .instagram-list, .recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul {
  padding-left: 2em;
}
.widget.recent-posts-widget ul, .widget.recent-posts-widget ol {
  padding: 0;
  margin: 0 0 -23px;
  font: 600 13px / 1.63 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1230px) {
  .widget.recent-posts-widget ul, .widget.recent-posts-widget ol {
    font-size: 16px;
  }
}
.widget.recent-posts-widget.version-ii ul, .widget.recent-posts-widget.version-ii ol {
  font-size: 14px;
  line-height: 1.71;
}
.side-nav ul li, #header .social-networks li, #nav .drop ul li, .social-networks li, .widget.profile-widget.version-ii .social-networks li, .widget ul li, .widget ol li, .footer-nav ul li, .policy-nav ul li, .instagram-list li, .recent-posts ul li {
  list-style-type: none;
}
.widget.recent-posts-widget ul li, .widget.recent-posts-widget ol li {
  overflow: hidden;
  margin: 0 0 23px;
  padding: 21px 0 0;
  position: relative;
}
.widget.recent-posts-widget.version-ii ul li, .widget.recent-posts-widget.version-ii ol li {
  margin: 0 0 18px;
  padding: 0;
}
.widget.recent-posts-widget ul li:first-child, .widget.recent-posts-widget ol li:first-child {
  padding-top: 0;
}
.widget.recent-posts-widget.version-ii ul li:first-child, .widget.recent-posts-widget.version-ii ol li:first-child {
  padding: 0;
}
.widget.recent-posts-widget .descr {
  overflow: hidden;
}
.widget.recent-posts-widget h4 {
  color: #2a2d34;
  margin: 0 0 7px;
  font: inherit;
}
.widget.recent-posts-widget.version-ii h4 {
  margin: 0 0 -1px;
}
.widget.recent-posts-widget .post-tag {
  display: block;
  font-family: empty;
  text-transform: uppercase;
}
.widget.recent-posts-widget time {
  color: #a3a3a3;
  margin: 0 9px 0 0;
  font: 700 11px / 1.2 "biko", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
}
.widget.recent-posts-widget time a {
  color: inherit;
  text-decoration: none;
}
.aside {
  font-weight: 300;
  font-size: 14px;
  line-height: 2.17;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .aside {
    padding-bottom: 90px;
  }
}
@media (min-width: 1230px) {
  .aside {
    padding-top: 116px;
    padding-bottom: 88px;
  }
}
.version-ii .aside, .aside.version-ii, .version-iii .aside, .aside.version-iii {
  color: #efefef;
  position: relative;
  z-index: 1;
}
.aside.version-ii {
  padding-bottom: 78px;
}
.aside .holder {
  font-family: 'lora';
}
.aside .col {
  font-family: 'lora';
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .aside .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .aside .col {
    width: 23.15%;
    margin-bottom: 0;
  }
}
.aside .col:first-child {
  padding-right: 3%;
}
.aside .logo {
  margin: -13px 0 18px;
}
.logo a {
  display: block;
  font-size: 20px;
  color: #2a2d34;
  white-space: nowrap;
}
.aside .logo a{
  color: #fff;
}
.aside p {
  margin: 0 0 12px;
}
.footer-nav {
  font-family: 'lora';
  font-weight: 500;
}
.aside .col.footer-nav {
  font-family: 'lora';
}
@media (min-width: 992px) {
  .aside .col.footer-nav {
    width: 21.5%;
    padding-right: 3%;
  }
}
@media (min-width: 1230px) {
  .aside .col.footer-nav {
    width: 25.5%;
  }
}
.aside h3 {
  color: #2a2d34;
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .aside h3 {
    font-size: 16px;
    margin: 0 0 29px;
  }
}
@media (min-width: 992px) {
  .aside h3 {
    font-size: 13px;
  }
}
@media (min-width: 1230px) {
  .aside h3 {
    font-size: 16px;
  }
}
.version-ii .aside h3, .aside.version-ii h3, .version-iii .aside h3, .aside.version-iii h3 {
  color: #fefeff;
}
.footer-nav li {
  margin: 0 0 2px;
}
.version-ii .aside .footer-nav a, .aside.version-ii .footer-nav a, .version-iii .aside .footer-nav a, .aside.version-iii .footer-nav a {
  color: #e0e0e0;
}
.version-ii .aside:before, .aside.version-ii:before, .version-iii .aside:before, .aside.version-iii:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
}
.version-ii .aside:before, .aside.version-ii:before, .version-iii .aside:before, .aside.version-iii:before {
  z-index: -1;
  display: block;
  background: #2a2d34;
}
.footer-nav a:hover, .footer-nav a:active, .footer-nav a:focus {
  text-decoration: none;
}
#back-top, #header .social-networks a:hover, .changer-opener .fa-cog, #header .social-networks a:focus, #header .social-networks a:active, #nav li.icon-li a:focus, #nav li.icon-li a:active, #nav li.icon-li.active a:hover, #nav li.icon-li.active a:focus, #nav li.icon-li.active a:active, #nav .icon-menu.active, .active #nav .icon-menu, #nav .icon-menu:hover, #nav .icon-menu:focus, #nav .icon-menu:active, .widget.contact-widget a:hover, .widget.contact-widget a:focus, .widget.contact-widget a:active, .widget.widget-block .social-networks a:hover, .widget.widget-block .social-networks a:active, .widget.widget-block .social-networks a:focus, .widget.widget_categories ul a:hover, .widget.widget_categories ul a:active, .widget.widget_categories ul a:focus, .widget.recent-posts-widget time a:hover, .widget.recent-posts-widget time a:active, .widget.recent-posts-widget time a:focus, .widget.profile-widget.version-ii .social-networks a:hover, .widget.profile-widget.version-ii .social-networks a:active, .widget.profile-widget.version-ii .social-networks a:focus, .version-ii .aside .footer-nav li.active a, .aside.version-ii .footer-nav li.active a, .version-iii .aside .footer-nav li.active a, .aside.version-iii .footer-nav li.active a, .version-ii .aside .footer-nav a:hover, .version-ii .aside .footer-nav a:focus, .version-ii .aside .footer-nav a:active, .aside.version-ii .footer-nav a:hover, .aside.version-ii .footer-nav a:focus, .aside.version-ii .footer-nav a:active, .version-iii .aside .footer-nav a:hover, .version-iii .aside .footer-nav a:focus, .version-iii .aside .footer-nav a:active, .aside.version-iii .footer-nav a:hover, .aside.version-iii .footer-nav a:focus, .aside.version-iii .footer-nav a:active, .aside .social-networks a:hover, .aside .social-networks a:active, .aside .social-networks a:focus, .footer-nav li.active a, .footer-nav a:hover, .footer-nav a:active, .footer-nav a:focus, #footer a:hover, #footer a:focus, #footer a:active, .policy-nav a:hover, .policy-nav a:focus, .policy-nav a:active, .read-more, .masonry-blocks .info a:hover, .masonry-blocks .info a:focus, .masonry-blocks .info a:active, .commentlist-item .name a:hover, .commentlist-item .name a:focus, .commentlist-item .name a:active, .commentlist-item .comment-reply-link:hover, .commentlist-item .comment-reply-link:active, .commentlist-item .comment-reply-link:focus, .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active, .single-postv2 .info a:hover, .single-postv2 .info a:focus, .single-postv2 .info a:active, .page-error h1 .text-color, h2 a:hover, h2 a:active, h2 a:focus, h1 a:hover, h1 a:active, h1 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus, .slideshow .header a, .cols-holder time a, .link-more:hover, .link-more:active, .link-more:focus, .video-holder .ico-play:hover, .video-holder .ico-play:active, .video-holder .ico-play:focus, .page-error .comming-timer .countdown-amount {
  color: #de1c31;
}
.subscribe-form {
  padding: 13px 0 0;
}
.subscribe-form .form-group {
  position: relative;
  margin: 0;
  padding-right: 46px;
}
.form-control {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 2.2857142857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.subscribe-form .form-control {
  width: 100%;
  height: 44px;
  color: #b9b9b9;
  background: #2a2d34;
  border: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font: 300 12px / 1.1 "Merriweather", Georgia, "Times New Roman", Times, serif;
  padding: 10px 18px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
aside.version-ii .subscribe-form .form-control {
  background: #22252b;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 46px;
  color: #fff;
  display: block;
  border: 0;
  padding: 5px;
  font-size: 16px;
}
.ico-send:before {
  content: "\e904";
}
.subscribe-form button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.subscribe-form button:hover, .subscribe-form button:active, .subscribe-form button:focus {
  background: #b9b9b9;
}
.subscribe-form button:hover:before, .subscribe-form button:active:before, .subscribe-form button:focus:before {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}
#footer {
  z-index: 1;
  color: #fff;
  padding-top: 22px;
  padding-bottom: 19px;
  text-align: center;
  font: 12px / 2.17 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
@media (min-width: 640px) {
  #footer {
    text-align: left;
  }
}
#footer.version-ii {
  text-align: center;
}
@media (min-width: 768px) {
  #footer.version-ii {
    text-align: left;
  }
}
#footer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
}
#footer:before {
  z-index: -1;
  background: #2a2d34;
  display: block;
}
#footer.version-ii:before {
  background: #22252b;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
#footer p {
  margin: 0;
}
#footer .social-networks {
  font-family: 'lora';
  text-align: right;
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .social-networks {
    text-align: right;
    padding: 0;
  }
}
#footer .social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
@media (min-width: 768px) {
  #footer .social-networks li {
    margin: 0 0 0 16px;
  }
}
#footer a {
  color: inherit;
}
#footer .social-networks a {
  font-size: 12px;
}
.ico-facebook:before {
  content: "\e909";
}
.ico-twitter:before {
  content: "\e908";
}
.ico-google-plus:before {
  content: "\e907";
}
.ico-linkedin:before {
  content: "\e906";
}
.ico-pinterest:before {
  content: "\e905";
}
#bs-example-navbar-collapse-1{
  display: none;
}
#bs-example-navbar-collapse-1.show{
  display: block;
}
.post-block {
  padding: 0 17px 0 13px;
  position: relative;
  font-size: 12px;
  line-height: 2.17;
}
.post-block.single-post {
  font-size: 14px;
  line-height: 2.2857142857;
  padding: 0;
  margin-bottom: 35px;
}
.post-block .post-holder {
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 11px rgba(0, 0, 0, .06);
  overflow: hidden;
  padding: 0 26px 62px;
  position: relative;
}
.post-block.single-post .post-holder {
  padding-top: 26px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .post-block.single-post .post-holder {
    padding-bottom: 71px;
  }
}
.post-block .img-holder, .post-block .video-holder {
  overflow: hidden;
  margin: 0 -27px 22px;
  text-align: center;
}
.post-block.single-post .img-holder, .post-block.single-post .video-holder {
  margin: 0 0 26px;
}
.post-block img {
  max-width: none;
  width: 100%;
}
.post-block.single-post time {
  margin: 0 0 27px -25px;
}
blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.post-block blockquote {
  font-size: 14px;
  line-height: 2.2857142857;
  padding: 0 20px;
  margin: 0;
  font-style: italic;
}
@media (min-width: 768px) {
  .post-block blockquote {
    max-width: 84%;
  }
}
.ico-user:before {
  content: "\e90f";
}
.ico-tag:before {
  content: "\e910";
}
.comments, .comment-respond, .recent-posts {
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 11px rgba(0, 0, 0, .06);
  margin-bottom: 40px;
}
.comments .header, .comment-respond .header, .recent-posts .header {
  overflow: hidden;
  margin: 0 0 28px;
  padding: 32px 29px 0;
  color: #a6a6a6;
  font: 13px / 2 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comments h2, .comments h3, .comment-respond h2, .comment-respond h3, .recent-posts h2, .recent-posts h3 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.2;
  color: #2a2d34;
}
@media (min-width: 768px) {
  .comments h2, .comments h3, .comment-respond h2, .comment-respond h3, .recent-posts h2, .recent-posts h3 {
    font-size: 20px;
  }
}
.comments .header p, .comment-respond .header p, .recent-posts .header p {
  margin: 0;
}
.comment-form {
  overflow: hidden;
  padding: 0 29px 38px;
}
@media (min-width: 1230px) {
  .comment-form {
    padding: 9px 29px 42px;
  }
}
@media (min-width: 640px) {
  .comment-form .wrap {
    width: calc(100% + 14px);
  }
}
@media (min-width: 768px) {
  .comment-form .wrap &gt; * {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 14px);
    margin: 0 10px 0 0;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form label {
  font: 600 13px / 2 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2a2d34;
  margin-bottom: 3px;
}
.comment-form input[type="text"], .comment-form input[type="search"], .comment-form input[type="password"], .comment-form input[type="email"], .comment-form input[type="tel"], .comment-form input[type="url"], .comment-form textarea {
  box-sizing: border-box;
  margin: 0 0 15px;
  font: 12px / 1.2 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 38px;
  color: #b7b7b7;
  outline: none;
  display: block;
  border: 0;
  background: #f5f5f5;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .comment-form input[type="text"], .comment-form input[type="search"], .comment-form input[type="password"], .comment-form input[type="email"], .comment-form input[type="tel"], .comment-form input[type="url"], .comment-form textarea {
    height: 58px;
    padding: 17px 23px;
  }
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea {
  padding: 22px;
  resize: none;
  min-height: 154px;
  height: 154px;
}
@media (min-width: 768px) {
  .comment-form input[type="text"], .comment-form input[type="search"], .comment-form input[type="password"], .comment-form input[type="email"], .comment-form input[type="tel"], .comment-form input[type="url"], .comment-form textarea {
    height: 58px;
    padding: 17px 23px;
  }
}
.comment-form .comment-form-comment {
  margin: 0 0 8px;
  overflow: hidden;
}
.comment-form input[type="submit"] {
  display: block;
  float: none;
}
.comment-form input[type="submit"], .post-password-form input[type="submit"], .search-form input[type="submit"] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em;
}
.comment-form input[type="button"], .comment-form input[type="submit"], .comment-form button[type="button"], .comment-form button[type="submit"] {
  border-radius: 2px;
  border: 0;
  font: 600 14px / 1.5 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-align: center;
  padding: 15px;
  height: 57px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
@media (min-width: 640px) {
  .comment-form input[type="button"], .comment-form input[type="submit"], .comment-form button[type="button"], .comment-form button[type="submit"] {
    min-width: 236px;
  }
}
#nav .btn:hover, #nav .btn:focus, #nav .btn:active, .widget::before, .widget.widget_search button, .widget.recent-posts-widget .tab-head a.active, .widget.recent-posts-widget .tab-head a.active:hover, .widget.recent-posts-widget .tab-head a.active:active, .widget.recent-posts-widget .tab-head a.active:focus, .widget.recent-posts-widget .tag.hot::before, .widget .social-networks.justify a::before, .widget ul.social-networks.justify a::before, .subscribe-form button, .post-block time a, .masonry-blocks blockquote, .image-slider .btn-prev:hover, .image-slider .btn-prev:focus, .image-slider .btn-prev:active, .image-slider .btn-next:hover, .image-slider .btn-next:focus, .image-slider .btn-next:active, .comment-form input[type="button"], .comment-form input[type="submit"], .comment-form button[type="button"], .comment-form button[type="submit"], .btn-default:hover, .btn-default:focus, .btn-default:active, .switcher .slide.slick-current .slide-holder, .slideshow .title::before, .switcher .slide-holder:hover, #nav .navbar-toggle .icon-bar, .masonry-blocks time a::after, .masonry-blocks time span::after, .masonry-blocks time strong::after, #nav .drop a:hover:after, .side-nav h2 {
  background-color: #de1c31;
}
.comment-form input[type="button"]:hover, .comment-form input[type="button"]:focus, .comment-form input[type="button"]:active, .comment-form input[type="submit"]:hover, .comment-form input[type="submit"]:focus, .comment-form input[type="submit"]:active, .comment-form button[type="button"]:hover, .comment-form button[type="button"]:focus, .comment-form button[type="button"]:active, .comment-form button[type="submit"]:hover, .comment-form button[type="submit"]:focus, .comment-form button[type="submit"]:active {
  background: #2a2d34;
}
@media (min-width: 1230px) {
  .widget.profile-widget p {
    margin: 0 0 30px;
  }
}
.widget.profile-widget {
  background: #2a2d34;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 40px 30px 62px;
  border: 0;
}
.widget.profile-widget.version-ii {
  background: #fff;
  color: #2a2d34;
  padding-bottom: 42px;
}
.widget.profile-widget.version-ii .social-networks {
  text-align: center;
  position: static;
  font-family: empty;
  line-height: 1;
  text-align: center;
}
.widget.profile-widget.version-ii .social-networks li {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.widget.profile-widget.version-ii .social-networks a {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 14px;
  color: #2a2d34;
}

.post-block.single-post footer .text {
  max-width: none;
  width: 100%;
  display: block;
  float: none;
}
@media (min-width: 768px) {
  .post-block.single-post footer .text {
    max-width: 49%;
    float: left;
    width: auto;
  }
}
.post-block footer .text + .text {
  position: relative;
}
.post-block.single-post p {
  margin: 0 0 21px;
}
.post-block.single-post footer {
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0 -23px;
}



.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

</pre></body></html>