@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Caption'), local('PTSans-Caption'), url(http://themes.googleusercontent.com/static/fonts/ptsanscaption/v6/OXYTDOzBcXU8MTNBvBHeScZTqlVYYazgDQrmuy72rMQ.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/idLYXfFa1c7oAPILDl4z0fesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/Pru33qjShpZSmG3z6VYwnT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

html, body {
    min-height: 100%;
    -webkit-text-size-adjust: none;
    background: #ffffff;
}
body, td, input, textarea {
    font-size: 12px;
    font-family: 'PT Sans Caption', sans-serif;
    line-height: 1.3em;
    color: #515151;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,hr,form {
    padding: 0;
    margin: 0;
    border: none;
}
/* obecne */

.page input.text {
    width: 300px;
    border: none;
    padding: 6px 10px;
    margin-bottom: 5px;
    background: #eaeaea;
    float: left;
}
.page textarea {
    width: 630px;
    height: 80px;
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    background: #eaeaea;
    clear: left;
}
.page label {
    clear: left;
    float: left;
    width: 60px;
    padding: 8px 0;
}
input.submit {
    width: 80px;
    height: 30px;
    background: #658bc2;
    margin: 8px 0;
    border: none;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
}
h1 {
    margin: 0 0 20px;
    font-size: 31px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    line-height: 1em;
}
h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
}
h3 {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
}
table h2 {
    margin-top: 0;
}
table {
    border-collapse: collapse;
}
table td, table th {
    vertical-align: top;
    font-size: 14px;
}
.clear:before, .clear:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clear:after {
    clear: both;
}
div.hr {
    height: 1px;
    margin: 0;
    font-size: 0;
    overflow:hidden;
}
div.hr hr {
    display: none;
}
.clearLeft {
    clear: left;
}
.clearBoth {
    clear: both;
}
.clearRight {
    clear: right;
}
a img {
    border: none;
}
a {
    outline: none;
    color: #658bc2;
    text-decoration: none;
}
.center {
    text-align: center;
}
.h {
    display: none;
}
.l {
    float: left;
}
.r {
    float: right;
}
p {
    margin: 0 0 20px ;
    line-height: 1.5em;
}
ul {
    margin: 10px 15px ;
    line-height: 1.5em;
}
.error, .flash {
    color: #dd1a10;
    list-style: none;
    margin: 0 0 20px;
}
.flash {
    background: #FFFFFF;
    color: #DD1A10;
    margin: 20px 0;
    padding: 20px;
}
header {

}
header a.logo {
    padding: 80px 0 45px;
    display: block;
    float: left;
}
header menu {
    margin: 120px 0 0 65px;
    padding: 0;
    float: left;
    width: 735px;
}
header menu ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
header menu ul li {
    display: inline;
    list-style: none;
    flex: 0 1 auto;
}
header menu li a{
    display: inline;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}
