
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1169px) {

    body {
        font-size:16px;
        line-height:23px;
    }

    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: 40px;
        line-height: 42px;
    }
    h3 {
        font-size: 22px;
        line-height: 23px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    .titleBox h2 {
        padding: 0 0 10px;
        font-size: 30px;
        margin-bottom: 23px;
    }
    #fbLink {
        margin-top: 9px;
        padding: 6px 13px;
    }
    .subTitle {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .container {
        width: 768px;
    }
    .captionBox {
        padding: 20px 25px 30px 70px;
    }
    #mainMenu li a {
        font-size: 17px;
        padding: 15px 10px;
    }
    .wrapper.padding {
        padding: 60px 0 75px;
    }
    .captionWrapper {
        top: 6%;
        right: 2%;
        max-width: 55%;
    }
    .captionBox h5 span {
        font-size: 34px;
        line-height: 35px;
    }
    .captionBox .desc strong {
        font-size: 16px;
    }
    .captionBox .desc p {
        margin-bottom: 5px;
    }
    #gallery .miniatureWrapper a img {
        width: 252px;
    }
    .newsIntro {
        background-size: cover;
    }
    .newsIntro .inner {
        font-size: 14px;
        line-height: 22px;
    }
    .promoIntro .inner {
        height: 160px;
    }
    .promoIntro .inner .promoTitle {
        font-size: 16px;
    }
    .more {
        font-size: 18px;
        padding: 7px 14px 10px;
    }
    .offerIntro .inner {
        height: 220px;
    }
    .contentForm .row input.text {
        margin: 0 3px 0 0;
    }

    .contentForm .row.checkbox label {
        margin-left: 5px;
        font-size:12px;
    }
    .carouselContent .description {
        font-size: 14px;
        line-height: 18px;
    }
    #contact {
        padding-top: 0;
    }
    #footerLink {
        background-size: contain;
        height: 90px;
        width: 240px;
    }
    #contact div.row {
        padding: 10px 0;
        font-size: 13px;
    }
    #copyright {
        font-size: 12px;
    }
    
}