
/* #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:22px;
    }

    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: 35px;
        line-height: 45px;
    }
    h3 {
        font-size: 22px;
        line-height: 23px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    header {
        height: 170px;
    }

    .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;
    }
    .captionWrapper {
        bottom: 10%;
    }
    .captionBox {
        max-width: 450px;
    }
    .captionBox h5 {
        font-size: 35px;
        line-height: 1.2;
        margin: 0 0 15px 70px
    }
    .captionBox .desc {
        font-size: 14px;
        line-height: 1.35;
    }
    .captionBox h4 {
        font-size: 35px;
    }
    #mainLink, header.smaller #mainLink  {
        font-size: 35px;
        width: 170px;
        margin-top: 55px;
    }
    header.smaller #mainLink  {
        margin-top: 18px;
    }
    .socialBox {
        top: 28px;
    }
    header.smaller .socialBox {
        top: -50px;
    }
    #mainMenu {
        margin-right: 0;
        margin-top: 85px
    }
    #mainMenu li {
        border:none;
    }
    #mainMenu li a {
        font-size: 29px;
        padding: 7px 10px 7px;
    }
    .slider-wrap {
        margin-top: 170px;
    }
    .info-container {
        width: 100%;
    }
    #contentWrapper {
        margin-top: 170px;
    }
    #gallery .miniatureWrapper a img {
        width: 245px;
    }
    .newsIntro {
        background-size: cover;
    }
    .newsIntro .inner {
        font-size: 14px;
        line-height: 22px;
    }
    .promoIntro {
        width:32.5%;
        background-size: cover;
        background-position: 50% 50%;
    }
   .promoIntro:hover {
        background-size: cover;
        background-position: 50% 50%;
    }
    .promoIntro .inner .promoTitle {
        font-size: 16px;
    }
    .promoIntro .inner .promoSubTitle {
        font-size: 14px;
    }
    .promoIntro .inner .promoSee {
        bottom: 30px;
        left: 63px;
        font-size: 22px;
        padding: 13px 0 0 65px;
    }
    .more {
        font-size: 18px;
        padding: 7px 14px 10px;
    }
    .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;
    }
    #footer {
        padding: 85px 0 45px;
    }
    #footer .contactBox {
        font-size: 17px;
    }
    #footer .contactBox:first-child {
        margin-right: 55px;
    }
}