






body {
    background-color: #fff !important
}
a {
text-decoration:none;
color:black;
}
.input-line-item {
    flex-direction: column
}

label.errorValidate {
    text-align: center
}

label.errorValidate {
    display: block;
    position: static;
    background: red;
    color: #fff;
    font-size: 16px;
    margin-top: 3px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 50%
}

.errorBorder {
    border: 2px solid red !important
}

.force-scroll {
    cursor: pointer
}



body {
  margin: 0 auto;
  display: block;
  font-family: 'Roboto', sans-serif;
  background: #f1ebeb;
  box-sizing: border-box;
}
button:focus { 
  outline:none 
}
button:hover,.main-menu li, .mobile-menu li,.social-media, .social-media-main, .tag-box {
  cursor: pointer;
}
.body-wrapper{
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
.header-wrapper,.content-wrapper{
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.left-inner-wrapper{
  background: white;
}
.logo-wrapper{
  background-color: white;
  padding: 10px;
  text-align: center;
}
.logo-wrapper img{
  width: 200px;
}
 .right-inner-wrapper{
  padding: 20px 20px 10px 0;
  display: flex;
  flex-direction: column;
  background: white;
}
.header-subtitle{
  background-color: #d05e29;
  color: white;
  padding: 10px 15px;
  max-width: fit-content;
  font-weight: 500;
  margin: 0; 
}
.header-title{
  background-color: white;
  padding: 15px;
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  max-width: 550px;
  word-wrap: break-word;
}
.header-date{
  font-weight: 700;
  font-size: .875rem;
  text-transform: uppercase;
  padding: 10px;
}
.header-title-wrapper{
  position: relative;

  left: 15px;
}
.header-img-wrapper{
  max-width: 700px;
}
.header-img{
  position: relative;
  max-width: 100%;
  width: 660px;
}
.content-wrapper{
  font-size: 1.06rem;
  line-height: 1.5rem;
  position: relative;
}
.content-img{
  text-align: center;
  font-size: 12px;
  color: #aaa;
}
.content-img img{
  max-width: 100%;
}
.inner-wrapper{
  display: flex;
  flex-direction: row;
}
.povezani-clanci-box{
  border-bottom: 1px solid #eee;
  font-weight: 600;
  font-size: .85em;
  line-height: 1.4em;
  padding: 5px;
  color: #666;
  display: flex;
  align-items: center;
}
.main-menu a{
  background-color: #f1f1f1;
}
.povezani-clanci-box img{
  padding-right: 20px;
  width: 50px;
}
.right-inner-wrapper{
 max-width: 30%;
}
.left-inner-wrapper{
  max-width: 70%;
}
.clanci-naslov{
  background-color: #f1f1f1;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 700;
}
.mobile-menu{
  display: none;
}
.main-menu a, .main-menu1 a{
  text-decoration: none;
  font-weight: 700;
  font-size: .6875em;
  text-transform: uppercase;
  background:#fff;
  line-height: 44px;
  color: black;
}
.main-menu1 a{
  color: #666666;
}
.main-menu1{
  background: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  position: relative;
  word-wrap: break-word;
}
.main-menu{
  background: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
  word-wrap: break-word;
}
.main-menu li{
  display: table-cell;
  text-align: center;
  line-height: 30px;
  letter-spacing: .5px;
  font-weight: 700;
  padding: 5px 0;
  text-decoration: none;
  font-weight: 700;
  font-size: .6875em;
  text-transform: uppercase;
  background:#fff;
  color: black;
  
}
.main-menu1 li{
  display: table-cell;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: .5px;
  text-align: center;
  font-weight: 700;
  color: #666666;
  padding: 0 10px;
  font-size: .7em;
  padding: 5px;
}
.main-menu li:hover{
  background-color: #f1f1f1;
  border-bottom: 2px solid #F77737;
}
.main-menu a:hover{
  background-color: #f1f1f1;
}
.clanak-tagovi-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.tag-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.tag-box{
  background-color: #f1f1f1;
  color: #444;
  padding: 10px 20px;
  max-width: fit-content;
  font-weight: 500;
  border-radius: 50px;
  margin: 0 5px;
  
}
.tag-box:hover{
  color: #2b2b2b;
  background: #e6e6e6;
}
.komentari-title{
  background-color: #f1f1f1;
  color: black;
  padding: .8em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .9em;
}
.komentari-img{
  width: 100px;
}
.komentari-box{
  border: 1px solid #f1f1f1;
  padding: 15px;
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;


  flex-direction: column;
}
.komentari-top, .komentari-bottom{
  display: flex;
  justify-content: space-between;
}
.komentari-bottom{
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.komentari-img img{
  width: 100%;
  border-radius: 50%;
}
.komentari-text{
  max-width: 70%;
  padding: 0 20px;
  color: #444;
}
.komentar-ime{
  font-weight: 700;
  margin: 0;
  margin-top: 10px;
}
.komentar-description{
  font-size: 18px;
}
.komentar-datum{
  color: #888;
  font-size: 15px;
  margin: 0;
}
.komenatri-impresije{
  display: flex;
}
.komentari-like{
  background-color: #4caf50;
  color: white;
  border: 0;
  padding: 10px 20px;
  border-radius: 3px;
  margin-right: 5px;
}
.komentari-dislike{
  background-color: #d32f2f;
  color: white;
  border: 0;
  padding: 10px 20px;
  border-radius: 3px;
  margin-left: 5px;
}
.komentari-prijavi{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prijavi-btn{
  padding: 10px;
  background: #fff;
  color: #888;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.odgovori-btn{
  font-weight: 700;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
}
.social-media, .social-media-main{
  display: flex;
  margin-bottom: 10px;
}
.social-media a{
  color: white;
  font-weight: 600;
  padding: 10px;
  font-size: 25px;
  text-align: center;
  flex: 1;
}
.social-media-main a, .social-media-footer a{
  color: white;
  font-weight: 600;
  padding: 10px;
  font-size: 25px;
  text-align: center;
  flex: 1;
}
.social-media-footer{
  display: flex;
  position: relative;
  top: 30px;
}
.reklama img{
  max-width: 100%;
}
.l1{
  border-bottom: 2px solid #aaa;
}
.l2{
  border-bottom: 2px solid #e10006;
}
.l3{
  border-bottom: 2px solid #ad167b;
  background-color: #e4e4e4;
}
.l4{
  border-bottom: 2px solid #659241;
}
.l5{
  border-bottom: 2px solid #373746;
}
.l6{
  border-bottom: 2px solid #7e7e7e;
}
.l7{
  border-bottom: 2px solid #5a7bcb;
}
.l8{
  border-bottom: 2px solid #d05e29;
}
.l9{
  color: #fff!important;
  background-color: #00aeef !important;
}
@media (max-width: 980px){
  .body-wrapper{
    padding: 0;
  }
  .mobile-menu{
    display: flex;
    background-color: #d05e29;
    justify-content: flex-end;
  }
  .mobile-menu i{
    color: white;
    width: 50px;
    padding: 10px;
    font-size: 25px;
    font-weight: 400;
  }
  .main-menu, .main-menu1{
    display: none;
  }
}
@media (max-width: 700px){
  .header-title{
    font-size: 22px;
  }
  .header-subtitle{
    font-size: 14px;
    padding: 8px 10px;
  }
  .tag-box{
    padding: 5px 15px;
    margin: 5px;
  }
  .povezani-clanci-box{
    font-size: 14px;
  }
}
@media (max-width: 550px){
  
  .inner-wrapper{
    flex-direction: column;
    background-color: white;
  }
  .left-inner-wrapper{
    max-width: 100%;
  }
  .right-inner-wrapper{
    max-width: 100%;
    padding: 20px;
  }
  .numerok{
    font-size: 20px;
  }
  .komentar-description {
    font-size: 16px;
  }
}
@media (max-width: 450px){
  .komentari-prijavi{
    display: none;
  }
  .odgovori-btn{
    display: none;
  }
  .komentari-bottom{
    justify-content: center;
  }
}

.head_form_2.new_999 {
  display: flex;
  justify-content: center;
}

.form_content_head {
  border: 3px solid #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f9fcfa;
  padding-bottom: 20px;
}
.form_title {
  height: 60px;
  background: #db0000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form_top {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
}
.bold_s_28{
  font-weight: 700;
  font-size: 20px;
}

.price{
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 600;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}
.left_t_f {
  color: #fff;
  font-size: 15.24px;
  font-weight: 500;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  line-height: 1.2;
}
.sht {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.input__inner {
  width: 96%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c1c0c0;
  outline: none;
  padding: 5px 0 5px 8px;
  background: #fff;
}
.form_container {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.item-gift {
  display: none;
  margin: 20px 0;
  font-weight: 900;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #db0000;
  text-shadow: 1px 1px 1px #0000008c;
}
ul.price li {
  width: auto;
  padding-right: 0px;
}
.price_1 {
  font-weight: 300;
  font-size: 15.24px;
  color: #000;
  display: inline-block;
}
ul.price li {
  width: auto;
  padding-right: 0px;
}
.price_2 {
  font-weight: 300;
  font-size: 15.24px;
  color: #db0000;
  display: inline-block;
  float: right;
  text-align: right;
}
.form_btn {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: #db0000;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 7px;
  transition: background .3s;
}
.select {
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url() 96% 50% no-repeat #fff !important;
}




.tech-slideshow {
  height: 200px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.novostiList {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background: whitesmoke;
}

.novostiList span {
  display: inline-block;
  padding-left: 100%;
  animation: novostiList 50s linear infinite;
  padding: 10px;
}

@keyframes novostiList {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}