
/* #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;
    }
    
    #mainLink {
        left: 25px;
        width: 190px;
        height: 117px;
        background-size: 190px auto;
    }
    
    header {
        height: 105px;
    }
    .langBox {
        right: 5px;
    }
    .socialBox {
        top: 35px;
        right: 10px;
    }
    #mainMenu {
        margin: 32px 100px 0 0;
    }
        header.smaller .socialBox {
        top: 24px;
    }
    #mainMenu li a {
        font-size: 18px;
        text-transform: none;
        padding: 8px 12px;
    }
    .captionBox {
        max-width: 560px;
    }
    .captionBox h5 {
        font-size: 25px;
        line-height: 30px;
    }
    .captionBox .desc {
        margin: 0;
        font-size: 17px;
        line-height: 28px;
    }
    #poznaj h2 {
        padding: 0;
        font-size: 45px;
    }
    .captionBox h5 span {
        font-weight: 300;
        font-size: 25px;
    }
    
    .homeIntroBox h3 {
        font-size: 27px;
        line-height: 40px;
    }

    .location-info {
        font-size: 15px;
        margin: 0 0 20px;
        padding: 9px 35px 9px;
    }
    .home-icon h5 {
        font-size: 20px;
    }
    .home-intro {
        background: #000;
    }
    .left-border {
        font-size: 15px;
        line-height: 23px;
    }
    .left-border h1 {
        font-size: 23px;
        line-height: 30px;
    }

    p.big {
        font-size: 16px;
        line-height: 26px;
    }
    #intro .bordered .col-inner {
        border-left: 3px solid #d2ac67;
        padding: 15px 0 15px 25px;
    }
    .titleBox {
        margin-bottom: 10px;
    }
    .titleBox p {
        font-size: 20px;
        line-height: 32px;
    }
    .wrapper .container {
        max-width: 980px;
    }
    .wrapper .container img {
        max-width: 100%;
        height: auto
    }
    .subtitle {
        margin: 0 0 25px;
        font-size: 18px;
    }
     .titleBox h3 {
        margin: 0 0 15px;
        font-size: 27px;
    }
    #realizations .titleBox h3 {
        font-size: 39px;
    }
    #realizations .bordered .col-inner {
        padding: 15px 0 10px 35px;
        font-size: 14px;
        line-height: 21px;
    }
    
    #poznaj {
        padding: 80px 0 45px;
        font-size: 15px;
        line-height: 25px;
    }

    #copyright {
        font-size: 13px;
    }
    #contact div.row {
        padding: 6px 0;
        font-size: 13px;
    }
    #contentWrapper {
        padding: 110px 0 25px;
    }
    #features h2 {
        font-size: 29px;
        line-height: 43px;
        margin-bottom: 5px;
    }
    #features {
        padding: 65px 0 70px;
    }
    .mainIntro .mainIntroTitle {
        font-size: 18px;
    }
    .mainIntro .mainIntroDesc {
        padding: 12px 15px;
        font-size: 13px;
        line-height: 21px;
    }
    #offer {
        padding: 75px 0 55px;
        font-size: 15px;
        line-height: 25px;
    }
    #offer h3 {
        font-size: 41px;
        margin-bottom: 30px;
    }
    
    .carouselIntro {
        width: 365px;
    }
    
    #footerLogo img {
        max-width: 190px;
    }
    
    .filter-button-group button {
        margin: 0 10px 15px;
    }
    
    .iconIntro {
        height: 228px;
    }
    
    #contentWrapper h1 {
        font-size: 30px;
    }
    .mainIntro {
        height: 310px;
    }
    #contact {
        font-size: 17px;
    }
    #professionals h3 {
        font-size: 33px;
        margin-bottom: 30px;
    }
    
}