/* tl style */

.container_tl {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.container_tl #tl-search-form {
    position: absolute;
    width: 100%;
    top: 95px;
    left: 0;
    z-index: 1;
}
.uk-navbar-nav > li > a {
    line-height: 90px;
    height: 90px;
}
.reserv-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #575757;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #636363) );
    background: -moz-linear-gradient( center top, #444444 5%, #636363 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#636363');
    background-color: #ededed;
    border: 1px solid #575757 !important;
    display: inline-block;
    color: #ffffff !important;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000;
    cursor: pointer;
    text-align: center;
}
.reserv-button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #636363), color-stop(1, #636363) );
    background: -moz-linear-gradient( center top, #636363 5%, #636363 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#444444');
    color: #ffffff;
}
.disp_none {
    display: none;
}
.container_tl_2 {
    display: none;
}
.price_post_ {
    display: inline-block;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-family: 'Lato';
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 23px;
}
.post_anons_ p {
    margin: 0;
}
.singl_room_desc_ span{
    font-size: 1.1em;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}
.tm-navbar .uk-flex {
    position: relative;
}
.adress_header_ {
    width: 73%;
    position: absolute;
    top: 0;
    left: 27%;
    z-index: 1;
}
.adress_header_ a {
    color: #444444;
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
}
.adress_header_ a:hover {
    color: #444444;
    text-decoration: none;
}

@media screen and (max-width: 1220px){
    .container_tl #tl-search-form {
        display: none;
    }
    .screen_type {
        position: relative;
        top: 90px;
        z-index: 1;
    }
    .container_tl_2 {
        position: relative;
        display: block;
        margin-bottom: -10px;
    }
}
@media screen and (max-width: 1145px){
    .uk-navbar-nav > li > a {
        line-height: 35px;
        height: auto;
        font-size: 0.7em;
    }
    .adress_header_ {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .screen_type {
        top: 0;
        z-index: 0;
    }
    .post_anons_ {
        display: none;
    }
}

@media screen and (max-width: 750px){

}