.black-link {
  color: #414141;
}
.black-link:hover {
  color: #cc6666;
}
.darken-after:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.rounded {
  border-radius: 2px !important;
}
.box-shadowed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}
html {
  color: #414141;
}
body {
  background: #f0f0f0;
  font-family: 'Open Sans';
}
p {
  line-height: 1.5rem;
}
a {
  color: #cc6666;
}
blockquote {
  border-color: #cc3333;
  border-width: 3px;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.56rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 1.85rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1rem;
}
*::-moz-selection {
  background: #660000;
  color: #fff;
}
*::selection {
  background: #660000;
  color: #fff;
}
*:focus {
  outline: none;
}
.card-panel,
.card {
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
table,
th,
td {
  border: 1px solid #e0e0e0;
}
td,
th {
  padding: 10px 5px;
}
a.gotocategory {
  font-size: 14px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  line-height: 40px;
  margin: .5rem 0 1rem 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
a.gotocategory:hover {
  background: rgba(255, 255, 255, 0.15);
}
a.gotocategory:active {
  background: rgba(255, 255, 255, 0.12);
}
a.popup-element {
  padding: 0 !important;
  box-shadow: none !important;
}
.spinner-white,
.spinner-white-only {
  border-color: #fff;
}
.header {
  margin-bottom: 1rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.header .header-wrapper {
  overflow: hidden;
  background-image: url(http://aartyk.ru/wp-content/themes/aartyk/css/../img/bg.jpg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.header .header-wrapper .logo {
  padding: 1rem 0;
}
.header .header-wrapper .logo img {
  width: 380px;
  max-width: 66%;
}
@media only screen and (max-width: 992px) {
  .header .header-wrapper .logo {
    text-align: center;
    padding: .5rem 0 0 0;
  }
}
.header .header-wrapper .header-container {
  position: relative;
  overflow: hidden;
}
.header .header-wrapper .header-container .header-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90px;
  font-size: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}
.header .header-wrapper .header-container .header-right.shown {
  opacity: 1;
  transform: translateY(0);
}
.header .menu {
  position: relative;
  background-color: inherit;
  color: #414141;
}
.currency {
  display: inline-block;
  z-index: 0;
  height: 100%;
  position: relative;
  padding: 1rem 10px 0 10px;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.currency:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transform: skewX(-22deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.currency .title {
  display: block;
  font-family: Roboto;
  font-size: .85rem;
}
.currency .item {
  display: inline-block;
  margin: 0 10px;
  line-height: 45px;
}
.currency .item .name {
  color: #F5D374;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.currency .item .value {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 36px;
  margin-left: 5px;
}
.currency .item .dif {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
  text-shadow: none;
}
.currency .item .dif.pos {
  color: #900;
}
.currency .item .dif.neg {
  color: #060;
}
#currency {
  z-index: 0;
  height: 100%;
  margin-right: 20px;
  position: relative;
  float: right;
  padding: 1rem 10px;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#currency:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transform: skewX(-22deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.weather {
  display: inline-block;
  z-index: 0;
  vertical-align: top;
  height: 100%;
  position: relative;
  padding: 1rem 1rem 0 2rem;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  min-width: 130px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.weather a {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.weather span {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.weather .city {
  display: block;
  font-family: Roboto;
  font-size: 0.85rem;
}
.weather .weather-img,
.weather .temperature {
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
}
.weather .temperature {
  margin-left: 10px;
}
.weather:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 250%;
  background: rgba(0, 0, 0, 0.4);
  transform: skewX(-22deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.weather:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#weather-modal {
  font-family: 'Roboto', 'Fira Sans', 'Open Sans';
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  margin: 0 auto;
  background: #007b9a;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-width: 560px;
}
@media only screen and (max-width: 992px) {
  #weather-modal {
    max-width: 550px;
  }
}
#weather-modal .today {
  padding: 25px 25px 0 25px;
  color: #fff;
}
#weather-modal .today .location {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 300;
}
#weather-modal .today .date {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#weather-modal .today .temp {
  display: block;
  text-align: right;
  font-size: 4rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}
#weather-modal .today .description {
  display: block;
  margin-bottom: 10px;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}
#weather-modal .today .description:first-letter {
  text-transform: uppercase;
}
#weather-modal .today .conditions {
  font-family: 'Roboto', 'Fira Sans', 'Open Sans';
  font-size: 1rem;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 -25px;
  padding: 10px 25px 10px 125px;
}
#weather-modal .today .conditions span {
  display: block;
  position: relative;
  line-height: 1.6;
}
#weather-modal .today .conditions span:before {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}
#weather-modal .today .conditions .wind:before {
  content: 'Ветер: ';
}
#weather-modal .today .conditions .humidity:before {
  content: 'Влажность: ';
}
#weather-modal .today .conditions .pressure:before {
  content: 'Давление: ';
}
#weather-modal .today .conditions .clouds:before {
  content: 'Облачность: ';
}
#weather-modal .today .conditions .sunrise:before {
  content: '\f051';
  font-family: 'weathericons';
}
#weather-modal .today .conditions .sunset:before {
  content: '\f052';
  font-family: 'weathericons';
}
#weather-modal .forecast {
  padding: 25px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#weather-modal .forecast .title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
