@charset "UTF-8";
noindex {
  width: 100%;
}

.truncate {
  /*
  display: block;
  white-space: nowrap;
  */
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-control {
  border-radius: 0;
}

.list-group {
  border-radius: 0;
}
.list-group .list-group-item {
  padding: 10px;
}
.list-group .list-group-item:first-child {
  border-radius: 0;
}
.list-group .list-group-item:last-child {
  border-radius: 0;
}

.btn {
  border-radius: 0;
}
.btn:focus {
  color: #fff;
}

.breadcrumb {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
}

.card {
  border-radius: 0;
}
.card .card-header {
  background-color: rgba(226, 226, 226, 0.5);
  font-family: "Poppins", sans-serif;
}
.card h4.card-header {
  font-size: 1.235em;
}

.modal-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.dropdown-menu {
  border-radius: 0 !important;
}

.bg-inverse {
  background-color: #ce3d3e !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 0.95em;
}

a {
  color: #ce3d3e;
  font-size: 0.95em;
}
a:hover {
  color: #ce3d3e;
}

.eva {
  margin-top: 50px;
  padding-bottom: 30px;
}
.eva > .container {
  background-color: #fff;
  border: 10px solid #fff;
}

.breadcrumb {
  background-color: #fff;
  font-size: 0.855em;
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumb a {
  color: #333;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .container {
    width: 100% !important;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .eva > .container {
    background-color: #fff;
    border: none;
  }
  .eva .row .content {
    /*
    padding-left: $main-padding/3;
    padding-right: $main-padding/3;
    */
  }
  .eva .row .sidenav {
    margin-left: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-header {
  text-align: center;
  padding: 15px 0;
}
.section-header h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.235em;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
  color: #ce3d3e;
}
.section-header h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.235em;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
  color: #ce3d3e;
}

.sidenav {
  padding-left: 30px;
}

.invisible {
  display: none;
}

ul.keywords {
  padding: 30px 0;
  line-height: 200%;
}
ul.keywords li {
  display: inline;
  list-style: none;
  margin-right: 10px;
}
ul.keywords li a {
  white-space: nowrap;
  border: 1px solid #e2e2e2;
  padding: 6px;
  color: #333;
  text-transform: uppercase;
  font-size: 0.76em;
}
ul.keywords li a:hover {
  border: 1px solid #ce3d3e;
  background-color: #ce3d3e;
  color: #fff;
}

.keywords-group ul.keywords {
  padding: 6px 0;
  line-height: 200%;
}
.keywords-group ul.keywords li {
  margin-right: 0;
}
.keywords-group ul.keywords li a {
  padding: 5px;
}

.pagination {
  display: inline-block;
}
.pagination .page-item {
  display: inherit;
}
.pagination .page-item .page-link {
  color: #ce3d3e;
  border-radius: 5px;
  margin: 5px;
  width: 50px;
  padding: 0.5rem;
}
.pagination .page-item .active {
  color: #ffffff;
  background-color: #ce3d3e !important;
}

.col-fixed-240 {
  width: 240px !important;
  background: red;
}

.col-fixed-300 {
  width: 300px !important;
  background: blue;
}

#scrollUp {
  display: none;
  /*TODO*/
  background-color: #ce3d3e;
  border-radius: 10px;
  bottom: 35px;
  color: #fff;
  right: 5px;
  padding: 10px;
  position: fixed;
  z-index: 200;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
  background-color: #555;
}

#cookie-agreement {
  padding: 5px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#cookie-agreement a {
  color: #fff;
  text-decoration: underline;
}

.footer-sticky-banner.mobile {
  display: none;
  width: 100%;
  height: 182px;
  left: 0;
  bottom: 0;
  z-index: 999;
  position: fixed;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  border: 1px solid #aaa;
}
.footer-sticky-banner.mobile .container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 180px;
  vertical-align: middle;
  background-color: #ffffff;
}
.footer-sticky-banner.mobile .close2 {
  z-index: 1000;
  display: block;
  right: -1px;
  bottom: 180px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #aaa;
  text-align: center;
  padding: 5px 20px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.footer-sticky-banner.desktop {
  display: none;
  position: fixed;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  width: 730px;
  height: 92px;
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid #aaa;
}
.footer-sticky-banner.desktop .close2 {
  z-index: 1000;
  display: block;
  right: -1px;
  bottom: 90px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #aaa;
  text-align: center;
  padding: 5px 20px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.footer-sticky-banner.desktop .banner-style {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}

left-block {
  margin-left: 15px;
}

.fixed-top-2 {
  position: fixed;
  top: 54px;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #fafafa;
  padding-top: 5px;
}
.fixed-top-2 .container {
  padding-left: 5px;
  padding-right: 5px;
}

.hideurl {
  cursor: pointer;
}

.copyright {
  display: block;
  text-align: center;
  color: #666;
}

.navbar-brand {
  /*  padding: 0;
    margin: 0;
    min-width: 17px;*/
  vertical-align: middle;
}

#main-nav-holder .container {
  padding-left: 0;
  padding-right: 0;
}

#second-nav-holder {
  margin-bottom: 10px;
}
#second-nav-holder.container {
  padding-left: 0;
  padding-right: 0;
}
#second-nav-holder nav {
  overflow: hidden;
  background-color: rgba(226, 226, 226, 0.3);
}
#second-nav-holder nav a {
  font-size: 0.95em;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  padding: 0.5em 0.9em;
  /*
  &:last-child {
    background-color: $main-red-color;
    color: $main-white-color;
  }
  */
}
#second-nav-holder nav a:hover {
  background-color: #333;
  color: #fff;
}
#second-nav-holder nav a.active {
  background-color: #333;
  color: #fff;
}
#second-nav-holder nav a.logo {
  padding: 0;
  margin: 0;
  background-color: #ce3d3e;
  height: 37px;
}
#second-nav-holder nav a.logo img {
  height: 100%;
}
#second-nav-holder nav .logo-link {
  background-color: #ce3d3e;
  color: #fff;
}

