﻿.bg-section-primary {
    background-color: #f2f2f2;
}

.text-caption {
    color: #003462;
}

.text-apartment {
    color: #ec683d;
}

.text-new {
    color: #a00000;
}

.bg-new {
    background-color: #a00000 !important;
}

.text-sold, .text-sold a {
    color: #9c9e9f;
}

.bg-sold {
    background-color: #8F8F8F !important;
}

.cursor-sold {
    cursor: default !important;
}

.btn-search {
    color: #fff;
    background-color: #003462;
}

.tooltip a {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
}

.tooltip a[alt]:hover::after {
    opacity: 1;
    bottom: 0;
}

.tooltip a:after {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    content: attr(alt);
    display: block;
    left: 0;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    right: 0;
    bottom: 100%;
    transition: all 0.8s ease-in-out 0s;
}

.breadcrumb {
    list-style: outside none none;
    padding: 15px 0;
    color: #bbb;
}

.breadcrumb > li{
    display: inline-block;
}

.breadcrumb > li + li:before {
    font-family:'FontAwesome';
    font-weight: 400;
    color: #bbb;
    content: "\f105";
    padding: 0 5px;
}

.breadcrumb a {
    color: #bbb;
}

.breadcrumb > .active {
    font-weight: 700;
}

.banner {
    background-color: transparent;
    margin-bottom: 10px;
}

.header {
    display: table;
    width: 100%;
    background-color: #e0e0e0;
    padding: 20px;
    box-sizing: border-box;
}

.header-box{
    display: table-cell;
    vertical-align: top;
}

.header-box.vpravo .btn{
    margin-top: 3px;
}

.heading {
    font-weight: normal;
    line-height: 1.25;
}

.heading-prime, .heading-locality {
    display: block;
}

.heading-prime span, heading-locality span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.heading-locality {
    font-size: 16px;
}

.heading-type {
    font-family: 'Open Sans', Arial CE, Ariel, sans-serif;
    font-size: 29px;
    font-weight: 600;
}

.state {
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
}

.state-new {
    background-color: #a00000;
}

.state-talks {
    background-color: #808080;
}

.btn {
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent;
    margin-bottom: 0;
    padding: 4px 12px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none !important;
}

.btn-default {
    color: #fff;
    background-color: #ec683d;
}

.btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #ec683d;
    text-decoration: none;
}

.btn-info {
    color: #fff;
    background-color: #808080;
}

.ico-contact, .fa.ico-contact {
    font-size: 22px; 
    vertical-align: middle;
    margin-right: 5px;
}

.search-number {
    background-color: #003462;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: helvetica;
    font-size: 16px;
    font-weight: bold;
    height: 23px;
    line-height: 24px;
    text-align: center;
    width: 23px;
}

.search-heading {
    font-size: 18px;
    font-family: 'Open Sans', Arial CE, Ariel, sans-serif;
    color: #003462;
    margin-bottom: 20px;
}

.search-form {
    display: table;
    width: 100%;
}

.search-cell {
    display: table-cell;
}

.search label {
    margin-left: 2px;
    margin-right: 12px;
}

.search-header {
    min-width: 70px;
    font-weight:700;
    display:inline-block;
}

.slider {
    position: relative;
    width: 729px;
    margin: auto;
}

.slider-arrow {
    font-size: 48px;
    position: absolute;
    top: 40px;
    top: calc(50% - 28px);
    width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.sa-left {left: 0;}
.sa-right {right: 0;}

.bookmarks-list {
    display: table;
    list-style-type: none;
    width: 100%;
}

.bookmarks-list li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 49px;
    /*border-bottom: 1px solid #d9d9d9;*/
}

.bookmarks-list li.active {
    border-bottom-color: #fff;
}

.bookmarks-list li > h3{
    background-color: #939393;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    margin-left: 5px;
    position:relative;
    height: 49px;
    color: #fff;
}

.bookmarks-list li:first-child > h3 {
    margin-left:0;
}

