.clear {
    clear: both;
}

/* Nagłówek */
header {
    height: 80px;
    background-position: bottom;
    background-color: #4D89E3;
    z-index: 100;
}

header .logo {
    margin: 5px;
}

.header-buttons a {
    width: 32px;
}

@media (max-width: 1220px) {
    .header-buttons a {
        width: 26px;
    }
}
@media (max-width: 1000px) {
    header .span9 {
        width: 500px;
    }
    header .span1 {
        width: 70px;
    }
    .header-buttons a {
        width: 32px;
    }
}
.header-buttons a.en {
    background-image: url('/img/icons/en.png');
}

.header-buttons a.pl {
    background-image: url('/img/icons/pl.png');
}

.main-nav > ul > li > a {
    padding: 30px 10px;
}

@media (max-width: 1000px) {
    .main-nav > ul > li > a.double {
        padding: 20px 10px;
        max-width: 110px;
        display: inline-block;
        white-space: pre-line;
    }
}

@media (max-width: 766px) {
    header .span9 {
        bottom: -40px;
        position: absolute;
        width: 97%;
    }
    header .span2, header .span1 {
        float: left;
        width: 50%;
    }
}

.tinynav {
    width: 100%;
}

.header-buttons a {
    height: 78px;
}

/* Główna */
/*.shortcuts.featured-items .featured-items-slider .slides {
    height: 220px;
    min-height: auto;
}*/

.shortcuts.featured-items .slides .featured-item-wrapper {
    max-height: 240px;
}
.shortcuts.featured-items .featured-item-wrapper {
    min-height: 170px;
}


/* Stopka */
.footer-widget ul {
    list-style-type: none;
}

/* Social */
.social .facebook {
    background-image: url('/img/social/color/facebook-color.png');
}
.social .google {
    background-image: url('/img/social/color/google-plus-color.png');
}
.social .youtube {
    background-image: url('/img/social/color/youtube-color.png');
}
.social .twitter {
    background-image: url('/img/social/color/twitter-color.png');
}

/* banner */
.background {
    background: #000;
    display: none;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    z-index: 999;
}
#banner {
    background: #fff;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
}

/* Wyszukiwarka */
.tab-finder .tab-content form >span {
    white-space: nowrap;
}
.tab-finder .tab-content form .search-price {
    width: 116px;
}
.tab-finder .tab-content form .search-select {
    width: 158px;
}
.tab-finder .tab-content form .search-district {
    width: 100%;
    max-width: 525px;
}
@media (max-width: 1200px) {
    .tab-finder .tab-content form .search-district {
        max-width: 158px;
    }
}
.tab-finder .tab-content form .chosen-container {
    margin-bottom: 10px;
}
.tab-finder .tab-content form a.advanced {
    float: right;
    margin-right: 54px;
}
.first-half {
    width: 45%;
}
.second-half {
    width: 45%;
    float: right;
}
.chosen-container-multi .chosen-choices {
    padding: 6px 5px 5px 5px;
}

@media (max-width: 766px) {
    .tab-finder .tab-content form .search-price.no-margin {
        margin-right: 5px;
        float: left;
    }
    .tab-finder .tab-content form .search-price {
        width: 157px;
    }
}

/* ogólne */
.more {
    float: right;
    line-height: 35px;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: normal;
    margin-right: 15px;
}

.clear {
    clear: both;
}

.featured-items .slides .featured-item-wrapper {
    max-height: 270px;
}

.comment-form {
    margin: 0;
}

.widget {
    overflow: visible;
}

#page-title {
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 125px;
}

@media (max-width: 766px) {
    #page-title {
        padding-top: 45px;
        min-height: 190px;
    }
}

/* Oferta */
.property-box .top:before {
    display: none;
}
.property-box .top:after {
    display: none;
}
.property-box .top, .property-box {
    border-bottom: none;
}
.property-box figure {
    text-align: center;
}
.property-street.inner {
    padding: 0;
}
.property-street {
    background: #ddd;
    color: #444;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    overflow: hidden;
}

.property-street .street {
    margin-left: 20px;
}

