@media (max-width: 1020px) {

    html, body {
        margin     : 0;
        padding    : 0;
        background : #d2d4d4 url(../images/bg.jpg) repeat-x top left;
    }

    .clear {
        clear : both;
    }

    .site-header-wrapper {
        background : #ededed;
        height     : 83px;
        position   : relative;
    }

    .site-header-wrapper * {
        position : relative;
    }

    .site-header {
        width      : 100%;
        margin     : 0 auto;
        height     : 100%;
    }

    .site-header>.site-logo {
        width      : 141px;
        height     : 60px;
        background : transparent url(../images/logo1.png) no-repeat top left;
        top        : 11px;
        left       : 2px;
        position   : absolute;
    }

    .site-header>.site-navigation {
        position : absolute;
        top      : 32px;
        right    : 5px;
        width    : auto;
        height   : auto;
        color    : #000;
        padding  : 0px 5px;
    }

    .site-header>.site-navigation a {
        color           : #0f2547;
        text-decoration : none;
        padding         : 5px;
        margin          : 0;
    }

    .site-header>.site-navigation a:hover {
        /*background: #f62c75;*/
        background : #f62c75 url(../images/nav-bg.jpg) repeat-x center left;
        color      : #FFF;
    }

    .site-wrapper {
        position   : relative;
        min-height : 500px;
        background : #FFFFFF;
        padding    : 48px 0 0 0;
        position: relative;
        width: 100%;
        margin: 10px 0;
        overflow: hidden;
    }

    .site-wrapper>.site-navigation-wrapper {
        position   : absolute;
        top        : -5px;
        left       : 0px;
        width      : 100%;
        height     : 33px;
        text-align : center;
    }

    .site-wrapper>.site-navigation-wrapper>.navigation-wrapper {
        width  : auto;
        margin : 0 auto;
        height : 33px;
    }

    .site-wrapper>.site-navigation-wrapper>.navigation-wrapper a,
    .site-wrapper>.site-navigation-wrapper>.navigation-wrapper a:link,
    .site-wrapper>.site-navigation-wrapper>.navigation-wrapper a:visited {
        height          : 33px;
        text-decoration : none;
        font-size       : 20px;
        /*font-weight: bold;*/
        line-height     : 32px;
        color           : #000000;
        padding         : 7px 15px 2px 15px;
        margin          : -1px;
    }

    .site-wrapper>.site-navigation-wrapper>.navigation-wrapper a.active,
    .site-wrapper>.site-navigation-wrapper>.navigation-wrapper a:hover {
        color      : #FFF;
        background : #f62c75 url(../images/nav-bg.jpg) repeat-x top left;
        /*border-radius: 5px;*/
    }

    .site-content-wrapper {
        background : transparent;
        min-height : 500px;
    }

    .site-footer-wrapper {
        height         : auto;
        background     : #0d182d;
        text-align     : center;
        margin-bottom  : 0px;
        padding-bottom : 10px;
        left           : -2%;
        position       : relative;
        width          : 104%;
    }

    .site-footer {
        padding-top : 10px;
    }

    .footer-logo {
        height         : 20px;
        background     : transparent url(../images/logo1_white.png) no-repeat center center;
        padding-bottom : 10px;
    }

    .footer-links {
        text-align : center;
        padding    : 5px 0;
    }

    .footer-links a {
        text-decoration : none;
        color           : #FFFFFF;
        padding         : 5px 10px;
        font-size       : 10px;
    }

    .only-mobile
    {
        display: none;
    }

    .only-tablet-and-mobile
    {
        display: block;
    }

    .only-tablet
    {
        display: block;
    }
    
    ul.topnav li a {
        line-height: 43px !important;
    }
    
    .right-column-320px .left-column
    {
        position: absolute;
        margin-right: 320px;
    }
}