#third-nav-holder {
  margin-bottom: 30px;
}
#third-nav-holder.container {
  padding-left: 0;
  padding-right: 0;
}
#third-nav-holder nav {
  overflow: hidden;
}
#third-nav-holder nav h1 {
  font-size: 1.33em;
  font-family: "Oswald", sans-serif;
  text-align: left;
  text-transform: uppercase;
  color: #333;
  padding: 0.2em 1em 0.2em 0;
}
#third-nav-holder nav a {
  font-size: 0.95em;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  padding: 0.35em 0.9em;
}
#third-nav-holder nav a:hover {
  color: #ce3d3e;
}

.navbar-inverse .navbar-toggler {
  margin: 0;
  color: #fff;
  padding: 2px 5px;
  border-color: #fff;
}
.navbar-inverse .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase !important;
  font-size: 0.95em;
  font-weight: 600;
  color: #fff !important;
  padding-bottom: 5px;
  padding-top: 7px;
  /*
  -o-transition: border .3s;
  -ms-transition: border .3s;
  -moz-transition: border .3s;
  -webkit-transition: border .3s;
  */
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}
.navbar-inverse .navbar-brand {
  color: #fff !important;
}
.navbar-inverse .navbar-brand.brand {
  /*
  float: left !important;
  */
  font-family: "Calson", "Oswald", sans-serif;
  text-transform: uppercase !important;
  font-size: 0.95em;
  font-weight: 600;
  color: #fff !important;
  margin-left: 32px;
  margin-right: 16px;
}
.navbar-inverse .navbar-brand.brand-forum {
  /*
  margin-left: 20px !important;
  */
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin: 0 1rem;
  }

  .banner {
    padding: 30px 0 !important;
  }
}
@media (max-width: 992px) {
  .navbar-inverse .navbar-brand.brand {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .header .logo {
    padding: 0 !important;
  }
  .header .logo a {
    text-align: center;
    display: inline-block !important;
    padding: 5px 15px;
  }
  .header .logo a object {
    max-width: 200px;
  }

  .banner {
    padding: 0 !important;
  }
}
#search-form {
  width: 100%;
}
#search-form div.row {
  width: 100%;
  margin: 0;
  padding: 0;
}
#search-form div.col-10 {
  padding-left: 0;
  text-align: left;
}
#search-form div.col-2 {
  padding-right: 0;
  text-align: right;
}
#search-form input {
  width: 80%;
  background-color: rgba(206, 61, 62, 0.3) !important;
  color: #fff;
  border: none;
  font-size: 0.95em;
  margin-left: 30px;
}
#search-form input::-webkit-input-placeholder {
  color: #fff !important;
}
#search-form input::-moz-placeholder {
  color: #fff !important;
}
#search-form input:-moz-placeholder {
  color: #fff !important;
}
#search-form input:-ms-input-placeholder {
  color: #fff !important;
}
#search-form input:-ms-input-placeholder {
  color: #fff !important;
}
#search-form input::-webkit-input-placeholder, #search-form input::-moz-placeholder, #search-form input:-moz-placeholder, #search-form input:-ms-input-placeholder, #search-form input:-ms-input-placeholder {
  color: #fff !important;
}
#search-form input:focus::-webkit-input-placeholder, #search-form input:focus::-moz-placeholder, #search-form input:focus:-moz-placeholder, #search-form input:focus:-ms-input-placeholder {
  color: #fff !important;
}

#search-icon i {
  color: #fff;
  padding: 10px 0;
}

#close-search-icon i {
  color: #fff;
}

.header {
  /*margin-top: ($main-padding/3)*5;*/
}
.header h1 {
  font-family: "Oswald", sans-serif;
  font-size: 3.8em;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.header h1 small {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.19em !important;
  display: block;
}
.header .row .logo a {
  display: inline-block;
  width: 230px;
  height: auto;
  padding-left: 0 !important;
  vertical-align: middle;
  margin: 30px 0 0 0;
}
.header .row .logo a .logo {
  pointer-events: none;
  display: inherit;
  padding-right: 30px;
  width: 100%;
  height: 100px;
}
.header .banner {
  padding: 10px 0;
}
.header .banner div {
  width: 100%;
}

.login-link {
  background-color: rgba(206, 61, 62, 0.5);
}

#registration-modal .modal-header, #password-modal .modal-header, #login-modal .modal-header, #subscribe-dialog .modal-header {
  border-bottom: none !important;
  padding: 30px 30px 15px 30px;
}
#registration-modal .modal-body, #password-modal .modal-body, #login-modal .modal-body, #subscribe-dialog .modal-body {
  padding: 30px;
}
#registration-modal .modal-body a.close, #password-modal .modal-body a.close, #login-modal .modal-body a.close, #subscribe-dialog .modal-body a.close {
  display: block;
  text-align: left;
  padding: 30px 0;
  min-width: 100%;
  font-size: 0.95em;
}
#registration-modal .modal-body .btn, #password-modal .modal-body .btn, #login-modal .modal-body .btn, #subscribe-dialog .modal-body .btn {
  display: block;
  min-width: 100%;
}
#registration-modal .modal-body form .error, #password-modal .modal-body form .error, #login-modal .modal-body form .error, #subscribe-dialog .modal-body form .error {
  text-align: center;
  color: #ce3d3e;
  font-size: 1.045em;
}
#registration-modal .modal-body form .info, #password-modal .modal-body form .info, #login-modal .modal-body form .info, #subscribe-dialog .modal-body form .info {
  text-align: center;
  color: #333;
  font-size: 1.045em;
}
#registration-modal .modal-footer, #password-modal .modal-footer, #login-modal .modal-footer, #subscribe-dialog .modal-footer {
  padding: 15px 30px 30px 30px;
  border-top: none !important;
}
#registration-modal .modal-footer .btn, #password-modal .modal-footer .btn, #login-modal .modal-footer .btn, #subscribe-dialog .modal-footer .btn {
  text-transform: uppercase;
  width: 170px !important;
}

