.field { font-size: 1rem;}
.cena { font-size: 1.6rem; font-weight: 400; color: #b99d5a;}
.filter ul.actions { display: block; }
.filter .primary {border-radius: 0.5rem;}

.filter {
		margin: 0 auto;
		width: 68rem;
		max-width: calc(100% - 6rem);
		padding: 0 0 1rem 0;
	}
#banner .content.primary { 
	background-image: url(../images/banner5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#banner .content.primary h1 { color: #fff; }
#banner .content.primary p { color: #fff; }

#banner .content.secondary p { font-size: 0.9rem;}
#nav img { position: absolute; top: 15px; }

.detail-maps { width: 100%;}
.detail-photo a { border:0;}
.detail-photo img { width: 100%; height: 25rem;}
.detail-photos { }
.detail-photos a { border:0;}
.detail-photos img { width: 100%; height: 12rem; margin-bottom: 0.5rem;}

.detail-photos-text { position: relative; width: 100%; background: #000;}
.detail-photos-text img { opacity: 0.6; margin-bottom: -0.5rem;}
.detail-photos-text2 { position: absolute; width: 100%; top:2rem; text-align: center; color: #fff; }
.detail-photos-text2 span { font-size: 3rem; } 

.detail-text { font-size: 0.8rem;}
.detail-text p { margin: 0 0 1rem 0;}

.detail-field { position: relative; padding: 0.5rem 0; border-bottom: 1px solid #b99d5a;}
.detail-left { display: inline; }
.detail-right { display: inline; position: absolute; left: 10rem;}
.detail-field .price { font-weight: 500; color: #b99d5a;}

.detail-phone { font-size: 0.8rem; margin-top: 1rem; }

.detail-maps { padding-bottom: 2rem;}

@media print {
  /* All your print styles go here */
  body { padding:0 !important; margin:0 !important;}
  .inner { width: 100%; max-width: 100%;}
  .detail-field { font-size: 0.6rem;}
  .detail-right { display: inline; position: absolute; left: 5rem;}
  .detail-photo img { width: 100%; height: 15rem;}
  .detail-photos img { width: 100%; height: 7rem; margin-bottom: 0.5rem;}
  .detail-photos-text2 { display: none;}
  #header,
  #footer,
  #nav,
  header  {
    display: none !important;
  }
}