
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1169px) {

    body {
        font-size: 15px;
        line-height: 25px;
    }

    h1 {
        font-size: 38px;
        line-height: 40px;
        margin: 0 0 21px 0;
    }
    h2 {
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 17px 0;
    }
    body.index h2 {
        font-size: 27px;
        line-height: 45px;
    }
    h3 {
        font-size: 22px;
        line-height: 23px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    .socialBox {
        top: 10px;
        right: 10px;
    }
    .socialBox a {
        width: 37px;
        height: 37px;
        line-height: 37px;
    }
    header.smaller .socialBox {
        top: -40px;
    }
    .titleBox h2 {
        padding: 0 0 10px;
        font-size: 30px;
        margin-bottom: 23px;
    }
    .subTitle {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .container {
        width: 768px;
    }
    #topRow .container-wide {
        padding: 0 15px;
    }

    .captionBox {
        max-width: 90%;
    }
    .captionBox h5 {
        font-size: 35px;
        line-height: 1.2;
    }
    .captionBox .desc {
        font-size: 14px;
        line-height: 1.35;
    }
    .captionBox h4 {
        font-size: 22px;
    }
    header {
        height: 115px
    }
    #mainLink, header.smaller #mainLink  {
        width: 190px;
        height: 66px;
        left: 20px;
        background-size: 190px auto;
    }
    header.smaller #mainLink {
        top: 12px;
    }
    #mainMenu {
        margin-right: 10px;
        margin-top: 60px
    }
    header.smaller #mainMenu {
        margin-top: 27px;
    }
    #mainMenu li {
        border:none;
    }
    #mainMenu li a {
        font-size: 15px;
        padding: 11px 8px 12px;
    }

    #contentWrapper {
    }
    #gallery .miniatureWrapper a img {
        width: 252px;
    }
    .newsIntro {
        background-size: cover;
    }
    .newsIntro .inner {
        font-size: 14px;
        line-height: 22px;
    }
    .promoIntro .inner {
        height: 215px;
    }
    .promoIntro .inner .promoTitle {
        font-size: 16px;
    }
    .promoIntro .inner .promoTitle p img {
        max-width: 150px;
        height: auto;
    }
    .promoIntro .inner .promoTitle {
        min-height: 22px;
    }

    .offerIntro .inner {
        height: 220px;
    }
    .contentForm fieldset {
        padding: 15px 15px 10px 15px;
    }
    .contentForm .row input.text {
        margin: 0 3px 10px 0;
    }

    .contentForm .row.checkbox label {
        margin-left: 5px;
        font-size:12px;
    }
    #copyright {
        padding: 20px 0;
        font-size: 11px;
    }
    #footer .container .col {
        font-size: 16px;
    }
    #footerLogo {
        font-size: 35px;
    }

    .carouselIntro {
        width: 360px;
        overflow: hidden
    }
    
    #footer h4 {
        font-size: 23px;
    }
    
    #inwestycja {
        background-size: auto 100%;
        background-position: top center;
    }
    
    .parallaxBox .span_5_of_12 {
        width: 65%;
    }
    
    #footerContact.span_4_of_12 {
        width: 45%;
    }
    #contact div.row {
        font-size: 16px;
    }
    .greyRow {
        padding: 25px 15px;
    }
    .greyRow h3 {
        font-size: 20px;
    }
    .greyRow table {
        font-size: 13px;
    }
    .greyRow .extra-info {
        font-size: 13px;
    }
    .map {  }  
    
    .listHeader, .listCont, a.rowLink { display:block } 
    
    .mapBox {

    }
    
    .apartmentBox {
        width: 100%;
    }
    .parallaxBox {
        padding: 95px 0 85px;
        font-size: 16px;
        line-height: 26px;
    }
    .parallaxBox h3 {
        font-size: 46px;
        line-height: 45px;
    }
    .titleBox h2, .titleBox h3 {
        font-size: 27px;
    }
    
    .listHeader div {
        font-size: 13px;
    }
    .rowLink div {
        padding: 12px 1%;
        font-size: 14px;
    }
    
    .contact-page {
        padding: 5px 0 7px;
        font-size: 15px;
    }
    .inwest {
        padding: 45px 0 10px;
        background-position: 50% 50%;
    }
    .inwest p {
        font-size: 15px;
        line-height: 22px;
    }
    .inwest h3 {
        font-size: 27px;
        line-height: 27px;
        margin: 0px 0 20px 0;
    }
    .inwest#sekcja-1 {
        background-position: 50% top;
        background-size: cover;
    }
    .inwest#sekcja-2 {
        background-position: 50% 50%;
    }
    .inwest#sekcja-4 {
        background-position: 50% 50%;
    }
}