#tag-nav-holder {
  margin-bottom: 10px;
}
#tag-nav-holder.container {
  padding-left: 0;
  padding-right: 0;
}
#tag-nav-holder nav {
  overflow: hidden;
}
#tag-nav-holder nav a {
  white-space: nowrap;
  font-size: 0.95em;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  padding: 0.9em;
  border-radius: 5px;
  background-color: rgba(226, 226, 226, 0.3);
  margin-right: 10px;
  /*
  &:last-child {
    background-color: $main-red-color;
    color: $main-white-color;
  }
  */
}
#tag-nav-holder nav a:hover {
  background-color: #333;
  color: #fff;
}
#tag-nav-holder nav a.active {
  background-color: #333;
  color: #fff;
}
#tag-nav-holder nav a.logo {
  padding: 0;
  margin: 0;
  background-color: #ce3d3e;
  height: 37px;
}
#tag-nav-holder nav a.logo img {
  height: 100%;
}
#tag-nav-holder nav a.selected {
  background-color: #333;
  color: #fff;
  font-size: 120%;
  padding: 0.5em;
}
#tag-nav-holder nav a.main {
  background-color: #ce3d3e;
  color: #fff;
}
#tag-nav-holder nav .logo-link {
  background-color: #ce3d3e;
  color: #fff;
}

.modalless {
  top: 10%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-left: -300px;
}

.nav-forum {
  background-color: #222222;
}

.modal-fullscreen-menu {
  background-color: #333 !important;
}
.modal-fullscreen-menu h2, .modal-fullscreen-menu .h2 {
  color: #fff;
  padding-top: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  display: block;
}
.modal-fullscreen-menu h2 small, .modal-fullscreen-menu .h2 small {
  display: block;
  color: #e2e2e2;
  text-transform: uppercase;
  font-size: 15px;
}
.modal-fullscreen-menu .row {
  margin-left: 0;
  margin-right: 0;
}
.modal-fullscreen-menu h3, .modal-fullscreen-menu .h3 {
  padding: 10px 0;
  color: #e38e8f;
  font-weight: 500;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
  display: block;
}
.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 1.9em;
}
.modal-fullscreen-menu .modal-dialog {
  width: 100% !important;
  max-width: 100% !important;
  padding: 10px;
  margin: 0;
  padding: 20px;
}
.modal-fullscreen-menu p {
  color: #e2e2e2;
}
.modal-fullscreen-menu .list-group {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.modal-fullscreen-menu .list-group a {
  font-weight: 400;
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 6px;
  font-size: 1.14em;
  text-align: left;
}
.modal-fullscreen-menu .list-group a:hover {
  text-decoration: underline;
}

#passport-menu img.avatar {
  max-height: 100px;
}
#passport-menu i.fa {
  width: 30px !important;
}
#passport-menu i.fa:hover {
  text-decoration: none;
}

.fa-times-thin:before {
  content: "×";
}

.title-block {
  padding-top: 30px;
}
.title-block h3, .title-block .h3, .title-block h2, .title-block .h2 {
  display: block;
  text-align: center;
  font-size: 1.045em;
  font-weight: bold;
  padding: 10px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  background-color: rgba(226, 226, 226, 0.5);
  color: #333;
}
.title-block h3 a, .title-block .h3 a, .title-block h2 a, .title-block .h2 a {
  text-decoration: none;
}
.title-block .list-group {
  background-color: rgba(226, 226, 226, 0.1);
}
.title-block .list-group .list-group-item {
  font-weight: 500;
  font-size: 0.9975em;
}
.title-block .list-group .list-group-item:hover {
  background-color: rgba(206, 61, 62, 0.85);
  color: #fff;
}

.title-block.sections .list-group {
  background-color: #fff;
}
.title-block.sections .list-group .list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #333;
}
.title-block.sections .list-group .list-group-item:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05) !important;
}
.title-block.sections .list-group .list-group-item:hover {
  color: #fff;
}

.title-block.socials ul {
  background-color: rgba(226, 226, 226, 0.5);
  list-style: none;
}
.title-block.socials ul li {
  padding: 15px 0 15px 0;
}
.title-block.socials ul li span {
  width: 50px;
  margin-right: 20px;
}
.title-block.socials ul li a {
  color: #333;
  font-size: 110%;
  font-weight: bold;
}
.title-block.socials ul li a:hover {
  color: rgba(206, 61, 62, 0.8);
}

.title-block.keywords ul.keywords {
  padding: 5px;
  line-height: 200%;
}
.title-block.keywords ul.keywords li {
  margin-right: 0;
}

.title-block.authors {
  padding-top: 30px;
}
.title-block.authors h3 {
  font-size: 1.0925em;
  font-weight: bold;
  padding: 10px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  background-color: #ce3d3e;
  color: #fff;
}
.title-block.authors h3 a {
  text-decoration: none;
}
.title-block.authors .list-group .list-group-item {
  font-weight: 600;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125) !important;
}
.title-block.authors .list-group .list-group-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.title-block.authors .list-group .list-group-item:hover a {
  color: #fff;
}
.title-block.authors .list-group .list-group-item .row {
  margin-right: 10px;
  margin-left: 10px;
}
.title-block.authors .list-group .list-group-item .row img {
  height: 30px;
  width: 30px;
}
.title-block.authors .list-group .list-group-item .row a {
  padding-left: 10px;
  padding: 6px;
  display: block;
  vertical-align: middle;
}
.title-block.authors .list-group .list-group-item .row a:hover {
  color: #fff;
}

