
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1249px) {

    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;
    }

    h3 {
        font-size: 22px;
        line-height: 23px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    
    #topRow {
        height: 135px;
    }
    #contentWrapper {
        margin-top: 135px;
        padding: 25px 0 16px;
    }
    #contentWrapper h1 {
        font-size: 25px;
        line-height: 30px;
    }
    #contactRow {
        top: 25px;
        right: 5px;
        font-size: 15px;
    }
    
    #mainLink {
        position: absolute;
        top: 35px;
        left: 30px;
        height: 72px;
        width: 220px;
        background-repeat: no-repeat;
        background-size: 220px auto;
    }
      header.smaller #mainLink {
        top: 14px;
    }
    .titleBox h2 {
        padding: 0 0 10px;
        font-size: 30px;
    }
    .subTitle {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    header.smaller .socialBox {
        height: 46px;
        line-height: 46px;
        font-size: 25px;
    }
    .container {
        width: 768px;
    }
    .slider-wrap .owl-pagination { width:768px;  }
    
    .caption {
        width: 100%;
    }
    .captionBox {
       max-width: 40%;
        float: right;
    }
    .captionBox a.more {
        left: 25px;
    }
    .carouselIntro {
        width: 350px;
    }
    .captionBox .subDesc {
        font-size: 16px;
    }
    .captionBox h5, .captionBox .desc {
        font-size: 25px;
        line-height: 1.2;
    }
    .captionBox .desc {
        margin-bottom: 10px;
    }
    .captionBox h4 {
        font-size: 30px;
    }
    #mainMenu {
        bottom: 20px;
        right: 10px;
    }
    #mainMenu li a {
        font-size: 18px;
        padding: 10px 12px 10px;
        text-transform: none;
    }
    header.smaller #mainMenu li a {
        padding: 15px 8px 15px;
    }
    #gallery .miniatureWrapper a img {
        width: 252px;
    }
    .mainIntro .mainIntroTitle {
        font-size: 19px;
        padding: 13px 20px;
    }
    .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;
        padding: 7px 14px 10px;
    }
    .offerIntro .inner {
        height: 220px;
    }
    #footer .container .col.span_4_of_12 {
        width: 48%
    }
    .contentForm .row input.text {
        margin: 0 3px 0 0;
    }

    .contentForm .row.checkbox label {
        margin-left: 5px;
        font-size:12px;
    }
    #footer .container .span_3_of_12 {
        width: 40%
    }
    #copyright {
        font-size: 13px;
    }
    #footer .container .col {
        font-size: 15px;
    }
    #footer .container .col .bigger {
        font-size: 16px;
    }
    #footerContact .contacts {
        margin-left: 45px;
        font-size: 13px;
    }
    .parallaxBox {
        padding: 60px 0 45px;
        font-size: 16px;
        line-height: 24px;
    }
    .parallaxBox h3 {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .parallaxBox h3 span {
        font-size: 30px;
    }
    .about .aboutBox h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .about .aboutBox .content {
        padding: 0 7%;
    }
    .about .aboutBox p, .about .aboutBox li {
        font-size: 15px;
        line-height: 24px;
    }
    
}