.property-street .category {
    float: right;
    background: #2A2F2F;
    color: #eee;
    position: relative;
    padding: 0 34px 0 15px;
    z-index: 1;
}
.property-street .category:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /*border-color: rgba(136, 136, 136, 0);*/
    border-right-color: #2A2F2F;
    border-width: 19px;
    margin-top: -19px;
}
.property-street .price {
    float: right;
    background: #267BCB;
    color: #eee;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}
.property-street .price span {
    font-size: 14px;
    vertical-align: baseline;
}
.property-street .price:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /*border-color: rgba(4, 94, 131, 0);*/
    border-right-color: #267BCB;
    border-width: 19px;
    margin-top: -19px;
}

@media (max-width: 1090px) {
    .property-street {
        height: 114px;
    }
    .property-street .price, .property-street .category, .property-street .street {
        position: inherit;
        display: block;
        float: none;
    }
}

.featured-items h2 {
    background: none repeat scroll 0 0 #f0f0f0;
    clear: both;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding-left: 20px;
}
.featured-items .props {
    width: 240px;
    padding: 7px 0;
    overflow: hidden;
}

.widget.agent .dane {
    font-size: 14px;
    padding: 10px;
    line-height: 24px;
}
.widget.agent .dane img {
    width: 75px;
    height: 75px;
    margin: 0 5px 5px 0;
    float: left;
}

#property-map {
    width: 100%;
    height: 300px;
}

.infobox {
    background: #fff;
    opacity: 0.9;
    width: 180px;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
}

.infobox .title {
    font-size: 14px;
    color: #222;
}

.infobox .price {
    font-size: 12px;
}

.inner.details {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ddd;
    margin: 20px 20px 0 20px;
    padding: 0px;
}
.details >span {
    display: inline-block;
    padding: 0px 5px 0px 18px;
    background: no-repeat scroll 0px 5px rgba(0, 0, 0, 0);
}
.inner.details span {
    padding: 7px 20px 7px 32px;
    background: no-repeat scroll 10px 11px rgba(0, 0, 0, 0);
}
.inner.details .powierzchnia, .inner.details .dzialka, .inner.details .pokoje, .inner.details .rok {
    border-right: 1px solid #ddd;
}
.details span.powierzchnia {
    background-image: url("/img/icons/area.png");
}
.details span.dzialka {
    background-image: url("/img/icons/area.png");
}
.details span.pokoje {
    background-image: url("/img/icons/bed.png");
}
.details span.rok {
    background-image: url("/img/icons/year.png");
}
.inner.details .wyslij, .inner.details .drukuj, .inner.details .notes {
    border-left: 1px solid #ddd;
    float: right;
}
.inner.details .wyslij:hover, .inner.details .drukuj:hover, .inner.details .notes:hover {
    background-color: #e0e0e0;
}
.inner.details .wyslij a:hover, .inner.details .drukuj a:hover, .inner.details .notes a:hover, .inner.details .notes a:active, .inner.details .notes a:link, .inner.details .notes a:visited {
    text-decoration: none !important;
    border-bottom: none;
}
.inner.details .notes {
    background: url("/img/rsfn.png") no-repeat scroll 3px 3px #fff;
    margin: 0;
    padding: 7px 10px 7px 35px;
    /*font-weight: bolder;*/
    /*font-size: 20px;*/
}
.inner.details .wyslij {
    background: url("/img/icons/send.png") no-repeat scroll 10px 11px #fff;
}
.inner.details .drukuj {
    background: url("/img/icons/print.png") no-repeat scroll 10px 11px #fff;
}


/* notes */
.notes {
    display: block;
    float: right;
    margin-right: 30px;
}


