/*  
Theme Name: Kardio dny
Theme URI: https://www.mobymedia.cz/;
Description: Kardio dny
Version: 2.2
Author: mobymedia.cz
Author URI: https://www.mobymedia.cz/;
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=latin-ext");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
button:focus {outline:0;}
html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.modal_content_style{
  padding: 40px;
}
table tr:nth-child(even){background-color: #f2f2f2;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #878787;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #878787; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #878787; }

*:focus {
  outline: none; }
  .vimeo iframe{
  width: 100% !important;
  height: 500px;
}
@media screen and (max-width: 767px){
.vimeo iframe{
    height: 260px !important;
    width: 100% !important !important;
    margin: 0px auto !important;
    display: block !important;
    float:left;
}
}
@media screen and (max-width: 550px){
.vimeo iframe{
    height: 260px !important;
    width: 100% !important !important;
    margin: 0px auto !important;
    display: block !important;
    float:left;
}  
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none; }
.inzerce img{
  padding: 15px;
}
#minihead{
  background: #130443;
  text-align: center;
  padding: 5px 0px;
}
#minihead a{
  color: white;
  margin-bottom: 0px;
}

img {
  max-width: 100%; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.av-container {
  width: 100% !important; }

header {
  margin-top: 35px;
  margin-bottom: 15px; }
  header .over_title {
    max-width: 500px; }
  header .logo {
    width: 205px;
    float: right;
    margin-top: 15px; }
  header h1 {
    color: #130443;
    font-size: 40px;
    font-weight: 300;
    margin-top: 7px; }
  header h2 {
    color: #808080;
    font-size: 28px;
    font-weight: 300;
    margin-top: 0px;
    text-align: left; }
  header a {
    color: #130443;
    text-decoration: none; }
    header a:hover {
      text-decoration: none;
      color: #130443; }

h2 {
  color: #130443;
  font-size: 40px;
  font-weight: 300; }

p {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px; }

video {
  width: 100%;
  height: 400px; }

audio {
  width: 100%; }

.login_message {
  width: 80% !important;
  border-radius: 5px !important;
  display: block !important;
  margin: 0px auto !important;
  max-width: 300px !important;
  text-align: center !important;
  font-weight: bold !important;
  margin-bottom: -15px !important; }

.button_popup_login {
  width: 80%;
  background: #130443;
  border-radius: 5px;
  display: block;
  margin: 0px auto;
  max-width: 300px;
  height: 46px;
  padding-top: 9px;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  border: 0px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer; }

.rozcestnik {
  margin-bottom: 30px; }

#modal_login .modal-body {
  padding: 0px 40px;
  text-align: left; }

#verify {
  margin-top: 30px; }
  #verify input[type="email"] {
    width: 80%;
    border: 1px solid #130443;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    max-width: 300px;
    height: 46px;
    padding-left: 20px; }
  #verify #login_user {
    width: 80%;
    background: #130443;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    max-width: 300px;
    height: 46px;
    padding-top: 9px;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    border: 0px;
    margin-top: 20px;
    text-align: center;
    cursor: pointer; }

.modal-body h3 {
  color: #130443;
  font-size: 21px; }
.modal-body p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; }

.action {
  cursor: pointer;
  min-height: 25px; }
  .action span {
    color: #130443;
    position: relative;
    top: 2px;
    font-weight: 500;
    left: 5px; }
  .action a:hover {
    text-decoration: none; }

.close {
  color: #130443 !important;
  opacity: 1 !important; }
  .close:hover {
    opacity: 0.6 !important; }

.modal-header {
  border: none !important; }

.date {
  background: #130443;
  z-index: 999;
  position: absolute;
  left: 0;
  border-radius: 10px 0px;
  padding: 10px 20px; }
  .date .text_date {
    color: white;
    font-size: 18px;
    font-weight: 300; }

.category {
background: #dd4530;
    z-index: 999;
    position: absolute;
    right: 0;
    border-radius: 0px 10px;
    padding: 10px 20px;}
  .category .category_date {
    color: white;
    font-size: 18px;
    font-weight: 300; }
    

#post-list .single:hover .circle {
  transform: scale(1.3);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }
#post-list .single.news {
  border: 1px solid #f5f5f5;
  margin-bottom: 60px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 0px 0px #d7d7d7;
  -moz-box-shadow: 0px 10px 0px 0px #d7d7d7;
  box-shadow: 0px 10px 0px 0px #d7d7d7;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  #post-list .single.news:before {
    content: "";
    border-radius: 7px;
    background-image: linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    /* width: 100%; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute; }
  #post-list .single.news .over_news {
    position: relative;
    padding: 40px; }
#post-list .single.single_new {
  border: 1px solid #f5f5f5;
  margin-bottom: 60px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 0px 0px #d7d7d7;
  -moz-box-shadow: 0px 10px 0px 0px #d7d7d7;
  box-shadow: 0px 10px 0px 0px #d7d7d7;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  #post-list .single.single_new:before {
    content: "";
    border-radius: 7px;
    background-image: linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, #ffffff 50%, #fff);
    /* width: 100%; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute; }
  #post-list .single.single_new .over_news {
    position: relative;
    padding: 40px; }
  #post-list .single.single_new .over_news {
    padding: 245px 20px 20px 20px !important; }
  #post-list .single.single_new .single_image {
    border-radius: 10px;
    height: 250px;
    background-size: cover !important;
    background-position: center center !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #post-list .single.single_new .single_image:before {
      content: "";
      border-radius: 7px;
      background-image: linear-gradient(top, rgba(255, 255, 255, 0) 15%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 15%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 15%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 15%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 15%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }
  #post-list .single.single_new .over_news {
    position: relative;
    padding: 240px 40px 40px 40px; }
  #post-list .single.single_new h3 {
    color: #130443;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px; }
  #post-list .single.single_new .zpet {
    cursor: pointer;
    color: #130443;
    text-decoration: none;
    margin-top: 20px;
    display: block; }
    #post-list .single.single_new .zpet:hover {
      text-decoration: underline;
      color: #130443; }
#post-list .single.no_padding .over_news {
  position: relative;
  padding: 40px !important; }
#post-list .single.inzerce {
  border: 1px solid #f5f5f5;
  margin-bottom: 60px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 0px 0px #d7d7d7;
  -moz-box-shadow: 0px 10px 0px 0px #d7d7d7;
  box-shadow: 0px 10px 0px 0px #d7d7d7;
  position: relative; }
  #post-list .single.inzerce .over_news {
    position: relative;
    padding: 20px;
    margin-top: 40px; }
  #post-list .single.inzerce .center {
    margin: 0px auto;
    display: block;
    text-align: center; }
#post-list .single h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #130443;
  font-size: 24px;
  font-weight: 500; }
#post-list .single .circle {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  height: 130px;
  width: 130px;
  position: relative;
  left: 30px;
  top: 25px;
  transition: transform .2s;
  /* Animation */ }
  #post-list .single .circle img {
    max-width: 65px;
    max-height: 55px; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

