/* Remove the navbar's default margin-bottom and rounded borders */ 

/*media screen setings for o_skoli */
@media screen and (max-width: 1366px) {
  .container1.o_skoli{
   position: relative;
   text-align: center;
   color: white;
   width:700px;;
   margin-top:-550px;
   margin-left:auto;
}
}

@media screen and (max-width: 1920px) {
  .container1.o_skoli{
   position: relative;
   text-align: center;
   color: white;
   width: 700px;
   margin-top:-650px;
   margin-left:550px;
}
}

@media screen and (max-width: 600px) {
  .container1.o_skoli{
   position: relative;
   text-align: center;
   color: white;
   width: 700px;
   margin-top:0px;
   margin-left:auto;
}


}


body {
    font-family:Verdana;
	font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
  }

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  
}

.navbar-nav > li {
	font-family:Verdana-Bold;
    font-size: 18px;
  }

.dropdown-menu {
    font-size: 16px;
  }

.navbar-custom {
    background-color: #424446;
    padding-top: 0;
    padding-bottom: 0;
    
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.1);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #f0801c;
  
}

.custom-toggler.navbar-toggler {
  border-color: #FFFFFF;
}
.custom-toggler.navbar-toggle .icon-bar {
  background-color:  #FF7F24;
}
.custom-toggler.navbar-toggle .icon-bar:hover {
  background-color: #ffffff; 
}

.toggler {
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
	color: #f2f2f2
}



.plink {
  font-size: 16px;
  color: #00CED1;
  text-decoration: none;
}

h1 { 
  font-family:Verdana-Bold;
  font-size: 24px;
  color: #2c6668;
  font-weight: bold;
  letter-spacing:0.6px;
}

h2 {
	margin-left: 20px;
	font-weight: bold;
}

h3 { 
  font-family:Tahoma-Bold;
  font-size: 24px;
  color: #f0801c;
  font-weight: bold;
  letter-spacing:0.6px;
}

h4 { 
  font-family:Verdana;
  font-size: 24px;
  color: #f5fafa;
  font-weight: bold;
  letter-spacing:0.6px;
  line-height:1.2;
}

h5 { 
  font-family:Verdana;
  font-size: 24px;
  color: #303fa3;
  font-weight: bold;
  letter-spacing:0.6px;
  line-height:1.2;
  
}

h6 { 
  font-size: 20px;
  color: white;
  font-weight: bold;
  
  text-align:centar;
}

h7 { 
  font-family:Tahoma-Bold;
  font-size: 24px;
  color: #555555;
  font-weight: bold;
  text-align:centar;
  letter-spacing:0.6px;
}

p { 
  font-size: 12px;
  color: #53868B;
  padding: 0px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left
}

.plink{
  font-family:Tahoma;
  font-size: 14px;
  color: #2c6668;
  font-weight: bold;
  text-align:right;
  letter-spacing:0.35px;
  line-height:1.2;
}

.zoom {
	padding: 15px;
	background-color: #f2f2f2;
	transition: transform .2s; /* Animation */
	margin: 0 auto;
}

.zoom:hover {
	transform: scale(1.1); /* (110% zoom)*/
}



button:hover { background-color: #EE7621;}

.orange-btn {
  background-color: orange;
  border: none;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.dugme {
  background-color: #17242a;
  border: none;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


footer {
  background-color: #636363;
  padding: 25px;
}

.no-pad {
	padding-right: 0;
}

.cyan-bg {
	background-color: #2c6668;
	color: white;
}

.cyan-bg p {
	color: white;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.vertical-align > div:first-child {
    background-color: mediumaquamarine;
}

.vertical-align > div:last-child {
    background-color: 2c6668;
}



/* TGalerija index*/
.carousel-control {
	left: -105px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 45px;
	
}
.carousel-control.right {
	right: 65px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -40px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}




/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* gore levo */
.bottom-left {
  position: absolute;
  top: -38px;
  left: 55px;
}

/* gore centar */
.bottom-center {
  position: absolute;
  top: -38px;
  left: 130px;
}

/* gore desno */
.bottom-right {
  position: absolute;
  top: -38px;
  left: 200px;
}

.circle {
  position: relative;
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  color: white;
  border-radius: 50%;
  background: #4D4D4D;
}  

.iframe-novosti {
	overflow:hidden;
	border: 0;
}

.novosti-page-dugme {
	padding: 5px;
	color: orange;
	font-weight: bold;
}

.novosti-page-dugme:hover {
	background-color: #ddd;
}

.iframe-nastavnici {
	overflow:hidden;
	border: 0;
}

.nastavnici-page-dugme {
	padding: 5px;
	color: orange;
	font-weight: bold;
}

.nastavnici-page-dugme:hover {
	background-color: #ddd;
}

.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}

.ikone-lokacija {
  margin-left: 25px;
  margin-top:5px;
  border-radius: 0;
}

.ikone-telefon {
  margin-left: 25px;
  margin-top:-10px;
  border-radius: 0;
}

.link-dole{
  text-align: left;
}
/* o skoli */
.container1{
	 position: relative;
     text-align: center;
     color: white;
	 width: 700px;
	 margin-top:-550px;
	 margin-left:auto;
}
/* o galeriji */
.container2{
		 position: relative;
		 text-align: center;
		 color: white;
		 width: 840px;
		 margin-top:-200px;
		 margin-left:auto;
		 margin-right:auto;
	}
.container3{
	 position: right;
     text-align: center;
     color: white;
	 width: 700px;
	 margin-top:-550px;
	 margin-left:0px;
}

  
/* lista nastavnici */
.btn-circle.btn-sm { 
            width: 16px; 
            height: 16px; 
            padding: 6px 0px; 
            border-radius: 15px; 
            font-size: 8px; 
            text-align: center; 
			background-color:#a4a4a4;
			margin-left:5px;
			margin-right:5px;
			border:0;
        } 
.btn-circle.btn-sm:hover { 
	background-color: #37b0a9;
	border:0;
	}
.btn-circle.btn-sm.active{ /*  , .btn1:focus */
	background: #37b0a9;	
	width: 20px; 
    height: 20px; 
    padding: 0px 0px; 
    border-radius: 15px; 
    font-size: 8px; 
    text-align: center; 
	border:none;
	outline: 0;
	margin-top:-3px;
}

.btn1:focus {
	outline: 0;
}
.container-fluid{
  padding: 0;
}







