.tresc{
	position: absolute;
	top: 40%;
	left: 10%;
	height: 50%;
	width: 45%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3%;
	overflow: auto;
	z-index: 100;
	border: 2px outset #FF8C00;
}

.exit{
	position: absolute;
	top: 39%;
	right: 42%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 12px;
	width: 48px;
	height: 51px;
	z-index: 100;
}


.tresc2{
	position: absolute;
	top: 40%;
	right: 10%;
	height: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3%;
	z-index: 100;
	overflow: auto;
	border: 2px outset #FF8C00;
}

.exit2{
	position: absolute;
	top: 51%;
	right: 10%;
	background-color: rgba(49, 49, 49, 0.5);
	padding: 12px;
	width: 48px;
	height: 51px;
	z-index: 100;
}

.galeria img{
	padding-bottom: 20px;
}

 .kontakt, .galeria{
	display: none;
	padding-bottom: 100px;
}

.tresc2 p{
	padding-bottom: 3px;
	text-align: center;
	font-size: 14px;
}

body{
	background-color:#000000;
}

h1{
	color: #ffffff;
	font-size: 25px;
	padding-bottom: 30px;
}
h2{
	color: red;
	font-size: 25px;
	padding-bottom: 30px;
}
p{
	color: #ffffff;
	font-size: 18px;
	text-align: justify;
}

td{
	color: #ffffff;
	font-size: 14px;
	width: 10%;
}

.kontakt img{
	padding-top: 20px;
	padding-bottom: 20px;
}

.tresc2 h1{
	padding-bottom: 2%;
	text-align: center;
}

.tresc2 p, .kontakt p, .komis p{
	font-size: 16px;
}


.fa{
	color: #ffffff;
}

footer{
	display: none;
}


#logo{
  	position: absolute;
	left: 10%;
	top: 3px;
	padding: 0px;
	margin: 0px;
	height: 180px;
	z-index: 50;
}
.navbar1{
    color: #ffffff;
	margin-right: 0px;
	background-color: #000000;
	border-bottom-width:3px;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}

.navbar1 ul, ul li {
	display: block;
	list-style: none;
	margin: 3px;
	padding: 0;
}

.navbar1 ul li {
	float: left;
	margin-right: 10px;
}
.navbar1 ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 110px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	border: 2px outset #FF8C00;
	padding: 3px;
}
.navbar1 ul a:hover{
  
	border-style: inset;
	padding: 3px 3px 3px 3px;
	background-color: #000000;
	
}


.navbar2 ul li:hover{
	background-color: #1e61ff;
}

.navbar2{
	margin-top: 5%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width:3px;
	border-bottom-color: #FFFFFF;
	border-top-color:#FFFFFF;
	border-top-width:3px;
	background-color: #000000;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0.9;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

@media screen and (max-device-width: 790px){
  .tresc2{
	display: none;
  }
  .tresc{
	height: 80%;
	width: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 50px;
	overflow: auto;
	z-index: 100;
  }
  .exit{
	top: 10%;
	left: 10%;
  }
  #logo{
  	position: absolute;
	left: 2%;
	top: 3px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	z-index: 150;
  }
  .galeria img{
	height: 200px;
  }
  p{
	color: #ffffff;
	font-size: 12px;
	text-align: justify;
	}
 h1{
	color: #ffffff;
	font-size: 17px;
	padding-bottom: 10px;
}	
  #button_gora{
	background-color: #515151;
	}
   .icon-bar{
     background-color: #ffffff;
   }
  
}