#weather-modal .forecast .forecast-days ul {
  display: table;
  width: 100%;
}
#weather-modal .forecast .forecast-days ul li {
  display: table-row;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-right: none;
  text-align: left;
}
#weather-modal .forecast .forecast-days ul li .week {
  padding: 0 0 0 1rem;
  width: 130px;
}
#weather-modal .forecast .forecast-days ul li .description {
  line-height: 1;
  font-size: .9rem;
  color: #e0e0e0;
}
#weather-modal .forecast .forecast-days ul li .temps {
  width: 100px;
  text-align: right;
  padding: 0 1rem 0 0;
}
@media only screen and (max-width: 602px) {
  #weather-modal .forecast .forecast-days ul li .week {
    width: 110px;
  }
  #weather-modal .forecast .forecast-days ul li .temps {
    width: 90px;
  }
}
#weather-modal .forecast .forecast-days ul li * {
  display: table-cell !important;
  vertical-align: middle !important;
  margin-bottom: none !important;
  font-family: Roboto;
  font-weight: 300;
  font-size: 1rem;
  height: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#weather-modal .forecast .forecast-days ul li .wi {
  display: block;
  font-size: 1.5rem;
  font-family: weathericons;
  width: 2.2rem;
}
@media only screen and (max-width: 602px) {
  #weather-modal .forecast .forecast-days {
    margin: 0 -25px 0 -25px;
  }
}
iframe#adv_banner {
  max-width: 625px;
  max-height: 140px;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* ZOOM EFFECT */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.menu-toggler-wrapper {
  background: transparent;
  display: block;
  font-size: 0;
  text-align: right;
}
.menu-toggler-wrapper .search-toggler,
.menu-toggler-wrapper #menu-toggler {
  font-size: 1.4rem;
  line-height: 45px;
}
#menu-toggler,
.search-toggler {
  display: inline-block;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  color: #414141;
}
#menu-toggler i,
.search-toggler i {
  padding: 5px 1rem;
}
#menu-toggler.active,
.search-toggler.active {
  color: #cc0000;
}
#menu-close {
  display: none;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: .8rem;
  color: #9f9f9f;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#menu-close:hover {
  color: #fff;
}
#menu-close:hover i {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
}
#mobile-menu {
  display: none;
  padding: 0;
  background: #333333;
  color: #fff;
}
#mobile-menu h5 {
  padding: 1.5rem 1rem;
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0;
}
#mobile-menu ul {
  font-size: 0;
  margin: 0;
}
#mobile-menu ul li {
  display: block;
  font-size: 1rem;
  line-height: 40px;
}
#mobile-menu ul li.current-menu-item > a {
  background: #cc6666;
  color: #fff;
}
#mobile-menu a {
  position: relative;
  color: #eee;
  padding: 5px 5px 5px 1rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
}
#mobile-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#mobile-menu a:hover .more-arrow {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#mobile-menu .more-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  text-align: center;
}
#mobile-menu .more-arrow i {
  vertical-align: -webkit-baseline-middle;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#mobile-menu .more-arrow i.open {
  transform: rotate(180deg);
}
#mobile-menu .sub-menu {
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
#mobile-menu .sub-menu li a {
  padding-left: 2rem;
}
#mobile-menu .weather {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  padding-bottom: .25rem;
  text-align: right;
  background: rgba(0, 0, 0, 0.2);
}
#mobile-menu .weather:before {
  display: none;
}
#mobile-menu .currency-toggler {
  outline: 0;
  position: relative;
  cursor: pointer;
  font-family: 'Roboto';
  font-size: .85rem;
  text-align: right;
  padding: 5px 35px 5px 5px;
  line-height: 2;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.2);
}
#mobile-menu .currency-toggler:after {
  content: ' \f107';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  font-size: 1rem;
  line-height: 2.4;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#mobile-menu .currency-toggler.opened:after {
  transform: rotate(180deg);
}
#mobile-menu .currency {
  display: none;
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
  background: rgba(0, 0, 0, 0.2);
}
#mobile-menu .currency .title {
  display: none;
}
#mobile-menu .currency .item {
  float: none;
  display: inline-block;
}
#mobile-menu .currency:before {
  display: none;
}
#desktop-menu {
  cursor: default;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  line-height: 45px;
}
#desktop-menu ul {
  display: inline;
  margin: 0;
}
#desktop-menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  font-size: 1.1rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#desktop-menu li a {
  position: relative;
  color: #414141;
  display: inline-block;
}
#desktop-menu li a:hover {
  color: #cc0000;
}
#desktop-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 2px 2px;
}
#desktop-menu .sub-menu li {
  display: block;
  padding: 0 1rem;
}
#desktop-menu .sub-menu > li.current-menu-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  bottom: 0;
  width: 3px;
  height: 100%;
  background: #cc0000;
}
#desktop-menu .current-menu-item > a {
  position: relative;
  color: #cc0000;
}
#desktop-menu .current-menu-item > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #cc0000;
}
#desktop-menu .search-toggler {
  display: inline;
  font-size: 1rem;
  color: #888;
}
#desktop-menu .search-toggler i {
  line-height: 45px;
  vertical-align: top;
  padding: 0 .8rem;
}
#desktop-menu .search-toggler.active i {
  color: #cc0000;
}
#desktop-menu .search-toggler:hover {
  color: #cc0000;
}
#desktop-menu a.social-link {
  display: inline-block;
  float: right;
  line-height: 45px;
  color: #444;
}
#desktop-menu a.social-link span {
  font-size: 1rem;
}
#desktop-menu a.social-link i {
  font-size: 2rem;
}
#index-top-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5rem 0 1rem 0;
}
#index-top-flex-wrapper .flex-left {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  margin-right: .75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#index-top-flex-wrapper .flex-center {
  overflow: hidden;
  -webkit-box-flex: 3;
  -ms-flex: 3 1 10px;
  flex: 3 1 10px;
  margin: 0 .75rem;
}
@media only screen and (max-width: 992px) {
  #index-top-flex-wrapper .flex-center {
    margin: 0;
  }
}
#index-top-flex-wrapper .flex-right {
  position: relative;
  overflow: hidden;
  flex: 1 1 100px;
  margin-left: .75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#index-top-flex-wrapper .flex-right #popular-discus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 1rem;
  background: #fff;
}
#index-top-flex-wrapper .flex-right #popular-discus:before,
#index-top-flex-wrapper .flex-right #popular-discus:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1rem;
  z-index: 1;
  background: #fff;
}
#index-top-flex-wrapper .flex-right #popular-discus:before {
  top: 0;
}
#index-top-flex-wrapper .flex-right #popular-discus:after {
  bottom: 0;
}
#index-top-flex-wrapper .tile {
  margin: 0;
}
#ajax-feed {
  margin-bottom: 1rem;
}
#society-section {
  margin: .5rem 0 2rem 0;
}
#society-section h2.title {
  font-weight: 200;
  font-family: Roboto, 'Open Sans', sans-serif;
  margin-bottom: 2rem;
}
#society-section h2.title:before {
  content: '#';
  font-weight: 300;
}
#society-section .post {
  display: flex;
  flex-flow: row wrap;
  margin: .5rem 0 2rem 0;
}
#society-section .post .thumb {
  flex: 1 1 100px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #666;
  min-height: 250px;
}
#society-section .post .thumb a {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  #society-section .post .thumb {
    flex: 1 1 500px;
  }
}
#society-section .post .content {
  flex: 2 1 100px;
  padding: 0 2rem;
}
#society-section .post .content .title {
  font-family: Roboto, 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