.rslider {
    border-radius: 3px 0 0 3px;
    border-right: medium none !important;
    height: 30px;
    position: fixed;
    right: 0;
    text-align: left;
    width: 30px;
    z-index: 970;
}
.rslider .vline {
    background: inherit;
    border-radius: 3px 0 0 3px;
    display: none;
    height: 30px;
    margin-left: -384px;
    position: absolute;
    width: 414px;
    z-index: 801;
}
.rslider .vline .rslider-box {
    background: inherit;
    border-radius: 3px;
    height: 480px;
    margin-top: -240px;
    position: absolute;
    width: 380px;
    z-index: 802;
}
.rslider .vline .vlayer {
    background: inherit;
    display: none;
    height: 30px;
    margin-left: 379px;
    position: absolute;
    width: 35px;
    z-index: 803;
}
.rslider .vline .rscontent {
    display: none;
    height: 474px;
    margin: 3px;
    overflow: hidden;
    position: absolute;
    width: 374px;
    z-index: 6000;
}
.rslider a.ico {
    height: 30px;
    left: 0;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 5900;
}
.rslider a.ico span {
    height: 30px;
    position: absolute;
    width: 30px;
}
.rslider a.ico strong {
    display: none;
}
.slider-face {
    background: none repeat scroll 0 0 #3B5998;
    margin-top: -32px;
    top: 50%;
}
.slider-face a.ico {
    background: url("/img/rsfn.png") no-repeat scroll left -30px rgba(0, 0, 0, 0);
}
.slider-face .rcl {
    background: none repeat scroll 0 0 #3B5998;
}
.slider-face .rscontent {
    background: none repeat scroll 0 0 #FFFFFF;
}
.slider-notes {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 2px;
    top: 50%;
}
.slider-notes a.ico {
    background: url("/img/rsfn.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.slider-notes .rcl {
    background: none repeat scroll 0 0 #FFFFFF;
}
.slider-notes .rscontent {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    overflow: auto !important;
}
#notes-pozycje .item {
    border-top: 1px solid #CCCCCC;
    margin: 0 5px;
    padding: 5px;
    overflow: hidden;
    clear:both;
}
#notes-pozycje .item .ic {
    float: left;
    height: 108px;
    margin-right: 10px;
    overflow: hidden;
    width: 145px;
}
#notes-pozycje .item img {
    height: 108px;
    width: auto;
}
#notes-pozycje .item a {
    color: #1E395B;
    display: block;
}
#notes-pozycje .item a:hover {
    text-decoration: none;
}
#notes-pozycje .item a.del {
    background: none repeat scroll 0 0 #AAAAAA;
    color: #FFFFFF;
    font-family: monospace;
    font-size: 14px;
    margin: 3px 0 0 330px;
    padding: 0 4px;
    position: absolute;
}
#notes-pozycje .item a.del:hover {
    background: none repeat scroll 0 0 #000000;
}
#notes-pozycje .item .ni {
    color: #4D4F4E;
    float: left;
}
#notes-pozycje .item .ni strong {
    color: #D00000;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0;
}
#notes-pozycje .item .ni span {
    display: block;
}
#notes-pozycje .item .ni .price b {
    color: #D00000;
    font-size: 14px;
    font-weight: normal;
}
#notes-pozycje .first {
    border-top: medium none;
}
#notes-pozycje p.empty {
    color: #999999;
    font-size: 16px;
    font-style: italic;
    padding: 229px 0 0;
    text-align: center;
}
#notes-tip {
    background: none repeat scroll 0 0 #ED1C24;
    border-radius: 10px;
    color: #FFFFFF;
    display: none;
    font-size: 9px;
    line-height: 9px;
    margin: -3px 0 0 -4px;
    padding: 5px;
    position: absolute;
}
.rs-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.lt-ie9 .rs-shadow {
    border: 1px solid #CCCCCC;
}
.lt-ie7 .rslider {
    display: none !important;
}
.notepad-cp {
    position: fixed;
}
span.date {
    position: relative;
    top: -19px;
}
#notes-button {}

/* Wyslij */
.form_lista td {
    vertical-align: middle;
    padding: 2px;
}

.form_lista input {
    margin: 0;
}

/* kalkulator */
#calculator input {
    padding: 4px 2px;
    width: 170px;
    height: 20px;
}

/*#calculator select {
    padding: 4px 2px;
    width: 176px;
    height: 30px;
}

#calculator th, #calculator td {
    padding: 1px 3px;
}

#calculator th {
    text-align: right;
}

#calculator th.header {
    text-align: center;
}*/

/* lista */
.special_menu {
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 0 10px #d0d2d5;
    background: #fff;
}
.special_menu div {
    border: 1px solid #c3c5c9;
    padding: 10px;
    background-clip: padding-box;
    border-radius: 4px 4px 0 0;
}
.special_menu a {
    display: inline-block;
    width: 25%;
}

.featured-item-list h2 a {
    float: right;
    font-size: 12px;
    margin-right: 15px;
}

@media (max-width: 980px) {
    .featured-items .featured-item.featured-list .price-wrapper {
        top: -4px;
        right: 10px;
    }
}

@media (max-width: 766px) {
    .featured-items .featured-item.featured-list .bottom p span>span {
        display: none;
    }
}

.search_checkbox {
    min-width: 90px;
    width: 49%;
    float: left;
}

/* Oferty deweloperskie */
.files img {
    width: 32px;
}
