@media all and (min-width: 768px) and (max-width: 960px) {
    html,
    body {
        /*width: 765px !important;*/
        min-width: 765px !important;
        /*max-width: 765px !important;*/
        
        height: 100%;
        font-family: 'Open Sans', sans-serif !important;
    }

    .wrap {
        min-height: 100%;
        height: auto;
        margin: 0 auto -60px;
        width: 765px;
        min-width: 765px;
        max-width: 765px;
        padding: 0 0 60px;
    }

    .maxWidth {
        width: 765px !important;
    }

    #relativeCenter {
        margin-top: 36px;
        color: #00b571;
        font-size: 32px;
        font-weight: 300;
    }

    #backgrPhoto {
        background-image: url('../images/backgrPhotoCut.png');
        background-position: 0 0;
        background-position-y: 0;
        background-repeat: no-repeat;
        width: 765px !important;
        height: 575px;
        position: relative;
    }


    #masterNav > .container {
        width: 765px !important;
        padding: 0px;
    }


    #masterNav li {
        width: 241px !important;
        margin: 0px;
        text-align: center;
    }

    #contentIdxDiv {
        margin-top: 20px !important;
    }
    
    #igSrc > img, #ueSrc > img {
        width: 90%;
    }
    
    #ueSrc {
        padding-top: 20px;
    }
    
    #mapContentContact,  #mapContentContact > img {
        width: 645px !important;
    }
    
    #wueIgSrc,  #wueUeSrc{
        padding-left: 80px !important;
        padding-right: 0px !important;
        margin: 30px 0px;
    }
    
    #wueUeSrc {
        width: 410px !important;
        padding-top: 30px !important;
    }
    
    #wueUeSrc > img, #wueIgSrc > img {
        width: 80%;
    }
    
    #wueUeSrc > img {
        width: 410px;
    }
    
    #wueIgSrc > img {
        width: 290px;
    }

    #unifyDocContent {
        width: 650px !important;
    }
    
    #unifyDocContentScr > img {
        width: 95%;
    }
    
    #prosListUnify {
        width: 710px !important;
    }
    
    #logoSrcTop {
        max-width: 173px !important;
    }
    
    .nav > li > a:hover, .nav > li > a:focus {
        background-color: inherit !important;
        text-decoration: none;
    }
}