#society-section .post .content .title a {
  color: #414141;
}
#society-section .post .content .title a:hover {
  opacity: .75;
}
#society-section .post .content .meta {
  font-size: 12px;
  color: #9f9f9f;
}
#sakha-section h2 {
  font-weight: 800;
}
#sakha-section h4 {
  font-family: Roboto;
  font-weight: 300;
  border-bottom: 2px solid #fff;
  line-height: 1.5;
}
#sakha-section .tile .content .title {
  width: 100%;
  font-size: 1.2rem;
}
#sakha-section .tile .thumb {
  padding-bottom: 75%;
}
@media only screen and (max-width: 600px) {
  #sakha-section .tile .thumb {
    padding-bottom: 50%;
  }
}
#sakha-section .row {
  margin-bottom: 0;
}
#sakha-section #sakha-last-news-slider .slider-navigator {
  overflow: hidden;
  margin: .5rem 0 1rem 0;
}
#sakha-section #sakha-last-news-slider .slider-navigator .item {
  cursor: pointer;
  text-align: center;
  font-size: 1.1rem;
  line-height: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#sakha-section #sakha-last-news-slider .slider-navigator .item.slick-current {
  cursor: default;
  background: #ccc;
  color: #414141;
}
#sakha-section #sakha-last-news-slider .slider-navigator .item:hover:not(.slick-current) {
  background: rgba(255, 255, 255, 0.15);
}
#sakha-section #sakha-last-news-slider .slider-content {
  margin: 0 -0.75rem;
}
#sakha-section #sakha-last-news-slider .slider-content .item {
  margin: 0 .75rem;
}
#last-news-carousel .tile {
  display: none;
}
.tile.main-nocomments .thumb,
.cat-nocomments .tile .thumb {
  padding-bottom: 100%;
}
#last-news-carousel .tile .thumb {
  padding-bottom: 56.25%;
}
#no-comments-carousel a.carousel-more {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  margin: .5rem 0 1rem 0;
  padding-bottom: 100%;
  background: rgba(0, 0, 0, 0.05);
}
#no-comments-carousel a.carousel-more span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #414141;
  transform: translate(-50%, -50%);
}
#no-comments-carousel a.carousel-more span::after {
  content: 'Ещё';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
}
#no-comments-carousel a.carousel-more span i {
  font-size: 4rem;
}
.main-block {
  overflow: hidden;
}
.main-block .left-side {
  position: relative;
  padding: 0;
}
.main-block .left-feed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-block .left-feed .title {
  display: none;
  margin: 0 0 1rem 0;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: 300;
}
.main-block .left-feed .simple-posts-container {
  height: 100%;
}
.main-block .left-feed:before,
.main-block .left-feed:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1rem;
  z-index: 1;
  background: #fff;
}
.main-block .left-feed:before {
  top: 0;
}
.main-block .left-feed:after {
  bottom: 0;
}
.simple-posts-container {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 1rem;
  background: #fff;
}
.simple-posts-container .simple-post {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.simple-posts-container .month {
  font-family: 'Fira Sans', 'Open Sans';
  font-size: 1em;
  font-weight: 400;
  color: #006666;
  margin: 2rem 0 .5rem 0;
  padding-bottom: .25rem;
  border-bottom: 1px solid #e0e0e0;
}
.simple-posts-container .month:first-child {
  margin-top: 0;
}
.simple-posts-container .time {
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2;
  color: #9f9f9f;
}
.simple-posts-container .post-title {
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
}
.simple-posts-container .post-title h6 {
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.simple-posts-container a {
  display: block;
  color: #414141;
}
.simple-posts-container a:hover {
  color: #cc6666;
}
.tagcloud {
  padding: 24px;
}
.tagcloud a {
  display: inline-block;
  font-weight: normal;
  padding: 4px 6px;
  margin: 0 0 3px 0;
  background: #F8F8F8;
  text-decoration: none;
  font-family: 'Roboto Condensed';
  font-size: 12px !important;
  text-align: center;
}
.tagcloud a:hover {
  background: #cc6666;
  color: #fff;
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-container .flex-item {
  margin: .25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 240px;
  flex: 1 1 240px;
}
.field {
  padding: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.field > .title {
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
.index-title {
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
.custom-tabs ul.tabs {
  overflow: inherit;
  background-color: transparent;
  height: 30px;
  line-height: 30px;
  margin: 1rem 0 10px 0;
}
.custom-tabs ul.tabs li.tab {
  font-weight: 700;
  height: inherit;
  line-height: inherit;
}
.custom-tabs ul.tabs li.tab a {
  display: inline;
  font-size: .8rem;
  padding: 0;
  color: #c1c1c1;
}
.custom-tabs ul.tabs li.tab a.active {
  color: #414141;
}
.custom-tabs ul.tabs .indicator {
  background-color: #cc0000;
}
.custom-tabs ol {
  margin-bottom: 0;
}
#ads-block .ad-element {
  margin: .5rem 0 1rem 0;
}
#ads-block a {
  display: block;
}
#ads-block img {
  width: 100%;
  background: #fff;
}
.tile {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: .5rem 0 1rem 0;
  position: relative;
  overflow: hidden;
}
.tile.main-nocomments {
  font-family: 'Roboto';
}
.tile.main-nocomments .content .title {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
}
.tile .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #666;
  padding-bottom: 56.25%;
}
.tile .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1rem 1rem 1rem;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.tile .content .title {
  width: 80%;
  margin: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -.5px;
}
@media only screen and (max-width: 600px) {
  .tile .content .title {
    font-size: 1.5rem;
    width: 100%;
  }
}
.tile .content .meta {
  display: block;
  margin-top: 10px;
  font-size: .8rem;
  color: #bbb;
  font-weight: normal;
}
.tile .content .meta i {
  font-size: inherit;
  line-height: 1.5;
}
.tile .content .excerpt {
  font-size: .85rem;
  opacity: .7;
  margin-bottom: 0;
  line-height: 20px;
}
.tile a.open {
  position: relative;
  display: block;
}
.tile:hover .darken-after:after {
  opacity: 1;
}
.cat-nocomments .tile .content .title {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (max-width: 600px) {
  .cat-nocomments .tile .content .title {
    width: 100%;
  }
}
.horizontal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #fff;
  overflow: hidden;
  margin: .5rem 0 1rem 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.horizontal-card .horizontal-card-thumb {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 140px;
}
.horizontal-card .horizontal-card-thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .horizontal-card .horizontal-card-thumb {
    min-height: 170px;
  }
}
.horizontal-card .horizontal-card-thumb a {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.horizontal-card .horizontal-card-content {
  -webkit-box-flex: 4;
  -ms-flex: 4 1 300px;
  flex: 4 1 300px;
  padding: 1rem;
}
.horizontal-card .horizontal-card-content .title {
  font-family: 'Fira Sans', 'Open Sans';
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.horizontal-card .horizontal-card-content .title a {
  color: #414141;
}
.horizontal-card .horizontal-card-content .title a:hover {
  color: #cc6666;
}
.horizontal-card .horizontal-card-content .meta {
  font-size: .75rem;
  color: #9f9f9f;
  font-weight: normal;
}
.horizontal-card .horizontal-card-content .meta i {
  font-size: inherit;
  line-height: 1.5;
}
.horizontal-card .horizontal-card-content .meta a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #9f9f9f;
}
.horizontal-card .horizontal-card-content .meta a:hover {
  color: #660000;
}
.horizontal-card .horizontal-card-content p,
.horizontal-card .horizontal-card-content .excerpt {
  font-size: .85rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.horizontal-card:hover .horizontal-card-thumb:after {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  #index-recommended .horizontal-card .horizontal-card-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    min-height: 100px;
  }
  #index-recommended .horizontal-card .horizontal-card-content {
    -webkit-box-flex: 4;
    -ms-flex: 4 1 100px;
    flex: 4 1 100px;
  }
  #index-recommended .horizontal-card .horizontal-card-content .title {
    font-size: 1rem;
  }
  #index-recommended .horizontal-card .horizontal-card-content p.excerpt {
    display: none;
  }
}
.cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -0.75rem;
}
.cards-container .card {
  position: relative;
  overflow: hidden;
  margin: .5rem .75rem .5rem .75rem;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 240px;
  flex: 1 0 240px;
  max-width: 950px;
}
.cards-container .card .thumb {
  position: relative;
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 56.25%;
}
.cards-container .card .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.cards-container .card .thumb a.open {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cards-container .card .content {
  padding: .75rem;
}
.cards-container .card .content .title {
  font-family: 'Fira Sans', 'Open Sans';
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.cards-container .card .content .title a {
  color: #414141;
}
.cards-container .card .content .title a:hover {
  color: #cc6666;
}
.cards-container .card .content .meta {
  font-size: .75rem;
  color: #9f9f9f;
  font-weight: normal;
}
.cards-container .card .content .meta i {
  font-size: inherit;
  line-height: 1.5;
}
.cards-container .card .content .meta a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #9f9f9f;
}
.cards-container .card .content .meta a:hover {
  color: #660000;
}
.cards-container .card .content .excerpt {
  font-size: .8rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.cards-container .card:hover .thumb:after {
  opacity: 1;
}
.category-title {
  color: #414141;
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.wrapper {
  margin: 1rem;
  padding-bottom: 1rem;
}
ul.small-posts-list li {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: .5rem 0 1rem 0;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 120px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
ul.small-posts-list li .thumb {
  flex: 0 0 160px;
  height: 120px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 600px) {
  ul.small-posts-list li .thumb {
    flex-basis: 100px;
  }
}
ul.small-posts-list li .title {
  display: block;
  flex: 1 1 10px;
  color: #fff;
  font-family: 'Fira Sans';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 10px;
}
ul.small-posts-list li .title .meta {
  display: block;
  font-family: 'Open Sans';
  font-size: .75rem;
  color: #9f9f9f;
  line-height: 2;
}
ul.small-posts-list li .title .excerpt {
  display: block;
  overflow: hidden;
  font-family: 'Open Sans';
  font-size: .75rem;
  line-height: 1.5;
  color: #ccc;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  transition-delay: .25s;
}
ul.small-posts-list li > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.important-card {
  display: block;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0;
}
.important-card h5 {
  color: #fff;
  font-family: 'Fira Sans', 'Open Sans';
  font-weight: 500;
  margin: 0 0 1rem 0;
  text-align: center;
  text-shadow: 0 1px 3px #777;
}
.important-card img {
  width: 100%;
  height: auto;
  margin-bottom: -7px;
}
.single-wrapper {
  padding: 1rem 36px 0 36px;
  position: relative;
  font-size: 1.066rem;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .single-wrapper {
    padding: 0;
    margin: -10px;
    font-size: 13px;
  }
}
.single-wrapper .title {
  font-family: 'Fira Sans', 'Open Sans';
  margin: 0 0 1rem 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 600px) {
  .single-wrapper .title {
    font-size: 1.5rem;
  }
}
.single-wrapper .meta {
  display: block;
  font-size: .8rem;
  color: #9f9f9f;
  font-weight: normal;
  margin-bottom: 2rem;
}
.single-wrapper .meta i {
  font-size: inherit;
  line-height: 1.5;
}
.single-wrapper .meta a {
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #9f9f9f;
}
.single-wrapper .meta a:hover {
  color: #660000;
  border: none;
}
.single-wrapper .excerpt {
  font-weight: 600;
}
.single-wrapper .thumb {
  margin-top: 1rem;
}
.single-wrapper .thumb img {
  display: block;
  width: 100%;
}
.single-wrapper p a,
.single-wrapper span a,
.single-wrapper ul a,
.single-wrapper ol a,
.single-wrapper li a,
.single-wrapper blockquote a,
.single-wrapper bold a,
.single-wrapper em a,
.single-wrapper strong a {
  border-bottom: 1px dotted #cc6666;
}
.single-wrapper p a:hover,
.single-wrapper span a:hover,
.single-wrapper ul a:hover,
.single-wrapper ol a:hover,
.single-wrapper li a:hover,
.single-wrapper blockquote a:hover,
.single-wrapper bold a:hover,
.single-wrapper em a:hover,
.single-wrapper strong a:hover {
  border-bottom: 1px solid #cc6666;
}
.single-wrapper img {
  width: 70%;
  height: auto;
  display: block;
  margin: 2rem auto;
}
@media only screen and (max-width: 600px) {
  .single-wrapper img {
    width: 100%;
  }
}
.single-wrapper ul {
  padding-left: 40px;
  list-style-type: disc;
}
.single-wrapper ul li {
  list-style-type: disc;
}
.single-wrapper strong,
.single-wrapper bold {
  font-weight: 600;
}
#nav-single {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
  overflow: hidden;
}
#nav-single .prev,
#nav-single .next {
  flex: 1 1 270px;
  align-content: flex-start;
  position: relative;
  margin: 0 .5rem .5rem .5rem;
  padding: 24px;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 600px) {
  #nav-single .prev,
  #nav-single .next {
    padding: 14px;
  }
  #nav-single .prev > span,
  #nav-single .next > span {
    margin: 0 0 14px 0!important;
  }
}
#nav-single .prev > span,
#nav-single .next > span {
  display: block;
  flex: 1 1 9000px;
  font-size: .875rem;
  font-weight: 600;
  font-family: 'Fira Sans', 'Open Sans';
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #006666;
  opacity: .75;
}
#nav-single .prev .thumb,
#nav-single .next .thumb {
  position: relative;
  flex: 0 0 140px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#nav-single .prev .thumb a,
