/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 980px) and (max-width: 1260px) {

    .wrapper,
    .container,
    #header,
    .wrapper.moreWidth,
    #footer {
        width: 980px;
    }

    .noDesktop {
        display: block;
    }
    
    .noTablet {
        display: none
    }
    
    #mainLink span {
        font-size: 32px;
    }
    
    .introGrid #introTopmapWrapper {
        width: 100%;
        height: 400px;
        margin-bottom: 2px;
    }
    
    .introGrid #introTopmapWrapper .carouselTitle {
        bottom: 80px;
    }
    .introGrid #introTopmapWrapper:hover .carouselTitle {
        bottom: 100px;
    }
    
    .introGrid #introTopmapRight {
        width: 100%;
    }
    
    .introGrid #introTopmapRight .introTopmapTile {
        width: calc(49% - 1px);
        height: 191px;
        margin: 30px 0 0 0;
        display: inline-block;
        float: left;
    }
    
    .introGrid .introTile {
        width: 184px;
        height: 183px;
    }
    
    .introGrid .introTile .tileTitle {
        font-size: 18px;
    }
    
    .introGrid #introTopmapRight .introTopmapTile.first {
        margin-right: 2px;
    }
    
    .introGrid .fullWidth .contentPlaceholder {
        width: 82%;
    }
    
    .introGrid .introTileHorizontal {
        width: 489px
    }
    
    .introGrid .introTileHorizontal.tile-02,
    .introGrid .introTileHorizontal.tile-04 {
        margin-right: 0px
    }

    .introGrid .introTileHorizontal.tile-05 {
        margin-bottom: 2px;
    }
    
    .introGrid .introTileVertical {
        width: 489px;
        height: 229px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% auto;
        margin-top: 2px;
        margin-right: 2px;
        float: left;
        margin-bottom: 0;
    }
    
    .introGrid .introTileVertical .tileTitle {
        top: auto;
        bottom: 0;
    }
    
    .introGrid .introTileVertical:hover .tileTitle {
        top: auto;
        bottom: 10px;
    }
    
    #mainMenu li .menuTop {
        font-size: 22px;
        padding: 13px 14px 14px;
    }

    #mainMenu li a {
        font-size: 19px;
        padding: 14px 11px 14px;
    }
    #footer .col.first {
        margin-left: 0;
        width: 22%;
    }
    #footer .col.span_2_of_12 {
        width: 16%;
    }
    #footer .span_3_of_12 {
        width: 28%;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        width: 43px;
    }
   
    #events .event-row .event-date {
        width: 55px;
    }
    #events .event-row .event-name {
        width: 170px;
    }
    
    .newsItem .newsLink {
        font-size: 17px;
    }
    
    body.zalatw-sprawe .nodeFilesContainer a {
        padding: 15px;
    }

}
