 @media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
   ul.nav li.dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 979px) { 
	h1.navbar-text {
		display: none;
	}
	#texxt
{
	display: none;
}
	#myNavbar
	{
		display:none;
		top:0px;
		right:0px;
	}
	#myNavbar
	{
		display:none;
		top:0px;
		right:0px;
	}
	}
@media (max-width:499px)
 {
#texxt
{
	display: none;
}
#myNavbar
	{
		display:none;
	}
 
	div.desktopimage {
	visibility: hidden;
    clear: both;
    display: none;
	}
	.logo1min{
	content:url("../slike/logo3.png");
	height:100px;
	width:320%;
	} }
@media (min-width:499px)
 {
	div.mobileimage {
	visibility: hidden;
    clear: both;
    display: none;
 }}
 

 * {box-sizing:border-box}

 .dugme {
	 display:none;
	 background: red;
 }
 .izmeniarea {
	 max-width: 100%;
	 height:auto;
 }
 
 .odjavise {
  display:none;
}
 .dodajvest {
  display:none;
}

.gornjimeni4 {
	display:none;
}

#kljucne_reci {
display:none;
}
 
#stojeci {
  position: fixed;
  right: 0;
  top: 65%;
  z-index: 9999;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #FF7800;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a, i {
    padding: 5px;
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s
}

.sidenav i:hover, a:hover .offcanvas{
    color: black;
}

.sidenav .closebtn {
    position: absolute;
    top: -1%;
    left: -15%;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.mySlides {display:block}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.navbar-fixed-top {
	background-color: white;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* The dots/bullets/indicators */
/*.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media (min-width:499px)
 {    
    div.navigation-dots {
    visibility: hidden;
    clear: both;
    display: none;
    }
}

@media (max-width:499px)
{.navigation-dots {
    list-style= none;
    width:100%;
}
.dot {
    background: #888;
    border-radius: 50%;
    display: inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
}
.active-dot {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
}
}

.logo1{
	content:url("../slike/logo3.png");
	height:100px;
	width:350px;
	}
.logo2{
	content:url("../slike/logo3.png");
	height:50px;
	width:175px;
	position:fixed;
	left: 10%;
	margin-top: -15px;
	padding-top:0px;
}
div.polaroidslika {
float: left;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.containerslika {
 float: left;
  padding: 10px 20px;
}
div.desktopimage {
	border: 10px;
	margin: 10px;
	padding: 10px;
}
#content-section{
    background-color: white;
    box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.75);
  margin-top:-18px;
  width:700px;

}
head {
	color: white;
}
 body {
	 position:relative;
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
      font-size: 24px;
      transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }
  a.lista 
  {
	 color: black;
	 
  }
  li.lista
  {
	  color: black;
  }
  
  p
  {
	  
	  line-height:122px;
	  content: " ";
	  font-size: 20px;
	   line-height: 1.5em;
      font-family: 'Slabo 27px', serif;
	  font-weight: 300;
  }
  p.imgtext
  {
	  font-family: 'Baloo Tamma', cursive;
	  font-size: 1em;
	  text-align: center;
	  
  }
  p.imgtexthoby
  {
	  margin-bottom: 2em;
  }
 tekst1
 {
	 text-align: left;
 }
   br {
        line-height: 200%;
     }
	table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
}
.pagetext
{
	color: black;
	text-align: left;
}
.pagetext-lwidth
{
	margin-right:auto;
	margin-left:10%;
	padding-right:15px;
	padding-left:15px;
	text-align:justify;
	margin-bottom:70px;
	color: black;
	width: 80%;
}
th, td {
    padding: 15px;
}
.obojenired {
	background-color: #F4511E;
	color: white;
}
.neobojenired {
	color: black;
}
  .jumbotron {
      background-color: white;
      color: #fff;
	  height: 130px;
      font-family: Montserrat, sans-serif;
	  margin: 0px; 
  }
  .container-fluid {
      padding: 15px 15px;
	  text-align: center;
	  float: middle;
  }
  .container-fluid-1row {
      padding: 50px 50px;
	  margin-top:5%;
	
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #f4511e;
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
	  text-align: right;
      background-color: white;
      z-index: 9999;
      border: 0;
      font-size: 14px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
 
  .navbar li a, .navbar .navbar-brand {
      color: black !important;
	  z-index:999;

  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #f4511e !important;
      background-color: white !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
    .navbar-text
  {
	  margin: 0 auto 0px;
	  padding: 0px 0 0 0;
	  text-align: right;
	  z-index: 1;	
	  position: absolute; 
      bottom: 0; 
      right: 7%;
	  height: 0px;
	  font-family: 'Kaushan Script', cursive;
	  font-size: 20%;
	  color:black;
	    /* font-family:    'Amatic SC'   'Poiret One'  , cursive; */
  }
  #myNavbar {
	  position:relative;
	  background:transparent;
  }
  
  .container-header {
	  background-color: white;
  }

 /* ovo je za glavni meni, drugi nav bar - plavi */
    .navbar2 {
	  margin: 0px;
      background-color: #0096D8;
      z-index: 9998;
      border: 0;
	  text-align: center;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 3px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar2 li a, .navbar2 .navbar-brand2 {
      color: #fff !important;
	   z-index:999;
  }
  .navbar-nav2 li a:hover, .navbar-nav2 li.active a {
      color: ##66ccff !important;
      background-color: #f4511e !important;
  }
  .navbar-default2 .navbar-toggle2 {
      border-color: transparent;
      color: #f4511e !important;
	  background-color: #f4511e
  }
  .navbar-nav > li > .dropdown-menu { 
  background-color: #f4511e; 
  }
  .submenu_color
  {
	   background-color: #f4511e;
  }
  
  .dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
	left: 100%;
    margin-top: -1px;
  
}

  /*
.imagelist a
{
  position: relative;
  display: block;
}
.imagelist:hover img {
  opacity: .5;  
  left: 0;
  top: 0;
  z-index: 1;
  }
.imagelist:hover .imgtext {
  display: block;
  left: 0;
  top: 0;
}
.imgtext {display: none;}
 */
 .imagelist
 {
	 position: relative; 
	 
 }
  .imagelist a {
  position: relative;
  display: block;
  text-decoration: none;
}
	div .imagelist
	{
	margin-bottom: 9.5%;
	}
