
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1349px) {

    body {
        font-size:15px;
        line-height:23px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px 0;
        padding: 0 0 10px;
    }
    .padding {
        padding: 60px 0 50px;
    }
    .big-txt p {
        font-size: 15px;
        line-height: 26px;
    }
    .promoIntro .inner {
        height: 205px;
    }
    .promoIntro .inner .promoTitle {
        font-size: 13px;
        line-height: 17px;
        padding: 10px 0 12px;
    }
    #mainLink {
        top: 18px;
        width: 200px;
        height: 65px;
        left: 30px;
        background-size: 200px auto;
    }
    
    header {
        height: 140px;
    }
    
    header.smaller #mainLink, body.subpage header.smaller #mainLink {
        top: 13px;
        width: 150px;
        height: 50px;
        background-size: 150px auto;
    }
    .socialBox {
        top: 73px;
        right: 0;
    }
    #mainMenu {
        margin: 30px 0px 0 0;
    }
    #mainMenu li a {
        font-size: 16px;
        text-transform: none;
        padding: 10px 5px;
    }

    .captionBox h5 {
        font-size: 25px;
        line-height: 30px;
    }
    .captionBox .desc {
        margin: 0;
        font-size: 21px;
        line-height: 22px;
    }

    .more {
        margin: 10px 0 0;
    }
    p.big {
        font-size: 16px;
        line-height: 22px;
    }
    #intro .bordered .col-inner {
        border-left: 3px solid #d2ac67;
        padding: 15px 0 15px 25px;
    }
    .titleBox {
        margin-bottom: 10px;
    }
    .titleBox p {
        font-size: 20px;
        line-height: 32px;
    }
    .wrapper .container {
        max-width: 768px;
    }
    .wrapper .container img {
        max-width: 100%;
        height: auto
    }
    .subtitle {
        margin: 0 0 15px;
    }
     .titleBox h3 {
        margin: 0 0 15px;
        font-size: 27px;
    }
    #realizations .titleBox h3 {
        font-size: 39px;
    }
    #realizations .bordered .col-inner {
        padding: 15px 0 10px 35px;
        font-size: 14px;
        line-height: 21px;
    }
    
    #contentWrapper {
        padding: 160px 0 20px;
    }
}