/*
Theme Name: Theme by Exulto
Theme URI: http://exulto.pl
Author: Exulto Internet Software House
Author URI: http://exulto.pl/
Description: Theme by Exulto.
*/

/* =Structure
-------------------------------------------------------------- */

@font-face { 
    font-family: 'LeituraNews-Italic3'; 
    src: url('./font/LeituraNews-Italic3.otf');
}

/*-_-*-_-*-_-*-_- main *-_-*-_-*-_-*-_-*/
    
* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #fff;
    color: rgb(107,107,107);
    overflow-x: hidden;
    font-family: LeituraNews-Italic3;
    font-size: 12px;
    font-weight: normal;
	margin-bottom: 20px;
}

hr {
    width: 99.9%;
    height: 1px;
    border: 0;
	background-color: rgb(227, 227, 227);
    margin: 0 auto;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: rgb(107,107,107);
}

a:hover {
    color: rgb(124, 156, 47); 
}

/*-_-*-_-*-_-*-_- header *-_-*-_-*-_-*-_-*/

#header {
    width: 100%;
}

#header #logo {
    width: 100%;
    height: 180px;
    text-align: center;
    margin-top: 20px;
}

#header hr {
    width: 800px;
}

#header #description {
    width: 100%;
    text-align: center;
    margin: 10px auto;
	font-size: 16px;
        letter-spacing: 2px;
}


/*-_-*-_-*-_-*-_- featured *-_-*-_-*-_-*-_-*/

#featured {
    width: 100%;
    height: 450px;
    background-color: rgb(235,235,235);
    background-image: url('./img/featured-photos-background.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

    /*-_- navigation -_-*/

#featured #navigation {
    text-transform: uppercase;
    text-align: center;
}

#featured #navigation ul li {
    display: inline-block;
    height: 30px;
    margin: 10px 10px -6px 10px;
    font-size: 12px;
    background-image: url('./img/navigation-li.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

#featured #navigation ul li:hover {
    color: rgb(124, 156, 47); 
    cursor: pointer;
    background-image: url('./img/navigation-li-hover.png');
}

#featured hr {
    width: 900px;
    height: 1px;
    border: 0;
	background-color: gray;
}

    /*-_- photos -_-*/

#featured #photos {
    width: 920px;
    height: 351px;
    margin: 20px auto;
}

#featured #photos .box {
    float: left;
    width: 183px;
    height: 351px;
    margin-right: 1px;
}

#featured #photos .box .photo {
    display: block;
    width: 183px;
    height: 351px;
    cursor: pointer;
    overflow: hidden;
}

#featured #photos .box .photo .hover {
    position: absolute;
    display: block;
    width: 183px;
    height: 80px;
    background-color: rgba(96, 136, 0, 0.8);
    margin-top: 271px;
    border-top: 1px solid #fff;
    overflow: hidden;
}

#featured #photos .box .photo .hover img {
    margin-top: -120px;
}

#featured #photos .box .photo:hover .hover {
    display: block;
}


/*-_-*-_-*-_-*-_- body *-_-*-_-*-_-*-_-*/

#body {
    width: 1000px;
    margin: 0 auto;
}

    /*-_- content -_-*/

#body #content {
    width: 960px;
margin: auto;
}

#body #content #special-offer {
    position: absolute;
    width: 220px;
    height: 120px;
    background-image: url('./img/special-offer.png');
    background-repeat: no-repeat; 
    margin: -14px auto auto -150px;
    z-index: 100;
}

#body #content .box {
    float: left;
    display: block;
    width: 310px;
    margin: 10px 0 10px 10px;
}

#body #content .box .photo {
    display: block;
    width: 293px;
    height: 204px;
    border: 5px solid rgba(96, 136, 0, 0.8);
    overflow: hidden;
    cursor: pointer;
}

#body #content .box .photo .hover {
    position: absolute;
    display: none;
    width: 296px;
    height: 204px;
    background-color: rgba(96, 136, 0, 0.8);
    background-image: url('./img/content-hover.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 50;
}

#body #content .box .photo:hover .hover {
    display: block;
}

#body #content .box .description {
    display: block;
    overflow: hidden;
}

#body #content .box .description .title {
    margin: 10px auto;
    font-size: 16px;
	color: #434343;
    min-height: 60px;
}