#zeptejte_se h2 {
  text-align: center;
  margin-bottom: 40px; }
#zeptejte_se p {
  color: #595959;
  font-size: 16px; }
#zeptejte_se label {
  color: #595959;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px; }
#zeptejte_se .otazka {
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 0px 0px #d7d7d7;
  -moz-box-shadow: 0px 10px 0px 0px #d7d7d7;
  box-shadow: 0px 10px 0px 0px #d7d7d7;
  padding: 20px;
  min-height: 90px; }
#zeptejte_se .otazka_info {
  float: right;
  text-align: right;
  display: block;
  width: 100%;
  color: #595959; }
#zeptejte_se .ok_form, #zeptejte_se .chyba_form {
  font-weight: bold; }
#zeptejte_se form .form_hide {
  display: none; }
#zeptejte_se form .single-input {
  margin-bottom: 20px; }
#zeptejte_se form textarea {
  width: 100%;
  background: #f3f3f3;
  height: 50px;
  border: 0px;
  padding-left: 15px;
  padding-top: 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #878787; }
#zeptejte_se form input {
  width: 100%;
  background: #f3f3f3;
  height: 50px;
  border: 0px;
  padding-left: 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #878787; }
#zeptejte_se form .send-form {
  background: #130443;
  max-width: 160px;
  color: white;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  float: right; }
