/*

1. Filtr ogłoszeń
2. Lista ogłoszeń
3. Mikro blok ogłoszeń
4. Blok ogłoszeń
5. Pojedyncze ogłoszenie

*/

/* 1. Filtr ogłoszeń */


#oglo_filtr input:focus, #oglo_filtr select:focus {
    outline: none !important;
}
}
#oglo_filtr {

    padding: 0 0;

    margin: 0 auto 0;
    border-radius: 1px;

}

#oglo_filtr .big{
    padding-top: 25px;
    padding-bottom: 25px;

    background: #359bed;

    background-image: -webkit-linear-gradient(top, #359bed 0, #359bed 95%, #359bed 100%);

    border-radius: 5px;

    position: relative;

    z-index: 2;

}

#oglo_filtr .no-right{
    margin-right: 0;
    padding-right: 0;
}
#oglo_filtr .no-left{
    margin-left: 0;
    padding-left: 0;
}
#oglo_filtr .controlsBig input{

    padding: 10px 16px 10px 30px;
}
#oglo_filtr .controlsBig i{
    position: absolute;
    left: 24px;
    top: 12px;

    color: #f0ad4e;

    font-size: 19px;
}

#oglo_filtr .no-right input, #oglo_filtr .no-right select {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#oglo_filtr .no-left input, #oglo_filtr .no-left select{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#oglo_filtr .chzn-container, #oglo_filtr .chzn-drop, #oglo_filtr .chzn-search input {
    width: 100% !important;
}

#oglo_filtr .select_cat_div {

    width: 33%;
    float: left;
    margin-right: 0.33%;
}
#oglo_filtr .form-group {
    height: 50px;
}

#oglo_filtr fieldset {
    height: 165px;
    padding: 15px 20px;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#oglo_filtr .control-group {
    margin-bottom: 20px;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;

    padding-right: 29px;
    margin-right: 30px;
    height: 45px;

    float: left;
}

#oglo_filtr .control-label {
    margin-bottom: 0;
}

#oglo_filtr .price {

    float: left;

    position: relative;
    display: block;

    margin-right: 0px;

}

#oglo_filtr .price:first-of-type {

}

#oglo_filtr .price input {
    width: 100%;

    text-align: right;

    padding-right: 23px;
}

#oglo_filtr .price span {
    right: 26px;
    top: 8px;
    position: absolute;

    color: #888;
}

#oglo_filtr .price_separator {
    float: left;
    display: block;

    text-align: center;

    line-height: 40px;

    width: 0px;
    padding: 0;
    margin-left: -7px
}

#oglo_filtr .btn {
    margin: 0 0;
}
#oglo_filtr .filtrAdvBtn {
    color: #ff6600;
    margin: 7px 0;
    float: left;
}

#oglo_filtr .oglo_filtr_bottom{
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    border-top: none;
    margin: -5px 0 15px;



    padding-top: 15px;
    padding-bottom: 10px;

    border-radius: 0 0 10px 10px;


}

@media screen and (max-width: 768px) {
    #oglo_filtr .no-right{
        margin-right: inherit;
        padding-right: 15px;
    }
    #oglo_filtr .no-left{
        margin-left: inherit;
        padding-left: 15px;
    }
    #oglo_filtr .no-left input, #oglo_filtr .no-left select{
        border-radius: 0px !important;
    }
    #oglo_filtr .controlsBig input, #oglo_filtr .controlsBig select{

        padding: 10px 16px;
        border-radius: 0px !important;

        margin-bottom: 6px;
    }
    #oglo_filtr .controlsBig i{
        display: none;
    }
}

