/*
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 : 17 Jun 2020, 09:49:15
    Author     : pz
*/
.kondygnacja-box{
	margin-top: 65px;
	padding-top: 15px;
	border-top: 1px solid #aaa;
}
.lokal-box{
	/*margin-bottom: 5px;*/
	padding-bottom: 5px;
	padding-top: 15px;
	border-bottom: 1px solid #eee;
}

.lokal-box.status-Nie,
.kondygnacja-box.status-Nie{

	opacity: .6;
	background: #f5f5f5;
}

.sprzedane,
.cena,
.rezerwacja{
	border-radius: 5px;
	background: #f00;
	padding: 3px 10px;
	font-weight: bold;
	color: #fff;
	float: right;
}
.cena{
	background: #0a0;
}
.rezerwacja{
	background: #ffb73a;
}
.galeria_strx_link{
	/*position: relative;*/
/*		 -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;*/
	position: relative;
    display: block;
	
}
.galeria_strx_link:before{

    content: "\f00e";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 300px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    z-index: 0;
    margin-left: -150px;
    opacity: .3;
	
/*	 -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;*/
	
}
.galeria_strx_link:hover:before {
	opacity: .6;
}

.galeria_strx_link.small:before{
	font-size: 100px;
    margin-top: -50px;
    margin-left: -50px;
	color: #fff;
}

.galeria_strx_link.extrasmall:before{
	font-size: 50px;
    margin-top: -25px;
    margin-left: -25px;

}

.big{
	font-size: 1.1rem;
	font-weight: bold
}
.float-right{
	float: right;
}

.bold{
	font-size: bold !important;
}

#strx h2{
	margin: 0px;
	font-weight: bold;
}

.black{
	/*color: #333;*/
}
.dokumentacja{
	font-size: 1.3rem;
	color: #333;
}

svg{
	max-width: 100%;
    height: auto;
}
svg .pathactive{ 
	fill: #00aa00 !important;
	
}

svg .pathactive.status-Nie{ 
	fill: #aa0000 !important;
	
}
svg .pathactive.booking-Tak{ 
	fill: #aaaa00 !important;
	
}

.lokal-box.active,
.lokal-box:hover{
	background-color: rgba(0,255,0,.1) !important;
}

.lokal-box.status-Nie.active,
.lokal-box.status-Nie:hover{
	background-color: rgba(255,0,0,.1) !important;
}
.lokal-box.booking-Tak.active,
.lokal-box.booking-Tak:hover{
	background-color: rgba(255,255,0,.1) !important;
}

.interaktywny:hover{
	fill: #00aa00 !important;
	cursor: pointer;
}
.interaktywny.status-Nie:hover{
	fill: #aa0000 !important;
	cursor: pointer;
}
.interaktywny.booking-Tak:hover{
	fill: #aaaa00 !important;
	cursor: pointer;
}
.svg-element.kondygnacje .interaktywny:hover{
	/*opacity: .7;*/
	fill-opacity: .5 !important;
}

.svg-element.kondygnacje #P.interaktywny:hover{
	fill: #000 !important;
	fill-opacity: .5 !important;
}
.svg-element.kondygnacje #P1.interaktywny:hover{
	fill: #f00 !important;
	fill-opacity: .5 !important;
}
.svg-element.kondygnacje #P2.interaktywny:hover{
	/*fill: #0f0 !important;*/
	fill-opacity: .5 !important;
}
.svg-element.kondygnacje #P3.interaktywny:hover{
	fill: #00f !important;
	fill-opacity: .5 !important;
}
.svg-element.kondygnacje #P4.interaktywny:hover{
	fill: #ff0 !important;
	fill-opacity: .5 !important;
}
.kondygnacja-row{
	/*position: relative;*/
}
.zoom_main_img .big{
	font-size: 70px;
}
.zoom_main_img{
	
	position: inherit;
	top: -100px;
	left: 30px;
	z-index: 1;
}

