.two-photos:nth-of-type(2n + 2) {
    margin-left: 1px;
}

.three-photos:nth-of-type(3n + 3) {
    margin-left: 2px;
}

.four-photos {
    margin-right: 1px;
}

.four-photos:nth-of-type(4n + 4) {
    margin-left: 1px;
}

.nav ul li a:hover, .nav ul li.current a {
    margin-bottom: -3px;
}

/* for distributors */

.download-login {
    background: #fff;
    color: #6f6f6e;
    padding: 8px;
    margin-bottom: 30px;
}

.download-login-inner {
    border: 2px solid #DCDCDC;
}

.download-login-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #6f6f6e;
    border-bottom: 2px solid #DCDCDC;
    padding: 12px 10px;
}

.download-login-content {
    padding: 0px 10px;
}

.download-login-content p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #6f6f6e;
    line-height: 18px;
    margin-top: 15px;
}

.download-login-content input[type="text"] {
    float: left;
    width: 78%;
    margin-bottom: 8px;
    background: #fff;
    color: #75be00;
    height: 31px;
    border: none;
    font-size: 12px;
    box-shadow: none;
    border: 2px solid #DCDCDC;
}

.download-login-content button {
    width: 20%;
    margin-left: 2%;
}

.title-categories ul {
    position: absolute;
    right: 0;
    top: 15px;
}

.title-categories ul li {
    display: inline;
    margin-left: 15px;
}

.file-info {
    padding-bottom: 57px;
}

.file-info-title {
    color: #6f6f6e;
    font-size: 17px;
    margin-bottom: 18px;
}

.file-info-text {
    color: #6f6f6e;
    font-size: 13px;
    line-height: 18px;
    min-height: 100px;
}

.file-info-dl {
    color: #9d9d9d;
    font-size: 22px;
}

.dl-link {
    background: url(../img/ico-dl.png) no-repeat left center;
    padding-left: 20px;
    color: #75be00;
    font-size: 13px;
    text-transform: uppercase;
}

.dl-link:hover {
    color: #75be00;
    text-decoration: underline;
}

.file-info-dl.wide .dl-link {
    position: relative;
    top: -4px;
    margin-left: 4px;
}

.categories-line {
    margin-bottom: 20px;
}

.categories-line ul li {
    display: inline;
    margin-left: 15px;
}

.file-info-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top: 2px solid #DCDCDC;
    padding: 10px 17px;
    color: #6f6f6e;
    font-size: 13px;
}

.file-info-bottom a {
    float: right;
}

.cat-link {
    color: #75be00;
    text-transform: uppercase;
    font-size: 13px;
    background: url(../img/production-group-more.png) no-repeat left center;
    padding-left: 20px;
}

.cat-link:hover {
    color: #75be00;
    text-decoration: underline;
}

.clock-link {
    color: #75be00;
    text-transform: uppercase;
    font-size: 13px;
    background: url(../img/clock.png) no-repeat left center;
    padding-left: 20px;
}

.clock-link:hover {
    color: #75be00;
    text-decoration: underline;
}

.pin-link {
    color: #75be00;
    text-transform: uppercase;
    font-size: 13px;
    background: url(../img/pin.png) no-repeat left center;
    padding-left: 20px;
}

.pin-link:hover {
    color: #75be00;
    text-decoration: underline;
}

.news-item {
    background: #fff;
    padding: 8px;
    margin-bottom: 11px;
}

.news-item-inner {
    border: 2px solid #DCDCDC;
    padding: 15px;
    padding-top: 20px;
    height: 100%;
    position: relative;
}

.dl-link {
    background: url(../img/ico-dl.png) no-repeat left center;
    padding-left: 20px;
    color: #75be00;
    font-size: 13px;
    text-transform: uppercase;
}

.text-center {
    text-align: center !important;
}

.download-login-content ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #75be00 !important;
}

.download-login-content :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #75be00 !important;
    opacity: 1;
}

.download-login-content ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #75be00 !important;
    opacity: 1;
}

.download-login-content :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #75be00 !important;
}

.download-login {
    padding: 20px 25px;
    border: 1px solid #ededed;
    margin-bottom: 4px;
    -webkit-box-shadow: 0 2px 4px 1px rgba(59,59,59,.3);
    -moz-box-shadow: 0 2px 4px 1px rgba(59,59,59,.3);
    box-shadow: 0 2px 4px 1px rgba(59,59,59,.3);
    margin-bottom: 30px;
}

.news-item:after {
    bottom: -15px;
}

.download-login-content p.session {
    color: #be0016;
    font-size: 16px;
}

.download-login-content button {
    padding-top: 8px;
    padding-bottom: 8px;
}

.documents-news-item {
    background: #fff;
    padding: 8px;
    margin-bottom: 11px;
    border: 1px solid #ededed;
    margin-bottom: 4px;
    -webkit-box-shadow: 0 2px 4px 1px rgba(59,59,59,.3);
    -moz-box-shadow: 0 2px 4px 1px rgba(59,59,59,.3);
    box-shadow: 0 2px 4px 1px rgba(59,59,59,.3);
}

.captcha .small, .captcha img {
    float: left;
}

.captcha .small {
    width: 200px;
}

.error {
    border-color: #e40e27!important;
}
