@media screen and (min-width: 731px) {
    #mtt .main-center{
        max-width: 1200px;
    }

    .mtt-top-text{
       padding: 20px 2% 25px;
       width: 96%;
    }

    .mtt-top-text h1{
       font-size: 30px;
    }

    .mtt-top-text p{
       font-size: 16px;
    }

    .department{
       width: 96%;
       padding: 10px 2% 0px;
       box-sizing: content-box;
    }

    .department h3{
       position: absolute;
       left: 0px;
       margin-bottom: 0px;
    }

    .mtt-list-person{
       float: left;
       display: list-item;
       margin-left: 0px;
       margin-right: 0px;
       vertical-align: baseline;
    }

    .mtt-person-other{
       margin-top: 20px;
    }

    .mtt-sidebar{
        float: right;
        width: 245px;
        margin-left: 15px;
    }

    .mtt-sidebar .blue-module-main{
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .mtt-sidebar .blue-module-main img{
        width: 100%;
        display: block;
    }

    .mtt-job{
        padding: 10px 0px;
        margin: 0px 5%;
        width: 90%;
        border-bottom: 1px dashed #dfdfdf;
        text-align: left;
    }

    .mtt-job a{
        font-weight: 600;
        text-decoration: none;
    }

    a.mtt-jobs-all,
    .mtt-reg a{
        width: 100%;
        margin: 10px 0 0;
    }

    a.mtt-jobs-all{
        width:90%;
    }

    .mtt-reg{
        float: left;
        width: 90%;
        border: 1px solid #c9cfdd;
        background: #ffffff;
        border-radius: 3px;
        padding: 10px 5% 15px;
        margin: 15px 0px 0px;
        text-align: center;
    }

    .mtt-reg p{
        margin: 5px 0px 0px;
    }

    .mtt-reg p.mtt-reg-title{
        color: #005da4;
        font-size: 18px;
    }

    .mtt-main{
       width: auto;
       padding: 0px 2px 0px 0px;
       margin: 0px;
    }

    .mtt-people .main-center{
       padding: 0px 10px;
    }

    .mtt-person-top{
       border-top: initial;
    }

    .mtt-person-info{
       border: 1px solid #c9cfdd;
    }

    .department.extra-padding{
       width: 96%;
       padding: 40px 2% 0px;
       box-sizing: content-box;
    }

    .department ul{
       clear: none;
    }

    .mtt-breadcrumbs a:hover{
       text-decoration: underline;
    }

    .mtt-tabs ul li:hover a{
       color: #ffffff;
    }

    .mtt-tabs ul li#mtt-tab-clients:hover,
    .mtt-tabs ul li#mtt-tab-design:hover{
       background: #ee821e;
    }

    .mtt-tabs ul li#mtt-tab-all:hover,
    .mtt-tabs ul li#mtt-tab-sales:hover{
       background: #005da4;
    }

    .mtt-tabs ul li#mtt-tab-technical:hover,
    .mtt-tabs ul li#mtt-tab-admin:hover{
       background: #8dc641;
    }

    .mtt-tabs ul li#mtt-tab-directors:hover,
    a.mtt-jobs-all:hover{
       background: #003777;
    }
}

@media screen and (min-width: 781px) {
    .mtt-top{
       padding: 0px 0px 20px;
    }

    #mtt-department-select-wrap{
       display: none;
       margin: 0px;
       position: static;
       background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
       overflow: visible;
       border-radius: 0px;
       border: 0px none #000000;
    }

    .mtt-tabs{
       display: block;
    }

    .mtt-people{
       padding-top: 60px;
    }

    .blue-module-top{
       border-radius: 3px 3px 0px 0px;
    }

    #mtt-department-select-wrap::after{
       content: "\2261";
       position: static;
       top: auto;
       right: auto;
       background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
       font-size: 13px;
       height: auto;
       line-height: normal;
       overflow: visible;
       text-align: start;
       z-index: auto;
    }

    #mtt-department-select{
       position: static;
       z-index: auto;
       background: #ffffff none repeat scroll 0% 0% / auto padding-box border-box;
       -webkit-appearance: menulist-button;
       padding: 0px;
       height: 31px;
       font-size: 13px;
       margin: 0px -1px 5px;
       border: 1px solid #c9cfdd;
    }

    #ie9 + #mtt-department-select{
       width: initial;
    }
}

@media screen and (min-width: 921px) {
    .mtt-tabs ul li a{
       padding: 0px 20px;
    }
}

@media screen and (min-width: 1200px) {
    .mtt-list-person{
        width: 158px;
    }

    .mtt-sidebar{
        width: 25%;
    }
}