/* 2. Lista ogłoszeń */
.oglo_list {
    position: relative;

    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid #d8ebfd;

    padding: 10px;
    background-color: white;

    margin: 0 0 3px 0;

    overflow: visible;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.oglo_list:hover {
    border: 1px solid #96c155;
}

.oglo_list_option1 {
    border: 1px solid orangered !important;
    background-color: #FFCF75;
}

.oglo_list_option2 {
    border: 4px solid orange !important;
    padding: 7px !important;
}

.oglo_list h1 {
    font-weight: 300;
    font-size: 16px;
    color: #1261aa;
    margin: 0;
    padding: 0;
}

.oglo_list h3 {
    padding: 0;
    margin: 0 0 0.5em;

    color: #999999;
}

.oglo_list h2 {
    font-size: 12px;
    font-weight: 600;
    color: #384046;
    margin: 0;
    z-index: 10;
    cursor: pointer;
}

.oglo_list .body {
    position: relative;
    margin-top: 5px;

    padding-bottom: 1px;
}

.oglo_list .img {
    float: left;
    display: block;

}

.oglo_list .img a {
    display: block;
    overflow: hidden;

    height: 114px;
    background: white;

    margin-bottom: 6px;
}

.oglo_list .img-border a {
    display: block;
    width: 180px;
    height: 135px;

    display: block;
    overflow: hidden;
}

.oglo_list .description {
    font-size: 14px;

    padding-left: 12px;

    background: -webkit-linear-gradient(left, #fafafa, #fbfbfb);
    background: -moz-linear-gradient(left, #fafafa, #fbfbfb);
    background: -o-linear-gradient(left, #fafafa, #fbfbfb);
    background: -ms-linear-gradient(left, #fafafa, #fbfbfb);
    background: linear-gradient(left, #fafafa, #fbfbfb);
}

.oglo_list .info {
    border: none;
    margin-top: 6px;
    font-size: 12px;
}

.oglo_list .info .btn {
    font-size: 12px;
}

.oglo_list .info span {
    font-size: 12px;
    float: right;
    line-height: 20px;
}

.oglo_list .info i {
    margin-right: 2px;
}

.oglo_list .price {
    font-size: 18px;
    line-height: 42px;
    color: #e97908;
}

.oglo_list .title {
}

.oglo_list .title span.time {
    float: right;
    margin: 6px 6px 0 0;
    float: right;

    color: #999999;
}

.oglo_list .title span.time i {
    font-size: 14px;
}

.oglo_list_new {
    position: relative;

    padding: 10px 0;
    background-color: white;

    overflow: visible;

    border: 1px solid white;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.oglo_list_new:hover {
    border: 1px solid #96c155;
}

.oglo_list_new .img {
    background-size: cover;

    min-height: 130px;
    width: 100%;

    display: block;
}

.oglo_list_new h2 {
    font-weight: 500;
    font-size: 17px;
    max-width: 75%;
    color: #142355;
    margin: 2px 0 4px;
    padding: 0;
}

.oglo_list_new h2 .label {

    padding: 1px 8px;
    font-weight: normal;
    font-size: 11px;
}

.oglo_list_new h2 span {
    font-size: 12px;
    font-weight: normal;;
}

.oglo_list_new h3 {
    font-size: 13px;
    margin: 0 0 0.5em;

    color: #b7b7b7;
}

.oglo_list_new h3 a {
    color: #b7b7b7;
}

.oglo_list_new h3 i {
    color: #f0ad4e;
    margin-right: 3px;
}

.oglo_list_new h3 span {
    color: #666;
}

.oglo_list_new h3 span a {
    color: #666;
}

.oglo_list_new .price {
    position: absolute;
    right: 15px;
    top: 0px;

    color: #e97908;
    font-size: 20px;
    line-height: 22px;
}

.oglo_list_new .price sup {
    top: -0.4em;
    font-size: 60%;
}

.oglo_list_new .info {

    margin-top: 30px;

}

.oglo_list_new .info .block {
    color: #b7b7b7;

    font-size: 12px;

    margin-bottom: 10px;
}

.oglo_list_new .info .block span {
    color: #000;
    clear: both;

    font-weight: bold;
    word-wrap: break-word
}

.oglo_list_new .btn {
    margin-top: -30px;

    margin-right: 15px;

    float: right;

    position: relative;
    z-index: 2;

    /*background: none;*/
    /*border: none;*/
    /*color: #e97908;*/
}

/* 3. Mikro blok ogłoszeń */

.oglo_micro {
    float: left;

    width: 100%;

    padding: 10px;

    border: 1px solid white;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.oglo_micro:hover {
    border: 1px solid #359bed;
}

.oglo_micro_option1 {
    border: 1px solid orangered !important;
    background-color: #FFCF75;
}

.oglo_micro_option2 {
    border: 1px solid orange !important;
}

.oglo_micro .img-shadow {
    float: left;
}

.oglo_micro a.img {
    width: 90px;
    height: 73px;

    overflow: hidden;
    display: block;
    background-color: white;
}

.oglo_micro .data {
    margin-left: 93px;
    padding-left: 15px;
    min-height: 64px;
}

.oglo_micro .title {
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 5px;
    overflow: hidden;
    height: 40px;
}

.oglo_micro .title a:visited {
    color: #879098;
}

.oglo_micro .numbers {
    margin: 0;
    line-height: 1.2;
}

.oglo_micro .numbers > * {
    display: block;
}

.oglo_micro .numbers span {
    font-size: 11px;
}

.oglo_micro .numbers strong {
    font-size: 14px;
    color: #ea8218;
    font-weight: bold;
}

/* 4. Blok ogłoszeń */
.oglo_block_new {
    height: 160px;
    width: 100%;

    margin: 0 0 15px;

    box-sizing: border-box !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    overflow: hidden;

    position: relative;
}

.oglo_block_new .img {
    background-size: cover;

    height: 160px;
    width: 100%;

    display: block;
}
.oglo_block_new .fav {
    top: 0px;
    left: 0;
}

.oglo_block_new .price {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    line-height: 22px;

    color: white;
    background: #e97908;
    padding: 4px 8px;
}

.oglo_block_new .price sup {
    top: -0.4em;
    font-size: 60%;
}

.oglo_block_new .info {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='rgba(0, 0, 0, 0.9)', GradientType=0);
    width: 100%;

    min-height: 20px;

    position: absolute;
    bottom: 0;

    left: 0;
    right: 0;

    padding: 10px 0 6px;
}

/*.oglo_block_new .img {*/
/*border: 1px solid #e97908;*/
/*}*/
/*.oglo_block_new .info {*/
/*background: #e97908;*/
/*position: absolute;*/
/*left: 15px;*/
/*right: 15px;*/

/*bottom: -15px;*/

/*border: 2px solid #e97908;*/
/*}*/
/*.oglo_block_new .info h3 a {*/
/*color: #fff !important;*/
/*}*/
/*.oglo_block_new .info h3 {*/
/*padding: 0 !important;*/
/*margin: 6px 10px 0 !important;*/
/*}*/

/*.oglo_block_new .info h4 {*/
/*padding: 0 !important;*/
/*margin: 6px 10px 6px !important;*/


/*}*/
/*.oglo_block_new .info h4 a{*/
/*color: #eee !important;*/
/*}*/

.oglo_block_new .info h3{
    margin: 6px 10px;

    color: white;

    font-weight: 500;
}
.oglo_block_new .info h3 a{
    color: white;
}


.oglo_block_new .info h4 {
    font-size: 11px;
    margin: 3px 10px 0.5em;

    color: #b7b7b7;
}

.oglo_block_new .info h4 a {
    color: #d7d7d7;
}

.oglo_block_new .info h4 i {
    color: #f0ad4e;
    margin-right: 3px;
}

.oglo_block {
    height: 260px;

    margin: 0 0 12px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    padding: 0;

    /*
    background-color: #fbfbfb;
    box-shadow:0 1px 2px rgba(0,0,0,0.05);
    background-color:#fff;
    */

    border-radius: 2px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    position: relative;
}

.oglo_block_option1 {
    border: 1px solid orangered !important;
    background-color: #FFCF75 !important;
}

.oglo_block_option2 {
    border: 1px solid orange !important;
}

.oglo_block:hover .img {
    border: 1px solid #359bed;
}

.oglo_block .price {
    display: block;
    position: absolute;
    top: 6px;
    right: -15px;
    width: auto;

    padding: 11px 3px 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;

    background: #62ab00;

    padding: 2px 6px;

    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;

}

.oglo_block .price:after {

    position: absolute;

    content: " ";
    top: 9px;
    right: 0px;

    float: right;
    margin-left: 15px;
    margin-top: 15px;

    width: 0;
    height: 0;
    border-top: 15px solid #548503; /*Change colour here to match .testimonial*/
    border-left: 0px solid transparent;
    border-right: 15px solid transparent; /*Make this 30px to create a triangle*/

}

.oglo_block .img {
    display: block;
    height: 200px;

    background-color: white;

    overflow: hidden;

    border: 1px solid #eaeaea;
}

.oglo_block hgroup {
    float: left;
    max-width: 295px;
}

.oglo_block .data {
    padding: 5px 5px 5px;
    float: left;
    width: 260px;
    position: relative;
}

.oglo_block .data a {

    width: 260px;
    height: 24px;

    text-align: center;

    display: block;

}

.oglo_block .data h3 {
    max-width: 255px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 14px;

    line-height: 20px;
    margin: 0;
}

.oglo_block .data h4 {
    margin: 0;
    max-width: 295px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;

    font-size: 11px;

    color: #333;
}

.oglo_block .data p {
    text-align: right;
    float: right;
    margin: 0;
    line-height: 16px;

    display: block;
    font-size: 14px;
    font-weight: 600;

    position: absolute;
    top: 25px;
    right: 5px;

    color: #e97908;
}

/* 5. Pojedyncze ogłoszenie */
#classified {
    position: initial;
}

#classified h1 {

    margin-bottom: -7px;
    color: #1261aa;

}

#classified .sash {
    position: absolute;
    left: 15px;
    top: 6px;

}

#classified .basic {

    width: 100%;

    border-top: 6px solid #359bed;

    font-size: 13px;

    min-height: 200px;

    float: right;

}

#classified .basic table {
    margin-bottom: 0;
}

#classified .basic table th {
    background: #f7f7f7;
    text-align: right;

    color: #676767;

    font-weight: normal;
    width: 31%;
    padding-right: 15px;
}

#classified .basic table td {
    padding-left: 15px;
}

