.content{
    width: 85%;
    padding: 40px 0;
}

.wc_slides{
    width: 100%;
}

.wc_slide_scroll{
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 2;
    display: block;
    width: 28px;
    height: 44px;
    color: #fff;
    opacity: 0.7;
    transform: translateX(-50%);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.wc_slide_scroll:hover,
.wc_slide_scroll:focus{
    opacity: 1;
    transform: translateX(-50%) translateY(-3px);
}

.wc_slide_scroll:focus{
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 6px;
    border-radius: 18px;
}

.wc_slide_scroll_mouse{
    position: relative;
    display: block;
    width: 28px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 18px;
    box-sizing: border-box;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
}

.wc_slide_scroll_wheel{
    position: absolute;
    top: 8px;
    left: 50%;
    width: 3px;
    height: 8px;
    margin-left: -1.5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    animation: wc-slide-scroll-wheel 1.7s ease-in-out infinite;
}

.wc_home_content_anchor{
    display: block;
    width: 100%;
    height: 0;
}

@keyframes wc-slide-scroll-wheel{
    0%{
        opacity: 0;
        transform: translateY(0);
    }
    25%{
        opacity: 1;
    }
    75%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translateY(13px);
    }
}

@media (prefers-reduced-motion: reduce){
    .wc_slide_scroll{
        transition: none;
    }

    .wc_slide_scroll_wheel{
        animation: none;
    }
}