header menu li.active a, header menu a:hover {
    padding-bottom: 3px;
    border-bottom: solid 5px #658bc2;
}
header menu ul.langMenu {
    margin: 0 0 0 40px;
    float: right;
}
header menu ul.langMenu a {
    margin-left: 10px;
    color: #658bc2;
}
.page {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
article.center {
	/*outline: 1px solid red;*/
    margin: 45px 0 12px 0;
    position: relative;
    background: #658bc2;
    padding: 35px;
    float: left;
    width: 480px;
    color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
}
section.left {
	/*outline: 1px solid red;*/
	width: 190px;
    float: left;
    padding: 45px 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
section.left h2 {
    margin-top: 0;
    text-transform: uppercase;
    color: #000000;
}
section.left h3 {
    font-size: 14px;
	margin-top: 5px;
    margin-bottom: 18px;
    color: #658BC2;
    font-family: "PT Sans Caption", sans-serif;
}
section.left span.date {
    display: block;
	font-weight: bold;
	margin-top: 5px;
}
section.right {
	/*outline: 1px solid red;*/
	width: 480px;
    float: right;
    padding: 45px 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
section.right h2 {
    margin-top: 0;
    text-transform: uppercase;
    color: #000000;
}
section.right article {
    margin-bottom: 12px;
}
section.right article img {
    float: left;
    margin-bottom: 12px;
    clear: both;
}
section.right article h3 {
    float: right;
    width: 228px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #658BC2;
    font-family: "PT Sans Caption", sans-serif;
}
section.right article p {
    float: right;
    width: 228px;
    margin-bottom: 12px;
}
.offers article {
    float: left;
    margin: 0 25px 40px 0;
    position: relative;
}
.offers article.home {
    padding: 35px;
    width: 240px;
    height: 320px;
    background-color: #658bc2;
    color: #FFFFFF;
    clear: both;
}
.offers article.home h1 {
    text-transform: uppercase;
}
.offers section article {
    width: 310px;
    height: 390px;
    padding: 0;
}
.offers article.third {
    margin-right: 0;
}
.offers section article h2 {
    margin: 10px 0 5px;
    font-size: 14px;
    line-height: 1.4em;
    font-family: "PT Sans Caption", sans-serif;
}
.offers section article h2 span.address {
    color: #000000;
}
.offers article img.sold {
    position: absolute;
    top: 135px;
    right: 0;
}
.offers section article a.more {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 6px;
    color: #FFFFFF;
    background-color: #658bc2;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
.offers section article a.more:hover {
    background: #4a72ac;
}
.offerDetail article {
    width: 325px;
    padding: 35px;
    background-color: #658bc2;
    color: #ffffff;
    float: right;
    margin-bottom: 20px;
    clear: right;
}
.offerDetail h1 span {
    font-size: 16px;
    font-family: "PT Sans Caption", sans-serif;
    line-height: 1em;
}
.offerDetail .back {
    float: right;
    margin: 0 345px 10px 0;
    background-color: #658bc2;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    padding: 3px 0 3px 5px;
    text-transform: uppercase;
    width: 45px;
}
.offerDetail .back:hover {
    background: #4a72ac;
}
.photos {
    width: 560px;
    float: left;
    margin-bottom: 20px;
    clear: both;
    position: relative;
}
.photos img.sold {
    position: absolute;
    right: 0;
    top: 330px;
}
.photos .thumb {
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}
.photos .thumb.third {
    margin-right: 0;
}
.photos img {
    display: block;
}
.leftCommon {
    padding: 35px;
    width: 240px;
    background-color: #658bc2;
    color: #FFFFFF;
    float: left;
    margin-bottom: 20px;
    clear: both;
}
.leftCommon a {
    color: #FFFFFF;
}
.leftCommon img.langer {
    margin-top: 20px;
    border: solid 1px #FFFFFF;
}
.rightCommon {
    float: right;
    width: 650px;
    margin-bottom: 20px;
}

footer {
    clear: both;
    background-color: #eaeaea;
    padding: 15px 0 90px;
}
footer div {
    margin: 0 auto;
    width: 980px;
    color: #959595;
}

/* SLIDES */
.slider {
    position: relative;
    height: 380px;
    width: 980px;
    clear: both;
    overflow: visible;
}
.slidesjs-pagination {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100px;
}
.slidesjs-pagination li {
    float: left;
    list-style: none;
}
.slidesjs-pagination li a {
    width: 10px;
    height: 10px;
    font-size: 0;
    background-color: #eaeaea;
    float: left;
    margin-left: 10px;
}
.slidesjs-pagination li a.active {
    background-color: #658bc2;
}
.sold {
    color: #CC887F;
}
.soldOnBg {
    color: #F5A167
}
.pagination {
    clear: both;
    text-align: center;
}
.paginator {
    margin: 2em 0;
}
.paginator a, .paginator span {
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
    color: #999999;
}
.paginator a {
    text-decoration: none;
    color: #658bc2;
}
.paginator span.button {}
.paginator .current {
    color: #000000;
    font-weight: bold;
}

/*
@media screen and (max-width: 768px) {

    #smallScreen {
        display: block;
    }

    body {
        background: url("../images/introBg.mobile.jpg") no-repeat scroll center top #FFFFFF;
        background-size: cover;
    }
    .page {
        width: auto;
    }
    .nicescroll-rails {
        display: none;
    }
    .content {
        padding: 1em;
        margin: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .box {
        clear: left;
        width: auto;
    }
    .box.wide {
        padding: 0;
        background: none;
        width: auto;
    }
    .box.wide .r {
        float: none;
    }
    form table {
        width: 100%;
    }
    input.text {
        width: 85%;
    }
    textarea {
        width: 90%;
    }
    ul.detail {
        width: auto;
    }
    ul.detail li {
        width: auto;
        float: none;
    }
    h1 {
        clear: both;
    }
    .content .slidejs-buttons {
        position: static;
    }
    .content .slidejs-buttons a {
        margin: 15px 0;
    }
    img.logo {
        display: block;
        margin: 0 auto;
        padding: 1em 0;
        width: 100%;
    }
    div.menu {
        background-image: none;
        background-color: #FFFFFF;
        margin: 0;
        height: auto;
    }
    ul.menu {
        width: auto;
        padding-top: 0;
    }
    .menu li a {
        padding-bottom: 10px;
    }
    ul.tabs {
        position: static;
    }
    ul.tabs li {
        float: none;
    }
    ul.tabs li a {
        display: block;
        float: none;
        margin: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        height: auto;
        padding: 10px 15px;
    }
    ul.tabs li a.active {
        background-color: #F0EFEF;
        border-bottom: 1px solid #CCCCCC;
    }
    ul.circles {
        width: auto;
    }
    div.pozemky {
        display: none;
    }
    ul.mobileTabs {
        display: block;
        margin: 0.5em 0;
    }
    ul.mobileTabs li a {
        background: #F6F5F5 url(../images/menuPoint.png) 1em center no-repeat;
        padding: 1em 2em;
        display: block;
        margin: 2px 0.5em;
        text-transform: uppercase;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #636363;
    }
    body.pozemky {
        background: none #d0d6be ;
    }
}
*/

a[href^="error:"] {
	background: red;
	color: white;
}