footer {
  z-index: 10000;
  background-color: #333;
  color: #666666;
  padding-top: 30px;
  position: relative;
}
footer > .container {
  padding: 15px;
}
footer > .container .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
footer .section-map .section-map-age-limit {
  font-weight: bold;
}
footer .section-map a {
  color: #ffffff;
  font-size: 13px;
}
footer .section-map ul {
  padding-inline-start: 0px;
}
footer .section-map li {
  list-style: none;
}
footer .section-map li a {
  font-size: 11px;
  color: #aaaaaa;
}
footer .section-map li a:hover {
  text-decoration: underline;
}
footer .section-map h1 {
  font-size: 13px;
}
footer .section-info {
  font-size: 12px;
  color: #eeeeee;
  border-top: 1px solid #fff;
}
footer .section-info a {
  color: #ffffff;
}
footer .section-info .section-info-text {
  color: #aaaaaa;
}
footer .section-info .section-info-socials {
  padding: 10px 0;
}
footer .section-info .section-info-socials a {
  margin-right: 20px;
}
footer .section-info .section-info-links {
  padding-bottom: 10px;
}
footer .section-info .section-info-links a {
  padding: 10px 10px 10px 0;
}
.modal .eva-info a {
  color: #fff;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .eva-info a {
    color: #fff;
    padding: 10px;
  }
}
#modal-social-window {
  background-color: rgba(51, 51, 51, 0.7) !important;
}

hr.hidden-md-up {
  border-top: 1px solid #e38e8f !important;
}

.forum2 .card {
  border-color: #e5e5e5;
}
.forum2 .card .card-header {
  background-color: #FAFAFA;
  border-bottom: none;
  padding: 1.25rem;
  text-align: center;
  color: #ce3d3e;
  text-transform: uppercase;
}
.forum2 .card .card-text li a {
  font-size: 110%;
  line-height: 1;
}
.forum2 .card.popular {
  border: none;
}
.forum2 .card.popular .card-header {
  background-color: transparent;
  color: #333;
}
.forum2 .top-topics {
  color: #666666;
  padding: 20px 20px 0 20px;
}
.forum2 .top-topics a {
  color: #0000ae;
}
.forum2 .top-topics .col {
  font-size: 80%;
}
.forum2 .top-topics .col-2 {
  font-size: 80%;
}
.forum2 tr {
  height: 100%;
}
.forum2 tr td {
  height: 100%;
}
.forum2 tr td .card {
  height: 100%;
}

.read-news .keywords {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 0;
}

.keyword-descrption {
  font-size: 1.235em;
  padding-bottom: 15px;
}

.read-news h5, .read-news .h5 {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 120%;
  text-align: center;
}
.read-news ul.news-list {
  /*
  background-color: rgba($main-gray-color, 0.2);
  border-radius: 5px;
  */
  padding: 30px;
}
.read-news ul.news-list .item {
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
  border-bottom: none;
}
.read-news ul.news-list .item .row .content {
  margin-top: 0;
  margin-right: 30px;
  margin-left: 0;
}
.read-news ul.news-list .item .row .content h3, .read-news ul.news-list .item .row .content .h3 {
  display: block;
  font-size: 1.14em;
  color: #ce3d3e !important;
}
.read-news ul.news-list .item .row .content h3 a, .read-news ul.news-list .item .row .content .h3 a {
  color: #ce3d3e !important;
}
.read-news ul.news-list .item .row a div.image {
  /*
  border-radius: 5px;
  */
  min-height: 150px !important;
  background-size: cover !important;
}
.read-news ul.news-list .item .row.banner {
  padding: 0 !important;
}

