body {
  font-family: 'Encode Sans', sans-serif;


}

h3 {
  text-align: center;

  font-family: 'Encode Sans', sans-serif;
}

h1 {
   font-family: 'Encode Sans', sans-serif;
}

strong {
   font-family: 'Encode Sans', sans-serif;
}
/*NAVBAR*/
li a{
  background-color: none;
  font-size: 20px;
  
  
}

a {
  display: inline-block;
  font-size: 16px;
  transition: all 0.9s;

  font-family: 'Encode Sans', sans-serif;
}

p {
  font-size: 17px;

  font-family: 'Encode Sans', sans-serif;
}

.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 150px;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(229, 86, 9, 0.4);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

#wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  width: 450px;
  height: 575px;
  margin:100px auto;
  padding-bottom: 200px;
  position: relative;
  
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#wrapper img {
  display: block;
  float: left;
}
#images, #thumbs {
  height: 350px;
  overflow: hidden;
}
#images {
  width: 350px;
  margin: 50px 0 25px 50px;
}
#thumbs {
  width: 450px;
  height: 100px;
}
#thumbs img {
  border: 1px solid #ccc;
  padding: 14px;
  margin: 0 12px 0 12px;
  cursor: pointer;
}
#thumbs img.selected, #thumbs img:hover {
  border-color: #333;
}
 
#prev, #next {
  width: 15px;
  height: 21px;     
  display: block;       
  text-indent: -999em;
  background: transparent url(img/carousel_control.png) no-repeat 0 0;
  position: absolute;
  bottom: 85px;       
}
#prev {
  background-position: 0 0;
  left: 15px;
}
#prev:hover {
  left: 14px;
}     
#next {
  background-position: -18px 0;
  right: 15px;
}
#next:hover {
  right: 14px;
}     
 
#source {
  text-align: center;
  width: 400px;
  margin: 0 0 0 -200px;
  position: absolute;
  bottom: 10px;
  left: 50%;
}
#source, #source a {
  color: #999;
  font-size: 12px;
}


#callButton{
  display: none;
}

.cmn-t-colour {
  color: #ff3296;
  /* transition: color 0.2s; */
}
.cmn-t-colour:hover {
  color: #98004a;
}
.cmn-t-underline {
  position: relative;
  color: white;
}
.cmn-t-underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 5px;
  background: linear-gradient(to right, red , #98004a); /* Standard syntax */
 
  content: "";
  transition: width 0.2s;
}
.cmn-t-underline:hover {
  color: #98004a;

}
.cmn-t-underline:hover:after {
  width: 100%;
}

.btn-default:hover{
  background:#6a6776;
  color: white;

}
.dropdown {
  padding-top: 12px;
  margin-left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background:white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0.5em;
    transition:0.6s;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
}


.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition:0.6s;
     filter:alpha(opacity=100);
}

.dropdown-content a:hover {
  background-color:#6a6776;
  color:white;

}


.dropdown:hover .dropdown-content {
    display: block;
}


/*NAVBAR*/
.navbar-header{
  padding-bottom: 5px;
}

.navbar-default{
background-color: white;

  font-family: 'Encode Sans', sans-serif;
}



.navbar-brand{
  padding-top: 0;
  margin-top: -20px;
}

#logo{
  height: 90px;
  width: 200px;
}
.navbar-nav li a{
  color:#777373;
 
}


.navbar-nav .active a{
  background: none !important;
}

.btn-primary{
  display: block;
  margin-bottom: 8px;
  width: 120px;
}

#proizvodiMobile{
  display: none;
}

/*CONTAINER MAIN*/
#containerMain{
padding: 0 0 200px 0;
margin: 100px 0 0 0;
position: relative;
min-height: 100%;

}

#rowMain{
	width: 90%;
	margin: 20px auto 60px auto;
  padding-bottom: 200px;
  max-width: 1400px;
}

/*FOOTER*/

footer{
background-color: #232323;
font-family: 'Work Sans', sans-serif;
position: absolute;
width: 100%;

height: 200px;
}

.justify-content-start{
  text-align: center;
}


.justify-content-start{
  text-align: center;
  width: 90%;
  margin:auto;
}

#containerFooter{
  max-width: 1400px;
}

#containerFooter p{
  color:white;
  font-family: 'Work Sans', sans-serif;
}

#containerFooter i{
  color: white;

  font-family: 'Work Sans', sans-serif;
}

#containerFooter strong {
 font-family: 'Work Sans', sans-serif;
}

#colFooter{
  margin-top: 40px;
  font-size: 18px;
  border-right:1px solid white;
  line-height: 170%;
}

#logoFooter{
  
  width:120%;
  height:120px;
  margin:30px -20%;
}

/*MEDIA QUERIES*/


@media (max-width: 768px) {

.cmn-t-underline:hover:after {
  width: 50%;
}
.navbar-default{
  border-bottom:none !important;
  position: absolute;
  height: 70px;
}


#myNavbar{
  text-align: center;

}

#myNavbar a{
  color: #272626;
}

.dropdown{
  display: none;
}

#rowMain{
  padding-bottom: 0; 
  width: 100%;
}

#proizvodiMobile{
  display: block;
}
.navbar-collapse{
  background-color: #eee;
  text-align: center;
  margin-top: 14px; 
}

#logo{
  height:70px; 
  margin-top: 20px;
  width: 180px;
}
#containerMain{
  margin-top: 65px;
}

#logoFooter{
width: 108%;
}

footer {
  position: relative;
  height: auto;
}

#colFooter{
  border-right: none;
  border-bottom: 1px solid white;
  margin-top: 10px;
}

#callButton{
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  display: block;
  z-index: 1;
}
.tz-gallery .lightbox img{
  height: 100%;
  width: 100%;
}
}

@media (min-width: 1200px) {

	
}