@media only screen and (min-width: 980px) and (max-width: 1349px) {
	
    .container {
        width: 980px;
    }
    header .bpsLink,
    header #topTools .sitemapLink {
        display: none
    }
    header .container,
    #footer .container {
        width: 100%;
    }	
    header #right-column {
        width: 710px;
    }
    header #topTools {
        left: 475px;
    }
    header #topMenu ul li a  {
        font-size: 16px;
        padding: 26px 8px 21px;
    }
    header.smaller #topMenu ul li a {
        font-size: 17px;
        padding: 15px 10px 13px;
    }
    .menuWrapper {
        float: right;
        margin-top: 7px;
    }
    .the-nav > .nav > li a.menuTop {
        padding: 10px 7px;
        font-size: 14px;
    }
    header.smaller .the-nav > .nav > li a.menuTop {
        padding: 10px 7px;
    }
    header #topLeftMenu li {
        margin-right: 15px;
        padding: 14px 0;
    }
    header #topLeftMenu li a {
        font-size: 14px;
    }
    header #mainLink {

    }
    .newsBox {
        max-width: 300px;
    }
    .promoBox {
        height: 205px;
    }
    .promoBox .promoTitle {
        bottom: 50px;
        font-size: 18px;
        left: 0;
        padding: 6px 25px;
    }
    .promoBox .promoDesc {
        bottom: 20px;
        font-size: 14px;
        left: auto;
        right:0;
        padding: 5px 15px;
    }
    table.pricing tr th.title, table.pricing tr td.title {
        width: 100px;
    }
    body.subpage table.pricing tr th.title, table.pricing tr td.title {
        width: 60px;
    }
    body.subpage table.pricing td {
        padding: 6px 5px;
        line-height: 20px;
        font-size: 13px;
    }
    .titleBox h3 {
        font-size: 29px;
        margin-bottom: 27px;
    }
    ul.tabs li {
        font-size: 27px;
    }
    body.subpage #archiveCurrencies, body.subpage #moreCurrencies {
        font-size: 12px;
    }
    #footer {
        padding-left: 5%;
        width: 95%;
    }
    
    #footer #contact {
        margin-bottom: 24px;
        font-size: 16px;
    }
    #footer #copyright {
        margin-top: 7px;
        font-size: 12px;
    }
    #footer #footerLogos img {
        max-height: 39px;
    }
    .footer-menu {
        margin-left: 10px;
        margin-right: 45px;
    }
    .footer-menu li {
        font-size: 12px;
    }
    .footer-menu h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    table.pricing tr.heading th {
        font-size: 13px;
    }
}