
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1349px) {

    body {
        font-size:15px;
        line-height:23px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px 0;
        padding: 0 0 10px;
    }
    .padding {
        padding: 60px 0 50px;
    }

    .big-txt p {
        font-size: 15px;
        line-height: 26px;
    }
    .wrapper .container-wide {
        padding-left: 10px;
        padding-right: 10px;
    }
    #mainLink {
        width: 270px;
        background-size: 225px auto;
    }

    #greyRow .contact-item {
        font-size: 15px;
        margin: 0 10px;
    }

    #mainMenu li {
        margin: 0 2px;
        padding: 0;
    }
    
    #mainMenu li a {
        font-size: 19px;
        padding: 7px 8px;
    }
    .captionWrapper {
        max-width: 50%;
    }
    .captionBox {
        padding: 20px 20px 0 20px;
    }
    .captionBox .localization {
        margin-bottom: 12px;
        padding: 7px 17px 8px;
        font-size: 18px;
    }
    .captionBox h4 {
        font-size: 25px;
    }
    .captionBox .description {
        padding: 8px 0 0;
        margin: 12px 0 0;
        font-size: 19px;
        line-height: 1.3;
    }
    .titleBox h1 {
        font-size: 34px;
    }
    .more {
        margin: 10px 0 0;
    }
    p.big {
        font-size: 16px;
        line-height: 22px;
    }
    .investition-data-wrapper .investition-box .investition-count {
        font-size: 65px;
    }
    .investition-data-wrapper .investition-box.small .investition-count {
        font-size: 23px;
    }
    .investition-data-wrapper .investition-box.middle .investition-count {
        font-size: 40px;
        margin-top: 5px;
    }
    .titleBox {
        margin-bottom: 22px;
    }
    .titleBox p {
        font-size: 20px;
        line-height: 32px;
    }
    .wrapper .container {
        max-width: 95%;
    }
    .wrapper .container img {
        max-width: 100%;
        height: auto
    }
    .subtitle {
        margin: 0 0 15px;
    }
     .titleBox h3 {
        font-size: 28px;
         line-height: 40px
    }
    .titleBox h3 span {
        font-size: 35px;
        line-height: 30px;
    }


    #copyright {
        font-size: 12px;
    }
    #contact div.row {
        padding: 6px 0;
        font-size: 13px;
    }
    #contentWrapper {
        padding: 160px 0 20px;
    }
  
    .about .aboutBox {
        padding: 35px 0 45px;
    }
    .about .aboutBox .content {
        padding: 0 6%;
    }
    .about .aboutBox p.big {
        font-size: 17px;
        line-height: 24px;
    }
    .about .aboutBox p, .about .aboutBox li {
        font-size: 15px;
        line-height: 24px;
    }
    .footerContact h6 {
        line-height: 20px;
        margin: 0 0 5px;
        font-size: 18px;
    }
    .footerContact h5 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .footerContact em {
        font-size: 18px;
        width: 19px;
        text-align: center;
    }
    .footerContact #quick-contact a {
        font-size: 15px;
    }
    .footerContact em.fa-envelope {
        font-size: 15px;
    }

}