/* iPad in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    [data-mobile-header-scheme=gray] .main-header .navbar-header{
        background: #003162 !important;
    }


    body .gradient ul li a {
        font-size: 29px;
    }
    .nav-trigger .bar {
        background-color: #fff;
    }
    .portfolio-item-thumbnail {
        font-size: 14px;
    }
    body .LinesBox div a {
        padding: 30px 10px;
        font-size: 16px;
        width: 225px;
        height: 100%;
    }

    .last_ p{font-size: 14px;line-height: 1;}
    .col-ip-6{width: 50% !important;margin-bottom: 40px;}
    .col-ip-4{width: 33% !important;margin-bottom: 40px;}
    body .videoFrame {
        width: 100%;
        height: 450px;
    }
    body .LinesBox div a.location {
        padding: 23px 10px;
    }
    .pt-xs-140{padding-top: 140px;}
    a.datam,
    p.datam{
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}

.btn > span{padding: 0 !important}
/* iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    [data-mobile-header-scheme=gray] .main-header .navbar-header{
        background: #003162 !important;
    }
    .nav-trigger .bar {
        background-color: #fff;
    }
    .cta-antiracism .col-md-6{
        padding:  0 15px !important;
        margin-bottom: 20px !important;
    }
    .mb-xs-40{margin-bottom: 40px;}
    .ballWaves ,
    .border-r:before{display: none;}
    body footer p,
    body footer ul a {
        font-size: 16px;
        line-height: 1;
        padding: 13px 0px;
    }
    .reverse{flex-direction: column-reverse;}
    body .videoFrame {
        width: 100%;
        height: 399px;
    }
    body .gradient ul li a {
        font-size: 26px;
    }
    .content h1, .content .h1 {
        font-size: 94px;
    }
    body .player_serie {
        width: 100%;
        height: 451px;
    }
}
.ptf-approach-box{width: 100%;}