#zeptejte_se form select {
  background: #f3f3f3;
  height: 50px;
  border: 0px;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  font-size: 16px;
  color: #878787; }

#odpovedi {
  margin-top: 20px; }
  #odpovedi h2 {
    text-align: center;
    margin-bottom: 40px; }
  #odpovedi h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: black; }
  #odpovedi p {
    font-size: 16px;
    text-align: justify; }
  #odpovedi span {
    display: block;
    font-style: italic; }
  #odpovedi .odpoved_list .odpoved {
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 0px 0px #d7d7d7;
    -moz-box-shadow: 0px 10px 0px 0px #d7d7d7;
    box-shadow: 0px 10px 0px 0px #d7d7d7;
    padding: 20px;
    min-height: 90px;
    margin-bottom: 50px; }

.list_logo_top .single_logo_top {
  margin-bottom: 10px; }
  .list_logo_top .single_logo_top img {
    margin: 0px auto;
    display: block; }

#partneri {
  margin-top: 50px; }
  #partneri h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px; }
  #partneri .line_logo {
    margin-bottom: 20px; }
  #partneri .single_foot_logo {
    margin-bottom: 20px; }

.banner_slider {
  margin-bottom: 40px; }
  .banner_slider .single_slide {
    height: 150px;
    background-size: cover !important;
    background-position: center center !important; }
    .banner_slide_partner {
  margin-bottom: 40px; }
    .banner_slide_partner img{
  margin-bottom: 10px; }
.generalni_partner {
  padding: 0px;
  margin-bottom: 60px; }

footer {
  margin-top: 40px;
  min-height: 120px; }
  footer h2 {
    color: #130443;
    font-size: 18px;
    font-weight: 300;
    text-align: center; }
  footer h3 {
    color: #130443;
    font-size: 17px;
    font-weight: 300;
    text-align: center; }
    footer h3 a {
      text-decoration: underline; }
  footer a {
    color: #130443; }
  footer .footer_menu {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px; }
    footer .footer_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none; }
      footer .footer_menu ul li {
        display: inline-block;
        margin-right: 30px;
        position: relative; }
        footer .footer_menu ul li:after {
          content: "";
          height: 20px;
          position: absolute;
          width: 1px;
          background: #130443;
          margin-left: 16px;
          top: 3px; }
        footer .footer_menu ul li:last-of-type:after {
          content: unset !important; }
        footer .footer_menu ul li:last-of-type {
          margin-right: 0px; }
        footer .footer_menu ul li a {
          color: #130443;
          font-size: 18px;
          font-weight: 300;
          text-align: center; }

.single_image_home {
  display: none; }
.mobile_image{
  display: none;
}
.pc_image{
  display: block;
}
.banner_slide_partner img{
    padding: 40px;
}

    #partneri {
  margin-top: 30px;
  text-align: center; }
  #partneri .single-partner {
    margin-bottom: 30px; }
  #partneri .logo_row {
    margin-bottom: 15px; }
  #partneri h2 {
    font-size: 24px;
    color: #130443;
    font-weight: bold;
    margin-bottom: 40px;
    }
  #partneri .logo_partner {
    text-align: center; }
    #partneri .logo_partner img {
      width: 100%; }
@media screen and (max-width: 991px) {
.inzerce img{
  padding: 0px;
}
  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (max-width: 767px) {

  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 33.333333333333%;
    flex: 0 0 33.333333333333%;
    max-width: 33.333333333333%; }
}
@media screen and (max-width: 550px) {
  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #partneri .logo_partner img {
    width: 100%;
    max-width: 180px; } }

@media screen and (max-width: 1200px) {
  .container {
    max-width: 95%; } }
@media screen and (max-width: 1180px) {
  header h1 {
    color: #130443;
    font-size: 33px;
    font-weight: 300;
    margin-top: 7px; }

  header .over_title {
    max-width: 429px; } }
