.theme .pagination li {
    display: inline;
}

.theme .pagination li .page-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.125rem 0.66rem;
    float:left;
}

.theme .pagination li.active .page-link, .theme .pagination li.active .page-link:focus, .theme .pagination li.active .page-link:hover {
    background-color: #ce2c36;
    color: #fff;
}

.pagination {
    margin-left: 20px;
}

.pagination li span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.125rem 0.66rem;
    float:left;
}


.help-block-error {
    color:red;
}

.help-block {
    color:red;
}

.has-error input {
    border-color: red !important;
}

.theme.theme-basic a.link-active {
    color: #ce2c36 !important;
}

.error {
    color: red;
}

.login-form-field .help-block-error{
    color: #fff !important;
}

.col-lg-10-fix {
    float: left;
    width: 80.6333%;
}

.col-lg-2-fix {
    float: left;
    width: 19.3667%;
}

.dropdown-item-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    clear: both;
    color: #fff !important;
    display: block;
    font-weight: 400;
    padding: 3px 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}

.dropdown-item-2:hover {
    text-decoration: none;
}

.nav-item-2 {
    float:left;
    width: 100%;
}
.nav-item-2:hover {
    float:left;
    background-color:#AE262E; 
    width: 100%;
}

.event-img {
    max-width:256px;max-height: 185px;
}