/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 17, 2018, 7:27:17 PM
    Author     : Nikola
*/

body {	
    background-image:url(../img/GIZ_SiteBG_JPEG.jpg);
   
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position:center;
    background-size:100%;
    background-color:#ffffff;
    
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#222;		
 }

 #header h1{
     font-size: 16px;
     text-align: center;
     background: #e9e9e9;
     padding: 5px;
     
 }

.menuBcmFluid{
    position: relative !important;
    background: linear-gradient(#fafafa, #e0e0e0); 
    
    margin-top: 20px;
    border: none;
    text-transform: initial;
    -webkit-box-shadow: 3px 3px 3px #888;
    box-shadow: 3px 3px 3px #888;
    z-index: 2 !important;    
}

.anketa-float-eng {
    position: absolute;
    right: 0;
    top: -20px;
    width: 166px;
    height: 163px;
    background-image: url(../img/glallery.png);
}

.anketa-float-srb{
    position: absolute;
    right: 0;
    top: -20px;
    width: 166px;
    height: 163px;
    background-image: url(../img/galerija.png);
}

.anketa-left-srb{
    position: absolute;
    left: 0;
    top: -20px;
    width: 166px;
    height: 163px;
    background-image: url(../img/document.png);
}

.anketa-left-eng{
    position: absolute;
    left: 0;
    top: -20px;
    width: 166px;
    height: 163px;
    background-image: url(../img/report.png);
}

.anketa-left-srb:hover, .anketa-float-srb:hover, .anketa-left-eng:hover{
    opacity:0.7;
    filter:alpha(opacity=70);
}

.anketa-float-eng:hover{
    opacity:0.7;
    filter:alpha(opacity=70);
}

.sticky {
  /* overflow: hidden !important; */
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}

 #header{
    background: white;
}
.sticky + .content {
  padding-top: 60px;
}

nav.navbar{
    padding: 0px !important;
    margin: 0px !important;
    font-weight: bold;
}

.emplBox {    
    border-bottom: 1px solid #f0f0f0;
    margin: 10px 5px 10px 5px !important;
    padding-bottom: 10px;
}

.emplBox img {
    width: 100px;
}

.popover{
    max-width:600px !important;
}

.emplname span{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.emplname span:hover{
    text-decoration: none;
}

.emplname {
    padding-top:50px !important;
    padding-bottom:50px !important;
}

.navbar-nav>li>a:hover{
    background: #e6e6e6 !important;    
    color: black;
    border-top: 1px solid #e0e0e0;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;

}

.navbar-default .navbar-nav>.active>a{
    background: #e6e6e6 !important;
    color: black;
    border-top: 1px solid #e0e0e0;
}

.dropdown-menu>li>a:hover{
    background: #3479b6 !important;    
    color: white !important;    
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}



.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media only screen and (min-width : 1200px) {    
    #navbar{
        margin-left: 120px;
    }
    
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0; 
    }
}
 
@media only screen and (max-width : 979px) {
    
    .navbar-nav {
        height: auto;
        max-height: 200px;
        overflow-x: hidden;
    }
    
    .navbar-nav>li{
        margin-left: 20px;
    }
    
    .navbar-default .navbar-nav>.active>a, .navbar-nav>li>a:hover{
        border: none !important;
    }

    .text-justify{
            text-align: left !important;
    }	
}

/* Makes images fully responsive */
/*
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;  
}
*/

.camera_wrap{    
    z-index: 0 !important;    
}

.sectionWhite{
    background: white !important;    
}



h2 {
    margin: 25px 0 25px 0 !important;
    font-weight: bold;
    
    font-size: 24px;
    text-align: center;
    margin: 10px;
    padding: 5px 0 5px 0;    
    line-height: 28px;
}


#footer {   
   left: 0;
   bottom: 0;
   width: 100%;
   background: linear-gradient(#fafafa, #e0e0e0);
   /* background: linear-gradient(#d2d3d5, #fafafa); */
   text-align: center;
   padding: 30px 0px 2px 0px !important;
}

#footer ul li{
    display: inline;
    font-size:10px;
}

#footer ul li a{
    text-decoration: none;
    color: #555555; 
    padding-left: 10px;
    padding-right: 10px;
}
 	
 
#footer ul li a:hover, .menu ul li .current{
    color: #da9376;		
}

/*=========================================================
	EVENTS
===========================================================*/

.event {
  position: relative; 
  margin-top: 60px;
}

.event-title{
    margin-top: -10px !important;
}

.event-time{
    margin-top: 10px !important;
    position: relative;
}

.event+.event {
  margin-top: 0px;
}

.event:after {
  content: "";
  position: absolute;
  left: 60px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background-color: #dd0a37;
}

.event:last-child:after {
  height: 60px;
}

.event+.event:before {
  content: "";
  position: absolute;
  left: 60px;
  height: 60px;
  top: -60px;
  width: 4px;
  background-color: #dd0a37;
}

.event .event-day {
  position: absolute;
  left: 0;
  top: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #dd0a37;
  z-index: 1;  
}

.event .event-hour {
  position: relative;
  left: 62px;
  top: 60px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dd0a37;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.event .event-day>div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event .event-day .day {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.event .event-day .year {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
}

.event .event-content {
  padding-left: 160px;
  min-height: 60px;
}


.event .event-time {
  font-size: 18px;
}

.event .event-time i {
  color: #dd0a37;
}

.event .event-content a {
  color: #dd0a37;
}

.download-btn {
  margin-top: 60px;
  text-align: center;
}

.main-btn {
  display: inline-block;
  padding: 14px 50px;
  background: #dd0a37;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.main-btn:hover, .main-btn:focus {
  color: #FFF;
  opacity: 0.8;
}