#nav-single .next .thumb a {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#nav-single .prev .title,
#nav-single .next .title {
  flex: 1 1 10px;
}
#nav-single .prev a,
#nav-single .next a {
  display: block;
  font: 500 1rem/1.25 'Fira Sans', 'Open Sans';
  color: #414141;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#nav-single .prev a:hover,
#nav-single .next a:hover {
  color: #cc6666;
}
#nav-single .prev .thumb {
  margin-right: 1rem;
}
#nav-single .prev .title {
  text-align: left;
}
#nav-single .next .thumb {
  margin-left: 1rem;
}
#nav-single .next .title {
  text-align: right;
}
.related-posts-title {
  font: 600 1.75rem/110% 'Fira Sans', 'Open Sans';
  margin: 0 0 1rem 0;
}
.wp-caption-text {
  margin: -1.5rem 0 1.5rem 0;
  font-size: .85rem;
  text-align: center;
}
.recent-comments {
  font-size: 1rem;
}
.recent-comments .title {
  font-size: 1.1rem;
  font-weight: bold;
}
.recent-comments ul {
  font-size: .85em;
}
.recent-comments ul li {
  position: relative;
  margin-bottom: 1.5em;
}
.recent-comments ul li:last-child {
  margin: 0;
}
.recent-comments ul li b {
  color: #717171;
  font-weight: 600;
}
#popular-discus ul.tabs li a {
  font-family: 'Roboto Condensed';
  font-size: 14px;
}
ol.small-post-list {
  list-style-type: none;
  padding: 0;
}
ol.small-post-list li {
  position: relative;
  width: 100%;
  clear: both;
  padding: 0;
  line-height: 110%;
  font-size: .85rem;
  font-weight: 600;
}
ol.small-post-list li .small-thumb {
  float: left;
  margin-right: 10px;
}
ol.small-post-list li .right-side {
  display: table;
  min-height: 60px;
}
ol.small-post-list li .post-title {
  margin-bottom: 10px;
}
ol.small-post-list li .meta {
  color: #9f9f9f;
  font-size: .7rem;
  font-weight: normal;
  line-height: 1.5;
}
ol.small-post-list li .meta:after {
  content: '•';
  padding: 0 5px;
}
ol.small-post-list li .meta:last-child:after {
  content: '';
}
ol.small-post-list li a {
  display: block;
  padding: 10px 24px;
  color: #414141;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
ol.small-post-list li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.small-thumb {
  width: 80px;
  height: 60px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.meta span,
.meta a {
  margin-right: .75rem;
}
.meta span:last-child,
.meta a:last-child {
  margin: 0;
}
.iconed-date:before,
.iconed-time:before,
.iconed-comment:before {
  margin-right: 3px;
  font-family: FontAwesome;
}
.iconed-date:before {
  content: '\f133';
}
.iconed-time:before {
  content: '\f017';
}
.iconed-comment:before {
  content: '\f0e5';
}
.border-left {
  border-left: 1px solid #e0e0e0;
}
#comments {
  margin-top: 2rem;
}
#comments #comments-title {
  display: inline-block;
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
#comments ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
#comments ol.commentlist li.comment {
  margin-bottom: 1em;
}
#comments ol.commentlist li.comment div.comment-body {
  background: #fff;
  margin-bottom: 1em;
  border-radius: 2px;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#comments ol.commentlist li.comment div.comment-body .comment-text,
