﻿body {
    padding-bottom: 70px;
}
.no-gutter {
    padding-right:0 !important;
    padding-left:0 !important;
}
.sideBarText{
    background-color:#b2afaf;
    padding-left:30px;
    padding-right:30px;
    margin-left:40px;
    /*margin-top:40px;*/
    /*height:650px;*/    
    text-align:justify;
      /*width:100% !important;*/
}
.najava{
    /*margin-top:40px;*/
}
.cd{
    height:650px;
}
.bottomText{
     position: absolute; 
    bottom: -10px; 
    /*right: 0;
    padding-left:10%;
    padding-right:10%;
    margin-left:40px;*/
}
.overlay {
    display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup iframe {
  width: 100%;
  height: 100%
}


.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;

}

.nav-tabs {
    text-align:center;
    border-bottom: none;
}