.container {
    width: 100% !important;
    max-width: 1170px !important;
}
.itemgrid-3col .item:nth-child(3n), .itemgrid-4col .item:nth-child(4n) {
    margin-right: 0;
}
.itemgrid-3col .item {
    margin: 0 2.5% 2.2% 0;
    position: relative;
    display: inline-block;
}
.itemgrid-4col .item {
    margin: 0 2.35% 2.2% 0;
    position: relative;
}
#nav > li {
    /* background: url(../images/nav-sep.png) right center no-repeat; */
    border-right: none;
    /* padding-right: 10px; */
    text-align: initial;
}
#nav > li:last-child {
    background: none;
}
#subscribe-form .input-text {
    text-align: left;
    height: 50px;
}