@media only screen and (max-width: 720px) {
  .read-news ul.news-list {
    padding: 10px;
  }
  .read-news ul.news-list .item .row .content {
    height: 150px;
    overflow: hidden;
  }
  .read-news ul.news-list .item .row .content h3, .read-news ul.news-list .item .row .content .h3 {
    display: block;
    font-size: 1.14em;
  }
  .read-news ul.news-list .item .row .content h3 a, .read-news ul.news-list .item .row .content .h3 a {
    text-transform: none !important;
    color: #333 !important;
  }
  .read-news ul.news-list .item .row .content p {
    display: none;
  }
  .read-news ul.news-list .item .row a div.image {
    height: 150px !important;
  }
}
ul.news-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.news-list .item {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  /*
  border: 1px solid rgba($main-gray-color, 0.2);
  border-radius: 7px;
  background-color: rgba($main-gray-color, 0.1);
  */
}
ul.news-list .item .row {
  padding: 0;
  margin: 0;
}
ul.news-list .item .row .image {
  background-color: #e2e2e2;
  background-size: cover;
  min-height: 200px;
  height: 100%;
  background-position: center top;
  border-radius: 7px;
}
ul.news-list .item .row .content {
  margin-left: 10px;
}
ul.news-list .item .row .content .tags {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
ul.news-list .item .row .content .tags li {
  display: inline;
}
ul.news-list .item .row .content .tags li a {
  padding: 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 600;
  text-decoration: none;
}
ul.news-list .item .row .content .tags li a::before {
  content: "#";
}
ul.news-list .item .row .content .tags li a:hover {
  background-color: rgba(226, 226, 226, 0.3);
}
ul.news-list .item .row .content.video {
  margin-left: 0 !important;
}
ul.news-list .item .row .content .cat {
  padding-top: 10px;
}
ul.news-list .item .row .content .cat a {
  text-transform: uppercase;
  font-size: 0.8075em;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  background: none;
  font-weight: normal;
  position: relative;
  color: rgba(206, 61, 62, 0.8);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
ul.news-list .item .row .content .cat span:after {
  content: "•";
  font-size: 0.95em;
  padding-right: 10px;
  text-decoration: none;
  color: #333;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  position: relative;
}
ul.news-list .item .row .content h3, ul.news-list .item .row .content .h3 {
  display: block;
}
ul.news-list .item .row .content h3 a, ul.news-list .item .row .content .h3 a {
  font-family: "Roboto", sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
}
ul.news-list .item .row .content h3 a:hover, ul.news-list .item .row .content .h3 a:hover {
  color: #ac2c2c;
  text-decoration: underline;
}
ul.news-list .item .row .content h3 small, ul.news-list .item .row .content .h3 small {
  color: rgba(206, 61, 62, 0.7);
  font-size: 0em 0.65;
  text-transform: uppercase;
  display: inline-block;
}
ul.news-list .item .row .content p {
  font-size: 1.045em;
  line-height: 150%;
}
ul.news-list .item .row .content .author {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.76em;
  margin-right: 15px;
}
ul.news-list .item .row .content .date {
  color: #666666;
  font-size: 0.76em;
  margin-right: 15px;
}
ul.news-list .item .row .content .comments {
  vertical-align: middle;
  display: inline-block;
}
ul.news-list .item .row .content .comments a {
  color: #666666;
  text-decoration: none;
}
ul.news-list .item .row .content .comments a:hover {
  color: #ce3d3e;
}
ul.news-list .item .row .content .comments a .count {
  font-size: 0.76em;
}
ul.news-list .item-short {
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
  /*
  background-color: rgba($main-gray-color, 0.2);
  */
  border-bottom: none;
  border-radius: 5px;
}
ul.news-list .item-short .row .birka {
  padding: 10px;
  font-size: 0.855em;
  color: #ce3d3e;
  text-transform: uppercase;
}
ul.news-list .item-short .row .content {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 0;
}
ul.news-list .item-short .row .content h3, ul.news-list .item-short .row .content .h3 {
  display: block;
  padding: 10px;
  font-size: 1.045em;
  line-height: 117%;
}
ul.news-list .item-short .row .content h3 a, ul.news-list .item-short .row .content .h3 a {
  color: #333 !important;
}
ul.news-list .item-short .row a div.image {
  min-height: 100px !important;
  height: 100%;
  background-size: cover !important;
}

@media only screen and (max-width: 980px) {
  .item .row .image {
    margin-right: 0 !important;
    height: 250px !important;
  }
  .item .row .content {
    margin-top: 0;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
}
#carousel-main {
  padding-bottom: 30px;
}
#carousel-main .carousel-caption {
  background-color: rgba(85, 85, 85, 0.61);
}

.recomendation {
  padding: 7px;
  margin-bottom: 10px;
  width: 100%;
  height: 250px;
}
.recomendation a {
  text-decoration: none;
}
.recomendation a > div {
  height: 250px;
  width: 100%;
  border-radius: 10px;
}
.recomendation a .caption {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  top: -150px;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #333 60%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #333 60%);
  height: 150px;
  overflow: hidden;
}
.recomendation a .caption h4, .recomendation a .caption .h4 {
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 15px;
  position: absolute;
  bottom: 0;
  font-size: 127%;
  line-height: 130%;
  color: #fff;
}
.recomendation a .caption h4:hover, .recomendation a .caption .h4:hover {
  text-decoration: underline;
}

.recomendation-ad {
  padding: 7px;
  width: 100%;
  text-align: center;
  height: 100%;
}

@media only screen and (max-width: 720px) {
  .recomendation {
    margin-bottom: 21px;
  }

  .recomendation-ad {
    margin-bottom: 10px;
  }
}
.recomendation-tag-container {
  border-radius: 10px;
}
.recomendation-tag-container .recomendation-tag {
  background-color: rgba(51, 51, 51, 0.45);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 180px;
}
.recomendation-tag-container .recomendation-tag h3, .recomendation-tag-container .recomendation-tag .h3 {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.recomendation-tag-container .recomendation-tag div.text {
  margin-top: 15px;
  color: #fff;
  font-size: 120%;
  overflow: hidden;
}

.news-social {
  padding: 15px;
  margin: 15px 0;
  background-color: rgba(226, 226, 226, 0.3);
  border-radius: 5px;
}
.news-social .author {
  font-size: 120%;
  font-weight: 600;
  display: inline-block;
}
.news-social .author img {
  height: 30px;
  width: 30px;
  border-radius: 15px;
}
.news-social .comments {
  display: inline-block;
  margin-left: 30px;
}
.news-social .badge-default {
  text-transform: lowercase;
  font-weight: normal;
}

.recomedations .item {
  padding-bottom: 6px;
}
.recomedations .item a div {
  width: 100%;
  height: 174px;
}
.recomedations .item h4, .recomedations .item .h4 {
  display: block;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 1.235em;
  line-height: 150%;
  font-weight: 400;
}
.recomedations .item h4 a, .recomedations .item .h4 a {
  color: #333;
}

.news-management {
  background-color: rgba(226, 226, 226, 0.2);
}
.news-management ul {
  padding: 10px;
}

.badge-block {
  padding: 5px;
}
.badge-block span.badge {
  float: right;
  margin: 5px;
}
.badge-block:hover {
  background-color: #e2e2e2;
}

.news-dirtynot-zen {
  background-color: rgba(206, 37, 33, 0.4);
}

.news-dirty {
  background-color: rgba(206, 37, 33, 0.2);
}

.not-zen {
  background-color: rgba(81, 255, 60, 0.2);
}

.news-log-actions {
  background-color: #333;
  color: #fff !important;
}

.log-version {
  padding: 5px;
}
.log-version:hover {
  background-color: #e2e2e2;
}
.log-version .title {
  font-size: 1.045em;
  font-weight: bold;
}
.log-version .date {
  color: #333;
}

.article-author {
  width: 100%;
  text-align: center;
  padding: 10px;
}
.article-author img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: 10px;
}
.article-author a {
  font-size: 13px;
  color: #333;
  display: block;
}

.article-share {
  text-align: center;
  color: #333;
  padding: 10px 0;
}
.article-share h5, .article-share .h5 {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

.zen-share {
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  margin: 15px 0 15px 15px;
  border: 1px solid #eaeaea;
}
.zen-share:hover {
  border: 1px solid #ccc;
}
.zen-share a {
  font-size: 13px;
  font-weight: 300;
}
.zen-share a img {
  height: 30px;
  width: auto;
}

.persona-grid {
  margin-right: 20px;
  margin-bottom: 20px;
}
.persona-grid a {
  display: block;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}
.persona-grid img {
  height: 250px;
  background-color: #f0f0f0;
  max-width: 100%;
  overflow: hidden;
}
.persona-grid .img {
  height: 250px;
  width: 100%;
  background-color: #f0f0f0;
  max-width: 100%;
  overflow: hidden;
}
.persona-grid span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}

.news-read p.first {
  font-size: 1.3775em;
  margin-left: 0 !important;
  line-height: 150%;
}
.news-read p {
  font-size: 1.1875em;
  line-height: 150%;
}
.news-read p.photo {
  text-align: center;
}
.news-read p.photo img {
  max-width: 100%;
  text-align: center;
}
.news-read p.photo small {
  clear: both;
  overflow: hidden;
  display: block;
  font-style: italic;
  font-size: 0.855em;
  color: rgba(51, 51, 51, 0.4);
  padding: 20px;
}

.article-date {
  color: rgba(51, 51, 51, 0.75);
}
.article-date a {
  color: #0D47A1;
}
.article-date a:hover {
  color: #ce3d3e;
}

.news-header {
  text-align: left;
  padding: 15px 0;
}
.news-header h2 {
  font-size: 1.9em;
  display: inline-block;
  color: #333;
}
.news-header h1 {
  font-size: 2.565em;
  display: inline-block;
  line-height: normal;
  font-family: 'Roboto Condensed' ,sans-serif;
  font-weight: 700;
  color: #333;
}

.author-info {
  border: none;
}
.author-info .list-group-item {
  border-left: none;
  border-right: none;
}
.author-info .list-group-item a {
  font-weight: 600;
}

.news-social {
  padding-left: 15px !important;
}

@media (max-width: 768px) {
  .news-read p {
    font-size: 1.235em;
  }
  .news-read p.first {
    font-size: 1.235em !important
    font-family: 'Roboto Condensed' ,sans-serif;
  }

  .news-header {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .news-header h1 {
    font-size: 1.49rem;
    font-weight: 500;
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 1.2;
  }

  .article-date {
    padding-bottom: 10px;
    font-size: 65%;
    color: rgba(51, 51, 51, 0.5);
  }
  .article-date a {
    color: rgba(51, 51, 51, 0.5);
  }
}
.quote {
  position: relative;
  padding-left: 40px;
  overflow: hidden;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  white-space: pre-line;
}
.quote::before {
  display: block;
  font-family: "Georgia";
  font-size: 76px;
  line-height: 64px;
  position: absolute;
  left: 0;
  top: 0;
  content: "“";
}

@media only screen and (min-width: 1050px) {
  .news-read > p:first-child {
    padding-left: 0 !important;
  }
  .news-read > .container {
    padding-left: 20px;
  }
}
.news-block-2 .news-header h1 {
  font-family: "Roboto Condensed", Roboto, SansSerif;
  font-weight: 600;
}
.news-block-2 .news-read p.first {
  font-size: 1.3775em;
  margin-left: 0 !important;
  line-height: 150%;
}
.news-block-2 .news-read p {
  font-size: 1.1875em;
  padding-left: 0 !important;
  line-height: 150%;
}
.news-block-2 .news-read p.photo {
  text-align: center;
}
.news-block-2 .news-read p.photo img {
  width: 100%;
}

ul.keywords-2 {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
ul.keywords-2 li {
  display: inline;
}
ul.keywords-2 li a {
  padding: 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
ul.keywords-2 li a:hover {
  background-color: rgba(226, 226, 226, 0.3);
}

.left-block {
  margin-left: 15px;
}

.news-list-vertical {
  background-color: rgba(226, 226, 226, 0.3);
  text-align: center;
  padding: 10px;
  margin-left: 15px;
}
.news-list-vertical h4, .news-list-vertical .h4 {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
}
.news-list-vertical ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list-vertical li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.news-list-vertical li img {
  width: 100%;
  padding-bottom: 10px;
}
.news-list-vertical li a {
  color: #333;
}
.news-list-vertical li a h5, .news-list-vertical li a .h5 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.news-list-vertical li a:hover {
  color: #ce3d3e;
}

.left-cloumn-kws {
  padding: 15px;
}
.left-cloumn-kws ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.left-cloumn-kws ul li {
  display: inline;
  padding: 0;
}
.left-cloumn-kws ul li a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #333;
}
.left-cloumn-kws ul li a::before {
  content: "#";
}
.left-cloumn-kws ul li a:hover {
  color: #ce3d3e;
}

.rate-block .rate-up {
  display: inline;
  color: #4d4d4d;
  font-size: 1.14em;
  text-decoration: none;
}
.rate-block .rate-up:hover {
  color: #ce3d3e;
}
.rate-block .rate-down {
  display: inline;
  color: #4d4d4d;
  padding: 5px;
  font-size: 1.14em;
  text-decoration: none;
}
.rate-block .rate-down:hover {
  color: #333;
}
.rate-block .rate-up.disabled {
  color: #b3b3b3;
  pointer-events: none;
  cursor: not-allowed;
}
.rate-block .rate-down.disabled {
  color: #b3b3b3;
  pointer-events: none;
  cursor: not-allowed;
}
.rate-block .rates {
  font-size: 70%;
  vertical-align: middle;
}

.comment-block h4, .comment-block .h4 {
  display: block;
  text-transform: uppercase;
  text-align: left;
  font-size: 120%;
}
.comment-block h4 span, .comment-block .h4 span {
  color: rgba(51, 51, 51, 0.5);
}
.comment-block .comment {
  padding-top: 15px;
}
.comment-block .comment .header-0 {
  background-color: rgba(226, 226, 226, 0.6);
}
.comment-block .comment .header-1 {
  background-color: rgba(226, 226, 226, 0.5);
}
.comment-block .comment .header-2 {
  background-color: rgba(226, 226, 226, 0.4);
}
.comment-block .comment .header-3 {
  background-color: rgba(226, 226, 226, 0.3);
}
.comment-block .comment .header-4 {
  background-color: rgba(226, 226, 226, 0.1);
}
.comment-block .comment .header {
  padding: 7.5px 6px;
}
.comment-block .comment .header .row {
  margin: 0;
}
.comment-block .comment .header .author {
  color: #333 !important;
}
.comment-block .comment .header .author img {
  height: 30px;
  width: 30px;
  border-radius: 15px;
}
.comment-block .comment .header .author a {
  font-size: 0.855em;
  font-weight: 600;
  color: #333 !important;
}
.comment-block .comment .header .author a:hover {
  color: #ce3d3e;
}
.comment-block .comment .header .date-time {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.8075em;
  display: inline-block;
}
.comment-block .comment .header .actions {
  text-align: right;
}
.comment-block .comment .header .actions .reply {
  display: inline-block;
  text-transform: lowercase;
  font-size: 0.855em;
  padding-right: 10px;
}
.comment-block .comment .body {
  padding: 10px 0;
  overflow-wrap: break-word;
}
.comment-block .in-forum {
  text-align: center;
  padding-top: 30px;
}

.comment-form {
  /*margin-top: $main-padding;*/
  /*border-top: 1px solid $main-gray-color;*/
}
.comment-form .login-actions {
  padding: 30px;
  background: rgba(206, 61, 62, 0.05);
}
.comment-form .login-actions h4, .comment-form .login-actions .h4 {
  display: block;
  line-height: 250%;
}
.comment-form .login-actions h4 a, .comment-form .login-actions .h4 a {
  font-weight: bold;
}
.comment-form h5, .comment-form .h5 {
  display: block;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.comment-form h5 span:before, .comment-form .h5 span:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #ce3d3e;
  display: inline-block;
  align-content: right;
  top: 50%;
  margin-bottom: 5px;
  margin-right: 10px;
}
.comment-form h5 span:after, .comment-form .h5 span:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #ce3d3e;
  display: inline-block;
  align-content: left;
  top: 50%;
  margin-bottom: 5px;
  margin-left: 10px;
}
.comment-form textarea {
  display: block;
  border: 1px solid #e2e2e2;
  margin: 15px 0;
  padding: 15px;
  width: 100%;
  outline: none;
  height: 120px;
}
.comment-form .actions {
  text-align: left;
}
.forum-block .list-unstyled {
  margin-bottom: 0;
}
.forum-block .list-unstyled li {
  padding: 5px;
}
.forum-block.mobile a {
  font-size: 120%;
}

.topics-list {
  list-style: none;
  padding: 0;
}
.topics-list .archive-topic {
  border-bottom: 1px solid rgba(226, 226, 226, 0.4);
  padding: 15px 10px;
}
.topics-list .archive-topic:hover {
  background-color: rgba(226, 226, 226, 0.5);
}
.topics-list .archive-topic h3 {
  display: inline;
  font-size: 1.425em;
  font-family: "Poppins", sans-serif;
  color: #ce3d3e;
}
.topics-list .archive-topic .replies {
  font-size: 85%;
  color: rgba(51, 51, 51, 0.7);
}
.topics-list .archive-topic .view {
  font-size: 85%;
  color: rgba(51, 51, 51, 0.7);
}
.topics-list .archive-topic .author {
  font-size: 90%;
  font-weight: 600;
  text-align: right;
}
.topics-list .archive-topic .date {
  font-size: 85%;
  color: #333;
  text-align: right;
}
.topics-list li.item .row {
  padding: 15px 10px;
  margin: 0;
}

.messages-list {
  list-style: none;
  padding: 0;
}
.messages-list .archive-message {
  border-bottom: 1px solid rgba(226, 226, 226, 0.4);
  padding: 30px 10px;
}
.messages-list .archive-message .header {
  padding: 6px;
  margin: 0;
  background-color: rgba(226, 226, 226, 0.5);
}
.messages-list .archive-message .header .author {
  text-align: left;
  font-size: 90%;
  font-weight: 600;
}
.messages-list .archive-message .header .author img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  float: left;
  margin-right: 10px;
}
.messages-list .archive-message .header .author a {
  display: inherit;
}
.messages-list .archive-message .header .date-time {
  font-size: 85%;
  color: #333;
}
.messages-list .archive-message .header .actions * {
  text-align: right;
}
.messages-list .archive-message .header .id {
  font-size: 65%;
  color: #333;
}
.messages-list .archive-message .header .message-id {
  padding-top: 6px;
  font-size: 80%;
  color: #333;
}
.messages-list .archive-message .header .message-id a {
  display: inline;
}
.messages-list .archive-message .body {
  overflow: hidden;
  font-size: 1.045em;
  line-height: 180%;
  margin: 10px 0;
}
.messages-list .archive-message .body a {
  word-break: break-all;
}

ul.poll-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.poll-list .item {
  margin-bottom: 30px;
}
ul.poll-list .item .card-text {
  padding: 15px;
}
ul.poll-list .item .card-text .input-group {
  border-radius: 0;
  margin-bottom: 10px;
}
ul.poll-list .item .card-text .input-group .input-group-addon {
  border-radius: 0;
}
ul.poll-list .item .card-text .input-group .form-control {
  border-radius: 0;
}
ul.poll-list .item .card-text .input-group .form-control[disabled=disabled] {
  background-color: #fff;
}
ul.poll-list .item .card-text textarea {
  border: 1px solid #e2e2e2;
  width: 100%;
  height: 50px;
}
ul.poll-list .item .card-text.closed {
  color: #333;
  font-size: 80%;
}
ul.poll-list .item .card-text .progress {
  margin-bottom: 6px;
  border-radius: 0;
}
ul.poll-list .item .card-text .progress .counter {
  color: #fff;
  background-color: #333;
  padding: 0 5px;
}
ul.poll-list .item .card-footer .author {
  text-decoration: none;
  color: #333;
}
ul.poll-list .item .card-footer .author img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}

