.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-view > h2 {
    display: none;
}

.page-item-overlay .item-view > h2 {
    display: block;
}

.item-view .item-top-box {
    width: 728px;
    margin: 0 auto;
}

.content-container {
    text-align: center;
}

.content-container .external-content {
    border: 3px solid #1e205e;
    margin: 0 auto 9px auto;
    width: 90%;
    padding: 9px 16px;
    font-size: 120%;
    line-height: 130%;
    font-family: Georgia, "Times New Roman", serif;
    text-align: left;
    overflow: hidden;
    background-color: white;
}

.content-container .external-content * {
    max-width: 95%;
}

.content-container .image img {
    width: auto;
    height: auto;
    max-width: 90%;
    background-color: white;
    margin: 0 auto 9px auto;
    border: 3px solid #1e205e;
}

.content-container .link {
    font-size: 184%;
    font-family: Georgia, "Times New Roman", serif;
    border: 1px solid #1e205e;
    background-color: #ddd;
    padding: 12px 0;
}

.content-container .link a, .content-container .link a:visited {
    text-decoration: underline;
    color: #1e205e;
}

.info-tags ul, .info-details ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

.info-tags li {
    list-style-type: none;
    line-height: 16px;
    background-image: url(../images/tag.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 19px;
    font-weight: bold;
    margin: 2px 0 1px 0;
}

.info-tags a, .info-tags a:hover, .info-tags a:visited, .info-tags a:active, .info-tags a:link {
    color: #1e205e;
    text-decoration: none;
}

.info-tags a:hover {
    color: #4c4e91;
}

.info-details {
    *zoom: 1;
}

.info-details:before, .info-details:after {
    display: table;
    content: "";
    line-height: 0;
}

.info-details:after {
    clear: both;
}

.info-details li {
    list-style-type: none;
}

.info-details img.author {
    float: left;
    margin-right: 5px;
    width: 50px;
}

.info-users ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.info-users li {
    float: left;
    display: block;
    text-align: center;
    overflow: hidden;
    width: 36px;
    height: 36px;
    margin: 0 8px 8px 0;
}

.info-actions a.ui-button {
    min-width: 150px;
    text-align: left;
}

.full-size {
    text-align: center;
    font-size: 88%;
    margin-top: -9px;
}

.full-size a {
    text-decoration: none;
    color: #000;
}

.activity .entry {
    clear: left;
    padding-top: 9px;
}

.activity .entry-user {
    width: 84px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.activity .entry-user img {
    width: 46px;
    height: auto;
    margin: 0 4px;
}

.activity .entry-user a {
    text-decoration: none;
}

.activity .entry-user span {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 84%;
    overflow: hidden;
    width: 64px;
    color: #4c4e91;
    font-weight: bold;
    text-decoration: none;
}

.activity h2, .activity h3 {
    margin: 9px 0 0 0;
}

.activity label {
    float: none;
    clear: none;
    display: block;
    text-align: left;
}

.activity .entry-content {
    min-height: 40px;
    margin-left: 80px;
    padding: 14px;
    margin-top: -7px !important;
}

.activity .entry-content textarea#comment0_comment,
 .activity .entry-content .form-group{
    width: 100%;
    margin: 0;
}
.activity .entry-content .ffcontainer {
    margin: 0;
}

.activity .timestamp {
    font-size: 84%;
    color: #4c4e91;
}

.page-item-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    height: 100% !important;
}

.page-item-container {
    position: relative;
    width: 87%;
    height: 100%;
    margin-right: auto;
    border-radius: 8px;
    margin-left: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 35px #000;
    -moz-box-shadow: 0px 0px 35px #000;
    box-shadow: 0px 0px 35px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

@media screen and (max-width: 767px) {
    .page-item-overlay {
        background: #fff;
    }

    .page-item-container {
        width: 100%;
        border: 0;
    }
}

@media screen and (min-width: 1200px) {
    .page-item-container {
        width: 80%;
        height: 96%;
        top: 2%;
    }
}

.page-item-container > div {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.page-item-content {
    padding: 30px;
}

.page-item-close, .page-item-navigation {
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
}

.page-item-close {
    width: 29px;
    height: 29px;
    top: 10px;
    right: 12px;
    margin-left: -49px;
    background-image: url(../images/cancel.png);
    background-position: 0 0;
}

.page-item-close:hover {
    background-position: -29px 0;
}

.page-item-navigation {
    width: 38px;
    height: 58px;
    margin-top: -29px;
    top: 50%;
    background-image: url(../images/navigation.png);
}

.page-item-previous {
    background-position: 0 0;
    left: -48px;
}

.page-item-previous:hover {
    background-position: -38px 0;
}

.page-item-next {
    background-position: -76px 0;
    left: 100%;
    margin-left: 10px;
}

.page-item-next:hover {
    background-position: -114px 0;
}

@media screen and (max-width: 767px) {
    .page-item-navigation {
        background-image: url(../images/navigation-small.png);
    }

    .page-item-close {
        margin-left: -34px;
    }

    .page-item-previous {
        left: 2px;
    }

    .page-item-next {
        margin-left: -40px;
    }
}

.rating-big i, .rating-small i {
    display: inline-block;
    background: no-repeat;
}

.rating-big i {
    width: 24px;
    height: 24px;
    padding-right: 5px;
}

.rating-small i {
    width: 16px;
    height: 16px;
    padding-right: 3px;
}

.rating-small i {
    background-image: url(../images/star-empty.png);
}

.rating-big i {
    background-image: url(../images/star-empty-big.png);
}

.rating-big {
    width: 145px;
}

.rating-small {
    width: 95px;
}

.rating-big.rated1 .star1, .rating-big.rated2 .star1, .rating-big.rated3 .star1, .rating-big.rated4 .star1, .rating-big.rated5 .star1, .rating-big.rated2 .star2, .rating-big.rated3 .star2, .rating-big.rated4 .star2, .rating-big.rated5 .star2, .rating-big.rated3 .star3, .rating-big.rated4 .star3, .rating-big.rated5 .star3, .rating-big.rated4 .star4, .rating-big.rated5 .star4, .rating-big.rated5 .star5 {
    background-image: url(../images/star-big.png);
}

.rating-big.rated1.half-star .star1, .rating-big.rated2.half-star .star2, .rating-big.rated3.half-star .star3, .rating-big.rated4.half-star .star4, .rating-big.rated5.half-star .star5 {
    background-image: url(../images/star-half-big.png);
}

.rating-small.rated1 .star1, .rating-small.rated2 .star1, .rating-small.rated3 .star1, .rating-small.rated4 .star1, .rating-small.rated5 .star1, .rating-small.rated2 .star2, .rating-small.rated3 .star2, .rating-small.rated4 .star2, .rating-small.rated5 .star2, .rating-small.rated3 .star3, .rating-small.rated4 .star3, .rating-small.rated5 .star3, .rating-small.rated4 .star4, .rating-small.rated5 .star4, .rating-small.rated5 .star5 {
    background-image: url(../images/star.png);
}

.rating-small.rated1.half-star .star1, .rating-small.rated2.half-star .star2, .rating-small.rated3.half-star .star3, .rating-small.rated4.half-star .star4, .rating-small.rated5.half-star .star5 {
    background-image: url(../images/star-half.png);
}

.rating-interactive i {
    cursor: pointer;
}

.rating-interactive:hover i {
    background-image: url(../images/star-big.png) !important;
}

.rating-interactive i:hover ~ i {
    background-image: url(../images/star-empty-big.png) !important;
}

.four-columns {
    height: 120px;
    *zoom: 1;
}

.four-columns:before, .four-columns:after {
    display: table;
    content: "";
    line-height: 0;
}

.four-columns:after {
    clear: both;
}

.four-columns > div {
    width: 25%;
    float: left;
    text-align: center;
}
