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;
}

.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);

     font-family: 'Encode Sans', sans-serif;
}

.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 0 0;
margin: 100px 0 0 0;
position: relative;
min-height: 100%;

}


#rowPodaci{
	width: 95%;
	margin: auto;
  max-width: 1400px;
  padding-bottom: 200px;
}

#containerMapa{
	padding:0 0;
	
}

hr{
	border-top: 6px solid #eee;
}
/*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;
}

#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: 40px;
}

#rowPodaci{
  padding-bottom: 0;
  margin-top: 20px;
}

#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;
}
iframe{
  width: 100%;
  height: 300px;
}
}

@media (min-width: 1200px) {

	
}