/* fluid 5 columns */
.grid-sizer,
.grid-item {
  width: 31%;
  margin-bottom: 10px;
  float: left;
}
.grid-sizer img,
.grid-item img {
  max-width: 100%;
}
.grid-sizer .actions,
.grid-item .actions {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  bottom: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  z-index: 999;
}
.grid-sizer .actions:hover,
.grid-item .actions:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .grid-sizer,
.grid-item {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .grid-sizer,
.grid-item {
    width: 100%;
  }
}
.viktorina-start {
  margin: 20px;
  border-bottom: 2px solid #ededed;
  padding-bottom: 20px;
}
.viktorina-start .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.viktorina-start .panel-body .row div:nth-child(2) {
  background-color: #fcfcfc;
}
.viktorina-start h4 {
  font-size: 1.615em;
  padding-bottom: 10px;
}
.viktorina-start .panel-body h5 {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #75B760;
  display: inline;
  padding: 10px;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
}
.viktorina-start .panel-body h5.contest_New, .viktorina-start .panel-body h5.contest_Active {
  background-color: #75B760;
}
.viktorina-start .panel-body h5.contest_PublishingPhotos {
  background-color: #b72911;
}
.viktorina-start .panel-body h5.contest_VotingForPhotos {
  background-color: #1c30b7;
}
.viktorina-start .panel-body h5.contest_Finished {
  background-color: #1c30b7;
}
.viktorina-start .panel-body p {
  margin-right: 30px;
  margin-top: 15px;
}
.viktorina-start .sponsor {
  position: inherit;
  text-align: center;
}