/* wyglad naglowka */
.jet-logo.jet-logo-type-image{
	position: absolute;
    width: 200px;
/*    background: #fff;*/
    padding: 10px;
    margin-top: -30px;
}

#top-header{
	background: #004c87;
}
#top-menu{
	background: #fff;;
}
#top-menu .menu-item-link,
#top-menu .menu-item-link .jet-nav-link-text{
	color: #004c87;
	font-weight: bold;
	
	    font-size: 16px;
    padding-top: 23px;
    padding-bottom: 20px;
}

.sticky-element{
	position: sticky;
	position: -webkit-sticky;
	top: 30px;
	
}
.sticky-element
.svg-element{
	position: relative;
}






#page.site{
	overflow: inherit;
}
.open-section{
	margin-top: 10px;
}
.open-section i{
	font-size: 50px;
	
	 transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	
}

.open-section i:before{
	content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*width: 100%;*/
    /*font-size: 25px;*/
	font-size: 50px;
}
.open-section.is-open i{
	 transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*.section-header-row .section-header{
	opacity: 1;
	margin-left: 0px;
	
	-webkit-transition: all 5s ease-out 5s;
    -moz-transition: all 5s ease-out .5s;
    -o-transition: all 5s ease-out .5s;
    transition: all .5s ease-out .5s;
}
.section-header-row.is-open .section-header{
	opacity: 0;
	display: none;
	margin-top: 30px;
}
.section-header-row.is-open .collapse-section{
	-webkit-transition: all 5s ease-out 5s;
    -moz-transition: all 5s ease-out .5s;
    -o-transition: all 5s ease-out .5s;
    transition: all .5s ease-out .5s;
	opacity: 1;
}

.section-header-row .collapse-section{
	opacity: 0;
	width: 100% !impoertant;
}*/


.collapse-section .extra-desc{
	opacity: 1;
	/*margin-left: 0px;*/
	
	-webkit-transition: all 5s ease-out 5s;
    -moz-transition: all 5s ease-out .5s;
    -o-transition: all 5s ease-out .5s;
    transition: all .5s ease-out .5s;
}
.collapse-section.is-open .extra-desc{
	/*opacity: 0;*/
	
}

.collapse-section.is-open-{
	/*display: none;*/
	/*opacity: 0;*/
}
.collapse-section.is-open{

	opacity: 1 !important;
}


#top-menu{
	height: 170px;

}

.page-title{
	font-weight: bold;
    text-transform: uppercase;
}
.category-aktualnosci .page-title{
	display: none;
}
.category-aktualnosci .entry-footer,
.entry-meta .cat-links,
.posted-by{
	display: none !important;
}


span.label{
	display: inline-block;
	width: 80px;
}

.elementor-12 .elementor-element.elementor-element-e4f17cc .wpcf7 *:not(.wpcf7-form-control):not(option):not(a){
	color: #000 !important;
	/*padding-top: 15px;*/
	font-size: 17px;
}

@media (max-width: 767px){

	.elementor-50 .elementor-element.elementor-element-7b3a102 > .elementor-element-populated,
	.elementor-50 .elementor-element.elementor-element-0d7d875{
		
		padding-top: 5px !important;
		padding-bottom: 0px !important;
		
	}
	#top-menu .menu-item-link, #top-menu .menu-item-link .jet-nav-link-text{
		color: #f9b707 !important;
	}
	
	.lokal-box .text-col{
		font-size: .6rem;
	}
	
}


/*
.container-sticky {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;

  border: 2px dashed rgba(114, 186, 94, 0.35);
  height: 400px;
  background: rgba(114, 186, 94, 0.05);
}

.container-sticky .item{
	display: inline-block;
}

.pirate {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.police {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.doctor {
  position: -webkit-sticky;
  position: sticky;
  bottom: 1rem;
  align-self: flex-end;
}*/