#body #content .box .description .desc {
    margin: 10px auto;
    font-size: 14px;
    font-weight: normal;
	color: #6b6b6b;
}

#body #content .box .description .desc span {
    float: right;
}

#body #content .box .description .cost {
    margin: 10px auto;
    font-size: 16px;
}

    /*-_- footer -_-*/

#body #footer .link {
    float: left;
    display: block;
    margin: 10px 0;
    padding: 0 15px;
	color: #6b6b6b; 
}

#body #footer .feature {
    color: #588c08;
    margin: 15px 0 15px 15px;
    font-size: 16px;
}

#body #footer .rightb {
    border-right: 1px solid rgb(227, 227, 227);
}

#body #footer #bird {
    position: absolute;
    display: block;
    width: 135px;
    height: 66px;
    margin: -4px auto auto 800px;
    background-image: url('./img/footer-bird.png');
    background-repeat: no-repeat;
}

#body #footer #footer_description {
	color: #6b6b6b; 
}

#body #footer #footer_description  span {
	margin-left: 20px; 
}

#body #footer #footer_description  span  a {
    color: #588c08;
}


/*-_-*-_-*-_-*-_- kategoria *-_-*-_-*-_-*-_-*/

#content h3 {
    float: left;
    margin: 10px 0;
    font-weight: normal;
height:30px;
}

#content span {
    float: right;
}

#content p span, #content .column.right span {
    float: none;
}

#content a.active {
    color: rgb(124, 156, 47); 
    text-decoration: underline;
}

#content hr {
    width: 100%;
    margin-bottom: 10px;
}

#content hr.feature {
    width: 20%;
    margin: 0 0;
    height: 1px;
    border: 0;
	background-color: rgb(196, 196, 196);
}

#content hr.sub {
    width: 100%;
    height: 1px;
    border: 0;
	background-color: rgb(169, 196, 128);
}


/* houses */

#content .houses {
    float: left;
    width: 695px;
    padding:20px 0 0 0;
	margin-left: 25px;
}

#content .houses .house .column {
    float: left;
    width: 300px;
}

#content .houses .house .right {
    float: right;
    width: 370px;
    font-size: 14px;
    line-height: 25px;
}

#content .houses .house .column p {
    margin: 3px 0;
	color: #6b6b6b;
}

#content .houses .house .column h3 {
    width: 99%;
    font-size: 20px;
    margin-top: -5px;
    line-height: 150%;
	color: #434343;
}

#content .houses .house .column .photo {
    width: 296px;
    height: 204px;
    border: 3px solid rgba(96, 136, 0, 0.8);
}

#content .houses .house .column .photo img { width:100%; height:100%; }

#content .houses .house .column .photo .hover{
    position: absolute;
    display: none;
    width: 296px;
    height: 204px;
    background-color: rgba(96, 136, 0, 0.8);
    background-image: url(./img/show-photo.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#content .houses .house .column .photo:hover .hover {
    display: block;
}

#content .houses .house .column a:hover {
    color: rgb(124, 156, 47); 
    text-decoration:underline;
}

#content .houses .house .column.right a:not(.more-link):hover {
    color: #FFF; 
    text-decoration:underline;
}

#content .houses .house p {
    padding: 3px 0 3px 3px;
    font-size: 13px;
    line-height: 170%;
}


/* search box */

#content .search {
    float: right;
    width: 245px;
    background-color: rgb(124, 156, 47);
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	margin-right: 25px;
	margin-top: 10px;
}

#content .search #title {
    padding: 10px 0;
}

#content .search input {
    width: 30px;   
    color: rgb(124, 156, 47);
    margin-bottom: 10px; 
}

#content .search select {
    width: 200px; 
    padding: 2px; 
    margin-bottom: 10px;  
    color: rgb(124, 156, 47);
}

#content .search table {
    width: 80%;
    margin: 0 auto;
}

#content .search input.submit {
    position: absolute;
    width: 100px;  
    border: 2px solid white; 
    background-color: rgb(124, 156, 47); 
    color: #fff;
    padding: 2px;
    margin: -10px -50px;
}




/*-_-*-_-*-_-*-_- nieruchomosc *-_-*-_-*-_-*-_-*/

#content #photos {
    width: 950px;
    margin: 0 auto;
}

#content #photos .bigphoto {
    float: left;
    display: block;
    width: 296px;
    height: 204px;
    border: 2px solid rgb(124, 156, 47);
}