#classified .basic table .btn {
    font-size: 11px;
}

#classified .social_links {
}

#classified .social_links .btn-link{
    margin: 0 4px;
    text-decoration: none;

    color: #333;
}
#classified .social_links .btn-link i{
    /*color: #f0ad4e;*/
    margin-right: 2px;
}

#classified .social_links .btn-default {
    padding: 0px 10px;
    margin: 0 2px;
    line-height: 18px;
}

#classified .social_links .facebook {
    margin: 7px 10px 0 0;
}

#classified .social_links .facebook iframe {
    border: none;
    overflow: hidden;
    width: 115px;
    height: 21px;
    float: left;
}

#classified .social_links .tellfriend {
    margin-right: 10px;
}

#classified .social_links .addfav {
    margin-right: 10px;
}

#classified .basic span, #notice .basic div {
    line-height: 20px;
    padding: 6px 0;
    float: left;

    display: block;
}

#classified #simpleMap {
    width: 100%;
    max-width: 100%;
    height: 260px;
}

#classified .showBlock {

}

#classified .showBlock span {
    font-size: 12px;
    float: right;
    line-height: 20px;
}

#classified .showBlock span:last-of-type {
    margin-right: 15px;
}

#classified .showBlock i {
    margin-right: 2px;
}

#classified .nav-tabs {
    margin-bottom: 0;
    height: 37px;
}

