/* iPad in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

    .mb-xs-40{margin-bottom: 40px;}
    .mb-xs-60{margin-bottom: 60px;}
    body footer p {
        letter-spacing: 1px;
        font-size: 10px !important;
    }
    .navbar-default .navbar-toggler .icon-bar{
            background: #fff;
        }

        .col-ip-6{
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        body h4{
            font-size: 18px;
            font-weight: bold;

        }
    body h2 {
        font-size:30px;
        font-weight: bold;
    }
    body h1 {
        font-weight: bold;
    }
    .colcoff{margin: 0 !important;margin-bottom: 30px !important;}

}

/* iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .text-xs-left{
        text-align: left !important;
    }
    .mb-xs-40{margin-bottom: 40px;}
    .mb-xs-60{margin-bottom: 60px;}
    .navbar-default .navbar-toggler .icon-bar{
            background: #fff;
        }
    .col-ip-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-ip-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .flexip img{width: 200px;margin-right: 50px;}
    .flexip{
        display: flex;
    }
    nav li:before{display: none;}

    body h4{
        font-size: 18px;
        font-weight: bold;

    }
    body h2 {
        font-size:30px;
        font-weight: bold;
    }
    body h1 {
        font-weight: bold;
    }
    body section .text-ip-center{
        text-align: center !important;
    }
    body .listoverview li {
    border: 0;
        width: 33% !important;
        padding:  0 10px;
    }
    .listoverview li:nth-child(14),
    .listoverview li:nth-child(11),
    .listoverview li:nth-child(8),
    .listoverview li:nth-child(5),
    .listoverview li:nth-child(2) {
        border-right: 1px solid black;
        border-left: 1px solid black;

    }
    .colcoff{margin: 0 !important;margin-bottom: 30px !important;}
}