#content #photos .bigphoto img {
    width:100%;
    height:100%;
}
#content #photos hr {
    width: 630px;
    float: right;
} 

#content #photos .photo {
    float: left;
    display: block;
    width: 120px;
    height: 90px;
    margin: 0 5px 15px 5px;
    overflow: hidden;
} 

#content #photos .photo img {
    width: 120px;
    height: 90px;
    margin: 0 auto;
} 

#content #photos .photo .hover,
#content #photos .bigphoto .hover {
    position: absolute;
    display: none;
    width: 296px;
    height: 204px;
    background-color: rgba(124, 156, 47, 0.9);
    background-image: url(./img/show-photo.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#content #photos .photo .hover {
    width: 120px;
    height: 90px;
    background-size: 100px 11px;
}


#content #photos .photo:hover .hover,
#content #photos .bigphoto:hover .hover {
    display: block;
}
#content hr {
    width: 100%;
    margin-bottom: 10px;
}

#content hr.feature {
    width: 20%;
    margin: 0 0;
    height: 1px;
    border: 0;
	background-color: rgb(196, 196, 196);
}

#content p {
    margin: 0 0 5px 10px;
    font-size: 14px;
}

#content h3 {
    float: left;
    width: 50%;
    margin: 10px 0;
    font-style: normal;
}

#content h3 span {
    float: left;
    font-size: 16px;
    color: rgb(124, 156, 47); 
}

.back {
    margin-top: 10px;
}

.wp-pagenavi *
{
    float:none !important;
    margin:0 5px;
}

.wp-pagenavi .pages
{
    color: rgb(124, 156, 47); 
}

.page #content h1
{
    padding:20px 0;
}

.page #content h3
{
    padding:10px 0;
    margin:10px 0 30px 0;
    float:none;
    border-bottom:2px solid rgb(227, 227, 227);
}

.page #content 
{
    line-height:200%;
}


.page #content p
{
    margin:10px 0;
}
.page-bottom
{
    margin:50px 0;
}

#body #footer ul, #body #footer ul li
{
    display:inline;
}

#body #footer ul li a
{
    border-right: 1px solid rgb(227, 227, 227);
    float: left;
    display: block;
    margin: 10px 0;
    padding: 0 15px;
}

#body #footer ul li.current-menu-item a
{
    color: rgb(124, 156, 47);
}

#content .search input.inp_txt
{
    width:200px;
}

.wp-pagenavi
{
    padding: 10px 0;
}

#footer
{
    width: 960px;
clear: both;
    margin: auto;
}

#content .wpcf7 span
{
    float:none;
}

#content .wpcf7 .split3 
{
    overflow:hidden;
}

#content .wpcf7 .split3 em
{
    width:250px;
    float:left;
    margin:0 30px 0 0;
    display:block;
    font-style:normal;
}

#content .wpcf7 .split3 em b
{
    font-weight:normal;
}

#content .wpcf7 .split3 em input
{
    width: 245px;
    height: 24px;
    border: 1px solid #CCC;
}

#content .wpcf7 .wpcf7-textarea
{
    width: 810px;
    height: 165px;
    border: 1px solid #CCC;
}

#content .wpcf7 .wpcf7-submit, .wpcf7-submit
{
    font-family: LeituraNews-Italic3;
font-size: 12px;
float: right;

    background: rgb(75, 132, 30);
color: #FFF;

    border: inset rgb(165, 196, 141) 2px;

    padding: 5px 20px;
}

.leftright 
{
overflow: hidden;
width: 810px;
}

.leftright em
{
float: left;
width: 470px;
}

.archive #content .houses {
float: left;
width: 685px;
padding: 20px 0 0 0;
margin:0;
}

.scrollup {
    display: none;
    width: 16px;
    height: 10px;
    opacity: 0.8;
    position: fixed;
    bottom: 35%;
    margin-left: 1000px;
    background: url('./img/scroll-up.png') no-repeat;
}

form.wpcf7-form
{
width: 840px;
margin: auto;
}

.page.page-id-75 #body #content
{
width:990px;
}

.page #body #content {
width: 940px;
}

.page-template-page-search-php #content .houses
{
float: left;
width: 655px;
padding: 20px 0 0 0;
margin-left: 0;
}

.page-template-page-search-php #content .houses .house .right
{
width: 330px;
}