#banner {
    background: url(../img/banner_bg.png) no-repeat;    
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
    height: 419px;
    width: 1110px;
}
#banner_inner {    
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
    height: 275px;
    margin: 60px auto 0px auto;
    overflow: hidden;
    position: relative;
    width: 840px;
}
#banner_bg {
    background-color: #2b2b36;
    height: 300px;
    opacity: 0.8;
    position: absolute;
    width: 840px;
}
#banner_content {
    padding: 40px 50px 40px 50px;
    position: relative;
}
.banner_line {
    height: 70px;
    width: 100%;
}
.banner_line ul {
    float: left;
    width: 415px;
}
#banner_header, #banner_all_flats, #banner_rooms_header, #banner_guests_header,
.banner_line ul li span, #banner_rooms_ico, #banner_guests_ico, .banner_button {
    color: #ffffff;
    float: left;
}
#banner_header {
    font-size: 30px;
}
#banner_all_flats {
    cursor: pointer;
    float: right;
    margin: 10px 20px 0px 0px;
}
#banner_rooms_ico, #banner_guests_ico {    
    height: 16px;
    margin: 0px 7px 0px 0px;
    width: 16px;
}
#banner_rooms_header, #banner_guests_header {
    width: 160px;
}
#banner_rooms_header, #banner_guests_header,
#banner_rooms_ico, #banner_guests_ico {
    margin-top: 7px;
}

.banner_line > ul > li {
    border: 2px solid transparent !important;
    border-radius: 25px;
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    list-style: outside none none;
    zpadding: 5px 15px;
    padding: 5px 15px 2px 15px;
    transition: border-color 0.2s ease 0s;
    z-index:11;
    margin:0 2px;
}
.banner_line > ul > li.current, .banner_line > ul > li:hover {
    border-radius: 25px;
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px;
    border-style: solid;
    border-width: 2px;
}
.banner_line > ul > li.current .decor, .banner_line > ul > li:hover .decor {
    border-bottom: 1px solid transparent !important;
}

.banner_button {
    border: 0px;
    border-radius: 25px;
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px;
    float: right;
    font-size: 18px;
    margin: -5px 0px 0px 0px;
    padding: 12px 40px 12px 40px;
}
.banner_button2 {
    margin: 0px 0px 0px 0px;
    padding: 12px 30px 12px 30px;
}