@font-face {
   font-family: niepolegla;
   src: url(../font/Brygada%201918-Regular.otf);
}

* {
   font-family: niepolegla;
}
.f-brown{
    color: #371b00;
}
a:hover{
    cursor: pointer;
    text-decoration: none;
}
body{
/*    background-image: url('../images/bg_PP_02.jpg');
	background-repeat: repeat;
	background-size: auto 100%;
	background-position: center;*/
	background-color: #371b00;
	height: 100vh;
}
#map{
	width: 100%;
	height: 100%;
}
#list h4{
	cursor: pointer;
}
.home-bg{
    background-image: url('../images/bg_01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    min-height: 100vh;
}
.home{
    background-image: url('../images/postaci.png');
	background-repeat: no-repeat;
	background-size: auto 120% ;
	background-position: center;
	min-height: 100vh;
	margin: 50px;
}

body>.container-fluid{
    padding: 54px 20px 10px;
}
.content{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.bg-grey{
	background-color: #202020;
}
.bg-red,{
	background-color: #b90000;
	color: white;
}
.bg-brown,
.bg-brown a{
	background-color: #371b00;
	color: white;
}
.bg-grey{
	background-color: #e8e8e8;
}
.bg-white{
	background-color: white;
	opacity: 0.9;
}
.bg-beige{
    background-color: #ffe2b5;
}
.bg-beige.list li{
    font-weight: 500;
    font-size: 20px;
}
.bg-beige.list i{
    font-size: 40px;
}
/* strona główna */
.flaga img{
	position: absolute;
	top: 1.25rem;
	left: 15px;
}
.flaga span{
	position: absolute;
	top: 1rem;
	left: 30px;
	font-size: 120%;
}
.title{
	position: relative;
	top: 65vh;
	min-height: 150px;
}
.title h2{
	color: #371b00;
	font-weight: 900;
}
.title img{
    max-height: 40px;
}
.title .pl_flag{
    background-image: url('../images/pasek_pl.png');
	background-repeat: repeat-x;
	background-size: ;
	background-position: center;	
}
.title .de_flag{
    background-image: url('../images/pasek_de.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: center;	
}
.lang img{
	max-height: 25px;
	margin-right: 8px;
	margin-left: 8px;
}
/* strona główna END*/
.press a{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.bg-beige .list-group-item{
    background-color: #ffe2b5;
    color: #371b00;
    border: none;
    padding: 0px;
}
.bg-beige .b-r{
    border-right: 2px solid #371b00;
}
.dropdown-menu.custom{
    background-color: #371b00;
    border: 1px solid #e19400;
    position: absolute;
    right: 20px;
	min-width: 240px;
}
.opis .modal-header,
.mapitem .modal-header{
    background-color: #ffe2b5;
}
.opis h4{
    color: #371b00;
    display: block;
    line-height: 1.1;
}
.opis h4>small{
    color: #292929;
}
.opis .modal-header p{
    color: #292929;
}
.modal-full{
    position: fixed;
    bottom: 2vh;
    left: 20%;
    width: 100%;
    max-width: 60%;
	z-index: 9999;
}
.modal-full .modal-body{
    height: 55vh;
	max-height: 55vh;
	overflow: auto;
}
.modal-full .mapitem .modal-body{
    height: 55vh;
	max-height: 55vh;
	overflow: auto;
}
.press:hover{
	cursor: pointer;
}
.carousel{
  height:70vh !important;
  width: 100%;
}
.carousel-item img{
  max-height:70vh !important;
  width:auto !important;
  height: 70vh !important;
  max-width: 100vw !important;
}

/* mobile */
@media screen and (max-width: 746px) {
body{

}
.flaga span{
	font-size: 13px;
}
.title h2{
    font-size: 28px;
}
.content{
    width: 100%;
}
.content h4{
    font-size: 120%;
}
.modal-full{
    position: fixed;
    bottom: 56px;
    max-width: 100%;
    margin: 0px;
    left: 0;
}
.carousel-item img{
  max-height:70vh !important;
  width:auto !important;
  height: auto !important;
}
.home{
	background-size: auto 100% ;
	margin: 0px;	
}
}