#comments ol.commentlist li.comment div.comment-body .readmore-js-toggle,
#comments ol.commentlist li.comment div.comment-body .comment-bottom {
  margin-left: calc(42px + 1rem);
}
@media only screen and (max-width: 600px) {
  #comments ol.commentlist li.comment div.comment-body .comment-text,
  #comments ol.commentlist li.comment div.comment-body .readmore-js-toggle,
  #comments ol.commentlist li.comment div.comment-body .comment-bottom {
    margin-left: 0;
  }
}
#comments ol.commentlist li.comment div.comment-body .comment-text {
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #comments ol.commentlist li.comment div.comment-body .comment-text {
    font-size: 12px;
  }
  #comments ol.commentlist li.comment div.comment-body .comment-text p {
    line-height: 1.4;
  }
}
#comments ol.commentlist li.comment div.comment-body .readmore-js-toggle {
  position: relative;
  cursor: pointer;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 12px;
  line-height: 2.5;
  font-weight: 600;
  text-transform: uppercase;
  color: #767676;
  border-top: 1px solid #e0e0e0;
}
#comments ol.commentlist li.comment div.comment-body .readmore-js-toggle:hover {
  color: #414141;
}
#comments ol.commentlist li.comment div.comment-body .comment-bottom .reply {
  font-size: .8em;
  float: left;
}
#comments ol.commentlist li.comment div.comment-body .comment-bottom .reply a {
  padding: 3px 8px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #414141;
}
#comments ol.commentlist li.comment div.comment-body .comment-bottom .reply a:hover {
  color: #cc6666;
}
#comments ol.commentlist li.comment div.comment-body .comment-bottom .reply a:hover {
  background-color: #cc6666;
  color: #fff !important;
}
#comments ol.commentlist li.comment div.comment-body .comment-bottom .reply a:active {
  background-color: #993333;
}
#comments ol.commentlist li.comment div.comment-body .comment-bottom .reply a:before {
  content: '\f112';
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#comments ol.commentlist li.comment div.comment-body .comment-bottom .reply a:hover:before {
  color: #fff;
}
#comments ol.commentlist li.comment div.vcard cite.fn {
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  color: #006666;
}
#comments ol.commentlist li.comment div.vcard cite.fn a {
  color: #414141;
}
#comments ol.commentlist li.comment div.vcard cite.fn a:hover {
  color: #cc6666;
}
#comments ol.commentlist li.comment div.vcard img.avatar {
  float: left;
  margin: 0 1em 0 0;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#comments ol.commentlist li.comment div.comment-meta {
  font-size: .75rem;
}
#comments ol.commentlist li.comment div.comment-meta a {
  color: #aaa;
}
#comments ol.commentlist li.comment .comment-edit-link {
  margin-left: 1rem;
}
#comments ol.commentlist li.comment .comment-edit-link:hover {
  color: #660000;
}
#comments ol.commentlist li.comment ul {
  margin: 0 0 1em 2em;
}
#comments ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 0;
  margin-top: 1em;
}
#comments ol.commentlist li.comment ul.children li.depth-2 {
  margin-left: 2em;
}
#comments ol.commentlist li.comment ul.children li.depth-3 {
  margin-left: 2em;
}
#comments ol.commentlist li.comment ul.children li.depth-4 {
  margin-left: 2em;
}
#comments ol.commentlist li.comment ul.children li.depth-5 {
  margin-left: 2em;
}
#comments ol.commentlist li.comment ul.children li.depth-6 {
  margin-left: 2em;
}
#comments ol.commentlist li.comment ul.children li.depth-7 {
  margin-left: 2em;
}
#comments ol.commentlist li.comment ul.children li.depth-8 {
  margin-left: 2em;
}
#comments ol.commentlist li.comment ul.children li.depth-9 {
  margin-left: 2em;
}
#comments ol.commentlist li.comment ul.children li.depth-10 {
  margin-left: 2em;
}
#comments ol.commentlist li.bypostauthor > div.comment-body {
  border-left: 2px solid #cc6666;
}
#add-comment {
  float: right;
  margin-bottom: 1.168rem;
  font-size: 1.25rem;
  line-height: 110%;
  cursor: pointer;
  color: #006666;
}
@media only screen and (max-width: 600px) {
  #add-comment {
    display: block;
    float: none;
  }
}
#add-comment:hover {
  color: #007f80;
}
.comment-rating {
  float: right;
}
.comment-rating .vortex-p-like-comment,
.comment-rating .vortex-p-dislike-comment {
  min-width: 50px;
}
.comment-rating .vortex-p-like-comment[class^="icon-"]:before,
.comment-rating .vortex-p-dislike-comment[class^="icon-"]:before,
.comment-rating .vortex-p-like-comment[class*=" icon-"]:before,
.comment-rating .vortex-p-dislike-comment[class*=" icon-"]:before {
  font-size: 16px;
}
#respond {
  position: relative;
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#respond #reply-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 .5rem 0;
  padding-right: 30px;
}
#respond a#cancel-comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 14px;
  color: #777;
  font-size: 2rem;
}
#respond a#cancel-comment-reply-link:before {
  content: '×';
}
#respond a#cancel-comment-reply-link:hover {
  color: #cc6666;
}
#respond a#cancel-comment-reply-link:active {
  transform: translateY(1px);
}
#respond form.comment-form textarea#comment {
  height: 8rem;
}
#respond .comment-notes {
  font-size: .9rem;
}
#respond .form-submit #submit {
  display: block;
  margin: 0 auto;
  background: #cc6666;
  color: #ffffff;
  padding: 5px 15px;
  outline: none;
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#respond .form-submit #submit:hover {
  background: #d27979;
}
#respond .form-submit #submit:active {
  background: #993333;
}
#respond a {
  color: #414141;
}
#respond a:hover {
  color: #cc6666;
}
input[type=text]:not(.browser-default),
textarea {
  outline: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  height: inherit;
  width: 100%;
  font-size: 1rem;
  margin: 0;
  padding: .4rem .8rem;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
textarea {
  padding: .8rem;
}
input[type=text]:not(.browser-default):focus:not([readonly]),
textarea:focus:not([readonly]) {
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 8px #ddd;
}
footer.page-footer {
  background: #333333;
  color: #ddd;
  padding: 2rem 0;
}
@media only screen and (max-width: 600px) {
  footer.page-footer .container {
    padding: 0 1rem;
  }
}
footer.page-footer p {
  margin: 0;
  font-size: .85rem;
}
#archive {
  display: none;
  background: #fff;
  font-family: 'Open Sans';
}
@media only screen and (max-width: 600px) {
  #archive {
    margin: -10px;
  }
}
#archive .posts-count {
  color: #9f9f9f;
  font-size: .858rem;
}
#archive .pane {
  display: none;
}
#archive .year-list li,
#archive .month-list li {
  display: inline-block;
  line-height: 1;
}
#archive .year-list li a,
#archive .month-list li a,
#archive .year-list li span,
#archive .month-list li span {
  padding: 2px 8px;
  border-radius: 2px;
}
#archive .year-list li span,
#archive .month-list li span {
  color: #9f9f9f;
  cursor: default;
}
#archive .year-list li a.current,
#archive .month-list li a.current {
  background: #cc6666;
  color: #fff;
}
#archive .year-list {
  font-size: 1.25rem;
}
#archive .month-list {
  font-size: 1rem;
}
#archive .month-heading {
  font-family: 'Fira Sans';
  margin-top: 2rem;
}
#archive .month-heading a {
  font-weight: 500;
  color: #414141;
}
#archive .month-heading a:hover {
  color: #cc6666;
}
#archive .archive-list {
  margin-bottom: 0;
  font-size: 1.1rem;
}
#archive .archive-list li {
  display: block;
  margin-bottom: 1rem;
}
#archive .archive-list li span.date {
  display: table-cell;
  width: 100px;
  color: #9f9f9f;
  font-size: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  #archive .archive-list li span.date {
    width: 90px;
  }
}
@media only screen and (max-width: 600px) {
  #archive .archive-list li span.date {
    display: block;
    width: 100%;
    color: #414141;
    font-size: 1.1rem;
  }
  #archive .archive-list li span.date:not(:empty) {
    margin: 20px 0 5px 0;
    border-bottom: 1px solid #e0e0e0;
  }
}
#archive .archive-list li a {
  font-family: 'Fira Sans';
  line-height: 1.2;
  display: table-cell;
}
#archive .archive-list li a:hover {
  color: #414141;
}
.breadcrumbs {
  margin: 1rem 0 .5rem;
  font-size: .85rem;
}
.post-info {
  padding: 1rem;
  margin: 20px 0 0 0;
  overflow: hidden;
}
.post-info a {
  border-bottom: none !important;
}
.post-info .post-cat-list,
.post-info .post-tag-list,
.post-info .post-rate {
  display: table-row;
  font-size: .9rem;
}
.post-info .post-cat-list .post-categories-title,
.post-info .post-tag-list .post-categories-title,
.post-info .post-rate .post-categories-title,
.post-info .post-cat-list .post-tags-title,
.post-info .post-tag-list .post-tags-title,
.post-info .post-rate .post-tags-title,
.post-info .post-cat-list .post-rate-title,
.post-info .post-tag-list .post-rate-title,
.post-info .post-rate .post-rate-title {
  display: table-cell;
  text-align: right;
  padding: 0 10px 12px 0;
  line-height: 1.5;
  color: #9f9f9f;
  font-weight: 600;
}
.post-info .post-cat-list ul,
.post-info .post-tag-list ul,
.post-info .post-rate ul,
.post-info .post-cat-list .vortex-container-vote,
.post-info .post-tag-list .vortex-container-vote,
.post-info .post-rate .vortex-container-vote {
  display: table-cell;
  padding: 0 0 12px 0;
  list-style-type: none;
}
.post-info .post-cat-list ul li,
.post-info .post-tag-list ul li,
.post-info .post-rate ul li,
.post-info .post-cat-list .vortex-container-vote li,
.post-info .post-tag-list .vortex-container-vote li,
.post-info .post-rate .vortex-container-vote li,
.post-info .post-cat-list ul .vortex-container-like,
.post-info .post-tag-list ul .vortex-container-like,
.post-info .post-rate ul .vortex-container-like,
.post-info .post-cat-list .vortex-container-vote .vortex-container-like,
.post-info .post-tag-list .vortex-container-vote .vortex-container-like,
.post-info .post-rate .vortex-container-vote .vortex-container-like,
.post-info .post-cat-list ul .vortex-container-dislike,
.post-info .post-tag-list ul .vortex-container-dislike,
.post-info .post-rate ul .vortex-container-dislike,
.post-info .post-cat-list .vortex-container-vote .vortex-container-dislike,
.post-info .post-tag-list .vortex-container-vote .vortex-container-dislike,
.post-info .post-rate .vortex-container-vote .vortex-container-dislike {
  display: inline-block;
}
.post-info .post-cat-list ul li a,
.post-info .post-tag-list ul li a,
.post-info .post-rate ul li a,
.post-info .post-cat-list .vortex-container-vote li a,
.post-info .post-tag-list .vortex-container-vote li a,
.post-info .post-rate .vortex-container-vote li a,
.post-info .post-cat-list ul .vortex-container-like a,
.post-info .post-tag-list ul .vortex-container-like a,
.post-info .post-rate ul .vortex-container-like a,
.post-info .post-cat-list .vortex-container-vote .vortex-container-like a,
.post-info .post-tag-list .vortex-container-vote .vortex-container-like a,
.post-info .post-rate .vortex-container-vote .vortex-container-like a,
.post-info .post-cat-list ul .vortex-container-dislike a,
.post-info .post-tag-list ul .vortex-container-dislike a,
.post-info .post-rate ul .vortex-container-dislike a,
.post-info .post-cat-list .vortex-container-vote .vortex-container-dislike a,
.post-info .post-tag-list .vortex-container-vote .vortex-container-dislike a,
.post-info .post-rate .vortex-container-vote .vortex-container-dislike a {
  color: #414141;
  line-height: 1;
  display: block;
  padding: 5px 8px;
  font-weight: 600;
}
.post-info .post-cat-list ul li a:hover,
.post-info .post-tag-list ul li a:hover,
.post-info .post-rate ul li a:hover,
.post-info .post-cat-list .vortex-container-vote li a:hover,
.post-info .post-tag-list .vortex-container-vote li a:hover,
.post-info .post-rate .vortex-container-vote li a:hover,
.post-info .post-cat-list ul .vortex-container-like a:hover,
.post-info .post-tag-list ul .vortex-container-like a:hover,
.post-info .post-rate ul .vortex-container-like a:hover,
.post-info .post-cat-list .vortex-container-vote .vortex-container-like a:hover,
.post-info .post-tag-list .vortex-container-vote .vortex-container-like a:hover,
.post-info .post-rate .vortex-container-vote .vortex-container-like a:hover,
.post-info .post-cat-list ul .vortex-container-dislike a:hover,
.post-info .post-tag-list ul .vortex-container-dislike a:hover,
.post-info .post-rate ul .vortex-container-dislike a:hover,
.post-info .post-cat-list .vortex-container-vote .vortex-container-dislike a:hover,
.post-info .post-tag-list .vortex-container-vote .vortex-container-dislike a:hover,
.post-info .post-rate .vortex-container-vote .vortex-container-dislike a:hover {
  background: #666;
  color: #fff !important;
}
.post-info .post-cat-list ul li .vortex-p-like,
.post-info .post-tag-list ul li .vortex-p-like,
.post-info .post-rate ul li .vortex-p-like,
.post-info .post-cat-list .vortex-container-vote li .vortex-p-like,
.post-info .post-tag-list .vortex-container-vote li .vortex-p-like,
.post-info .post-rate .vortex-container-vote li .vortex-p-like,
.post-info .post-cat-list ul .vortex-container-like .vortex-p-like,
.post-info .post-tag-list ul .vortex-container-like .vortex-p-like,
.post-info .post-rate ul .vortex-container-like .vortex-p-like,
.post-info .post-cat-list .vortex-container-vote .vortex-container-like .vortex-p-like,
.post-info .post-tag-list .vortex-container-vote .vortex-container-like .vortex-p-like,
.post-info .post-rate .vortex-container-vote .vortex-container-like .vortex-p-like,
.post-info .post-cat-list ul .vortex-container-dislike .vortex-p-like,
.post-info .post-tag-list ul .vortex-container-dislike .vortex-p-like,
.post-info .post-rate ul .vortex-container-dislike .vortex-p-like,
.post-info .post-cat-list .vortex-container-vote .vortex-container-dislike .vortex-p-like,
.post-info .post-tag-list .vortex-container-vote .vortex-container-dislike .vortex-p-like,
.post-info .post-rate .vortex-container-vote .vortex-container-dislike .vortex-p-like,
.post-info .post-cat-list ul li .vortex-p-dislike,
.post-info .post-tag-list ul li .vortex-p-dislike,
.post-info .post-rate ul li .vortex-p-dislike,
.post-info .post-cat-list .vortex-container-vote li .vortex-p-dislike,
.post-info .post-tag-list .vortex-container-vote li .vortex-p-dislike,
.post-info .post-rate .vortex-container-vote li .vortex-p-dislike,
.post-info .post-cat-list ul .vortex-container-like .vortex-p-dislike,
.post-info .post-tag-list ul .vortex-container-like .vortex-p-dislike,
.post-info .post-rate ul .vortex-container-like .vortex-p-dislike,
.post-info .post-cat-list .vortex-container-vote .vortex-container-like .vortex-p-dislike,
.post-info .post-tag-list .vortex-container-vote .vortex-container-like .vortex-p-dislike,
.post-info .post-rate .vortex-container-vote .vortex-container-like .vortex-p-dislike,
.post-info .post-cat-list ul .vortex-container-dislike .vortex-p-dislike,
.post-info .post-tag-list ul .vortex-container-dislike .vortex-p-dislike,
.post-info .post-rate ul .vortex-container-dislike .vortex-p-dislike,
.post-info .post-cat-list .vortex-container-vote .vortex-container-dislike .vortex-p-dislike,
.post-info .post-tag-list .vortex-container-vote .vortex-container-dislike .vortex-p-dislike,
.post-info .post-rate .vortex-container-vote .vortex-container-dislike .vortex-p-dislike {
  line-height: 1;
  display: block;
  padding: 5px 10px;
}
.post-info .post-cat-list ul li .vortex-p-like:hover,
.post-info .post-tag-list ul li .vortex-p-like:hover,
.post-info .post-rate ul li .vortex-p-like:hover,
.post-info .post-cat-list .vortex-container-vote li .vortex-p-like:hover,
.post-info .post-tag-list .vortex-container-vote li .vortex-p-like:hover,
.post-info .post-rate .vortex-container-vote li .vortex-p-like:hover,
.post-info .post-cat-list ul .vortex-container-like .vortex-p-like:hover,
.post-info .post-tag-list ul .vortex-container-like .vortex-p-like:hover,
.post-info .post-rate ul .vortex-container-like .vortex-p-like:hover,
.post-info .post-cat-list .vortex-container-vote .vortex-container-like .vortex-p-like:hover,
.post-info .post-tag-list .vortex-container-vote .vortex-container-like .vortex-p-like:hover,
.post-info .post-rate .vortex-container-vote .vortex-container-like .vortex-p-like:hover,
.post-info .post-cat-list ul .vortex-container-dislike .vortex-p-like:hover,
.post-info .post-tag-list ul .vortex-container-dislike .vortex-p-like:hover,
.post-info .post-rate ul .vortex-container-dislike .vortex-p-like:hover,
.post-info .post-cat-list .vortex-container-vote .vortex-container-dislike .vortex-p-like:hover,
.post-info .post-tag-list .vortex-container-vote .vortex-container-dislike .vortex-p-like:hover,
.post-info .post-rate .vortex-container-vote .vortex-container-dislike .vortex-p-like:hover,
.post-info .post-cat-list ul li .vortex-p-dislike:hover,
.post-info .post-tag-list ul li .vortex-p-dislike:hover,
.post-info .post-rate ul li .vortex-p-dislike:hover,
.post-info .post-cat-list .vortex-container-vote li .vortex-p-dislike:hover,
.post-info .post-tag-list .vortex-container-vote li .vortex-p-dislike:hover,
.post-info .post-rate .vortex-container-vote li .vortex-p-dislike:hover,
.post-info .post-cat-list ul .vortex-container-like .vortex-p-dislike:hover,
.post-info .post-tag-list ul .vortex-container-like .vortex-p-dislike:hover,
.post-info .post-rate ul .vortex-container-like .vortex-p-dislike:hover,
.post-info .post-cat-list .vortex-container-vote .vortex-container-like .vortex-p-dislike:hover,
.post-info .post-tag-list .vortex-container-vote .vortex-container-like .vortex-p-dislike:hover,
.post-info .post-rate .vortex-container-vote .vortex-container-like .vortex-p-dislike:hover,
.post-info .post-cat-list ul .vortex-container-dislike .vortex-p-dislike:hover,
.post-info .post-tag-list ul .vortex-container-dislike .vortex-p-dislike:hover,
.post-info .post-rate ul .vortex-container-dislike .vortex-p-dislike:hover,
.post-info .post-cat-list .vortex-container-vote .vortex-container-dislike .vortex-p-dislike:hover,
.post-info .post-tag-list .vortex-container-vote .vortex-container-dislike .vortex-p-dislike:hover,
.post-info .post-rate .vortex-container-vote .vortex-container-dislike .vortex-p-dislike:hover {
  background: #666;
  color: #fff;
}
.post-info .post-cat-list ul.post-categories li a,
.post-info .post-tag-list ul.post-categories li a,
.post-info .post-rate ul.post-categories li a {
  color: #cc6666;
}
.post-info .post-cat-list ul.post-categories li a:hover,
.post-info .post-tag-list ul.post-categories li a:hover,
.post-info .post-rate ul.post-categories li a:hover {
  background: #cc6666;
}
.post-info .post-cat-list .post-rate-title,
.post-info .post-tag-list .post-rate-title,
.post-info .post-rate .post-rate-title,
.post-info .post-cat-list .vortex-container-vote,
.post-info .post-tag-list .vortex-container-vote,
.post-info .post-rate .vortex-container-vote {
  vertical-align: middle;
}
.post-info .post-tag-list ul li a:before {
  content: '#';
}
.post-info .post-categories a {
  text-transform: uppercase;
}
.post-info .post-share {
  text-align: center;
}
.post-info .post-share .post-share-title {
  display: block;
  color: #9f9f9f;
  font-weight: 600;
  display: none;
}
.post-info .ya-share2 ul.ya-share2__list {
  width: 100%;
  padding: 0;
}
.post-info .ya-share2 ul.ya-share2__list li.ya-share2__item {
  margin: 0;
  width: 10%;
}
.post-info .ya-share2 ul.ya-share2__list li.ya-share2__item a.ya-share2__link {
  width: 100%;
}
.post-info .ya-share2 ul.ya-share2__list li.ya-share2__item a.ya-share2__link .ya-share2__badge {
  border-radius: 0;
  width: 100%;
}
.post-info .ya-share2 ul.ya-share2__list li.ya-share2__item a.ya-share2__link .ya-share2__badge .ya-share2__icon {
  height: 32px !important;
  width: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 600px) {
  .post-info .ya-share2 ul.ya-share2__list li.ya-share2__item.ya-share2__item_service_whatsapp {
    width: 100%;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .post-info .ya-share2 ul.ya-share2__list li.ya-share2__item {
    width: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .post-info .ya-share2 ul.ya-share2__list li.ya-share2__item {
    width: 25%;
  }
}
#index-recommended nav.navigation.pagination,
#index-recommended .wp-pagenavi {
  padding: 0;
  text-align: right;
  font-size: 0;
}
#index-recommended nav.navigation.pagination a,
#index-recommended .wp-pagenavi a,
#index-recommended nav.navigation.pagination span,
#index-recommended .wp-pagenavi span {
  display: none;
}
#index-recommended nav.navigation.pagination a.next,
#index-recommended .wp-pagenavi a.next,
#index-recommended nav.navigation.pagination a.prev,
#index-recommended .wp-pagenavi a.prev,
#index-recommended nav.navigation.pagination a.nextpostslink,
#index-recommended .wp-pagenavi a.nextpostslink,
#index-recommended nav.navigation.pagination a.previouspostslink,
#index-recommended .wp-pagenavi a.previouspostslink,
#index-recommended nav.navigation.pagination a.first,
#index-recommended .wp-pagenavi a.first {
  display: inline-block;
  margin: 0 0 0 2px;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 0;
  border: none;
  padding: 0;
  background: #455a64;
  color: #fff;
  opacity: .85;
}
#index-recommended nav.navigation.pagination a.next i,
#index-recommended .wp-pagenavi a.next i,
#index-recommended nav.navigation.pagination a.prev i,
#index-recommended .wp-pagenavi a.prev i,
#index-recommended nav.navigation.pagination a.nextpostslink i,
#index-recommended .wp-pagenavi a.nextpostslink i,
#index-recommended nav.navigation.pagination a.previouspostslink i,
#index-recommended .wp-pagenavi a.previouspostslink i,
#index-recommended nav.navigation.pagination a.first i,
#index-recommended .wp-pagenavi a.first i {
  line-height: 40px;
  font-size: 30px;
}
#index-recommended nav.navigation.pagination a.next:hover,
#index-recommended .wp-pagenavi a.next:hover,
#index-recommended nav.navigation.pagination a.prev:hover,
#index-recommended .wp-pagenavi a.prev:hover,
#index-recommended nav.navigation.pagination a.nextpostslink:hover,
#index-recommended .wp-pagenavi a.nextpostslink:hover,
#index-recommended nav.navigation.pagination a.previouspostslink:hover,
#index-recommended .wp-pagenavi a.previouspostslink:hover,
#index-recommended nav.navigation.pagination a.first:hover,
#index-recommended .wp-pagenavi a.first:hover {
  opacity: 1;
}
#index-recommended nav.navigation.pagination a.first,
#index-recommended .wp-pagenavi a.first {
  display: inline-block;
  line-height: 40px;
  font-size: 1rem;
  width: auto;
  padding: 0 12px;
}
nav.navigation.pagination {
  position: relative;
  cursor: default;
  padding: 1rem;
  font-family: Roboto;
  font-size: 1.2rem;
  text-align: center;
  color: #414141;
  height: auto;
  line-height: 1.6;
  background-color: transparent;
  box-shadow: none;
}
nav.navigation.pagination a {
  color: #414141;
}
nav.navigation.pagination a:hover {
  color: #cc6666;
  background: rgba(0, 0, 0, 0.05);
}
nav.navigation.pagination span {
  cursor: default;
}
nav.navigation.pagination i {
  height: inherit;
}
nav.navigation.pagination a,
nav.navigation.pagination span {
  display: inline-block;
  width: 40px;
  color: #7A9199;
  color: #414141;
  border-radius: 2px;
  margin-bottom: 4px;
}
nav.navigation.pagination .current {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.more-btn {
  display: block;
  padding: 3px 8px;
  text-align: center;
  border: 1px solid #cc6666;
  background: #fff;
  color: #cc6666 !important;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: .85rem;
  margin: 1rem 0 .5rem 0;
}
.more-btn:hover {
  background: #cc6666;
  color: #fff !important;
}
.social-links {
  margin: .5rem 0 1rem 0;
  text-align: center;
}
.social-links p {
  font-family: 'Fira Sans';
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1rem 0;
}
.social-links a + a {
  margin-left: 1rem;
}
.social-links a.social-btn {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.social-links a.social-btn svg {
  height: 21px;
  width: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #eee;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.social-links a.social-btn i {
  font-size: 20px;
  color: #eee;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.social-links a.social-btn:hover svg {
  fill: #fff;
}
.social-links .insta {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.social-links .insta i {
  font-size: 26px;
}
.social-links .tg {
  background: #2CA5E0;
}
.social-links .vk {
  display: none;
  background: #4c75a3;
}
.social-links .facebook {
  display: none;
  background: #3b5999;
}
#society-category .tile .thumb {
  padding-bottom: 50%;
}
@media only screen and (max-width: 600px) {
  #society-category .tile .content .title {
    font-size: 1.25rem;
  }
}
/*----------- Форма поиска -----------*/
form#searchform {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
form#searchform input {
  height: 2rem;
  width: 100%;
  padding: 5px 8px;
  border: none;
  outline: none;
  font-size: 16px;
  margin: 0;
  background: #fff;
  color: #333;
}
form#searchform input:focus:not([readonly]) {
  border: none;
  box-shadow: none;
}
form#searchform button {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 40px;
  border: none;
  color: #fff;
  background: #555;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