@media (min-width: 1278px){
    .wc_slides{
        height: 100vh;
        overflow: hidden;
        background-position: center;
        background-size: cover !important;
    }

    .wc_slide_item,
    .wc_slide_item.first{
        height: 100%;
    }

    .wc_slide_item img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.wc_mobile_nav .content{
    margin: 0;
    padding: 0;
}

.logo{
    width: 110px;
}

.li_logo{
    display: none;
}

.wc_slide_item_desc{
    top: 40% !important;
    text-align: center;
    font-size: 1.2em;
}

.main_header .content{
    padding: 25px 0 15px 0;
}

.wc_mobile_nav{
    display: none;
    width: 100%;
    padding: 20px;
    background: #333;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
}

.wc_mobile_nav span{
    display: inline-block;
    vertical-align: top;
}

.wc_mobile_nav .bar{
    margin-right: 5px;
    margin-top: -1px;
}

.wc_mobile_nav:hover{
    color: #cc8215;
}

.site_title{
    position: absolute;
    text-indent: -9999px;
}

.main_header .wc_logo{
    float: left;
    width: 300px;
    max-width: 100%;
}

.main_header .wc_numero{
    float: right;
    width: 300px;
    max-width: 100%;
}

.main_header .wc_contact h1{
    font-size: 1.6em;
    font-weight: bold;
    color: #777;
    line-height: 1;
}

.main_header .wc_contact p{
    font-size: 1.1em;
    font-weight: 600;
    color: #777;
}

.wc_imobi_nav{
    width: 100%;
    background: rgba(0,0,0,0.5) !important;
    /*border-left: 0.1px solid #fff;*/
    border-bottom: 0.1px solid #fff;
    /*border-right: 0.1px solid #fff;*/
}

.wc_imobi_nav .content{
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.wc_imobi_nav .li{
    display: inline-block;
    position: relative;
}

.wc_imobi_nav .logo:hover{
    background: none !important;
}

.wc_imobi_nav a{
    display: inline-block;
    font-size: 0.9em;
    padding: 15px;
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
    text-decoration: none;
}

.wc_imobi_nav .login{
    float: right;
}

.wc_imobi_nav .li:hover,
.wc_imobi_nav .li a:hover{
    background: #cc8215;
}

.wc_imobi_nav .li:hover .sub,
.wc_imobi_nav .li a:hover .sub{
    display: block;
}

.imobi_search_code{
    margin-top: 5px;
    margin-right: 5px;
    float: right;
    padding: 15px 20px;
}

.imobi_search_code:hover{
    /*    background: #000 !important;*/
    background: none !important;
}

.imobi_search_code input,
.imobi_search_code button{
    display: inline-block;
    width: 30%;
    padding: 5px;
    border: none;
    vertical-align: middle;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

.imobi_search_code input{
    padding: 7px;
    width: 70%
}

.wc_imobi_nav .sub{
    position: absolute;
    display: none;
    width: 300px;
    background: #444;
    left: 0;
    top: 100%;
    z-index: 99;
}

.wc_imobi_nav .sub li a,
.wc_imobi_nav .sub li{
    display: block;
    width: 100%;
}

.section_header{
    text-align: center;
    margin-bottom: 30px;
}

.section_header h1{
    text-transform: uppercase;
    color: #fff;
}

.section_header p{
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

.workcontrol_imobi_filter{
    background: #eee;
}

.realty_item{
    box-shadow: 0px 0px 2px 1px #ccc;
}

.realty_item_header{
    position: relative;
}

.realty_item_header h1{
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}

.realty_item_header a{
    text-decoration: none;
    color: #fff;
}

.realty_item_header a:hover{
    text-decoration: underline;
}

.realty_transaction{
    position: absolute;
    left: 0;
    top: 20px;
    padding: 5px 10px;
    font-size: 0.8em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.realty_transaction.cs3{
    background: #00B490;
}

.realty_transaction.cs2{
    background: #008B6F;
}

.realty_transaction.cs1{
    background: #e09595;
}

.realty_observation{
    position: absolute;
    left: 0;
    top: 48px;
    padding: 5px 20px;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background: #333;
    text-transform: uppercase;
}

.realty_item_content{
    padding: 10px;
    background-color: #363435;
}

.realty_item_content p{
    display: inline-block;
    padding: 5px 10px;
    width: 50%;
    padding-left: 40px;
    background-size: 20px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #fff;
}

.realty_item_content b{
    color: #fff !important;
}

.realty_item.box4 .realty_item_header h1{
    position: relative;
    background: #333;
    font-size: 0.875em;
}

.realty_item.box4 .realty_item_content p{
    font-size: 0.5em;
    padding: 0;
    padding-left: 35px;
}

.realty_item_content p b{
    font-size: 1.1em;
    color: #000;
}

.realty_item_content .price{
    background-image: url(icons/price.png?=1.0.0);
}

.realty_item_content .ref{
    background-image: url(icons/ref.png?=1.0.0);
}

.realty_item_content .city{
    background-image: url(icons/city.png?=1.0.0);
}


.realty_item_content .district{
    background-image: url(icons/district.png?=1.0.0);
}


.realty_item_content .built{
    background-image: url(icons/built.png?=1.0.0);
}

.realty_item_content .total{
    background-image: url(icons/total.png?=1.0.0);
}

.realty_item_content .bed{
    background-image: url(icons/bedrooms.png?=1.0.0);
}

.realty_item_content .aparts{
    background-image: url(icons/aparts.png?=1.0.0);
}

.realty_item_content .bat{
    background-image: url(icons/bat.png?=1.0.0);
}

.realty_item_content .parking{
    background-image: url(icons/parking.png?=1.0.0);
}

.realty_item_content .full{width: 100% !important;}

.realty_item_price{
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    background: #eee;
    color: #444;
    text-shadow: 1px 1px 1px #fcfcfc;
}

.wc_imobi_featured{
    background: #363435;
}

.wc_footer{
    background: #363435 url(images/footer-map.png) center right 10% no-repeat;
    color: #fff;
    border-top: 1px solid #ccc;
}

.wc_imobi_footerinfo p{
    margin-top: 20px;
    font-size: 0.7em;
}

.wc_imobi_footerlinks{
    padding: 0 30px;
}

.wc_imobi_footercontact h1,
.wc_imobi_footerlinks h1{
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.wc_imobi_footerlinks a{
    color: #ccc;
    display: block;
    font-size: 0.7em;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-decoration: none;
}

.wc_imobi_footerlinks a:hover{
    color: #fff;
}

.wc_imobi_footercontact p{
    font-size: 0.8em;
    margin-bottom: 10px;
}

.paginator{
    display: block;
    width: 100%;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.paginator li{
    display: inline-block;
}

.paginator li a,
.paginator li span{
    display: inline-block;
    padding: 5px 10px;
    background: #cc8215;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.paginator li a:hover{
    background: #cc8a23;
}

.paginator li .active{
    background: #666;
}

.imobi_single{
    background: #363435;
}

.imobi_single_desc{
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.imobi_single_gb{
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.imobi_single_gb{
    padding-right: 40px;
}

.imobi_single_gb aside{
    display: block;
    width: 100%;
    padding: 5px;
    background: #fff;
    cursor: pointer;
}

.imobi_single_gb aside article{
    display: inline-block;
    width: 20%;
    padding: 5px;
}

.imobi_single_gb aside article:hover{
    background: #008B6F;
}

.imobi_single_gb aside .active,
.imobi_single_gb aside .active:hover{
    background: #00B490;
    cursor: default;
}

.imobi_single_desc header h2{
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.imobi_brokers{
    text-align: center;
    background: #cc8215 url(images/footer-map.png) center right 10% no-repeat;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0px 1px 1px #000;
}

.imobi_brokers p:last-of-type{
    font-size: 0.7em;
    text-transform: uppercase;
    margin-top: 5px;
}

.imobi_single_desc h3{
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

.imobi_single_desc .realty_item_content{
    padding: 0;
    background-color: #363435;
}

.imobi_single_desc .realty_item_content p{
    display: inline-block;
    width: 100%;
    padding: 8px 0 8px 25px;
    background-position: center left;
    border-bottom: 1px solid #ccc;
}

.imobi_single_desc .realty_item_content b{
    display: inline-block;
    margin-left: 5px;
}

.single_imobi_desc{
    background: #fff;
    font-size: 1.1em;
}

.htmlchars p{
    color: #fff;
}

.imobi_single_part h3{
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;;
}

.imobi_single_part span{
    display: inline-block;
    padding: 10px;
    background: #cc8215;
    border: 3px solid #eee;
    color: #fff;
    font-weight: 600;
    font-size: 0.875em;
}

.imobi_single_part span b{
    color: #fff;
    display: inline-block;
    padding: 5px 11px;
    background: #cc8a23;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.page_content{
    background: #fbfbfb;
    padding: 20px;
}

.page_content header{
    text-align: right;
    margin-bottom: 20px;
    color: #ccc;
}

.page_content .htmlchars{
    padding: 0;
}

@media (max-width: 30em){
    .wc_imobi_footerlinks{
        padding: 0;
    }
}

@media (max-width: 44em){
    .wc_slides .wc_slide_pager{
        top: 12px;
        bottom: auto;
    }

    .wc_slide_item_desc p{
        display: none;
    }
}

@media (max-width: 48em){
    .wc_imobi_footerlinks{
        padding-right: 0;
    }

    .imobi_single_desc,
    .imobi_single_gb{
        width: 100%;
        padding: 0;
    }

    .imobi_single_desc{
        padding-top: 30px;
    }
}

@media (max-width: 56em){
    .content{
        width: 90%;
    }

    .wc_slide_scroll{
        bottom: 24px;
        width: 24px;
        height: 38px;
    }

    .wc_slide_scroll_mouse{
        width: 24px;
        height: 38px;
    }

    .realty_item .realty_item_header h1{
        position: relative;
        background: #333;
        font-size: 0.875em;
    }

    .realty_item .realty_item_content p{
        font-size: 0.5em;
        padding: 0;
        padding-left: 35px;
    }

    .wc_slides{
        width: 100%;
    }
}

@media (max-width: 1277px){
    .wc_imobi_nav{
        background: #363435 !important;
    }
    .imobi_search_code{
        margin-top: 5px;
        margin-right: 5px;
        float: right;
        padding: 15px 20px;
        background: #000 !important;
    }

    .imobi_search_code:hover{
        background: #000 !important;
    }

    .wc_imobi_nav .li_logo{
        display: none;
    }
    .wc_imobi_nav .li_social{
        display: none;
    }
    .wc_imobi_nav{
        display: none;
    }

    .wc_imobi_nav li,
    .wc_imobi_nav a,
    .wc_imobi_nav .content{
        display: block;
        width: 100%;
    }

    .wc_imobi_nav .sub{
        position: initial;
        display: block;
        width: auto;
    }

    .wc_imobi_nav .sub a:hover{
        background: #000;
    }

    .wc_mobile_nav{
        display: block;
    }
}

/*blog*/
.post_single{
    background: #eee;
}

.post_single .left_content{
    display: inline-block;
    background: #fff;
    width: 70%;
}

.post_single .post_content header{
    padding: 30px;
}

.post_single .post_content .title{
    font-size: 2em;
    font-weight: 300;
    color: #00896F;
    margin-bottom: 15px;
}

.post_single .post_content .tagline{
    font-size: 1.2em;
    font-weight: 300;
    color: #555;
}

.post_single .post_content .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
}

.post_single .post_content .postby time,
.post_single .post_content .postby b{
    font-weight: 300;
    color: #00896F;
}

.post_single .post_content .post_comments{
    padding: 30px;
    background: #fbfbfb;
    border-top: 1px solid #f3f3f3;
}

.post_single .post_content .post_comments h1{
    font-size: 1.2em;
    padding-left: 5px;
    padding-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

.wc_blog_content{
    background: #eee;
}

.main_blog{
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.main_blog .post_list{
    margin: 0;
    background: #fff;
    margin-bottom: 30px;
}

.main_blog .post_list .post_list_thumb{
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.main_blog .post_list_content{
    display: inline-block;
    width: 60%;
    padding: 20px;
}

.main_blog .post_list_content h1{
    font-size: 1.2em;
    line-height: 1;
    font-weight: 600;
}

.main_blog .post_list_content h1 a{
    text-decoration: none;
    color: #00896F;
}

.main_blog .post_list_content h1 a:hover{
    text-decoration: underline;
}

.main_blog .post_list_content p{
    font-size: 0.8em;
    margin: 10px 0 20px 0;
}

.main_blog .post_list_content .link{
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    background: #888;
    text-transform: uppercase;
}

.main_blog .post_list_content .link:hover{
    background: #00896F;
    transition-duration: 0.3s;
}

.single_post_more .post_list h1{
    font-size: 1em;
    margin: 20px 0 0 0;
}

.single_post_more .post_list a{
    color: #00896F;
    text-decoration: none;
    font-weight: 300;
}

.single_post_more .post_list a:hover{
    text-decoration: underline;
}

.single_post_more .post_list .link,
.single_post_more .post_list p{
    display: none;
}

.main_sidebar{
    display: inline-block;
    width: 30%;
    padding-left: 30px;
    vertical-align: top;
}

.sidebar_search{
    background: #fff;
}

.sidebar_widget{
    margin-bottom: 30px;
}

.sidebar_search input{
    display: inline-block;
    width: 75%;
    border: none;
    padding: 10px;
    vertical-align: top;
    margin: 0;
}

.sidebar_search button{
    display: inline-block;
    padding: 8px;
    width: 25%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align: top;
    margin: 0;
}

.sidebar_social{
    padding: 30px;
    background: #fff;
    text-align: center;
}

.sidebar_social img{
    /*width: 50%;*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}

.sidebar_social h1{
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar_social h1 span{
    display: block;
    font-size: 0.9em;
}

.sidebar_social p{
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
    font-size: 0.75em;
}

.sidebar_nav{
    padding: 20px;
    background: #fff;
}

.sidebar_most > h1,
.sidebar_nav h1{
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.sidebar_nav ul{
    display: block;
    width: 100%;
}

.sidebar_nav li{
    display: block;
    width: 100%; 
}

.sidebar_nav li a{
    display: block;
    width: 100%;
    padding: 8px 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #fff;
    font-size: 0.7em;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar_nav li a:hover{
    background: #eee;
}

.sidebar_most{
    padding: 20px;
    background: #fff;
}

.sidebar_most_post{
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.sidebar_most_post:last-of-type{
    margin-bottom: 0;
}

.sidebar_most_post h1{
    font-size: 0.875em;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
}

.sidebar_most_post a{
    text-decoration: none;
    color: #888;
    line-height: 1;
}

.sidebar_most_post a:hover{
    color: #00896F;
}

.paginator{
    display: block;
    width: 100%;
    text-align: right;
}

.paginator li{
    display: inline-block;
}

.paginator li span,
.paginator li a{
    display: inline-block;
    padding: 6px 12px;
    background: #cc8215;
    margin: 0 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px #006699;
}

.paginator li span{
    background: #888;
    text-shadow: 1px 1px #333;
}

@media(min-width: 1px){
    .wc_imobi_nav .content{
        width: 91%;
    }
}
