.navbar .navbar-nav .nav-link {
   color: #000;
}

.navbar {
   border-bottom: 1px solid #cecece;
}

nav {
   margin-bottom: 2rem;
}

.sadrzaj img {
   max-width: 500px !important;
   width: 100% !important;
}

footer {
   background: #f1f1f1;
   padding: 30px 0;
}

.article__text {
   font: 16px/24px "OpenSansRegular", sans-serif;
   color: rgb(51, 51, 51);
   padding-left: 0px;
   padding-top: 24px;
}

.of-site {
   font-size: 30px;
}

.comment-user {
   min-height: 130px;
   clear: both;
   border-bottom: 1px solid rgb(204, 204, 204);
   margin-bottom: 20px;
}

.article__text p {
   padding: 0px 0px 30px;
   text-indent: 30px;
   text-align: left ! important;
}

.myarticle-comment .user-name {
   font-weight: bold;
   padding: 0px 0px 10px;
}

.myarticle-comment .user-name a {
   color: inherit;
   text-decoration: none;
}

.myarticle-comment img {
   width: 60px;
   float: left;
   margin: 0px 20px 0px 0px;
}

.mycity {
   text-transform: uppercase;
   font-size: 9px;
   letter-spacing: 0.1px;
   background: #757575;
   padding: 2px 3px 1px 3px;
   margin-left: 9px;
   color: #ffffff;
   font-weight: 600;
   line-height: 19px;
   vertical-align: super;
   border-radius: 1px;
   border: 3px double #ffffff;
}

.cid-skp7Wwy74M {
   padding-top: 15px;
   padding-bottom: 15px;
   background-color: #fff
}

.cid-skp7Wwy74M .underline {
   padding-top: .5rem;
   padding-bottom: .5rem
}

.cid-skp7Wwy74M .underline .line {
   width: 5rem;
   height: 3px;
   background: linear-gradient(90deg, #6592e6, #f66);
   display: inline-block
}

.cid-skp7Wwy74M .mbr-section-subtitle {
   color: #767676;
   font-weight: 300
}

.cid-skp7Wwy74M .number-wrap {
   color: #fff;
   background: #ff9a9e;
   position: relative;
   display: inline-block;
   text-align: center;
   padding: 5px 10px 13px 10px;
   margin: 0;
   min-width: 85px;
   max-width: 100%;
   background: linear-gradient(135deg, #ff9a9e, #f36)
}

.cid-skp7Wwy74M .number {
   font-style: normal;
   font-weight: 700;
   font-size: 35px;
   text-transform: none;
   letter-spacing: -2px;
   word-spacing: 0;
   line-height: 1.3;
   color: #fff
}

.cid-skp7Wwy74M .period {
   display: block;
   padding-top: 2px;
   border-top: 1px solid rgba(0, 0, 0, .1)
}

.cid-skp7Wwy74M .dot {
   position: absolute;
   top: -10px;
   right: -1em;
   width: 1em;
   display: none;
   height: 83%;
   overflow: hidden;
   font-style: normal;
   font-weight: 700;
   font-size: 55px;
   line-height: 89.65px;
   text-transform: none;
   letter-spacing: 0;
   word-spacing: 0;
   color: #fff
}

.cid-skp7Wwy74M .countdown-cont {
   max-width: 410px;
   margin: 0 auto
}

@media (max-width:768px) {
   .cid-skp7Wwy74M .dot {
      display: none
   }
}

@media (max-width:550px) {
   .cid-skp7Wwy74M .col-xs-3 {
      padding-left: 0;
      padding-right: 0
   }

   .cid-skp7Wwy74M .number {
      white-space: nowrap
   }
}

@media (max-width:440px) {
   .cid-skp7Wwy74M .number {
      font-size: 40px
   }
}

@media (max-width:380px) {
   .cid-skp7Wwy74M .period {
      font-size: .8rem
   }
}

@media (max-width:300px) {
   .cid-skp7Wwy74M .number {
      font-size: 28px
   }

   .cid-skp7Wwy74M .period {
      font-size: .7rem
   }
}

.card .card-body {
   background: #efefef
}

.klasicno h2 {
   font-size: 1.5rem
}

.klasicno h2 span {
   color: red
}

.klasicno h1,
.klasicno h2 {
   font-weight: 700;
   text-align: center
}

.klasicno .btn-danger {
   color: #fff;
   background-color: red;
   width: 100%;
   font-size: 1.5rem
}

.klasicno .form-control {
   height: calc(2em + .75rem + 2px);
   padding: 0 .75rem;
}
.card {
   max-width: 480px;
   width: 100%;
   margin: 0 auto;
}
form .input-wrapper label {
   display: none;
   pointer-events: none;
 }
 
 form .input-wrapper {
   position: relative;
   margin: 0 auto 20px;
 }
 
 form .input-wrapper .error {
   border: 1px solid red!important;
   padding-top: 6px!important;
 }
 
 form .input-wrapper .error+label {
   width: 100%;
   height: 100%;
   color: red;
   display: block !important;
   font-size: 11px;
   line-height: 17px;
   position: absolute;
   top: 0;
   left: 10px;
   text-align: left!important;
 }
 
 form .input-wrapper .error+label:before,
 form .input-wrapper .error+label:after {
   content: "";
   position: absolute;
   right: 30px;
   top: 50%;
   width: 3px;
   height: 21px;
   background-color: red
 }
 
 form .input-wrapper .error+label:before {
   -webkit-transform: translate(0, -50%) rotate(135deg);
   transform: translate(0, -50%) rotate(135deg)
 }
 
 form .input-wrapper .error+label:after {
   -webkit-transform: translate(0, -50%) rotate(45deg);
   transform: translate(0, -50%) rotate(45deg)
 }
 .timer {
    margin: 0 auto;
 }
.timer .col-3 {
   padding: 0 5px;
}
@media (max-width:440px) {
   .cid-skp7Wwy74M .countdown-cont {
      padding: 0;
   }
   .cid-skp7Wwy74M .number-wrap {
      padding: 5px 5px 13px;
      min-width: 70px;
   }
   .cid-skp7Wwy74M .number {
      font-size: 35px;
   }
}
footer {
   text-align: center;
   padding: 20px 0;
}
footer a {
   font-size: 14px;
}