html,
body {
  /* height: 100%; */
}
body.page-other .body {
  background: url('images/background-1.jpg') no-repeat center 0 fixed;
  background-size: cover;
}
body.page-hp .body {
  background: url('images/background-1.jpg') no-repeat center 0 fixed;
  background-size: cover;
}
body.page-hp .container.foot {
  margin-top: 55px;
}
.container.full {
  padding: 0;
}
@media (max-width: 999px) {
  .container.full {
    padding: 0 20px;
  }
}
.top-header {
  background: url(images/wallpaper.png) #3c3c3b;
}
@media (min-width: 1000px) {
  .top-header {
    padding: 29px 0 9px;
  }
}
@media (max-width: 999px) {
  .top-header {
    padding: 5px 0;
  }
}
.top-header .top-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .top-header .top-header-content {
    margin-right: 167px;
  }
}
.top-header .top-header-content .counter {
  color: white;
  font-size: 11px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-header .top-header-content .counter {
    font-size: 10px;
  }
}
.top-header .top-header-content .counter a:hover {
  color: white;
}
.top-header .top-header-content .form-fulltext {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 999px) {
  .top-header .top-header-content .form-fulltext {
    display: none !important;
  }
}
.top-header .top-header-content .form-fulltext .form-control {
  color: white;
  background: rgba(255, 255, 255, 0.5);
  padding: 3px;
  font-size: 10px;
  height: auto;
  border: none;
  line-height: 1.3;
  font-weight: 600;
}
.top-header .top-header-content .form-fulltext .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.top-header .top-header-content .form-fulltext .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.top-header .top-header-content .form-fulltext .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.top-header .top-header-content .form-fulltext .search {
  color: transparent;
  background: url(images/ico-search.png) center center no-repeat rgba(255, 255, 255, 0.5);
  font-size: 10px;
  height: auto;
  padding: 3px;
  border-style: none;
  line-height: 1.3;
}
.top-header .top-header-content .form-fulltext .form-group.has-error .help-block {
  position: absolute;
}
.top-header .lang-switch {
  display: inline-block;
}
.top-header .lang-switch .lang {
  display: inline-block;
  width: 20px;
  height: 13px;
  line-height: 13px;
  vertical-align: middle;
  font-size: 0;
}
.top-header .lang-switch .lang.lang-cs {
  background: url("images/lang_cz.jpg") no-repeat;
}
.top-header .lang-switch .lang.lang-en {
  background: url("images/lang_en.jpg") no-repeat;
}
.top-header .lang-switch .lang + .lang {
  margin-left: 10px;
}
.foot {
  background: #3c3c3b;
  border-top: 7px solid #c7b890;
  padding-bottom: 30px;
  color: white;
  position: relative;
}
.foot a {
  color: inherit;
}
.foot a:hover {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .foot .text-right {
    text-align: left;
  }
}
.foot .first-line {
  padding-top: 15px;
  margin-bottom: 20px;
}
.foot .first-line a {
  font-weight: bold;
}
.foot .list-inline {
  margin: 0;
}
.foot .list-inline li + li:before {
  content: "|";
  padding: 0 12px 0 0;
  color: #c7b890;
}
.foot .list-inline li:first-child {
  padding-left: 0;
}
.foot .information {
  color: #c7b890;
}
@media (min-width: 1000px) {
  .foot .container {
    min-height: 200px;
    background: url(images/logo-marker.png) no-repeat;
    background-position: right 36px top 42px;
  }
}
.header {
  background: #c7b890;
}
.header .logo-wrapper {
  margin: 18px 0 14px;
}
.header .logo {
  background: url(images/logo-c21n.png) no-repeat;
  font-size: 0;
  width: auto;
  height: 43px;
  display: block;
  background-size: contain;
}
.header .container {
  position: relative;
}
p {
  word-break: break-word;
}
.dl-horizontal dt {
  float: left !important;
}
a {
  color: #ac9976;
  font-weight: 600;
}
a:hover {
  color: #3c3c3b;
}
a:focus,
a:active {
  color: inherit;
}
.btn.btn-primary {
  background: #c7b890;
  color: white;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.form-control:focus {
  border-color: #c7b890;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c7b890;
}
@media (min-width: 768px) {
  .row .row-table {
    display: table;
    width: 100%;
  }
  .row .row-table > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 1000px) {
  .row.layout .row-table > .col-md-3 {
    width: 22.9%;
  }
  .row.layout .row-table > .col-md-9 {
    width: 77.1%;
  }
  .row.layout .row-table > .col-md-7 {
    width: 57.3%;
  }
  .row.layout .row-table > .col-md-2 {
    width: 19.8%;
  }
  .row.layout .row-table > .col-md-4 {
    width: 34.5%;
  }
  .row.layout .row-table > .col-md-5 {
    width: 42.5%;
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
ul {
  padding: 0px;
  list-style-type: none;
}
ul.col-2 {
  *zoom: 1;
}
ul.col-2:before,
ul.col-2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-2:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-2 li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-2 li {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.col-2 li {
    float: left;
    width: 100%;
  }
}
ul.col-2 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-2 li * {
  /*display: inline-block;*/
}
ul.col-3 {
  *zoom: 1;
}
ul.col-3:before,
ul.col-3:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-3:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-3 li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-3 li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.col-3 li {
    float: left;
    width: 50%;
  }
}
ul.col-3 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-3 li * {
  /*display: inline-block;*/
}
ul.col-4 {
  *zoom: 1;
}
ul.col-4:before,
ul.col-4:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-4:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-4 li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-4 li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.col-4 li {
    float: left;
    width: 50%;
  }
}
ul.col-4 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-4 li * {
  /*display: inline-block;*/
}
ul.col-5 {
  *zoom: 1;
}
ul.col-5:before,
ul.col-5:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-5:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-5 li {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-5 li {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  ul.col-5 li {
    float: left;
    width: 33.33333333%;
  }
}
ul.col-5 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-5 li * {
  /*display: inline-block;*/
}
ul.col-6 {
  *zoom: 1;
}
ul.col-6:before,
ul.col-6:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-6:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-6 li {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-6 li {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  ul.col-6 li {
    float: left;
    width: 33.33333333%;
  }
}
ul.col-6 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-6 li * {
  /*display: inline-block;*/
}
body {
  color: #3c3c3b;
  font-family: 'Montserrat', 'Helvetica', sans-serif;
}
@media (min-width: 1000px) {
  body {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.tab {
  display: table;
}
.tab .tab-row {
  display: table-row;
}
.tab .tab-col {
  display: table-cell;
}
.tab .tab-col-h {
  display: table-cell;
  padding-right: 5px;
  font-weight: bold;
}
@media (max-width: 999px) {
  .hide-small {
    display: none !important;
  }
}
.container {
  /*
	&.header {
		position: relative;
		background: @colorDark;
		padding-left: 166px;
		padding-right: 20px;
		padding-top: 10px;
		@media (min-width: 768px) {
			height: 93px;
		}
		@media(max-width: 767px) { 
			height: 170px;
		}
		
		h1 {
			margin: 0;
		}
		
		.logo {
			display: block;
			position: absolute;
			top: 0;
			left: 15px;			
			font-size: 0;
			text-decoration: none;
			@media (min-width: 768px) {
				background: url("images/logo.png") no-repeat;
				width: 143px;
				height: 142px;
			}
			@media(max-width: 767px) {
				width: 143px;
				height: 169px;
				background: url("images/logo-small.png") no-repeat;
			}
		}
		
		.marker {
			display: block;
			position: absolute;
			z-index: 3;
			&.lang-cs {
				background: url("images/c21-1.png") no-repeat;
			}
			&.lang-en {
				background: url("images/c21-1-en.png") no-repeat;
			}			
			width: 111px;
			height: 110px;
			font-size: 0px;			
			@media (min-width: 1000px) {
				top: 60px;
				right: 20px;
			}
			@media (min-width: 768px) and (max-width: 999px) {
				top: 25px;
				right: 5px;				
			}							
			
			@media (max-width: 767px) {
				top: 5px;
				right: 5px;
				display: none;
			}
		}
				
		.claim {
			@media(min-width: 768px) {
				&.lang-cs {
					background: url(images/claim.png) no-repeat;
				}
				&.lang-en {
					background: url(images/claim-en.png) no-repeat;
				}				
				width: 506px;
				height: 40px;
				color: white;
			}
			@media(max-width: 767px) {
				&.lang-cs {
					background: url(images/claim-small.png) no-repeat;
				}
				&.lang-en {
					background: url(images/claim-small-en.png) no-repeat;
				}								
				width: 158px;
				height: 77px;
			}
		}
	}*/
}
@media (min-width: 1000px) {
  .container {
    width: 1000px;
  }
}
@media (max-width: 999px) {
  .container {
    width: 100%;
  }
}
.container.homepage {
  padding: 0;
}
@media (min-width: 768px) {
  .container.homepage {
    width: 667px;
    margin: 35px auto;
  }
}
.container-content-wrapper {
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.container-content-wrapper.page {
  background: white;
}
@media (min-width: 1000px) {
  .container-content-wrapper.page {
    width: 1000px;
  }
}
.container-content-wrapper .container {
  width: 100%;
}
.highlight {
  color: #c7b890;
  font-weight: bold;
}
.highlight-dark {
  color: #3c3c3b;
  font-weight: bold;
}
.breadcrumb-wrapper {
  position: relative;
}
@media (min-width: 1000px) {
  .breadcrumb-wrapper .history-go-back {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .breadcrumb-wrapper .history-go-back {
    display: none;
    position: absolute;
    right: 5px;
    top: 4px;
    font-weight: bold;
    z-index: 4;
    color: #3c3c3b;
  }
}
.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
  padding: 5px;
  position: relative;
  z-index: 2;
  box-shadow: none;
}
.breadcrumb a {
  color: #3c3c3b;
}
.breadcrumb > li:first-child > a {
  font-weight: bold;
}
.breadcrumb > li + li:before {
  color: #3c3c3b;
}
@media (max-width: 999px) {
  .breadcrumb {
    padding-right: 60px;
  }
}
.pagination {
  margin: 0;
  padding: 7px 8px 4px;
}
.pagination > li > a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  color: #3c3c3b;
  font-weight: bold;
  padding: 5px 7px;
  margin-right: 5px;
  line-height: 1.1;
}
.pagination > li > a:hover,
.pagination > li.active > a:hover {
  background: #c7b890;
  color: white;
  border: 1px solid #c7b890;
}
.pagination > li.active > a {
  background: none;
  border: none;
  color: #3c3c3b;
  border: 1px solid #c7b890;
}
.list-sorter {
  padding: 5px 8px;
  background-color: #ededed;
}
@media (max-width: 767px) {
  .list-sorter .per-page-small {
    display: inline;
  }
}
@media (min-width: 768px) {
  .list-sorter .per-page-small {
    display: none;
  }
}
@media (max-width: 767px) {
  .list-sorter .per-page {
    display: none;
  }
}
@media (min-width: 768px) {
  .list-sorter .per-page {
    display: inline;
  }
}
.list-sorter .dropdown .perpage {
  margin-right: 15px;
}
.list-sorter .dropdown > a {
  background-color: white;
  color: #3c3c3b;
  padding: 3px 6px;
  border: 1px solid #3c3c3b;
  font-weight: bold;
  text-decoration: none;
}
.empty-result {
  margin: 10px;
  padding: 10px;
  border: 1px solid #c7b890;
  font-size: 14px;
  color: #c7b890;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .row.layout .layout-left {
    display: none;
  }
}
.layout {
  position: relative;
  background: white;
}
.layout .layout-left {
  padding-left: 0;
  padding-right: 0;
  border-right: 2px solid #e3e3e3;
}
@media (max-width: 767px) {
  .layout .layout-left {
    position: absolute;
    background: white;
    z-index: 10;
    width: 50% !important;
    border: none;
  }
}
.layout .layout-center {
  padding-left: 0;
  padding-right: 0;
  background: white;
  position: static;
}
.layout .layout-center .bigtitle {
  background: #3c3c3b;
  color: #c7b890;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.layout .layout-center .content {
  padding: 10px;
}
.layout .layout-center .content .media {
  margin-bottom: 10px;
}
.layout .layout-right {
  background: white;
}
.layout .layout-right .bigtitle {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #c7b890;
  display: block;
  margin-bottom: 10px;
}
.layout .layout-right-tiny {
  padding: 0;
  border-left: 2px solid #e3e3e3;
}
.layout .layout-right-tiny .bigtitle {
  color: white;
  background: #4b504c;
  padding: 15px 10px;
  font-weight: bold;
}
.layout .layout-right-tiny .bigtitle strong {
  color: #c7b890;
}
.layout .layout-right-tiny .subsection {
  color: white;
  background: #3c3c3b;
  padding: 5px 10px;
}
.layout .layout-right-tiny .subsection a {
  background: url(images/ico-list.png) no-repeat left 2px;
  font-weight: bold;
  display: block;
  color: inherit;
  padding-left: 20px;
}
.layout .layout-right-tiny .banner {
  margin: 10px auto;
  text-align: center;
}
.headline .left {
  background: #ededed;
}
@media (max-width: 768px) {
  .headline .left {
    padding: 0;
  }
}
.headline .right {
  position: relative;
  background: #3c3c3b;
  color: #c7b890;
  padding: 0;
}
.headline .right h1 {
  font-size: 12px;
  line-height: 1.1;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .headline .right h1 {
    padding: 15px 5px 15px 25px;
  }
}
@media (max-width: 999px) {
  .headline .right h1 {
    padding: 15px 5px 15px 10px;
  }
}
.headline .right button {
  margin: 0;
  padding: 3px;
  background: white;
  position: absolute;
  right: 5px;
  top: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.headline .right button span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #c7b890;
}
.headline a.extra-link {
  padding: 0;
  position: absolute;
  top: 12px;
  right: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #c7b890;
}
.headline a.extra-link i {
  color: #c7b890;
}
.headline a {
  font-size: 12px;
  padding: 15px 25px 10px 25px;
  display: inline-block;
  color: #c7b890;
  line-height: 1.1;
  text-decoration: none;
  font-weight: bold;
}
.headline a.active {
  color: white;
  background: #c7b890;
}
#search-links {
  position: relative;
  width: 100%;
  height: 100%;
}
#search-links .search-kind {
  margin: 0;
  display: table;
  width: 100%;
  border-spacing: 1px;
}
#search-links .search-kind li {
  display: table-cell;
  text-align: center;
  background: #3c3c3b;
  color: #c7b890;
  margin-left: 1px;
}
#search-links .search-kind li.active {
  background: #c7b890;
  color: white;
}
#search-links .search-kind li a {
  display: block;
  padding: 8px 10px 7px;
  font-weight: bold;
  color: inherit;
  font-size: 12px;
  text-transform: lowercase;
}
#search-links .search-kind li a:hover {
  text-decoration: none;
}
#search-links .search-links-advertises {
  background: rgba(255, 255, 255, 0.85);
  padding: 23px 37px 19px;
}
#search-links .search-links-advertises a {
  color: #3c3c3b;
  font-weight: 500;
  text-decoration: underline;
}
#search-links .search-links-advertises .goto-search {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#search-links .search-links-advertises h3 {
  font-weight: bolder;
  font-size: 15px;
  margin: 0;
}
#search-links .search-links-advertises h3 a {
  color: #c7b890;
  text-decoration: none;
}
#search-links .search-links-advertises ul li {
  padding-bottom: 4px;
  padding-top: 4px;
}
#search-links .search-links-advertises .links {
  padding-left: 90px;
  padding-bottom: 20px;
}
#search-links .search-links-advertises .links.link-flatSale {
  background: url("images/ico-sale-flat.png") no-repeat;
}
#search-links .search-links-advertises .links.link-house {
  background: url("images/ico-house.png") no-repeat 24px 6px;
}
#search-links .search-links-advertises .links.link-flatRent {
  background: url("images/ico-rent-flat.png") no-repeat 12px 4px;
}
#search-links .search-links-advertises .links.link-new {
  background: url("images/ico-newbuild.png") no-repeat 24px 2px;
}
#search-links .search-links-advertises .links.link-lands {
  background: url("images/ico-lands.png") no-repeat 8px 6px;
}
#search-links .search-links-advertises .links.link-commercial {
  background: url("images/ico-commercial.png") no-repeat 23px 3px;
}
@media (max-width: 999px) {
  #search-links .search-links-advertises .links {
    padding-left: 65px;
    background-position: 0 0 !important;
  }
}
@media (max-width: 767px) {
  #search-links .search-links-advertises .links {
    padding-left: 0px;
    background: none !important;
  }
}
#search-links .box-content {
  padding: 17px 37px;
  background: white;
  width: 100%;
}
#search-links #search-links-map {
  position: relative;
}
@media (min-width: 768px) {
  #search-links #search-links-map .map-wrapper {
    border-right: 1px solid #878787;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #search-links #search-links-map .map-wrapper {
    display: none;
  }
}
#search-links #search-links-map .founds {
  margin-top: 80px;
}
@media (max-width: 767px) {
  #search-links #search-links-map .founds {
    display: block !important;
    text-align: center;
    margin: 10px 0;
  }
}
#search-links #search-links-map .founds a {
  display: block;
  color: #3c3c3b;
}
#search-links #search-links-map .founds .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
#search-links #search-links-map .founds .found {
  font-size: 12px;
}
#search-links #search-links-map .founds .found .counter {
  color: #c7b890;
  font-size: 13px;
  font-weight: bold;
}
.fulltext-realestate {
  margin: 0px 0 10px;
  padding: 10px;
  background: #c7b890;
}
.fulltext-realestate .form-group {
  margin: 0;
}
.fulltext-realestate .fulltext {
  padding-left: 0;
  padding-right: 0;
  color: #3c3c3b;
}
.fulltext-realestate .fulltext input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3c3c3b;
  opacity: 1;
  /* Firefox */
}
.fulltext-realestate .fulltext input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3c3c3b;
}
.fulltext-realestate .fulltext input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3c3c3b;
}
.fulltext-realestate .button {
  padding-right: 0;
  padding-left: 0;
}
.fulltext-realestate .button .btn {
  width: 100%;
}
.fulltext-realestate .fulltext-realestate-result-wrapper {
  position: relative;
  margin: 0 -10px;
}
.fulltext-realestate .fulltext-realestate-result-content {
  background: white;
  padding: 10px 10px 0;
  width: 100%;
  position: relative;
}
.fulltext-realestate .fulltext-realestate-result {
  padding: 10px;
  border-top: none;
  position: absolute;
  z-index: 20;
  width: 100%;
  background: #c7b890;
}
.fulltext-realestate .fulltext-realestate-result .close {
  position: absolute;
  float: none;
  right: 5px;
  top: 5px;
}
.fulltext-realestate .fulltext-realestate-result .fulltext-realestate-result-concrete {
  padding: 10px 0;
  border-top: 1px solid #ededed;
  margin: 0 -10px;
}
.fulltext-realestate .fulltext-realestate-result .fulltext-realestate-result-concrete:first-child {
  border-top: none;
}
.fulltext-realestate .fulltext-realestate-result > div:first-child {
  border: none;
  padding-top: 0;
}
.fulltext-realestate .fulltext-realestate-result .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #c7b890;
}
.fulltext-realestate .fulltext-realestate-result table {
  width: 100%;
}
.fulltext-realestate .fulltext-realestate-result table a {
  color: #3c3c3b;
}
.fulltext-realestate .fulltext-realestate-result table tr:first-child td {
  border: none;
}
.fulltext-realestate .fulltext-realestate-result table tr.expanded {
  display: none;
}
.fulltext-realestate .fulltext-realestate-result table td.buttons {
  text-align: center;
}
.fulltext-realestate .fulltext-realestate-result table td.buttons a {
  color: #878787;
  cursor: pointer;
}
.form label {
  font-weight: normal;
}
.form label.col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}
.form .form-control {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #3c3c3b;
  padding: 3px 6px;
}
.form input.form-control {
  height: 28px;
}
ul.pages li:nth-child(odd) {
  background: #878787;
}
ul.pages li:nth-child(even) {
  background: #3c3c3b;
}
ul.pages > li > a {
  display: block;
  padding: 15px 10px;
  font-weight: bold;
  color: white;
}
ul.pages > li > a:hover,
ul.pages > li > a:focus,
ul.pages > li > a:active {
  color: #c7b890;
}
ul.pages li.active > a {
  color: #c7b890;
}
.checkbox input[type=checkbox],
.radio input[type=radio] {
  bottom: 5px;
}
@media (min-width: 768px) {
  .show-left-menu {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-left-menu {
    display: inline-block;
  }
}
.search-form {
  position: relative;
}
@media (max-width: 767px) {
  .search-form {
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
.search-form label {
  font-weight: normal;
}
.search-form .slider {
  margin: 8px 5px;
}
.search-form .form-control {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #3c3c3b;
  height: 24px;
  font-size: 12px;
  padding: 3px 6px;
}
.search-form .buttons {
  margin: 18px 0;
  text-align: center;
}
.search-form .headline {
  border-top: 1px solid #3c3c3b;
  border-bottom: 1px solid #3c3c3b;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 0 8px 7px;
}
.search-form .section {
  border-bottom: 1px solid #3c3c3b;
}
.search-form .section .section-title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px 0 0 7px;
}
.search-form .section .section-body {
  padding: 8px 8px 8px 30px;
}
.search-form ul li .radio,
.search-form ul li .checkbox {
  margin: 0;
}
.search-form .addLocalityWrapper {
  position: relative;
}
.search-form .addLocality {
  background: url('images/ico-add.png') no-repeat;
  font-size: 0;
  position: absolute;
  width: 15px;
  height: 14px;
  display: block;
  border: none;
  left: -20px;
  top: 4px;
}
.search-form .checkbox.custom {
  font-weight: bold;
}
.search-form .checkbox.custom label {
  padding-left: 0;
  text-decoration: underline;
}
.search-form .checkbox.custom input {
  display: none;
}
.search-form .checkbox.custom input:checked + span {
  position: absolute;
  left: -17px;
  top: 2px;
  background: url('images/ico-close.png') no-repeat;
  display: inline-block;
  width: 12px;
  height: 11px;
}
@media (max-width: 767px) {
  .list.result .media .media-right {
    text-align: right;
    margin-top: 5px;
    padding-left: 0;
    display: block;
  }
}
.list.result .item {
  padding: 10px 8px;
  margin-top: 0px !important;
  border-top: 2px dotted #3c3c3b;
  position: relative;
  /*cursor: pointer;*/
}
.list.result .item:last-child {
  border-bottom: 2px dotted #3c3c3b;
}
.list.result .item .title {
  color: #3c3c3b;
}
.list.result .item .title a {
  color: inherit;
}
.list.result .item:hover {
  background: rgba(199, 184, 144, 0.2);
}
@media (min-width: 768px) {
  .list.result.advertises .advertise .image {
    display: block;
    width: 130px;
    height: 100px;
    margin: auto;
  }
  .list.result.advertises .advertise .image img,
  .list.result.advertises .advertise .image .img {
    margin: auto;
  }
  .list.result.advertises .advertise .image img.keep,
  .list.result.advertises .advertise .image .img.keep {
    max-width: 130px;
    max-height: 100px;
  }
  .list.result.advertises .advertise .image img.fill,
  .list.result.advertises .advertise .image .img.fill {
    width: 130px;
    height: 100px;
  }
  .list.result.advertises .advertise .media-right {
    min-width: 145px;
    max-width: 145px;
  }
  .list.result.advertises .advertise .media-right .prices {
    position: absolute;
    bottom: 10px;
  }
}
.list.result.advertises .advertise .price {
  color: #c7b890;
  font-weight: bold;
}
.list.result.advertises .advertise .price .amount {
  font-size: 17px;
}
.list.result.advertises .advertise .price-eur {
  color: #c7b890;
  font-weight: bold;
}
@media (max-width: 767px) {
  .list.result.advertises .advertise .image {
    display: block;
    width: 80px;
    height: 60px;
    margin: auto;
  }
  .list.result.advertises .advertise .image img,
  .list.result.advertises .advertise .image .img {
    margin: auto;
  }
  .list.result.advertises .advertise .image img.keep,
  .list.result.advertises .advertise .image .img.keep {
    max-width: 80px;
    max-height: 60px;
  }
  .list.result.advertises .advertise .image img.fill,
  .list.result.advertises .advertise .image .img.fill {
    width: 80px;
    height: 60px;
  }
  .list.result.advertises .advertise .price,
  .list.result.advertises .advertise .price-eur {
    display: inline-block;
  }
}
.list.result.advertises .advertise .exclusive {
  text-transform: uppercase;
  color: #c7b890;
  font-weight: bold;
}
.list.result.advertises .advertise .reserved {
  text-transform: uppercase;
  color: red;
  font-weight: bold;
}
.list.result.agencies .agency .image {
  display: block;
  width: 90px;
  height: 90px;
  margin: auto;
}
.list.result.agencies .agency .image img,
.list.result.agencies .agency .image .img {
  margin: auto;
}
.list.result.agencies .agency .image img.keep,
.list.result.agencies .agency .image .img.keep {
  max-width: 90px;
  max-height: 90px;
}
.list.result.agencies .agency .image img.fill,
.list.result.agencies .agency .image .img.fill {
  width: 90px;
  height: 90px;
}
.list.result.agencies .agency .media-right {
  vertical-align: bottom;
  min-width: 120px;
  max-width: 120px;
}
.list.result.brokers .broker .image {
  display: block;
  width: 90px;
  height: 120px;
  margin: auto;
}
.list.result.brokers .broker .image img,
.list.result.brokers .broker .image .img {
  margin: auto;
}
.list.result.brokers .broker .image img.keep,
.list.result.brokers .broker .image .img.keep {
  max-width: 90px;
  max-height: 120px;
}
.list.result.brokers .broker .image img.fill,
.list.result.brokers .broker .image .img.fill {
  width: 90px;
  height: 120px;
}
.list.result.brokers .broker .media-right {
  vertical-align: bottom;
  min-width: 120px;
  max-width: 120px;
}
.agency .email,
.broker .email,
.agency .www,
.broker .www {
  color: #3c3c3b;
  text-decoration: underline;
  display: block;
  word-break: break-word;
}
.agency .phone,
.broker .phone {
  display: block;
}
.list.rotator.advertises {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list.rotator.advertises .advertise {
  text-align: center;
}
.list.rotator.advertises .advertise .image {
  display: block;
  width: 154px;
  height: 115px;
  margin: auto;
}
.list.rotator.advertises .advertise .image img,
.list.rotator.advertises .advertise .image .img {
  margin: auto;
}
.list.rotator.advertises .advertise .image img.keep,
.list.rotator.advertises .advertise .image .img.keep {
  max-width: 154px;
  max-height: 115px;
}
.list.rotator.advertises .advertise .image img.fill,
.list.rotator.advertises .advertise .image .img.fill {
  width: 154px;
  height: 115px;
}
@media (min-width: 768px) {
  .list.rotator.advertises .advertise {
    width: 154px;
    margin: 7px 4px;
  }
}
@media (max-width: 767px) {
  .list.rotator.advertises .advertise {
    width: 49.9%;
    margin-bottom: 5px;
  }
}
.list.rotator.advertises .advertise .title {
  margin-top: 7px;
}
.list.rotator.advertises .advertise .title a {
  color: #3c3c3b;
}
.list.rotator.advertises .advertise .price {
  color: #3c3c3b;
  font-weight: bold;
}
.list.widget {
  position: relative;
  overflow: hidden;
  height: 314px;
}
.list.widget .item {
  min-height: 105px;
  margin-top: 0px;
  padding: 11px 9px;
  border-bottom: 1px solid #3c3c3b;
}
.list.widget .item .title {
  color: #c7b890;
  font-size: 12px;
  font-weight: bold;
}
.list.widget .item .title a {
  color: inherit;
}
.list.widget .item a.link-to-all {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
.list.widget .items-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
.list.widget a.image img {
  border: 1px solid #3c3c3b;
}
.list.widget.brokers {
  height: 314px;
}
.list.widget.brokers .broker .image {
  display: block;
  width: 45px;
  height: 60px;
  margin: auto;
}
.list.widget.brokers .broker .image img,
.list.widget.brokers .broker .image .img {
  margin: auto;
}
.list.widget.brokers .broker .image img.keep,
.list.widget.brokers .broker .image .img.keep {
  max-width: 45px;
  max-height: 60px;
}
.list.widget.brokers .broker .image img.fill,
.list.widget.brokers .broker .image .img.fill {
  width: 45px;
  height: 60px;
}
.list.widget.brokers .broker .agency {
  font-size: 12px;
}
.list.widget.agencies {
  height: 329px;
}
.list.widget.agencies .agency {
  height: 110px;
}
.list.widget.agencies .agency .image {
  display: block;
  width: 45px;
  height: 27px;
  margin: auto;
}
.list.widget.agencies .agency .image img,
.list.widget.agencies .agency .image .img {
  margin: auto;
}
.list.widget.agencies .agency .image img.keep,
.list.widget.agencies .agency .image .img.keep {
  max-width: 45px;
  max-height: 27px;
}
.list.widget.agencies .agency .image img.fill,
.list.widget.agencies .agency .image .img.fill {
  width: 45px;
  height: 27px;
}
.list.widget.agencies .agency .address {
  font-size: 11px;
  margin-top: 5px;
}
.list.widget.advertises {
  height: 344px;
}
.list.widget.advertises .advertise {
  min-height: 115px;
}
.list.widget.advertises .advertise .title {
  margin: 0;
}
.list.widget.advertises .advertise .price {
  text-align: right;
}
.list.widget.advertises .advertise .images {
  width: 100%;
}
.list.widget.advertises .advertise .image {
  display: block;
  width: 80px;
  height: 60px;
  margin: auto;
}
.list.widget.advertises .advertise .image img,
.list.widget.advertises .advertise .image .img {
  margin: auto;
}
.list.widget.advertises .advertise .image img.keep,
.list.widget.advertises .advertise .image .img.keep {
  max-width: 80px;
  max-height: 60px;
}
.list.widget.advertises .advertise .image img.fill,
.list.widget.advertises .advertise .image .img.fill {
  width: 80px;
  height: 60px;
}
.clickmap .map {
  width: 379px;
  height: 218px;
  background: url("images/maps.png") no-repeat;
}
.result.map {
  height: 320px;
}
.modal.fullscreen {
  width: 100%;
  height: 100%;
  margin: 0px;
}
.modal.fullscreen .modal-dialog {
  width: auto;
  height: 95%;
  margin: 30px;
}
.modal.fullscreen .modal-dialog .modal-content {
  height: 100%;
}
.modal.fullscreen .modal-dialog .modal-content .modal-body {
  height: 100%;
  padding: 0px;
}
.modal.fullscreen .map {
  height: 100% !important;
}
.modal.fullscreen .close {
  float: none;
  position: absolute;
  right: 0;
  top: -21px;
  color: white;
  opacity: 1;
}
@media (max-width: 999px) {
  .modal.fullscreen .close {
    padding: 10px 20px;
    background: white;
    border: 2px solid #c7b890;
    border-right: none;
    top: 35px;
    z-index: 10;
    opacity: 1;
  }
}
.entity.detail .h1 {
  color: #c7b890;
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 7px;
}
.entity.detail .h2 {
  color: #3c3c3b;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 7px;
}
.entity.detail .agency-photo img {
  max-width: 100%;
}
.static-page.detail .headline {
  background: #4b504c;
  padding: 15px 5px 10px 25px;
  font-size: 12px;
  line-height: inherit;
  margin: 0;
  color: white;
  font-weight: bold;
}
.static-page.detail .content .text ul {
  list-style-type: disc;
  margin-left: 15px;
}
.static-page.detail .content .text h1,
.static-page.detail .content .text h2 {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.static-page.detail .content .text h3,
.static-page.detail .content .text h4,
.static-page.detail .content .text h5 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.static-page.detail .content .text strong {
  /*color: @colorDark !important;*/
  font-weight: bold;
  /*
				* {
					color: inherit !important;
					font-weight: inherit !important;
				}*/
}
.static-page.detail .content .text img {
  margin: 0 20px 20px 20px;
  padding: 10px;
  max-width: 90% !important;
  height: auto !important;
}
.static-page.detail .custom-form {
  padding: 10px;
}
.static-page.detail .custom-form .custom-form-name {
  font-size: 14px;
  font-weight: bold;
}
.static-page.detail .custom-form .form-control {
  font-size: 12px;
  padding: 3px 6px;
}
.static-page.detail .custom-form input.form-control {
  height: 28px;
}
.static-page.detail .custom-form .control-label {
  font-weight: bold;
}
.static-page.detail .custom-form input + label {
  font-weight: normal;
}
.static-page.detail .custom-form .form-group.required .control-label:after {
  content: "*";
}
.static-page.detail .custom-form ul {
  list-style-type: none;
  margin: 0;
}
@media (max-width: 767px) {
  .static-page.detail .layout-left {
    width: 100% !important;
    position: static;
    border: 2px solid #3c3c3b;
  }
}
.static-page.detail .static-pages {
  margin: 0;
}
.static-page.detail .static-pages a {
  display: block;
  padding: 15px 5px 10px 25px;
  color: #3c3c3b;
}
.static-page.detail .static-pages li.active a {
  font-weight: bold;
}
.static-page.detail .static-pages li.active .section {
  color: white;
}
.static-page.detail .static-pages .section {
  background: #3c3c3b;
  color: #c7b890;
  font-weight: bold;
  text-transform: uppercase;
}
.static-page.detail .static-pages .section:hover {
  color: white;
}
@media (max-width: 767px) {
  .static-page.detail .static-pages .section {
    padding: 5px;
  }
  .static-page.detail .static-pages a {
    padding: 5px;
  }
}
.advertise.detail .gallery {
  margin-bottom: 10px;
}
.advertise.detail .gallery .view .image {
  display: block;
}
.advertise.detail .gallery .view .image img {
  width: 100%;
  height: 320px;
}
.advertise.detail .gallery .thumbs {
  margin: 10px 7px;
}
.advertise.detail .gallery .thumbs .thumb {
  padding: 3px;
}
.advertise.detail .gallery .thumbs .image {
  display: block;
  position: relative;
  height: 100px;
}
.advertise.detail .gallery .thumbs .image img {
  width: 100%;
  height: 100px;
}
.advertise.detail .gallery .thumbs .image .play {
  position: absolute;
  font-size: 50px;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -25px;
  z-index: 1;
}
.advertise.detail .gallery .thumbs .image .play:hover {
  color: #3c3c3b;
}
.advertise.detail .gallery .thumbs div:nth-child(n+4) {
  display: none;
}
.advertise.detail .gallery .show {
  text-align: center;
}
.advertise.detail .gallery .show a {
  text-transform: uppercase;
  color: #3c3c3b;
  font-size: 12px;
  height: 34px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
}
.advertise.detail .gallery .show a.less {
  display: none;
  padding-top: 20px;
}
.advertise.detail .broker .image {
  display: block;
  width: 90px;
  height: 120px;
  margin: auto;
}
.advertise.detail .broker .image img,
.advertise.detail .broker .image .img {
  margin: auto;
}
.advertise.detail .broker .image img.keep,
.advertise.detail .broker .image .img.keep {
  max-width: 90px;
  max-height: 120px;
}
.advertise.detail .broker .image img.fill,
.advertise.detail .broker .image .img.fill {
  width: 90px;
  height: 120px;
}
.advertise.detail .broker .image {
  margin: 0;
}
.advertise.detail .agency .image {
  display: block;
  width: 90px;
  height: 90px;
  margin: auto;
}
.advertise.detail .agency .image img,
.advertise.detail .agency .image .img {
  margin: auto;
}
.advertise.detail .agency .image img.keep,
.advertise.detail .agency .image .img.keep {
  max-width: 90px;
  max-height: 90px;
}
.advertise.detail .agency .image img.fill,
.advertise.detail .agency .image .img.fill {
  width: 90px;
  height: 90px;
}
.advertise.detail .agency .image {
  margin: 0;
}
.advertise.detail .contact .c21-badges {
  margin-top: 10px;
}
.advertise.detail .contact .c21-badges .panel-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .advertise.detail .contact .c21-badges {
    display: none;
  }
}
.advertise.detail .contact .c21-badges .panel .panel-body {
  padding: 0;
}
.advertise.detail .actions {
  margin: 15px 0;
  height: 26px;
}
.advertise.detail .actions .right {
  float: right;
  display: block;
}
.advertise.detail .actions .right a:first-child {
  margin-left: 5px;
}
.advertise.detail .actions .right .ico {
  margin-left: 20px;
}
.advertise.detail .actions .left {
  float: left;
  display: block;
}
.advertise.detail .actions .left .fb-like {
  margin-left: 4px;
  display: inline-block;
}
.advertise.detail .actions .left .fb-like iframe {
  width: 0;
  height: 0;
}
.advertise.detail .parameters {
  margin: 16px 0 10px;
  border-bottom: 1px solid #3c3c3b;
}
.advertise.detail .parameters dt {
  text-align: left;
  color: #c7b890;
  text-transform: uppercase;
  width: 130px;
}
.advertise.detail .parameters dd {
  margin-left: 130px;
  text-align: right;
}
.advertise.detail .parameters dd,
.advertise.detail .parameters dt {
  padding: 10px 0;
  border-top: 1px solid #3c3c3b;
  position: relative;
}
.advertise.detail .parameters .price {
  color: #c7b890;
  font-size: 16px;
  font-weight: bold;
}
.advertise.detail .parameters .price-eur {
  color: #3c3c3b;
  font-weight: bold;
}
.advertise.detail .parameters .exclusive {
  padding: 3px;
  background: #c7b890;
  color: white;
  position: absolute;
  font-weight: bold;
  left: -10px;
  line-height: 1;
}
.advertise.detail .parameters .reserved {
  color: red;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.advertise.detail .parameters-rest {
  padding: 15px 0 0px;
  border-top: 1px solid #3c3c3b;
  border-bottom: 1px solid #3c3c3b;
}
.advertise.detail .parameters-rest dd,
.advertise.detail .parameters-rest dt {
  padding: 4px 0;
  line-height: 1;
}
.advertise.detail .parameters-rest dt {
  width: 90px;
  text-align: left;
  text-overflow: clip;
  white-space: normal;
}
.advertise.detail .parameters-rest dd {
  margin-left: 100px;
}
.advertise.detail .advertises.list {
  margin: 0;
}
.advertise.detail .advertises.list > div {
  margin: 10px 0;
  padding: 0;
}
.advertise.detail .advertises.list > div:nth-child(odd) .advertise {
  margin-right: 5px;
}
.advertise.detail .advertises.list > div:nth-child(even) .advertise {
  margin-left: 5px;
}
.advertise.detail .advertises.list .advertise .image {
  display: block;
  width: 100%;
  height: 157px;
  margin: auto;
}
.advertise.detail .advertises.list .advertise .image img,
.advertise.detail .advertises.list .advertise .image .img {
  margin: auto;
}
.advertise.detail .advertises.list .advertise .image img.keep,
.advertise.detail .advertises.list .advertise .image .img.keep {
  max-width: 100%;
  max-height: 157px;
}
.advertise.detail .advertises.list .advertise .image img.fill,
.advertise.detail .advertises.list .advertise .image .img.fill {
  width: 100%;
  height: 157px;
}
.advertise.detail .advertises.list .advertise .description {
  margin-top: 2px;
  width: 100%;
  display: table;
}
.advertise.detail .advertises.list .advertise .description .title {
  display: table-cell;
  background: #eceeec;
  text-align: center;
  padding: 8px;
}
.advertise.detail .advertises.list .advertise .description .link {
  display: table-cell;
  background: #3c3c3b;
  width: 43px;
  position: relative;
}
.advertise.detail .advertises.list .advertise .description .link a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.advertise.detail .advertises.list .advertise .description h4 {
  margin: 0;
  font-size: 12px;
}
.advertise.detail .advertises.list .advertise .description .price {
  font-weight: bolder;
}
.advertise.detail .box {
  margin: 0 10px 10px 10px;
  background: #878787;
}
.advertise.detail .panel {
  background: transparent;
  border: none;
  box-shadow: none;
}
.advertise.detail .panel.active .panel-heading {
  background: url('images/tr-close.png') transparent no-repeat right center;
  border-bottom: 1px solid #3c3c3b;
}
.advertise.detail .panel .panel-heading {
  padding: 0;
  border: 0;
  background: url('images/tr-open.png') transparent no-repeat right center;
}
.advertise.detail .panel .panel-heading a {
  padding: 5px;
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #3c3c3b;
}
.advertise.detail .panel .panel-body {
  border: none;
  border-top: none;
}
.advertise.detail .advertises-units {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  z-index: 3;
  white-space: nowrap;
  width: 100%;
  padding: 15px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}
@media print {
  .advertise.detail .advertises-units {
    display: none !important;
  }
}
.advertise.detail .advertises-units .close {
  position: absolute;
  float: none;
  right: 15px;
  top: 15px;
  text-decoration: none;
}
.advertise.detail .advertises-units .title {
  color: #c7b890;
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .advertise.detail .advertises-units table {
    width: 100%;
  }
  .advertise.detail .advertises-units table th {
    color: #c7b890;
    padding: 3px 5px;
    text-align: center;
  }
  .advertise.detail .advertises-units table thead {
    border-bottom: 2px dotted #696f6a;
  }
  .advertise.detail .advertises-units table td {
    padding: 7px 7px 2px;
    text-align: center;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .advertise.detail .advertises-units table,
  .advertise.detail .advertises-units table thead,
  .advertise.detail .advertises-units table tbody,
  .advertise.detail .advertises-units table th,
  .advertise.detail .advertises-units table td,
  .advertise.detail .advertises-units table tr {
    display: block;
  }
  .advertise.detail .advertises-units table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .advertise.detail .advertises-units table tr {
    border: 1px solid #ccc;
  }
  .advertise.detail .advertises-units table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 60%;
    min-height: 32px;
    padding-top: 6px;
  }
  .advertise.detail .advertises-units table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 55%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .advertise.detail .advertises-units table td:nth-of-type(1):before {
    content: "číslo bytu";
  }
  .advertise.detail .advertises-units table td:nth-of-type(2):before {
    content: "podlaží";
  }
  .advertise.detail .advertises-units table td:nth-of-type(3):before {
    content: "dispozice";
  }
  .advertise.detail .advertises-units table td:nth-of-type(4):before {
    content: "užitná plocha";
  }
  .advertise.detail .advertises-units table td:nth-of-type(5):before {
    content: "balkon/lodžie/terasa (m²)";
  }
  .advertise.detail .advertises-units table td:nth-of-type(6):before {
    content: "předzahrádka";
  }
  .advertise.detail .advertises-units table td:nth-of-type(7):before {
    content: "sklep";
  }
  .advertise.detail .advertises-units table td:nth-of-type(8):before {
    content: "počet park. míst";
  }
  .advertise.detail .advertises-units table td:nth-of-type(9):before {
    content: "stav";
  }
  .advertise.detail .advertises-units table td:nth-of-type(10):before {
    content: "cena";
  }
  .advertise.detail .advertises-units table td:nth-of-type(11):before {
    content: "detail";
  }
}
.advertise.detail .advertises-units a {
  text-decoration: underline;
}
.ico-magnifier {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("images/ico-search.png") no-repeat;
}
.popup {
  width: 300px;
}
.popup.advertise .image {
  display: block;
  width: 45px;
  height: 33px;
  margin: auto;
}
.popup.advertise .image img,
.popup.advertise .image .img {
  margin: auto;
}
.popup.advertise .image img.keep,
.popup.advertise .image .img.keep {
  max-width: 45px;
  max-height: 33px;
}
.popup.advertise .image img.fill,
.popup.advertise .image .img.fill {
  width: 45px;
  height: 33px;
}
.popup.broker .image {
  display: block;
  width: 45px;
  height: 60px;
  margin: auto;
}
.popup.broker .image img,
.popup.broker .image .img {
  margin: auto;
}
.popup.broker .image img.keep,
.popup.broker .image .img.keep {
  max-width: 45px;
  max-height: 60px;
}
.popup.broker .image img.fill,
.popup.broker .image .img.fill {
  width: 45px;
  height: 60px;
}
.popup.agency .image {
  display: block;
  width: 45px;
  height: 33px;
  margin: auto;
}
.popup.agency .image img,
.popup.agency .image .img {
  margin: auto;
}
.popup.agency .image img.keep,
.popup.agency .image .img.keep {
  max-width: 45px;
  max-height: 33px;
}
.popup.agency .image img.fill,
.popup.agency .image .img.fill {
  width: 45px;
  height: 33px;
}
.ico {
  font-size: 0;
  vertical-align: bottom;
  cursor: pointer;
}
.ico.ico-send {
  display: inline-block;
  width: 23px;
  height: 16px;
  background: url("images/ico-send.png") no-repeat;
}
.ico.ico-pdf {
  display: inline-block;
  width: 22px;
  height: 19px;
  background: url("images/ico-pdf.png") no-repeat;
}
.ico.ico-print {
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url("images/ico-print.png") no-repeat;
}
.ico.ico-facebook {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url("images/facebook.png") no-repeat;
}
.boxes {
  margin-top: 26px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .boxes {
    display: flex;
    justify-content: space-between;
  }
}
.boxes .box {
  position: relative;
}
@media (min-width: 768px) {
  .boxes .box {
    width: 49.9%;
  }
}
@media (max-width: 767px) {
  .boxes .box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.box .box-content {
  background: rgba(255, 255, 255, 0.85);
  padding: 7px 5px;
}
.box .box-content .box-content-foot {
  height: 18px;
  background: url('images/box_bckg.png') no-repeat;
}
@media (min-width: 768px) and (max-width: 999px) {
  .box .box-content .box-content-foot {
    background-position: -40px 0;
  }
}
@media (max-width: 767px) {
  .box .box-content .box-content-foot {
    display: none;
  }
}
.box .box-header {
  text-transform: lowercase;
  color: white;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  padding-left: 15px;
  padding-bottom: 5px;
}
.carousel .control {
  line-height: 15px;
  cursor: pointer;
  text-align: center;
  padding: 7px 0;
  display: block;
  background: #ececec;
}
.carousel .control span {
  height: 15px;
  width: 15px;
  display: inline-block;
}
.carousel .control.up span {
  background: url('images/tr-close.png') transparent no-repeat;
}
.carousel .control.down span {
  background: url('images/tr-open.png') transparent no-repeat;
}
.closing {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  cursor: pointer;
}
.closing:hover {
  text-decoration: none;
}
.slider {
  border-radius: 0;
  border: 1px solid #c7b890;
}
.slider .ui-slider-range {
  background: #ffffff;
}
.slider .ui-slider-handle {
  border-radius: 0.6em;
  background: white;
  border: 4px solid #c7b890;
}
.slider .ui-slider-handle:focus {
  outline: none;
}
.c21-badge {
  max-width: 75px;
  max-height: 75px;
}
.month-badge {
  position: relative;
  padding: 13px;
  height: 148px;
}
.month-badge.month-badge-broker .image {
  display: block;
  width: 90px;
  height: 120px;
  margin: auto;
}
.month-badge.month-badge-broker .image img,
.month-badge.month-badge-broker .image .img {
  margin: auto;
}
.month-badge.month-badge-broker .image img.keep,
.month-badge.month-badge-broker .image .img.keep {
  max-width: 90px;
  max-height: 120px;
}
.month-badge.month-badge-broker .image img.fill,
.month-badge.month-badge-broker .image .img.fill {
  width: 90px;
  height: 120px;
}
.month-badge.month-badge-broker a.image {
  border: 1px solid #3c3c3b;
  width: 92px;
  height: 122px;
}
.month-badge.month-badge-broker .media-left {
  padding-right: 15px;
}
.month-badge .name {
  font-weight: bold;
  font-size: 16px;
  color: #c7b890;
}
.month-badge .address {
  font-weight: bold;
  font-size: 14px;
  color: #c7b890;
}
.month-badge .media-heading {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.month-badge .c21-badge {
  position: absolute;
  /*
		right: 14px;
		bottom: 13px;
		*/
  right: 0;
  bottom: 0;
}
.month-badge .media-body-foot {
  position: absolute;
  bottom: 13px;
}
.month-badge .media-body-foot a {
  color: #3c3c3b;
  font-weight: 600;
  text-decoration: underline;
}
.panel.custom {
  background: transparent;
  border: none;
  box-shadow: none;
}
.panel.custom.active .panel-heading {
  background: url('images/tr-close.png') transparent no-repeat right center;
  border-bottom: 1px solid #3c3c3b;
}
.panel.custom .panel-heading {
  padding: 0;
  border: 0;
  background: url('images/tr-open.png') transparent no-repeat right center;
}
.panel.custom .panel-heading a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #3c3c3b;
}
.panel.custom .panel-body {
  border: none;
  border-top: none;
}
.broker .info {
  margin-left: 25px;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.broker .info .image {
  display: block;
  padding: 5px;
  width: 150px;
  height: 200px;
  flex-shrink: 0;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 2;
}
.broker .info .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.broker .info .info-body {
  position: relative;
  top: -25px;
  z-index: 1;
  background: #efefee;
  padding: 20px 10px 20px 40px;
  width: 100%;
  margin-right: 10px;
  margin-left: -20px;
}
.broker .info .info-body .h1 {
  margin-top: 0;
  font-size: 24px;
}
.broker .broker-rate {
  margin-top: 32px;
  margin-left: 10px;
  margin-right: 10px;
}
.broker .broker-rate .h2 {
  font-weight: bold;
  font-size: 24px;
}
.broker .broker-rate .score {
  color: #c7b890;
  font-weight: bold;
  font-size: 48px;
}
.broker .broker-rate .rates {
  margin-left: 10px;
  margin-right: 10px;
}
.broker .broker-rate .rates .rating {
  font-size: 9px;
  margin-bottom: 5px;
}
.broker .stars {
  height: 36px;
  width: 190px;
  background: url("images/stars.png") no-repeat;
}
.broker .stars.def {
  margin-top: 20px;
  background-position: 0 -36px;
}
.broker .stars.con {
  background-position: 0 0px;
}
.broker .stars-small {
  height: 12px;
  width: 63px;
  background: url("images/stars_small.png") no-repeat;
}
.broker .stars-small.def {
  margin-top: 0px;
  background-position: 0 -12px;
}
.broker .stars-small.con {
  background-position: 0 0px;
}
.broker .rates .rate {
  padding: 10px;
  background-image: -ms-linear-gradient(left, #e1e1e1 0%, #f0f0ef 100%);
  background-image: -moz-linear-gradient(left, #e1e1e1 0%, #f0f0ef 100%);
  background-image: -o-linear-gradient(left, #e1e1e1 0%, #f0f0ef 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e1e1e1), color-stop(100, #f0f0ef));
  background-image: -webkit-linear-gradient(left, #e1e1e1 0%, #f0f0ef 100%);
  background-image: linear-gradient(to right, #e1e1e1 0%, #f0f0ef 100%);
}
.broker .rates .rate .author {
  color: #c7b890;
  text-transform: uppercase;
  font-weight: bold;
}
.broker .rates .rate .score-stars {
  margin: 3px 0 5px;
}
.broker .rates .rate .rating {
  font-size: 12px;
  margin-bottom: 5px;
}
.broker .rates .rate .more {
  background: #c7b890;
  color: white;
  padding: 3px 8px 3px;
}
.broker-client-rate .slider.rate-slider {
  margin-top: 8px;
}
.broker-client-rate .rate-score {
  width: auto;
}
@media (min-width: 768px) {
  .broker-client-rate .form {
    width: 80%;
    margin: 20px auto;
  }
}
.article .socials {
  height: 29px;
  line-height: 0;
  vertical-align: middle;
}
.article .socials .social {
  display: inline-block;
  width: 30px;
  height: 29px;
  line-height: 29px;
}
.article .socials .social.fb {
  background: url("images/article-ico-fb.png") no-repeat;
}
.article .socials .social.twitter {
  background: url("images/article-ico-twitter.png") no-repeat;
}
.article .socials .social.yoube {
  background: url("images/article-ico-yoube.png") no-repeat;
}
.article .socials .social.gplus {
  background: url("images/article-ico-gplus.png") no-repeat;
}
.article .socials .social + .social {
  margin-left: 10px;
}
.article.detail {
  padding: 0 5px;
}
.article.detail .title {
  color: #c7b890;
  font-size: 18px;
  margin-bottom: 25px;
}
.article.detail .media-intro {
  border: 1px solid #e3e3e3;
  margin: 15px 0;
}
.article.detail .media-intro > * {
  width: 100%;
}
.article.detail .published {
  font-size: 16px;
  font-weight: bolder;
}
.article.detail .actions {
  line-height: 29px;
}
.article.detail .actions .published {
  vertical-align: middle;
  height: 29px;
  display: inline-block;
}
.article.detail .actions .socials {
  vertical-align: middle;
  display: inline-block;
  float: right;
}
.article.detail .perex {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #3c3c3b;
  font-weight: bolder;
}
.article.detail .content {
  border-bottom: 1px dotted #3c3c3b;
}
.article.detail .gallery {
  border-bottom: 1px dotted #3c3c3b;
  padding: 15px 0 0;
}
.article.detail .gallery .image {
  display: block;
  width: 147px;
  height: 111px;
  margin: auto;
}
.article.detail .gallery .image img,
.article.detail .gallery .image .img {
  margin: auto;
}
.article.detail .gallery .image img.keep,
.article.detail .gallery .image .img.keep {
  max-width: 147px;
  max-height: 111px;
}
.article.detail .gallery .image img.fill,
.article.detail .gallery .image .img.fill {
  width: 147px;
  height: 111px;
}
.article.detail .gallery .image {
  border: 1px solid #e3e3e3;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  line-height: 111px;
  overflow: hidden;
}
.article.detail .gallery .image img {
  vertical-align: middle;
}
.article.detail .comments h2 {
  font-size: 18px;
}
.article.detail .comments li ul {
  margin-left: 70px;
}
.article.detail .comments .comment {
  margin-bottom: 15px;
}
.article.detail .comments .comment .author {
  font-weight: bold;
}
.article.detail .comments .comment .author .answer {
  float: right;
  text-decoration: underline;
  color: #3c3c3b;
}
.article.detail .comments .comment .date {
  color: #ac9976;
}
.articles.search .fulltext {
  padding-right: 0px;
}
.articles.search .fulltext + * {
  padding-left: 0;
  text-align: right;
}
.articles.list.result .article {
  padding: 20px 0;
}
.articles.list.result .article:first-child {
  border: none;
}
.articles.list.result .article .image {
  display: block;
  width: 173px;
  height: 130px;
  margin: auto;
}
.articles.list.result .article .image img,
.articles.list.result .article .image .img {
  margin: auto;
}
.articles.list.result .article .image img.keep,
.articles.list.result .article .image .img.keep {
  max-width: 173px;
  max-height: 130px;
}
.articles.list.result .article .image img.fill,
.articles.list.result .article .image .img.fill {
  width: 173px;
  height: 130px;
}
.articles.list.result .article .media-left {
  padding-right: 30px;
}
.articles.list.result .article .published {
  font-weight: bold;
}
.articles.list.result .article .title {
  color: #c7b890;
}
.articles.list.result .article .socials {
  margin-top: 17px;
}
.articles.list.tips {
  margin: 0 15px 0px;
  padding-bottom: 20px;
}
.articles.list.tips .article {
  margin-bottom: 15px;
}
.articles.list.tips .article:first-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #3c3c3b;
}
.articles.list.tips .article .image {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.articles.list.tips .article .image img,
.articles.list.tips .article .image .img {
  margin: auto;
}
.articles.list.tips .article .image img.keep,
.articles.list.tips .article .image .img.keep {
  max-width: 100%;
  max-height: auto;
}
.articles.list.tips .article .image img.fill,
.articles.list.tips .article .image .img.fill {
  width: 100%;
  height: auto;
}
.articles.list.tips .article .image {
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
}
.articles.list.tips .article .title {
  font-weight: bold;
}
.articles.list.tips .article .published {
  font-weight: bold;
}
.articles.category > .row {
  margin: 0;
}
.articles.category .navpanel {
  border-bottom: 2px dotted #3c3c3b;
  margin-left: 15px;
}
.articles.category .navpanel > .col-md-8 {
  padding-left: 0;
}
.articles.category .pagination {
  padding-left: 0;
}
.articles.side {
  padding: 0;
}
.articles.side h2 {
  font-size: 18px;
  padding: 20px 15px 20px;
  margin: 0 0 15px;
  border-bottom: 1px solid #3c3c3b;
  text-transform: uppercase;
}
.articles.side .first {
  background: white;
}
.flashes {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 50%;
}
.flashes .alerts {
  position: relative;
  left: -50%;
}
.flashes .alert.alert-error {
  background-color: red;
}
.printable {
  display: none;
}
.error-page {
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .error-page {
    margin: 120px 120px;
  }
}
@media (max-width: 767px) {
  .error-page {
    margin: 80px 10px;
  }
}
.eu-cookies {
  padding: 5px;
  background: #F0F0F0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1001;
}
.eu-cookies a {
  font-weight: bold;
  color: #3c3c3b;
  text-decoration: underline;
}
.eu-cookies button {
  border: 1px solid #c7b890;
  color: white;
  padding: 2px;
  font-weight: bold;
  background: #c7b890;
}
@media (max-width: 999px) {
  .pp_pic_holder.pp_default {
    width: 100%!important;
    left: 0!important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0!important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0!important;
  }
  .pp_content {
    width: 100%!important;
    height: auto!important;
  }
  .pp_fade {
    width: 100%!important;
    height: 100%!important;
  }
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none!important;
  }
  #pp_full_res img {
    width: 100%!important;
    height: auto!important;
  }
  .pp_details {
    width: 100%!important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    margin-top: -2px !important;
  }
  a.pp_close {
    right: 10px!important;
    top: 10px!important;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .printable {
    display: block;
  }
  .container.header {
    display: none;
  }
  .container.foot {
    display: none;
  }
  .list-sorter {
    display: none;
  }
  .paging {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .list .item {
    page-break-inside: avoid;
    border: 1px solid black;
  }
  .layout.headline {
    display: none;
  }
  .layout .layout-left {
    display: none !important;
  }
  .result.map {
    display: none;
  }
  .detail.entity ul.pages {
    display: none;
  }
  .detail .forms {
    display: none;
  }
  .detail .gallery .show {
    display: none !important;
  }
  .detail .actions {
    display: none !important;
  }
}
