html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Open Sans', sans-serif;
  color: #555555;
  background: #f7f7f7;
}
h1{
  margin: 20px 0px;
  color: #ff6b6a;
  font-weight: 700;
}
h2, h3, h4, h5, h6{
  margin-top: 0px;
}
h1, h2{
  letter-spacing: -3px;
}
h5{font-size: 24px;}
p{
  font-size: 15px;
}
a{
  text-decoration: none!important;
}
ul{
  font-size: 15px;
}
.article{
  margin: 0% 10%;
}
.article h1{
  font-size: 42px;
}
.paragraf{
  margin: 0px;
  padding-bottom: 15px;
  line-height: 22px;
  text-align: justify;
}
.paragrafdva{
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 22px;
}
.navbar{
  margin-bottom: 0px;
}
.navbar-inverse {
    background-color: rgba(255,255,255,0.8);
    border: none;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
.header .navbar-brand {
  height: 80px;
}
.header .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #777;
  font-weight: 500;
}
.header .nav >li >a:hover{
  color: #ff6b6a;
}
.header .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
}
.jumbotron p{
  font-weight: 400;
}
.intro{
  font-size: 32px;
    line-height: 40px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.65);
    margin-bottom: 50px;
    padding: 4px 20px;
    font-family: "Open Sans",sans-serif;
    color: #3E3E3E;
    font-weight: 300;
    text-shadow: none;
}
.jumbotron h1{
  text-transform: uppercase;
    font-weight: 900;
    font-size: 70px;
    margin-top: 50px;
    margin-bottom: 50px;
    letter-spacing: -3px;
    word-spacing: 10px;
    color: #FF6B6A;
}
.align{
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}
.btn{
  border-radius: 0px;
}
.btn-primary{
  background: #ff6b6a;
  border: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 17px 45px;
}
.btn-primary:hover{
  background: #f95857;
  border: none;
}
.btn-group-lg>.btn, .btn-lg{
  border-radius: 0px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
  font-weight: bold;
  font-size: 16px;
  background: #1f9fd5;
  border-color: #1f9fd5;
}
.list-group-item:first-child, .list-group-item:last-child{
  border-radius: 0px;
}
.row{
  padding-bottom: 10px;
}
h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin-top: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.article h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
}
.line{
  border-bottom: 5px solid #1f9fd5;
  width: 7%;
  margin-bottom: 10px;
}
.lineWhite{
  border-bottom: 5px solid #fff;
  width: 7%;
  margin-bottom: 10px;
}
.text{
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
.white{
  margin: 10px 0px;
  color: #fff;
  text-align: justify;
}
.well-lg{
  margin-bottom: 30px;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
}
label{
  color: #fff;
  margin: 5px 0px;
}
.form-control{
  border-radius: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0px;
}
.titleRight{
  padding-right: 30px;
  text-align: right;
}
.textRight{
  border-left: 5px solid #1f9fd5;
  margin-bottom: 20px;
  padding-left: 30px;
}
.marginTop{
  margin-top: 30px;
}
.calName{
  font-size: 18px;
  margin-left: 20px;
}
.table{
  width: 50%;
  margin: auto;
  padding-bottom: 10px;
}
.center{
  margin: 0 auto;
  padding-bottom: 20px;
}
.panel-default>.panel-heading{
  color: #fff;
  background-color: #1f9fd5;
  border-radius: 0px;
  text-transform: uppercase;
}
.mestoZaOpis{
  padding: 10px 20px;
}
.opis{
  margin: 0px;
}
section{
  padding: 30px 0px;
}
.grey{
  background-color: #f8f8f8;
}
/*sastavljene slike*/
.col-0-gutter{
  padding-left: 0;
  padding-right: 0;
}
/*slike*/
/*blog*/
.thumb {
    text-align: center;
    background-color: #fff;
}
.thumb h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ff6b6a;
    margin-top: 20px;
    margin-bottom: 10px;
}
.thumb h3:hover{
  color: #f95857;
}
.link{
  display: block;
}
.thumb p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 10px 10px;
    line-height: 22px;
    text-align: justify;
    }
.readmore{
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.readmore:hover{
  background-color: #f95857;
}
/*counter-item*/
.dark {
    background-color: #333231;
    color: #fff;
}
.broj {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}
.counter p {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}
/*okrugle slike*/
.opisinfl{
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pricabold{
    font-weight: 500;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.prica p{
    font-weight: 300;
    line-height: 22px;
}
#top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1f9fd5;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#top:hover {
  background-color: #1f9fd5;
}
.office{
  margin: 0px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}
.biz{
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}
footer{
  padding: 30px;
  background-color: #000;
  color: #fff;
  border: none;
}
footer p{
  margin: 0px;
}
footer a{
  color: #FF6B6A;
}
footer a:hover{
  color: #f95857;
}
.header .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.jumbotron p{
  font-weight: 400;
}
footer ul{
  padding: 0px;
}
footer li{
  display: inline-block;
  margin: 0px 5px;
}
.thumbnail{
  padding: 0px;
}
.caption h4{
  margin: 0px;
  text-align: center;
}
/*kampanja*/
.alignleft{
  margin: 0px;
  text-align: left;
}
.sirina{
  width: 100%;
}
h4{
  font-size: 34px;
  font-weight: bold;
  padding-top: 10px;
}
.datum{
  font-size: 14px;
  color: #8f8f8f;
  padding-left: 30px;
}
.vecitekst{
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
}
.tekstudesno{
  font-size: 16px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
}
.glyphicon::before{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  color: #ff6b6a;
}
/*Profil influensera*/
.about{
  margin: 20px 0px;
}
.border{
  border: 1px solid #ff6b6a;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px;
}
.border p{
  margin: 0px;
}
.border span{
  right: 30px;
  position: absolute;
}
h5{
  font-weight: bold;
}
/*Market*/
.sortoption{
  padding-left: 30px;
}
/*Kampanje*/
.dole{
  margin-bottom: 20px;
}
.dugme{
  background-color: #f95857;
  color: white;
  text-align: center;
  margin: 10px 0px;
  padding: 15px 20px;
  display: inline-block;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}
.dugme:hover {
  opacity: 1;
  color: #FFFFFF;
}
.cena{
  font-size: 18px;
  color: #f95857;
}
/*tabela*/
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ff6b6a; 
	}