body { 
    font-size: 16px;
    line-height: 1.42857;
}

#brand img {
	height: 60px;
}

.navigation .navbar {
	padding: 15px 0;
}

.navigation .add-your-property {
    /*bottom: -48px;    */
}

.navigation .add-your-property .btn {
    /*font-size: 20px;    
    width: 50px;    */
    font-weight: bold;
}

.navigation .add-your-property .btn.fb {
	background-color: #3b5998;
}

.navigation .add-your-property .btn.g{
	background-color: #dd4b39;	
}

.navigation .add-your-property .btn.yt{
	background-color: #e52d27;
}

.navigation .add-your-property .btn.e{
	background-color: #79be0b;
}

.navigation .fb {
   background: #517db1 none repeat scroll 0 0;
    color: #fff;
    font-size: 44px;
    height: 65%;
    padding-left: 24px;
    padding-top: 7px;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 65px;
}

.navigation .fb:hover{
  opacity: 0.5;
  filter:alpha (opacity=50)
}

.page-sub-page #page-content {
	margin-top: 90px;
}

.property-title {
    margin-bottom: 0px; 
}

#sidebar h3 {
	  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 15px;
}


.tag.stav-0 {
    background-color: #79be0b;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.tag.stav-1 {
    background-color: #ec971f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.tag.stav-2 {
    background-color: #e52d27;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

tr.clickrow {
    cursor: pointer;
}

tr.prodany {
  opacity: 0.5; filter:alpha (opacity=50);
}

#sidebar {
  padding-top: 4px;
}

.page-sub-page.page-legal #page-content section h3 {
    font-weight: lighter;
}

.property-title h1 {    
    font-size: 28px;
    font-weight: lighter;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 0px;
}

.property-features-list li {
    display: block;
    padding: 5px 0;
    width: 100%;
}

#cenik-page {
  margin-top: 90px; 

}

.patra {
  position: relative;
}

.patra svg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.patra path {
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}

.patra-bg {
  position: relative;
}

.patra-bg .bg {
  position: relative;
  z-index: -15;
}

@media (min-width: 1900px) {
  .patra,
  .patra-bg {
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .patra svg {
    width: 100%;
    max-width: 1900px;
  }
}

.patra-nav a {
    background: #fff none repeat scroll 0 0;
    color: #2384C6;    
    border-radius: 5%;    
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    left: 0;
    line-height: 44px;
    margin-left: -22px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;    
    z-index: 30;
    width:220px;
    display: none;
}
.patra-nav a.active, .patra-nav a:hover {
    height: 44px;
    line-height: 46px;
    margin-left: -22px;
    margin-top: -22px;
    display: block;
}

.patra-nav a.patro-1-pp {
    left: 30%;
    top: 66%;
}

.patra-nav a.patro-1-np {
    left: 30%;
    top: 49%;
}

.patra-nav a.patro-2-np {
    left: 30%;
    top: 30%;
}

.show-more {    
    font-size: 25px;    
    left: 0;
    margin: 0 auto;
    max-width: 290px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    z-index: 300;
    bottom: -40px;
    height: 80px;
    transition: all 0.2s ease 0s;
    width: 80px;
}
.show-more span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.show-more .link {
    background: #2384C6 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;    
    margin: 0 10px;
    position: relative;    
    height: 80px;
    width: 80px;
}

.show-more.hide {
    bottom: -80px;
}

.table-cenik {
  margin-top: 110px;
}

.byty path {
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}

.byty path:hover {
  opacity: 0.3;  
}

.byty path.sold {
  opacity: 0.3;  
}

.byty path.sold:hover {
  opacity: 0.5;  
}


.patro {
  position: relative;
}

.patro svg {
  position: absolute;
  z-index: 20;
  top:0; 
}

.byty-bg {
  position: relative;  
}

.page-sub-page.page-cenik #page-content {
    margin-top: 0px;
}

#property-gallery-images {
  margin-bottom: 50px;  
}


@media (max-width: 767px) {
	#brand img {
		height: 45px;
	}

	body { 
 	    font-size: 14px;
    	line-height: 1.42857;
	}
  .page-sub-page #page-content {
    margin-top: 0px;
  }
}


/* text-based popup styling */
.white-popup {  
  position: relative;
  background: #FFF;
  margin: 0 auto;
  width: 80%;  
  max-width: 1000px !important;
}

.btn.btn-lg {    
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}


/*mobile*/
@media only screen and (max-width: 767px) {
  #cenik-page {
      margin-top: 0px;
  }
  .table-cenik {
    margin-top: 0px;
  }

  table {
    font-size: 9px;
  }

  .tag.stav-2,
  .tag.stav-1,
  .tag.stav-0 {
    font-size: 9px;
  }
}


.pagination > li.active > span {
    background-color: transparent;
    border-color: #073855;
    color: #073855;
}

.pagination > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: #f3f3f3 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 5px medium medium;
    color: #5a5a5a;
    padding: 10px 20px;
}

.pagination li.active span:hover, .pagination li.active span:active, .pagination li.active span:focus {
    background-color: transparent;
    border-color: #073855;
    color: #073855;
}

.blog-detail .blog-post {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
}