.imagelist img {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  padding: 5%;
}
.imagelist img:hover {
  opacity: 0.3;
}
img.artikal
{
	 box-shadow:0px 0px 20px #cecece;
}
img.artikli
{
 float: left;
 box-shadow:0px 0px 20px #cecece;
 -moz-transform: scale(0.2);
 -moz-transition-duration: 0.6s; 
 -webkit-transition-duration: 0.6s;
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.5);
 -ms-transition-duration: 0.6s; 
}
img.artikli:hover
{
 opacity: 0.5;
 
}
.imgtext p
{
	position: relative;
    z-index: 999;
	font-family: 'Baloo Tamma', cursive;
	text-align: center; 
	vertical-align:middle;   
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
  .glyphicon {
      font-size: 30px;
      margin-bottom: 20px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @-media screen and (max-width: 480px) {
    .logo {
		margin: -50px;
		padding: -20px;
        font-size: 150px;
    }
  }

.navbar-text {display:block;}
.scrolling .navbar-text {display:none;}
.large-logo {display:block;}
.scrolling-logo {display:none;}

/* ovde kopirano iz mobile image slider fajla*/
* {box-sizing:border-box}
.mySlides {display:block}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.next {
	left: 90%;
}
.prev {
	right: 90%;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* The dots/bullets/indicators */
/*.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #7171717171;
}*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media (min-width:499px)
 {    
    div.navigation-dots {
    visibility: hidden;
    visibility: hidden;
    clear: both;
    display: none;
    }
}

@media (max-width:499px)
{.navigation-dots {
    list-style= none;
    width:100%;
}
.dot {
    background: #888;
    border-radius: 50%;
    display: inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
}
.active-dot {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
}
}