
/* #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;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .padding {
        padding: 60px 0 50px;
    }
    #greyRow {
        right: 10px;
        padding-left: 10px;
    }
    .big-txt p {
        font-size: 15px;
        line-height: 26px;
    }
    .wrapper .container-wide {
        padding-left: 10px;
        padding-right: 10px;
    }
    #mainLink {
        top: 0;
        width: 200px;
        height: 75px;
        left: 0;
        background-size: 150px auto;
    }
    
    #greyRow .search-item {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        padding: 10px 20px 9px;
    }
    #greyRow .contact-item {
        font-size: 15px;
        margin: 0 10px;
    }
    
    header {
        height: 75px;
    }
    
    header.smaller #mainLink, body.subpage header.smaller #mainLink {
        top: 0;
        width: 195px;
        height: 61px;
        background-size: 140px auto;
    }
    header.smaller, body.subpage header.smaller {
        height: 60px;
    }
    
    #mainMenu {
        margin: 18px 0 0 0;
    }

    header.smaller #mainMenu {
        margin-top: 10px;
    }
    
    #mainMenu li {
        margin: 0 2px;
        padding: 0;
    }
    #mainMenu li a {
        font-size: 16px;
        padding: 7px 5px;
    }

    .captionBox h5 {
        font-size: 25px;
        line-height: 30px;
    }
    .subsloganBox {
        margin-top: 17px;
        padding: 8px 20px 10px;
        font-size: 17px;
    }

    .homeIntroBox h3 {
        font-size: 27px;
        line-height: 40px;
    }

    .home-icon {
        padding: 17px 0 15px;
    }
    .home-icon h5 {
        font-size: 20px;
    }

    .left-border {
        font-size: 15px;
        line-height: 23px;
    }
    .left-border h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .more {
        margin: 10px 0 0;
        padding: 11px 30px 13px;
        font-size: 19px;
    }
    p.big {
        font-size: 16px;
        line-height: 22px;
    }
    #intro .bordered .col-inner {
        border-left: 3px solid #d2ac67;
        padding: 15px 0 15px 25px;
    }
    .titleBox {
        margin-bottom: 22px;
    }
    .titleBox h3, .titleBox h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .titleBox h2 span {
        font-size: 20px;
    }
    .wrapper .container {
        max-width: 768px;
    }
    .wrapper .container img {
        max-width: 100%;
        height: auto
    }
    .subtitle {
        margin: 0 0 15px;
    }

    #intro {
        font-size: 16px;
    }
    #intro .intro-content .count {
        font-size: 90px;
        transform: translateY(-15px);
    }
    #intro .intro-content .label {
        font-size: 26px;
    }
    #intro .intro-content {
        margin: 25px 0 35px;
    }
    
    #copyright {
        font-size: 9px;
        line-height: 19px;
    }
    #contact div.row {
        padding: 6px 0;
        font-size: 13px;
    }
    #contentWrapper {
        padding: 160px 0 20px;
    }
    .icons-grid .icon-box .icon-box-pic {
        height: 100px;
    }
    .icons-grid .icon-box {
        padding: 15px 20px;
        font-size: 13px;
        width: 27%;
        line-height: 19px;
    }
    .icons-grid .icon-box:nth-child(3) {
        border: none;
    }
    #lokalizacja {
        font-size: 16px;
    }
    #lokalizacja h4 {
        font-size: 24px;
        margin: 35px 0 25px;
    }
    #lokalizacja ul li {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .footerContact h6 {
        line-height: 20px;
        margin: 10px 0 15px;
        font-size: 15px;
    }
    .footerContact em {
        font-size: 18px;
        color: #6ec164;
        width: 19px;
        text-align: center;
    }
    .footerContact #quick-contact a {
        font-size: 33px;
    }
    .footerContact em.fa-envelope {
        font-size: 15px;
    }
    .icons-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .footerContact #quick-contact a.footer-mail {
        font-size: 20px;
    }
    
    #footerLogo img {
        max-width: 300px;
        height: auto;
    }
    
    .footer-menu li a {
        font-size: 14px;
    }
    
}