/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
 

}

/*
 * 
 */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #FFF;
    background-color: #d80e00;
    border-color: #d80e00;
}

/*
 * 
 */

.btn:active,
.btn.active {
  background-image: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #3071A9;
    border-color: #285E8E;
}


.footer{
    border-top:1px solid #eee;
    background-color: #f5f5f5;
    padding: 20px 0;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     background-image: url('../image/tlo.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
  }
/*
 * 
 */
.container{
 
}
.navbar{
    margin: auto -15px  20px -15px;
}


.clear{clear: both; border: none; background: transparent; padding: 0px; margin: 0px; height: 0px; min-height: 0px; overflow: hidden;}
.replace{text-indent: 200%; white-space: nowrap; overflow: hidden;}
.page-header {
    padding-bottom: 18px;
    margin: 20px 0px 30px;
    border-bottom: 1px solid #EEE;
}
.jumbotron .page-header {
    padding-bottom: 9px;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #ddd;
}
.header{
    min-height: 56px;
}
.header-info{
    font-size: 18px;
    display: inline-block;
    margin: 10px auto 20px auto; text-align: left;
}
.header-info div{
    margin:5px 0;
}
.fa-round{
    display: inline-block;
    width: 30px; height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    
    float: left; margin-right: 10px;
    text-align: center; line-height: 28px !important;
    font-size: 16px !important; color:#ddd;
}
.logo{
    display: inline-block;
    margin: 10px 0 0px 0;
    background-position:0px 50%; background-repeat: no-repeat;
    background-size: contain;
    height: 68px; min-width:320px;
}
.blok2{
    padding-bottom: 40px;
}
.navbar-default{
    margin-bottom: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.navbar-inverse
{
    margin-bottom: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: -webkit-linear-gradient(top, #333 0%, #333 100%);
  background-image:      -o-linear-gradient(top, #333 0%, #333 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image:         linear-gradient(to bottom, #333 0%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;

}
/*
 * 
 */
.carousel-out{
    position: relative;
    border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;  
       overflow: hidden;
}
.carousel1{
    margin: 0 auto 0 auto; padding: 0;  list-style: none;
    position: relative; display: inline;
    width: 100%; height: auto;
    overflow: hidden;
}
.carousel1 li{
    margin: 0px;
    min-height: auto; height: auto;
    float: left;
}
.carousel1 li img {
      width: 100%; height: 100%;    
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;    
}

#prev1, #next1{
     padding: 0px;
     background-color: rgba(0,0,0,.3);
    border-radius: 50%; text-align: center;
    width: 40px; height: 40px; display: block;
    position: absolute;   cursor:pointer; vertical-align: middle; line-height: 40px;font-size: 36px;
    -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;
   -ms-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in;  transition: all 0.3s ease-in;
}
#prev1 i, #next1 i{
     color:rgba(255,255,255,.6); display: inline-block;
    -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;
   -ms-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in;  transition: all 0.3s ease-in;
}
#prev1{top:50%; margin-top:-21px; left: 20px; }
#next1{top:50%; margin-top:-21px;  right: 20px; }
#prev1:hover, #next1:hover{
    background-color: rgba(0,0,0,.6);
}
#prev1:hover i, #next1:hover i{color: #fff;}
/*
 * 
 */
.carousel-out2{
    padding: 0 40px;
    position: relative;
}
.carousel2{
    margin: 0 auto 0 auto; padding: 0;  list-style: none;
    position: relative; display: inline;
    width: 100%; height: auto;
    overflow: hidden;
}
.carousel2 li{
    margin: 10px;
    min-height: auto; height: 460px;
    float: left;
}
.carousel2 li img {
              
}

#prev2, #next2{
     padding: 0px;
     border:1px solid #ddd;
    border-radius: 50%; text-align: center;
    width: 40px; height: 40px; display: block;
    position: absolute;   cursor:pointer; vertical-align: middle; line-height: 36px;font-size: 36px;
    -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;
   -ms-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in;  transition: all 0.3s ease-in;
}
#prev2 i, #next2 i{
     color:#ddd; display: inline-block;
    -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;
   -ms-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in;  transition: all 0.3s ease-in;
}
#prev2{top:50%; margin-top:-21; left: 0px; }
#next2{top:50%; margin-top:-21;  right: 0px; }
#prev2:hover, #next2:hover{
    background-color: #f5f5f5;
}
#prev2:hover i, #next2:hover i{color: #ccc;}