form#searchform button:hover {
  background: #626262;
}
form#searchform button:active {
  background: #484848;
  color: #ddd;
}
form#searchform button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
}
#search-wrapper {
  display: none;
  background: #333333;
  color: #fff;
  padding: 2rem;
}
#search-wrapper h5 {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 0;
}
/*------------------------------------*/
.padding-1rem {
  padding: 1rem;
}
#elevator {
  display: none;
  position: fixed;
  z-index: 1;
  cursor: pointer;
  outline: none;
  height: 100%;
  left: 0;
  top: 0;
  width: 50px;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 992px) {
  #elevator {
    top: auto;
    left: auto;
    right: 80px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    opacity: .8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  #elevator:hover {
    background: #fff !important;
    opacity: 1;
  }
  #elevator i {
    top: calc(50% - 10px) !important;
  }
}
#elevator i {
  position: relative;
  font-size: 20px;
  top: 45%;
  opacity: .7;
}
#elevator:hover {
  background: rgba(0, 0, 0, 0.05);
}
a#true-loadmore {
  display: block;
  margin: 0 auto;
  max-width: 210px;
  font-family: Roboto, 'Fira Sans', 'Open Sans';
  font-weight: 500;
}
.spin {
  animation: spin 1s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.widget {
  font-size: 1rem;
}
.widget .widget-title {
  margin: 0;
  padding: 0 24px;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
  font-family: 'Roboto Condensed';
  font-size: 1.1em;
  line-height: 2.8;
  font-weight: 600;
  text-transform: uppercase;
}
.widget ul {
  margin: 0;
  padding: 24px;
}
.adv-widget {
  margin-bottom: 2rem;
}
.adv-widget:last-child {
  margin: 0;
}
.adv-widget .widget-title {
  display: none;
}
.adv-widget img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#ad-horizontal {
  margin-top: 1.5rem;
  padding: 0;
  font-size: 0;
}
#ad-horizontal img {
  width: 100%;
}
#smart-archives-fancy .year-list .current {
  background: none;
  color: #414141;
}
#smart-archives-fancy .year-list {
  margin: 0 0 10px 0!important;
  background: none;
  height: inherit;
}
#smart-archives-fancy .year-list a {
  padding: 5px 7px!important;
  font-size: 1.5rem;
  border-radius: 2px;
}
#smart-archives-fancy .year-list a.current {
  color: #fff;
  background: #cc6666;
}
#smart-archives-fancy .month-list {
  height: inherit !important;
  padding: 0 0 10px 0!important;
  margin: 0 0 36px 0!important;
  border-bottom: 2px solid #e0e0e0;
}
#smart-archives-fancy .month-list li {
  display: inline-block;
  padding: 0 !important;
  float: none !important;
}
#smart-archives-fancy .month-list li a,
#smart-archives-fancy .month-list li span {
  display: block;
  padding: 4px 7px!important;
  border-radius: 2px;
}
#smart-archives-fancy .month-list li a.current,
#smart-archives-fancy .month-list li span.current {
  color: #fff;
  background: #cc6666;
}
#smart-archives-fancy .pane {
  float: none !important;
}
#smart-archives-fancy .pane a:hover {
  color: #d27979;
}
#smart-archives-fancy .month-heading {
  font-size: 1.5rem;
  font-family: 'Fira Sans', 'Open Sans';
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}
#smart-archives-fancy ul.archive-list {
  margin-bottom: 0;
}
#smart-archives-fancy ul.archive-list li a {
  margin-left: .625rem;
  font-family: 'Fira Sans', 'Open Sans';
}
#smart-archives-fancy .indicator {
  display: none;
}
.adsbygoogle {
  margin: 0.5rem 0 1rem 0;
}
.red-button {
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background: #c65353;
  margin: .5rem 0 1rem 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.red-button:hover {
  background: #cc6666;
}
.red-button:active {
  background: #bf4040;
}
.instagram-media {
  margin: auto !important;
}
.wp-video {
  width: 100% !important;
  margin: auto !important;
}
.mCSB_scrollTools {
  width: 4px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.25);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
}
.wp-polls {
  padding: 24px;
}
.wp-polls .poll-question {
  margin: 0 0 1rem 0;
  font-size: .9rem;
  font-weight: 600;
}
.wp-polls .wp-polls-ul {
  padding: 0 !important;
}
.wp-polls .wp-polls-ul [type="checkbox"] + label:before,
.wp-polls .wp-polls-ul [type="checkbox"]:not(.filled-in) + label:after {
  border: 2px solid #888;
}
.wp-polls .wp-polls-ul [type="checkbox"]:checked + label:before {
  border-right: 2px solid #cc6666;
  border-bottom: 2px solid #cc6666;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
.wp-polls .wp-polls-ul [type="radio"]:not(:checked) + label:before,
.wp-polls .wp-polls-ul [type="radio"]:not(:checked) + label:after {
  border: 2px solid #888;
}
.wp-polls .wp-polls-ul [type="radio"]:checked + label:after,
.wp-polls .wp-polls-ul [type="radio"].with-gap:checked + label:after {
  background-color: #cc6666;
}
.wp-polls .wp-polls-ul [type="radio"]:checked + label:after,
.wp-polls .wp-polls-ul [type="radio"].with-gap:checked + label:before,
.wp-polls .wp-polls-ul [type="radio"].with-gap:checked + label:after {
  border: 2px solid #cc6666;
}
.wp-polls .wp-polls-ul label {
  color: #666;
}
.wp-polls .Buttons {
  padding: 3px 12px;
  font-size: .85rem;
  border-radius: 3px;
}
.wp-polls a {
  font-size: 12px;
  color: #666;
  border-bottom: none !important;
  text-decoration: underline;
}
