/* GENERAL
----------------------------------------------------------------------------------------------------------------------------- */
.announcement,
.infobox {
  background: #ebebeb;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(109, 109, 109, 0.4);
  -moz-box-shadow: 0 0 10px rgba(109, 109, 109, 0.4);
  box-shadow: 0 0 10px rgba(109, 109, 109, 0.4);
  margin-bottom: 30px;
  border: 0 none !important;
}
.announcement td,
.infobox td {
  padding: 15px 28px;
  border: 0 none !important;
  font-size: 15px;
  line-height: 20px;
}
.announcement td.head,
.infobox td.head {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #acdd00 !important;
}
.announcement td.footer,
.infobox td.footer {
  padding-top: 0;
  font-size: 14px;
  font-style: italic;
}
.infobox {
  width: 100%;
  margin: 20px 0 30px;
}
.fb_post {
  border: 0 none !important;
  width: 100%;
}
.fb_post td {
  background: #45619d;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  border: 0 none !important;
  padding: 0 10px;
}
.fb_post td:before {
  content: "beágyazott Facebook poszt \A ";
  white-space: pre;
}
blockquote {
  border-left: 0 none;
  border-top: 1px solid #acdd00;
  border-bottom: 1px solid #acdd00;
  padding: 20px 10px 20px 50px;
  line-height: 30px;
  font-size: 19px;
  font-style: italic;
  position: relative;
}
blockquote p {
  line-height: 30px;
  font-size: 19px;
  font-style: italic;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0 !important;
}
blockquote:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 38px;
  background: url('/pics/sprite.png') -160px -218px no-repeat;
  position: absolute;
  left: 0;
  top: 12px;
}
h3.emphasis {
  border-left: 7px solid #acdd00;
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px 0 15px;
  border-bottom: 0 none;
}
.thumbnail {
  margin-bottom: 30px;
  border: 0 none;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.thumbnail a {
  display: block;
}
.thumbnail a:hover img,
.thumbnail a:active img,
.thumbnail a:focus img {
  opacity: 0.75;
}
.thumbnail img {
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
}
.thumbnail .caption {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #7c7c7c;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
}
.thumbnail .caption:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 16px solid #acdd00;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 0;
  top: 15px;
}
p a.thumbnail {
  font-weight: normal;
}
.embed-responsive {
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  blockquote {
    padding: 20px 10px 20px 50px;
    line-height: 40px;
    font-size: 29px;
  }
  blockquote p {
    line-height: 40px;
    font-size: 29px;
  }
  h3.emphasis {
    font-size: 29px;
    line-height: 32px;
  }
  .infobox {
    width: 40%;
  }
  .infobox_left {
    float: left;
    margin: 0 30px 20px 0;
  }
  .infobox_right {
    float: right;
    margin: 0 0 20px 30px;
  }
}
.poll-container {
  margin-bottom: 30px;
}
a,
.btn {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: none;
  -webkit-transform: translateZ(0);
}
a img,
.btn img {
  -webkit-transform: translateZ(0);
}
p a {
  font-weight: bold;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
input,
textarea {
  outline: none !important;
  resize: none;
}
h1 {
  padding: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 86px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
h2 {
  font-size: 48px;
  font-weight: 300;
}
h2 span {
  background-color: #ffffff;
  padding: 4px 10px;
  box-decoration-break: clone;
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #acdd00;
}
h4 {
  font-weight: 700;
  font-size: 16px;
}
h1 span {
  background-color: #ffffff;
  padding: 4px 10px;
  box-decoration-break: clone;
}
h1 .keyword {
  left: 0;
  top: -28px;
}
.text-primary {
  color: #acdd00;
}
.title h1 {
  display: inline;
}
.noBorder {
  border: none !important;
}
.btn {
  border-radius: 0;
  line-height: 31px;
  padding: 6px 12px;
  font-size: 19px;
}
.btn i.fa {
  line-height: 31px;
}
.btn-primary {
  background: #424242;
  color: #acdd00;
  text-transform: uppercase;
  font-weight: 300;
  border-color: #424242;
}
.btn-primary.btn-lg {
  padding: 20px;
  font-size: 19px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #acdd00;
  border-color: #acdd00;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
/* HEADER
----------------------------------------------------------------------------------------------------------------------------- */
.page-header {
  position: static;
  left: 0;
  top: 0;
  width: 100%;
}
.navbar-nav {
  margin: 0;
}
.navbar-brand {
  float: left;
  display: block;
  padding: 10px 0 0 0 !important;
  margin-right: 20px;
}
.navbar-brand span {
  display: block;
  width: 101px;
  height: 30px;
  margin: 0;
  background: url(/pics/sprite.png) no-repeat -217px -304px;
  text-indent: -50000px;
}
@media (min-width: 992px) {
  .navbar-brand {
    padding: 3px 0 0 0 !important;
  }
  .navbar-brand span {
    width: 336px;
    height: 48px;
    background: url(/pics/sprite.png) no-repeat 0 -514px;
  }
  .navbar-brand span:hover,
  .navbar-brand span:active,
  .navbar-brand span:focus {
    background-position: 0 -562px;
  }
}
header .container-fluid {
  height: 88px;
  padding: 0;
  background: url(/pics/header.gif) repeat-x 0 0;
  border-bottom: 3px solid #acdd00;
}
header {
  margin-bottom: 60px;
}
.navbar-default {
  margin-bottom: 0;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  -ms-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
}
.navbar-default .menu-button-wrapper {
  float: left;
  margin-right: 15px;
}
.navbar-default .btn-menu {
  display: block;
  width: 51px;
  height: 51px;
  padding-top: 10px;
  background-color: #acdd00;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
.navbar-default .btn-menu .icon-bar {
  background-color: #fff;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar-default .btn-menu .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
}
.navbar-default .btn-menu .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-default .btn-menu .icon-bar:last-child {
  margin-bottom: 5px;
}
.navbar-default .btn-menu:hover .icon-bar {
  background-color: #000;
}
.navbar-default .btn-menu:hover {
  color: #000;
}
.navbar-default .btn-menu-close {
  display: none;
  width: 51px;
  height: 54px;
  padding-top: 12px;
  background-color: #4c4c4c;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-default .btn-menu-close span {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(/pics/sprite.png) -205px 0 no-repeat;
  vertical-align: middle;
}
.navbar-default .menu-button-wrapper.open .btn-menu-close {
  display: block;
}
.navbar-default.nav-up {
  top: -54px;
}
body.portal {
  padding-top: 94px;
}
body.portal .menu-panel {
  z-index: 50;
  background: #4c4c4c;
  position: fixed;
  left: 0;
  top: 54px;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 70px 20px 20px;
  display: none;
}
body.portal .menu-panel-content {
  height: 100%;
  overflow-y: scroll;
}
body.portal .menu-panel.open {
  display: block;
}
body.portal .menu-panel .main-menu {
  margin: 0 0 50px;
  list-style: none;
  padding: 0;
}
body.portal .menu-panel .main-menu li {
  border-bottom: 1px solid #acdd00;
  padding: 4px 0;
  line-height: 40px;
}
body.portal .menu-panel .main-menu li:last-child {
  border: 0 none;
}
body.portal .menu-panel .main-menu a {
  font-size: 30px;
  color: #ebebeb;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  vertical-align: top;
  text-decoration: none;
}
body.portal .menu-panel .small-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.portal .menu-panel .small-menu li {
  padding: 4px 0;
}
body.portal .menu-panel .small-menu a {
  font-size: 18px;
  font-weight: normal;
  color: #ebebeb;
  text-transform: uppercase;
  text-decoration: none;
}
body.portal .menu-panel .small-menu a:hover,
body.portal .menu-panel .main-menu a:hover {
  color: #acdd00;
}
body.no-top-padding .navbar-default {
  margin: 0;
}
body.no-top-padding {
  padding-top: 54px;
}
@media (min-width: 992px) {
  body.portal .menu-panel {
    width: 450px;
    height: 100%;
  }
}
.navbar .date {
  float: left;
  font-size: 14px;
  color: #828282;
  line-height: 16px;
  padding-top: 8px;
}
.navbar .right-menu li {
  border-right: 1px solid #acdd00;
}
.navbar .right-menu li:last-child {
  border-right: 0 none;
}
.navbar .right-menu li a {
  padding: 0 20px;
  margin: 0;
  height: 51px;
  display: inline-block;
  line-height: 51px;
  font-size: 18px;
  color: #838383;
}
.navbar .right-menu li a i {
  line-height: 46px;
}
.navbar .right-menu li a:hover,
.navbar .right-menu li a:focus,
.navbar .right-menu li a:active {
  color: #000;
}
.navbar .right-menu li .btn-radio {
  padding-top: 3px;
}
.navbar .right-menu li .btn-radio span {
  display: inline-block;
  width: 39px;
  height: 40px;
  background: url(/pics/sprite.png?2015-06-26) -398px -135px no-repeat;
}
.navbar .right-menu li .btn-radio:hover span,
.navbar .right-menu li .btn-radio:focus span,
.navbar .right-menu li .btn-radio:active span {
  background-position: -437px -135px;
}
.stickout-placeholder {
  filter: alpha(opacity=0);
  opacity: 0;
}
.stickout-shown {
  z-index: 600;
}
.article-group-btn-wrapper {
  list-style-type: none;
  padding: 0;
}
.article-group-btn-wrapper li {
  float: left;
  margin-left: 18px;
  padding: 5px 0;
}
.article-group-btn {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0 !important;
  height: 40px;
}
.article-group-btn .circle {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  z-index: 0;
}
.article-group-btn .title {
  margin-left: 17px;
  position: relative;
  top: 10px;
  padding: 0 3px;
  background-color: #fff;
}
.article-group-btn:hover .title {
  color: #3f3f3f;
}
/* CONTENT
----------------------------------------------------------------------------------------------------------------------------- */
article a {
  text-decoration: none !important;
}
article .date {
  font-size: 14px;
  color: #909090;
}
h1.page-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  color: #3f3f3f;
  margin: 0;
  text-transform: uppercase;
}
.container-box {
  background-color: #e4e4e4;
  border: 1px solid #cecece;
  padding: 0;
}
@media (max-width: 991px) {
  .container-box {
    width: 100%;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 10px;
  }
}
.page-title-wrapper {
  margin-bottom: 20px;
}
.banner-placeholder {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 0 5px 10px;
  position: relative;
}
.banner-placeholder div {
  background: #acdd00;
  padding: 50px 20px;
}
.banner-placeholder strong {
  display: block;
  margin-bottom: 10px;
}
.list-item-banner {
  padding: 0 5px 10px;
}
.banner {
  background-color: #ffffff;
  margin: 0 auto;
}
.banner a,
.banner span {
  display: block;
  background: #fff;
}
.banner .embed-responsive {
  margin: 0;
}
.banner .img-responsive {
  margin: 0 auto;
}
.article-right .banner {
  margin-bottom: 20px;
}
.banner-300.banner-image {
  padding: 10px;
}
.banner-728 {
  padding: 10px;
  margin-bottom: 20px;
}
.banner-728 span,
.banner-728 a {
  max-width: 728px;
  margin: 0 auto;
}
.banner-post {
  margin-bottom: 20px;
  background: transparent;
}
.banner-post span,
.banner-post a {
  background: #fff;
  display: block;
  padding: 10px;
  margin: 0 auto;
}
.banner-label {
  font-size: 12px;
  margin-bottom: 5px;
}
.banner-970 {
  padding: 30px 0;
}
.banner-970 a,
.banner-970 span {
  width: 970px;
  margin: 0 auto;
}
.banner-text a,
.banner-text span {
  border: 1px solid #acdd00;
  padding: 18px;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 18px;
}
.banner-text a strong,
.banner-text span strong {
  display: block;
  color: #acdd00;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.embeded-post {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.embeded-post blockquote {
  margin: 0 auto;
  padding: 0;
  border: 0 none;
}
.embeded-post blockquote:after,
.embeded-post blockquote:before {
  display: none;
}
.embeded-post iframe {
  margin: 0 auto !important;
}
.fb-post,
.twitter-tweet,
.instagram-media {
  margin: 0 auto;
  text-align: left;
  background: #fff;
}
.colBanner ul {
  list-style-type: none;
}
.colBanner .banner {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.title {
  padding: 0;
}
a:hover img + span {
  color: #acdd00;
}
.bannerText p {
  color: #3f3f3f;
}
.w970 {
  padding-top: 37px;
  padding-bottom: 37px;
}
.w300 {
  border: 10px solid #fff;
}
.banner img {
  opacity: 1 !important;
}
li.banner {
  background: none !important;
}
li.banner:hover {
  background: none !important;
}
section {
  margin-bottom: 40px;
}
section:last-of-type {
  margin-bottom: 0;
}
.container-border {
  background-color: #e4e4e4;
  border: 1px solid #cecece;
  padding: 0;
}
.article h4,
.video h4,
.gallery h4 {
  padding: 0;
  margin: 0 10px;
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 19px;
  line-height: 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.infinite-more-link {
  margin: 20px 0;
}
.infinite-more-link span {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  border: 2px solid #cecece;
  font-size: 19px;
  font-weight: bold;
  color: #3f3f3f;
  text-transform: uppercase;
}
.infinite-more-link:hover span {
  background-color: #acdd00;
  border-color: #acdd00;
  color: #fff;
}
.infinite-loading .infinite-more-link span {
  color: transparent;
  border: 0 none;
  background: url(/pics/loader.gif) 0 0 no-repeat;
  width: 100px;
  height: 100px;
}
.tags {
  list-style-type: none;
}
.tags li {
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative;
}
.tags a {
  display: inline-block;
  border: none;
  background-color: #ffffff;
  color: #acdd00;
  line-height: 30px;
  padding: 0 7px;
  text-transform: uppercase;
  position: relative;
}
.tags a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 8px solid #ffffff;
  border-right: 8px solid transparent;
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tags a:hover {
  background: #acdd00;
  color: #fff;
}
.tags a:hover:after {
  border-bottom-color: #acdd00;
}
.colorGreen .tag {
  background-color: #71b454;
}
.colorBraun .tag {
  background-color: #ae8e74;
}
.colorBlue .tag {
  background-color: #002c6b;
}
.owl-carousel .tag {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px;
}
.owlBtnPrev,
.owlBtnNext {
  margin-top: 100%;
}
.owl-carousel h4 {
  bottom: 45px;
  line-height: 25px;
}
.owl-carousel a:hover img {
  opacity: 1;
}
.owl-carousel a:hover h4 strong {
  color: #fff;
  background-color: #acdd00;
}
.blockGallery {
  padding: 10px;
}
.blockGallery article a {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.blockGallery .col-lg-6 a {
  position: relative;
}
.blockGallery .col-lg-6 h4 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  font-size: 34px;
  line-height: 10px;
  text-transform: uppercase;
  color: #3f3f3f;
}
.blockGallery .col-lg-6 h4 span {
  font-size: 12px;
  background-color: #fff;
  line-height: 24px;
  padding: 5px 10px;
}
.blockGallery .col-lg-6 strong {
  line-height: 60px;
}
.blockGallery .col-lg-6:hover {
  border-color: transparent;
}
.blockGallery h4 strong {
  background-color: #fff;
  padding: 4px 10px;
  box-decoration-break: clone;
  font-weight: 800;
}
.blockGallery img {
  width: 100%;
}
.blockGallery article a img {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blockGallery article a:hover img {
  opacity: 1;
}
.blockGallery article a:hover h4 strong,
.blockGallery a:hover h4 span {
  color: #fff;
  background-color: #acdd00;
}
.blockGallery .picture span {
  display: block;
  width: 240px;
  padding: 10px;
  position: absolute;
  left: calc(50% - 120px);
  top: 40%;
  background: #fff;
  z-index: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #cecece;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
  line-height: 26px;
}
.blockGallery .col-lg-6 .picture span {
  width: 280px;
  font-size: 19px;
  left: calc(50% - 140px);
}
.blockGallery .picture span img {
  float: left;
  width: auto;
}
.blockGallery article a h4 {
  margin-left: 10px;
  margin-right: 10px;
}
.blockGallery article a:hover h4 strong {
  color: #fff;
  background-color: #acdd00;
}
.blockGallery article a p {
  position: relative;
  bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #909090;
}
.blockGallery article a p .img-num {
  font-size: 16px;
  color: #3f3f3f;
}
.blockGallery article a:hover {
  background-color: #fff;
  border-color: #acdd00;
}
.btn-more {
  display: block;
  width: auto;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #cecece;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f;
  font-weight: 600;
}
.btn-more:hover,
.btn-more:active,
.btn-more:focus {
  background-color: #acdd00;
  color: #fff;
  border-color: #fff;
}
.events-nav li a {
  display: block;
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3f3f3f;
  padding: 30px 0 20px 0;
  text-align: center;
  position: relative;
}
.events-nav .active a {
  border-color: #acdd00;
  background: none;
}
.events-nav.nav-justified {
  padding: 0;
  background-color: #dedede;
  border-bottom: 1px solid #cecece;
}
.events-nav.nav-justified > li > a {
  border-bottom: 10px solid transparent;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
}
.events-nav.nav-justified > .active > a,
.events-nav.nav-justified > .active > a:hover,
.events-nav.nav-justified > .active > a:focus {
  background-color: transparent;
  border-bottom: 10px solid #acdd00;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
}
.events-tab-content {
  background-color: #e4e4e4;
  padding: 30px 0 0 0;
}
.events-tab-content ul {
  padding: 0;
  list-style-type: none;
}
.events-tab-content li {
  padding: 0;
  border-bottom: 1px solid #acdd00;
}
.events-tab-content li:last-child {
  border-bottom: none;
}
.events-tab-content a {
  padding: 25px 0;
  color: #3f3f3f;
  font-size: 19px;
  line-height: 25px;
  position: relative;
  display: block;
  text-align: center;
}
.events-tab-content a .overlay {
  display: none;
}
.events-tab-content a:hover,
.events-tab-content a:active,
.events-tab-content a:focus {
  text-decoration: none;
}
.events-tab-content a:hover .overlay,
.events-tab-content a:active .overlay,
.events-tab-content a:focus .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(172, 219, 0, 0.75);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.events-tab-content a:hover .overlay span,
.events-tab-content a:active .overlay span,
.events-tab-content a:focus .overlay span {
  border: 2px solid #fff;
  display: inline-block;
  color: #ffffff;
  padding: 10px;
  margin-top: 38px;
  text-transform: uppercase;
  font-weight: bold;
}
.events-tab-content a p {
  margin: 0;
  padding: 0;
}
.event-full .event-info {
  margin: 0 0 40px;
}
.event-full .event-info .fa {
  font-size: 130%;
}
.event-full .event-info p {
  margin: 0 0 5px 0;
}
.event-full .event-info p:last-child {
  margin: 0;
}
.cover-container {
  height: 640px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.cover-container + .container {
  position: relative;
  z-index: 1;
  margin-top: -380px;
}
.cover-container + .container + .container {
  position: relative;
  z-index: 1;
}
.cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blockThumbs a {
  display: block;
  border: 3px solid #cecece;
}
.blockThumbs a img {
  width: 100%;
}
.blockThumbs a:hover {
  border: 3px solid #acdd00;
}
.blockThumbs {
  padding-top: 40px;
}
.blockThumbs div {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.suggestions-title {
  margin: 0;
}
.video-player {
  margin-bottom: 40px;
}
.popup-banner {
  background: rgba(0, 0, 0, 0.75);
  display: block;
}
.popup-banner-content {
  position: absolute;
  top: 20%;
  left: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0 10px #ffffff;
  -moz-box-shadow: 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 10px #ffffff;
}
.popup-banner-header {
  padding: 0 0 10px 0;
}
.popup-banner-header a {
  color: #000;
}
.lightbox-banner {
  position: absolute;
  left: 50%;
  top: 50%;
}
.lightbox-banner-header {
  padding: 0 0 10px 0;
}
/* FOOTER
----------------------------------------------------------------------------------------------------------------------------- */
footer .container-fluid {
  padding: 30px 0;
  background-color: #535353;
  border-bottom: 3px solid #acdd00;
}
footer ul {
  margin: 0;
  list-style-type: none;
  text-align: center;
}
footer li {
  display: inline;
  margin: 0 14px;
}
footer li a {
  color: #e4e4e4;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid transparent;
}
footer li a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
footer .logoMM,
footer .logoRM,
footer .logoKM,
footer .logoKE {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
footer .logoMM {
  display: block;
  width: 160px;
  height: 56px;
  background: url(/pics/sprite.png) no-repeat 0 -124px;
  text-indent: -50000px;
  margin: 0 auto;
}
footer .logoMM:hover {
  background: url(/pics/sprite.png) no-repeat 0 -180px;
}
footer .logoRM {
  display: block;
  width: 147px;
  height: 64px;
  background: url(/pics/sprite.png) no-repeat 0 -236px;
  text-indent: -50000px;
  margin: 0 auto;
}
footer .logoRM:hover {
  background: url(/pics/sprite.png) no-repeat 0 -300px;
}
footer .logoKM {
  display: block;
  width: 234px;
  height: 29px;
  background: url(/pics/sprite.png) no-repeat 0 -364px;
  text-indent: -50000px;
  margin: 17px auto 0;
}
footer .logoKM:hover {
  background: url(/pics/sprite.png) no-repeat 0 -394px;
}
footer .logoKE {
  display: block;
  width: 175px;
  height: 28px;
  background: url(/pics/sprite.png) no-repeat 0 -424px;
  text-indent: -50000px;
  margin: 18px auto 0;
}
footer .logoKE:hover {
  background: url(/pics/sprite.png) no-repeat 0 -452px;
}
footer .hr {
  height: 34px;
  margin: 15px 0;
  background: url(/pics/footer-hr.png) no-repeat center center;
}
footer .container-fluid + .container .row:last-child div:last-child,
footer .container-fluid + .container .row:last-child div:nth-child(2) {
  padding-top: 15px;
}
footer .container-fluid + .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.subpost {
  border-top: 1px solid #cecece;
  margin-bottom: 20px;
  padding-top: 10px;
}
.subpost h2 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 20px;
}
.subpost-date {
  line-height: 25px;
  border-left: 3px solid #acdd00;
  font-weight: bold;
  font-size: 19px;
  padding-left: 8px;
  margin-bottom: 20px;
  color: #909090;
}
.subpost-badge {
  font-size: 15px;
  font-weight: normal;
}
.subpost-badge span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  vertical-align: top;
  border-radius: 25px;
}
.subpost-badge .badge-green {
  background: #acdd00;
}
.subpost-badge .badge-red {
  background: #db4f4f;
}
.post-group-wrapper h1 {
  border-left: 5px solid #ebebeb;
  padding-left: 10px;
  line-height: 40px;
  margin-bottom: 20px;
}
.post-group-wrapper-blue h1,
.post-group-wrapper-blue .post-group-item {
  border-color: #4a8db7;
}
.post-group-wrapper-orange h1,
.post-group-wrapper-orange .post-group-item {
  border-color: #e67030;
}
.post-group-wrapper-magenta h1,
.post-group-wrapper-magenta .post-group-item {
  border-color: #e63074;
}
.post-search-result,
.post-group-item {
  border-bottom: 1px solid #acdd00;
  padding-bottom: 25px;
}
.post-search-result .date,
.post-group-item .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #9a9a9a;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-search-result h2,
.post-group-item h2 {
  font-size: 36px;
  line-height: 43px;
  margin: 0 0 25px 0;
}
.post-search-result h2 a,
.post-group-item h2 a {
  color: #3f3f3f;
  font-weight: bold;
}
.post-search-result h2 a:hover,
.post-group-item h2 a:hover {
  color: #acdd00;
}
.post-search-result .image,
.post-group-item .image {
  display: block;
  opacity: 1;
}
.post-search-result .image:hover,
.post-group-item .image:hover {
  opacity: 0.7;
}
.post-search-result:last-child,
.post-group-item:last-child {
  border: 0 none;
}
.block-games {
  padding: 30px;
}
.games-list .container-border {
  padding: 20px;
}
.games-list .container-border > :last-child {
  margin-bottom: 0 !important;
}
article.game {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #acdd00;
  font-size: 120%;
  line-height: 1.5;
}
article.game h2 {
  margin: 0 0 5px 0;
  font-size: 23px;
}
article.game h2 a {
  color: #3f3f3f;
  font-weight: 800;
  text-transform: uppercase;
}
article.game h2 a:hover {
  color: #acdd00;
}
article.game .img {
  opacity: 1;
}
article.game .img:hover {
  opacity: 0.7;
}
article.game .info {
  font-size: 14px;
  color: #3f3f3f;
  margin-bottom: 0;
}
article.game .info a {
  color: #3f3f3f;
}
article.game .results {
  color: #626262;
}
.countdown-container {
  margin-top: 30px;
}
.countdown-container .countdown {
  border-color: #b9b9b9;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 300;
  color: #686868;
}
.countdown-container .countdown .title {
  display: block;
  font-size: 14px;
}
.countdown-container .btn-play {
  display: block;
  background: #424242;
  padding: 20px;
  color: #acdd00;
  text-transform: uppercase;
  text-align: center;
}
.countdown-container .btn-play:hover {
  background: #acdd00;
  color: #fff;
}
.game-full .winner-number {
  font-size: 16px;
  font-weight: 300;
  color: #686868;
  line-height: 30px;
  margin-bottom: 30px;
}
.game-full .winner-number span {
  font-size: 30px;
  color: #3f3f3f;
}
.game-full .winner-number .fa {
  vertical-align: middle;
}
.game-full .countdown-container {
  margin-bottom: 30px;
}
.game-full .countdown {
  border-bottom-width: 1px;
}
.game-full .winners {
  padding: 25px 0 0 35px;
  position: relative;
  font-size: 120%;
  line-height: 1.4;
  font-weight: 300;
  color: #686868;
}
.game-full .winners i {
  position: absolute;
  left: 0;
  top: 0;
  color: #e8bf00;
  font-size: 180%;
}
.questions-container {
  margin-bottom: 40px;
}
.question {
  margin-bottom: 40px;
}
.question p {
  font-weight: bold;
}
.answer {
  margin-bottom: 10px;
  background: #ebebeb;
}
.answer label {
  display: block;
  padding: 10px 15px 10px 45px;
  position: relative;
  border: 1px solid #ebebeb;
}
.answer .text-primary {
  visibility: hidden;
}
.answer .fa-stack {
  position: absolute;
  left: 5px;
  top: 4px;
}
.answer input {
  display: none;
}
.active-game .answer:hover label {
  cursor: pointer;
  border-color: #c0c0c0;
}
.answer.selected label {
  background: #fff;
}
.answer.selected .text-primary {
  visibility: visible;
}
.result {
  position: relative;
}
.result label {
  padding-left: 80px;
  z-index: 5;
}
.result .polls {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  background: #acdd00;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
}
.result .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.form-title {
  color: #686868;
  font-weight: 300;
  font-size: 23px;
  margin-bottom: 40px;
}
.form-control {
  background: #e4e4e4;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #686868;
  color: #686868;
  font-weight: 300;
  font-size: 23px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  line-height: 32px;
  padding: 6px 12px;
}
input.form-control,
select.form-control {
  height: 45px;
}
div.form-control {
  padding: 0;
  height: 45px;
  background: #f1f1f1;
}
.form-control:active,
.form-control:focus {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #686868;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: #f1f1f1;
}
.has-error .form-control,
.has-error .form-control:active {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.form-wrapper {
  margin: 30px 0;
}
.form-wrapper h2 {
  margin: 0 0 20px 0;
  font-size: 23px;
}
.form-group {
  margin-bottom: 30px;
}
.checkbox {
  color: #686868;
  font-weight: 300;
  font-size: 20px;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.checkbox a {
  font-weight: bold;
  color: #686868;
}
.checkbox .fa {
  color: #424242;
  text-align: left;
  position: absolute;
  left: 0;
  top: 5px;
}
.checkbox .fa-check-square-o {
  display: none;
}
.checkbox input {
  display: none;
}
.checkbox.checked .fa-check-square-o {
  display: inline-block;
}
.checkbox.checked .fa-square-o {
  display: none;
}
.fb-post-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
section.text .container-border {
  padding: 20px;
  min-height: 400px;
}
/*
SCROLLBARS
*/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #acdd00;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #acdd00;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*
POLLS
*/
.poll.loading {
  min-height: 120px;
  position: relative;
}
.poll.loading:after {
  content: '';
  display: block;
  background: url(/pics/loader.gif) center center no-repeat #e4e4e4;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.poll h3 {
  border: 0 none;
  text-transform: none;
  margin-bottom: 15px !important;
}
.competitions-container {
  padding: 20px;
}
article.competition {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #acdd00;
}
article.competition h4 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px;
  margin: 0 0 20px;
}
article.competition h4 strong {
  line-height: 1.5;
  font-size: 34px;
  font-weight: 800;
  background-color: #acdd00;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 #acdd00, -10px 0 0 #acdd00;
}
article.competition h4 a {
  color: #fff;
}
article.competition:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}
article.competition-closed h4 {
  color: #fff;
}
article.competition-closed h4 strong {
  background-color: #b5b5b5;
  box-shadow: 10px 0 0 #b5b5b5, -10px 0 0 #b5b5b5;
}
article.competition-full .competition-text {
  padding: 15px;
  margin-bottom: 40px;
}
article.competition-full .descr {
  border: 2px solid #3f3f3f;
}
article.competition-full .descr .toggle {
  display: block;
  line-height: 35px;
  text-align: center;
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
article.competition-full .descr .toggle:hover,
article.competition-full .descr .toggle:active,
article.competition-full .descr .toggle:focus {
  background: #ffffff;
}
article.competition-full .descr-padding {
  padding: 15px 15px 0 15px;
}
article.competition-full .competition-images-container {
  margin-bottom: 40px;
}
.competitor,
.competition-winner {
  padding: 15px 0;
}
.competitor strong,
.competition-winner strong {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.competitor img,
.competition-winner img {
  width: 100%;
}
.competitor a,
.competition-winner a {
  display: block;
  -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.5);
  position: relative;
}
.competitor .overlay,
.competition-winner .overlay {
  display: none;
  border: 2px solid #cecece;
  background: rgba(0, 0, 0, 0.5);
  width: 160px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -43px 0 0 -80px;
}
.competitor .overlay i,
.competition-winner .overlay i {
  color: #acdd00;
  font-size: 150%;
  line-height: 50px;
  vertical-align: top;
}
.competitor .overlay .overlay-like,
.competition-winner .overlay .overlay-like {
  background: #cecece;
  text-align: center;
  padding: 7px 0 5px;
}
.competitor a:hover img,
.competition-winner a:hover img {
  -webkit-box-shadow: 0 0 0 -3px #fff;
  -moz-box-shadow: 0 0 0 -3px #fff;
  box-shadow: 0 0 0 -3px #fff;
}
.competitor a:hover .overlay,
.competition-winner a:hover .overlay {
  display: block;
}
.competitor .position,
.competition-winner .position {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 55px;
  color: #fff;
  background: #424242;
  font-weight: bold;
}
.competitor .position i,
.competition-winner .position i {
  line-height: 70px;
  vertical-align: top;
}
.competitor .position-1,
.competition-winner .position-1 {
  color: #f7e900;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 64px;
}
.competitor .position-2,
.competition-winner .position-2 {
  color: #e4e4e4;
}
.competitor .position-3,
.competition-winner .position-3 {
  color: #b89c84;
}
.competition-winner {
  margin-bottom: 40px;
}
.competition-winner strong {
  font-size: 25px;
}
.error-404 h2 {
  margin: 0 0 -30px 0;
  text-align: center;
  color: #ff1c47;
  font-weight: bold;
  font-size: 160px;
  line-height: 130px;
}
.error-404 img {
  margin: 0 auto 15px;
}
.error-404 h1 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #ff1c47;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.error-404 .links {
  text-align: center;
  margin-bottom: 40px;
}
.error-404 .links a {
  font-size: 16px;
  font-weight: bold;
  color: #686868;
  text-transform: uppercase;
}
.error-404 .links a:hover {
  color: #acdd00;
}
.search .result-number {
  margin-top: 0;
  font-size: 30px;
}
.search-form-wrapper {
  position: relative;
}
.search-form-wrapper a {
  position: relative;
  z-index: 5;
}
.search-form {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 0;
}
.search-form .form-control {
  width: 300px;
  height: 51px;
  background: #f1f1f1;
}
/* MEDIA QUERIES
----------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 500px) {
  .newsWithPicture.video h4 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .iconVideo {
    display: none;
  }
}
@media (max-width: 767px) {
  .newsWithPicture.video h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .blockPrograms .categoryNav li {
    float: left;
  }
  footer li {
    float: left;
    width: 100%;
    margin: 8px 0;
  }
  .newsWithPicture {
    padding: 10px 15px;
  }
  .blockGallery {
    padding: 10px 15px;
  }
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
  h1 .tag {
    top: 0;
  }
}
@media (max-width: 992px) {
  .blockPicNews {
    padding: 20px 0 0 0;
  }
  .picture h4 {
    line-height: 20px;
    font-size: 14px;
  }
  .bgGrey {
    background-color: #c4c4c4;
  }
  .bgGrey .tab-content li a,
  .bgGrey ul a {
    padding: 10px 0;
    text-align: center;
  }
  .bgGrey h2 {
    margin-top: 40px;
  }
  .blockArchive {
    background-color: #c4c4c4;
    text-align: center;
  }
  .blockArchive .btnMore {
    width: 100%;
  }
  .blockArticle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .blog-slider {
    padding: 0 113px;
  }
  .blog-slider .slick-prev,
  .blog-slider .slick-next {
    width: 83px;
    height: 83px;
    margin-top: -41px;
  }
  .blog-slider .slick-prev {
    background: url(/pics/sprite.png) -232px 0 no-repeat;
    left: 15px;
  }
  .blog-slider .slick-prev:hover,
  .blog-slider .slick-prev:active,
  .blog-slider .slick-prev:focus {
    background: url(/pics/sprite.png) -232px -83px no-repeat;
  }
  .blog-slider .slick-next {
    right: 15px;
    background: url(/pics/sprite.png) -315px 0 no-repeat;
  }
  .blog-slider .slick-next:hover,
  .blog-slider .slick-next:active,
  .blog-slider .slick-next:focus {
    background: url(/pics/sprite.png) -315px -83px no-repeat;
  }
}
@media (min-width: 1200px) {
  .picture h4 {
    line-height: 23px;
    font-size: 19px;
  }
}
@media (min-width: 1360px) {
  .container {
    width: 1280px;
  }
}
.no-padding {
  padding: 0 !important;
}
.footer-icons-container {
  width: 970px;
  margin: 0 auto;
  padding: 30px 0;
}
.popular-articles-container {
  background: #c4c4c4;
  padding: 30px;
}
.popular-articles-container h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}
.popular-articles-container ul {
  padding: 0;
  list-style-type: none;
}
.popular-articles-container ul li {
  border-bottom: 1px solid #dcdcdc;
}
.popular-articles-container ul a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #3f3f3f;
  padding: 8px;
  border-left: 2px solid transparent;
}
.popular-articles-container ul a:hover,
.popular-articles-container ul a:focus,
.popular-articles-container ul a:active {
  background-color: #ebebeb;
  border-color: #acdd00;
}
.popular-articles-container .counter {
  font-size: 12px;
  font-weight: 600;
}
.popular-articles-container .counter .fa {
  vertical-align: middle;
  color: #e4e4e4;
  font-size: 140%;
  margin-right: 4px;
}
.popular-articles-container .counter .display {
  vertical-align: middle;
}
.popular-articles-container a:hover .fa,
.popular-articles-container a:focus .fa,
.popular-articles-container a:active .fa {
  color: #3f3f3f;
}
.popular-articles-container .nav-tabs.nav-justified > li > a {
  border-radius: 0;
}
.popular-articles-container .nav-tabs a {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  border: 0 none !important;
  text-align: center;
  border-radius: 0;
  margin: 0;
  position: relative;
}
.popular-articles-container .nav-tabs a:hover {
  background: rgba(228, 228, 228, 0.5);
}
.popular-articles-container .nav-tabs li {
  border: none;
  padding: 0 0 2px 0;
  overflow: visible;
}
.popular-articles-container .nav-tabs .active a {
  background: #e4e4e4 !important;
}
.popular-articles-container .nav-tabs .active span {
  display: block;
  width: 24px;
  height: 10px;
  background: url(/pics/sprite.png) no-repeat -205px -27px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
}
.popular-articles-container .nav-tabs {
  padding-bottom: 1px;
  border-bottom: 1px solid #ebebeb;
}
.radio {
  margin: 5px 0;
}
.radio label {
  line-height: 26px;
}
.radio label input {
  margin-top: 7px;
}
.radio label .label {
  line-height: 26px;
  vertical-align: top;
}
.row-nomargin {
  margin: 0;
}
.autoalk-banner {
  margin-top: 15px;
  background: #3b9736;
  height: 2px;
  position: relative;
  margin: 39px 0 24px;
}
.autoalk-banner a {
  position: absolute;
  background: #E4E4E4;
  right: 0;
  top: -24px;
  display: block;
  width: 210px;
  padding: 0 10px;
}
.autoalk-banner a:hover {
  background: #f4f4f4;
}
.banner-970 {
  background: transparent;
  padding: 0;
}
.radio-banner {
  margin-bottom: 15px;
  display: block;
}
.radio-banner .img-responsive {
  width: 100%;
}
body.blog {
  background: url(/pics/blog/bg_blog.png) center top repeat;
  padding: 0;
}
body.blog header {
  margin: 0;
}
body.blog .infinite-more-link:hover span {
  background: rgba(206, 206, 206, 0.5);
}
body.blog .tags {
  padding: 0;
}
body.blog .tags li {
  background: none;
}
body.blog .tags li a {
  background: #71b454;
  color: #fff;
}
body.blog .tags li a:after {
  display: none;
}
body.blog .tags li a:hover,
body.blog .tags li a:focus,
body.blog .tags li a:active {
  text-decoration: underline;
}
.blog-container {
  width: 100%;
  padding: 0;
}
.blog-container header {
  padding: 0 15px;
}
.blog-container h1 {
  margin: 0 0 30px 0;
  font-size: 37px;
  line-height: 37px;
  text-transform: none;
  color: #4c4c4c;
}
@media (min-width: 992px) {
  .blog-container {
    max-width: 970px;
  }
}
.navbar-blog {
  padding: 20px 0 10px;
}
.btn-blog-menu {
  display: inline-block;
  line-height: 47px;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
}
.btn-blog-menu .icon {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #cecece;
  padding: 10px 10px 6px;
  margin-right: 10px;
}
.btn-blog-menu .icon .icon-bar {
  display: block;
  width: 26px;
  height: 5px;
  background: #fff;
  margin-bottom: 4px;
}
.btn-blog-navig {
  display: inline-block;
  line-height: 47px;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
}
.btn-blog-navig .icon {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #cecece;
  margin-left: 10px;
  height: 47px;
  width: 47px;
  line-height: 43px;
  text-align: center;
}
.btn-blog-navig .icon i {
  font-size: 130%;
  line-height: 43px;
  vertical-align: top;
}
.btn-blog-navig .icon i:last-child {
  margin-left: -11px;
}
.btn-blog-menu:hover,
.btn-blog-menu:active,
.btn-blog-menu:focus,
.blog-menu-wrapper.open .btn-blog-menu,
.btn-blog-navig:hover,
.btn-blog-navig:active,
.btn-blog-navig:focus,
.blog-navig-wrapper.open .btn-blog-navig {
  text-decoration: none;
  color: #fff;
}
.btn-blog-menu:hover .icon,
.btn-blog-menu:active .icon,
.btn-blog-menu:focus .icon,
.blog-menu-wrapper.open .btn-blog-menu .icon,
.btn-blog-navig:hover .icon,
.btn-blog-navig:active .icon,
.btn-blog-navig:focus .icon,
.blog-navig-wrapper.open .btn-blog-navig .icon {
  background: #fff;
}
.btn-blog-menu:hover .icon .icon-bar,
.btn-blog-menu:active .icon .icon-bar,
.btn-blog-menu:focus .icon .icon-bar,
.blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
.btn-blog-navig:hover .icon .icon-bar,
.btn-blog-navig:active .icon .icon-bar,
.btn-blog-navig:focus .icon .icon-bar,
.blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
  background: #71b454;
}
.btn-blog-menu:hover .icon i,
.btn-blog-menu:active .icon i,
.btn-blog-menu:focus .icon i,
.blog-menu-wrapper.open .btn-blog-menu .icon i,
.btn-blog-navig:hover .icon i,
.btn-blog-navig:active .icon i,
.btn-blog-navig:focus .icon i,
.blog-navig-wrapper.open .btn-blog-navig .icon i {
  color: #71b454;
}
.blog-menu {
  position: absolute;
  left: 0;
  top: 45px;
  padding: 10px 20px;
  background: #fff;
  margin: 0;
  list-style: none;
  border: 2px solid #cecece;
  display: none;
  z-index: 100;
  white-space: nowrap;
  text-align: left;
}
.blog-menu li {
  border-bottom: 1px solid #cecece;
}
.blog-menu li:last-child {
  border: 0 none;
}
.blog-menu a {
  display: block;
  font-size: 19px;
  color: #71b454;
  text-transform: uppercase;
  padding: 10px 0;
}
.blog-menu a:hover,
.blog-menu a:focus,
.blog-menu a:active {
  text-decoration: underline;
}
.blog-navig {
  left: auto;
  right: 0;
}
.btn-blog-back {
  display: inline-block;
  padding: 0 20px;
  height: 47px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #cecece;
  color: #fff;
  font-size: 19px;
}
.btn-blog-back:hover,
.btn-blog-back:focus,
.btn-blog-back:active {
  background: #fff;
  color: #71b454;
}
.blog-menu-wrapper,
.blog-navig-wrapper {
  position: relative;
}
.blog-menu-wrapper.open .blog-menu {
  display: block;
}
.blog-navig-wrapper.open .blog-navig {
  display: block;
}
.authors,
article.author {
  background: #fff;
  padding: 20px 15px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.authors ul,
article.author ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.authors li,
article.author li {
  padding: 6px 0;
  border-bottom: 1px solid #d3d3d3;
}
.authors li:last-child,
article.author li:last-child {
  border: 0 none;
}
.authors a,
article.author a {
  display: block;
  font-size: 21px;
  font-weight: normal;
  color: #4c4c4c;
  padding: 5px 0;
}
.authors a:hover,
article.author a:hover,
.authors a:active,
article.author a:active,
.authors a:focus,
article.author a:focus {
  border-left: 6px solid #71b454;
  padding-left: 10px;
  color: #71b454;
  text-decoration: none;
}
article.author .name {
  margin-bottom: 25px;
}
article.author .name strong {
  font-size: 18px;
  display: block;
  color: #acdd00;
  line-height: 30px;
  padding-top: 10px;
}
article.author .name h1 {
  margin: 0;
  line-height: 50px;
}
article.author .name img {
  float: left;
  margin-right: 20px;
}
article.author .about {
  margin-bottom: 40px;
}
article.author a {
  font-size: 18px;
}
article.blog {
  background: #fff;
  padding: 20px 15px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}
article.blog a.thumbnail .caption {
  background: #fff;
}
article.blog .post-content {
  border-left: 1px solid #d3d3d3;
}
article.blog .post-content a {
  color: #71b454;
}
article.blog .post-content h1 a {
  color: #4c4c4c;
}
article.blog .post-content h1 a:hover {
  color: #71b454;
}
article.blog .post-content img {
  width: 100%;
}
article.blog .post-content p {
  margin-bottom: 27px;
}
article.blog .post-info a {
  color: #71b454;
}
article.blog .post-info a:hover {
  text-decoration: underline;
}
article.blog .date {
  margin-bottom: 24px;
  padding-top: 15px;
  position: relative;
  font-size: 18px;
}
article.blog .date:after {
  content: '';
  display: block;
  width: 26px;
  height: 6px;
  background: #71b454;
  position: absolute;
  left: 0;
  top: 0;
}
article.blog .author {
  font-weight: bold;
}
article.blog .read-more .btn-blog {
  display: inline-block;
  border: 2px solid #cecece;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #3f3f3f;
}
article.blog .read-more .btn-blog:hover {
  background: #71b454;
  border-color: #71b454;
  color: #fff;
}
@media (min-width: 992px) {
  article.blog,
  .authors,
  article.author {
    padding: 35px;
  }
}
body.speedcam {
  background: #b1bfd3;
}
body.speedcam .post-content a,
body.speedcam .post-info a {
  color: #002c6b;
}
body.speedcam .tags li a {
  background: #002c6b;
}
body.speedcam .btn-blog-menu:hover .icon,
body.speedcam .btn-blog-menu:active .icon,
body.speedcam .btn-blog-menu:focus .icon,
body.speedcam .blog-menu-wrapper.open .btn-blog-menu .icon,
body.speedcam .btn-blog-navig:hover .icon,
body.speedcam .btn-blog-navig:active .icon,
body.speedcam .btn-blog-navig:focus .icon,
body.speedcam .blog-navig-wrapper.open .btn-blog-navig .icon {
  background: #002c6b;
}
body.speedcam .btn-blog-menu:hover .icon .icon-bar,
body.speedcam .btn-blog-menu:active .icon .icon-bar,
body.speedcam .btn-blog-menu:focus .icon .icon-bar,
body.speedcam .blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
body.speedcam .btn-blog-navig:hover .icon .icon-bar,
body.speedcam .btn-blog-navig:active .icon .icon-bar,
body.speedcam .btn-blog-navig:focus .icon .icon-bar,
body.speedcam .blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
  background: #fff;
}
body.speedcam .btn-blog-menu:hover .icon i,
body.speedcam .btn-blog-menu:active .icon i,
body.speedcam .btn-blog-menu:focus .icon i,
body.speedcam .blog-menu-wrapper.open .btn-blog-menu .icon i,
body.speedcam .btn-blog-navig:hover .icon i,
body.speedcam .btn-blog-navig:active .icon i,
body.speedcam .btn-blog-navig:focus .icon i,
body.speedcam .blog-navig-wrapper.open .btn-blog-navig .icon i {
  color: #fff;
}
body.speedcam .blog-menu {
  background: #002c6b;
  border: 2px solid #cecece;
}
body.speedcam .blog-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.speedcam .blog-menu li:last-child {
  border: 0 none;
}
body.speedcam .blog-menu a {
  color: #fff;
}
body.speedcam article.blog .post-content h1 a:hover {
  color: #002c6b;
}
body.speedcam article.blog .date:after {
  background: #002c6b;
}
body.speedcam article.blog .read-more .btn-blog:hover {
  background: #002c6b;
  border-color: #002c6b;
  color: #fff;
}
body.speedcam .btn-blog-back {
  color: #fff;
}
body.speedcam .btn-blog-back:hover,
body.speedcam .btn-blog-back:focus,
body.speedcam .btn-blog-back:active {
  background: #fff;
  color: #002c6b;
}
body.curiosity {
  background: url(/pics/blog/bg_curiosity.png) center top repeat;
}
body.curiosity .post-content a,
body.curiosity .post-info a {
  color: #ff5400;
}
body.curiosity .tags li a {
  background: #ff5400;
}
body.curiosity .btn-blog-menu:hover .icon,
body.curiosity .btn-blog-menu:active .icon,
body.curiosity .btn-blog-menu:focus .icon,
body.curiosity .blog-menu-wrapper.open .btn-blog-menu .icon,
body.curiosity .btn-blog-navig:hover .icon,
body.curiosity .btn-blog-navig:active .icon,
body.curiosity .btn-blog-navig:focus .icon,
body.curiosity .blog-navig-wrapper.open .btn-blog-navig .icon {
  background: #ff5400;
}
body.curiosity .btn-blog-menu:hover .icon .icon-bar,
body.curiosity .btn-blog-menu:active .icon .icon-bar,
body.curiosity .btn-blog-menu:focus .icon .icon-bar,
body.curiosity .blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
body.curiosity .btn-blog-navig:hover .icon .icon-bar,
body.curiosity .btn-blog-navig:active .icon .icon-bar,
body.curiosity .btn-blog-navig:focus .icon .icon-bar,
body.curiosity .blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
  background: #fff;
}
body.curiosity .btn-blog-menu:hover .icon i,
body.curiosity .btn-blog-menu:active .icon i,
body.curiosity .btn-blog-menu:focus .icon i,
body.curiosity .blog-menu-wrapper.open .btn-blog-menu .icon i,
body.curiosity .btn-blog-navig:hover .icon i,
body.curiosity .btn-blog-navig:active .icon i,
body.curiosity .btn-blog-navig:focus .icon i,
body.curiosity .blog-navig-wrapper.open .btn-blog-navig .icon i {
  color: #fff;
}
body.curiosity .blog-menu {
  background: #ff5400;
  border: 2px solid #cecece;
}
body.curiosity .blog-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.curiosity .blog-menu li:last-child {
  border: 0 none;
}
body.curiosity .blog-menu a {
  color: #fff;
}
body.curiosity article.blog .post-content h1 a:hover {
  color: #ff5400;
}
body.curiosity article.blog .date:after {
  background: #ff5400;
}
body.curiosity article.blog .read-more .btn-blog:hover {
  background: #ff5400;
  border-color: #ff5400;
  color: #fff;
}
body.curiosity .btn-blog-back {
  color: #fff;
}
body.curiosity .btn-blog-back:hover,
body.curiosity .btn-blog-back:focus,
body.curiosity .btn-blog-back:active {
  background: #ff5400;
}
body.history {
  background: #a96936;
}
body.history .post-content a,
body.history .post-info a {
  color: #a96936;
}
body.history .tags li a {
  background: #a96936;
}
body.history .btn-blog-menu:hover .icon,
body.history .btn-blog-menu:active .icon,
body.history .btn-blog-menu:focus .icon,
body.history .blog-menu-wrapper.open .btn-blog-menu .icon,
body.history .btn-blog-navig:hover .icon,
body.history .btn-blog-navig:active .icon,
body.history .btn-blog-navig:focus .icon,
body.history .blog-navig-wrapper.open .btn-blog-navig .icon {
  background: #fff;
}
body.history .btn-blog-menu:hover .icon .icon-bar,
body.history .btn-blog-menu:active .icon .icon-bar,
body.history .btn-blog-menu:focus .icon .icon-bar,
body.history .blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
body.history .btn-blog-navig:hover .icon .icon-bar,
body.history .btn-blog-navig:active .icon .icon-bar,
body.history .btn-blog-navig:focus .icon .icon-bar,
body.history .blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
  background: #a96936;
}
body.history .btn-blog-menu:hover .icon i,
body.history .btn-blog-menu:active .icon i,
body.history .btn-blog-menu:focus .icon i,
body.history .blog-menu-wrapper.open .btn-blog-menu .icon i,
body.history .btn-blog-navig:hover .icon i,
body.history .btn-blog-navig:active .icon i,
body.history .btn-blog-navig:focus .icon i,
body.history .blog-navig-wrapper.open .btn-blog-navig .icon i {
  color: #a96936;
}
body.history .blog-menu {
  background: #fff;
  border: 2px solid #cecece;
}
body.history .blog-menu li {
  border-bottom: 1px solid rgba(169, 105, 54, 0.5);
}
body.history .blog-menu li:last-child {
  border: 0 none;
}
body.history .blog-menu a {
  color: #a96936;
}
body.history article.blog .post-content h1 a:hover {
  color: #a96936;
}
body.history article.blog .date:after {
  background: #a96936;
}
body.history article.blog .read-more .btn-blog:hover {
  background: #a96936;
  border-color: #a96936;
  color: #fff;
}
body.history .btn-blog-back {
  color: #fff;
}
body.history .btn-blog-back:hover,
body.history .btn-blog-back:focus,
body.history .btn-blog-back:active {
  background: #fff;
  color: #a96936;
}
body.people {
  background: #966060;
}
body.people .post-content a,
body.people .post-info a {
  color: #966060;
}
body.people .tags li a {
  background: #966060;
}
body.people .btn-blog-menu:hover .icon,
body.people .btn-blog-menu:active .icon,
body.people .btn-blog-menu:focus .icon,
body.people .blog-menu-wrapper.open .btn-blog-menu .icon,
body.people .btn-blog-navig:hover .icon,
body.people .btn-blog-navig:active .icon,
body.people .btn-blog-navig:focus .icon,
body.people .blog-navig-wrapper.open .btn-blog-navig .icon {
  background: #fff;
}
body.people .btn-blog-menu:hover .icon .icon-bar,
body.people .btn-blog-menu:active .icon .icon-bar,
body.people .btn-blog-menu:focus .icon .icon-bar,
body.people .blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
body.people .btn-blog-navig:hover .icon .icon-bar,
body.people .btn-blog-navig:active .icon .icon-bar,
body.people .btn-blog-navig:focus .icon .icon-bar,
body.people .blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
  background: #966060;
}
body.people .btn-blog-menu:hover .icon i,
body.people .btn-blog-menu:active .icon i,
body.people .btn-blog-menu:focus .icon i,
body.people .blog-menu-wrapper.open .btn-blog-menu .icon i,
body.people .btn-blog-navig:hover .icon i,
body.people .btn-blog-navig:active .icon i,
body.people .btn-blog-navig:focus .icon i,
body.people .blog-navig-wrapper.open .btn-blog-navig .icon i {
  color: #966060;
}
body.people .blog-menu {
  background: #fff;
  border: 2px solid #cecece;
}
body.people .blog-menu li {
  border-bottom: 1px solid rgba(150, 96, 96, 0.5);
}
body.people .blog-menu li:last-child {
  border: 0 none;
}
body.people .blog-menu a {
  color: #966060;
}
body.people article.blog .post-content h1 a:hover {
  color: #966060;
}
body.people article.blog .date:after {
  background: #966060;
}
body.people article.blog .read-more .btn-blog:hover {
  background: #966060;
  border-color: #966060;
  color: #fff;
}
body.people .btn-blog-back {
  color: #fff;
}
body.people .btn-blog-back:hover,
body.people .btn-blog-back:focus,
body.people .btn-blog-back:active {
  background: #fff;
  color: #966060;
}
body.weather {
  background: url(/pics/blog/bg_weather.jpg) center top no-repeat #fff;
}
body.weather .post-content a,
body.weather .post-info a {
  color: #4e748b;
}
body.weather .tags li a {
  background: #4e748b;
}
body.weather .btn-blog-menu:hover .icon,
body.weather .btn-blog-menu:active .icon,
body.weather .btn-blog-menu:focus .icon,
body.weather .blog-menu-wrapper.open .btn-blog-menu .icon,
body.weather .btn-blog-navig:hover .icon,
body.weather .btn-blog-navig:active .icon,
body.weather .btn-blog-navig:focus .icon,
body.weather .blog-navig-wrapper.open .btn-blog-navig .icon {
  background: #fff;
}
body.weather .btn-blog-menu:hover .icon .icon-bar,
body.weather .btn-blog-menu:active .icon .icon-bar,
body.weather .btn-blog-menu:focus .icon .icon-bar,
body.weather .blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
body.weather .btn-blog-navig:hover .icon .icon-bar,
body.weather .btn-blog-navig:active .icon .icon-bar,
body.weather .btn-blog-navig:focus .icon .icon-bar,
body.weather .blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
  background: #4e748b;
}
body.weather .btn-blog-menu:hover .icon i,
body.weather .btn-blog-menu:active .icon i,
body.weather .btn-blog-menu:focus .icon i,
body.weather .blog-menu-wrapper.open .btn-blog-menu .icon i,
body.weather .btn-blog-navig:hover .icon i,
body.weather .btn-blog-navig:active .icon i,
body.weather .btn-blog-navig:focus .icon i,
body.weather .blog-navig-wrapper.open .btn-blog-navig .icon i {
  color: #4e748b;
}
body.weather .blog-menu {
  background: #fff;
  border: 2px solid #4e748b;
}
body.weather .blog-menu li {
  border-bottom: 1px solid rgba(78, 116, 139, 0.5);
}
body.weather .blog-menu li:last-child {
  border: 0 none;
}
body.weather .blog-menu a {
  color: #4e748b;
}
body.weather article.blog {
  background: #f8f8f8;
}
body.weather article.blog .post-content h1 a:hover {
  color: #4e748b;
}
body.weather article.blog .date:after {
  background: #4e748b;
}
body.weather article.blog .read-more .btn-blog:hover {
  background: #4e748b;
  border-color: #4e748b;
  color: #fff;
}
body.weather .btn-blog-back {
  color: #fff;
}
body.weather .btn-blog-back:hover,
body.weather .btn-blog-back:focus,
body.weather .btn-blog-back:active {
  background: #fff;
  color: #4e748b;
}
body.historyWalk {
  background: url(/pics/blog/bg_historyWalk.jpg) center top no-repeat #a96936;
  background-attachment: fixed;
  background-size: cover;
}
body.historyWalk .post-content a,
body.historyWalk .post-info a {
  color: #966060;
}
body.historyWalk .tags li a {
  background: #966060;
}
body.historyWalk .btn-blog-menu:hover .icon,
body.historyWalk .btn-blog-menu:active .icon,
body.historyWalk .btn-blog-menu:focus .icon,
body.historyWalk .blog-menu-wrapper.open .btn-blog-menu .icon,
body.historyWalk .btn-blog-navig:hover .icon,
body.historyWalk .btn-blog-navig:active .icon,
body.historyWalk .btn-blog-navig:focus .icon,
body.historyWalk .blog-navig-wrapper.open .btn-blog-navig .icon {
  background: #fff;
}
body.historyWalk .btn-blog-menu:hover .icon .icon-bar,
body.historyWalk .btn-blog-menu:active .icon .icon-bar,
body.historyWalk .btn-blog-menu:focus .icon .icon-bar,
body.historyWalk .blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
body.historyWalk .btn-blog-navig:hover .icon .icon-bar,
body.historyWalk .btn-blog-navig:active .icon .icon-bar,
body.historyWalk .btn-blog-navig:focus .icon .icon-bar,
body.historyWalk .blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
  background: #966060;
}
body.historyWalk .btn-blog-menu:hover .icon i,
body.historyWalk .btn-blog-menu:active .icon i,
body.historyWalk .btn-blog-menu:focus .icon i,
body.historyWalk .blog-menu-wrapper.open .btn-blog-menu .icon i,
body.historyWalk .btn-blog-navig:hover .icon i,
body.historyWalk .btn-blog-navig:active .icon i,
body.historyWalk .btn-blog-navig:focus .icon i,
body.historyWalk .blog-navig-wrapper.open .btn-blog-navig .icon i {
  color: #966060;
}
body.historyWalk .blog-menu {
  background: #fff;
  border: 2px solid #966060;
}
body.historyWalk .blog-menu li {
  border-bottom: 1px solid rgba(150, 96, 96, 0.5);
}
body.historyWalk .blog-menu li:last-child {
  border: 0 none;
}
body.historyWalk .blog-menu a {
  color: #966060;
}
body.historyWalk article.blog {
  background: #f8f8f8;
}
body.historyWalk article.blog .post-content h1 a:hover {
  color: #966060;
}
body.historyWalk article.blog .date:after {
  background: #966060;
}
body.historyWalk article.blog .read-more .btn-blog:hover {
  background: #966060;
  border-color: #966060;
  color: #fff;
}
body.historyWalk .btn-blog-back {
  color: #fff;
}
body.historyWalk .btn-blog-back:hover,
body.historyWalk .btn-blog-back:focus,
body.historyWalk .btn-blog-back:active {
  background: #fff;
  color: #966060;
}
body.dog {
  background: #EBEBEB;
}
body.dog header {
  padding: 0;
  margin-bottom: 30px;
}
body.dog .post-content a,
body.dog .post-info a {
  color: #e60003;
}
body.dog .tags li a {
  background: #e60003;
}
body.dog .btn-blog-menu .icon,
body.dog .btn-blog-navig .icon {
  background: transparent;
}
body.dog .btn-blog-menu:hover .icon,
body.dog .btn-blog-menu:active .icon,
body.dog .btn-blog-menu:focus .icon,
body.dog .blog-menu-wrapper.open .btn-blog-menu .icon,
body.dog .btn-blog-navig:hover .icon,
body.dog .btn-blog-navig:active .icon,
body.dog .btn-blog-navig:focus .icon,
body.dog .blog-navig-wrapper.open .btn-blog-navig .icon {
  background: #fff;
}
body.dog .btn-blog-menu:hover .icon .icon-bar,
body.dog .btn-blog-menu:active .icon .icon-bar,
body.dog .btn-blog-menu:focus .icon .icon-bar,
body.dog .blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
body.dog .btn-blog-navig:hover .icon .icon-bar,
body.dog .btn-blog-navig:active .icon .icon-bar,
body.dog .btn-blog-navig:focus .icon .icon-bar,
body.dog .blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
  background: #e60003;
}
body.dog .btn-blog-menu:hover .icon i,
body.dog .btn-blog-menu:active .icon i,
body.dog .btn-blog-menu:focus .icon i,
body.dog .blog-menu-wrapper.open .btn-blog-menu .icon i,
body.dog .btn-blog-navig:hover .icon i,
body.dog .btn-blog-navig:active .icon i,
body.dog .btn-blog-navig:focus .icon i,
body.dog .blog-navig-wrapper.open .btn-blog-navig .icon i {
  color: #e60003;
}
body.dog .navbar-blog {
  padding: 20px;
  background: #e60003;
}
body.dog .blog-menu {
  background: #fff;
  border: 2px solid #e60003;
}
body.dog .blog-menu li {
  border-bottom: 1px solid #e60003;
}
body.dog .blog-menu li:last-child {
  border: 0 none;
}
body.dog .blog-menu a {
  color: #e60003;
}
body.dog article.blog {
  background: transparent;
  padding: 0;
}
body.dog article.blog .post-content {
  border: 0 none;
}
body.dog article.blog .post-content h1 a:hover {
  color: #e60003;
}
body.dog article.blog .date:after {
  background: #e60003;
}
body.dog article.blog .read-more .btn-blog:hover {
  background: #e60003;
  border-color: #e60003;
  color: #fff;
}
body.dog .btn-blog-back {
  color: #fff;
  background: transparent;
}
body.dog .btn-blog-back:hover,
body.dog .btn-blog-back:focus,
body.dog .btn-blog-back:active {
  background: #fff;
  color: #e60003;
}
.dogs-container {
  background: #fff;
  padding: 80px 15px 15px;
  position: relative;
}
@media (min-width: 500px) {
  .dogs-container:after,
  .dogs-container:before {
    display: inline-block;
    width: 139px;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: url(/pics/blog/paws.png) 0 0 repeat-y;
  }
  .dogs-container:before {
    left: -150px;
  }
  .dogs-container:after {
    right: -150px;
  }
}
.dog-details {
  padding: 15px;
}
.dogs-header {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
  white-space: nowrap;
}
.dogs-header .btn {
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  height: 42px;
  font-size: 14px;
  line-height: 26px;
  position: relative;
}
@media (min-width: 500px) {
  .dogs-header .btn {
    font-size: 20px;
  }
}
.dogs-header .btn.active:after {
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -8px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #737373 transparent transparent transparent;
}
.dogs-header .btn-available {
  background: #ffad01;
}
.dogs-header .btn-available.active:after {
  border-color: #ffad01 transparent transparent transparent;
}
.dogs-header .btn-available:hover,
.dogs-header .btn-available:active {
  background: #b37a00;
}
.dogs-header .btn-taken {
  background: #acdd00;
}
.dogs-header .btn-taken.active:after {
  border-color: #acdd00 transparent transparent transparent;
}
.dogs-header .btn-taken:hover,
.dogs-header .btn-taken:active {
  background: #709100;
}
.dogs-header .btn-all {
  background: #737373;
}
.dogs-header .btn-all:hover,
.dogs-header .btn-all:active {
  background: #4d4d4d;
}
.btn-dog {
  display: block;
  color: #3f3f3f;
  margin-bottom: 40px;
}
.btn-dog .dog-status {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
  padding-left: 5px;
  text-transform: uppercase;
  font-style: italic;
}
.btn-dog .dog-descr {
  overflow: hidden;
}
@media (min-width: 500px) {
  .btn-dog .dog-descr {
    height: 140px;
  }
}
.btn-dog .dog-descr p:last-child {
  margin-bottom: 0;
}
.btn-dog .dog-status-taken {
  border-left: 6px solid #acdd00;
}
.btn-dog .dog-status-available {
  border-left: 6px solid #ffad01;
}
.btn-dog .dog-image {
  margin-bottom: 10px;
}
.btn-dog h2 {
  margin: 0 0 5px;
  font-size: 26px;
  font-weight: bold;
}
.btn-dog:hover,
.btn-dog:active,
.btn-dog:focus {
  color: #282828;
}
.btn-dog:hover .dog-image,
.btn-dog:active .dog-image,
.btn-dog:focus .dog-image {
  position: relative;
}
.btn-dog:hover .dog-image:after,
.btn-dog:active .dog-image:after,
.btn-dog:focus .dog-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  border: 3px solid #b3b3b3;
}
body.memento {
  background: #b0a89f;
}
body.memento .navbar-blog {
  padding: 20px 15px 0;
  background: #423349;
}
body.memento .post-content a,
body.memento .post-info a {
  color: #423349;
}
body.memento .tags li a {
  background: #423349;
}
body.memento .btn-blog-menu:hover .icon,
body.memento .btn-blog-menu:active .icon,
body.memento .btn-blog-menu:focus .icon,
body.memento .blog-menu-wrapper.open .btn-blog-menu .icon,
body.memento .btn-blog-navig:hover .icon,
body.memento .btn-blog-navig:active .icon,
body.memento .btn-blog-navig:focus .icon,
body.memento .blog-navig-wrapper.open .btn-blog-navig .icon {
  background: #423349;
}
body.memento .btn-blog-menu:hover .icon .icon-bar,
body.memento .btn-blog-menu:active .icon .icon-bar,
body.memento .btn-blog-menu:focus .icon .icon-bar,
body.memento .blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
body.memento .btn-blog-navig:hover .icon .icon-bar,
body.memento .btn-blog-navig:active .icon .icon-bar,
body.memento .btn-blog-navig:focus .icon .icon-bar,
body.memento .blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
  background: #fff;
}
body.memento .btn-blog-menu:hover .icon i,
body.memento .btn-blog-menu:active .icon i,
body.memento .btn-blog-menu:focus .icon i,
body.memento .blog-menu-wrapper.open .btn-blog-menu .icon i,
body.memento .btn-blog-navig:hover .icon i,
body.memento .btn-blog-navig:active .icon i,
body.memento .btn-blog-navig:focus .icon i,
body.memento .blog-navig-wrapper.open .btn-blog-navig .icon i {
  color: #fff;
}
body.memento .blog-menu {
  background: #423349;
  border: 2px solid #cecece;
}
body.memento .blog-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.memento .blog-menu li:last-child {
  border: 0 none;
}
body.memento .blog-menu a {
  color: #fff;
}
body.memento article.blog .post-content h1 a:hover {
  color: #423349;
}
body.memento article.blog .date:after {
  background: #423349;
}
body.memento article.blog .read-more .btn-blog:hover {
  background: #423349;
  border-color: #423349;
  color: #fff;
}
body.memento .btn-blog-back {
  color: #fff;
}
body.memento .btn-blog-back:hover,
body.memento .btn-blog-back:focus,
body.memento .btn-blog-back:active {
  background: #423349;
}
article.article-full,
article.gallery-full,
article.video-full,
article.content-text,
article.event-full,
article.game-full,
article.competition-full {
  font-size: 16px;
  line-height: 1.7;
}
article.article-full h1,
article.gallery-full h1,
article.video-full h1,
article.content-text h1,
article.event-full h1,
article.game-full h1,
article.competition-full h1,
article.article-full h2,
article.gallery-full h2,
article.video-full h2,
article.content-text h2,
article.event-full h2,
article.game-full h2,
article.competition-full h2,
article.article-full h3,
article.gallery-full h3,
article.video-full h3,
article.content-text h3,
article.event-full h3,
article.game-full h3,
article.competition-full h3,
article.article-full h4,
article.gallery-full h4,
article.video-full h4,
article.content-text h4,
article.event-full h4,
article.game-full h4,
article.competition-full h4,
article.article-full h5,
article.gallery-full h5,
article.video-full h5,
article.content-text h5,
article.event-full h5,
article.game-full h5,
article.competition-full h5,
article.article-full h6,
article.gallery-full h6,
article.video-full h6,
article.content-text h6,
article.event-full h6,
article.game-full h6,
article.competition-full h6 {
  margin-top: 20px;
  margin-bottom: 30px;
}
article.article-full p,
article.gallery-full p,
article.video-full p,
article.content-text p,
article.event-full p,
article.game-full p,
article.competition-full p {
  margin-bottom: 30px;
}
article.article-full .tags,
article.gallery-full .tags,
article.video-full .tags,
article.content-text .tags,
article.event-full .tags,
article.game-full .tags,
article.competition-full .tags {
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 30px;
}
article.article-full .time,
article.gallery-full .time,
article.video-full .time,
article.content-text .time,
article.event-full .time,
article.game-full .time,
article.competition-full .time {
  font-weight: 300;
  font-size: 12px;
  color: #909090;
}
article.article-full h2,
article.gallery-full h2,
article.video-full h2,
article.content-text h2,
article.event-full h2,
article.game-full h2,
article.competition-full h2 {
  font-size: 37px;
}
article.article-full .container-border,
article.gallery-full .container-border,
article.video-full .container-border,
article.content-text .container-border,
article.event-full .container-border,
article.game-full .container-border,
article.competition-full .container-border {
  padding: 20px;
}
article.article-full .container-border > :last-child,
article.gallery-full .container-border > :last-child,
article.video-full .container-border > :last-child,
article.content-text .container-border > :last-child,
article.event-full .container-border > :last-child,
article.game-full .container-border > :last-child,
article.competition-full .container-border > :last-child {
  margin-bottom: 0 !important;
}
article.article-full .article-meta,
article.gallery-full .article-meta,
article.video-full .article-meta,
article.content-text .article-meta,
article.event-full .article-meta,
article.game-full .article-meta,
article.competition-full .article-meta {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 24px;
  margin-bottom: 30px;
}
article.article-full .article-meta p,
article.gallery-full .article-meta p,
article.video-full .article-meta p,
article.content-text .article-meta p,
article.event-full .article-meta p,
article.game-full .article-meta p,
article.competition-full .article-meta p {
  margin: 0;
  font-weight: 300;
}
.social {
  margin-bottom: 30px;
}
.post-group-wrapper .container-border {
  padding: 20px;
}
.keyword {
  display: inline-block;
  line-height: 24px;
  background: #3f3f3f;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: -10px;
  top: -25px;
  padding: 0 10px;
}
.keyword:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid #3f3f3f;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 24px;
}
article.article a {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #3f3f3f;
}
article.article a .preview {
  padding: 10px 0;
  font-size: 16px;
  line-height: 23px;
  display: block;
}
article.article a .preview p:last-child {
  margin-top: 0;
}
article.article a .preview p:last-child {
  margin-bottom: 0;
}
article.article a .content {
  display: block;
  padding: 0 10px;
}
article.article a .time {
  display: block;
  font-size: 14px;
  color: #909090;
  margin-bottom: 5px;
}
article.article a .time-top {
  font-size: 14px;
  display: block;
  color: #909090;
  padding: 5px 10px;
  text-transform: uppercase;
}
article.article a .title {
  position: relative;
  display: block;
}
article.article a h4 {
  color: #3f3f3f;
  padding: 0;
  text-transform: uppercase;
  position: relative;
}
article.article a h4 strong {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 800;
  background-color: #fff;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
article.article a .img {
  display: block;
  background: #000;
  position: relative;
  font-style: normal;
}
article.article a .img img {
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
}
article.article a .icon-video {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  font-size: 20px;
  text-transform: uppercase;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}
article.article a .icon-video i {
  color: #3f3f3f;
}
article.article a:hover,
article.article a:active,
article.article a:focus {
  background: #f4f4f4;
}
article.article a:hover h4 strong,
article.article a:active h4 strong,
article.article a:focus h4 strong {
  background: #acdd00;
  box-shadow: 10px 0 0 #acdd00, -10px 0 0 #acdd00;
  color: #fff;
}
article.article a:hover .img img,
article.article a:active .img img,
article.article a:focus .img img {
  opacity: 0.75;
}
article.article-featured a {
  margin-bottom: 10px;
}
article.article-featured a .title {
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 1;
}
article.article-featured a h4 strong {
  line-height: 23px;
  font-size: 17px;
}
article.article-3 .keyword,
article.article-4 .keyword,
article.article-default .keyword {
  top: -24px;
}
@media (min-width: 500px) {
  article.article-12 a .icon-video,
  article.video-12 a .icon-video {
    line-height: 20px;
    font-size: 25px;
    padding: 10px;
  }
  article.article-12 a h4 strong,
  article.video-12 a h4 strong {
    line-height: 30px;
    font-size: 27px;
    padding-top: 0;
    padding-bottom: 0;
  }
  article.article-12 a .keyword,
  article.video-12 a .keyword {
    top: -28px;
  }
  article.article-6 .keyword {
    top: -25px;
  }
  article.video-9 .keyword {
    top: -24px;
  }
}
@media (min-width: 992px) {
  article.article-12 a h4 strong,
  article.video-12 a h4 strong {
    line-height: 46px;
    font-size: 37px;
  }
  article.article-12 a .keyword,
  article.video-12 a .keyword {
    top: -26px;
  }
  article.video-9 .keyword {
    top: -27px;
  }
}
.featured-articles-container {
  padding: 10px 10px 0 10px;
}
.featured-articles-container .row {
  margin: 0 -5px;
}
.featured-articles-container .col-xs-12 {
  padding: 0 5px;
}
.default-articles-container {
  padding: 10px;
}
.default-articles-container .row {
  margin-left: -5px;
  margin-right: -5px;
}
.default-articles-container .row article {
  padding: 0 5px 10px;
}
.default-articles-container .row article a {
  margin: 0;
}
.recent-articles-container {
  padding: 10px;
}
.recent-articles-container h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.recent-articles-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.recent-articles-container p {
  margin: 0;
  padding: 0;
}
.recent-articles-container a {
  display: block;
  width: 100%;
  padding: 12px 5px;
  color: #3f3f3f;
  font-weight: 300;
  border-bottom: 1px solid #acdd00;
}
.recent-articles-container li:last-child a {
  border: 0 none;
}
.recent-articles-container a:hover,
.recent-articles-container a:active,
.recent-articles-container a:focus {
  background-color: #f4f4f4;
}
.recent-articles-container a span {
  display: inline-block;
  border-bottom: 3px solid #acdd00;
}
.box-right-col {
  padding: 10px;
}
.box-right-col h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.box-right-col h2:first-child {
  margin-top: 0;
}
.box-right-col ul {
  padding: 0;
  list-style-type: none;
}
.box-right-col ul li {
  padding: 5px 0;
  border-bottom: 1px solid #cdcdcd;
}
.box-right-col ul a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #3f3f3f;
  padding-left: 5px;
  border-left: 2px solid transparent;
}
.box-right-col ul a:hover,
.box-right-col ul a:focus,
.box-right-col ul a:active {
  background-color: #ebebeb;
  border-color: #acdd00;
}
.box-right-col .counter {
  font-size: 12px;
  font-weight: 600;
}
.box-right-col .counter .fa {
  vertical-align: middle;
  color: #e4e4e4;
  font-size: 140%;
  margin-right: 4px;
}
.box-right-col .counter .display {
  vertical-align: middle;
}
.box-right-col a:hover .fa,
.box-right-col a:focus .fa,
.box-right-col a:active .fa {
  color: #3f3f3f;
}
.box-right-col .nav-tabs a {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  border: 0 none !important;
  text-align: center;
  border-radius: 0;
  margin: 0;
  position: relative;
}
.box-right-col .nav-tabs a:hover {
  background: rgba(228, 228, 228, 0.5);
}
.box-right-col .nav-tabs li {
  width: 50%;
  border: none;
  padding: 0 0 2px 0;
  overflow: visible;
}
.box-right-col .nav-tabs .active a {
  background: #e4e4e4 !important;
}
.box-right-col .nav-tabs .active span {
  display: block;
  width: 24px;
  height: 10px;
  background: url(/pics/sprite.png) no-repeat -205px -27px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
}
.box-right-col .nav-tabs {
  padding-bottom: 3px;
}
.box-right-col .tab-content li a {
  font-size: 14px;
}
article.article-default a {
  padding-bottom: 10px;
  border-bottom: 1px solid #acdd00;
  margin-bottom: 15px;
}
article.article-default a.image-title .content,
article.article-default a.image-text .content {
  margin: -18px 0 0;
}
article.article-default a.image-title h4 strong,
article.article-default a.image-text h4 strong {
  line-height: 1.4;
}
article.article-default a.title-only,
article.article-default a.text-only {
  padding-top: 10px;
}
article.article-default a.title-only h4,
article.article-default a.text-only h4 {
  margin: 0;
}
article.article-default:last-child a {
  border: 0 none;
}
article.video a {
  margin-bottom: 10px;
  border-bottom: 1px solid #acdd00;
}
article.video a .content {
  margin: -18px 0 10px;
}
article.video a .preview {
  padding-top: 0;
}
article.video a .preview p {
  margin-bottom: 0;
}
article.video a .time {
  padding-top: 5px;
}
article.video a .icon {
  display: inline-block;
  width: 76px;
  height: 76px;
  background: url(/pics/sprite.png) 0 -48px no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -38px 0 0 -38px;
  z-index: 2;
}
article.video a:hover .icon,
article.video a:active .icon,
article.video a:focus .icon {
  background-position: -76px -48px;
}
article.article-fixed a {
  border-bottom: 1px solid #acdd00;
}
article.article-fixed a .content {
  margin: 10px 0;
}
article.article-fixed a .time {
  padding-top: 5px;
}
article.article-fixed a h4 strong {
  line-height: 1.4;
}
article.article-fixed a .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
article.gallery-fixed a {
  border-bottom: 1px solid #acdd00;
}
@media (min-height: 500px) {
  article.article-fixed a .content {
    height: 140px;
  }
  article.gallery-fixed a .content {
    height: 145px;
  }
  article.video-fixed a .content {
    height: 244px;
  }
}
.default-videos-container {
  padding: 10px 10px 0 10px;
}
.default-videos-container .row {
  margin: 0 -5px;
}
.default-videos-container .col-xs-12 {
  padding: 0 5px;
}
.default-galleries-container {
  padding: 10px 10px 0;
}
.default-galleries-container .row {
  margin: 0 -5px;
}
.default-galleries-container .col-xs-12 {
  padding: 0 5px;
}
article.video-8 a h4 strong,
article.video-9 a h4 strong {
  line-height: 1.4;
  font-size: 20px;
}
@media (min-width: 992px) {
  article.video-8 a h4 strong,
  article.video-9 a h4 strong {
    line-height: 46px;
    font-size: 37px;
  }
}
article.gallery a {
  margin-bottom: 10px;
}
article.gallery a .details {
  display: inline-block;
}
article.gallery a .title {
  z-index: 3;
}
article.gallery a .icon {
  display: inline-block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #cecece;
  font-weight: 700;
  line-height: 28px;
  opacity: 0;
  left: 50%;
  top: 50%;
  padding: 10px;
  margin: -25px 0 0 -90px;
  width: 180px;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 2;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
article.gallery a .icon i {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  margin-right: 10px;
  font-size: 160%;
  color: #acdd00;
}
article.gallery a:hover .icon,
article.gallery a:focus .icon,
article.gallery a:active .icon {
  opacity: 1;
}
article.gallery-3 a .content,
article.gallery-4 a .content,
article.video-3 a .content,
article.video-4 a .content {
  margin: -18px 0 10px;
}
article.gallery-3 a .details,
article.gallery-4 a .details,
article.video-3 a .details,
article.video-4 a .details {
  display: block;
  color: #909090;
  padding: 5px 0 0;
}
article.gallery-3 a .details,
article.gallery-4 a .details {
  padding-bottom: 5px;
}
article.gallery-3 .title,
article.gallery-4 .title {
  padding-bottom: 10px;
}
article.gallery-6 a .title {
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 50px;
}
article.gallery-6 a h4 strong {
  line-height: 40px;
  font-size: 26px;
}
article.gallery-6 a .details {
  background: #fff;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #3f3f3f;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
article.gallery-6 a:hover .details,
article.gallery-6 a:focus .details,
article.gallery-6 a:active .details {
  background: #acdd00;
  color: #fff;
}
@media (min-width: 992px) {
  article.gallery-6 h4 strong {
    line-height: 60px;
    font-size: 36px;
  }
}
.stickem-container {
  position: relative;
}
.article-right {
  clear: both;
}
@media (min-width: 992px) {
  .article-right.sticky {
    position: absolute;
    top: 20px;
  }
  .article-right {
    clear: none;
    display: block;
    margin-left: 608px;
  }
  .container-box-fixed-bg {
    background: linear-gradient(to right, #e4e4e4, #e4e4e4 75%, #c4c4c4 25%, #c4c4c4);
  }
  .recent-articles-container {
    padding: 10px 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .article-right {
    margin-left: 808px;
  }
  .container-box-fixed-bg {
    background: linear-gradient(to right, #e4e4e4, #e4e4e4 83.3333333%, #c4c4c4 16.6666666%, #c4c4c4);
  }
}
@media (min-width: 1360px) {
  .article-right {
    margin-left: 917px;
  }
  .container-box-fixed-bg {
    background: linear-gradient(to right, #e4e4e4, #e4e4e4 83.3333333%, #c4c4c4 16.6666666%, #c4c4c4);
  }
}
/* Blog elements	*/
article.blog-item {
  padding: 20px;
}
article.blog-item .img {
  border-top: 5px solid #71b454;
}
article.blog-item .content {
  margin-top: -18px;
}
article.blog-item a .time {
  margin: 0;
  padding: 5px 0;
}
article.blog-item h4 .keyword {
  background: #71b454;
  top: -24px;
}
article.blog-item h4 .keyword:after {
  border-top: 10px solid #71b454;
}
.blog-item.style-curiosity .img {
  border-color: #ae8e74;
}
.blog-item.style-curiosity h4 .keyword {
  background: #ae8e74;
}
.blog-item.style-curiosity h4 .keyword:after {
  border-top-color: #ae8e74;
}
.blog-item.style-speedcam .img {
  border-color: #002c6b;
}
.blog-item.style-speedcam h4 .keyword {
  background: #002c6b;
}
.blog-item.style-speedcam h4 .keyword:after {
  border-top-color: #002c6b;
}
.blog-item.style-history .img {
  border-color: #a96936;
}
.blog-item.style-history h4 .keyword {
  background: #a96936;
}
.blog-item.style-history h4 .keyword:after {
  border-top-color: #a96936;
}
.blog-item.style-people .img {
  border-color: #966060;
}
.blog-item.style-people h4 .keyword {
  background: #966060;
}
.blog-item.style-people h4 .keyword:after {
  border-top-color: #966060;
}
.blog-item.style-weather .img {
  border-color: #4e748b;
}
.blog-item.style-weather h4 .keyword {
  background: #4e748b;
}
.blog-item.style-weather h4 .keyword:after {
  border-top-color: #4e748b;
}
.blog-slider {
  padding: 0 60px;
  position: relative;
}
.blog-slider .slick-prev,
.blog-slider .slick-next {
  border: 0 none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-indent: -5000px;
}
.blog-slider .slick-prev {
  background: url(/pics/sprite.png) -210px -166px no-repeat;
  left: 10px;
}
.blog-slider .slick-prev:hover,
.blog-slider .slick-prev:active,
.blog-slider .slick-prev:focus {
  background: url(/pics/sprite.png) -210px -206px no-repeat;
}
.blog-slider .slick-next {
  right: 10px;
  background: url(/pics/sprite.png) -250px -166px no-repeat;
}
.blog-slider .slick-next:hover,
.blog-slider .slick-next:active,
.blog-slider .slick-next:focus {
  background: url(/pics/sprite.png) -250px -206px no-repeat;
}
.blog-list-container {
  padding: 0 10px;
}
.blog-list-container .blog-item {
  padding: 10px 0;
}
.article-content {
  position: relative;
}
.article-stream-navigation {
  border: 1px solid #afafaf;
  padding: 8px;
}
.article-stream-navigation .navigation-title {
  background: #3f3f3f;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.article-stream-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 4px solid #3f3f3f;
}
.article-stream-navigation li {
  border-bottom: 1px solid #c3c3c3;
}
.article-stream-navigation a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 8px 5px;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 25px;
}
.article-stream-navigation a strong {
  display: block;
  font-size: 23px;
}
.article-stream-navigation a span {
  display: block;
}
.article-stream-navigation a .content {
  position: relative;
  z-index: 10;
}
.article-stream-navigation a .indicator {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  background: #d0d0d0;
  width: 100%;
}
.article-stream-navigation a.active {
  border-left: 3px solid #acdd00;
  padding-left: 5px;
}
.article-stream-navigation a.read .indicator {
  width: 100%;
}
.article-with-subposts .filter {
  margin-bottom: 40px;
}
.article-with-subposts .filter a {
  display: inline-block;
  margin-right: 15px;
  border: 2px solid #cecece;
  padding: 5px 20px;
  font-size: 19px;
  color: #3f3f3f;
  text-transform: uppercase;
}
.article-with-subposts .filter a.active {
  background: #424242;
  color: #acdd00;
}
section.search .container-border {
  padding: 20px;
}
.blue .circle,
article.blue .circle {
  background-color: #4a8db7;
}
.blue .title,
article.blue .title {
  color: #4a8db7;
}
.blue a h4 strong,
article.blue a h4 strong {
  color: #fff;
  background-color: #4a8db7;
  -webkit-box-shadow: 10px 0 0 #4a8db7, -10px 0 0 #4a8db7;
  box-shadow: 10px 0 0 #4a8db7, -10px 0 0 #4a8db7;
}
.blue a .details,
article.blue a .details {
  color: #fff;
  background-color: #4a8db7;
}
.blue a:hover h4 strong,
article.blue a:hover h4 strong,
.blue a:focus h4 strong,
article.blue a:focus h4 strong,
.blue a:active h4 strong,
article.blue a:active h4 strong {
  background-color: #336381;
  -webkit-box-shadow: 10px 0 0 #336381, -10px 0 0 #336381;
  box-shadow: 10px 0 0 #336381, -10px 0 0 #336381;
}
.blue a:hover .details,
article.blue a:hover .details,
.blue a:focus .details,
article.blue a:focus .details,
.blue a:active .details,
article.blue a:active .details {
  background-color: #336381;
}
.green .circle,
article.green .circle {
  background-color: #acdd00;
}
.green .title,
article.green .title {
  color: #acdd00;
}
.green a h4 strong,
article.green a h4 strong {
  color: #fff;
  background-color: #acdd00;
  -webkit-box-shadow: 10px 0 0 #acdd00, -10px 0 0 #acdd00;
  box-shadow: 10px 0 0 #acdd00, -10px 0 0 #acdd00;
}
.green a .details,
article.green a .details {
  color: #fff;
  background-color: #acdd00;
}
.green a:hover h4 strong,
article.green a:hover h4 strong,
.green a:focus h4 strong,
article.green a:focus h4 strong,
.green a:active h4 strong,
article.green a:active h4 strong {
  background-color: #709100;
  -webkit-box-shadow: 10px 0 0 #709100, -10px 0 0 #709100;
  box-shadow: 10px 0 0 #709100, -10px 0 0 #709100;
}
.green a:hover .details,
article.green a:hover .details,
.green a:focus .details,
article.green a:focus .details,
.green a:active .details,
article.green a:active .details {
  background-color: #709100;
}
.purple .circle,
article.purple .circle {
  background-color: #ab2fbd;
}
.purple .title,
article.purple .title {
  color: #ab2fbd;
}
.purple a h4 strong,
article.purple a h4 strong {
  color: #fff;
  background-color: #ab2fbd;
  -webkit-box-shadow: 10px 0 0 #ab2fbd, -10px 0 0 #ab2fbd;
  box-shadow: 10px 0 0 #ab2fbd, -10px 0 0 #ab2fbd;
}
.purple a .details,
article.purple a .details {
  color: #fff;
  background-color: #ab2fbd;
}
.purple a:hover h4 strong,
article.purple a:hover h4 strong,
.purple a:focus h4 strong,
article.purple a:focus h4 strong,
.purple a:active h4 strong,
article.purple a:active h4 strong {
  background-color: #742080;
  -webkit-box-shadow: 10px 0 0 #742080, -10px 0 0 #742080;
  box-shadow: 10px 0 0 #742080, -10px 0 0 #742080;
}
.purple a:hover .details,
article.purple a:hover .details,
.purple a:focus .details,
article.purple a:focus .details,
.purple a:active .details,
article.purple a:active .details {
  background-color: #742080;
}
.orange .circle,
article.orange .circle {
  background-color: #f2811d;
}
.orange .title,
article.orange .title {
  color: #f2811d;
}
.orange a h4 strong,
article.orange a h4 strong {
  color: #fff;
  background-color: #f2811d;
  -webkit-box-shadow: 10px 0 0 #f2811d, -10px 0 0 #f2811d;
  box-shadow: 10px 0 0 #f2811d, -10px 0 0 #f2811d;
}
.orange a .details,
article.orange a .details {
  color: #fff;
  background-color: #f2811d;
}
.orange a:hover h4 strong,
article.orange a:hover h4 strong,
.orange a:focus h4 strong,
article.orange a:focus h4 strong,
.orange a:active h4 strong,
article.orange a:active h4 strong {
  background-color: #b85c0b;
  -webkit-box-shadow: 10px 0 0 #b85c0b, -10px 0 0 #b85c0b;
  box-shadow: 10px 0 0 #b85c0b, -10px 0 0 #b85c0b;
}
.orange a:hover .details,
article.orange a:hover .details,
.orange a:focus .details,
article.orange a:focus .details,
.orange a:active .details,
article.orange a:active .details {
  background-color: #b85c0b;
}
.pink .circle,
article.pink .circle {
  background-color: #f11d6d;
}
.pink .title,
article.pink .title {
  color: #f11d6d;
}
.pink a h4 strong,
article.pink a h4 strong {
  color: #fff;
  background-color: #f11d6d;
  -webkit-box-shadow: 10px 0 0 #f11d6d, -10px 0 0 #f11d6d;
  box-shadow: 10px 0 0 #f11d6d, -10px 0 0 #f11d6d;
}
.pink a .details,
article.pink a .details {
  color: #fff;
  background-color: #f11d6d;
}
.pink a:hover h4 strong,
article.pink a:hover h4 strong,
.pink a:focus h4 strong,
article.pink a:focus h4 strong,
.pink a:active h4 strong,
article.pink a:active h4 strong {
  background-color: #b60b4c;
  -webkit-box-shadow: 10px 0 0 #b60b4c, -10px 0 0 #b60b4c;
  box-shadow: 10px 0 0 #b60b4c, -10px 0 0 #b60b4c;
}
.pink a:hover .details,
article.pink a:hover .details,
.pink a:focus .details,
article.pink a:focus .details,
.pink a:active .details,
article.pink a:active .details {
  background-color: #b60b4c;
}
.turquoise .circle,
article.turquoise .circle {
  background-color: #39d58a;
}
.turquoise .title,
article.turquoise .title {
  color: #39d58a;
}
.turquoise a h4 strong,
article.turquoise a h4 strong {
  color: #fff;
  background-color: #39d58a;
  -webkit-box-shadow: 10px 0 0 #39d58a, -10px 0 0 #39d58a;
  box-shadow: 10px 0 0 #39d58a, -10px 0 0 #39d58a;
}
.turquoise a .details,
article.turquoise a .details {
  color: #fff;
  background-color: #39d58a;
}
.turquoise a:hover h4 strong,
article.turquoise a:hover h4 strong,
.turquoise a:focus h4 strong,
article.turquoise a:focus h4 strong,
.turquoise a:active h4 strong,
article.turquoise a:active h4 strong {
  background-color: #22a063;
  -webkit-box-shadow: 10px 0 0 #22a063, -10px 0 0 #22a063;
  box-shadow: 10px 0 0 #22a063, -10px 0 0 #22a063;
}
.turquoise a:hover .details,
article.turquoise a:hover .details,
.turquoise a:focus .details,
article.turquoise a:focus .details,
.turquoise a:active .details,
article.turquoise a:active .details {
  background-color: #22a063;
}
.red .circle,
article.red .circle {
  background-color: #d42d2d;
}
.red .title,
article.red .title {
  color: #d42d2d;
}
.red a h4 strong,
article.red a h4 strong {
  color: #fff;
  background-color: #d42d2d;
  -webkit-box-shadow: 10px 0 0 #d42d2d, -10px 0 0 #d42d2d;
  box-shadow: 10px 0 0 #d42d2d, -10px 0 0 #d42d2d;
}
.red a .details,
article.red a .details {
  color: #fff;
  background-color: #d42d2d;
}
.red a:hover h4 strong,
article.red a:hover h4 strong,
.red a:focus h4 strong,
article.red a:focus h4 strong,
.red a:active h4 strong,
article.red a:active h4 strong {
  background-color: #961f1f;
  -webkit-box-shadow: 10px 0 0 #961f1f, -10px 0 0 #961f1f;
  box-shadow: 10px 0 0 #961f1f, -10px 0 0 #961f1f;
}
.red a:hover .details,
article.red a:hover .details,
.red a:focus .details,
article.red a:focus .details,
.red a:active .details,
article.red a:active .details {
  background-color: #961f1f;
}
.gray .circle,
article.gray .circle {
  background-color: #3f3f3f;
}
.gray .title,
article.gray .title {
  color: #3f3f3f;
}
.gray a h4 strong,
article.gray a h4 strong {
  color: #fff;
  background-color: #3f3f3f;
  -webkit-box-shadow: 10px 0 0 #3f3f3f, -10px 0 0 #3f3f3f;
  box-shadow: 10px 0 0 #3f3f3f, -10px 0 0 #3f3f3f;
}
.gray a .details,
article.gray a .details {
  color: #fff;
  background-color: #3f3f3f;
}
.gray a:hover h4 strong,
article.gray a:hover h4 strong,
.gray a:focus h4 strong,
article.gray a:focus h4 strong,
.gray a:active h4 strong,
article.gray a:active h4 strong {
  background-color: #191919;
  -webkit-box-shadow: 10px 0 0 #191919, -10px 0 0 #191919;
  box-shadow: 10px 0 0 #191919, -10px 0 0 #191919;
}
.gray a:hover .details,
article.gray a:hover .details,
.gray a:focus .details,
article.gray a:focus .details,
.gray a:active .details,
article.gray a:active .details {
  background-color: #191919;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 83px;
  height: 83px;
  margin-top: -42px;
  z-index: 10;
  cursor: pointer;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 50px;
  right: auto;
  background: url(/pics/sprite.png) -398px 0 no-repeat;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
  background-position: -232px -83px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
  background: url(/pics/sprite.png) -481px 0 no-repeat;
}
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  background-position: -315px -83px;
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.skybox-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}
.skybox-overlay.draw-helper {
  display: block;
  opacity: 0;
  -webkit-transition: none 0s ease-out;
  -moz-transition: none 0s ease-out;
  -ms-transition: none 0s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: none 0s ease-out;
}
.skybox-overlay.open {
  opacity: 1;
  display: block;
}
.skybox {
  height: 100%;
}
.skybox-header {
  height: 70px;
  overflow: hidden;
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.skybox-header a {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
  margin: 15px 20px 0;
}
.skybox-header a i {
  margin-left: 15px;
  vertical-align: top;
  line-height: 40px;
}
.skybox-header a span {
  vertical-align: top;
}
.skybox-body {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
}
.skybox-logo {
  width: 101px;
  height: 39px;
  background: url(/pics/sprite.png) -234px -373px no-repeat;
  float: left;
  margin: 11px 0 0 30px;
}
@media (min-width: 992px) {
  .skybox-logo {
    width: 336px;
    background-position: -234px -334px;
  }
}
.skybox-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.skybox-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.skybox-slider .swiper-slide > div {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.skybox-slider .swiper-button-prev,
.skybox-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background: #2a2a2a;
  border: 2px solid #fff;
  color: #fff;
  line-height: 56px;
  border-radius: 60px;
}
.skybox-slider .swiper-button-prev i,
.skybox-slider .swiper-button-next i {
  width: 50px;
  text-align: center;
  font-size: 250%;
  line-height: 56px;
}
.skybox-slider .swiper-button-next {
  text-align: right;
}
.skybox-slider .swiper-button-prev.swiper-button-disabled,
.skybox-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.skybox-slider .swiper-button-prev,
.skybox-slider .swiper-container-rtl .swiper-button-next {
  left: 50px;
  right: auto;
}
.skybox-slider .swiper-button-prev:hover,
.skybox-slider .swiper-container-rtl .swiper-button-next:hover {
  background: #acdd00;
}
.skybox-slider .swiper-button-next,
.skybox-slider .swiper-container-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}
.skybox-slider .swiper-button-next:hover,
.skybox-slider .swiper-container-rtl .swiper-button-prev:hover {
  background: #acdd00;
}
.skybox-sidebar {
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 70px;
  height: 100%;
  width: 0;
  background: #000;
}
.skybox-sidebar .btn-hide,
.skybox-sidebar .btn-show {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -50px;
  top: 80px;
  z-index: 50;
  cursor: pointer;
  background: #2a2a2a;
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.skybox-sidebar .btn-hide i,
.skybox-sidebar .btn-show i {
  line-height: 36px;
  font-size: 160%;
}
.skybox-sidebar .btn-hide {
  background: #2a2a2a;
}
.skybox-sidebar .btn-hide:hover {
  background: #acdd00;
}
.skybox-sidebar .btn-show {
  background: #2a2a2a;
}
.skybox-sidebar .btn-show:hover {
  background: #acdd00;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .skybox-header {
    background: #2a2a2a;
    border-bottom: 5px solid #242424;
  }
  .skybox-slider {
    padding-top: 70px;
  }
  .skybox-slider {
    width: 80%;
  }
  .skybox-sidebar {
    display: block;
    width: 20%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
  .skybox.skybox-sidebar-closed .skybox-slider {
    width: 100%;
  }
  .skybox.skybox-sidebar-closed .skybox-sidebar {
    left: -20%;
  }
}
.skybox-title,
.skybox-descr,
.skybox-social {
  padding: 0 30px;
  margin: 25px 0 0;
  font-size: 24px;
  color: #cacaca;
  line-height: 30px;
}
.skybox-title {
  font-weight: bold;
}
.skybox-descr {
  font-size: 20px;
  font-weight: 300;
}
.skybox-images-num {
  padding: 0 30px;
  margin: 10px 0 0;
  font-size: 16px;
  color: #cacaca;
  line-height: 24px;
  font-weight: 300;
}
.skybox-images-num .fa {
  margin-right: 10px;
  font-size: 22px;
}
.skybox-navigation {
  position: absolute;
  left: 15px;
  bottom: 0;
  right: 15px;
  padding-bottom: 70px;
}
.skybox-navigation .img-responsive {
  width: 100%;
}
.skybox-navigation .swiper-button-prev,
.skybox-navigation .swiper-button-next {
  width: 32px;
  height: 52px;
  margin-top: 0;
  bottom: 9px;
  top: auto;
}
.skybox-navigation .swiper-button-prev {
  background: url(/pics/sprite.png) -398px -83px no-repeat;
  left: 0;
}
.skybox-navigation .swiper-button-prevhover {
  background-position: -462px -83px;
}
.skybox-navigation .swiper-button-next {
  background: url(/pics/sprite.png) -430px -83px no-repeat;
  right: 0;
}
.skybox-navigation .swiper-button-nexthover {
  background-position: -494px -83px;
}
.skybox-navigation .swiper-slide .btn-img {
  width: 33.333333%;
  float: left;
  opacity: 0.7;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  cursor: pointer;
}
.skybox-navigation .swiper-slide .btn-img:after {
  -webkit-box-shadow: inset 0 0 10px 5px #000000;
  -moz-box-shadow: inset 0 0 10px 5px #000000;
  box-shadow: inset 0 0 10px 5px #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.skybox-navigation .swiper-slide .btn-img:hover {
  opacity: 1;
}
.skybox-navigation .swiper-slide .btn-img.active {
  opacity: 1;
}
.skybox-navigation .swiper-slide .btn-img.active:after {
  opacity: 1;
}
.swiper-lazy-preloader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(/pics/loader.svg) 0 0 no-repeat;
  margin: -50px 0 0 -50px;
}
.editable-box-content {
  min-height: 100px;
  position: relative;
}
.editor-menu {
  position: absolute;
  right: 5px;
  top: 0;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.editor-menu .btn-wrapper {
  float: right;
  position: relative;
}
.editor-menu form {
  display: none;
  width: 450px;
}
.editor-menu .row {
  padding: 0 10px;
}
.editor-menu .row > div:last-child .form-group {
  margin: 0;
}
.editable-box-content.changed .editor-menu {
  -webkit-box-shadow: 0 0 10px #d9534f;
  -moz-box-shadow: 0 0 10px #d9534f;
  box-shadow: 0 0 10px #d9534f;
  background: #d9534f;
}
.blog-list-container .editor-menu {
  top: 10px;
  right: 0;
}
.editor-menu.open-post form.addPostForm {
  display: block;
}
.editor-menu.open-banner form.addBannerForm {
  display: block;
}
.editable-box-content.loading:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/pics/loader2.gif) center center no-repeat #fff;
  z-index: 30;
  opacity: 0.9;
}
.editable-box-content.loading .editor-menu {
  display: none;
}
.sortable-item {
  position: relative;
  cursor: move;
}
.sortable-item .btn-wrapper {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 9;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sortable-ghost {
  opacity: 0.5;
}
.sortable-col {
  min-height: 300px;
}
.blog-list-container .row {
  margin: 0;
}
.cookie-warning {
  position: fixed;
  left: 0;
  bottom: -200px;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  z-index: 50000;
  display: block !important;
}
.cookie-warning .btn {
  float: right;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .cookie-warning {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cookie-warning {
    font-size: 16px;
  }
}
.podcast-player {
  margin-bottom: 40px;
}
.bootstrap-dialog.age-verification .modal-backdrop.in {
  opacity: 1;
}

body.kaposvari-kalendarium {
	background: url(/pics/blog/bg_kalendarium.png) center top repeat;
}
body.kaposvari-kalendarium .post-content a,
body.kaposvari-kalendarium .post-info a {
	color: #ff5400;
}
body.kaposvari-kalendarium .tags li a {
	background: #ff5400;
}
body.kaposvari-kalendarium .btn-blog-menu:hover .icon,
body.kaposvari-kalendarium .btn-blog-menu:active .icon,
body.kaposvari-kalendarium .btn-blog-menu:focus .icon,
body.kaposvari-kalendarium .blog-menu-wrapper.open .btn-blog-menu .icon,
body.kaposvari-kalendarium .btn-blog-navig:hover .icon,
body.kaposvari-kalendarium .btn-blog-navig:active .icon,
body.kaposvari-kalendarium .btn-blog-navig:focus .icon,
body.kaposvari-kalendarium .blog-navig-wrapper.open .btn-blog-navig .icon {
	background: #ff5400;
}
body.kaposvari-kalendarium .btn-blog-menu:hover .icon .icon-bar,
body.kaposvari-kalendarium .btn-blog-menu:active .icon .icon-bar,
body.kaposvari-kalendarium .btn-blog-menu:focus .icon .icon-bar,
body.kaposvari-kalendarium .blog-menu-wrapper.open .btn-blog-menu .icon .icon-bar,
body.kaposvari-kalendarium .btn-blog-navig:hover .icon .icon-bar,
body.kaposvari-kalendarium .btn-blog-navig:active .icon .icon-bar,
body.kaposvari-kalendarium .btn-blog-navig:focus .icon .icon-bar,
body.kaposvari-kalendarium .blog-navig-wrapper.open .btn-blog-navig .icon .icon-bar {
	background: #fff;
}
body.kaposvari-kalendarium .btn-blog-menu:hover .icon i,
body.kaposvari-kalendarium .btn-blog-menu:active .icon i,
body.kaposvari-kalendarium .btn-blog-menu:focus .icon i,
body.kaposvari-kalendarium .blog-menu-wrapper.open .btn-blog-menu .icon i,
body.kaposvari-kalendarium .btn-blog-navig:hover .icon i,
body.kaposvari-kalendarium .btn-blog-navig:active .icon i,
body.kaposvari-kalendarium .btn-blog-navig:focus .icon i,
body.kaposvari-kalendarium .blog-navig-wrapper.open .btn-blog-navig .icon i {
	color: #fff;
}
body.kaposvari-kalendarium .blog-menu {
	background: #ff5400;
	border: 2px solid #cecece;
}
body.kaposvari-kalendarium .blog-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.kaposvari-kalendarium .blog-menu li:last-child {
	border: 0 none;
}
body.kaposvari-kalendarium .blog-menu a {
	color: #fff;
}
body.kaposvari-kalendarium article.blog .post-content h1 a:hover {
	color: #ff5400;
}
body.kaposvari-kalendarium article.blog .date:after {
	background: #ff5400;
}
body.kaposvari-kalendarium article.blog .read-more .btn-blog:hover {
	background: #ff5400;
	border-color: #ff5400;
	color: #fff;
}
body.kaposvari-kalendarium .btn-blog-back {
	color: #fff;
}
body.kaposvari-kalendarium .btn-blog-back:hover,
body.kaposvari-kalendarium .btn-blog-back:focus,
body.kaposvari-kalendarium .btn-blog-back:active {
	background: #ff5400;
}
