body {
  font-family: 'Roboto', sans-serif;
  color: black;
}
a {
  text-decoration: none;
  color: black;
}
a.card:hover {
  color: initial;
}
.separator-line {
  border-bottom: 1px solid #707070;
  width: 100%;
}
.hidden-editable-inputs {
  display: none;
}
.editable-box .mce-tinymce {
  display: none;
}
@media (min-width: 1920px) {
  .container {
    max-width: 1620px;
  }
}
header .bi {
  font-size: 130%;
  margin-right: 17px;
}
header #top-menu {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #top-menu .bar-links {
  display: flex;
  align-items: center;
  flex: 1 70%;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  header #top-menu .bar-links {
    display: none;
  }
}
header #top-menu #search-bar {
  width: 70%;
  margin: 0 auto;
  display: none;
  position: relative;
}
header #top-menu #search-bar #search-results-placeholder {
  position: absolute;
  z-index: 1;
  background-color: white;
  width: 100%;
  border: 1px solid #f2f2f2;
}
header #top-menu #search-bar #search-results-placeholder .search-result-item {
  padding: 7px;
  display: flex;
  flex-direction: column;
}
header #top-menu #search-bar #search-results-placeholder .search-result-item .se-name {
  font-weight: 500;
}
header #top-menu #search-bar #search-results-placeholder .search-result-item .se-perex {
  font-size: 90%;
  color: grey;
}
header #top-menu #search-bar #search-results-placeholder .search-result-item .se-author {
  font-size: 90%;
  color: grey;
  font-weight: normal;
}
.filtrate_tags {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.filtrate_tags .badge {
  border: 1px solid #707070;
  padding: 0.55em 0.95em;
  border-radius: 0.55rem;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 7px;
}
.filtrate_tags .badge.selected {
  box-shadow: 0px 3px 15px 0px #000000b0;
  background-color: #B9D4FF;
}
.filtrate_tags .best {
  padding: 0.55em 0.95em;
  font-size: 13px;
  font-weight: bold;
}
.in_user_card .filtrate_tags .badge {
  border: 1px solid #d6d6d6;
  font-size: 15px;
}
.card .title-group {
  text-transform: uppercase;
}
.card .card-image {
  width: 100%;
  height: 318px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .card-image img {
  width: 100%;
  max-height: 100%;
}
.card .card-body {
  padding: 0rem 0rem;
}
.card .card-text {
  font-weight: 300;
  opacity: 0.7;
}
.card .card-text .date {
  opacity: 1;
  font-weight: 500;
}
.card .perex {
  opacity: 0;
  color: white;
  padding: 10px;
}
.card:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
  background: #80808075;
}
.card:hover .perex {
  transition: all 0.5s ease;
  opacity: 1;
}
.card.article-card .card-image {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.card.article-card .card-image img {
  max-width: 100%;
  width: 380px;
  height: 318px;
  object-fit: cover;
}
.card.article-card .card-title {
  height: 3rem;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card.article-card .main-desc {
  height: 4.4em;
  overflow: hidden;
}
.most-readed .card .card-title {
  font-size: 1.7rem;
}
.hp-most-readed-item .hp-most-readed-item-img img {
  object-fit: none;
  object-position: center;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .hp-most-readed-item .hp-most-readed-item-img {
    width: 30%;
    max-height: 300px;
  }
}
.obrazarna .big-1 .card-image {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.obrazarna .big-1 .card-image img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  .obrazarna .big-1 {
    width: 59%;
  }
}
.obrazarna .big-1 .desc {
  height: 4.4em;
  overflow: hidden;
}
.obrazarna .right-3 .r3-card-image {
  width: 44%;
  height: 125px;
}
.obrazarna .right-3 .r3-card-image img {
  object-fit: none;
  object-position: center;
  height: 100%;
  width: 100%;
}
.obrazarna .right-3 .r3-card-body {
  width: 56%;
}
@media only screen and (min-width: 769px) {
  .obrazarna .right-3 {
    width: 41%;
  }
}
.article-footer .card,
.recommended-articles .card {
  box-shadow: 0px 3px 20px #00000029;
}
.article-footer .card .card-body,
.recommended-articles .card .card-body {
  padding: 1rem 1rem;
}
.article-content {
  width: 70%;
}
.commerce-info-block {
  color: black;
}
.commerce-info-block .img-block {
  margin-top: 75px;
  margin-bottom: 75px;
}
.commerce-info-block .cib-content {
  margin: 50px 0px;
}
@media only screen and (min-width: 990px) {
  .commerce-info-block .cib-content {
    margin: 150px;
  }
}
footer {
  background-color: #3C3D41;
}
footer a {
  color: white;
  margin-bottom: 5px;
}
footer h2 {
  color: white;
}
footer .bi {
  font-size: 260%;
  color: white;
  margin-right: 47px;
}
.footnote_in {
  text-decoration: underline;
  color: #00c;
  font-size: 18px;
}
#footnotes {
  font-size: 13px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}
.pagination {
  margin-bottom: 0;
  justify-content: end;
}
.pagination li a {
  padding: 5px;
  color: #1c253a;
  text-decoration: none;
  font-weight: 500;
}
.pagination .active {
  box-shadow: inset 0px 0px 15px 0px #000000b0;
  border-radius: 20px;
}
.action-table {
  border: 1px solid #e4e4e4;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  margin: 50px 5px;
}
@media only screen and (min-width: 990px) {
  .action-table {
    margin: 130px;
  }
}
.action-table .action-table-row {
  border-top: 1px solid #e4e4e4;
  padding: 20px;
}
.action-table .action-table-row:first-child {
  border-top: 0;
}
#action-detail-main-content {
  width: 100%;
  height: 1200px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#action-detail-main-content .ad-image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 150px;
  opacity: 0.7;
  max-width: 100%;
}
#action-detail-main-content .ad-title {
  background-color: white;
  height: 220px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 990px) {
  #action-detail-main-content .ad-title {
    margin-left: 330px;
    margin-right: 330px;
  }
}
#action-detail-main-content .ad-title .invite-you {
  font-size: 20px;
}
#action-detail-main-content .ad-title .action-name {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 990px) {
  #action-detail-main-content .ad-title .action-name {
    font-size: 70px;
  }
}
#action-detail-main-content .ad-body {
  background-color: white;
  height: 220px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 205px;
  opacity: 0.8;
  height: 100%;
}
@media only screen and (min-width: 990px) {
  #action-detail-main-content .ad-body {
    margin-left: 330px;
    margin-right: 330px;
  }
}
#action-detail-main-content .ad-body div {
  font-size: 36px;
  text-align: center;
}
#action-detail-main-content .ad-body .description {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
#action-detail-main-content .ad-body #save-the-date {
  background: #00000029 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 7px 13px #00000029; */
  opacity: 1;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
  padding: 50px;
}
#action-detail-main-content .ad-body .action-time-down {
  font-size: 20px;
  margin-top: 30px;
}
#why-tvar-subscription {
  /* margin-left: 15px;
  margin-right: 15px;

  @media @desktop{
    margin-left: 330px;
    margin-right: 330px;
  }*/
}
#why-tvar-subscription .title {
  text-align: center;
}
#why-tvar-subscription .title .title-text {
  font-size: 36px;
  color: #868686;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 100px;
}
#why-tvar-subscription .wts-description {
  font-size: 20px;
  color: #868686;
  margin-top: 100px;
  margin-bottom: 100px;
  font: normal normal normal 20px/37px Roboto;
  letter-spacing: 0px;
}
#why-tvar-subscription .other-phrases {
  color: #868686;
  text-align: center;
  text-transform: uppercase;
}
#why-tvar-subscription .other-phrases .op-1 {
  font-size: 26px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 1.04px;
}
#why-tvar-subscription .other-phrases .op-2 {
  font-size: 90px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #why-tvar-subscription .other-phrases .op-2 {
    font-size: 24px;
  }
}
#why-tvar-subscription .other-phrases .op-3 {
  font-size: 36px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #why-tvar-subscription .other-phrases .op-3 {
    font-size: 20px;
  }
}
#why-tvar-subscription img {
  max-width: 100%;
}
#contact-form-title {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
#contact-form {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 70px;
}
@media only screen and (min-width: 990px) {
  #contact-form {
    margin-left: 330px;
    margin-right: 330px;
  }
}
#contact-form .row {
  padding: 50px;
}
#contact-form .right-part-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
  position: relative;
}
#contact-form .right-part-info .soc-links {
  bottom: 0px;
}
@media only screen and (min-width: 990px) {
  #contact-form .right-part-info .soc-links {
    position: absolute;
  }
}
#contact-form .btn-area {
  padding-top: 0px;
}
#contact-form .btn-area .btn {
  background-color: #C3C3C3;
  color: white;
  border-radius: 0;
  box-shadow: 0px 7px 13px #00000029;
  padding: 8px 118px;
}
#contact-form textarea {
  resize: none;
}
@media only screen and (max-width: 768px) {
  #subscription {
    padding: 0px;
  }
}
#subscription .title {
  text-transform: uppercase;
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  #subscription .title {
    font-size: 24px;
  }
}
#subscription .subscription-content {
  margin: 10px;
  font-family: 'Montserrat', sans-serif;
  color: black;
}
@media only screen and (min-width: 990px) {
  #subscription .subscription-content {
    margin: 100px;
  }
}
#subscription .subscription-content .btn-subscription {
  border: 1px solid black;
  border-radius: 4px;
  font-weight: 500;
}
.headline {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .headline {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #modal-subscription .modal-content {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .newsletter-input {
    width: 500px;
  }
}
/*# sourceMappingURL=tvar.css.map */