#classified .nav-tabs li a {
    padding-bottom: 6px;
    padding-top: 12px;
}

#classified .nav-tabs > li > a:hover{
    background: none;
    border: none;
    border-bottom: 3px solid #359bed;

    padding-bottom: 6px;
    padding-top: 10px;

}

#classified .nav-tabs .active a {
    padding-bottom: 10px;
    padding-top: 10px;
}

#classified .nav-tabs > .active > a {
    border-bottom: 3px solid #359bed;
    padding-bottom: 6px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: -1px;
}

#classified .description {
    font-size: 14px;
    line-height: 22px;
}

#classified ul.special {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;

    background: #f9f9f9;
    width: 100%;
    float: left;
    clear: both;

    font-size: 13px;
}

#classified ul.special li {
    width: 50%;
    float: left;

    padding: 8px 0;

    border-bottom: 1px solid white;
}

#classified ul.special span {
    width: 50%;
    text-align: left;
    float: left;
    padding-left: 11px;

    color: #676767;
}

#classified ul.special p {
    float: left;
    margin: 0;

    font-weight: bold;
}

#classified .description-meta.od-offer-viewcount {
    margin-bottom: 15px;
}

#classified .description-meta {
    color: #a8acae;
    margin: 0;
    text-align: right;
    font-size: 10px;
}

#classified .description-meta.push-left {
    clear: left;
    float: left;
    text-align: left;
}

#classified .description-actions {
    margin: 15px 0 0;
    padding: 10px 0;
    border-top: 1px dotted #cdd3d9;
    list-style: none;

    clear: both;
}

#classified .description-actions li {
    float: left;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px dotted #cdd3d9;
}

#classified .description-actions li:first-child {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}

#classified .goToLocation {
    margin: 6px 0 0;
    line-height: 30px;
}

#classified .goToLocation div {
    line-height: 32px;
}

#classified .goToLocation button {
    margin: 0 6px;
}

#classified .goToLocation input {
    margin: 0 6px;
    width: 200px;
}

#classified #simpleMap2 {
    width: 100%;
    height: 400px;
    margin: 6px 0 6px;
    max-width: 100%;
}

#classified .infoList {
    background: #fafafa;
    border-bottom: 1px solid #e3f2f8;
}
#classified .infoList {
    color: #818181;;
}
#classified .infoList ul{
    list-style: none;

    margin: 0;
    padding: 0;
}
#classified .infoList li{
    margin: 0;
    padding: 24px 0;

    text-align: center;
}
#classified .infoList span{
    /*color: #23527c;*/
    /*color: #80b120;*/
    color: #f0ad4e;
    font-weight: bold;
    padding-top: 4px;
}
