.title-desc {
    font-weight: 300;
    color: #5a5a5a;
    font-size: 16px !important;
    text-transform: none;
    float: left;
    margin-top: 12px;
    width: 100%;
    line-height: 22px;
}

.main--wrapper, .wrapper {
    display: block;
    width: 100%;
    float: left;
}
.steps {
    padding: 32px 15px 32px 0px;
}
.steps li {
    display: table;
    float: left;
    margin-right: 50px;
}
.steps .step {
    width: 45px;
}
.steps li>* {
    display: table-cell;
    vertical-align: middle;
}
.steps .visited .content, .steps .visited .content a, .steps .visited .step a {
    color: #3E342F;
    text-decoration: none;
}
.steps .content h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
}
.steps .content p {
    font-size: 9px;
}
.steps .content {
    color: grey;
    height: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.steps .step span {
    color: #b0afaf;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    display: block;
}
.steps .step span {
    border: 2px solid #d9d6d4;
    font-weight: 300;
    font-size: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.steps .visited .step span {
    border: 2px solid #3E342F;
    color: #fac39e;
}
.tooltip3dSearch:after{
    content: '';
    position: absolute;
    z-index: 100;
    bottom: -25px;
    left: calc(100% - 30px);
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-right: 32px solid #fff;
    transform: rotate(339deg);
}
.tooltip3dSearch {
    margin: 5px;
    padding: 11px 22px;
    background-color: #fff;
    z-index: 999999;
    font-size: 12px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border: 1px solid #e6e6e6;
    line-height: 21px;
}
.Wawelservice--floor--wrapper .list--floor {
    text-align: center;
    padding: 33px 30px;
}
.Wawelservice--floor--wrapper .list--floor {
    width: 100px;
    vertical-align: top;
}
.Wawelservice--floor--wrapper>div {
    vertical-align: middle;
    float: left;
}
.Wawelservice--floor--wrapper .list--floor h4 {
    font-size: 13px;
    color: #3d3d3d;
    border-bottom: 1px solid #dbdcdc;
    padding-bottom: 30px;
    margin-bottom: 34px;
    font-weight: 400;
}
.Wawelservice--floor--wrapper .list--floor li {
    display: block;
    margin-bottom: 3px;
    text-align: center;
}
.Wawelservice--floor--wrapper .list--floor li a {
    text-decoration: none;
    border: 2px solid #d9d6d4;
    font-weight: 300;
    font-size: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px auto 0;
}
.Wawelservice--floor--wrapper .list--floor li a, .steps .step span {
    color: #b0afaf;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    display: block;
}
.Wawelservice--floor--wrapper .viewer {
    text-align: center;
    padding: 80px;
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 100px);
    max-width: 1700px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Wawelservice--floor--wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.Wawelservice--floor--wrapper .list--floor li a.active, .steps .visited .step span {
    border: 2px solid #5a5a5a;
    color: #fac39e;
}

.flex-column-display{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.legenda-lokali ul li.klatka div{
    background: #c2b280;
}
.legenda-lokali ul li.sold div{
    background: #8a0000;
}
.legenda-lokali ul li.reserved div{
    background: #CDA102;
}
.legenda-lokali ul li.empty div{
    background: #068A00;
}
.legenda-lokali ul li div{
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.legenda-lokali ul li{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.legenda-lokali ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    list-style: none;
}
.legenda-lokali{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