.bookmarks-list li > h3 a{
    display: table;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.bookmarks-list li.active > h3 {
    color: #ec683d;
    background-color: #fff;
    border-color: #d9d9d9;
}

.bookmarks-list li > .price-list {
    color: #fff;
    background-color: #ec683d;
}

.bookmarks-list li > h3 a span{
    display: table-cell;
    vertical-align: middle;
}

.bookmarks-section {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-top: -1px;
    padding: 20px;
}

.table {
  width:100%;
}

.table > tbody > tr > td, .table > tbody > tr > th{
    line-height: 1.42857;
    padding: 8px;
}

.table-color > tbody > tr {
    background-color: #fceee6;
}

.table-separe {
    border-collapse: separate;
    border-spacing: 2px;
    margin-left: -2px;
}

.block-info {
  margin-top: 20px;
  background-color: #f2f2f2;
  padding: 10px;
}

.bytovy-dum {
    background-color: #ec683d;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
    padding: 8px;
    width: 52px;
}

.list-resident-houses {
    background-color: #ededed;
    margin-bottom: 20px;
    width: 355px;
    cursor: pointer;
}

.location-list li {
    display: inline-block;
    min-height: 70px;
    background-color: #f2f2f2;
}

.location-list li a {
    color: #000;
    display: table-cell;
    font-weight: bold;
    height: 70px;
    padding: 8px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 243px;
}

.location-list-caption {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 175px;
}

.location-list-caption:hover {
    text-decoration: underline;
}

.slider-wrap {
    position: relative; 
    margin: 0 auto; 
    width: 736px; 
    padding: 20px 0; 
    /*background-color: #ededed;*/
}

.slider-gallery {
    position: relative;
    width: 670px;
    margin: auto;
}
.slider-gallery ul {
    margin: 0;
    padding:0;
}
.slider-gallery ul li {
    list-style: none;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
}
.slider-gallery ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    overflow: hidden;
}

.slider-gallery ul li a {
    /*height: 113px;*/
    overflow: hidden;
}

.slider-gallery-arrow {
    font-size: 48px;
    position: absolute;
    top: calc(50% - 25px);
    color: #8F8F8F;
    text-align: center;
    text-decoration: none;
}

.slider-gallery-arrow.sa-right { right: 10px; }
.slider-gallery-arrow.sa-left { left: 10px; }


.list {
    margin-bottom: 0;
    margin-top: 0;
}

.list-item {
    display: list-item;
    padding: 5px 0;
    position: relative;
}

.list-info-links {
    color: #003462;
    list-style: square outside;
    margin-left: 18px;
}

.list-info-links a {
    color: inherit;
    text-decoration: none;
}

.list-info-links a:hover {
    text-decoration: underline;
}

.construction-list {
    padding: 0 25px;
}

.construction-list li {
    float: left;
    font-weight: bold;
    list-style-position: outside;
    list-style-type: square;
    padding: 10px 10px 10px 0;
    font-size: 13px;
    font-family: 'Open Sans', Arial CE, Ariel, sans-serif;
    margin-left: 20px;
}

.construction-list a {
    text-decoration: none;
}

.slider-gallery-description {
    font-size: 13px;
    padding-top: 10px;
    font-family: 'Open Sans', Arial CE, Ariel, sans-serif;
}

.embed-responsive-item {
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.iframe-wrapper {
    position:relative;
        }

.iframe-wrapper::before {
    width:1px;
    height:500px;
    position:absolute;
    background-color: #777;
    left: 50%;
    display: block;
    content:"";
}

.iframe-wrapper::after {
    width:100%;
    height:1px;
    position:absolute;
    background-color: #777;
    top: 50%;
    display: block;
    content:"";
}

/* inplany legenda */

.legend-item {
    display: inline-block;
    margin-right: 15px;
}

.legend-item-square {
    width: 25px;
    height: 25px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.inplan-description-wrapper {
    display: flex;
    align-items: center;
}

.inplan-rose {
    flex-grow: 1;
    text-align: right;
}