.carousel2 .thumbnail{margin-bottom: 0px;}
.caption0{
    height: 140px; overflow: hidden;
    margin: 0px 10px;
}
/*
 * 
 */
.mass-item{
    padding: 10px;
}
.mass-item a{
    display: block;
    margin: 0 0px;
}
.mass-item a{
    color:#333;
}
.mass-item a:hover{
    text-decoration: none;
    border-color:#eee;
    background-color: #f5f5f5;
}
.caption1{
    margin: 10px;
}

#box-polityka-pr{
    display:none; 
    max-width:500px;
    position: fixed; bottom:0px; left: 50%;
    margin-left: -250px;
    font-size:11px;
    color:#ccc;
    text-align:center; 
    line-height:100%; 
    padding:15px; 
    background-color:rgba(0,0,0,.85);
    z-index:2;
}

.carousel2-img{
    display: block;
    padding-top: 70%;
    background-position: 50%; background-repeat: no-repeat;
    background-size: cover;
}

/*
 * pliki
 */
.span-file-add{
    width: 74px; height: 64px; 
    display: block; float: left;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.span-file-add{background-image: url(../img/icons/file.png);}
.span-file-add[alt$=".dwg"]{background-image: url(../image/icons/dwg.png);}
.span-file-add[alt$=".avi"]{background-image: url(../image/icons/avi.png);}
.span-file-add[alt$=".cdr"]{background-image: url(../image/icons/cdr.png);}
.span-file-add[alt$=".doc"]{background-image: url(../image/icons/doc.png);}
.span-file-add[alt$=".txt"]{background-image: url(../image/icons/doc.png);}
.span-file-add[alt$=".gif"]{background-image: url(../image/icons/gif.png);}
.span-file-add[alt$=".txt"]{background-image: url(../image/icons/txt.png);}
.span-file-add[alt$=".rtf"]{background-image: url(../image/icons/rtf.png);}

.span-file-add[alt$=".jpg"]{background-image: url(../image/icons/jpg.png);}
.span-file-add[alt$=".mp3"]{background-image: url(../image/icons/mp3.png);}
.span-file-add[alt$=".mp4"]{background-image: url(../image/icons/mp4.png);}
.span-file-add[alt$=".pdf"]{background-image: url(../image/icons/pdf.png);}
.span-file-add[alt$=".png"]{background-image: url(../image/icons/png.png);}
.span-file-add[alt$=".ppt"]{background-image: url(../image/icons/ppt.png);}
.span-file-add[alt$=".rar"]{background-image: url(../image/icons/rar.png);}
.span-file-add[alt$=".swf"]{background-image: url(../image/icons/swf.png);}
.span-file-add[alt$=".tar"]{background-image: url(../image/icons/tar.png);}
.span-file-add[alt$=".xls"]{background-image: url(../image/icons/xls.png);}
.span-file-add[alt$=".zip"]{background-image: url(../image/icons/zip.png);}

.msg_head{
    padding: 10px; margin: 2px 0px 0px 0px;
    border-top:1px solid #ddd;
}
.msg_head i{
    font-size: 14px; line-height: 35px; padding: 0 10px 0 10px;
    color:rgba(0,0,0,.4);
}
.msg_active{
    color:#fff;
    background-color: #428BCA;
border-color: #428BCA;
}

.page-news-list-img{
    padding-top: 60%;
    display: block;
    background-size: cover;
    background-position: 50%; background-repeat: no-repeat;
}



@media (max-width: 768px) {

    .header .text-right{
        text-align: left;
    }
    .header-info{
        margin-top: 0px;
    }

}