@media screen and (max-width: 991px) {
    .banner_slide_partner img{
        padding: 20px;
    }
  .mobile_image{
    display: none;
  }
  .pc_image{
    display: block;
  }

  header .over_title {
    max-width: 100%;
    text-align: center; }

  header .logo {
    width: 205px;
    float: unset;
    margin-top: -15px;
    display: block;
    margin: 0px auto; }

  header h2 {
    color: #808080;
    font-size: 28px;
    font-weight: 300;
    margin-top: 0px;
    text-align: center; }

  header .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  header {
    margin-top: 10px;
    margin-bottom: 30px; }

  header h1 {
    color: #130443;
    font-size: 31px;
    font-weight: 300;
    margin-top: 7px;
    margin-bottom: 0; }

  h2 {
    color: #130443;
    font-size: 33px;
    font-weight: 300; }

  #odpovedi h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: black; }

  #zeptejte_se h2 {
    text-align: center;
    margin-bottom: 15px; }

  #odpovedi h2 {
    text-align: center;
    margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
      .banner_slide_partner img{
  margin-top: 20px; }
  #partneri {
    margin-top: 20px; }

  #partneri .single_foot_logo {
    margin-bottom: 20px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  header h1 {
    color: #130443;
    font-size: 31px;
    font-weight: 300;
    margin-top: 7px; }

  .list_logo_top .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .text_show {
    display: none; }

  .single_image_home {
    border-radius: 10px;
    height: 250px;
    background-size: cover !important;
    background-position: center center !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
    .single_image_home:before {
      content: "";
      border-radius: 7px;
      background-image: linear-gradient(top, rgba(255, 255, 255, 0) 35%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 35%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 35%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 35%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 35%, white 92%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 80%, #ffffff 66%, #fff);
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }

  #post-list .single h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #130443;
    font-size: 18px;
    font-weight: 500; }

  .hide_mobile_post {
    display: none !important; }

  #post-list .single {
    background: unset !important; }

  #post-list .over_news {
    padding: 240px 20px 20px 20px !important; }

  #post-list .single .circle {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 130px;
    width: 130px;
    position: relative;
    left: 0;
    top: 60px;
    transition: transform .2s;
    margin: 0px auto; }

  #post-list .inzerce .over_news {
    padding: 20px 20px 20px 20px !important; }

  #post-list .single_image_home a {
    display: block;
    z-index: 999;
    position: relative; } }


@media screen and (max-width: 600px) {
    #post-list .single h2 {
    margin-top: 110px;
    margin-bottom: 20px;
    }
  #post-list .single.news {
    margin-bottom: 20px; }

  .generalni_partner {
    padding: 0px;
    margin-bottom: 10px; }

  .banner_slider {
    margin-bottom: 5px; }

  .mobile_hide_popup {
    display: none !important; }

  .single_image_home {
    border-radius: 10px;
    height: 230px;
    background-size: cover !important;
    background-position: center center !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }

  #post-list .over_news {
    padding: 85px 20px 20px 20px !important; }

  #partneri .single_foot_logo {
    margin-bottom: 20px;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }
@media screen and (max-width: 500px) {
  #partneri .single_foot_logo {
    margin-bottom: 20px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media screen and (max-width: 450px) {
  footer .footer_menu ul li {
    display: inline-block;
    margin-right: 0px;
    position: relative;
    width: 100%; }

  footer .footer_menu ul li:after {
    content: unset !important; } }
@media screen and (max-width: 550px){
  .category .category_date {
      color: white;
      font-size: 13px;
      font-weight: 300;
  }
  .date .text_date {
      color: white;
      font-size: 14px;
      font-weight: 300;
  }
}
@media screen and (max-width: 420px){
  .date {
      background: #130443;
      z-index: 999;
      position: absolute;
      left: 0;
      border-radius: 10px 0px;
      padding: 4px 5px;
  }
  .category {
      background: #dd4530;
      z-index: 999;
      position: absolute;
      right: 0;
      border-radius: 0px 10px;
      padding: 4px 5px;
  }
}
@media screen and (max-width: 350px){
.category .category_date {
    color: white;
    font-size: 12px;
    font-weight: 300;
}
.date .text_date {
    color: white;
    font-size: 12px;
    font-weight: 300;
}
}
/*# sourceMappingURL=style.css.map */
