@media (min-width: 768px) {

    /* bootstrap - begin */
    .dropdown .dropdown .caret {
        transform: rotate(90deg);
    }

    .dropdown .dropdown .dropdown-menu {
        top: -5px;
        right: 151px;
    }
    
    .dropdown .dropdown li {
        padding-right: 0;
    }
    /* bootstrap - end */
    
    .nav-wizard {
        display: inline-block;
        transform: scale(.8);
    }

    .navbar-default .navbar-collapse {
        background: #1b2839b0;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-sm-1, .col-md-1, .col-lg-1,
    .col-sm-2, .col-md-2, .col-lg-2,
    .col-sm-3, .col-md-3, .col-lg-3,
    .col-sm-4, .col-md-4, .col-lg-4,
    .col-sm-5, .col-md-5, .col-lg-5,
    .col-sm-6, .col-md-6, .col-lg-6,
    .col-sm-7, .col-md-7, .col-lg-7,
    .col-sm-8, .col-md-8, .col-lg-8,
    .col-sm-9, .col-md-9, .col-lg-9,
    .col-sm-10, .col-md-10, .col-lg-10,
    .col-sm-11, .col-md-11, .col-lg-11,
    .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 0;
    }

    .navbar-right {
        margin-left: 2em !important;
    }

    .homePage .top-image-content {
        padding-top: 4em;
    }
    
    .masterPage .top-image-content {
        height: 50px;
    }

    .top-image-content .title-line {
        display: block;
    }

    .top-image-content .img-logo {
        width: 70px;
        position: inherit;
    }

    .site-title {
        font-size: 2.2em;
        padding: .2em 0 .3em 0;
        position: inherit;
        top: inherit;
    }

    .top-image-content .molecule {
        top: 65px;
    }

    .top-image-content .molecule-title-1 {
        width: 102px;
        top: 58px;
    }

    .top-image-content .molecule-title-2 {
        width: 94px;
        top: 35px;
    }

    .top-image-content .molecule-title-3 {
        width: 92px;
        top: 179px;
    }

    .process-bar {
        text-align: center;
        padding-top: 5em;
        padding-bottom: 5em;
        height: 374px;
        width: 100%;
        transform: scale(.7);
    }
    .process-bar .process-line {
        width: 699px;
        height: 206px;
        margin-right: auto;
        margin-left: auto;
        transform: rotate(0deg);
        position: inherit;
        top: auto;
        right: auto;
    }
    .process-bar .process-1,
    .process-bar .process-2,
    .process-bar .process-3,
    .process-bar .process-4 {
        width: 140px;
        height: 140px;
        position: absolute;
        right: 50%;
    }
    .process-bar .process-1 {
        top: 62px;
        margin-right: -495px;
    }
    .process-bar .process-2 {
        top: 115px;
        margin-right: -214px;
    }
    .process-bar .process-3 {
        top: 81px;
        margin-right: 57px;
    }
    .process-bar .process-4 {
        top: 163px;
        margin-right: 352px;
    }

    .partnerlogos-container img {
        height: 90px;
    }

    .pagetitle-bar {
        padding-right: 5em;
    }

    .page-content {
        padding: 2em 0;
    }

    .dataTables_filter {
        text-align: left !important;
    }

    .dataTables_length {
        text-align: right !important;
    }

    .form-group label {
        text-align: left;
    }

    .col-xs-0 {
        display: inline-block;
    }

    .col-sm-0 {
        display: none;
    }

}

