
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1239px) {

    body {
        font-size:15px;
        line-height:23px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    .padding {
        padding: 60px 0 50px;
    }
    
    .big-txt p {
        font-size: 15px;
        line-height: 26px;
    }
    
    #topRow {
        height: 105px;
    }
    
    #mainLink {
        width: 150px;
        height: 114px;
        background-size: 150px auto;
        margin: 16px auto 0;
    }
    
    header {
        height: 160px;
    }
    
    header.smaller #mainLink, body.subpage header.smaller #mainLink {
        top: 10px;
        width: 105px;
        height: 83px;
        background-size: 105px auto;
    }

    #mainMenu {
        margin: 0 0 0 0;
    }
    
    #mainMenu li a {
        font-size: 16px;
        text-transform: none;
        padding: 15px 6px;
    }
    .slider-wrap {
        margin-top: 160px;
    }
    .captionBox h5 {
        font-size: 35px;
        line-height: 40px;
    }
    .captionBox .desc {
        font-size: 45px;
        line-height: 50px;
    }

    .more {
        font-size: 18px;
        margin: 30px 0 0;
        line-height: 22px;
        padding: 10px 10px 10px;
    }

    #intro .bordered .col-inner {
        border-left: 3px solid #d2ac67;
        padding: 15px 0 15px 25px;
    }
    .titleBox {
        margin-bottom: 10px;
    }
    
    .titleBox h1, .titleBox h1 {
        margin: 0 0 10px;
        font-size: 30px;
        line-height: 40px;
    }
    .titleBox p {
        font-size: 19px;
        line-height: 27px;
    }
    .wrapper .container {
        max-width: 768px;
    }
    .wrapper .container img {
        max-width: 100%;
        height: auto
    }
    .subtitle {
        margin: 0 0 15px;
    }
     .titleBox h3 {
        margin: 0 0 20px;
        font-size: 30px;
    }
    .mainLink .linkTitle {
        font-size: 22px;
    }
    .mainIntro .articleLink {
        margin: 7px 0 0;
        font-size: 15px;
    }
    .mainIntro .description {
        font-size: 16px;
        line-height: 22px;
    }
      .promoIntro .inner {
        height: 139px;
    }
    .promoIntro .inner .promoTitle {
        bottom: 15px;
        font-size: 20px;
    }
    #footerLogo {
        width:40% !important;
    }
    #footerContact {
        width:32% !important;
    }
    #copyright {
        font-size: 12px;
    }
    #contact div.row {
        padding: 5px 0;
        font-size: 16px;
    }
    #contentWrapper {
        padding: 160px 0 20px;
    }
}