.contest-start {
  margin: 20px;
  border-bottom: 2px solid #ededed;
  padding-bottom: 20px;
}
.contest-start .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.contest-start .panel-body .row div:nth-child(2) {
  background-color: #fcfcfc;
}
.contest-start h4 {
  font-size: 1.615em;
  padding-bottom: 10px;
}
.contest-start .panel-body h5 {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #75B760;
  display: inline;
  padding: 10px;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
}
.contest-start .panel-body h5.contest_New, .contest-start .panel-body h5.contest_Active {
  background-color: #75B760;
}
.contest-start .panel-body h5.contest_PublishingPhotos {
  background-color: #b72911;
}
.contest-start .panel-body h5.contest_VotingForPhotos {
  background-color: #1c30b7;
}
.contest-start .panel-body h5.contest_Finished {
  background-color: #1c30b7;
}
.contest-start .panel-body p {
  margin-right: 30px;
  margin-top: 15px;
}
.contest-start .sponsor {
  position: absolute;
  text-align: center;
  bottom: 0;
  display: block;
  width: 100%;
}
.contest-start .sponsor img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.sidenav-left {
  padding-left: 30px;
}

.left-news-list {
  padding: 6px;
  background-color: rgba(226, 226, 226, 0.2);
}
.left-news-list h3 {
  padding: 6px;
  font-weight: 500;
  font-size: 105%;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.left-news-list__item {
  margin: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  clear: both;
  overflow: hidden;
}
.left-news-list__item a {
  color: #333;
}
.left-news-list__item a img {
  width: 100%;
  margin-right: 10px;
}
.left-news-list__item a span {
  font-size: 80%;
  margin-top: 0;
  padding-top: 0;
  display: block;
  color: rgba(51, 51, 51, 0.5);
  text-decoration: none;
}
.left-news-list__item a h5 {
  font-size: 105%;
  line-height: 140%;
  font-weight: 400;
}
.left-news-list__item a:hover {
  text-decoration: none;
  color: #333;
}
.left-news-list__item a:hover h5 {
  text-decoration: underline;
}

.article-list-item {
  margin-bottom: 15px;
}
.article-list-item__image {
  display: block;
  background-position: 50% 30%;
  background-size: 100% auto;
  text-decoration: none;
  background-repeat: no-repeat;
  background-color: rgba(226, 226, 226, 0.2);
}
.article-list-item__image div {
  width: 100%;
  height: 200px;
  text-align: center;
}
.article-list-item__image div span {
  display: none;
}
.article-list-item__image:hover {
  text-decoration: none;
}
.article-list-item__image:hover div {
  background: rgba(0, 0, 0, 0.4);
}
.article-list-item__image:hover div span {
  display: block;
  color: #fff;
  font-size: 120%;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.article-list-item p {
  height: 105px;
  overflow: hidden;
  background-color: rgba(226, 226, 226, 0.2);
  padding: 10px;
}
.article-list-item p span {
  color: rgba(51, 51, 51, 0.6);
  font-size: 70%;
  float: right;
}
.article-list-item__aggregator {
  font-size: 90%;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-right: 10px;
  color: rgba(206, 61, 62, 0.8);
}
.article-list-item__aggregator:hover {
  color: #ce3d3e;
  text-decoration: none;
}
.article-list-item__channel {
  font-size: 90%;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: rgba(206, 61, 62, 0.8);
}
.article-list-item__channel:hover {
  color: #ce3d3e;
  text-decoration: none;
}
.article-list-item__title {
  font-size: 120%;
  color: #333;
  line-height: 128%;
  display: block;
  margin-bottom: 15px;
}
.article-list-item__title:hover {
  color: #333;
}

.article-list-item-2 {
  padding-right: 30px;
}

.article-list-item0 div {
  height: 350px;
}

.article-list-item1 {
  padding-right: 15px;
}

.article-list-item2 {
  padding-left: 15px;
}

@media (max-width: 576px) {
  .article-list-item-2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .article-list-item1 {
    padding-right: 0 !important;
  }

  .article-list-item2 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1159px) {
  .article-list-item-2_2_1 {
    padding-left: 15px;
    padding-right: 0;
  }

  .article-list-item-2_2_0 {
    padding-right: 15px;
  }
}
@media (min-width: 1192px) {
  .article-list-item-2_3_2 {
    padding-right: 0;
  }
}

/*# sourceMappingURL=eva.min.css.map */
