
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1220px) {

    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: 40px;
        line-height: 42px;
    }
    h3 {
        font-size: 22px;
        line-height: 23px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    .parallaxBox h3 {
        font-size: 45px;
    }
    .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;
    }
    .captionWrapper {
        bottom: 0;
    }
    .captionBox {
        top:8%;
    }
    .captionBox h4 {
        font-size: 30px;
    }
    .captionBox h5 {
        font-size: 30px;
        margn-bottom: 10px;
    }
    .captionBox .desc {
        font-size: 16px;
        line-height: 1.2;
    }
    .captionBox .desc .big {
        font-size: 19px;
        line-height: 1.35;
    }
    .captionBox .more {
        display: none !important
    }
    .wrapper.padding {
        padding: 45px 0 40px
    }
    #mainMenu {
        margin-right: 10px;
    }
    #mainMenu li a {
        font-size: 15px;
        text-transform: none;
        padding: 15px 7px;
    }
  
    #mainMenu li a {
        font-size: 15px !important;
    }
    #gallery .miniatureWrapper a img {
        width: 252px;
    }
    .wrapper.home-title {
        padding: 25px 0;
    }
    #home-pictures {
        margin-top: -65px;
    }
    .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;
    }
    .more {
        font-size: 18px;
        margin-top:10px;
        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;
    }
    #copyright {
        padding: 20px 0;
        font-size: 11px;
    }
    #footer .container .col {
        font-size: 15px;
    }
    #footer .container .col .bigger {
        font-size: 16px;
    }
    
}